# git rev-parse -q --verify 3f51a5add7bc61eddbd1049eb0fbd7ee95cd08ac^{commit} 3f51a5add7bc61eddbd1049eb0fbd7ee95cd08ac already have revision, skipping fetch # git checkout -q -f -B kisskb 3f51a5add7bc61eddbd1049eb0fbd7ee95cd08ac # git clean -qxdf # < git log -1 # commit 3f51a5add7bc61eddbd1049eb0fbd7ee95cd08ac # Author: Christophe Leroy # Date: Thu Dec 2 13:00:27 2021 +0100 # # powerpc/code-patching: Replace patch_instruction() by ppc_inst_write() in selftests # # The purpose of selftests is to check that instructions are # properly formed. Not to check that they properly run. # # For that test it uses normal memory, not special test # memory. # # In preparation of a future patch enforcing patch_instruction() # to be used only on valid text areas, implement a ppc_inst_write() # instruction which is the complement of ppc_inst_read(). This # new function writes the formated instruction in valid kernel # memory and doesn't bother about icache. # # Signed-off-by: Christophe Leroy # Signed-off-by: Michael Ellerman # Link: https://lore.kernel.org/r/7cf5335cc07ca9b6f8cdaa20ca9887fce4df3bea.1638446239.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 3f51a5add7bc61eddbd1049eb0fbd7ee95cd08ac # < make -s -j 32 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 32 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 32 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:5146:warning: override: reassigning to symbol MODULE_SIG .config:5151:warning: override: reassigning to symbol PPC_BOOK3S_64 .config:5152:warning: override: reassigning to symbol PPC_DISABLE_WERROR .config:5154:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:5156:warning: override: reassigning to symbol TRIM_UNUSED_KSYMS .config:5157:warning: override: reassigning to symbol UBSAN # make -s -j 32 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- :1559:2: warning: #warning syscall futex_waitv not implemented [-Wcpp] /kisskb/src/arch/powerpc/crypto/sha1.c: In function 'powerpc_sha1_final': /kisskb/src/arch/powerpc/crypto/sha1.c:76:9: note: byref variable will be forcibly initialized 76 | __be64 bits; | ^~~~ /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/lib/code-patching.c: In function 'patch_branch': /kisskb/src/arch/powerpc/lib/code-patching.c:189:13: note: byref variable will be forcibly initialized 189 | ppc_inst_t instr; | ^~~~~ /kisskb/src/arch/powerpc/sysdev/xics/xics-common.c: In function 'xics_host_domain_alloc': /kisskb/src/arch/powerpc/sysdev/xics/xics-common.c:427:15: note: byref variable will be forcibly initialized 427 | unsigned int type = IRQ_TYPE_NONE; | ^~~~ /kisskb/src/arch/powerpc/sysdev/xics/xics-common.c:426:18: note: byref variable will be forcibly initialized 426 | irq_hw_number_t hwirq; | ^~~~~ /kisskb/src/arch/powerpc/sysdev/xics/xics-common.c: In function 'xics_update_irq_servers': /kisskb/src/arch/powerpc/sysdev/xics/xics-common.c:47:6: note: byref variable will be forcibly initialized 47 | u32 ilen; | ^~~~ /kisskb/src/arch/powerpc/sysdev/mpic_u3msi.c: In function 'read_ht_magic_addr': /kisskb/src/arch/powerpc/sysdev/mpic_u3msi.c:45:6: note: byref variable will be forcibly initialized 45 | u32 tmp; | ^~~ /kisskb/src/arch/powerpc/sysdev/mpic_u3msi.c:44:5: note: byref variable will be forcibly initialized 44 | u8 flags; | ^~~~~ /kisskb/src/arch/powerpc/sysdev/mpic_u3msi.c: In function 'u3msi_setup_msi_irqs': /kisskb/src/arch/powerpc/sysdev/mpic_u3msi.c:124:17: note: byref variable will be forcibly initialized 124 | struct msi_msg msg; | ^~~ /kisskb/src/arch/powerpc/kexec/core.c: In function 'reserve_crashkernel': /kisskb/src/arch/powerpc/kexec/core.c:105:33: note: byref variable will be forcibly initialized 105 | unsigned long long crash_size, crash_base, total_mem_sz; | ^~~~~~~~~~ /kisskb/src/arch/powerpc/kexec/core.c:105:21: note: byref variable will be forcibly initialized 105 | unsigned long long crash_size, crash_base, total_mem_sz; | ^~~~~~~~~~ /kisskb/src/arch/powerpc/sysdev/mpic_msgr.c: In function 'mpic_msgr_number_of_blocks': /kisskb/src/arch/powerpc/sysdev/mpic_msgr.c:114:8: note: byref variable will be forcibly initialized 114 | char buf[32]; | ^~~ In file included from /kisskb/src/arch/powerpc/sysdev/mpic_msgr.c:14: /kisskb/src/arch/powerpc/sysdev/mpic_msgr.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/fs/notify/fsnotify.c: In function 'fsnotify': /kisskb/src/fs/notify/fsnotify.c:470:28: note: byref variable will be forcibly initialized 470 | struct fsnotify_iter_info iter_info = {}; | ^~~~~~~~~ /kisskb/src/arch/powerpc/sysdev/mpic_msgr.c: In function 'mpic_msgr_block_number': /kisskb/src/arch/powerpc/sysdev/mpic_msgr.c:137:7: note: byref variable will be forcibly initialized 137 | char buf[64]; | ^~~ /kisskb/src/arch/powerpc/sysdev/mpic_msgr.c: In function 'mpic_msgr_probe': /kisskb/src/arch/powerpc/sysdev/mpic_msgr.c:162:18: note: byref variable will be forcibly initialized 162 | struct resource rsrc; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/notify/fsnotify.c:7: /kisskb/src/fs/notify/fsnotify.c: In function 'fsnotify_sb_delete': /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:2: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:2: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/notify/fsnotify.c:97:2: note: in expansion of macro 'wait_var_event' 97 | wait_var_event(&sb->s_fsnotify_connectors, | ^~~~~~~~~~~~~~ /kisskb/src/fs/notify/fsnotify.c: In function '__fsnotify_parent': /kisskb/src/fs/notify/fsnotify.c:191:23: note: byref variable will be forcibly initialized 191 | struct name_snapshot name; | ^~~~ /kisskb/src/arch/powerpc/mm/mem.c: In function 'add_system_ram_resources': /kisskb/src/arch/powerpc/mm/mem.c:324:6: note: byref variable will be forcibly initialized 324 | u64 i; | ^ /kisskb/src/arch/powerpc/mm/mem.c:323:21: note: byref variable will be forcibly initialized 323 | phys_addr_t start, end; | ^~~ /kisskb/src/arch/powerpc/mm/mem.c:323:14: note: byref variable will be forcibly initialized 323 | phys_addr_t start, end; | ^~~~~ /kisskb/src/init/initramfs.c: In function 'do_utime': /kisskb/src/init/initramfs.c:121:20: note: byref variable will be forcibly initialized 121 | struct timespec64 t[2]; | ^ /kisskb/src/init/initramfs.c: In function 'clean_path': /kisskb/src/init/initramfs.c:311:15: note: byref variable will be forcibly initialized 311 | struct kstat st; | ^~ /kisskb/src/init/do_mounts_initrd.c: In function 'early_initrdmem': /kisskb/src/init/do_mounts_initrd.c:35:8: note: byref variable will be forcibly initialized 35 | char *endp; | ^~~~ /kisskb/src/init/initramfs.c: In function 'panic_show_mem': /kisskb/src/init/initramfs.c:53:10: note: byref variable will be forcibly initialized 53 | va_list args; | ^~~~ /kisskb/src/arch/powerpc/platforms/powernv/setup.c: In function 'pnv_kexec_wait_secondaries_down': /kisskb/src/arch/powerpc/platforms/powernv/setup.c:369:11: note: byref variable will be forcibly initialized 369 | uint8_t status; | ^~~~~~ /kisskb/src/init/initramfs.c: In function 'do_copy': /kisskb/src/init/initramfs.c:383:21: note: byref variable will be forcibly initialized 383 | struct timespec64 t[2] = { }; | ^ /kisskb/src/init/initramfs.c: In function 'parse_header': /kisskb/src/init/initramfs.c:173:7: note: byref variable will be forcibly initialized 173 | char buf[9]; | ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/sysdev/mpic.c:24: /kisskb/src/arch/powerpc/sysdev/mpic.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/arch/powerpc/sysdev/xive/common.c: In function 'xive_pick_irq_target': /kisskb/src/arch/powerpc/sysdev/xive/common.c:599:16: note: byref variable will be forcibly initialized 599 | cpumask_var_t mask; | ^~~~ /kisskb/src/init/initramfs.c: In function 'unpack_to_rootfs': /kisskb/src/init/initramfs.c:468:14: note: byref variable will be forcibly initialized 468 | const char *compress_name; | ^~~~~~~~~~~~~ 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:1886, from /kisskb/src/arch/powerpc/sysdev/mpic.c:28: /kisskb/src/arch/powerpc/sysdev/mpic.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized 427 | unsigned int irq; | ^~~ /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/sysdev/mpic.c:1225:6: note: byref variable will be forcibly initialized 1225 | u32 last_irq; | ^~~~~~~~ /kisskb/src/arch/powerpc/sysdev/mpic.c:1220:9: note: byref variable will be forcibly initialized 1220 | int i, psize, intvec_top; | ^~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/sysdev/xive/common.c:11: /kisskb/src/arch/powerpc/sysdev/xive/common.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /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 }; | ^~~~ /kisskb/src/arch/powerpc/sysdev/xive/common.c: In function 'xive_irq_domain_alloc': /kisskb/src/arch/powerpc/sysdev/xive/common.c:1407:15: note: byref variable will be forcibly initialized 1407 | unsigned int type = IRQ_TYPE_NONE; | ^~~~ /kisskb/src/arch/powerpc/sysdev/xive/common.c:1406:18: note: byref variable will be forcibly initialized 1406 | irq_hw_number_t hwirq; | ^~~~~ /kisskb/src/arch/powerpc/sysdev/xive/common.c: In function 'xive_core_debugfs_create': /kisskb/src/arch/powerpc/sysdev/xive/common.c:1833:7: note: byref variable will be forcibly initialized 1833 | char name[16]; | ^~~~ /kisskb/src/arch/powerpc/sysdev/xive/common.c: In function 'xive_debug_show_irq': /kisskb/src/arch/powerpc/sysdev/xive/common.c:1756:7: note: byref variable will be forcibly initialized 1756 | char buffer[128]; | ^~~~~~ /kisskb/src/arch/powerpc/sysdev/xive/common.c:1755:6: note: byref variable will be forcibly initialized 1755 | u32 lirq; | ^~~~ /kisskb/src/arch/powerpc/sysdev/xive/common.c:1754:5: note: byref variable will be forcibly initialized 1754 | u8 prio; | ^~~~ /kisskb/src/arch/powerpc/sysdev/xive/common.c:1753:6: note: byref variable will be forcibly initialized 1753 | u32 target; | ^~~~~~ /kisskb/src/arch/powerpc/sysdev/xive/common.c: In function 'xive_debug_show_ipi': /kisskb/src/arch/powerpc/sysdev/xive/common.c:1739:9: note: byref variable will be forcibly initialized 1739 | char buffer[128]; | ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/damon.h:43, from /kisskb/src/mm/damon/core.c:19: /kisskb/src/mm/damon/core.c: In function 'trace_event_raw_event_damon_aggregated': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/damon.h:12:1: note: in expansion of macro 'TRACE_EVENT' 12 | TRACE_EVENT(damon_aggregated, | ^~~~~~~~~~~ /kisskb/src/mm/damon/core.c: In function 'damon_check_reset_time_interval': /kisskb/src/mm/damon/core.c:515:20: note: byref variable will be forcibly initialized 515 | struct timespec64 now; | ^~~ /kisskb/src/mm/damon/core.c: In function 'damos_wmark_metric_value': /kisskb/src/mm/damon/core.c:935:17: note: byref variable will be forcibly initialized 935 | struct sysinfo i; | ^ /kisskb/src/mm/damon/core.c: In function 'damon_do_apply_schemes': /kisskb/src/mm/damon/core.c:587:28: note: byref variable will be forcibly initialized 587 | struct timespec64 begin, end; | ^~~ /kisskb/src/mm/damon/core.c:587:21: note: byref variable will be forcibly initialized 587 | struct timespec64 begin, end; | ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/syscalls.h:73, from /kisskb/src/arch/powerpc/kernel/ptrace/ptrace.c:29: /kisskb/src/arch/powerpc/kernel/ptrace/ptrace.c: In function 'trace_event_raw_event_sys_enter': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' 141 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/syscalls.h:18:1: note: in expansion of macro 'TRACE_EVENT_FN' 18 | TRACE_EVENT_FN(sys_enter, | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/ptrace/ptrace.c: In function 'trace_event_raw_event_sys_exit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' 141 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/syscalls.h:44:1: note: in expansion of macro 'TRACE_EVENT_FN' 44 | TRACE_EVENT_FN(sys_exit, | ^~~~~~~~~~~~~~ In file included from /kisskb/src/arch/powerpc/platforms/pseries/lpar.c:40: /kisskb/src/arch/powerpc/platforms/pseries/lpar.c: In function 'plpar_pte_remove': /kisskb/src/arch/powerpc/include/asm/plpar_wrappers.h:116:16: note: byref variable will be forcibly initialized 116 | unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; | ^~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/lpar.c: In function 'pSeries_lpar_hpte_remove': /kisskb/src/arch/powerpc/platforms/pseries/lpar.c:810:24: note: byref variable will be forcibly initialized 810 | unsigned long dummy1, dummy2; | ^~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/lpar.c:810:16: note: byref variable will be forcibly initialized 810 | unsigned long dummy1, dummy2; | ^~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/lpar.c: In function 'pSeries_lpar_hpte_invalidate': /kisskb/src/arch/powerpc/platforms/pseries/lpar.c:1034:24: note: byref variable will be forcibly initialized 1034 | unsigned long dummy1, dummy2; | ^~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/lpar.c:1034:16: note: byref variable will be forcibly initialized 1034 | unsigned long dummy1, dummy2; | ^~~~~~ In file included from /kisskb/src/arch/powerpc/platforms/pseries/lpar.c:40: /kisskb/src/arch/powerpc/platforms/pseries/lpar.c: In function 'plpar_pte_enter': /kisskb/src/arch/powerpc/include/asm/plpar_wrappers.h:102:16: note: byref variable will be forcibly initialized 102 | unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; | ^~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/lpar.c: In function 'pSeries_lpar_hpte_insert': /kisskb/src/arch/powerpc/platforms/pseries/lpar.c:754:16: note: byref variable will be forcibly initialized 754 | unsigned long slot; | ^~~~ /kisskb/src/arch/powerpc/platforms/pseries/lpar.c: In function 'call_block_remove': /kisskb/src/arch/powerpc/platforms/pseries/lpar.c:1083:16: note: byref variable will be forcibly initialized 1083 | unsigned long retbuf[PLPAR_HCALL9_BUFSIZE]; | ^~~~~~ /kisskb/src/arch/powerpc/kernel/ptrace/ptrace.c: In function 'arch_ptrace': /kisskb/src/arch/powerpc/kernel/ptrace/ptrace.c:102:28: note: byref variable will be forcibly initialized 102 | struct ppc_hw_breakpoint bp_info; | ^~~~~~~ /kisskb/src/arch/powerpc/kernel/ptrace/ptrace.c:91:25: note: byref variable will be forcibly initialized 91 | struct ppc_debug_info dbginfo; | ^~~~~~~ /kisskb/src/arch/powerpc/kernel/ptrace/ptrace.c:54:24: note: byref variable will be forcibly initialized 54 | unsigned long index, tmp; | ^~~ /kisskb/src/arch/powerpc/platforms/pseries/lpar.c: In function 'h_get_mpp': /kisskb/src/arch/powerpc/platforms/pseries/lpar.c:1903:16: note: byref variable will be forcibly initialized 1903 | unsigned long retbuf[PLPAR_HCALL9_BUFSIZE]; | ^~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/lpar.c: In function 'pseries_lpar_resize_hpt': /kisskb/src/arch/powerpc/platforms/pseries/lpar.c:1640:26: note: byref variable will be forcibly initialized 1640 | struct hpt_resize_state state = { | ^~~~~ In file included from /kisskb/src/arch/powerpc/platforms/pseries/lpar.c:40: /kisskb/src/arch/powerpc/platforms/pseries/lpar.c: In function 'plpar_pte_read_4_raw': /kisskb/src/arch/powerpc/include/asm/plpar_wrappers.h:197:16: note: byref variable will be forcibly initialized 197 | unsigned long retbuf[PLPAR_HCALL9_BUFSIZE]; | ^~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/lpar.c: In function 'plpar_pte_read_4': /kisskb/src/arch/powerpc/include/asm/plpar_wrappers.h:179:16: note: byref variable will be forcibly initialized 179 | unsigned long retbuf[PLPAR_HCALL9_BUFSIZE]; | ^~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/lpar.c: In function '__pSeries_lpar_hpte_find': /kisskb/src/arch/powerpc/platforms/pseries/lpar.c:956:4: note: byref variable will be forcibly initialized 956 | } ptes[4]; | ^~~~ In file included from /kisskb/src/arch/powerpc/platforms/pseries/lpar.c:40: /kisskb/src/arch/powerpc/platforms/pseries/lpar.c: In function 'plpar_pte_remove_raw': /kisskb/src/arch/powerpc/include/asm/plpar_wrappers.h:132:16: note: byref variable will be forcibly initialized 132 | unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; | ^~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/lpar.c: In function 'manual_hpte_clear_all': /kisskb/src/arch/powerpc/platforms/pseries/lpar.c:845:4: note: byref variable will be forcibly initialized 845 | } ptes[4]; | ^~~~ /kisskb/src/arch/powerpc/platforms/pseries/lpar.c: In function 'pSeries_lpar_flush_hash_range': /kisskb/src/arch/powerpc/platforms/pseries/lpar.c:1543:16: note: byref variable will be forcibly initialized 1543 | unsigned long param[PLPAR_HCALL9_BUFSIZE]; | ^~~~~ /kisskb/src/arch/powerpc/platforms/pseries/lpar.c: In function 'vpa_debugfs_init': /kisskb/src/arch/powerpc/platforms/pseries/lpar.c:2023:7: note: byref variable will be forcibly initialized 2023 | char name[16]; | ^~~~ /kisskb/src/arch/powerpc/platforms/pseries/lpar.c: In function 'pseries_lpar_read_hblkrm_characteristics': /kisskb/src/arch/powerpc/platforms/pseries/lpar.c:1475:16: note: byref variable will be forcibly initialized 1475 | unsigned char local_buffer[SPLPAR_TLB_BIC_MAXLENGTH]; | ^~~~~~~~~~~~ /kisskb/src/init/main.c: In function 'xbc_snprint_cmdline': /kisskb/src/init/main.c:327:19: note: byref variable will be forcibly initialized 327 | struct xbc_node *knode, *vnode; | ^~~~~ /kisskb/src/init/main.c: In function 'setup_boot_config': /kisskb/src/init/main.c:413:6: note: byref variable will be forcibly initialized 413 | int ret; | ^~~ /kisskb/src/init/main.c:411:12: note: byref variable will be forcibly initialized 411 | u32 size, csum; | ^~~~ /kisskb/src/init/main.c:411:6: note: byref variable will be forcibly initialized 411 | u32 size, csum; | ^~~~ /kisskb/src/init/main.c:410:6: note: byref variable will be forcibly initialized 410 | int pos; | ^~~ /kisskb/src/init/main.c:409:14: note: byref variable will be forcibly initialized 409 | const char *msg; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/initcall.h:74, from /kisskb/src/init/main.c:110: /kisskb/src/init/main.c: In function 'trace_event_raw_event_initcall_level': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(initcall_level, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(initcall_level, | ^~~~~~~~~~~ /kisskb/src/init/main.c: In function 'trace_event_raw_event_initcall_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:27:1: note: in expansion of macro 'TRACE_EVENT' 27 | TRACE_EVENT(initcall_start, | ^~~~~~~~~~~ /kisskb/src/init/main.c: In function 'trace_event_raw_event_initcall_finish': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/initcall.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(initcall_finish, | ^~~~~~~~~~~ /kisskb/src/init/main.c: In function 'loglevel': /kisskb/src/init/main.c:250:6: note: byref variable will be forcibly initialized 250 | int newlevel; | ^~~~~~~~ /kisskb/src/init/main.c: In function 'initcall_blacklisted': /kisskb/src/init/main.c:1196:7: note: byref variable will be forcibly initialized 1196 | char fn_name[KSYM_SYMBOL_LEN]; | ^~~~~~~ /kisskb/src/init/main.c: In function 'start_kernel': /kisskb/src/init/main.c:926:8: note: byref variable will be forcibly initialized 926 | char *command_line; | ^~~~~~~~~~~~ /kisskb/src/init/main.c: In function 'do_one_initcall': /kisskb/src/init/main.c:1290:7: note: byref variable will be forcibly initialized 1290 | char msgbuf[64]; | ^~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c: In function 'derived_key_encrypt': /kisskb/src/security/keys/encrypted-keys/encrypted.c:455:5: note: byref variable will be forcibly initialized 455 | u8 iv[AES_BLOCK_SIZE]; | ^~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:451:21: note: byref variable will be forcibly initialized 451 | struct scatterlist sg_out[1]; | ^~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:450:21: note: byref variable will be forcibly initialized 450 | struct scatterlist sg_in[2]; | ^~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c: In function 'datablob_hmac_append': /kisskb/src/security/keys/encrypted-keys/encrypted.c:491:5: note: byref variable will be forcibly initialized 491 | u8 derived_key[HASH_SIZE]; | ^~~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c: In function 'encrypted_read': /kisskb/src/security/keys/encrypted-keys/encrypted.c:907:7: note: byref variable will be forcibly initialized 907 | char derived_key[HASH_SIZE]; | ^~~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:906:9: note: byref variable will be forcibly initialized 906 | size_t master_keylen; | ^~~~~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:905:12: note: byref variable will be forcibly initialized 905 | const u8 *master_key; | ^~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c: In function 'datablob_parse': /kisskb/src/security/keys/encrypted-keys/encrypted.c:175:14: note: byref variable will be forcibly initialized 175 | substring_t args[MAX_OPT_ARGS]; | ^~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c: In function 'encrypted_key_alloc': /kisskb/src/security/keys/encrypted-keys/encrypted.c:606:7: note: byref variable will be forcibly initialized 606 | long dlen; | ^~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c: In function 'encrypted_update': /kisskb/src/security/keys/encrypted-keys/encrypted.c:848:14: note: byref variable will be forcibly initialized 848 | const char *format = NULL; | ^~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:847:8: note: byref variable will be forcibly initialized 847 | char *new_master_desc = NULL; | ^~~~~~~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c: In function 'datablob_hmac_verify': /kisskb/src/security/keys/encrypted-keys/encrypted.c:515:5: note: byref variable will be forcibly initialized 515 | u8 digest[HASH_SIZE]; | ^~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:514:5: note: byref variable will be forcibly initialized 514 | u8 derived_key[HASH_SIZE]; | ^~~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c: In function 'derived_key_decrypt': /kisskb/src/security/keys/encrypted-keys/encrypted.c:557:5: note: byref variable will be forcibly initialized 557 | u8 iv[AES_BLOCK_SIZE]; | ^~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:553:21: note: byref variable will be forcibly initialized 553 | struct scatterlist sg_out[2]; | ^~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:552:21: note: byref variable will be forcibly initialized 552 | struct scatterlist sg_in[1]; | ^~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c: In function 'encrypted_key_decrypt': /kisskb/src/security/keys/encrypted-keys/encrypted.c:664:9: note: byref variable will be forcibly initialized 664 | size_t master_keylen; | ^~~~~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:660:12: note: byref variable will be forcibly initialized 660 | const u8 *master_key; | ^~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:659:5: note: byref variable will be forcibly initialized 659 | u8 derived_key[HASH_SIZE]; | ^~~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c: In function 'encrypted_instantiate': /kisskb/src/security/keys/encrypted-keys/encrypted.c:789:8: note: byref variable will be forcibly initialized 789 | char *hex_encoded_iv = NULL; | ^~~~~~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:788:8: note: byref variable will be forcibly initialized 788 | char *decrypted_datalen = NULL; | ^~~~~~~~~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:787:8: note: byref variable will be forcibly initialized 787 | char *master_desc = NULL; | ^~~~~~~~~~~ /kisskb/src/security/keys/encrypted-keys/encrypted.c:786:14: note: byref variable will be forcibly initialized 786 | const char *format = NULL; | ^~~~~~ /kisskb/src/init/do_mounts.c: In function 'devt_from_partuuid': /kisskb/src/init/do_mounts.c:114:8: note: byref variable will be forcibly initialized 114 | char c = 0; | ^ /kisskb/src/init/do_mounts.c:106:6: note: byref variable will be forcibly initialized 106 | int offset = 0; | ^~~~~~ /kisskb/src/init/do_mounts.c:103:17: note: byref variable will be forcibly initialized 103 | struct uuidcmp cmp; | ^~~ /kisskb/src/init/do_mounts.c: In function 'devt_from_devname': /kisskb/src/init/do_mounts.c:189:7: note: byref variable will be forcibly initialized 189 | char s[32]; | ^ /kisskb/src/init/do_mounts.c: In function 'devt_from_devnum': /kisskb/src/init/do_mounts.c:232:11: note: byref variable will be forcibly initialized 232 | char *p, dummy; | ^~~~~ /kisskb/src/init/do_mounts.c:232:8: note: byref variable will be forcibly initialized 232 | char *p, dummy; | ^ /kisskb/src/init/do_mounts.c:230:21: note: byref variable will be forcibly initialized 230 | unsigned maj, min, offset; | ^~~~~~ /kisskb/src/init/do_mounts.c:230:16: note: byref variable will be forcibly initialized 230 | unsigned maj, min, offset; | ^~~ /kisskb/src/init/do_mounts.c:230:11: note: byref variable will be forcibly initialized 230 | unsigned maj, min, offset; | ^~~ /kisskb/src/init/do_mounts.c: In function 'mount_block_root': /kisskb/src/init/do_mounts.c:400:7: note: byref variable will be forcibly initialized 400 | char b[BDEVNAME_SIZE]; | ^ /kisskb/src/arch/powerpc/lib/test-code-patching.c: In function 'test_branch_iform': /kisskb/src/arch/powerpc/lib/test-code-patching.c:34:6: note: byref variable will be forcibly initialized 34 | u32 tmp[2]; | ^~~ /kisskb/src/arch/powerpc/lib/test-code-patching.c:33:13: note: byref variable will be forcibly initialized 33 | ppc_inst_t instr; | ^~~~~ /kisskb/src/arch/powerpc/lib/test-code-patching.c: In function 'test_branch_bform': /kisskb/src/arch/powerpc/lib/test-code-patching.c:130:6: note: byref variable will be forcibly initialized 130 | u32 tmp[2]; | ^~~ /kisskb/src/arch/powerpc/lib/test-code-patching.c:129:13: note: byref variable will be forcibly initialized 129 | ppc_inst_t instr; | ^~~~~ /kisskb/src/arch/powerpc/lib/test-code-patching.c: In function 'test_create_function_call': /kisskb/src/arch/powerpc/lib/test-code-patching.c:115:13: note: byref variable will be forcibly initialized 115 | ppc_inst_t instr; | ^~~~~ /kisskb/src/arch/powerpc/lib/test-code-patching.c: In function 'test_translate_branch': /kisskb/src/arch/powerpc/lib/test-code-patching.c:207:13: note: byref variable will be forcibly initialized 207 | ppc_inst_t instr; | ^~~~~ /kisskb/src/arch/powerpc/lib/test-code-patching.c: In function 'test_prefixed_patching': /kisskb/src/arch/powerpc/lib/test-code-patching.c:339:6: note: byref variable will be forcibly initialized 339 | u32 expected[2] = {OP_PREFIX << 26, 0}; | ^~~~~~~~ /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/lib/feature-fixups.c: In function '__do_rfi_flush_fixups': /kisskb/src/arch/powerpc/lib/feature-fixups.c:441:15: note: byref variable will be forcibly initialized 441 | unsigned int instrs[3], *dest; | ^~~~~~ /kisskb/src/arch/powerpc/lib/feature-fixups.c: In function 'do_stf_entry_barrier_fixups': /kisskb/src/arch/powerpc/lib/feature-fixups.c:123:15: note: byref variable will be forcibly initialized 123 | unsigned int instrs[3], *dest; | ^~~~~~ /kisskb/src/arch/powerpc/lib/feature-fixups.c: In function '__do_entry_flush_fixups': /kisskb/src/arch/powerpc/lib/feature-fixups.c:328:15: note: byref variable will be forcibly initialized 328 | unsigned int instrs[3], *dest; | ^~~~~~ /kisskb/src/arch/powerpc/lib/feature-fixups.c: In function 'do_uaccess_flush_fixups': /kisskb/src/arch/powerpc/lib/feature-fixups.c:277:15: note: byref variable will be forcibly initialized 277 | unsigned int instrs[4], *dest; | ^~~~~~ /kisskb/src/arch/powerpc/sysdev/msi_bitmap.c: In function 'msi_bitmap_reserve_dt_hwirqs': /kisskb/src/arch/powerpc/sysdev/msi_bitmap.c:76:12: note: byref variable will be forcibly initialized 76 | int i, j, len; | ^~~ /kisskb/src/arch/powerpc/sysdev/msi_bitmap.c: In function 'test_basics': /kisskb/src/arch/powerpc/sysdev/msi_bitmap.c:159:20: note: byref variable will be forcibly initialized 159 | struct msi_bitmap bmp; | ^~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from ./arch/powerpc/include/generated/asm/rwonce.h:1, from /kisskb/src/include/linux/compiler.h:266, from /kisskb/src/include/asm-generic/bug.h:5, from /kisskb/src/arch/powerpc/include/asm/bug.h:149, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/arch/powerpc/sysdev/msi_bitmap.c:6: /kisskb/src/arch/powerpc/sysdev/msi_bitmap.c: In function 'test_of_node': /kisskb/src/arch/powerpc/sysdev/msi_bitmap.c:227:17: note: byref variable will be forcibly initialized 227 | DECLARE_BITMAP(expected, SIZE_EXPECTED); | ^~~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/arch/powerpc/sysdev/msi_bitmap.c:225:20: note: byref variable will be forcibly initialized 225 | struct msi_bitmap bmp; | ^~~ /kisskb/src/arch/powerpc/sysdev/msi_bitmap.c:224:18: note: byref variable will be forcibly initialized 224 | struct property prop; | ^~~~ /kisskb/src/arch/powerpc/sysdev/msi_bitmap.c:223:21: note: byref variable will be forcibly initialized 223 | struct device_node of_node; | ^~~~~~~ /kisskb/src/arch/powerpc/sysdev/msi_bitmap.c:219:6: note: byref variable will be forcibly initialized 219 | u32 prop_data[] = { 10, 10, 25, 3, 40, 1, 100, 100, 200, 20 }; | ^~~~~~~~~ /kisskb/src/fs/notify/inotify/inotify_user.c: In function 'copy_event_to_user': /kisskb/src/fs/notify/inotify/inotify_user.c:181:23: note: byref variable will be forcibly initialized 181 | struct inotify_event inotify_event; | ^~~~~~~~~~~~~ /kisskb/src/fs/notify/inotify/inotify_user.c: In function '__do_sys_inotify_add_watch': /kisskb/src/fs/notify/inotify/inotify_user.c:714:14: note: byref variable will be forcibly initialized 714 | struct path path; | ^~~~ /kisskb/src/fs/notify/inotify/inotify_user.c: In function 'inotify_user_setup': /kisskb/src/fs/notify/inotify/inotify_user.c:814:17: note: byref variable will be forcibly initialized 814 | struct sysinfo si; | ^~ /kisskb/src/arch/powerpc/sysdev/xics/icp-hv.c: In function 'icp_hv_get_xirr': /kisskb/src/arch/powerpc/sysdev/xics/icp-hv.c:23:16: note: byref variable will be forcibly initialized 23 | unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; | ^~~~~~ In file included from /kisskb/src/arch/powerpc/sysdev/xics/icp-hv.c:10: /kisskb/src/arch/powerpc/sysdev/xics/icp-hv.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized 427 | unsigned int irq; | ^~~ /kisskb/src/kernel/locking/mutex.c: In function '__mutex_lock_common': /kisskb/src/kernel/locking/mutex.c:577:22: note: byref variable will be forcibly initialized 577 | struct mutex_waiter waiter; | ^~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/nvram.c: In function 'pSeries_nvram_write': /kisskb/src/arch/powerpc/platforms/pseries/nvram.c:85:6: note: byref variable will be forcibly initialized 85 | int done; | ^~~~ /kisskb/src/arch/powerpc/platforms/pseries/nvram.c: In function 'pSeries_nvram_read': /kisskb/src/arch/powerpc/platforms/pseries/nvram.c:41:6: note: byref variable will be forcibly initialized 41 | int done; | ^~~~ /kisskb/src/arch/powerpc/platforms/pseries/nvram.c: In function 'nvram_clear_error_log': /kisskb/src/arch/powerpc/platforms/pseries/nvram.c:165:6: note: byref variable will be forcibly initialized 165 | int clear_word = ERR_FLAG_ALREADY_LOGGED; | ^~~~~~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/nvram.c:164:9: note: byref variable will be forcibly initialized 164 | loff_t tmp_index; | ^~~~~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/nvram.c: In function 'pSeries_nvram_init': /kisskb/src/arch/powerpc/platforms/pseries/nvram.c:216:15: note: byref variable will be forcibly initialized 216 | unsigned int proplen; | ^~~~~~~ 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:897:16: note: byref variable will be forcibly initialized 897 | 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) | ^~~~ 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/sysdev/xics/icp-native.c:17: /kisskb/src/arch/powerpc/sysdev/xics/icp-native.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized 427 | unsigned int irq; | ^~~ /kisskb/src/crypto/cipher.c: In function 'cipher_crypt_one': /kisskb/src/crypto/cipher.c:69:6: note: byref variable will be forcibly initialized 69 | u8 buffer[MAX_CIPHER_BLOCKSIZE + MAX_CIPHER_ALIGNMASK]; | ^~~~~~ /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/sysdev/xics/icp-native.c:258:15: note: byref variable will be forcibly initialized 258 | unsigned int ilen; | ^~~~ /kisskb/src/arch/powerpc/sysdev/xics/icp-native.c: In function 'icp_native_init': /kisskb/src/arch/powerpc/sysdev/xics/icp-native.c:330:6: note: byref variable will be forcibly initialized 330 | u32 indx = 0; | ^~~~ /kisskb/src/arch/powerpc/kexec/core_64.c: In function 'kexec_copy_flush': /kisskb/src/arch/powerpc/kexec/core_64.c:115:24: note: byref variable will be forcibly initialized 115 | struct kexec_segment ranges[KEXEC_SEGMENT_MAX]; | ^~~~~~ /kisskb/src/arch/powerpc/mm/init_64.c: In function 'parse_disable_radix': /kisskb/src/arch/powerpc/mm/init_64.c:380:7: note: byref variable will be forcibly initialized 380 | bool val; | ^~~ /kisskb/src/arch/powerpc/mm/init_64.c: In function 'dt_scan_mmu_pid_width': /kisskb/src/arch/powerpc/mm/init_64.c:447:6: note: byref variable will be forcibly initialized 447 | int size = 0; | ^~~~ /kisskb/src/arch/powerpc/mm/init_64.c: In function 'early_check_vec5': /kisskb/src/arch/powerpc/mm/init_64.c:401:6: note: byref variable will be forcibly initialized 401 | int size; | ^~~~ /kisskb/src/arch/powerpc/kernel/ptrace/ptrace-view.c: In function 'pkey_set': /kisskb/src/arch/powerpc/kernel/ptrace/ptrace-view.c:478:6: note: byref variable will be forcibly initialized 478 | u64 new_amr; | ^~~~~~~ /kisskb/src/arch/powerpc/kernel/ptrace/ptrace-view.c: In function 'gpr_set': /kisskb/src/arch/powerpc/kernel/ptrace/ptrace-view.c:242:16: note: byref variable will be forcibly initialized 242 | unsigned long reg; | ^~~ In file included from /kisskb/src/arch/powerpc/kernel/ptrace/ptrace-view.c:3: /kisskb/src/arch/powerpc/kernel/ptrace/ptrace-view.c: In function 'pkey_get': /kisskb/src/include/linux/regset.h:66:13: note: byref variable will be forcibly initialized 66 | typeof(v) __v = (v); \ | ^~~ /kisskb/src/arch/powerpc/kernel/ptrace/ptrace-view.c:471:9: note: in expansion of macro 'membuf_store' 471 | return membuf_store(&to, default_uamor); | ^~~~~~~~~~~~ /kisskb/src/include/linux/regset.h:66:13: note: byref variable will be forcibly initialized 66 | typeof(v) __v = (v); \ | ^~~ /kisskb/src/arch/powerpc/kernel/ptrace/ptrace-view.c:470:2: note: in expansion of macro 'membuf_store' 470 | membuf_store(&to, target->thread.regs->iamr); | ^~~~~~~~~~~~ /kisskb/src/include/linux/regset.h:66:13: note: byref variable will be forcibly initialized 66 | typeof(v) __v = (v); \ | ^~~ /kisskb/src/arch/powerpc/kernel/ptrace/ptrace-view.c:469:2: note: in expansion of macro 'membuf_store' 469 | membuf_store(&to, target->thread.regs->amr); | ^~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/ptrace/ptrace-view.c: In function 'gpr_get': /kisskb/src/include/linux/regset.h:66:13: note: byref variable will be forcibly initialized 66 | typeof(v) __v = (v); \ | ^~~ /kisskb/src/arch/powerpc/kernel/ptrace/ptrace-view.c:232:2: note: in expansion of macro 'membuf_store' 232 | membuf_store(&to_softe, 0x1ul); | ^~~~~~~~~~~~ /kisskb/src/include/linux/regset.h:66:13: note: byref variable will be forcibly initialized 66 | typeof(v) __v = (v); \ | ^~~ /kisskb/src/arch/powerpc/kernel/ptrace/ptrace-view.c:230:2: note: in expansion of macro 'membuf_store' 230 | membuf_store(&to_msr, get_user_msr(target)); | ^~~~~~~~~~~~ /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)); | ^~~~~~ In file included from /kisskb/src/arch/powerpc/kernel/ptrace/ptrace-view.c:3: /kisskb/src/arch/powerpc/kernel/ptrace/ptrace-view.c: In function 'gpr32_get_common': /kisskb/src/include/linux/regset.h:66:13: note: byref variable will be forcibly initialized 66 | typeof(v) __v = (v); \ | ^~~ /kisskb/src/arch/powerpc/kernel/ptrace/ptrace-view.c:639:3: note: in expansion of macro 'membuf_store' 639 | membuf_store(&to, (u32)regs[i]); | ^~~~~~~~~~~~ /kisskb/src/include/linux/regset.h:66:13: note: byref variable will be forcibly initialized 66 | typeof(v) __v = (v); \ | ^~~ /kisskb/src/arch/powerpc/kernel/ptrace/ptrace-view.c:637:2: note: in expansion of macro 'membuf_store' 637 | membuf_store(&to, (u32)get_user_msr(target)); | ^~~~~~~~~~~~ /kisskb/src/include/linux/regset.h:66:13: note: byref variable will be forcibly initialized 66 | typeof(v) __v = (v); \ | ^~~ /kisskb/src/arch/powerpc/kernel/ptrace/ptrace-view.c:636:3: note: in expansion of macro 'membuf_store' 636 | membuf_store(&to, (u32)regs[i]); | ^~~~~~~~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-call.c: In function '__trace_opal_entry': /kisskb/src/arch/powerpc/platforms/powernv/opal-call.c:21:16: note: byref variable will be forcibly initialized 21 | unsigned long args[8]; | ^~~~ /kisskb/src/block/partitions/core.c: In function 'partition_overlaps': /kisskb/src/block/partitions/core.c:439:16: note: byref variable will be forcibly initialized 439 | unsigned long idx; | ^~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/block/partitions/core.c:9: /kisskb/src/block/partitions/core.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:135:6: note: in expansion of macro 'check_mul_overflow' 135 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:135:6: note: in expansion of macro 'check_mul_overflow' 135 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:133:9: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/block/partitions/core.c: In function 'blk_drop_partitions': /kisskb/src/block/partitions/core.c:547:16: note: byref variable will be forcibly initialized 547 | unsigned long idx; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/sched.h:738, from /kisskb/src/kernel/sched/core.c:10: /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_kthread_stop': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:16:1: note: in expansion of macro 'TRACE_EVENT' 16 | TRACE_EVENT(sched_kthread_stop, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_kthread_stop_ret': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:38:1: note: in expansion of macro 'TRACE_EVENT' 38 | TRACE_EVENT(sched_kthread_stop_ret, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_kthread_work_queue_work': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:64:1: note: in expansion of macro 'TRACE_EVENT' 64 | TRACE_EVENT(sched_kthread_work_queue_work, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_kthread_work_execute_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:93:1: note: in expansion of macro 'TRACE_EVENT' 93 | TRACE_EVENT(sched_kthread_work_execute_start, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_kthread_work_execute_end': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:119:1: note: in expansion of macro 'TRACE_EVENT' 119 | TRACE_EVENT(sched_kthread_work_execute_end, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_wakeup_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/sched.h:141:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 141 | DECLARE_EVENT_CLASS(sched_wakeup_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_migrate_task': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:271:1: note: in expansion of macro 'TRACE_EVENT' 271 | TRACE_EVENT(sched_migrate_task, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_process_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/sched.h:298:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 298 | DECLARE_EVENT_CLASS(sched_process_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_process_wait': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:344:1: note: in expansion of macro 'TRACE_EVENT' 344 | TRACE_EVENT(sched_process_wait, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_process_fork': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:369:1: note: in expansion of macro 'TRACE_EVENT' 369 | TRACE_EVENT(sched_process_fork, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_stat_runtime': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/sched.h:491:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 491 | DECLARE_EVENT_CLASS(sched_stat_runtime, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_pi_setprio': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:525:1: note: in expansion of macro 'TRACE_EVENT' 525 | TRACE_EVENT(sched_pi_setprio, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_move_numa': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:576:1: note: in expansion of macro 'TRACE_EVENT' 576 | TRACE_EVENT(sched_move_numa, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_numa_pair_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/sched.h:608:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 608 | DECLARE_EVENT_CLASS(sched_numa_pair_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_wake_idle_without_ipi': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:668:1: note: in expansion of macro 'TRACE_EVENT' 668 | TRACE_EVENT(sched_wake_idle_without_ipi, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_switch': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:220:1: note: in expansion of macro 'TRACE_EVENT' 220 | TRACE_EVENT(sched_switch, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'trace_event_raw_event_sched_process_exec': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:397:1: note: in expansion of macro 'TRACE_EVENT' 397 | TRACE_EVENT(sched_process_exec, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sched.h:397:1: note: in expansion of macro 'TRACE_EVENT' 397 | TRACE_EVENT(sched_process_exec, | ^~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__do_sys_sched_getparam': /kisskb/src/kernel/sched/core.c:7763:21: note: byref variable will be forcibly initialized 7763 | struct sched_param lp = { .sched_priority = 0 }; | ^~ /kisskb/src/kernel/sched/core.c: In function 'balance_push_set': /kisskb/src/kernel/sched/core.c:8881:18: note: byref variable will be forcibly initialized 8881 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function '__hrtick_start': /kisskb/src/kernel/sched/core.c:736:18: note: byref variable will be forcibly initialized 736 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'sched_rr_get_interval': /kisskb/src/kernel/sched/core.c:8433:18: note: byref variable will be forcibly initialized 8433 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function '__do_sys_sched_rr_get_interval': /kisskb/src/kernel/sched/core.c:8479:20: note: byref variable will be forcibly initialized 8479 | struct timespec64 t; | ^ /kisskb/src/kernel/sched/core.c: In function '__do_sys_sched_rr_get_interval_time32': /kisskb/src/kernel/sched/core.c:8492:20: note: byref variable will be forcibly initialized 8492 | struct timespec64 t; | ^ /kisskb/src/kernel/sched/core.c: In function 'set_user_nice': /kisskb/src/kernel/sched/core.c:6852:18: note: byref variable will be forcibly initialized 6852 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'hrtick': /kisskb/src/kernel/sched/core.c:708:18: note: byref variable will be forcibly initialized 708 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function '__schedule': /kisskb/src/kernel/sched/core.c:6136:18: note: byref variable will be forcibly initialized 6136 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'do_sched_yield': /kisskb/src/kernel/sched/core.c:8099:18: note: byref variable will be forcibly initialized 8099 | struct rq_flags rf; | ^~ /kisskb/src/arch/powerpc/platforms/powernv/opal.c: In function '__opal_put_chars': /kisskb/src/arch/powerpc/platforms/powernv/opal.c:448:9: note: byref variable will be forcibly initialized 448 | __be64 olen; | ^~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal.c: In function '__opal_flush_console': /kisskb/src/arch/powerpc/platforms/powernv/opal.c:521:10: note: byref variable will be forcibly initialized 521 | __be64 evt; | ^~~ /kisskb/src/kernel/sched/core.c: In function 'ttwu_runnable': /kisskb/src/kernel/sched/core.c:3631:18: note: byref variable will be forcibly initialized 3631 | struct rq_flags rf; | ^~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/huge_mm.h:8, from /kisskb/src/include/linux/mm.h:717, from /kisskb/src/include/linux/ring_buffer.h:5, from /kisskb/src/include/linux/trace_events.h:6, from /kisskb/src/include/trace/trace_events.h:21, from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/sched.h:738, from /kisskb/src/kernel/sched/core.c:10: /kisskb/src/kernel/sched/core.c: In function 'affine_move_task': /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:270:2: note: in expansion of macro '___wait_var_event' 270 | ___wait_var_event(var, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait_bit.h:278:2: note: in expansion of macro '__wait_var_event' 278 | __wait_var_event(var, condition); \ | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c:2759:2: note: in expansion of macro 'wait_var_event' 2759 | 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:2867:18: note: byref variable will be forcibly initialized 2867 | struct rq_flags rf; | ^~ /kisskb/src/arch/powerpc/platforms/powernv/opal.c: In function 'opal_add_one_export': /kisskb/src/arch/powerpc/platforms/powernv/opal.c:806:6: note: byref variable will be forcibly initialized 806 | u64 vals[2]; | ^~~~ /kisskb/src/kernel/sched/core.c: In function 'restrict_cpus_allowed_ptr': /kisskb/src/kernel/sched/core.c:2892:18: note: byref variable will be forcibly initialized 2892 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'force_compatible_cpus_allowed_ptr': /kisskb/src/kernel/sched/core.c:2944:16: note: byref variable will be forcibly initialized 2944 | cpumask_var_t new_mask; | ^~~~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal.c: In function 'early_init_dt_scan_opal': /kisskb/src/arch/powerpc/platforms/powernv/opal.c:114:23: note: byref variable will be forcibly initialized 114 | int basesz, entrysz, runtimesz; | ^~~~~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal.c:114:14: note: byref variable will be forcibly initialized 114 | int basesz, entrysz, runtimesz; | ^~~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal.c:114:6: note: byref variable will be forcibly initialized 114 | int basesz, entrysz, runtimesz; | ^~~~~~ /kisskb/src/kernel/sched/core.c: In function 'migration_cpu_stop': /kisskb/src/kernel/sched/core.c:2320:18: note: byref variable will be forcibly initialized 2320 | struct rq_flags rf; | ^~ /kisskb/src/arch/powerpc/platforms/powernv/opal.c: In function 'early_init_dt_scan_recoverable_ranges': /kisskb/src/arch/powerpc/platforms/powernv/opal.c:150:9: note: byref variable will be forcibly initialized 150 | int i, psize, size; | ^~~~~ /kisskb/src/kernel/sched/core.c: In function '__balance_push_cpu_stop': /kisskb/src/kernel/sched/core.c:8788:18: note: byref variable will be forcibly initialized 8788 | struct rq_flags rf; | ^~ /kisskb/src/arch/powerpc/platforms/powernv/opal.c: In function 'opal_get_chars': /kisskb/src/arch/powerpc/platforms/powernv/opal.c:430:14: note: byref variable will be forcibly initialized 430 | __be64 evt, len; | ^~~ /kisskb/src/arch/powerpc/platforms/powernv/opal.c:430:9: note: byref variable will be forcibly initialized 430 | __be64 evt, len; | ^~~ /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; | ^~~ /kisskb/src/kernel/sched/core.c: In function 'wait_task_inactive': /kisskb/src/kernel/sched/core.c:3274:12: note: byref variable will be forcibly initialized 3274 | ktime_t to = NSEC_PER_SEC / HZ; | ^~ /kisskb/src/kernel/sched/core.c:3203:18: note: byref variable will be forcibly initialized 3203 | struct rq_flags rf; | ^~ /kisskb/src/arch/powerpc/platforms/powernv/opal.c: In function 'opal_hmi_exception_early2': /kisskb/src/arch/powerpc/platforms/powernv/opal.c:716:9: note: byref variable will be forcibly initialized 716 | __be64 out_flags; | ^~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function 'sched_ttwu_pending': /kisskb/src/kernel/sched/core.c:3653:18: note: byref variable will be forcibly initialized 3653 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'wake_up_if_idle': /kisskb/src/kernel/sched/core.c:3710:18: note: byref variable will be forcibly initialized 3710 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'ttwu_queue': /kisskb/src/kernel/sched/core.c:3789:18: note: byref variable will be forcibly initialized 3789 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'task_call_func': /kisskb/src/kernel/sched/core.c:4148:18: note: byref variable will be forcibly initialized 4148 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'wake_up_new_task': /kisskb/src/kernel/sched/core.c:4479:18: note: byref variable will be forcibly initialized 4479 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'sched_exec': /kisskb/src/kernel/sched/core.c:5094:24: note: byref variable will be forcibly initialized 5094 | struct migration_arg arg = { p, dest_cpu }; | ^~~ /kisskb/src/kernel/sched/core.c: In function 'task_sched_runtime': /kisskb/src/kernel/sched/core.c:5136:18: note: byref variable will be forcibly initialized 5136 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'rt_mutex_setprio': /kisskb/src/kernel/sched/core.c:6729:18: note: byref variable will be forcibly initialized 6729 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function '__sched_setscheduler': /kisskb/src/kernel/sched/core.c:7200:18: note: byref variable will be forcibly initialized 7200 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'scheduler_tick': /kisskb/src/kernel/sched/core.c:5231:18: note: byref variable will be forcibly initialized 5231 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'do_sched_setscheduler': /kisskb/src/kernel/sched/core.c:7576:21: note: byref variable will be forcibly initialized 7576 | struct sched_param lparam; | ^~~~~~ /kisskb/src/kernel/sched/core.c: In function '__do_sys_sched_setattr': /kisskb/src/kernel/sched/core.c:7692:20: note: byref variable will be forcibly initialized 7692 | struct sched_attr attr; | ^~~~ /kisskb/src/kernel/sched/core.c: In function 'sched_set_stop_task': /kisskb/src/kernel/sched/core.c:3442:21: note: byref variable will be forcibly initialized 3442 | struct sched_param param = { .sched_priority = MAX_RT_PRIO - 1 }; | ^~~~~ /kisskb/src/kernel/sched/core.c: In function 'sched_set_fifo': /kisskb/src/kernel/sched/core.c:7548:21: note: byref variable will be forcibly initialized 7548 | struct sched_param sp = { .sched_priority = MAX_RT_PRIO / 2 }; | ^~ /kisskb/src/kernel/sched/core.c: In function 'sched_set_fifo_low': /kisskb/src/kernel/sched/core.c:7558:21: note: byref variable will be forcibly initialized 7558 | struct sched_param sp = { .sched_priority = 1 }; | ^~ /kisskb/src/kernel/sched/core.c: In function '__sched_setaffinity': /kisskb/src/kernel/sched/core.c:7918:30: note: byref variable will be forcibly initialized 7918 | cpumask_var_t cpus_allowed, new_mask; | ^~~~~~~~ /kisskb/src/kernel/sched/core.c:7918:16: note: byref variable will be forcibly initialized 7918 | cpumask_var_t cpus_allowed, new_mask; | ^~~~~~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__do_sys_sched_setaffinity': /kisskb/src/kernel/sched/core.c:8020:16: note: byref variable will be forcibly initialized 8020 | cpumask_var_t new_mask; | ^~~~~~~~ /kisskb/src/kernel/sched/core.c: In function '__do_sys_sched_getaffinity': /kisskb/src/kernel/sched/core.c:8073:16: note: byref variable will be forcibly initialized 8073 | cpumask_var_t mask; | ^~~~ /kisskb/src/kernel/sched/core.c: In function 'sched_cpu_activate': /kisskb/src/kernel/sched/core.c:9005:18: note: byref variable will be forcibly initialized 9005 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'sched_cpu_deactivate': /kisskb/src/kernel/sched/core.c:9049:18: note: byref variable will be forcibly initialized 9049 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/core.c: In function 'sched_cpu_dying': /kisskb/src/kernel/sched/core.c:9185:18: note: byref variable will be forcibly initialized 9185 | struct rq_flags rf; | ^~ /kisskb/src/mm/damon/vaddr.c: In function '__damon_va_three_regions': /kisskb/src/mm/damon/vaddr.c:129:17: note: byref variable will be forcibly initialized 129 | struct rb_root rbroot; | ^~~~~~ /kisskb/src/mm/damon/vaddr.c: In function '__damon_va_init_regions': /kisskb/src/mm/damon/vaddr.c:243:26: note: byref variable will be forcibly initialized 243 | struct damon_addr_range regions[3]; | ^~~~~~~ /kisskb/src/mm/damon/vaddr.c: In function 'damon_va_update': /kisskb/src/mm/damon/vaddr.c:360:26: note: byref variable will be forcibly initialized 360 | struct damon_addr_range three_regions[3]; | ^~~~~~~~~~~~~ /kisskb/src/mm/damon/vaddr.c: In function 'damon_va_young': /kisskb/src/mm/damon/vaddr.c:500:34: note: byref variable will be forcibly initialized 500 | struct damon_young_walk_private arg = { | ^~~ /kisskb/src/arch/powerpc/sysdev/xive/native.c: In function 'xive_native_populate_irq_data': /kisskb/src/arch/powerpc/sysdev/xive/native.c:49:20: note: byref variable will be forcibly initialized 49 | __be32 esb_shift, src_chip; | ^~~~~~~~ /kisskb/src/arch/powerpc/sysdev/xive/native.c:49:9: note: byref variable will be forcibly initialized 49 | __be32 esb_shift, src_chip; | ^~~~~~~~~ /kisskb/src/arch/powerpc/sysdev/xive/native.c:48:26: note: byref variable will be forcibly initialized 48 | __be64 flags, eoi_page, trig_page; | ^~~~~~~~~ /kisskb/src/arch/powerpc/sysdev/xive/native.c:48:16: note: byref variable will be forcibly initialized 48 | __be64 flags, eoi_page, trig_page; | ^~~~~~~~ /kisskb/src/arch/powerpc/sysdev/xive/native.c:48:9: note: byref variable will be forcibly initialized 48 | __be64 flags, eoi_page, trig_page; | ^~~~~ /kisskb/src/arch/powerpc/sysdev/xive/native.c: In function 'xive_native_get_queue_info': /kisskb/src/arch/powerpc/sysdev/xive/native.c:789:9: note: byref variable will be forcibly initialized 789 | __be64 qflags; | ^~~~~~ /kisskb/src/arch/powerpc/sysdev/xive/native.c:788:9: note: byref variable will be forcibly initialized 788 | __be32 escalate_irq; | ^~~~~~~~~~~~ /kisskb/src/arch/powerpc/sysdev/xive/native.c:787:9: note: byref variable will be forcibly initialized 787 | __be64 qeoi_page; | ^~~~~~~~~ /kisskb/src/arch/powerpc/sysdev/xive/native.c:786:9: note: byref variable will be forcibly initialized 786 | __be64 qsize; | ^~~~~ /kisskb/src/arch/powerpc/sysdev/xive/native.c:785:9: note: byref variable will be forcibly initialized 785 | __be64 qpage; | ^~~~~ /kisskb/src/arch/powerpc/sysdev/xive/native.c: In function 'xive_native_configure_queue': /kisskb/src/arch/powerpc/sysdev/xive/native.c:136:9: note: byref variable will be forcibly initialized 136 | __be32 esc_irq_be; | ^~~~~~~~~~ /kisskb/src/arch/powerpc/sysdev/xive/native.c:135:9: note: byref variable will be forcibly initialized 135 | __be64 qeoi_page_be; | ^~~~~~~~~~~~ /kisskb/src/arch/powerpc/sysdev/xive/native.c: In function 'xive_native_setup_cpu': /kisskb/src/arch/powerpc/sysdev/xive/native.c:395:9: note: byref variable will be forcibly initialized 395 | __be64 vp_cam_be; | ^~~~~~~~~ /kisskb/src/arch/powerpc/sysdev/xive/native.c: In function 'xive_native_get_vp_info': /kisskb/src/arch/powerpc/sysdev/xive/native.c:751:9: note: byref variable will be forcibly initialized 751 | __be32 vp_chip_id_be; | ^~~~~~~~~~~~~ /kisskb/src/arch/powerpc/sysdev/xive/native.c:750:9: note: byref variable will be forcibly initialized 750 | __be64 vp_cam_be; | ^~~~~~~~~ /kisskb/src/arch/powerpc/sysdev/xive/native.c: In function 'xive_native_get_irq_config': /kisskb/src/arch/powerpc/sysdev/xive/native.c:118:9: note: byref variable will be forcibly initialized 118 | __be32 lirq; | ^~~~ /kisskb/src/arch/powerpc/sysdev/xive/native.c:117:9: note: byref variable will be forcibly initialized 117 | __be64 vp; | ^~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/sysdev/xive/native.c:9: /kisskb/src/arch/powerpc/sysdev/xive/native.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/arch/powerpc/sysdev/xive/native.c: In function 'xive_native_get_queue_state': /kisskb/src/arch/powerpc/sysdev/xive/native.c:817:9: note: byref variable will be forcibly initialized 817 | __be32 opal_qindex; | ^~~~~~~~~~~ /kisskb/src/arch/powerpc/sysdev/xive/native.c:816:9: note: byref variable will be forcibly initialized 816 | __be32 opal_qtoggle; | ^~~~~~~~~~~~ /kisskb/src/arch/powerpc/sysdev/xive/native.c: In function 'xive_native_get_vp_state': /kisskb/src/arch/powerpc/sysdev/xive/native.c:859:9: note: byref variable will be forcibly initialized 859 | __be64 state; | ^~~~~ /kisskb/src/arch/powerpc/sysdev/xive/native.c: In function 'xive_native_init': /kisskb/src/arch/powerpc/sysdev/xive/native.c:565:6: note: byref variable will be forcibly initialized 565 | u32 val, cpu; | ^~~ /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/ics-rtas.c: In function 'ics_rtas_get_server': /kisskb/src/arch/powerpc/sysdev/xics/ics-rtas.c:176:10: note: byref variable will be forcibly initialized 176 | int rc, status[2]; | ^~~~~~ /kisskb/src/arch/powerpc/sysdev/xics/ics-rtas.c: In function 'ics_rtas_check': /kisskb/src/arch/powerpc/sysdev/xics/ics-rtas.c:155:6: note: byref variable will be forcibly initialized 155 | int status[2]; | ^~~~~~ /kisskb/src/arch/powerpc/sysdev/xics/ics-rtas.c: In function 'ics_rtas_set_affinity': /kisskb/src/arch/powerpc/sysdev/xics/ics-rtas.c:106:6: note: byref variable will be forcibly initialized 106 | int xics_status[2]; | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/arch/powerpc/platforms/powernv/opal-async.c:12: /kisskb/src/arch/powerpc/platforms/powernv/opal-async.c: In function 'opal_async_wait_response': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-async.c:149:2: note: in expansion of macro 'wait_event' 149 | wait_event(opal_async_wait, opal_async_tokens[token].state | ^~~~~~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-async.c: In function 'opal_async_wait_response_interruptible': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-async.c:201:8: note: in expansion of macro 'wait_event_interruptible' 201 | ret = wait_event_interruptible(opal_async_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/powerpc/platforms/powernv/opal-async.c:12: /kisskb/src/arch/powerpc/platforms/powernv/opal-async.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/arch/powerpc/lib/sstep.c: In function 'read_mem_unaligned': /kisskb/src/arch/powerpc/lib/sstep.c:416:4: note: byref variable will be forcibly initialized 416 | } u; | ^ /kisskb/src/arch/powerpc/lib/sstep.c: In function 'read_mem': /kisskb/src/arch/powerpc/lib/sstep.c:416:4: note: byref variable will be forcibly initialized /kisskb/src/arch/powerpc/lib/sstep.c: In function 'write_mem_unaligned': /kisskb/src/arch/powerpc/lib/sstep.c:552:4: note: byref variable will be forcibly initialized 552 | } u; | ^ /kisskb/src/arch/powerpc/lib/sstep.c: In function 'write_mem': /kisskb/src/arch/powerpc/lib/sstep.c:552: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:591:4: note: byref variable will be forcibly initialized 591 | } u; | ^ /kisskb/src/arch/powerpc/lib/sstep.c: In function 'do_fp_store': /kisskb/src/arch/powerpc/lib/sstep.c:641:4: note: byref variable will be forcibly initialized 641 | } u; | ^ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/notify/group.c:8: /kisskb/src/fs/notify/group.c: In function 'fsnotify_destroy_group': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/notify/group.c:68:2: note: in expansion of macro 'wait_event' 68 | wait_event(group->notification_waitq, !atomic_read(&group->user_waits)); | ^~~~~~~~~~ /kisskb/src/fs/notify/mark.c: In function 'fsnotify_mark_destroy_workfn': /kisskb/src/fs/notify/mark.c:854:19: note: byref variable will be forcibly initialized 854 | struct list_head private_destroy_list; | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/notify/mark.c: In function 'fsnotify_put_mark': /kisskb/src/fs/notify/mark.c:255:15: note: byref variable will be forcibly initialized 255 | unsigned int type = FSNOTIFY_OBJ_TYPE_DETACHED; | ^~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/notify/mark.c:63: /kisskb/src/fs/notify/mark.c: In function 'fsnotify_clear_marks_by_group': /kisskb/src/fs/notify/mark.c:753:12: note: byref variable will be forcibly initialized 753 | 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/arch/powerpc/sysdev/xics/ics-opal.c: In function 'ics_opal_get_server': /kisskb/src/arch/powerpc/sysdev/xics/ics-opal.c:189:9: note: byref variable will be forcibly initialized 189 | int8_t priority; | ^~~~~~~~ /kisskb/src/arch/powerpc/sysdev/xics/ics-opal.c:188:9: note: byref variable will be forcibly initialized 188 | __be16 server; | ^~~~~~ /kisskb/src/fs/notify/mark.c: In function 'fsnotify_destroy_marks': /kisskb/src/arch/powerpc/sysdev/xics/ics-opal.c: In function 'ics_opal_mask_unknown': /kisskb/src/fs/notify/mark.c:799:15: note: byref variable will be forcibly initialized 799 | unsigned int type; | ^~~~ /kisskb/src/arch/powerpc/sysdev/xics/ics-opal.c:175:9: note: byref variable will be forcibly initialized 175 | int8_t priority; | ^~~~~~~~ /kisskb/src/arch/powerpc/sysdev/xics/ics-opal.c:174:9: note: byref variable will be forcibly initialized 174 | __be16 server; | ^~~~~~ /kisskb/src/arch/powerpc/sysdev/xics/ics-opal.c: In function 'ics_opal_check': /kisskb/src/arch/powerpc/sysdev/xics/ics-opal.c:158:9: note: byref variable will be forcibly initialized 158 | int8_t priority; | ^~~~~~~~ /kisskb/src/arch/powerpc/sysdev/xics/ics-opal.c:157:9: note: byref variable will be forcibly initialized 157 | __be16 server; | ^~~~~~ /kisskb/src/arch/powerpc/sysdev/xics/ics-opal.c: In function 'ics_opal_set_affinity': /kisskb/src/arch/powerpc/sysdev/xics/ics-opal.c:102:9: note: byref variable will be forcibly initialized 102 | int8_t priority; | ^~~~~~~~ /kisskb/src/arch/powerpc/sysdev/xics/ics-opal.c:100:9: note: byref variable will be forcibly initialized 100 | __be16 oserver; | ^~~~~~~ /kisskb/src/arch/powerpc/lib/sstep.c: In function 'emulate_loadstore': /kisskb/src/arch/powerpc/lib/sstep.c:3544:17: note: byref variable will be forcibly initialized 3544 | unsigned int v32 = regs->gpr[rd]; | ^~~ /kisskb/src/arch/powerpc/lib/sstep.c:3473:17: note: byref variable will be forcibly initialized 3473 | unsigned int v32 = 0; | ^~~ /kisskb/src/arch/powerpc/lib/sstep.c:3328:15: note: byref variable will be forcibly initialized 3328 | unsigned int cr; | ^~ /kisskb/src/arch/powerpc/lib/sstep.c: In function 'emulate_step': /kisskb/src/arch/powerpc/lib/sstep.c:3583:24: note: byref variable will be forcibly initialized 3583 | struct instruction_op op; | ^~ /kisskb/src/kernel/power/main.c: In function 'pm_freeze_timeout_store': /kisskb/src/kernel/power/main.c:873:16: note: byref variable will be forcibly initialized 873 | unsigned long val; | ^~~ /kisskb/src/kernel/power/main.c: In function 'pm_debug_messages_store': /kisskb/src/kernel/power/main.c:524:16: note: byref variable will be forcibly initialized 524 | unsigned long val; | ^~~ /kisskb/src/kernel/power/main.c: In function 'pm_print_times_store': /kisskb/src/kernel/power/main.c:484:16: note: byref variable will be forcibly initialized 484 | unsigned long val; | ^~~ /kisskb/src/kernel/power/main.c: In function 'sync_on_suspend_store': /kisskb/src/kernel/power/main.c:212:16: note: byref variable will be forcibly initialized 212 | unsigned long val; | ^~~ /kisskb/src/kernel/power/main.c: In function 'pm_async_store': /kisskb/src/kernel/power/main.c:109:16: note: byref variable will be forcibly initialized 109 | unsigned long val; | ^~~ /kisskb/src/kernel/power/main.c: In function 'wakeup_count_store': /kisskb/src/kernel/power/main.c:715:15: note: byref variable will be forcibly initialized 715 | unsigned int val; | ^~~ /kisskb/src/kernel/power/main.c: In function 'wakeup_count_show': /kisskb/src/kernel/power/main.c:705:15: note: byref variable will be forcibly initialized 705 | unsigned int val; | ^~~ /kisskb/src/kernel/power/main.c: In function '__pm_pr_dbg': /kisskb/src/kernel/power/main.c:556:10: note: byref variable will be forcibly initialized 556 | va_list args; | ^~~~ /kisskb/src/kernel/power/main.c:555:19: note: byref variable will be forcibly initialized 555 | struct va_format vaf; | ^~~ /kisskb/src/crypto/scatterwalk.c: In function 'scatterwalk_map_and_copy': /kisskb/src/crypto/scatterwalk.c:59:21: note: byref variable will be forcibly initialized 59 | struct scatterlist tmp[2]; | ^~~ /kisskb/src/crypto/scatterwalk.c:58:22: note: byref variable will be forcibly initialized 58 | struct scatter_walk walk; | ^~~~ /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; | ^~~~~~ In file included from /kisskb/src/block/partitions/msdos.c:31: /kisskb/src/block/partitions/msdos.c: In function 'put_partition': /kisskb/src/block/partitions/check.h:41:8: note: byref variable will be forcibly initialized 41 | char tmp[1 + BDEVNAME_SIZE + 10 + 1]; | ^~~ /kisskb/src/block/partitions/msdos.c: In function 'aix_magic_present': /kisskb/src/block/partitions/msdos.c:75:9: note: byref variable will be forcibly initialized 75 | Sector sect; | ^~~~ /kisskb/src/block/partitions/msdos.c: In function 'parse_extended': /kisskb/src/block/partitions/msdos.c:135:9: note: byref variable will be forcibly initialized 135 | Sector sect; | ^~~~ /kisskb/src/block/partitions/msdos.c: In function 'msdos_partition': /kisskb/src/block/partitions/msdos.c:584:9: note: byref variable will be forcibly initialized 584 | Sector sect; | ^~~~ /kisskb/src/block/partitions/efi.c: In function 'read_lba': /kisskb/src/block/partitions/efi.c:247:10: note: byref variable will be forcibly initialized 247 | Sector sect; | ^~~~ In file included from /kisskb/src/block/partitions/efi.c:90: /kisskb/src/block/partitions/efi.c: In function 'put_partition': /kisskb/src/block/partitions/check.h:41:8: note: byref variable will be forcibly initialized 41 | char tmp[1 + BDEVNAME_SIZE + 10 + 1]; | ^~~ /kisskb/src/block/partitions/efi.c: In function 'compare_gpts': /kisskb/src/block/partitions/efi.c:481:1: note: byref variable will be forcibly initialized 481 | compare_gpts(gpt_header *pgpt, gpt_header *agpt, u64 lastlba) | ^~~~~~~~~~~~ /kisskb/src/block/partitions/efi.c:481:1: note: byref variable will be forcibly initialized /kisskb/src/block/partitions/efi.c: In function 'find_valid_gpt': /kisskb/src/block/partitions/efi.c:625:12: note: byref variable will be forcibly initialized 625 | sector_t agpt_sector; | ^~~~~~~~~~~ /kisskb/src/block/partitions/efi.c:586:28: note: byref variable will be forcibly initialized 586 | gpt_entry *pptes = NULL, *aptes = NULL; | ^~~~~ /kisskb/src/block/partitions/efi.c:586:13: note: byref variable will be forcibly initialized 586 | gpt_entry *pptes = NULL, *aptes = NULL; | ^~~~~ /kisskb/src/block/partitions/efi.c:585:28: note: byref variable will be forcibly initialized 585 | gpt_header *pgpt = NULL, *agpt = NULL; | ^~~~ /kisskb/src/block/partitions/efi.c:585:14: note: byref variable will be forcibly initialized 585 | gpt_header *pgpt = NULL, *agpt = NULL; | ^~~~ /kisskb/src/block/partitions/efi.c: In function 'is_pte_valid': /kisskb/src/block/partitions/efi.c:461:1: note: byref variable will be forcibly initialized 461 | is_pte_valid(const gpt_entry *pte, const u64 lastlba) | ^~~~~~~~~~~~ /kisskb/src/block/partitions/efi.c:461:1: note: byref variable will be forcibly initialized /kisskb/src/block/partitions/efi.c: In function 'efi_partition': /kisskb/src/block/partitions/efi.c:713:5: note: byref variable will be forcibly initialized 713 | int efi_partition(struct parsed_partitions *state) | ^~~~~~~~~~~~~ /kisskb/src/block/partitions/efi.c:713:5: note: byref variable will be forcibly initialized /kisskb/src/block/partitions/efi.c:716:13: note: byref variable will be forcibly initialized 716 | gpt_entry *ptes = NULL; | ^~~~ /kisskb/src/block/partitions/efi.c:715:14: note: byref variable will be forcibly initialized 715 | gpt_header *gpt = NULL; | ^~~ In file included from /kisskb/src/include/linux/crypto.h:17, from /kisskb/src/include/crypto/algapi.h:10, from /kisskb/src/crypto/algapi.c:8: /kisskb/src/crypto/algapi.c: In function 'crypto_remove_spawns': /kisskb/src/crypto/algapi.c:147:12: note: byref variable will be forcibly initialized 147 | LIST_HEAD(top); | ^~~ /kisskb/src/include/linux/list.h: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) | ^~~~ In file included from /kisskb/src/arch/powerpc/platforms/pseries/setup.c:65: /kisskb/src/arch/powerpc/platforms/pseries/setup.c: In function 'plpar_get_cpu_characteristics': /kisskb/src/arch/powerpc/include/asm/plpar_wrappers.h:334:16: note: byref variable will be forcibly initialized 334 | unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; | ^~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-rtc.c: In function 'opal_get_boot_time': /kisskb/src/arch/powerpc/platforms/powernv/opal-rtc.c:39:9: note: byref variable will be forcibly initialized 39 | __be64 __h_m_s_ms; | ^~~~~~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-rtc.c:38:9: note: byref variable will be forcibly initialized 38 | __be32 __y_m_d; | ^~~~~~~ /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/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) | ^~~~ /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/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/arch/powerpc/platforms/powernv/idle.c: In function 'store_fastsleep_workaround_applyonce': /kisskb/src/arch/powerpc/platforms/powernv/idle.c:183:5: note: byref variable will be forcibly initialized 183 | u8 val; | ^~~ /kisskb/src/arch/powerpc/platforms/powernv/idle.c:182:6: note: byref variable will be forcibly initialized 182 | int err; | ^~~ In file included from /kisskb/src/arch/powerpc/platforms/powernv/idle.c:10: /kisskb/src/arch/powerpc/platforms/powernv/idle.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/security/keys/key.c: In function 'key_instantiate_and_link': /kisskb/src/security/keys/key.c:505:27: note: byref variable will be forcibly initialized 505 | struct assoc_array_edit *edit = NULL; | ^~~~ /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_reject_and_link': /kisskb/src/security/keys/key.c:580:27: note: byref variable will be forcibly initialized 580 | struct assoc_array_edit *edit = NULL; | ^~~~ /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/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; | ^~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/linux/of_irq.h:7, from /kisskb/src/arch/powerpc/include/asm/prom.h:22, from /kisskb/src/arch/powerpc/mm/drmem.c:14: /kisskb/src/arch/powerpc/mm/drmem.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/arch/powerpc/mm/drmem.c: In function 'init_drmem_v2_lmbs': /kisskb/src/arch/powerpc/mm/drmem.c:446:16: note: byref variable will be forcibly initialized 446 | const __be32 *p; | ^ /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/security/keys/key.c: In function 'key_create_or_update': /kisskb/src/security/keys/key.c:828:27: note: byref variable will be forcibly initialized 828 | struct assoc_array_edit *edit = NULL; | ^~~~ /kisskb/src/security/keys/key.c:827:31: note: byref variable will be forcibly initialized 827 | struct key_preparsed_payload prep; | ^~~~ /kisskb/src/arch/powerpc/mm/drmem.c: In function 'of_get_usable_memory': /kisskb/src/arch/powerpc/mm/drmem.c:384:6: note: byref variable will be forcibly initialized 384 | u32 len; | ^~~ /kisskb/src/arch/powerpc/mm/drmem.c: In function 'init_drmem_lmb_size': /kisskb/src/arch/powerpc/mm/drmem.c:361:6: note: byref variable will be forcibly initialized 361 | int len; | ^~~ /kisskb/src/arch/powerpc/mm/drmem.c: In function 'walk_drmem_lmbs_early': /kisskb/src/arch/powerpc/mm/drmem.c:289:6: note: byref variable will be forcibly initialized 289 | int len, ret = -ENODEV; | ^~~ /kisskb/src/arch/powerpc/mm/drmem.c:288:16: note: byref variable will be forcibly initialized 288 | const __be32 *prop, *usm; | ^~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-lpc.c: In function 'opal_lpc_inb': /kisskb/src/arch/powerpc/platforms/powernv/opal-lpc.c:27:9: note: byref variable will be forcibly initialized 27 | __be32 data; | ^~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-lpc.c: In function '__opal_lpc_inl': /kisskb/src/arch/powerpc/platforms/powernv/opal-lpc.c:55:9: note: byref variable will be forcibly initialized 55 | __be32 data; | ^~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-lpc.c: In function '__opal_lpc_inw': /kisskb/src/arch/powerpc/platforms/powernv/opal-lpc.c:38:9: note: byref variable will be forcibly initialized 38 | __be32 data; | ^~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-lpc.c: In function 'lpc_debug_read': /kisskb/src/arch/powerpc/platforms/powernv/opal-lpc.c:188:6: note: byref variable will be forcibly initialized 188 | u32 data, pos, len, todo; | ^~~~ In file included from /kisskb/src/mm/mempool.c:14: /kisskb/src/mm/mempool.c: In function 'kmalloc_array_node': /kisskb/src/include/linux/slab.h:680:9: note: byref variable will be forcibly initialized 680 | size_t bytes; | ^~~~~ /kisskb/src/mm/mempool.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/arch/powerpc/platforms/pseries/iommu.c: In function 'iommu_get_page_shift': /kisskb/src/arch/powerpc/platforms/pseries/iommu.c:1156:12: note: byref variable will be forcibly initialized 1156 | const int shift[] = { | ^~~~~ /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/arch/powerpc/platforms/pseries/iommu.c: In function 'remove_ddw': /kisskb/src/arch/powerpc/platforms/pseries/iommu.c:854:6: note: byref variable will be forcibly initialized 854 | u32 ddw_avail[DDW_APPLICABLE_SIZE]; | ^~~~~~~~~ /kisskb/src/drivers/irqchip/irq-al-fic.c: In function 'al_fic_irq_handler': /kisskb/src/drivers/irqchip/irq-al-fic.c:113:16: note: byref variable will be forcibly initialized 113 | unsigned long pending; | ^~~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/iommu.c: In function 'ddw_memory_hotplug_max': /kisskb/src/arch/powerpc/platforms/pseries/iommu.c:1099:43: note: byref variable will be forcibly initialized 1099 | int n_mem_addr_cells, n_mem_size_cells, len; | ^~~ /kisskb/src/arch/powerpc/platforms/pseries/iommu.c: In function 'ddw_read_ext': /kisskb/src/arch/powerpc/platforms/pseries/iommu.c:975:6: note: byref variable will be forcibly initialized 975 | u32 count; | ^~~~~ /kisskb/src/arch/powerpc/platforms/pseries/iommu.c: In function 'query_ddw': /kisskb/src/arch/powerpc/platforms/pseries/iommu.c:997:27: note: byref variable will be forcibly initialized 997 | u32 cfg_addr, ext_query, query_out[5]; | ^~~~~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/iommu.c:997:16: note: byref variable will be forcibly initialized 997 | u32 cfg_addr, ext_query, query_out[5]; | ^~~~~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/iommu.c: In function 'reset_dma_window': /kisskb/src/arch/powerpc/platforms/pseries/iommu.c:1129:16: note: byref variable will be forcibly initialized 1129 | u32 cfg_addr, reset_dma_win; | ^~~~~~~~~~~~~ /kisskb/src/arch/powerpc/sysdev/xics/icp-opal.c: In function 'icp_opal_get_xirr': /kisskb/src/arch/powerpc/sysdev/xics/icp-opal.c:47:9: note: byref variable will be forcibly initialized 47 | __be32 hw_xirr; | ^~~~~~~ In file included from /kisskb/src/arch/powerpc/sysdev/xics/icp-opal.c:10: /kisskb/src/arch/powerpc/sysdev/xics/icp-opal.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized 427 | unsigned int irq; | ^~~ /kisskb/src/arch/powerpc/platforms/pseries/iommu.c: In function 'enable_ddw': /kisskb/src/arch/powerpc/platforms/pseries/iommu.c:1229:6: note: byref variable will be forcibly initialized 1229 | u32 ddw_avail[DDW_APPLICABLE_SIZE]; | ^~~~~~~~~ /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; | ^~~~~ /kisskb/src/arch/powerpc/platforms/pseries/iommu.c:1221:6: note: byref variable will be forcibly initialized 1221 | int len = 0, ret; | ^~~ /kisskb/src/arch/powerpc/platforms/pseries/iommu.c: In function 'iommu_table_setparms_lpar': /kisskb/src/arch/powerpc/platforms/pseries/iommu.c:569:30: note: byref variable will be forcibly initialized 569 | unsigned long offset, size, liobn; | ^~~~~ /kisskb/src/arch/powerpc/platforms/pseries/iommu.c:569:24: note: byref variable will be forcibly initialized 569 | unsigned long offset, size, liobn; | ^~~~ /kisskb/src/arch/powerpc/platforms/pseries/iommu.c:569:16: note: byref variable will be forcibly initialized 569 | unsigned long offset, size, liobn; | ^~~~~~ In file included from /kisskb/src/arch/powerpc/include/asm/book3s/64/kexec.h:6, from /kisskb/src/arch/powerpc/include/asm/kexec.h:168, from /kisskb/src/include/linux/kexec.h:28, from /kisskb/src/include/linux/crash_dump.h:5, from /kisskb/src/arch/powerpc/platforms/pseries/iommu.c:22: /kisskb/src/arch/powerpc/platforms/pseries/iommu.c: In function 'plpar_tce_get': /kisskb/src/arch/powerpc/include/asm/plpar_wrappers.h:228:16: note: byref variable will be forcibly initialized 228 | unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; | ^~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/iommu.c: In function 'tce_get_pSeriesLP': /kisskb/src/arch/powerpc/platforms/pseries/iommu.c:329:16: note: byref variable will be forcibly initialized 329 | unsigned long tce_ret; | ^~~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/iommu.c: In function 'tce_exchange_pseries': /kisskb/src/arch/powerpc/platforms/pseries/iommu.c:674:23: note: byref variable will be forcibly initialized 674 | unsigned long flags, oldtce = 0; | ^~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/iommu.c: In function 'find_existing_ddw_windows_named': /kisskb/src/arch/powerpc/platforms/pseries/iommu.c:919:6: note: byref variable will be forcibly initialized 919 | int len; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/filemap.h:116, from /kisskb/src/mm/filemap.c:49: /kisskb/src/mm/filemap.c: In function 'trace_event_raw_event_mm_filemap_op_page_cache': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/filemap.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 16 | DECLARE_EVENT_CLASS(mm_filemap_op_page_cache, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/filemap.c: In function 'trace_event_raw_event_filemap_set_wb_err': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:57:1: note: in expansion of macro 'TRACE_EVENT' 57 | TRACE_EVENT(filemap_set_wb_err, | ^~~~~~~~~~~ /kisskb/src/mm/filemap.c: In function 'trace_event_raw_event_file_check_and_advance_wb_err': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filemap.h:82:1: note: in expansion of macro 'TRACE_EVENT' 82 | TRACE_EVENT(file_check_and_advance_wb_err, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/radix-tree.h: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:126:11: note: byref variable will be forcibly initialized 126 | XA_STATE(xas, &mapping->i_pages, page->index); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'replace_page_cache_page': /kisskb/src/mm/filemap.c:857:11: note: byref variable will be forcibly initialized 857 | XA_STATE(xas, &mapping->i_pages, offset); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'page_cache_delete_batch': /kisskb/src/mm/filemap.c:293:11: note: byref variable will be forcibly initialized 293 | XA_STATE(xas, &mapping->i_pages, pvec->pages[0]->index); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'filemap_range_has_page': /kisskb/src/mm/filemap.c:493:11: note: byref variable will be forcibly initialized 493 | 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:652:11: note: byref variable will be forcibly initialized 652 | XA_STATE(xas, &mapping->i_pages, start_byte >> PAGE_SHIFT); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function '__filemap_fdatawait_range': /kisskb/src/mm/filemap.c:525:17: note: byref variable will be forcibly initialized 525 | struct pagevec pvec; | ^~~~ /kisskb/src/mm/filemap.c:523:10: note: byref variable will be forcibly initialized 523 | pgoff_t index = start_byte >> PAGE_SHIFT; | ^~~~~ 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_add_folio': /kisskb/src/mm/filemap.c:892:11: note: byref variable will be forcibly initialized 892 | 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_add_folio': /kisskb/src/mm/filemap.c:995:8: note: byref variable will be forcibly initialized 995 | void *shadow = NULL; | ^~~~~~ /kisskb/src/mm/filemap.c: In function 'folio_wait_bit_common': /kisskb/src/mm/filemap.c:1294:25: note: byref variable will be forcibly initialized 1294 | struct wait_page_queue wait_page; | ^~~~~~~~~ /kisskb/src/mm/filemap.c: In function 'folio_wake_bit': /kisskb/src/mm/filemap.c:1198:21: note: byref variable will be forcibly initialized 1198 | wait_queue_entry_t bookmark; | ^~~~~~~~ /kisskb/src/mm/filemap.c:1196:23: note: byref variable will be forcibly initialized 1196 | struct wait_page_key key; | ^~~ /kisskb/src/arch/powerpc/sysdev/xive/spapr.c: In function 'plpar_int_esb': /kisskb/src/arch/powerpc/sysdev/xive/spapr.c:333:16: note: byref variable will be forcibly initialized 333 | unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; | ^~~~~~ /kisskb/src/arch/powerpc/sysdev/xive/spapr.c: In function 'xive_spapr_esb_rw': /kisskb/src/arch/powerpc/sysdev/xive/spapr.c:357:16: note: byref variable will be forcibly initialized 357 | unsigned long read_data; | ^~~~~~~~~ /kisskb/src/arch/powerpc/sysdev/xive/spapr.c: In function 'plpar_int_get_queue_info': /kisskb/src/arch/powerpc/sysdev/xive/spapr.c:259:16: note: byref variable will be forcibly initialized 259 | unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; | ^~~~~~ /kisskb/src/arch/powerpc/sysdev/xive/spapr.c: In function 'plpar_int_get_source_config': /kisskb/src/arch/powerpc/sysdev/xive/spapr.c:227:16: note: byref variable will be forcibly initialized 227 | unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; | ^~~~~~ /kisskb/src/arch/powerpc/sysdev/xive/spapr.c: In function 'xive_spapr_get_irq_config': /kisskb/src/arch/powerpc/sysdev/xive/spapr.c:450:16: note: byref variable will be forcibly initialized 450 | unsigned long h_sw_irq; | ^~~~~~~~ /kisskb/src/arch/powerpc/sysdev/xive/spapr.c:449:16: note: byref variable will be forcibly initialized 449 | unsigned long h_prio; | ^~~~~~ /kisskb/src/arch/powerpc/sysdev/xive/spapr.c:448:16: note: byref variable will be forcibly initialized 448 | unsigned long h_target; | ^~~~~~~~ /kisskb/src/arch/powerpc/sysdev/xive/spapr.c: In function 'plpar_int_get_source_info': /kisskb/src/arch/powerpc/sysdev/xive/spapr.c:168:16: note: byref variable will be forcibly initialized 168 | unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; | ^~~~~~ /kisskb/src/arch/powerpc/sysdev/xive/spapr.c: In function 'xive_spapr_populate_irq_data': /kisskb/src/arch/powerpc/sysdev/xive/spapr.c:379:16: note: byref variable will be forcibly initialized 379 | unsigned long esb_shift; | ^~~~~~~~~ /kisskb/src/arch/powerpc/sysdev/xive/spapr.c:378:16: note: byref variable will be forcibly initialized 378 | unsigned long trig_page; | ^~~~~~~~~ /kisskb/src/arch/powerpc/sysdev/xive/spapr.c:377:16: note: byref variable will be forcibly initialized 377 | unsigned long eoi_page; | ^~~~~~~~ /kisskb/src/arch/powerpc/sysdev/xive/spapr.c:376:16: note: byref variable will be forcibly initialized 376 | unsigned long flags; | ^~~~~ 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_next_miss': /kisskb/src/mm/filemap.c:1753:11: note: byref variable will be forcibly initialized 1753 | 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:1789:11: note: byref variable will be forcibly initialized 1789 | XA_STATE(xas, &mapping->i_pages, index); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'mapping_get_entry': /kisskb/src/arch/powerpc/sysdev/xive/spapr.c: In function 'xive_spapr_configure_queue': /kisskb/src/mm/filemap.c:1837:11: note: byref variable will be forcibly initialized 1837 | 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/sysdev/xive/spapr.c:468:16: note: byref variable will be forcibly initialized 468 | unsigned long esn_size; | ^~~~~~~~ /kisskb/src/arch/powerpc/sysdev/xive/spapr.c:467:16: note: byref variable will be forcibly initialized 467 | unsigned long esn_page; | ^~~~~~~~ /kisskb/src/arch/powerpc/sysdev/xive/spapr.c: In function 'get_vec5_feature': /kisskb/src/arch/powerpc/sysdev/xive/spapr.c:747:6: note: byref variable will be forcibly initialized 747 | int size; | ^~~~ /kisskb/src/mm/filemap.c: In function 'find_get_pages_contig': /kisskb/src/mm/filemap.c:2215:11: note: byref variable will be forcibly initialized 2215 | 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/sysdev/xive/spapr.c: In function 'xive_get_max_prio': /kisskb/src/arch/powerpc/sysdev/xive/spapr.c:694:6: note: byref variable will be forcibly initialized 694 | u32 len; | ^~~ /kisskb/src/mm/filemap.c: In function 'filemap_get_read_batch': /kisskb/src/mm/filemap.c:2346:11: note: byref variable will be forcibly initialized 2346 | 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/sysdev/xive/spapr.c: In function 'xive_spapr_init': /kisskb/src/arch/powerpc/sysdev/xive/spapr.c:801:6: note: byref variable will be forcibly initialized 801 | u32 len; | ^~~ /kisskb/src/arch/powerpc/sysdev/xive/spapr.c:800:6: note: byref variable will be forcibly initialized 800 | u32 val; | ^~~ /kisskb/src/arch/powerpc/sysdev/xive/spapr.c:799:5: note: byref variable will be forcibly initialized 799 | u8 max_prio; | ^~~~~~~~ /kisskb/src/arch/powerpc/sysdev/xive/spapr.c:796:18: note: byref variable will be forcibly initialized 796 | struct resource r; | ^ /kisskb/src/mm/filemap.c: In function 'find_get_pages_range_tag': /kisskb/src/mm/filemap.c:2273:11: note: byref variable will be forcibly initialized 2273 | 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_fault': /kisskb/src/mm/filemap.c:3056:15: note: byref variable will be forcibly initialized 3056 | struct file *fpin = NULL; | ^~~~ 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:3301:11: note: byref variable will be forcibly initialized 3301 | 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 'generic_perform_write': /kisskb/src/mm/filemap.c:3733:9: note: byref variable will be forcibly initialized 3733 | void *fsdata; | ^~~~~~ /kisskb/src/mm/filemap.c:3729:16: note: byref variable will be forcibly initialized 3729 | struct page *page; | ^~~~ /kisskb/src/mm/filemap.c: In function 'filemap_read': /kisskb/src/mm/filemap.c:2615:17: note: byref variable will be forcibly initialized 2615 | struct pagevec pvec; | ^~~~ 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 'find_get_entries': /kisskb/src/mm/filemap.c:2047:11: note: byref variable will be forcibly initialized 2047 | 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:2099:11: note: byref variable will be forcibly initialized 2099 | XA_STATE(xas, &mapping->i_pages, start); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'find_get_pages_range': /kisskb/src/mm/filemap.c:2164:11: note: byref variable will be forcibly initialized 2164 | XA_STATE(xas, &mapping->i_pages, *start); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'mapping_seek_hole_data': /kisskb/src/mm/filemap.c:2857:11: note: byref variable will be forcibly initialized 2857 | XA_STATE(xas, &mapping->i_pages, start >> PAGE_SHIFT); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/filemap.c: In function 'dio_warn_stale_pagecache': /kisskb/src/mm/filemap.c:3622:7: note: byref variable will be forcibly initialized 3622 | char pathname[128]; | ^~~~~~~~ /kisskb/src/arch/powerpc/mm/numa.c: In function 'of_get_assoc_arrays': /kisskb/src/arch/powerpc/mm/numa.c:557:6: note: byref variable will be forcibly initialized 557 | u32 len; | ^~~ /kisskb/src/arch/powerpc/mm/book3s64/hash_tlb.c: In function '__flush_hash_table_range': /kisskb/src/arch/powerpc/mm/book3s64/hash_tlb.c:192:6: note: byref variable will be forcibly initialized 192 | int hugepage_shift; | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/mm/numa.c: In function 'find_possible_nodes': /kisskb/src/arch/powerpc/mm/numa.c:1112:6: note: byref variable will be forcibly initialized 1112 | int prop_length, max_nodes; | ^~~~~~~~~~~ /kisskb/src/arch/powerpc/mm/numa.c: In function 'fake_numa_create_new_node': /kisskb/src/arch/powerpc/mm/numa.c:94:8: note: byref variable will be forcibly initialized 94 | char *p = cmdline; | ^ /kisskb/src/arch/powerpc/mm/numa.c: In function 'parse_numa_properties': /kisskb/src/arch/powerpc/mm/numa.c:970:16: note: byref variable will be forcibly initialized 970 | unsigned int len; | ^~~ /kisskb/src/arch/powerpc/mm/numa.c:969:17: note: byref variable will be forcibly initialized 969 | const __be32 *memcell_buf; | ^~~~~~~~~~~ /kisskb/src/arch/powerpc/mm/numa.c:967:7: note: byref variable will be forcibly initialized 967 | int nid; | ^~~ /kisskb/src/arch/powerpc/mm/numa.c:932:10: note: byref variable will be forcibly initialized 932 | __be32 vphn_assoc[VPHN_ASSOC_BUFSIZE]; | ^~~~~~~~~~ /kisskb/src/arch/powerpc/mm/numa.c: In function 'numa_setup_drmem_lmb': /kisskb/src/arch/powerpc/mm/numa.c:854:6: note: byref variable will be forcibly initialized 854 | int nid; | ^~~ /kisskb/src/arch/powerpc/mm/numa.c: In function 'setup_nonnuma': /kisskb/src/arch/powerpc/mm/numa.c:1029:6: note: byref variable will be forcibly initialized 1029 | int i; | ^ /kisskb/src/arch/powerpc/mm/numa.c:1028:15: note: byref variable will be forcibly initialized 1028 | unsigned int nid = 0; | ^~~ /kisskb/src/arch/powerpc/mm/numa.c:1027:27: note: byref variable will be forcibly initialized 1027 | unsigned long start_pfn, end_pfn; | ^~~~~~~ /kisskb/src/arch/powerpc/mm/numa.c:1027:16: note: byref variable will be forcibly initialized 1027 | unsigned long start_pfn, end_pfn; | ^~~~~~~~~ /kisskb/src/kernel/locking/rwsem.c: In function 'rwsem_mark_wake': /kisskb/src/kernel/locking/rwsem.c:386:19: note: byref variable will be forcibly initialized 386 | struct list_head wlist; | ^~~~~ 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:901:16: note: byref variable will be forcibly initialized 901 | 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:900:22: note: byref variable will be forcibly initialized 900 | struct rwsem_waiter waiter; | ^~~~~~ /kisskb/src/kernel/locking/rwsem.c: In function '__down_read_common': /kisskb/src/kernel/locking/rwsem.c:1221:7: note: byref variable will be forcibly initialized 1221 | long count; | ^~~~~ /kisskb/src/arch/powerpc/mm/numa.c: In function 'initmem_init': /kisskb/src/arch/powerpc/mm/numa.c:1212:28: note: byref variable will be forcibly initialized 1212 | unsigned long start_pfn, end_pfn; | ^~~~~~~ /kisskb/src/arch/powerpc/mm/numa.c:1212:17: note: byref variable will be forcibly initialized 1212 | unsigned long start_pfn, end_pfn; | ^~~~~~~~~ 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:1182:16: note: byref variable will be forcibly initialized 1182 | 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:1203:16: note: byref variable will be forcibly initialized 1203 | 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:1026:16: note: byref variable will be forcibly initialized 1026 | 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:1024:22: note: byref variable will be forcibly initialized 1024 | struct rwsem_waiter waiter; | ^~~~~~ /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:284:29: note: byref variable will be forcibly initialized 284 | unsigned long addr, found, next_end; | ^~~~~~~~ /kisskb/src/arch/powerpc/mm/slice.c:284:16: note: byref variable will be forcibly initialized 284 | unsigned long addr, found, next_end; | ^~~~ /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/arch/powerpc/mm/slice.c:330:29: note: byref variable will be forcibly initialized 330 | unsigned long addr, found, prev; | ^~~~ /kisskb/src/arch/powerpc/mm/slice.c:330:16: note: byref variable will be forcibly initialized 330 | unsigned long addr, found, prev; | ^~~~ /kisskb/src/arch/powerpc/mm/slice.c: In function 'slice_get_unmapped_area': /kisskb/src/arch/powerpc/mm/slice.c:434:20: note: byref variable will be forcibly initialized 434 | struct slice_mask potential_mask; | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/mm/slice.c:433:20: note: byref variable will be forcibly initialized 433 | struct slice_mask good_mask; | ^~~~~~~~~ /kisskb/src/arch/powerpc/mm/slice.c: In function 'slice_set_range_psize': /kisskb/src/arch/powerpc/mm/slice.c:712:20: note: byref variable will be forcibly initialized 712 | struct slice_mask mask; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/oom.h:195, from /kisskb/src/mm/oom_kill.c:53: /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_oom_score_adj_update': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(oom_score_adj_update, | ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_reclaim_retry_zone': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:32:1: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(reclaim_retry_zone, | ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_mark_victim': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:74:1: note: in expansion of macro 'TRACE_EVENT' 74 | TRACE_EVENT(mark_victim, | ^~~~~~~~~~~ /kisskb/src/fs/crypto/fname.c: In function 'fname_decrypt': /kisskb/src/fs/crypto/fname.c:153:19: note: byref variable will be forcibly initialized 153 | union fscrypt_iv iv; | ^~ /kisskb/src/fs/crypto/fname.c:150:29: note: byref variable will be forcibly initialized 150 | struct scatterlist src_sg, dst_sg; | ^~~~~~ /kisskb/src/fs/crypto/fname.c:150:21: note: byref variable will be forcibly initialized 150 | struct scatterlist src_sg, dst_sg; | ^~~~~~ In file included from /kisskb/src/include/crypto/hash.h:11, from /kisskb/src/fs/crypto/fname.c:16: /kisskb/src/fs/crypto/fname.c:149:22: note: byref variable will be forcibly initialized 149 | 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/mm/oom_kill.c: In function 'trace_event_raw_event_wake_reaper': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:90:1: note: in expansion of macro 'TRACE_EVENT' 90 | TRACE_EVENT(wake_reaper, | ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_start_task_reaping': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:106:1: note: in expansion of macro 'TRACE_EVENT' 106 | TRACE_EVENT(start_task_reaping, | ^~~~~~~~~~~ /kisskb/src/fs/crypto/fname.c: In function 'fscrypt_fname_disk_to_usr': /kisskb/src/fs/crypto/fname.c:343:28: note: byref variable will be forcibly initialized 343 | struct fscrypt_nokey_name nokey_name; | ^~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_finish_task_reaping': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:122:1: note: in expansion of macro 'TRACE_EVENT' 122 | TRACE_EVENT(finish_task_reaping, | ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_skip_task_reaping': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:138:1: note: in expansion of macro 'TRACE_EVENT' 138 | TRACE_EVENT(skip_task_reaping, | ^~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'trace_event_raw_event_compact_retry': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/oom.h:155:1: note: in expansion of macro 'TRACE_EVENT' 155 | TRACE_EVENT(compact_retry, | ^~~~~~~~~~~ /kisskb/src/fs/crypto/fname.c: In function 'fscrypt_match_name': /kisskb/src/fs/crypto/fname.c:510:5: note: byref variable will be forcibly initialized 510 | u8 digest[SHA256_DIGEST_SIZE]; | ^~~~~~ /kisskb/src/fs/crypto/fname.c: In function 'fscrypt_fname_encrypt': /kisskb/src/fs/crypto/fname.c:98:21: note: byref variable will be forcibly initialized 98 | struct scatterlist sg; | ^~ /kisskb/src/fs/crypto/fname.c:97:19: note: byref variable will be forcibly initialized 97 | union fscrypt_iv iv; | ^~ In file included from /kisskb/src/include/crypto/hash.h:11, from /kisskb/src/fs/crypto/fname.c:16: /kisskb/src/fs/crypto/fname.c:94:22: note: byref variable will be forcibly initialized 94 | 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/crypto/crypto.c: In function 'fscrypt_msg': /kisskb/src/fs/crypto/crypto.c:338:10: note: byref variable will be forcibly initialized 338 | va_list args; | ^~~~ /kisskb/src/fs/crypto/crypto.c:337:19: note: byref variable will be forcibly initialized 337 | struct va_format vaf; | ^~~ /kisskb/src/fs/crypto/crypto.c: In function 'fscrypt_crypt_block': /kisskb/src/fs/crypto/crypto.c:101:26: note: byref variable will be forcibly initialized 101 | struct scatterlist dst, src; | ^~~ /kisskb/src/fs/crypto/crypto.c:101:21: note: byref variable will be forcibly initialized 101 | struct scatterlist dst, src; | ^~~ In file included from /kisskb/src/include/crypto/skcipher.h:11, from /kisskb/src/fs/crypto/crypto.c:28: /kisskb/src/fs/crypto/crypto.c:100:22: note: byref variable will be forcibly initialized 100 | 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/crypto/crypto.c:98:19: note: byref variable will be forcibly initialized 98 | union fscrypt_iv iv; | ^~ /kisskb/src/arch/powerpc/mm/book3s64/hash_utils.c: In function 'htab_dt_scan_seg_sizes': /kisskb/src/arch/powerpc/mm/book3s64/hash_utils.c:492:6: note: byref variable will be forcibly initialized 492 | int size = 0; | ^~~~ /kisskb/src/arch/powerpc/mm/book3s64/hash_utils.c: In function 'htab_dt_scan_page_sizes': /kisskb/src/arch/powerpc/mm/book3s64/hash_utils.c:548:6: note: byref variable will be forcibly initialized 548 | int size = 0; | ^~~~ /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:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:338:2: note: in expansion of macro '___wait_event' 338 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:358:11: note: in expansion of macro '__wait_event_freezable' 358 | __ret = __wait_event_freezable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: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 '__do_sys_process_mrelease': /kisskb/src/mm/oom_kill.c:1151:15: note: byref variable will be forcibly initialized 1151 | unsigned int f_flags; | ^~~~~~~ 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_killer_disable': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/oom_kill.c:776:8: note: in expansion of macro 'wait_event_interruptible_timeout' 776 | ret = wait_event_interruptible_timeout(oom_victims_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/oom_kill.c: In function 'out_of_memory': /kisskb/src/mm/oom_kill.c:1053:16: note: byref variable will be forcibly initialized 1053 | unsigned long freed = 0; | ^~~~~ /kisskb/src/arch/powerpc/mm/book3s64/hash_utils.c: In function 'htab_initialize': /kisskb/src/arch/powerpc/mm/book3s64/hash_utils.c:1026:17: note: byref variable will be forcibly initialized 1026 | unsigned long limit = MEMBLOCK_ALLOC_ANYWHERE; | ^~~~~ /kisskb/src/arch/powerpc/mm/book3s64/hash_utils.c:988:6: note: byref variable will be forcibly initialized 988 | u64 i; | ^ /kisskb/src/arch/powerpc/mm/book3s64/hash_utils.c:987:34: note: byref variable will be forcibly initialized 987 | phys_addr_t base = 0, size = 0, end; | ^~~ /kisskb/src/arch/powerpc/mm/book3s64/hash_utils.c:987:14: note: byref variable will be forcibly initialized 987 | phys_addr_t base = 0, size = 0, end; | ^~~~ /kisskb/src/arch/powerpc/mm/book3s64/hash_utils.c: In function 'hash_page_mm': /kisskb/src/arch/powerpc/mm/book3s64/hash_utils.c:1405:11: note: byref variable will be forcibly initialized 1405 | unsigned hugeshift; | ^~~~~~~~~ /kisskb/src/arch/powerpc/mm/book3s64/hash_utils.c:1401:7: note: byref variable will be forcibly initialized 1401 | bool is_thp; | ^~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-flash.c: In function 'opal_flash_validate': /kisskb/src/arch/powerpc/platforms/powernv/opal-flash.c:135:9: note: byref variable will be forcibly initialized 135 | __be32 result; | ^~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-flash.c:134:9: note: byref variable will be forcibly initialized 134 | __be32 size = cpu_to_be32(validate_flash_data.buf_size); | ^~~~ /kisskb/src/arch/powerpc/platforms/powernv/rng.c: In function 'initialise_darn': /kisskb/src/arch/powerpc/platforms/powernv/rng.c:85:16: note: byref variable will be forcibly initialized 85 | unsigned long val; | ^~~ /kisskb/src/arch/powerpc/platforms/powernv/rng.c: In function 'rng_create': /kisskb/src/arch/powerpc/platforms/powernv/rng.c:137:18: note: byref variable will be forcibly initialized 137 | struct resource res; | ^~~ In file included from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/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:13, 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, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/power/suspend.c: In function 'suspend_devices_and_enter': /kisskb/src/kernel/power/suspend.c:479:7: note: byref variable will be forcibly initialized 479 | bool wakeup = false; | ^~~~~~ /kisskb/src/kernel/power/hibernate.c: In function 'reserved_size_store': /kisskb/src/kernel/power/hibernate.c:1241:16: note: byref variable will be forcibly initialized 1241 | unsigned long size; | ^~~~ /kisskb/src/kernel/power/hibernate.c: In function 'image_size_store': /kisskb/src/kernel/power/hibernate.c:1219:16: note: byref variable will be forcibly initialized 1219 | unsigned long size; | ^~~~ /kisskb/src/kernel/power/hibernate.c: In function 'resume_offset_setup': /kisskb/src/kernel/power/hibernate.c:1287:21: note: byref variable will be forcibly initialized 1287 | unsigned long long offset; | ^~~~~~ /kisskb/src/kernel/power/hibernate.c: In function 'resume_offset_store': /kisskb/src/kernel/power/hibernate.c:1197:21: note: byref variable will be forcibly initialized 1197 | unsigned long long offset; | ^~~~~~ /kisskb/src/kernel/power/hibernate.c: In function 'load_image_and_restore': /kisskb/src/kernel/power/hibernate.c:686:15: note: byref variable will be forcibly initialized 686 | unsigned int flags; | ^~~~~ 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/block/bdev.c:9: /kisskb/src/block/bdev.c: In function 'bd_prepare_to_claim': /kisskb/src/block/bdev.c:589:15: note: byref variable will be forcibly initialized 589 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/block/bdev.c:589:3: note: in expansion of macro 'DEFINE_WAIT' 589 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ /kisskb/src/block/bdev.c: In function 'bdev_write_inode': /kisskb/src/block/bdev.c:59:9: note: byref variable will be forcibly initialized 59 | char name[BDEVNAME_SIZE]; | ^~~~ /kisskb/src/block/bdev.c: In function 'lookup_bdev': /kisskb/src/block/bdev.c:977:14: note: byref variable will be forcibly initialized 977 | struct path path; | ^~~~ /kisskb/src/block/bdev.c: In function 'blkdev_get_by_path': /kisskb/src/block/bdev.c:883:8: note: byref variable will be forcibly initialized 883 | dev_t dev; | ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:6, from /kisskb/src/block/fops.c:9: /kisskb/src/block/fops.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/block/fops.c: In function '__blkdev_direct_IO_simple': /kisskb/src/block/fops.c:61:13: note: byref variable will be forcibly initialized 61 | struct bio bio; | ^~~ /kisskb/src/block/fops.c:58:17: note: byref variable will be forcibly initialized 58 | struct bio_vec inline_vecs[DIO_INLINE_BIO_VECS], *vecs; | ^~~~~~~~~~~ /kisskb/src/block/fops.c: In function '__blkdev_direct_IO': /kisskb/src/block/fops.c:188:18: note: byref variable will be forcibly initialized 188 | struct blk_plug plug; | ^~~~ /kisskb/src/block/fops.c: In function 'blkdev_write_iter': /kisskb/src/block/fops.c:531:18: note: byref variable will be forcibly initialized 531 | struct blk_plug plug; | ^~~~ /kisskb/src/mm/fadvise.c: In function 'generic_fadvise': /kisskb/src/mm/fadvise.c:144:18: note: byref variable will be forcibly initialized 144 | unsigned long nr_pagevec = 0; | ^~~~~~~~~~ /kisskb/src/block/blk-sysfs.c: In function 'queue_io_timeout_store': /kisskb/src/block/blk-sysfs.c:451:15: note: byref variable will be forcibly initialized 451 | unsigned int val; | ^~~ /kisskb/src/block/blk-sysfs.c: In function 'queue_poll_delay_store': /kisskb/src/block/blk-sysfs.c:409:11: note: byref variable will be forcibly initialized 409 | int err, val; | ^~~ /kisskb/src/block/blk-sysfs.c: In function 'queue_var_store64': /kisskb/src/block/blk-sysfs.c:52:6: note: byref variable will be forcibly initialized 52 | s64 v; | ^ /kisskb/src/block/blk-sysfs.c: In function 'queue_wb_lat_store': /kisskb/src/block/blk-sysfs.c:476:6: note: byref variable will be forcibly initialized 476 | s64 val; | ^~~ /kisskb/src/block/blk-sysfs.c: In function 'queue_var_store': /kisskb/src/block/blk-sysfs.c:38:16: note: byref variable will be forcibly initialized 38 | unsigned long v; | ^ /kisskb/src/block/blk-sysfs.c: In function 'queue_random_store': /kisskb/src/block/blk-sysfs.c:288:16: note: byref variable will be forcibly initialized 288 | unsigned long val; \ | ^~~ /kisskb/src/block/blk-sysfs.c:304:1: note: in expansion of macro 'QUEUE_SYSFS_BIT_FNS' 304 | QUEUE_SYSFS_BIT_FNS(random, ADD_RANDOM, 0); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/block/blk-sysfs.c: In function 'queue_stable_writes_store': /kisskb/src/block/blk-sysfs.c:288:16: note: byref variable will be forcibly initialized 288 | unsigned long val; \ | ^~~ /kisskb/src/block/blk-sysfs.c:306:1: note: in expansion of macro 'QUEUE_SYSFS_BIT_FNS' 306 | QUEUE_SYSFS_BIT_FNS(stable_writes, STABLE_WRITES, 0); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/block/blk-sysfs.c: In function 'queue_iostats_store': /kisskb/src/block/blk-sysfs.c:288:16: note: byref variable will be forcibly initialized 288 | unsigned long val; \ | ^~~ /kisskb/src/block/blk-sysfs.c:305:1: note: in expansion of macro 'QUEUE_SYSFS_BIT_FNS' 305 | QUEUE_SYSFS_BIT_FNS(iostats, IO_STAT, 0); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/block/blk-sysfs.c: In function 'queue_rq_affinity_store': /kisskb/src/block/blk-sysfs.c:374:16: note: byref variable will be forcibly initialized 374 | unsigned long val; | ^~~ /kisskb/src/block/blk-sysfs.c: In function 'queue_nomerges_store': /kisskb/src/block/blk-sysfs.c:345:16: note: byref variable will be forcibly initialized 345 | unsigned long nm; | ^~ /kisskb/src/block/blk-sysfs.c: In function 'queue_nonrot_store': /kisskb/src/block/blk-sysfs.c:288:16: note: byref variable will be forcibly initialized 288 | unsigned long val; \ | ^~~ /kisskb/src/block/blk-sysfs.c:303:1: note: in expansion of macro 'QUEUE_SYSFS_BIT_FNS' 303 | QUEUE_SYSFS_BIT_FNS(nonrot, NONROT, 1); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/block/blk-sysfs.c: In function 'queue_discard_max_store': /kisskb/src/block/blk-sysfs.c:189:16: note: byref variable will be forcibly initialized 189 | unsigned long max_discard; | ^~~~~~~~~~~ /kisskb/src/block/blk-sysfs.c: In function 'queue_max_sectors_store': /kisskb/src/block/blk-sysfs.c:242:16: note: byref variable will be forcibly initialized 242 | unsigned long max_sectors_kb, | ^~~~~~~~~~~~~~ /kisskb/src/block/blk-sysfs.c: In function 'queue_ra_store': /kisskb/src/block/blk-sysfs.c:103:16: note: byref variable will be forcibly initialized 103 | unsigned long ra_kb; | ^~~~~ /kisskb/src/block/blk-sysfs.c: In function 'queue_requests_store': /kisskb/src/block/blk-sysfs.c:70:16: note: byref variable will be forcibly initialized 70 | unsigned long nr; | ^~ /kisskb/src/arch/powerpc/platforms/powernv/opal-elog.c: In function 'elog_event': /kisskb/src/arch/powerpc/platforms/powernv/opal-elog.c:269:7: note: byref variable will be forcibly initialized 269 | char name[2+16+1]; | ^~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-elog.c:264:9: note: byref variable will be forcibly initialized 264 | __be64 type; | ^~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-elog.c:263:9: note: byref variable will be forcibly initialized 263 | __be64 id; | ^~ /kisskb/src/arch/powerpc/platforms/powernv/opal-elog.c:262:9: note: byref variable will be forcibly initialized 262 | __be64 size; | ^~~~ /kisskb/src/block/elevator.c: In function '__elevator_change': /kisskb/src/block/elevator.c:746:7: note: byref variable will be forcibly initialized 746 | char elevator_name[ELV_NAME_MAX]; | ^~~~~~~~~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-dump.c: In function 'dump_read_info': /kisskb/src/arch/powerpc/platforms/powernv/opal-dump.c:220:19: note: byref variable will be forcibly initialized 220 | __be32 id, size, type; | ^~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-dump.c:220:13: note: byref variable will be forcibly initialized 220 | __be32 id, size, type; | ^~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-dump.c:220:9: note: byref variable will be forcibly initialized 220 | __be32 id, size, type; | ^~ /kisskb/src/arch/powerpc/platforms/powernv/opal-dump.c: In function 'process_dump': /kisskb/src/arch/powerpc/platforms/powernv/opal-dump.c:392:7: note: byref variable will be forcibly initialized 392 | char name[22]; | ^~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-dump.c:391:31: note: byref variable will be forcibly initialized 391 | uint32_t dump_id, dump_size, dump_type; | ^~~~~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-dump.c:391:20: note: byref variable will be forcibly initialized 391 | uint32_t dump_id, dump_size, dump_type; | ^~~~~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-dump.c:391:11: note: byref variable will be forcibly initialized 391 | uint32_t dump_id, dump_size, dump_type; | ^~~~~~~ /kisskb/src/crypto/aead.c: In function 'crypto_aead_report': /kisskb/src/crypto/aead.c:148:28: note: byref variable will be forcibly initialized 148 | struct crypto_report_aead raead; | ^~~~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/block/bio.c:5: /kisskb/src/block/bio.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-sysparam.c: In function 'opal_set_sys_param': /kisskb/src/arch/powerpc/platforms/powernv/opal-sysparam.c:67:18: note: byref variable will be forcibly initialized 67 | struct opal_msg msg; | ^~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-sysparam.c: In function 'opal_get_sys_param': /kisskb/src/arch/powerpc/platforms/powernv/opal-sysparam.c:31:18: note: byref variable will be forcibly initialized 31 | struct opal_msg msg; | ^~~ In file included from /kisskb/src/arch/powerpc/platforms/powernv/opal-sysparam.c:10: /kisskb/src/arch/powerpc/platforms/powernv/opal-sysparam.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/block/bio.c: In function 'bio_add_page': /kisskb/src/block/bio.c:1025:7: note: byref variable will be forcibly initialized 1025 | bool same_page = false; | ^~~~~~~~~ /kisskb/src/block/bio.c: In function 'zero_fill_bio': /kisskb/src/block/bio.c:534:19: note: byref variable will be forcibly initialized 534 | struct bvec_iter iter; | ^~~~ /kisskb/src/block/bio.c:533:17: note: byref variable will be forcibly initialized 533 | struct bio_vec bv; | ^~ /kisskb/src/block/bio.c: In function 'bio_truncate': /kisskb/src/block/bio.c:554:19: note: byref variable will be forcibly initialized 554 | struct bvec_iter iter; | ^~~~ /kisskb/src/block/bio.c: In function 'punt_bios_to_rescuer': /kisskb/src/block/bio.c:366:24: note: byref variable will be forcibly initialized 366 | struct bio_list punt, nopunt; | ^~~~~~ /kisskb/src/block/bio.c:366:18: note: byref variable will be forcibly initialized 366 | struct bio_list punt, nopunt; | ^~~~ /kisskb/src/block/bio.c: In function '__bio_release_pages': /kisskb/src/block/bio.c:1038:23: note: byref variable will be forcibly initialized 1038 | struct bvec_iter_all iter_all; | ^~~~~~~~ /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/block/bio.c: In function '__bio_iov_iter_get_pages': /kisskb/src/block/bio.c:1099:9: note: byref variable will be forcibly initialized 1099 | size_t offset; | ^~~~~~ /kisskb/src/block/bio.c:1096:7: note: byref variable will be forcibly initialized 1096 | bool same_page = false; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/block/bio.c:5: /kisskb/src/block/bio.c: In function 'submit_bio_wait': /kisskb/src/block/bio.c:1247:33: note: byref variable will be forcibly initialized 1247 | DECLARE_COMPLETION_ONSTACK_MAP(done, | ^~~~ /kisskb/src/include/linux/completion.h:71:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK_MAP' 71 | struct completion work = COMPLETION_INITIALIZER_ONSTACK_MAP(work, map) | ^~~~ /kisskb/src/security/keys/keyring.c: In function 'hash_key_type_and_desc': /kisskb/src/security/keys/keyring.c:169:6: note: byref variable will be forcibly initialized 169 | u32 piece; | ^~~~~ /kisskb/src/block/bio.c: In function 'bio_copy_data_iter': /kisskb/src/block/bio.c:1284:18: note: byref variable will be forcibly initialized 1284 | struct bio_vec dst_bv = bio_iter_iovec(dst, *dst_iter); | ^~~~~~ /kisskb/src/block/bio.c:1283:18: note: byref variable will be forcibly initialized 1283 | struct bio_vec src_bv = bio_iter_iovec(src, *src_iter); | ^~~~~~ /kisskb/src/block/bio.c: In function 'bio_copy_data': /kisskb/src/block/bio.c:1309:19: note: byref variable will be forcibly initialized 1309 | struct bvec_iter dst_iter = dst->bi_iter; | ^~~~~~~~ /kisskb/src/block/bio.c:1308:19: note: byref variable will be forcibly initialized 1308 | struct bvec_iter src_iter = src->bi_iter; | ^~~~~~~~ /kisskb/src/block/bio.c: In function 'bio_free_pages': /kisskb/src/block/bio.c:1318:23: note: byref variable will be forcibly initialized 1318 | struct bvec_iter_all iter_all; | ^~~~~~~~ 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/security/keys/keyring.c: In function 'key_unlink': /kisskb/src/security/keys/keyring.c:1547:27: note: byref variable will be forcibly initialized 1547 | struct assoc_array_edit *edit = NULL; | ^~~~ /kisskb/src/block/bio.c: In function 'bio_add_pc_page': /kisskb/src/block/bio.c:943:7: note: byref variable will be forcibly initialized 943 | bool same_page = false; | ^~~~~~~~~ /kisskb/src/block/bio.c: In function 'bio_add_zone_append_page': /kisskb/src/block/bio.c:969:7: note: byref variable will be forcibly initialized 969 | bool same_page = false; | ^~~~~~~~~ /kisskb/src/block/bio.c: In function '__bio_iov_append_get_pages': /kisskb/src/block/bio.c:1165:8: note: byref variable will be forcibly initialized 1165 | bool same_page = false; | ^~~~~~~~~ /kisskb/src/block/bio.c:1145:9: note: byref variable will be forcibly initialized 1145 | size_t offset; | ^~~~~~ /kisskb/src/security/keys/keyring.c: In function 'key_link': /kisskb/src/security/keys/keyring.c:1437:27: note: byref variable will be forcibly initialized 1437 | struct assoc_array_edit *edit = NULL; | ^~~~ /kisskb/src/block/bio.c: In function 'bio_set_pages_dirty': /kisskb/src/block/bio.c:1357:23: note: byref variable will be forcibly initialized 1357 | struct bvec_iter_all iter_all; | ^~~~~~~~ /kisskb/src/security/keys/keyring.c: In function 'key_move': /kisskb/src/security/keys/keyring.c:1595:46: note: byref variable will be forcibly initialized 1595 | struct assoc_array_edit *from_edit = NULL, *to_edit = NULL; | ^~~~~~~ /kisskb/src/security/keys/keyring.c:1595:27: note: byref variable will be forcibly initialized 1595 | struct assoc_array_edit *from_edit = NULL, *to_edit = NULL; | ^~~~~~~~~ /kisskb/src/block/bio.c: In function 'bio_check_pages_dirty': /kisskb/src/block/bio.c:1406:23: note: byref variable will be forcibly initialized 1406 | struct bvec_iter_all iter_all; | ^~~~~~~~ /kisskb/src/block/blk-core.c: In function 'rq_flush_dcache_pages': /kisskb/src/block/blk-core.c:1353:22: note: byref variable will be forcibly initialized 1353 | struct req_iterator iter; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/block.h:535, from /kisskb/src/block/blk-core.c:47: /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_buffer': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/block.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 15 | DECLARE_EVENT_CLASS(block_buffer, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_rq_requeue': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:73:1: note: in expansion of macro 'TRACE_EVENT' 73 | TRACE_EVENT(block_rq_requeue, | ^~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_bio_remap': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:456:1: note: in expansion of macro 'TRACE_EVENT' 456 | TRACE_EVENT(block_bio_remap, | ^~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_rq_remap': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:498:1: note: in expansion of macro 'TRACE_EVENT' 498 | TRACE_EVENT(block_rq_remap, | ^~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_rq': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/block.h:147:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 147 | DECLARE_EVENT_CLASS(block_rq, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_bio': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/block.h:261:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 261 | DECLARE_EVENT_CLASS(block_bio, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_plug': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:356:1: note: in expansion of macro 'TRACE_EVENT' 356 | TRACE_EVENT(block_plug, | ^~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_unplug': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/block.h:373:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 373 | DECLARE_EVENT_CLASS(block_unplug, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_split': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:418:1: note: in expansion of macro 'TRACE_EVENT' 418 | TRACE_EVENT(block_split, | ^~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_rq_complete': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:115:1: note: in expansion of macro 'TRACE_EVENT' 115 | TRACE_EVENT(block_rq_complete, | ^~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function 'trace_event_raw_event_block_bio_complete': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/block.h:233:1: note: in expansion of macro 'TRACE_EVENT' 233 | TRACE_EVENT(block_bio_complete, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:21, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/bio.h:10, from /kisskb/src/block/blk-core.c:17: /kisskb/src/block/blk-core.c: In function 'percpu_ref_tryget_live_rcu': /kisskb/src/include/linux/percpu-refcount.h:277:26: note: byref variable will be forcibly initialized 277 | unsigned long __percpu *percpu_count; | ^~~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function 'percpu_ref_put_many': /kisskb/src/include/linux/percpu-refcount.h:328:26: note: byref variable will be forcibly initialized 328 | unsigned long __percpu *percpu_count; | ^~~~~~~~~~~~ /kisskb/src/block/blk-core.c: In function 'handle_bad_sector': /kisskb/src/block/blk-core.c:578:7: note: byref variable will be forcibly initialized 578 | char b[BDEVNAME_SIZE]; | ^ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/block/blk-core.c:16: /kisskb/src/block/blk-core.c: In function 'flush_plug_callbacks': /kisskb/src/block/blk-core.c:1547:12: note: byref variable will be forcibly initialized 1547 | LIST_HEAD(callbacks); | ^~~~~~~~~ /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/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/block/blk-core.c:16: /kisskb/src/block/blk-core.c: In function 'blk_queue_enter': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/block/blk-core.c:412:3: note: in expansion of macro 'wait_event' 412 | wait_event(q->mq_freeze_wq, | ^~~~~~~~~~ /kisskb/src/block/blk-core.c: In function '__bio_queue_enter': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/block/blk-core.c:443:3: note: in expansion of macro 'wait_event' 443 | wait_event(q->mq_freeze_wq, | ^~~~~~~~~~ /kisskb/src/arch/powerpc/mm/book3s64/hash_native.c: In function 'native_hpte_clear': /kisskb/src/arch/powerpc/mm/book3s64/hash_native.c:693:21: note: byref variable will be forcibly initialized 693 | int psize, apsize, ssize; | ^~~~~ /kisskb/src/arch/powerpc/mm/book3s64/hash_native.c:693:13: note: byref variable will be forcibly initialized 693 | int psize, apsize, ssize; | ^~~~~~ /kisskb/src/arch/powerpc/mm/book3s64/hash_native.c:693:6: note: byref variable will be forcibly initialized 693 | int psize, apsize, ssize; | ^~~~~ /kisskb/src/arch/powerpc/mm/book3s64/hash_native.c:688:16: note: byref variable will be forcibly initialized 688 | unsigned long vpn = 0; | ^~~ /kisskb/src/block/blk-core.c: In function '__submit_bio_noacct': /kisskb/src/block/blk-core.c:886:26: note: byref variable will be forcibly initialized 886 | struct bio_list lower, same; | ^~~~ /kisskb/src/block/blk-core.c:886:19: note: byref variable will be forcibly initialized 886 | struct bio_list lower, same; | ^~~~~ /kisskb/src/block/blk-core.c:877:18: note: byref variable will be forcibly initialized 877 | struct bio_list bio_list_on_stack[2]; | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/crypto/hkdf.c: In function 'fscrypt_init_hkdf': /kisskb/src/fs/crypto/hkdf.c:72:5: note: byref variable will be forcibly initialized 72 | u8 prk[HKDF_HASHLEN]; | ^~~ /kisskb/src/fs/crypto/hkdf.c: In function 'fscrypt_hkdf_expand': /kisskb/src/fs/crypto/hkdf.c:126:5: note: byref variable will be forcibly initialized 126 | u8 tmp[HKDF_HASHLEN]; | ^~~ /kisskb/src/fs/crypto/hkdf.c:125:5: note: byref variable will be forcibly initialized 125 | u8 counter = 1; | ^~~~~~~ /kisskb/src/fs/crypto/hkdf.c:121:5: note: byref variable will be forcibly initialized 121 | u8 prefix[9]; | ^~~~~~ In file included from /kisskb/src/fs/crypto/hkdf.c:12: /kisskb/src/include/crypto/hash.h:166:7: note: byref variable will be forcibly initialized 166 | char __##shash##_desc[sizeof(struct shash_desc) + HASH_MAX_DESCSIZE] \ | ^~ /kisskb/src/fs/crypto/hkdf.c:120:2: note: in expansion of macro 'SHASH_DESC_ON_STACK' 120 | SHASH_DESC_ON_STACK(desc, hkdf->hmac_tfm); | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/powerpc/include/asm/sstep.h:5, from /kisskb/src/arch/powerpc/kernel/align.c:26: /kisskb/src/arch/powerpc/kernel/align.c: In function 'copy_inst_from_kernel_nofault': /kisskb/src/arch/powerpc/include/asm/inst.h:163:20: note: byref variable will be forcibly initialized 163 | unsigned int val, suffix; | ^~~~~~ /kisskb/src/arch/powerpc/include/asm/inst.h:163:15: note: byref variable will be forcibly initialized 163 | unsigned int val, suffix; | ^~~ /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; | ^~~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-sensor.c: In function 'opal_get_sensor_data': /kisskb/src/arch/powerpc/platforms/powernv/opal-sensor.c:22:9: note: byref variable will be forcibly initialized 22 | __be32 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:69:7: note: byref variable will be forcibly initialized 69 | u32 sdata; | ^~~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-sensor.c:66:9: note: byref variable will be forcibly initialized 66 | __be64 data; | ^~~~ /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/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; | ^~~ /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/drivers/phy/cadence/phy-cadence-sierra.c: In function 'cdns_sierra_phy_on': /kisskb/src/drivers/phy/cadence/phy-cadence-sierra.c:388:6: note: byref variable will be forcibly initialized 388 | u32 val; | ^~~ /kisskb/src/drivers/phy/cadence/phy-cadence-sierra.c: In function 'cdns_sierra_pll_mux_register': /kisskb/src/drivers/phy/cadence/phy-cadence-sierra.c:483:7: note: byref variable will be forcibly initialized 483 | char clk_name[100]; | ^~~~~~~~ /kisskb/src/drivers/phy/cadence/phy-cadence-sierra.c: In function 'cdns_sierra_pll_mux_get_parent': /kisskb/src/drivers/phy/cadence/phy-cadence-sierra.c:440:15: note: byref variable will be forcibly initialized 440 | unsigned int val; | ^~~ /kisskb/src/drivers/phy/cadence/phy-cadence-sierra.c: In function 'cdns_sierra_phy_probe': /kisskb/src/drivers/phy/cadence/phy-cadence-sierra.c:834:15: note: byref variable will be forcibly initialized 834 | unsigned int id_value; | ^~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/arch/powerpc/include/asm/trace.h:243, from /kisskb/src/arch/powerpc/kernel/irq.c:78: /kisskb/src/arch/powerpc/kernel/irq.c: In function 'trace_event_raw_event_ppc64_interrupt_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/arch/powerpc/include/asm/trace.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 12 | DECLARE_EVENT_CLASS(ppc64_interrupt_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/irq.c: In function 'trace_event_raw_event_hcall_entry': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:147:2: note: in expansion of macro 'TRACE_EVENT_CONDITION' 147 | TRACE_EVENT_CONDITION(name, PARAMS(proto), PARAMS(args), PARAMS(cond), \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/include/asm/trace.h:77:1: note: in expansion of macro 'TRACE_EVENT_FN_COND' 77 | TRACE_EVENT_FN_COND(hcall_entry, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/irq.c: In function 'trace_event_raw_event_hcall_exit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:147:2: note: in expansion of macro 'TRACE_EVENT_CONDITION' 147 | TRACE_EVENT_CONDITION(name, PARAMS(proto), PARAMS(args), PARAMS(cond), \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/include/asm/trace.h:98:1: note: in expansion of macro 'TRACE_EVENT_FN_COND' 98 | TRACE_EVENT_FN_COND(hcall_exit, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/irq.c: In function 'trace_event_raw_event_opal_entry': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' 141 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/arch/powerpc/include/asm/trace.h:126:1: note: in expansion of macro 'TRACE_EVENT_FN' 126 | TRACE_EVENT_FN(opal_entry, | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/irq.c: In function 'trace_event_raw_event_opal_exit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' 141 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/arch/powerpc/include/asm/trace.h:145:1: note: in expansion of macro 'TRACE_EVENT_FN' 145 | TRACE_EVENT_FN(opal_exit, | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/irq.c: In function 'trace_event_raw_event_hash_fault': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/include/asm/trace.h:167:1: note: in expansion of macro 'TRACE_EVENT' 167 | TRACE_EVENT(hash_fault, | ^~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/irq.c: In function 'trace_event_raw_event_tlbie': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/include/asm/trace.h:188:1: note: in expansion of macro 'TRACE_EVENT' 188 | TRACE_EVENT(tlbie, | ^~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/irq.c: In function 'trace_event_raw_event_tlbia': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/include/asm/trace.h:220:1: note: in expansion of macro 'TRACE_EVENT' 220 | TRACE_EVENT(tlbia, | ^~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/irq.c: In function 'replay_system_reset': /kisskb/src/arch/powerpc/kernel/irq.c:499:17: note: byref variable will be forcibly initialized 499 | struct pt_regs regs; | ^~~~ /kisskb/src/arch/powerpc/kernel/irq.c: In function 'replay_soft_interrupts': /kisskb/src/arch/powerpc/kernel/irq.c:109:17: note: byref variable will be forcibly initialized 109 | struct pt_regs regs; | ^~~~ /kisskb/src/arch/powerpc/platforms/pseries/ras.c: In function 'ras_epow_interrupt': /kisskb/src/arch/powerpc/platforms/pseries/ras.c:318:6: note: byref variable will be forcibly initialized 318 | int state; | ^~~~~ /kisskb/src/arch/powerpc/platforms/pseries/ras.c: In function 'fwnmi_release_errinfo': /kisskb/src/arch/powerpc/platforms/pseries/ras.c:465:19: note: byref variable will be forcibly initialized 465 | struct rtas_args rtas_args; | ^~~~~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/ras.c: In function 'pSeries_machine_check_exception': /kisskb/src/arch/powerpc/platforms/pseries/ras.c:844:29: note: byref variable will be forcibly initialized 844 | struct machine_check_event evt; | ^~~ /kisskb/src/drivers/phy/freescale/phy-fsl-imx8-mipi-dphy.c: In function 'get_best_ratio': /kisskb/src/drivers/phy/freescale/phy-fsl-imx8-mipi-dphy.c:133:6: note: byref variable will be forcibly initialized 133 | u32 d[] = {1, 0}; | ^ /kisskb/src/drivers/phy/freescale/phy-fsl-imx8-mipi-dphy.c:132:6: note: byref variable will be forcibly initialized 132 | u32 n[] = {0, 1}; | ^ /kisskb/src/drivers/phy/freescale/phy-fsl-imx8-mipi-dphy.c: In function 'mixel_dphy_config_from_opts': /kisskb/src/drivers/phy/freescale/phy-fsl-imx8-mipi-dphy.c:160:23: note: byref variable will be forcibly initialized 160 | u32 lp_t, numerator, denominator; | ^~~~~~~~~~~ /kisskb/src/drivers/phy/freescale/phy-fsl-imx8-mipi-dphy.c:160:12: note: byref variable will be forcibly initialized 160 | u32 lp_t, numerator, denominator; | ^~~~~~~~~ /kisskb/src/drivers/phy/freescale/phy-fsl-imx8-mipi-dphy.c: In function 'mixel_dphy_power_on': /kisskb/src/drivers/phy/freescale/phy-fsl-imx8-mipi-dphy.c:379:6: note: byref variable will be forcibly initialized 379 | u32 locked; | ^~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-msglog.c: In function 'memcons_init': /kisskb/src/arch/powerpc/platforms/powernv/opal-msglog.c:110:6: note: byref variable will be forcibly initialized 110 | u64 mcaddr; | ^~~~~~ In file included from /kisskb/src/arch/powerpc/kernel/vdso.c:15: /kisskb/src/arch/powerpc/kernel/vdso.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/kernel/power/snapshot.c: In function 'mem_bm_set_bit_check': /kisskb/src/kernel/power/snapshot.c:820:15: note: byref variable will be forcibly initialized 820 | unsigned int bit; | ^~~ /kisskb/src/kernel/power/snapshot.c:819:8: note: byref variable will be forcibly initialized 819 | void *addr; | ^~~~ /kisskb/src/kernel/power/snapshot.c: In function 'memory_bm_pfn_present': /kisskb/src/kernel/power/snapshot.c:863:15: note: byref variable will be forcibly initialized 863 | unsigned int bit; | ^~~ /kisskb/src/kernel/power/snapshot.c:862:8: note: byref variable will be forcibly initialized 862 | void *addr; | ^~~~ /kisskb/src/kernel/power/snapshot.c: In function 'memory_bm_test_bit': /kisskb/src/kernel/power/snapshot.c:852:15: note: byref variable will be forcibly initialized 852 | unsigned int bit; | ^~~ /kisskb/src/kernel/power/snapshot.c:851:8: note: byref variable will be forcibly initialized 851 | void *addr; | ^~~~ /kisskb/src/kernel/power/snapshot.c: In function 'memory_bm_set_bit': /kisskb/src/kernel/power/snapshot.c:809:15: note: byref variable will be forcibly initialized 809 | unsigned int bit; | ^~~ /kisskb/src/kernel/power/snapshot.c:808:8: note: byref variable will be forcibly initialized 808 | void *addr; | ^~~~ /kisskb/src/kernel/power/snapshot.c: In function 'memory_bm_clear_bit': /kisskb/src/kernel/power/snapshot.c:833:15: note: byref variable will be forcibly initialized 833 | unsigned int bit; | ^~~ /kisskb/src/kernel/power/snapshot.c:832:8: note: byref variable will be forcibly initialized 832 | void *addr; | ^~~~ /kisskb/src/kernel/power/snapshot.c: In function 'memory_bm_create': /kisskb/src/kernel/power/snapshot.c:680:19: note: byref variable will be forcibly initialized 680 | struct list_head mem_extents; | ^~~~~~~~~~~ /kisskb/src/kernel/power/snapshot.c:679:25: note: byref variable will be forcibly initialized 679 | struct chain_allocator ca; | ^~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/kernel/power/swap.c:19: /kisskb/src/kernel/power/swap.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:135:6: note: in expansion of macro 'check_mul_overflow' 135 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:135:6: note: in expansion of macro 'check_mul_overflow' 135 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:133:9: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/block/blk-flush.c: In function 'blkdev_issue_flush': /kisskb/src/block/blk-flush.c:453:13: note: byref variable will be forcibly initialized 453 | struct bio bio; | ^~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/kernel/power/swap.c:15: /kisskb/src/kernel/power/swap.c: In function 'hib_wait_io': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/power/swap.c:308:2: note: in expansion of macro 'wait_event' 308 | wait_event(hb->wait, atomic_read(&hb->count) == 0); | ^~~~~~~~~~ /kisskb/src/kernel/power/swap.c: In function 'crc32_threadfn': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/power/swap.c:606:3: note: in expansion of macro 'wait_event' 606 | wait_event(d->go, atomic_read(&d->ready) || | ^~~~~~~~~~ /kisskb/src/kernel/power/swap.c: In function 'lzo_compress_threadfn': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/power/swap.c:649:3: note: in expansion of macro 'wait_event' 649 | wait_event(d->go, atomic_read(&d->ready) || | ^~~~~~~~~~ /kisskb/src/kernel/power/swap.c: In function 'load_image': /kisskb/src/kernel/power/swap.c:1064:23: note: byref variable will be forcibly initialized 1064 | struct hib_bio_batch hb; | ^~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/kernel/power/swap.c:15: /kisskb/src/kernel/power/swap.c: In function 'load_image_lzo': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/power/swap.c:1435:3: note: in expansion of macro 'wait_event' 1435 | wait_event(crc->done, atomic_read(&crc->stop)); | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/power/swap.c:1389:4: note: in expansion of macro 'wait_event' 1389 | wait_event(data[thr].done, | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/power/swap.c:1335:4: note: in expansion of macro 'wait_event' 1335 | wait_event(crc->done, atomic_read(&crc->stop)); | ^~~~~~~~~~ /kisskb/src/kernel/power/swap.c:1169:23: note: byref variable will be forcibly initialized 1169 | struct hib_bio_batch hb; | ^~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/block/blk-ioc.c:6: /kisskb/src/block/blk-ioc.c: In function 'ioc_clear_queue': /kisskb/src/block/blk-ioc.c:241:12: note: byref variable will be forcibly initialized 241 | LIST_HEAD(icq_list); | ^~~~~~~~ /kisskb/src/include/linux/list.h: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/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/kernel/power/swap.c:15: /kisskb/src/kernel/power/swap.c: In function 'lzo_decompress_threadfn': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/power/swap.c:1132:3: note: in expansion of macro 'wait_event' 1132 | wait_event(d->go, atomic_read(&d->ready) || | ^~~~~~~~~~ /kisskb/src/block/blk-settings.c: In function 'disk_has_partitions': /kisskb/src/block/blk-settings.c:847:16: note: byref variable will be forcibly initialized 847 | unsigned long idx; | ^~~ /kisskb/src/kernel/power/swap.c: In function 'save_image': /kisskb/src/kernel/power/swap.c:546:23: note: byref variable will be forcibly initialized 546 | struct hib_bio_batch hb; | ^~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/kernel/power/swap.c:15: /kisskb/src/kernel/power/swap.c: In function 'save_image_lzo': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/power/swap.c:850:3: note: in expansion of macro 'wait_event' 850 | wait_event(crc->done, atomic_read(&crc->stop)); | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/power/swap.c:810:4: note: in expansion of macro 'wait_event' 810 | wait_event(data[thr].done, | ^~~~~~~~~~ /kisskb/src/kernel/power/swap.c:683:23: note: byref variable will be forcibly initialized 683 | struct hib_bio_batch hb; | ^~ /kisskb/src/kernel/power/swap.c: In function 'swsusp_read': /kisskb/src/kernel/power/swap.c:1484:25: note: byref variable will be forcibly initialized 1484 | struct snapshot_handle snapshot; | ^~~~~~~~ /kisskb/src/kernel/power/swap.c:1483:25: note: byref variable will be forcibly initialized 1483 | struct swap_map_handle handle; | ^~~~~~ /kisskb/src/kernel/power/swap.c: In function 'swsusp_check': /kisskb/src/kernel/power/swap.c:1518:8: note: byref variable will be forcibly initialized 1518 | void *holder; | ^~~~~~ /kisskb/src/kernel/power/swap.c: In function 'swsusp_write': /kisskb/src/kernel/power/swap.c:911:25: note: byref variable will be forcibly initialized 911 | struct snapshot_handle snapshot; | ^~~~~~~~ /kisskb/src/kernel/power/swap.c:910:25: note: byref variable will be forcibly initialized 910 | struct swap_map_handle handle; | ^~~~~~ /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 'crypto_ahash_report': /kisskb/src/crypto/ahash.c:502:28: note: byref variable will be forcibly initialized 502 | struct crypto_report_hash rhash; | ^~~~~ /kisskb/src/block/blk-map.c: In function 'blk_rq_append_bio': /kisskb/src/block/blk-map.c:484:19: note: byref variable will be forcibly initialized 484 | struct bvec_iter iter; | ^~~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/bio.h:10, from /kisskb/src/block/blk-map.c:8: /kisskb/src/block/blk-map.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/block/blk-map.c: In function 'bio_copy_kern_endio_read': /kisskb/src/block/blk-map.c:400:23: note: byref variable will be forcibly initialized 400 | struct bvec_iter_all iter_all; | ^~~~~~~~ /kisskb/src/block/blk-map.c: In function 'bio_copy_from_iter': /kisskb/src/block/blk-map.c:49:23: note: byref variable will be forcibly initialized 49 | struct bvec_iter_all iter_all; | ^~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/block/blk-exec.c:6: /kisskb/src/block/blk-exec.c: In function 'blk_execute_rq': /kisskb/src/block/blk-exec.c:98:29: note: byref variable will be forcibly initialized 98 | DECLARE_COMPLETION_ONSTACK(wait); | ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/block/blk-map.c: In function 'bio_map_user_iov': /kisskb/src/block/blk-map.c:270:10: note: byref variable will be forcibly initialized 270 | bool same_page = false; | ^~~~~~~~~ /kisskb/src/block/blk-map.c:252:10: note: byref variable will be forcibly initialized 252 | size_t offs, added = 0; | ^~~~ /kisskb/src/block/blk-map.c:250:17: note: byref variable will be forcibly initialized 250 | struct page **pages; | ^~~~~ /kisskb/src/block/blk-map.c: In function 'bio_copy_to_iter': /kisskb/src/block/blk-map.c:80:23: note: byref variable will be forcibly initialized 80 | struct bvec_iter_all iter_all; | ^~~~~~~~ /kisskb/src/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/block/blk-map.c: In function 'blk_rq_map_user_iov': /kisskb/src/block/blk-map.c:528:18: note: byref variable will be forcibly initialized 528 | struct iov_iter i; | ^ /kisskb/src/block/blk-map.c: In function 'blk_rq_map_user': /kisskb/src/block/blk-map.c:570:18: note: byref variable will be forcibly initialized 570 | struct iov_iter i; | ^ /kisskb/src/block/blk-map.c:569:15: note: byref variable will be forcibly initialized 569 | struct iovec iov; | ^~~ /kisskb/src/crypto/geniv.c: In function 'aead_geniv_alloc': /kisskb/src/crypto/geniv.c:49:6: note: byref variable will be forcibly initialized 49 | u32 mask; | ^~~~ /kisskb/src/fs/crypto/hooks.c: In function 'fscrypt_get_symlink': /kisskb/src/fs/crypto/hooks.c:317:27: note: byref variable will be forcibly initialized 317 | struct fscrypt_str cstr, pstr; | ^~~~ /kisskb/src/fs/crypto/hooks.c:317:21: note: byref variable will be forcibly initialized 317 | struct fscrypt_str cstr, pstr; | ^~~~ In file included from /kisskb/src/include/linux/fs.h:35, from /kisskb/src/include/linux/fscrypt.h:16, from /kisskb/src/fs/crypto/fscrypt_private.h:14, from /kisskb/src/fs/crypto/hooks.c:10: /kisskb/src/fs/crypto/hooks.c: In function 'fscrypt_symlink_getattr': /kisskb/src/fs/crypto/hooks.c:413:22: note: byref variable will be forcibly initialized 413 | DEFINE_DELAYED_CALL(done); | ^~~~ /kisskb/src/include/linux/delayed_call.h:15:55: note: in definition of macro 'DEFINE_DELAYED_CALL' 15 | #define DEFINE_DELAYED_CALL(name) struct delayed_call name = {NULL, NULL} | ^~~~ /kisskb/src/crypto/skcipher.c: In function 'crypto_skcipher_report': /kisskb/src/crypto/skcipher.c:706:33: note: byref variable will be forcibly initialized 706 | struct crypto_report_blkcipher rblkcipher; | ^~~~~~~~~~ /kisskb/src/crypto/skcipher.c: In function 'skcipher_alloc_instance_simple': /kisskb/src/crypto/skcipher.c:932:6: note: byref variable will be forcibly initialized 932 | u32 mask; | ^~~~ /kisskb/src/arch/powerpc/mm/book3s64/radix_pgtable.c: In function 'early_alloc_pgtable': /kisskb/src/arch/powerpc/mm/book3s64/radix_pgtable.c:43:14: note: byref variable will be forcibly initialized 43 | phys_addr_t max_addr = MEMBLOCK_ALLOC_ANYWHERE; | ^~~~~~~~ /kisskb/src/arch/powerpc/mm/book3s64/radix_pgtable.c:42:14: note: byref variable will be forcibly initialized 42 | phys_addr_t min_addr = MEMBLOCK_LOW_LIMIT; | ^~~~~~~~ /kisskb/src/arch/powerpc/mm/book3s64/radix_pgtable.c: In function 'radix_dt_scan_page_sizes': /kisskb/src/arch/powerpc/mm/book3s64/radix_pgtable.c:436:6: note: byref variable will be forcibly initialized 436 | int size = 0; | ^~~~ /kisskb/src/arch/powerpc/mm/book3s64/radix_pgtable.c: In function 'print_mapping': /kisskb/src/arch/powerpc/mm/book3s64/radix_pgtable.c:248:7: note: byref variable will be forcibly initialized 248 | char buf[10]; | ^~~ /kisskb/src/arch/powerpc/mm/book3s64/radix_pgtable.c: In function 'radix_init_pgtable': /kisskb/src/arch/powerpc/mm/book3s64/radix_pgtable.c:334:6: note: byref variable will be forcibly initialized 334 | u64 i; | ^ /kisskb/src/arch/powerpc/mm/book3s64/radix_pgtable.c:333:21: note: byref variable will be forcibly initialized 333 | phys_addr_t start, end; | ^~~ /kisskb/src/arch/powerpc/mm/book3s64/radix_pgtable.c:333:14: note: byref variable will be forcibly initialized 333 | phys_addr_t start, end; | ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/lock.h:87, from /kisskb/src/kernel/locking/lockdep.c:64: /kisskb/src/kernel/locking/lockdep.c: In function 'trace_event_raw_event_lock_acquire': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:13:1: note: in expansion of macro 'TRACE_EVENT' 13 | TRACE_EVENT(lock_acquire, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:13:1: note: in expansion of macro 'TRACE_EVENT' 13 | TRACE_EVENT(lock_acquire, | ^~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'trace_event_raw_event_lock': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/lock.h:39:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 39 | DECLARE_EVENT_CLASS(lock, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/lock.h:39:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 39 | DECLARE_EVENT_CLASS(lock, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/kernel/locking/lockdep.c:31: /kisskb/src/kernel/locking/lockdep.c: In function '__bfs_next': /kisskb/src/include/linux/rculist.h:373:20: note: byref variable will be forcibly initialized 373 | struct list_head *__next = READ_ONCE(__ptr->next); \ | ^~~~~~ /kisskb/src/kernel/locking/lockdep.c:1657:9: note: in expansion of macro 'list_next_or_null_rcu' 1657 | return list_next_or_null_rcu(get_dep_list(lock->parent, offset), | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/mm/book3s64/pkeys.c: In function 'scan_pkey_feature': /kisskb/src/arch/powerpc/mm/book3s64/pkeys.c:72:6: note: byref variable will be forcibly initialized 72 | int pkeys_total = 0; | ^~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'assign_lock_key': /kisskb/src/kernel/locking/lockdep.c:925:16: note: byref variable will be forcibly initialized 925 | unsigned long can_addr, addr = (unsigned long)lock; | ^~~~~~~~ /kisskb/src/kernel/locking/lockdep.c: In function '__print_lock_name': /kisskb/src/kernel/locking/lockdep.c:685:7: note: byref variable will be forcibly initialized 685 | char str[KSYM_NAME_LEN]; | ^~~ /kisskb/src/kernel/locking/lockdep.c: In function 'print_lockdep_cache': /kisskb/src/kernel/locking/lockdep.c:717:7: note: byref variable will be forcibly initialized 717 | char str[KSYM_NAME_LEN]; | ^~~ /kisskb/src/kernel/locking/lockdep.c: In function 'print_lock_name': /kisskb/src/kernel/locking/lockdep.c:703:7: note: byref variable will be forcibly initialized 703 | char usage[LOCK_USAGE_CHARS]; | ^~~~~ /kisskb/src/kernel/locking/lockdep.c: In function '__lockdep_count_forward_deps': /kisskb/src/kernel/locking/lockdep.c:2044:20: note: byref variable will be forcibly initialized 2044 | struct lock_list *target_entry; | ^~~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c:2043:17: note: byref variable will be forcibly initialized 2043 | unsigned long count = 0; | ^~~~~ /kisskb/src/kernel/locking/lockdep.c: In function '__lockdep_count_backward_deps': /kisskb/src/kernel/locking/lockdep.c:2069:20: note: byref variable will be forcibly initialized 2069 | struct lock_list *target_entry; | ^~~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c:2068:17: note: byref variable will be forcibly initialized 2068 | unsigned long count = 0; | ^~~~~ /kisskb/src/arch/powerpc/kernel/process.c: In function 'show_instructions': /kisskb/src/arch/powerpc/kernel/process.c:1377:7: note: byref variable will be forcibly initialized 1377 | int instr; | ^~~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'check_noncircular': /kisskb/src/kernel/locking/lockdep.c:2125:19: note: byref variable will be forcibly initialized 2125 | struct lock_list src_entry; | ^~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c:2124:20: note: byref variable will be forcibly initialized 2124 | struct lock_list *target_entry; | ^~~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'lockdep_count_forward_deps': /kisskb/src/kernel/locking/lockdep.c:2053:19: note: byref variable will be forcibly initialized 2053 | struct lock_list this; | ^~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'lockdep_count_backward_deps': /kisskb/src/kernel/locking/lockdep.c:2079:19: note: byref variable will be forcibly initialized 2079 | struct lock_list this; | ^~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-power.c: In function 'detect_epow': /kisskb/src/arch/powerpc/platforms/powernv/opal-power.c:26:9: note: byref variable will be forcibly initialized 26 | __be16 epow_classes; | ^~~~~~~~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-power.c: In function 'poweroff_pending': /kisskb/src/arch/powerpc/platforms/powernv/opal-power.c:59:9: note: byref variable will be forcibly initialized 59 | __be64 opal_dpo_timeout; | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'check_usage_backwards': /kisskb/src/kernel/locking/lockdep.c:4060:20: note: byref variable will be forcibly initialized 4060 | struct lock_list *target_entry; | ^~~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c:4059:19: note: byref variable will be forcibly initialized 4059 | struct lock_list root; | ^~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'check_usage_forwards': /kisskb/src/kernel/locking/lockdep.c:4025:20: note: byref variable will be forcibly initialized 4025 | struct lock_list *target_entry; | ^~~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c:4024:19: note: byref variable will be forcibly initialized 4024 | struct lock_list root; | ^~~~ /kisskb/src/arch/powerpc/kernel/process.c: In function 'do_break_handler': /kisskb/src/arch/powerpc/kernel/process.c:634:16: note: byref variable will be forcibly initialized 634 | unsigned long ea; | ^~ /kisskb/src/arch/powerpc/kernel/process.c:633:6: note: byref variable will be forcibly initialized 633 | int size = 0; | ^~~~ /kisskb/src/arch/powerpc/kernel/process.c:632:6: note: byref variable will be forcibly initialized 632 | int type = 0; | ^~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'check_irq_usage': /kisskb/src/kernel/locking/lockdep.c:2746:25: note: byref variable will be forcibly initialized 2746 | struct lock_list this, that; | ^~~~ /kisskb/src/kernel/locking/lockdep.c:2746:19: note: byref variable will be forcibly initialized 2746 | struct lock_list this, that; | ^~~~ /kisskb/src/kernel/locking/lockdep.c:2745:20: note: byref variable will be forcibly initialized 2745 | struct lock_list *target_entry; | ^~~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c:2744:20: note: byref variable will be forcibly initialized 2744 | struct lock_list *target_entry1; | ^~~~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c:2743:39: note: byref variable will be forcibly initialized 2743 | enum lock_usage_bit forward_bit = 0, backward_bit = 0; | ^~~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c:2743:22: note: byref variable will be forcibly initialized 2743 | enum lock_usage_bit forward_bit = 0, backward_bit = 0; | ^~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c:2742:16: note: byref variable will be forcibly initialized 2742 | unsigned long usage_mask = 0, forward_mask, backward_mask; | ^~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/process.c: In function 'show_user_instructions': /kisskb/src/arch/powerpc/kernel/process.c:1415:8: note: byref variable will be forcibly initialized 1415 | int instr; | ^~~~~ /kisskb/src/arch/powerpc/kernel/process.c:1403:7: note: byref variable will be forcibly initialized 1403 | char buf[96]; /* enough for 8 times 9 + 2 chars */ | ^~~ /kisskb/src/arch/powerpc/kernel/process.c:1402:17: note: byref variable will be forcibly initialized 1402 | struct seq_buf s; | ^ /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/kernel/locking/lockdep.c: In function 'check_prevs_add': /kisskb/src/kernel/locking/lockdep.c:3162:21: note: byref variable will be forcibly initialized 3162 | struct lock_trace *trace = NULL; | ^~~~~ /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/security/keys/keyctl.c: In function '__do_sys_add_key': /kisskb/src/security/keys/keyctl.c:81:7: note: byref variable will be forcibly initialized 81 | char type[32], *description; | ^~~~ /kisskb/src/security/keys/keyctl.c: In function '__do_sys_request_key': /kisskb/src/security/keys/keyctl.c:176:7: note: byref variable will be forcibly initialized 176 | char type[32], *description, *callout_info; | ^~~~ 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/security/keys/keyctl.c: In function 'keyctl_instantiate_key_common': /kisskb/src/security/keys/keyctl.c:1173:24: note: byref variable will be forcibly initialized 1173 | struct key *instkey, *dest_keyring; | ^~~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c: In function '__lock_downgrade': /kisskb/src/kernel/locking/lockdep.c:5241:6: note: byref variable will be forcibly initialized 5241 | int i; | ^ /kisskb/src/kernel/locking/lockdep.c:5239:22: note: byref variable will be forcibly initialized 5239 | unsigned int depth, merged = 0; | ^~~~~~ /kisskb/src/kernel/locking/lockdep.c: In function '__lock_release': /kisskb/src/kernel/locking/lockdep.c:5295:6: note: byref variable will be forcibly initialized 5295 | int i; | ^ /kisskb/src/security/keys/keyctl.c: In function 'keyctl_keyring_search': /kisskb/src/security/keys/keyctl.c:723:7: note: byref variable will be forcibly initialized 723 | char type[32], *description; | ^~~~ /kisskb/src/kernel/locking/lockdep.c:5293:22: note: byref variable will be forcibly initialized 5293 | unsigned int depth, merged = 1; | ^~~~~~ /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/security/keys/keyctl.c:1279:39: note: byref variable will be forcibly initialized 1279 | struct iovec iovstack[UIO_FASTIOV], *iov = iovstack; | ^~~ /kisskb/src/security/keys/keyctl.c:1279:15: note: byref variable will be forcibly initialized 1279 | struct iovec iovstack[UIO_FASTIOV], *iov = iovstack; | ^~~~~~~~ /kisskb/src/security/keys/keyctl.c: In function 'keyctl_reject_key': /kisskb/src/security/keys/keyctl.c:1335:24: note: byref variable will be forcibly initialized 1335 | struct key *instkey, *dest_keyring; | ^~~~~~~~~~~~ /kisskb/src/kernel/locking/lockdep.c: In function '__lock_set_class': /kisskb/src/kernel/locking/lockdep.c:5196:6: note: byref variable will be forcibly initialized 5196 | int i; | ^ /kisskb/src/kernel/locking/lockdep.c:5193:22: note: byref variable will be forcibly initialized 5193 | unsigned int depth, merged = 0; | ^~~~~~ /kisskb/src/security/keys/keyctl.c: In function 'keyctl_restrict_keyring': /kisskb/src/security/keys/keyctl.c:1728:7: note: byref variable will be forcibly initialized 1728 | char type[32]; | ^~~~ /kisskb/src/kernel/locking/lockdep.c: In function 'lock_acquire': /kisskb/src/kernel/locking/lockdep.c:5616:21: note: byref variable will be forcibly initialized 5616 | struct held_lock hlock; | ^~~~~ /kisskb/src/arch/powerpc/platforms/pseries/firmware.c: In function 'probe_fw_features': /kisskb/src/arch/powerpc/platforms/pseries/firmware.c:155:6: note: byref variable will be forcibly initialized 155 | int len; | ^~~ /kisskb/src/mm/readahead.c: In function 'read_pages': /kisskb/src/mm/readahead.c:121:18: note: byref variable will be forcibly initialized 121 | struct blk_plug plug; | ^~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/dax.h:5, from /kisskb/src/mm/readahead.c: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) | ^~~~ /kisskb/src/mm/page-writeback.c: In function '__wb_calc_thresh': /kisskb/src/mm/page-writeback.c:757:27: note: byref variable will be forcibly initialized 757 | unsigned long numerator, denominator; | ^~~~~~~~~~~ /kisskb/src/mm/page-writeback.c:757:16: note: byref variable will be forcibly initialized 757 | unsigned long numerator, denominator; | ^~~~~~~~~ /kisskb/src/mm/page-writeback.c: In function 'balance_dirty_pages': /kisskb/src/mm/page-writeback.c:1574:6: note: byref variable will be forcibly initialized 1574 | int nr_dirtied_pause; | ^~~~~~~~~~~~~~~~ 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:2186:10: note: byref variable will be forcibly initialized 2186 | pgoff_t index; | ^~~~~ /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 'generic_writepages': /kisskb/src/mm/page-writeback.c:2338:18: note: byref variable will be forcibly initialized 2338 | struct blk_plug plug; | ^~~~ /kisskb/src/block/blk-merge.c: In function 'bio_get_last_bvec': /kisskb/src/block/blk-merge.c:25:19: note: byref variable will be forcibly initialized 25 | struct bvec_iter iter = bio->bi_iter; | ^~~~ /kisskb/src/block/blk-merge.c: In function 'bio_will_gap': /kisskb/src/block/blk-merge.c:52:21: note: byref variable will be forcibly initialized 52 | struct bio_vec pb, nb; | ^~ /kisskb/src/block/blk-merge.c:52:17: note: byref variable will be forcibly initialized 52 | struct bio_vec pb, nb; | ^~ /kisskb/src/block/blk-merge.c: In function 'blk_bio_segment_split': /kisskb/src/block/blk-merge.c:285:22: note: byref variable will be forcibly initialized 285 | unsigned nsegs = 0, sectors = 0; | ^~~~~~~ /kisskb/src/block/blk-merge.c:285:11: note: byref variable will be forcibly initialized 285 | unsigned nsegs = 0, sectors = 0; | ^~~~~ /kisskb/src/block/blk-merge.c:284:19: note: byref variable will be forcibly initialized 284 | struct bvec_iter iter; | ^~~~ /kisskb/src/block/blk-merge.c:283:21: note: byref variable will be forcibly initialized 283 | struct bio_vec bv, bvprv, *bvprvp = NULL; | ^~~~~ /kisskb/src/block/blk-merge.c:283:17: note: byref variable will be forcibly initialized 283 | struct bio_vec bv, bvprv, *bvprvp = NULL; | ^~ /kisskb/src/block/blk-merge.c: In function '__blk_bios_map_sg': /kisskb/src/block/blk-merge.c:514:19: note: byref variable will be forcibly initialized 514 | struct bvec_iter iter; | ^~~~ /kisskb/src/block/blk-merge.c:513:17: note: byref variable will be forcibly initialized 513 | struct bio_vec bvec, bvprv = { NULL }; | ^~~~ 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:2854:12: note: byref variable will be forcibly initialized 2854 | 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/page-writeback.c: In function 'writeback_set_ratelimit': /kisskb/src/mm/page-writeback.c:2069:16: note: byref variable will be forcibly initialized 2069 | unsigned long dirty_thresh; | ^~~~~~~~~~~~ /kisskb/src/mm/page-writeback.c:2068:16: note: byref variable will be forcibly initialized 2068 | unsigned long background_thresh; | ^~~~~~~~~~~~~~~~~ /kisskb/src/block/blk-merge.c: In function 'blk_queue_split': /kisskb/src/block/blk-merge.c:387:15: note: byref variable will be forcibly initialized 387 | unsigned int nr_segs; | ^~~~~~~ /kisskb/src/block/blk-merge.c: In function 'blk_recalc_rq_segments': /kisskb/src/block/blk-merge.c:399:17: note: byref variable will be forcibly initialized 399 | struct bio_vec bv; | ^~ /kisskb/src/block/blk-merge.c:398:22: note: byref variable will be forcibly initialized 398 | struct req_iterator iter; | ^~~~ /kisskb/src/block/blk-merge.c:397:15: note: byref variable will be forcibly initialized 397 | unsigned int nr_sectors = 0; | ^~~~~~~~~~ /kisskb/src/block/blk-merge.c:396:15: note: byref variable will be forcibly initialized 396 | unsigned int nr_phys_segs = 0; | ^~~~~~~~~~~~ /kisskb/src/block/blk-merge.c: In function 'blk_mq_sched_try_merge': /kisskb/src/block/blk-merge.c:1144:18: note: byref variable will be forcibly initialized 1144 | struct request *rq; | ^~ /kisskb/src/block/blk-lib.c: In function '__blkdev_issue_discard': /kisskb/src/block/blk-lib.c:53:8: note: byref variable will be forcibly initialized 53 | char dev_name[BDEVNAME_SIZE]; | ^~~~~~~~ /kisskb/src/block/blk-lib.c: In function 'blkdev_issue_discard': /kisskb/src/block/blk-lib.c:136:18: note: byref variable will be forcibly initialized 136 | struct blk_plug plug; | ^~~~ /kisskb/src/block/blk-lib.c:135:14: note: byref variable will be forcibly initialized 135 | struct bio *bio = NULL; | ^~~ /kisskb/src/block/blk-lib.c: In function 'blkdev_issue_write_same': /kisskb/src/block/blk-lib.c:232:18: note: byref variable will be forcibly initialized 232 | struct blk_plug plug; | ^~~~ /kisskb/src/block/blk-lib.c:231:14: note: byref variable will be forcibly initialized 231 | struct bio *bio = NULL; | ^~~ /kisskb/src/block/blk-lib.c: In function 'blkdev_issue_zeroout': /kisskb/src/block/blk-lib.c:399:18: note: byref variable will be forcibly initialized 399 | struct blk_plug plug; | ^~~~ /kisskb/src/block/blk-lib.c:398:14: note: byref variable will be forcibly initialized 398 | struct bio *bio; | ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/platforms/powernv/opal-irqchip.c:11: /kisskb/src/arch/powerpc/platforms/powernv/opal-irqchip.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-irqchip.c: In function 'opal_handle_events': /kisskb/src/arch/powerpc/platforms/powernv/opal-irqchip.c:43:9: note: byref variable will be forcibly initialized 43 | __be64 events = 0; | ^~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-irqchip.c: In function 'opal_interrupt': /kisskb/src/arch/powerpc/platforms/powernv/opal-irqchip.c:124:9: note: byref variable will be forcibly initialized 124 | __be64 events; | ^~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-irqchip.c: In function 'opal_event_init': /kisskb/src/arch/powerpc/platforms/powernv/opal-irqchip.c:235:8: note: byref variable will be forcibly initialized 235 | u32 hw_irq; | ^~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-irqchip.c:234:16: note: byref variable will be forcibly initialized 234 | const char *name = NULL; | ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:6, from /kisskb/src/include/linux/blk-mq.h:5, from /kisskb/src/block/blk-stat.c:9: /kisskb/src/block/blk-stat.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/crypto/shash.c: In function 'shash_update_unaligned': /kisskb/src/crypto/shash.c:103:5: note: byref variable will be forcibly initialized 103 | u8 ubuf[MAX_ALGAPI_ALIGNMASK * 2]; | ^~~~ In file included from /kisskb/src/include/linux/blkdev.h:18, from /kisskb/src/include/linux/blk-mq.h:5, from /kisskb/src/block/blk-mq-tag.c:12: /kisskb/src/block/blk-mq-tag.c: In function '__sbitmap_for_each_set': /kisskb/src/include/linux/sbitmap.h:252:17: note: byref variable will be forcibly initialized 252 | unsigned long word; | ^~~~ /kisskb/src/crypto/shash.c: In function 'shash_final_unaligned': /kisskb/src/crypto/shash.c:145:5: note: byref variable will be forcibly initialized 145 | u8 ubuf[MAX_ALGAPI_ALIGNMASK + HASH_MAX_DIGESTSIZE]; | ^~~~ /kisskb/src/block/blk-mq-tag.c: In function 'bt_tags_for_each': /kisskb/src/block/blk-mq-tag.c:346:27: note: byref variable will be forcibly initialized 346 | struct bt_tags_iter_data iter_data = { | ^~~~~~~~~ /kisskb/src/block/blk-mq-tag.c: In function 'bt_for_each': /kisskb/src/block/blk-mq-tag.c:279:22: note: byref variable will be forcibly initialized 279 | struct bt_iter_data iter_data = { | ^~~~~~~~~ /kisskb/src/block/blk-mq-tag.c: In function 'blk_mq_tagset_wait_completed_request': /kisskb/src/block/blk-mq-tag.c:435:12: note: byref variable will be forcibly initialized 435 | unsigned count = 0; | ^~~~~ In file included from /kisskb/src/include/crypto/internal/hash.h:12, from /kisskb/src/crypto/shash.c:9: /kisskb/src/crypto/shash.c: In function 'crypto_shash_tfm_digest': /kisskb/src/include/crypto/hash.h:166:7: note: byref variable will be forcibly initialized 166 | char __##shash##_desc[sizeof(struct shash_desc) + HASH_MAX_DESCSIZE] \ | ^~ /kisskb/src/crypto/shash.c:224:2: note: in expansion of macro 'SHASH_DESC_ON_STACK' 224 | SHASH_DESC_ON_STACK(desc, tfm); | ^~~~~~~~~~~~~~~~~~~ /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; | ^~~~ In file included from /kisskb/src/include/linux/mm.h:21, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:6, from /kisskb/src/include/linux/blk-mq.h:5, from /kisskb/src/block/blk-mq-tag.c:12: /kisskb/src/block/blk-mq-tag.c: In function 'percpu_ref_tryget_many': /kisskb/src/include/linux/percpu-refcount.h:238:26: note: byref variable will be forcibly initialized 238 | unsigned long __percpu *percpu_count; | ^~~~~~~~~~~~ /kisskb/src/fs/crypto/keyring.c: In function 'find_master_key_user': /kisskb/src/fs/crypto/keyring.c:279:7: note: byref variable will be forcibly initialized 279 | char description[FSCRYPT_MK_USER_DESCRIPTION_SIZE]; | ^~~~~~~~~~~ /kisskb/src/crypto/shash.c: In function 'crypto_shash_report': /kisskb/src/fs/crypto/keyring.c: In function 'allocate_filesystem_keyring': /kisskb/src/crypto/shash.c:464:28: note: byref variable will be forcibly initialized 464 | struct crypto_report_hash rhash; | ^~~~~ /kisskb/src/fs/crypto/keyring.c:202:7: note: byref variable will be forcibly initialized 202 | char description[FSCRYPT_FS_KEYRING_DESCRIPTION_SIZE]; | ^~~~~~~~~~~ /kisskb/src/fs/crypto/keyring.c: In function 'allocate_master_key_users_keyring': /kisskb/src/fs/crypto/keyring.c:257:7: note: byref variable will be forcibly initialized 257 | char description[FSCRYPT_MK_USERS_DESCRIPTION_SIZE]; | ^~~~~~~~~~~ /kisskb/src/fs/crypto/keyring.c: In function 'add_master_key_user': /kisskb/src/fs/crypto/keyring.c:294:7: note: byref variable will be forcibly initialized 294 | char description[FSCRYPT_MK_USER_DESCRIPTION_SIZE]; | ^~~~~~~~~~~ /kisskb/src/fs/crypto/keyring.c: In function 'add_new_master_key': /kisskb/src/fs/crypto/keyring.c:339:7: note: byref variable will be forcibly initialized 339 | char description[FSCRYPT_MK_DESCRIPTION_SIZE]; | ^~~~~~~~~~~ /kisskb/src/fs/crypto/keyring.c: In function 'check_for_busy_inodes': /kisskb/src/fs/crypto/keyring.c:816:7: note: byref variable will be forcibly initialized 816 | char ino_str[50] = ""; | ^~~~~~~ /kisskb/src/fs/crypto/keyring.c: In function 'fscrypt_find_master_key': /kisskb/src/fs/crypto/keyring.c:239:7: note: byref variable will be forcibly initialized 239 | char description[FSCRYPT_MK_DESCRIPTION_SIZE]; | ^~~~~~~~~~~ /kisskb/src/fs/crypto/keyring.c: In function 'fscrypt_ioctl_add_key': /kisskb/src/fs/crypto/keyring.c:636:35: note: byref variable will be forcibly initialized 636 | struct fscrypt_master_key_secret secret; | ^~~~~~ /kisskb/src/fs/crypto/keyring.c:635:29: note: byref variable will be forcibly initialized 635 | struct fscrypt_add_key_arg arg; | ^~~ /kisskb/src/fs/crypto/keyring.c: In function 'do_remove_key': /kisskb/src/fs/crypto/keyring.c:915:32: note: byref variable will be forcibly initialized 915 | struct fscrypt_remove_key_arg arg; | ^~~ /kisskb/src/fs/crypto/keyring.c: In function 'fscrypt_ioctl_get_key_status': /kisskb/src/fs/crypto/keyring.c:1047:36: note: byref variable will be forcibly initialized 1047 | struct fscrypt_get_key_status_arg arg; | ^~~ In file included from /kisskb/src/include/linux/random.h:13, from /kisskb/src/fs/crypto/keyring.c:23: /kisskb/src/fs/crypto/keyring.c: In function 'fscrypt_add_test_dummy_key': /kisskb/src/include/linux/once.h:44:18: note: byref variable will be forcibly initialized 44 | unsigned long ___flags; \ | ^~~~~~~~ /kisskb/src/include/linux/once.h:56:2: note: in expansion of macro 'DO_ONCE' 56 | DO_ONCE(get_random_bytes, (buf), (nbytes)) | ^~~~~~~ /kisskb/src/fs/crypto/keyring.c:703:2: note: in expansion of macro 'get_random_once' 703 | get_random_once(test_key, FSCRYPT_MAX_KEY_SIZE); | ^~~~~~~~~~~~~~~ /kisskb/src/fs/crypto/keyring.c:700:35: note: byref variable will be forcibly initialized 700 | struct fscrypt_master_key_secret secret; | ^~~~~~ /kisskb/src/fs/crypto/keyring.c: In function 'fscrypt_verify_key_added': /kisskb/src/fs/crypto/keyring.c:733:31: note: byref variable will be forcibly initialized 733 | struct fscrypt_key_specifier mk_spec; | ^~~~~~~ /kisskb/src/crypto/akcipher.c: In function 'crypto_akcipher_report': /kisskb/src/crypto/akcipher.c:26:32: note: byref variable will be forcibly initialized 26 | struct crypto_report_akcipher rakcipher; | ^~~~~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-powercap.c: In function 'powercap_store': /kisskb/src/arch/powerpc/platforms/powernv/opal-powercap.c:88:6: note: byref variable will be forcibly initialized 88 | u32 pcap; | ^~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-powercap.c:87:18: note: byref variable will be forcibly initialized 87 | struct opal_msg msg; | ^~~ In file included from /kisskb/src/arch/powerpc/platforms/powernv/opal-powercap.c:12: /kisskb/src/arch/powerpc/platforms/powernv/opal-powercap.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-powercap.c: In function 'powercap_show': /kisskb/src/arch/powerpc/platforms/powernv/opal-powercap.c:36:6: note: byref variable will be forcibly initialized 36 | u32 pcap; | ^~~~ /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/arch/powerpc/platforms/powernv/opal-powercap.c: In function 'opal_powercap_init': /kisskb/src/arch/powerpc/platforms/powernv/opal-powercap.c:166:17: note: byref variable will be forcibly initialized 166 | u32 cur, min, max; | ^~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-powercap.c:166:12: note: byref variable will be forcibly initialized 166 | u32 cur, min, max; | ^~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-powercap.c:166:7: note: byref variable will be forcibly initialized 166 | u32 cur, min, max; | ^~~ In file included from /kisskb/src/kernel/locking/qspinlock.c:29: /kisskb/src/kernel/locking/qspinlock.c: In function 'lockevent_read': /kisskb/src/kernel/locking/qspinlock_stat.h:39:7: note: byref variable will be forcibly initialized 39 | char buf[64]; | ^~~ /kisskb/src/arch/powerpc/platforms/pseries/power.c: In function 'auto_poweron_store': /kisskb/src/arch/powerpc/platforms/pseries/power.c:33:16: note: byref variable will be forcibly initialized 33 | unsigned long ups_restart; | ^~~~~~~~~~~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_queue_inflight': /kisskb/src/block/blk-mq.c:1181:7: note: byref variable will be forcibly initialized 1181 | bool busy = false; | ^~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/block/blk-mq.c:9: /kisskb/src/block/blk-mq.c: In function 'blk_mq_freeze_queue_wait': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/block/blk-mq.c:178:2: note: in expansion of macro 'wait_event' 178 | wait_event(q->mq_freeze_wq, percpu_ref_is_zero(&q->q_usage_counter)); | ^~~~~~~~~~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_freeze_queue_wait_timeout': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/block/blk-mq.c:185:9: note: in expansion of macro 'wait_event_timeout' 185 | return wait_event_timeout(q->mq_freeze_wq, | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/backing-dev-defs.h:10, from /kisskb/src/include/linux/writeback.h:12, from /kisskb/src/include/linux/backing-dev.h:16, from /kisskb/src/block/blk-mq.c:10: /kisskb/src/block/blk-mq.c: In function 'percpu_ref_get_many': /kisskb/src/include/linux/percpu-refcount.h:200:26: note: byref variable will be forcibly initialized 200 | unsigned long __percpu *percpu_count; | ^~~~~~~~~~~~ /kisskb/src/block/blk-mq.c: In function 'percpu_ref_put_many': /kisskb/src/include/linux/percpu-refcount.h:328:26: note: byref variable will be forcibly initialized 328 | unsigned long __percpu *percpu_count; | ^~~~~~~~~~~~ /kisskb/src/block/blk-mq.c: In function 'percpu_ref_tryget_many': /kisskb/src/include/linux/percpu-refcount.h:238:26: note: byref variable will be forcibly initialized 238 | unsigned long __percpu *percpu_count; | ^~~~~~~~~~~~ /kisskb/src/block/blk-mq.c: In function '__blk_mq_alloc_requests_batch': /kisskb/src/block/blk-mq.c:406:20: note: byref variable will be forcibly initialized 406 | unsigned int tag, tag_offset; | ^~~~~~~~~~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_end_request_batch': /kisskb/src/block/blk-mq.c:847:6: note: byref variable will be forcibly initialized 847 | int tags[TAG_COMP_BATCH], nr_tags = 0; | ^~~~ /kisskb/src/block/blk-mq.c: In function '__blk_mq_issue_directly': /kisskb/src/block/blk-mq.c:2319:27: note: byref variable will be forcibly initialized 2319 | struct blk_mq_queue_data bd = { | ^~ In file included from /kisskb/src/include/linux/blkdev.h:18, from /kisskb/src/block/blk-mq.c:12: /kisskb/src/block/blk-mq.c: In function '__sbitmap_for_each_set': /kisskb/src/include/linux/sbitmap.h:252:17: note: byref variable will be forcibly initialized 252 | unsigned long word; | ^~~~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_flush_busy_ctxs': /kisskb/src/block/blk-mq.c:1317:29: note: byref variable will be forcibly initialized 1317 | struct flush_busy_ctx_data data = { | ^~~~ /kisskb/src/block/blk-mq.c: In function '__blk_mq_run_hw_queue': /kisskb/src/block/blk-mq.c:1773:6: note: byref variable will be forcibly initialized 1773 | int srcu_idx; | ^~~~~~~~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_run_hw_queue': /kisskb/src/block/blk-mq.c:1897:6: note: byref variable will be forcibly initialized 1897 | int srcu_idx; | ^~~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/block/blk-mq.c:9: /kisskb/src/block/blk-mq.c: In function 'blk_mq_hctx_notify_dead': /kisskb/src/block/blk-mq.c:3028:12: note: byref variable will be forcibly initialized 3028 | 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/arch/powerpc/kernel/sysfs.c: In function 'store_dscr': /kisskb/src/arch/powerpc/kernel/sysfs.c:109:16: note: byref variable will be forcibly initialized 109 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:125:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 125 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:166:1: note: in expansion of macro 'SYSFS_SPRSETUP_SHOW_STORE' 166 | SYSFS_SPRSETUP_SHOW_STORE(dscr); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'store_purr': /kisskb/src/arch/powerpc/kernel/sysfs.c:109:16: note: byref variable will be forcibly initialized 109 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:580:1: note: in expansion of macro 'SYSFS_SPRSETUP' 580 | SYSFS_SPRSETUP(purr, SPRN_PURR); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'store_tscr': /kisskb/src/arch/powerpc/kernel/sysfs.c:109:16: note: byref variable will be forcibly initialized 109 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:583:1: note: in expansion of macro 'SYSFS_SPRSETUP' 583 | SYSFS_SPRSETUP(tscr, SPRN_TSCR); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'store_hid0': /kisskb/src/arch/powerpc/kernel/sysfs.c:109:16: note: byref variable will be forcibly initialized 109 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:635:1: note: in expansion of macro 'SYSFS_SPRSETUP' 635 | SYSFS_SPRSETUP(hid0, SPRN_HID0); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'store_hid1': /kisskb/src/arch/powerpc/kernel/sysfs.c:109:16: note: byref variable will be forcibly initialized 109 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:636:1: note: in expansion of macro 'SYSFS_SPRSETUP' 636 | SYSFS_SPRSETUP(hid1, SPRN_HID1); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'store_hid4': /kisskb/src/arch/powerpc/kernel/sysfs.c:109:16: note: byref variable will be forcibly initialized 109 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:637:1: note: in expansion of macro 'SYSFS_SPRSETUP' 637 | SYSFS_SPRSETUP(hid4, SPRN_HID4); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'store_hid5': /kisskb/src/arch/powerpc/kernel/sysfs.c:109:16: note: byref variable will be forcibly initialized 109 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:638:1: note: in expansion of macro 'SYSFS_SPRSETUP' 638 | SYSFS_SPRSETUP(hid5, SPRN_HID5); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'store_ima0': /kisskb/src/arch/powerpc/kernel/sysfs.c:109:16: note: byref variable will be forcibly initialized 109 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:639:1: note: in expansion of macro 'SYSFS_SPRSETUP' 639 | SYSFS_SPRSETUP(ima0, SPRN_PA6T_IMA0); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'store_ima1': /kisskb/src/arch/powerpc/kernel/sysfs.c:109:16: note: byref variable will be forcibly initialized 109 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:640:1: note: in expansion of macro 'SYSFS_SPRSETUP' 640 | SYSFS_SPRSETUP(ima1, SPRN_PA6T_IMA1); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'store_ima2': /kisskb/src/arch/powerpc/kernel/sysfs.c:109:16: note: byref variable will be forcibly initialized 109 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:641:1: note: in expansion of macro 'SYSFS_SPRSETUP' 641 | SYSFS_SPRSETUP(ima2, SPRN_PA6T_IMA2); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'store_ima3': /kisskb/src/arch/powerpc/kernel/sysfs.c:109:16: note: byref variable will be forcibly initialized 109 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:642:1: note: in expansion of macro 'SYSFS_SPRSETUP' 642 | SYSFS_SPRSETUP(ima3, SPRN_PA6T_IMA3); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'store_ima4': /kisskb/src/arch/powerpc/kernel/sysfs.c:109:16: note: byref variable will be forcibly initialized 109 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:643:1: note: in expansion of macro 'SYSFS_SPRSETUP' 643 | SYSFS_SPRSETUP(ima4, SPRN_PA6T_IMA4); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'store_ima5': /kisskb/src/arch/powerpc/kernel/sysfs.c:109:16: note: byref variable will be forcibly initialized 109 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:644:1: note: in expansion of macro 'SYSFS_SPRSETUP' 644 | SYSFS_SPRSETUP(ima5, SPRN_PA6T_IMA5); | ^~~~~~~~~~~~~~ In file included from /kisskb/src/kernel/locking/rtmutex_api.c:9: /kisskb/src/kernel/locking/rtmutex_api.c: In function 'try_to_take_rt_mutex': /kisskb/src/kernel/locking/rtmutex.c:308:27: note: byref variable will be forcibly initialized 308 | &(struct rt_mutex_waiter){ .prio = __waiter_prio(p), .deadline = (p)->dl.deadline } | ^ /kisskb/src/kernel/locking/rtmutex.c:1031:24: note: in expansion of macro 'task_to_waiter' 1031 | if (!rt_mutex_steal(task_to_waiter(task), | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'store_ima6': /kisskb/src/arch/powerpc/kernel/sysfs.c:109:16: note: byref variable will be forcibly initialized 109 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:645:1: note: in expansion of macro 'SYSFS_SPRSETUP' 645 | SYSFS_SPRSETUP(ima6, SPRN_PA6T_IMA6); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'store_ima7': /kisskb/src/arch/powerpc/kernel/sysfs.c:109:16: note: byref variable will be forcibly initialized 109 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:646:1: note: in expansion of macro 'SYSFS_SPRSETUP' 646 | SYSFS_SPRSETUP(ima7, SPRN_PA6T_IMA7); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'store_ima8': /kisskb/src/arch/powerpc/kernel/sysfs.c:109:16: note: byref variable will be forcibly initialized 109 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:647:1: note: in expansion of macro 'SYSFS_SPRSETUP' 647 | SYSFS_SPRSETUP(ima8, SPRN_PA6T_IMA8); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'store_ima9': /kisskb/src/arch/powerpc/kernel/sysfs.c:109:16: note: byref variable will be forcibly initialized 109 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:648:1: note: in expansion of macro 'SYSFS_SPRSETUP' 648 | SYSFS_SPRSETUP(ima9, SPRN_PA6T_IMA9); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'store_imaat': /kisskb/src/arch/powerpc/kernel/sysfs.c:109:16: note: byref variable will be forcibly initialized 109 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:649:1: note: in expansion of macro 'SYSFS_SPRSETUP' 649 | SYSFS_SPRSETUP(imaat, SPRN_PA6T_IMAAT); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'store_btcr': In file included from /kisskb/src/include/linux/backing-dev-defs.h:10, from /kisskb/src/include/linux/writeback.h:12, from /kisskb/src/include/linux/backing-dev.h:16, from /kisskb/src/block/blk-mq.c:10: /kisskb/src/block/blk-mq.c: In function 'percpu_ref_tryget_live_rcu': /kisskb/src/include/linux/percpu-refcount.h:277:26: note: byref variable will be forcibly initialized 277 | unsigned long __percpu *percpu_count; | ^~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:109:16: note: byref variable will be forcibly initialized 109 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:650:1: note: in expansion of macro 'SYSFS_SPRSETUP' 650 | SYSFS_SPRSETUP(btcr, SPRN_PA6T_BTCR); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'store_pccr': /kisskb/src/arch/powerpc/kernel/sysfs.c:109:16: note: byref variable will be forcibly initialized 109 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:651:1: note: in expansion of macro 'SYSFS_SPRSETUP' 651 | SYSFS_SPRSETUP(pccr, SPRN_PA6T_PCCR); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'store_rpccr': /kisskb/src/arch/powerpc/kernel/sysfs.c:109:16: note: byref variable will be forcibly initialized 109 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:652:1: note: in expansion of macro 'SYSFS_SPRSETUP' 652 | SYSFS_SPRSETUP(rpccr, SPRN_PA6T_RPCCR); | ^~~~~~~~~~~~~~ /kisskb/src/kernel/power/wakelock.c: In function 'pm_wake_lock': /kisskb/src/kernel/power/wakelock.c:210:6: note: byref variable will be forcibly initialized 210 | u64 timeout_ns = 0; | ^~~~~~~~~~ /kisskb/src/crypto/kpp.c: In function 'crypto_kpp_report': /kisskb/src/crypto/kpp.c:26:27: note: byref variable will be forcibly initialized 26 | struct crypto_report_kpp rkpp; | ^~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'store_der': /kisskb/src/arch/powerpc/kernel/sysfs.c:109:16: note: byref variable will be forcibly initialized 109 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:653:1: note: in expansion of macro 'SYSFS_SPRSETUP' 653 | SYSFS_SPRSETUP(der, SPRN_PA6T_DER); | ^~~~~~~~~~~~~~ /kisskb/src/kernel/power/user.c: In function 'snapshot_set_swap_area': /kisskb/src/kernel/power/user.c:220:27: note: byref variable will be forcibly initialized 220 | struct resume_swap_area swap_area; | ^~~~~~~~~ /kisskb/src/kernel/power/user.c:213:34: note: byref variable will be forcibly initialized 213 | struct compat_resume_swap_area swap_area; | ^~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'store_mer': /kisskb/src/arch/powerpc/kernel/sysfs.c:109:16: note: byref variable will be forcibly initialized 109 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:654:1: note: in expansion of macro 'SYSFS_SPRSETUP' 654 | SYSFS_SPRSETUP(mer, SPRN_PA6T_MER); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'store_ber': /kisskb/src/arch/powerpc/kernel/sysfs.c:109:16: note: byref variable will be forcibly initialized 109 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:655:1: note: in expansion of macro 'SYSFS_SPRSETUP' 655 | SYSFS_SPRSETUP(ber, SPRN_PA6T_BER); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'store_ier': /kisskb/src/arch/powerpc/kernel/sysfs.c:109:16: note: byref variable will be forcibly initialized 109 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:656:1: note: in expansion of macro 'SYSFS_SPRSETUP' 656 | SYSFS_SPRSETUP(ier, SPRN_PA6T_IER); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'store_sier': /kisskb/src/arch/powerpc/kernel/sysfs.c:109:16: note: byref variable will be forcibly initialized 109 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:657:1: note: in expansion of macro 'SYSFS_SPRSETUP' 657 | SYSFS_SPRSETUP(sier, SPRN_PA6T_SIER); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'store_siar': /kisskb/src/arch/powerpc/kernel/sysfs.c:109:16: note: byref variable will be forcibly initialized 109 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:658:1: note: in expansion of macro 'SYSFS_SPRSETUP' 658 | SYSFS_SPRSETUP(siar, SPRN_PA6T_SIAR); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'store_tsr0': /kisskb/src/arch/powerpc/kernel/sysfs.c:109:16: note: byref variable will be forcibly initialized 109 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:659:1: note: in expansion of macro 'SYSFS_SPRSETUP' 659 | SYSFS_SPRSETUP(tsr0, SPRN_PA6T_TSR0); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'store_tsr1': /kisskb/src/arch/powerpc/kernel/sysfs.c:109:16: note: byref variable will be forcibly initialized 109 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:660:1: note: in expansion of macro 'SYSFS_SPRSETUP' 660 | SYSFS_SPRSETUP(tsr1, SPRN_PA6T_TSR1); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'store_tsr2': /kisskb/src/arch/powerpc/kernel/sysfs.c:109:16: note: byref variable will be forcibly initialized 109 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:661:1: note: in expansion of macro 'SYSFS_SPRSETUP' 661 | SYSFS_SPRSETUP(tsr2, SPRN_PA6T_TSR2); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'store_tsr3': /kisskb/src/arch/powerpc/kernel/sysfs.c:109:16: note: byref variable will be forcibly initialized 109 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:662:1: note: in expansion of macro 'SYSFS_SPRSETUP' 662 | SYSFS_SPRSETUP(tsr3, SPRN_PA6T_TSR3); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'store_dscr_default': /kisskb/src/arch/powerpc/kernel/sysfs.c:201:16: note: byref variable will be forcibly initialized 201 | unsigned long val; | ^~~ /kisskb/src/kernel/power/user.c: In function 'snapshot_write': /kisskb/src/kernel/power/user.c:169:9: note: byref variable will be forcibly initialized 169 | loff_t pg_offp = *offp & ~PAGE_MASK; | ^~~~~~~ /kisskb/src/kernel/power/user.c: In function 'snapshot_read': /kisskb/src/kernel/power/user.c:136:9: note: byref variable will be forcibly initialized 136 | loff_t pg_offp = *offp & ~PAGE_MASK; | ^~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/writeback.h:13, from /kisskb/src/include/linux/backing-dev.h:16, from /kisskb/src/block/blk-mq.c:10: /kisskb/src/block/blk-mq.c: In function 'kmalloc_array_node': /kisskb/src/include/linux/slab.h:680:9: note: byref variable will be forcibly initialized 680 | size_t bytes; | ^~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'show_tscr': /kisskb/src/arch/powerpc/kernel/sysfs.c:100:16: note: byref variable will be forcibly initialized 100 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:583:1: note: in expansion of macro 'SYSFS_SPRSETUP' 583 | SYSFS_SPRSETUP(tscr, SPRN_TSCR); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'show_pir': /kisskb/src/arch/powerpc/kernel/sysfs.c:100:16: note: byref variable will be forcibly initialized 100 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:582:1: note: in expansion of macro 'SYSFS_SPRSETUP' 582 | SYSFS_SPRSETUP(pir, SPRN_PIR); | ^~~~~~~~~~~~~~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_timeout_work': /kisskb/src/block/blk-mq.c:1252:16: note: byref variable will be forcibly initialized 1252 | unsigned long next = 0; | ^~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'show_dscr': /kisskb/src/arch/powerpc/kernel/sysfs.c:100:16: note: byref variable will be forcibly initialized 100 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:125:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 125 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:166:1: note: in expansion of macro 'SYSFS_SPRSETUP_SHOW_STORE' 166 | SYSFS_SPRSETUP_SHOW_STORE(dscr); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'show_spurr': /kisskb/src/arch/powerpc/kernel/sysfs.c:100:16: note: byref variable will be forcibly initialized 100 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:581:1: note: in expansion of macro 'SYSFS_SPRSETUP' 581 | SYSFS_SPRSETUP(spurr, SPRN_SPURR); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'show_purr': /kisskb/src/arch/powerpc/kernel/sysfs.c:100:16: note: byref variable will be forcibly initialized 100 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:580:1: note: in expansion of macro 'SYSFS_SPRSETUP' 580 | SYSFS_SPRSETUP(purr, SPRN_PURR); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'show_tsr3': /kisskb/src/arch/powerpc/kernel/sysfs.c:100:16: note: byref variable will be forcibly initialized 100 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:662:1: note: in expansion of macro 'SYSFS_SPRSETUP' 662 | SYSFS_SPRSETUP(tsr3, SPRN_PA6T_TSR3); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'show_tsr2': /kisskb/src/arch/powerpc/kernel/sysfs.c:100:16: note: byref variable will be forcibly initialized 100 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:661:1: note: in expansion of macro 'SYSFS_SPRSETUP' 661 | SYSFS_SPRSETUP(tsr2, SPRN_PA6T_TSR2); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'show_tsr1': /kisskb/src/arch/powerpc/kernel/sysfs.c:100:16: note: byref variable will be forcibly initialized 100 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:660:1: note: in expansion of macro 'SYSFS_SPRSETUP' 660 | SYSFS_SPRSETUP(tsr1, SPRN_PA6T_TSR1); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'show_tsr0': /kisskb/src/arch/powerpc/kernel/sysfs.c:100:16: note: byref variable will be forcibly initialized 100 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:659:1: note: in expansion of macro 'SYSFS_SPRSETUP' 659 | SYSFS_SPRSETUP(tsr0, SPRN_PA6T_TSR0); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'show_siar': /kisskb/src/arch/powerpc/kernel/sysfs.c:100:16: note: byref variable will be forcibly initialized 100 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:658:1: note: in expansion of macro 'SYSFS_SPRSETUP' 658 | SYSFS_SPRSETUP(siar, SPRN_PA6T_SIAR); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'show_sier': /kisskb/src/arch/powerpc/kernel/sysfs.c:100:16: note: byref variable will be forcibly initialized 100 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:657:1: note: in expansion of macro 'SYSFS_SPRSETUP' 657 | SYSFS_SPRSETUP(sier, SPRN_PA6T_SIER); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'show_ier': /kisskb/src/arch/powerpc/kernel/sysfs.c:100:16: note: byref variable will be forcibly initialized 100 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:656:1: note: in expansion of macro 'SYSFS_SPRSETUP' 656 | SYSFS_SPRSETUP(ier, SPRN_PA6T_IER); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'show_ber': /kisskb/src/arch/powerpc/kernel/sysfs.c:100:16: note: byref variable will be forcibly initialized 100 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:655:1: note: in expansion of macro 'SYSFS_SPRSETUP' 655 | SYSFS_SPRSETUP(ber, SPRN_PA6T_BER); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'show_mer': /kisskb/src/arch/powerpc/kernel/sysfs.c:100:16: note: byref variable will be forcibly initialized 100 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:654:1: note: in expansion of macro 'SYSFS_SPRSETUP' 654 | SYSFS_SPRSETUP(mer, SPRN_PA6T_MER); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'show_der': /kisskb/src/arch/powerpc/kernel/sysfs.c:100:16: note: byref variable will be forcibly initialized 100 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:653:1: note: in expansion of macro 'SYSFS_SPRSETUP' 653 | SYSFS_SPRSETUP(der, SPRN_PA6T_DER); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'show_rpccr': /kisskb/src/arch/powerpc/kernel/sysfs.c:100:16: note: byref variable will be forcibly initialized 100 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:652:1: note: in expansion of macro 'SYSFS_SPRSETUP' 652 | SYSFS_SPRSETUP(rpccr, SPRN_PA6T_RPCCR); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'show_pccr': /kisskb/src/arch/powerpc/kernel/sysfs.c:100:16: note: byref variable will be forcibly initialized 100 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:651:1: note: in expansion of macro 'SYSFS_SPRSETUP' 651 | SYSFS_SPRSETUP(pccr, SPRN_PA6T_PCCR); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'show_btcr': /kisskb/src/arch/powerpc/kernel/sysfs.c:100:16: note: byref variable will be forcibly initialized 100 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:650:1: note: in expansion of macro 'SYSFS_SPRSETUP' 650 | SYSFS_SPRSETUP(btcr, SPRN_PA6T_BTCR); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'show_imaat': /kisskb/src/arch/powerpc/kernel/sysfs.c:100:16: note: byref variable will be forcibly initialized 100 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:649:1: note: in expansion of macro 'SYSFS_SPRSETUP' 649 | SYSFS_SPRSETUP(imaat, SPRN_PA6T_IMAAT); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'show_ima9': /kisskb/src/arch/powerpc/kernel/sysfs.c:100:16: note: byref variable will be forcibly initialized 100 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:648:1: note: in expansion of macro 'SYSFS_SPRSETUP' 648 | SYSFS_SPRSETUP(ima9, SPRN_PA6T_IMA9); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'show_ima8': /kisskb/src/arch/powerpc/kernel/sysfs.c:100:16: note: byref variable will be forcibly initialized 100 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:647:1: note: in expansion of macro 'SYSFS_SPRSETUP' 647 | SYSFS_SPRSETUP(ima8, SPRN_PA6T_IMA8); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'show_ima7': /kisskb/src/arch/powerpc/kernel/sysfs.c:100:16: note: byref variable will be forcibly initialized 100 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:646:1: note: in expansion of macro 'SYSFS_SPRSETUP' 646 | SYSFS_SPRSETUP(ima7, SPRN_PA6T_IMA7); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'show_ima6': /kisskb/src/arch/powerpc/kernel/sysfs.c:100:16: note: byref variable will be forcibly initialized 100 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:645:1: note: in expansion of macro 'SYSFS_SPRSETUP' 645 | SYSFS_SPRSETUP(ima6, SPRN_PA6T_IMA6); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'show_ima5': /kisskb/src/arch/powerpc/kernel/sysfs.c:100:16: note: byref variable will be forcibly initialized 100 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:644:1: note: in expansion of macro 'SYSFS_SPRSETUP' 644 | SYSFS_SPRSETUP(ima5, SPRN_PA6T_IMA5); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'show_ima4': /kisskb/src/arch/powerpc/kernel/sysfs.c:100:16: note: byref variable will be forcibly initialized 100 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:643:1: note: in expansion of macro 'SYSFS_SPRSETUP' 643 | SYSFS_SPRSETUP(ima4, SPRN_PA6T_IMA4); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'show_ima3': /kisskb/src/arch/powerpc/kernel/sysfs.c:100:16: note: byref variable will be forcibly initialized 100 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:642:1: note: in expansion of macro 'SYSFS_SPRSETUP' 642 | SYSFS_SPRSETUP(ima3, SPRN_PA6T_IMA3); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'show_ima2': /kisskb/src/arch/powerpc/kernel/sysfs.c:100:16: note: byref variable will be forcibly initialized 100 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:641:1: note: in expansion of macro 'SYSFS_SPRSETUP' 641 | SYSFS_SPRSETUP(ima2, SPRN_PA6T_IMA2); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'show_ima1': /kisskb/src/arch/powerpc/kernel/sysfs.c:100:16: note: byref variable will be forcibly initialized 100 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:640:1: note: in expansion of macro 'SYSFS_SPRSETUP' 640 | SYSFS_SPRSETUP(ima1, SPRN_PA6T_IMA1); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'show_ima0': /kisskb/src/arch/powerpc/kernel/sysfs.c:100:16: note: byref variable will be forcibly initialized 100 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:639:1: note: in expansion of macro 'SYSFS_SPRSETUP' 639 | SYSFS_SPRSETUP(ima0, SPRN_PA6T_IMA0); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'show_hid5': /kisskb/src/arch/powerpc/kernel/sysfs.c:100:16: note: byref variable will be forcibly initialized 100 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:638:1: note: in expansion of macro 'SYSFS_SPRSETUP' 638 | SYSFS_SPRSETUP(hid5, SPRN_HID5); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'show_hid4': /kisskb/src/arch/powerpc/kernel/sysfs.c:100:16: note: byref variable will be forcibly initialized 100 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:637:1: note: in expansion of macro 'SYSFS_SPRSETUP' 637 | SYSFS_SPRSETUP(hid4, SPRN_HID4); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'show_hid1': /kisskb/src/arch/powerpc/kernel/sysfs.c:100:16: note: byref variable will be forcibly initialized 100 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:636:1: note: in expansion of macro 'SYSFS_SPRSETUP' 636 | SYSFS_SPRSETUP(hid1, SPRN_HID1); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'show_hid0': /kisskb/src/arch/powerpc/kernel/sysfs.c:100:16: note: byref variable will be forcibly initialized 100 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:635:1: note: in expansion of macro 'SYSFS_SPRSETUP' 635 | SYSFS_SPRSETUP(hid0, SPRN_HID0); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'idle_purr_show': /kisskb/src/arch/powerpc/kernel/sysfs.c:769:6: note: byref variable will be forcibly initialized 769 | u64 val; | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'idle_spurr_show': /kisskb/src/arch/powerpc/kernel/sysfs.c:799:6: note: byref variable will be forcibly initialized 799 | u64 val; | ^~~ /kisskb/src/kernel/locking/rtmutex_api.c: In function '__rt_mutex_slowlock_locked': /kisskb/src/kernel/locking/rtmutex.c:1609:25: note: byref variable will be forcibly initialized 1609 | struct rt_mutex_waiter waiter; | ^~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'store_spurr': /kisskb/src/arch/powerpc/kernel/sysfs.c:109:16: note: byref variable will be forcibly initialized 109 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:581:1: note: in expansion of macro 'SYSFS_SPRSETUP' 581 | SYSFS_SPRSETUP(spurr, SPRN_SPURR); | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c: In function 'store_pir': /kisskb/src/arch/powerpc/kernel/sysfs.c:109:16: note: byref variable will be forcibly initialized 109 | unsigned long val; \ | ^~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:122:2: note: in expansion of macro '__SYSFS_SPRSETUP_SHOW_STORE' 122 | __SYSFS_SPRSETUP_SHOW_STORE(NAME) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/sysfs.c:582:1: note: in expansion of macro 'SYSFS_SPRSETUP' 582 | SYSFS_SPRSETUP(pir, SPRN_PIR); | ^~~~~~~~~~~~~~ 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:1288:19: note: byref variable will be forcibly initialized 1288 | 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/block/blk-mq.c: In function 'blk_mq_poll_hybrid': /kisskb/src/block/blk-mq.c:4315:25: note: byref variable will be forcibly initialized 4315 | struct hrtimer_sleeper hs; | ^~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_hctx_has_requests': /kisskb/src/block/blk-mq.c:2958:22: note: byref variable will be forcibly initialized 2958 | struct rq_iter_data data = { | ^~~~ /kisskb/src/kernel/locking/rtmutex_api.c: In function 'rt_mutex_futex_unlock': /kisskb/src/kernel/locking/rtmutex_api.c:168:19: note: byref variable will be forcibly initialized 168 | 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/block/blk-mq.c: In function 'blk_mq_dequeue_from_ctx': /kisskb/src/block/blk-mq.c:1355:26: note: byref variable will be forcibly initialized 1355 | struct dispatch_rq_data data = { | ^~~~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_dispatch_rq_list': /kisskb/src/block/blk-mq.c:1632:28: note: byref variable will be forcibly initialized 1632 | struct blk_mq_queue_data bd; | ^~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/block/blk-mq.c:9: /kisskb/src/block/blk-mq.c:1621:12: note: byref variable will be forcibly initialized 1621 | LIST_HEAD(zone_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/block/blk-mq.c: In function 'blk_mq_try_issue_directly': /kisskb/src/block/blk-mq.c:2407:6: note: byref variable will be forcibly initialized 2407 | int srcu_idx; | ^~~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/block/blk-mq.c:9: /kisskb/src/block/blk-mq.c: In function 'blk_mq_requeue_work': /kisskb/src/block/blk-mq.c:1090:12: note: byref variable will be forcibly initialized 1090 | LIST_HEAD(rq_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/block/blk-mq.c: In function 'blk_mq_request_issue_directly': /kisskb/src/block/blk-mq.c:2425:6: note: byref variable will be forcibly initialized 2425 | int srcu_idx; | ^~~~~~~~ /kisskb/src/block/blk-mq.c: In function 'blk_mq_plug_issue_direct': /kisskb/src/block/blk-mq.c:2208:6: note: byref variable will be forcibly initialized 2208 | int queued = 0; | ^~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/block/blk-mq.c:9: /kisskb/src/block/blk-mq.c: In function 'blk_mq_flush_plug_list': /kisskb/src/block/blk-mq.c:2251:12: note: byref variable will be forcibly initialized 2251 | 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/block/blk-mq.c: In function 'blk_mq_submit_bio': /kisskb/src/block/blk-mq.c:2618:15: note: byref variable will be forcibly initialized 2618 | unsigned int nr_segs = 1; | ^~~~~~~ /kisskb/src/block/blk-mq.c:2617:7: note: byref variable will be forcibly initialized 2617 | bool same_queue_rq = false; | ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/block/blk-mq.c:9: /kisskb/src/block/blk-mq.c: In function '__blk_mq_update_nr_hw_queues': /kisskb/src/block/blk-mq.c:4170:12: note: byref variable will be forcibly initialized 4170 | 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) | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/pagemap.h:83, from /kisskb/src/mm/swap.c:44: /kisskb/src/mm/swap.c: In function 'trace_event_raw_event_mm_lru_insertion': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/pagemap.h:28:1: note: in expansion of macro 'TRACE_EVENT' 28 | TRACE_EVENT(mm_lru_insertion, | ^~~~~~~~~~~ /kisskb/src/mm/swap.c: In function 'trace_event_raw_event_mm_lru_activate': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/pagemap.h:61:1: note: in expansion of macro 'TRACE_EVENT' 61 | TRACE_EVENT(mm_lru_activate, | ^~~~~~~~~~~ In file included from /kisskb/src/include/asm-generic/div64.h:26, from ./arch/powerpc/include/generated/asm/div64.h:1, from /kisskb/src/include/linux/math.h:5, from /kisskb/src/include/linux/delay.h:22, from /kisskb/src/drivers/phy/motorola/phy-mapphone-mdm6600.c:7: /kisskb/src/drivers/phy/motorola/phy-mapphone-mdm6600.c: In function 'phy_mdm6600_cmd': /kisskb/src/drivers/phy/motorola/phy-mapphone-mdm6600.c:187:17: note: byref variable will be forcibly initialized 187 | DECLARE_BITMAP(values, PHY_MDM6600_NR_CMD_LINES); | ^~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/mm/swap.c: In function '__page_cache_release': /kisskb/src/mm/swap.c:85:17: note: byref variable will be forcibly initialized 85 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/phy/motorola/phy-mapphone-mdm6600.c: In function 'phy_mdm6600_status': /kisskb/src/drivers/phy/motorola/phy-mapphone-mdm6600.c:204:17: note: byref variable will be forcibly initialized 204 | DECLARE_BITMAP(values, PHY_MDM6600_NR_STATUS_LINES); | ^~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ In file included from /kisskb/src/include/linux/mm.h:21, from /kisskb/src/mm/swap.c:17: /kisskb/src/mm/swap.c: In function 'percpu_ref_put_many': /kisskb/src/include/linux/percpu-refcount.h:328:26: note: byref variable will be forcibly initialized 328 | unsigned long __percpu *percpu_count; | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/container_of.h:5, from /kisskb/src/include/linux/list.h:5, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/phy/qualcomm/phy-qcom-usb-hs.c:5: /kisskb/src/drivers/phy/qualcomm/phy-qcom-usb-hs.c: In function 'devm_kmalloc_array': /kisskb/src/mm/swap.c: In function 'release_pages': /kisskb/src/mm/swap.c:907:16: note: byref variable will be forcibly initialized 907 | unsigned long flags = 0; | ^~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ 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: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/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/ulpi/driver.h:7, from /kisskb/src/drivers/phy/qualcomm/phy-qcom-usb-hs.c:6: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/mm/swap.c: In function 'pagevec_lru_move_fn': /kisskb/src/mm/swap.c:198:16: note: byref variable will be forcibly initialized 198 | unsigned long flags = 0; | ^~~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-psr.c: In function 'psr_store': /kisskb/src/arch/powerpc/platforms/powernv/opal-psr.c:80:6: note: byref variable will be forcibly initialized 80 | int psr, ret, token; | ^~~ /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:30:6: note: byref variable will be forcibly initialized 30 | int psr, ret, token; | ^~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-psr.c:29:18: note: byref variable will be forcibly initialized 29 | struct opal_msg msg; | ^~~ In file included from /kisskb/src/arch/powerpc/platforms/powernv/opal-psr.c:12: /kisskb/src/arch/powerpc/platforms/powernv/opal-psr.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/mm/swap.c: In function '__pagevec_lru_add': /kisskb/src/mm/swap.c:1065:16: note: byref variable will be forcibly initialized 1065 | unsigned long flags = 0; | ^~~~~ /kisskb/src/drivers/phy/mscc/phy-ocelot-serdes.c: In function '__serdes_write_mcb_s1g': /kisskb/src/drivers/phy/mscc/phy-ocelot-serdes.c:270:15: note: byref variable will be forcibly initialized 270 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/phy/mscc/phy-ocelot-serdes.c: In function '__serdes_write_mcb_s6g': /kisskb/src/drivers/phy/mscc/phy-ocelot-serdes.c:38:15: note: byref variable will be forcibly initialized 38 | unsigned int regval = 0; | ^~~~~~ /kisskb/src/arch/powerpc/kernel/cacheinfo.c: In function 'nr_sets_show': /kisskb/src/arch/powerpc/kernel/cacheinfo.c:625:15: note: byref variable will be forcibly initialized 625 | unsigned int nr_sets; | ^~~~~~~ /kisskb/src/arch/powerpc/kernel/cacheinfo.c: In function 'line_size_show': /kisskb/src/arch/powerpc/kernel/cacheinfo.c:609:15: note: byref variable will be forcibly initialized 609 | unsigned int line_size; | ^~~~~~~~~ /kisskb/src/arch/powerpc/kernel/cacheinfo.c: In function 'cache_associativity': /kisskb/src/arch/powerpc/kernel/cacheinfo.c:278:15: note: byref variable will be forcibly initialized 278 | unsigned int size; | ^~~~ /kisskb/src/arch/powerpc/kernel/cacheinfo.c:277:15: note: byref variable will be forcibly initialized 277 | unsigned int nr_sets; | ^~~~~~~ /kisskb/src/arch/powerpc/kernel/cacheinfo.c:276:15: note: byref variable will be forcibly initialized 276 | unsigned int line_size; | ^~~~~~~~~ /kisskb/src/arch/powerpc/kernel/cacheinfo.c: In function 'associativity_show': /kisskb/src/arch/powerpc/kernel/cacheinfo.c:641:15: note: byref variable will be forcibly initialized 641 | unsigned int associativity; | ^~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/cacheinfo.c: In function 'cache_size_kb': /kisskb/src/arch/powerpc/kernel/cacheinfo.c:226:15: note: byref variable will be forcibly initialized 226 | unsigned int size; | ^~~~ /kisskb/src/arch/powerpc/kernel/cacheinfo.c: In function 'size_show': /kisskb/src/arch/powerpc/kernel/cacheinfo.c:592:15: note: byref variable will be forcibly initialized 592 | unsigned int size_kb; | ^~~~~~~ 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:37:11: note: byref variable will be forcibly initialized 37 | XA_STATE(xas, &mapping->i_pages, index); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/truncate.c: In function 'invalidate_inode_pages2_range': /kisskb/src/mm/truncate.c:627:17: note: byref variable will be forcibly initialized 627 | struct pagevec pvec; | ^~~~ /kisskb/src/mm/truncate.c:626:10: note: byref variable will be forcibly initialized 626 | pgoff_t indices[PAGEVEC_SIZE]; | ^~~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-sensor-groups.c: In function 'sensor_group_enable': /kisskb/src/arch/powerpc/platforms/powernv/opal-sensor-groups.c:33:18: note: byref variable will be forcibly initialized 33 | struct opal_msg msg; | ^~~ /kisskb/src/mm/truncate.c: In function 'truncate_inode_pages_range': /kisskb/src/mm/truncate.c:300:11: note: byref variable will be forcibly initialized 300 | pgoff_t indices[PAGEVEC_SIZE]; | ^~~~~~~ /kisskb/src/mm/truncate.c:299:17: note: byref variable will be forcibly initialized 299 | struct pagevec pvec; | ^~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-sensor-groups.c: In function 'sg_store': /kisskb/src/arch/powerpc/platforms/powernv/opal-sensor-groups.c:64:6: note: byref variable will be forcibly initialized 64 | u32 data; | ^~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-sensor-groups.c:63:18: note: byref variable will be forcibly initialized 63 | struct opal_msg msg; | ^~~ In file included from /kisskb/src/arch/powerpc/platforms/powernv/opal-sensor-groups.c:12: /kisskb/src/arch/powerpc/platforms/powernv/opal-sensor-groups.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/mm/truncate.c: In function '__invalidate_mapping_pages': /kisskb/src/mm/truncate.c:482:17: note: byref variable will be forcibly initialized 482 | struct pagevec pvec; | ^~~~ /kisskb/src/mm/truncate.c:481:10: note: byref variable will be forcibly initialized 481 | pgoff_t indices[PAGEVEC_SIZE]; | ^~~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-sensor-groups.c: In function 'opal_sensor_groups_init': /kisskb/src/arch/powerpc/platforms/powernv/opal-sensor-groups.c:183:28: note: byref variable will be forcibly initialized 183 | u32 sgid, len, nr_attrs, chipid; | ^~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-sensor-groups.c:183:13: note: byref variable will be forcibly initialized 183 | u32 sgid, len, nr_attrs, chipid; | ^~~ /kisskb/src/arch/powerpc/platforms/powernv/opal-sensor-groups.c:183:7: note: byref variable will be forcibly initialized 183 | u32 sgid, len, nr_attrs, chipid; | ^~~~ 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/mm/util.c:512:16: note: byref variable will be forcibly initialized 512 | unsigned long populate; | ^~~~~~~~ /kisskb/src/mm/util.c: In function 'overcommit_policy_handler': /kisskb/src/mm/util.c:800:6: note: byref variable will be forcibly initialized 800 | int new_policy = -1; | ^~~~~~~~~~ /kisskb/src/mm/util.c:799:19: note: byref variable will be forcibly initialized 799 | struct ctl_table t; | ^ /kisskb/src/crypto/acompress.c: In function 'crypto_acomp_report': /kisskb/src/crypto/acompress.c:29:29: note: byref variable will be forcibly initialized 29 | struct crypto_report_acomp racomp; | ^~~~~~ /kisskb/src/arch/powerpc/kernel/time.c: In function 'set_decrementer_max': /kisskb/src/arch/powerpc/kernel/time.c:934:6: note: byref variable will be forcibly initialized 934 | u32 bits = 32; | ^~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/block/blk-mq-sched.c:8: /kisskb/src/block/blk-mq-sched.c: In function 'blk_mq_dispatch_hctx_list': /kisskb/src/block/blk-mq-sched.c:90:12: note: byref variable will be forcibly initialized 90 | LIST_HEAD(hctx_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/block/blk-mq-sched.c: In function '__blk_mq_do_dispatch_sched': /kisskb/src/block/blk-mq-sched.c:123:12: note: byref variable will be forcibly initialized 123 | LIST_HEAD(rq_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/block/blk-mq-sched.c: In function 'blk_mq_do_dispatch_ctx': /kisskb/src/block/blk-mq-sched.c:240:12: note: byref variable will be forcibly initialized 240 | LIST_HEAD(rq_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/block/blk-mq-sched.c: In function '__blk_mq_sched_dispatch_requests': /kisskb/src/block/blk-mq-sched.c:297:12: note: byref variable will be forcibly initialized 297 | LIST_HEAD(rq_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/arch/powerpc/kernel/time.c: In function '__read_persistent_clock': /kisskb/src/arch/powerpc/kernel/time.c:826:18: note: byref variable will be forcibly initialized 826 | struct rtc_time tm; | ^~ /kisskb/src/mm/shmem.c: In function 'shmem_swapin': /kisskb/src/mm/shmem.c:1511:24: note: byref variable will be forcibly initialized 1511 | struct vm_area_struct pvma; | ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_alloc_page': /kisskb/src/mm/shmem.c:1575:24: note: byref variable will be forcibly initialized 1575 | struct vm_area_struct pvma; | ^~~~ In file included from /kisskb/src/include/linux/mm.h:21, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:6, from /kisskb/src/include/linux/blk-mq.h:5, from /kisskb/src/block/blk-mq-sched.c:9: /kisskb/src/block/blk-mq-sched.c: In function 'percpu_ref_get_many': /kisskb/src/include/linux/percpu-refcount.h:200:26: note: byref variable will be forcibly initialized 200 | unsigned long __percpu *percpu_count; | ^~~~~~~~~~~~ /kisskb/src/block/blk-mq-sched.c: In function 'percpu_ref_put_many': /kisskb/src/include/linux/percpu-refcount.h:328:26: note: byref variable will be forcibly initialized 328 | unsigned long __percpu *percpu_count; | ^~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/time.c: In function 'update_persistent_clock64': /kisskb/src/arch/powerpc/kernel/time.c:814:18: note: byref variable will be forcibly initialized 814 | struct rtc_time tm; | ^~ 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:413:11: note: byref variable will be forcibly initialized 413 | 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/time.c: In function 'time_init': /kisskb/src/arch/powerpc/kernel/time.c:981:20: note: byref variable will be forcibly initialized 981 | struct div_result res; | ^~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/block/blk-mq-sched.c:8: /kisskb/src/block/blk-mq-sched.c: In function 'blk_mq_sched_insert_request': /kisskb/src/block/blk-mq-sched.c:465:13: note: byref variable will be forcibly initialized 465 | 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/cmac.c: In function 'cmac_create': /kisskb/src/crypto/cmac.c:229:6: note: byref variable will be forcibly initialized 229 | u32 mask; | ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_add_to_page_cache': /kisskb/src/mm/shmem.c:696:17: note: byref variable will be forcibly initialized 696 | XA_STATE_ORDER(xas, &mapping->i_pages, index, compound_order(page)); | ^~~ /kisskb/src/include/linux/xarray.h:1365:18: note: in definition of macro 'XA_STATE_ORDER' 1365 | struct xa_state name = __XA_STATE(array, \ | ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_swapin_page': /kisskb/src/mm/shmem.c:1718:15: note: byref variable will be forcibly initialized 1718 | struct page *page; | ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_unuse_swap_entries': /kisskb/src/mm/shmem.c:1221:16: note: byref variable will be forcibly initialized 1221 | struct page *page = pvec.pages[i]; | ^~~~ 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_find_swap_entries': /kisskb/src/mm/shmem.c:1170:11: note: byref variable will be forcibly initialized 1170 | 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:1250:10: note: byref variable will be forcibly initialized 1250 | pgoff_t indices[PAGEVEC_SIZE]; | ^~~~~~~ /kisskb/src/mm/shmem.c:1249:17: note: byref variable will be forcibly initialized 1249 | struct pagevec pvec; | ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_show_mpol': /kisskb/src/mm/shmem.c:1458:7: note: byref variable will be forcibly initialized 1458 | char buffer[64]; | ^~~~~~ /kisskb/src/mm/shmem.c: In function 'shmem_get_inode': /kisskb/src/mm/shmem.c:2284:8: note: byref variable will be forcibly initialized 2284 | ino_t ino; | ^~~ /kisskb/src/block/ioctl.c: In function 'blkdev_pr_register': /kisskb/src/block/ioctl.c:259:25: note: byref variable will be forcibly initialized 259 | struct pr_registration reg; | ^~~ /kisskb/src/block/ioctl.c: In function 'blkdev_pr_reserve': /kisskb/src/block/ioctl.c:277:24: note: byref variable will be forcibly initialized 277 | struct pr_reservation rsv; | ^~~ /kisskb/src/block/ioctl.c: In function 'blkdev_pr_release': /kisskb/src/block/ioctl.c:295:24: note: byref variable will be forcibly initialized 295 | struct pr_reservation rsv; | ^~~ /kisskb/src/block/ioctl.c: In function 'blkdev_pr_preempt': /kisskb/src/block/ioctl.c:313:20: note: byref variable will be forcibly initialized 313 | struct pr_preempt p; | ^ /kisskb/src/block/ioctl.c: In function 'blkdev_pr_clear': /kisskb/src/block/ioctl.c:331:18: note: byref variable will be forcibly initialized 331 | struct pr_clear c; | ^ /kisskb/src/block/ioctl.c: In function 'blkdev_getgeo': /kisskb/src/block/ioctl.c:378:21: note: byref variable will be forcibly initialized 378 | struct hd_geometry geo; | ^~~ /kisskb/src/block/ioctl.c: In function 'blkpg_do_ioctl': /kisskb/src/block/ioctl.c:20:25: note: byref variable will be forcibly initialized 20 | struct blkpg_partition p; | ^ /kisskb/src/mm/shmem.c: In function 'shmem_parse_one': /kisskb/src/mm/shmem.c:3339:8: note: byref variable will be forcibly initialized 3339 | char *rest; | ^~~~ /kisskb/src/mm/shmem.c:3337:25: note: byref variable will be forcibly initialized 3337 | struct fs_parse_result result; | ^~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/dlpar.c: In function 'dlpar_parse_id_type': /kisskb/src/arch/powerpc/platforms/pseries/dlpar.c:457:13: note: byref variable will be forcibly initialized 457 | u32 count, index; | ^~~~~ /kisskb/src/arch/powerpc/platforms/pseries/dlpar.c:457:6: note: byref variable will be forcibly initialized 457 | u32 count, index; | ^~~~~ /kisskb/src/arch/powerpc/platforms/pseries/dlpar.c: In function 'dlpar_acquire_drc': /kisskb/src/arch/powerpc/platforms/pseries/dlpar.c:290:6: note: byref variable will be forcibly initialized 290 | int dr_status, rc; | ^~~~~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/dlpar.c: In function 'dlpar_release_drc': /kisskb/src/arch/powerpc/platforms/pseries/dlpar.c:311:6: note: byref variable will be forcibly initialized 311 | int dr_status, rc; | ^~~~~~~~~ /kisskb/src/block/ioctl.c: In function 'blk_ioctl_discard': /kisskb/src/block/ioctl.c:113:11: note: byref variable will be forcibly initialized 113 | uint64_t range[2]; | ^~~~~ /kisskb/src/arch/powerpc/platforms/pseries/dlpar.c: In function 'dlpar_unisolate_drc': /kisskb/src/mm/shmem.c: In function 'shmem_getpage_gfp': /kisskb/src/arch/powerpc/platforms/pseries/dlpar.c:332:6: note: byref variable will be forcibly initialized 332 | int dr_status, rc; | ^~~~~~~~~ /kisskb/src/mm/shmem.c:1819:15: note: byref variable will be forcibly initialized 1819 | struct page *page; | ^~~~ /kisskb/src/crypto/scompress.c: In function 'crypto_scomp_report': /kisskb/src/crypto/scompress.c:44:28: note: byref variable will be forcibly initialized 44 | struct crypto_report_comp rscomp; | ^~~~~~ /kisskb/src/block/ioctl.c: In function 'blk_ioctl_zeroout': /kisskb/src/block/ioctl.c:155:11: note: byref variable will be forcibly initialized 155 | uint64_t range[2]; | ^~~~~ /kisskb/src/arch/powerpc/platforms/pseries/dlpar.c: In function 'dlpar_store': /kisskb/src/arch/powerpc/platforms/pseries/dlpar.c:530:8: note: byref variable will be forcibly initialized 530 | char *args; | ^~~~ /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/mm/shmem.c: In function 'shmem_undo_range': /kisskb/src/mm/shmem.c:978:16: note: byref variable will be forcibly initialized 978 | struct page *page = NULL; | ^~~~ /kisskb/src/mm/shmem.c:963:16: note: byref variable will be forcibly initialized 963 | struct page *page = NULL; | ^~~~ /kisskb/src/mm/shmem.c:923:10: note: byref variable will be forcibly initialized 923 | pgoff_t indices[PAGEVEC_SIZE]; | ^~~~~~~ /kisskb/src/mm/shmem.c:922:17: note: byref variable will be forcibly initialized 922 | 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:1149:4: note: in expansion of macro 'wait_var_event' 1149 | wait_var_event(&info->stop_eviction, | ^~~~~~~~~~~~~~ /kisskb/src/mm/shmem.c: In function 'shmem_symlink': /kisskb/src/mm/shmem.c:3031:15: note: byref variable will be forcibly initialized 3031 | struct page *page; | ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_get_link': /kisskb/src/mm/shmem.c:3089:15: note: byref variable will be forcibly initialized 3089 | struct page *page = NULL; | ^~~~ /kisskb/src/mm/shmem.c: In function 'shmem_fallocate': /kisskb/src/mm/shmem.c:2724:16: note: byref variable will be forcibly initialized 2724 | struct page *page; | ^~~~ 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:2657:35: note: byref variable will be forcibly initialized 2657 | DECLARE_WAIT_QUEUE_HEAD_ONSTACK(shmem_falloc_waitq); | ^~~~~~~~~~~~~~~~~~ /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/mm/shmem.c:2644:22: note: byref variable will be forcibly initialized 2644 | struct shmem_falloc shmem_falloc; | ^~~~~~~~~~~~ /kisskb/src/fs/crypto/keysetup.c: In function 'setup_per_mode_enc_key': /kisskb/src/fs/crypto/keysetup.c:175:5: note: byref variable will be forcibly initialized 175 | u8 hkdf_info[sizeof(mode_num) + sizeof(sb->s_uuid)]; | ^~~~~~~~~ /kisskb/src/fs/crypto/keysetup.c:174:5: note: byref variable will be forcibly initialized 174 | u8 mode_key[FSCRYPT_MAX_KEY_SIZE]; | ^~~~~~~~ /kisskb/src/mm/shmem.c: In function 'shmem_file_read_iter': /kisskb/src/mm/shmem.c:2532:16: note: byref variable will be forcibly initialized 2532 | struct page *page = NULL; | ^~~~ /kisskb/src/block/genhd.c: In function 'set_capacity_and_notify': /kisskb/src/block/genhd.c:73:8: note: byref variable will be forcibly initialized 73 | char *envp[] = { "RESIZE=1", NULL }; | ^~~~ /kisskb/src/block/genhd.c: In function 'set_disk_ro_uevent': /kisskb/src/block/genhd.c:1395:8: note: byref variable will be forcibly initialized 1395 | char *envp[] = { event, NULL }; | ^~~~ /kisskb/src/block/genhd.c:1394:7: note: byref variable will be forcibly initialized 1394 | char event[] = "DISK_RO=1"; | ^~~~~ /kisskb/src/fs/crypto/keysetup.c: In function 'fscrypt_setup_v2_file_key': /kisskb/src/fs/crypto/keysetup.c:341:6: note: byref variable will be forcibly initialized 341 | u8 derived_key[FSCRYPT_MAX_KEY_SIZE]; | ^~~~~~~~~~~ /kisskb/src/block/genhd.c: In function 'bdevt_str': /kisskb/src/block/genhd.c:345:8: note: byref variable will be forcibly initialized 345 | char tbuf[BDEVT_SIZE]; | ^~~~ /kisskb/src/fs/crypto/keysetup.c: In function 'setup_file_encryption_key': /kisskb/src/fs/crypto/keysetup.c:421:31: note: byref variable will be forcibly initialized 421 | struct fscrypt_key_specifier mk_spec; | ^~~~~~~ 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:2083:21: note: byref variable will be forcibly initialized 2083 | DEFINE_WAIT_FUNC(shmem_fault_wait, synchronous_wake_function); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/mm/shmem.c:2053:13: note: byref variable will be forcibly initialized 2053 | vm_fault_t ret = VM_FAULT_LOCKED; | ^~~ /kisskb/src/mm/shmem.c: In function 'shmem_read_mapping_page_gfp': /kisskb/src/fs/crypto/keysetup.c: In function 'fscrypt_setup_encryption_info': /kisskb/src/fs/crypto/keysetup.c:542:14: note: byref variable will be forcibly initialized 542 | struct key *master_key = NULL; | ^~~~~~~~~~ /kisskb/src/mm/shmem.c:4164:15: note: byref variable will be forcibly initialized 4164 | struct page *page; | ^~~~ /kisskb/src/fs/crypto/keysetup.c: In function 'fscrypt_prepare_new_inode': /kisskb/src/fs/crypto/keysetup.c:691:5: note: byref variable will be forcibly initialized 691 | u8 nonce[FSCRYPT_FILE_NONCE_SIZE]; | ^~~~~ 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/shmem.c:807:11: note: byref variable will be forcibly initialized 807 | 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/fs/crypto/keysetup.c: In function 'fscrypt_get_encryption_info': /kisskb/src/fs/crypto/keysetup.c:626:23: note: byref variable will be forcibly initialized 626 | union fscrypt_policy policy; | ^~~~~~ /kisskb/src/fs/crypto/keysetup.c:625:24: note: byref variable will be forcibly initialized 625 | union fscrypt_context ctx; | ^~~ /kisskb/src/block/genhd.c: In function 'disk_uevent': /kisskb/src/block/genhd.c:357:16: note: byref variable will be forcibly initialized 357 | unsigned long idx; | ^~~ /kisskb/src/mm/shmem.c: In function 'shmem_unlock_mapping': /kisskb/src/mm/shmem.c:868:10: note: byref variable will be forcibly initialized 868 | pgoff_t index = 0; | ^~~~~ /kisskb/src/mm/shmem.c:867:17: note: byref variable will be forcibly initialized 867 | struct pagevec pvec; | ^~~~ /kisskb/src/block/genhd.c: In function 'part_stat_show': /kisskb/src/block/genhd.c:917:20: note: byref variable will be forcibly initialized 917 | struct disk_stats stat; | ^~~~ /kisskb/src/block/genhd.c: In function 'part_inflight_show': /kisskb/src/block/genhd.c:961:15: note: byref variable will be forcibly initialized 961 | unsigned int inflight[2]; | ^~~~~~~~ /kisskb/src/block/genhd.c: In function 'printk_all_partitions': /kisskb/src/block/genhd.c:717:17: note: byref variable will be forcibly initialized 717 | unsigned long idx; | ^~~ /kisskb/src/block/genhd.c:716:8: note: byref variable will be forcibly initialized 716 | char devt_buf[BDEVT_SIZE]; | ^~~~~~~~ /kisskb/src/block/genhd.c:709:24: note: byref variable will be forcibly initialized 709 | struct class_dev_iter iter; | ^~~~ /kisskb/src/block/genhd.c: In function 'blk_lookup_devt': /kisskb/src/block/genhd.c:1260:24: note: byref variable will be forcibly initialized 1260 | struct class_dev_iter iter; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/vmscan.h:498, from /kisskb/src/mm/vmscan.c:63: /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_kswapd_sleep': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:47:1: note: in expansion of macro 'TRACE_EVENT' 47 | TRACE_EVENT(mm_vmscan_kswapd_sleep, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_kswapd_wake': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:64:1: note: in expansion of macro 'TRACE_EVENT' 64 | TRACE_EVENT(mm_vmscan_kswapd_wake, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_wakeup_kswapd': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:87:1: note: in expansion of macro 'TRACE_EVENT' 87 | TRACE_EVENT(mm_vmscan_wakeup_kswapd, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_direct_reclaim_begin_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/vmscan.h:113:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 113 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_begin_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_direct_reclaim_end_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/vmscan.h:157:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 157 | DECLARE_EVENT_CLASS(mm_vmscan_direct_reclaim_end_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_shrink_slab_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:197:1: note: in expansion of macro 'TRACE_EVENT' 197 | TRACE_EVENT(mm_shrink_slab_start, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_shrink_slab_end': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:242:1: note: in expansion of macro 'TRACE_EVENT' 242 | TRACE_EVENT(mm_shrink_slab_end, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_lru_isolate': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:279:1: note: in expansion of macro 'TRACE_EVENT' 279 | TRACE_EVENT(mm_vmscan_lru_isolate, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_lru_shrink_inactive': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:351:1: note: in expansion of macro 'TRACE_EVENT' 351 | TRACE_EVENT(mm_vmscan_lru_shrink_inactive, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_lru_shrink_active': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:402:1: note: in expansion of macro 'TRACE_EVENT' 402 | TRACE_EVENT(mm_vmscan_lru_shrink_active, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_node_reclaim_begin': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:438:1: note: in expansion of macro 'TRACE_EVENT' 438 | TRACE_EVENT(mm_vmscan_node_reclaim_begin, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_throttled': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:469:1: note: in expansion of macro 'TRACE_EVENT' 469 | TRACE_EVENT(mm_vmscan_throttled, | ^~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'trace_event_raw_event_mm_vmscan_writepage': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vmscan.h:328:1: note: in expansion of macro 'TRACE_EVENT' 328 | TRACE_EVENT(mm_vmscan_writepage, | ^~~~~~~~~~~ /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 = { | ^~ /kisskb/src/mm/vmscan.c: In function 'page_check_references': /kisskb/src/mm/vmscan.c:1341:16: note: byref variable will be forcibly initialized 1341 | unsigned long vm_flags; | ^~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'pageout': /kisskb/src/mm/vmscan.c:1166:28: note: byref variable will be forcibly initialized 1166 | struct writeback_control wbc = { | ^~~ /kisskb/src/mm/vmscan.c: In function 'demote_page_list': /kisskb/src/mm/vmscan.c:1446:15: note: byref variable will be forcibly initialized 1446 | unsigned int nr_succeeded; | ^~~~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'shrink_page_list': /kisskb/src/mm/vmscan.c:1492:15: note: byref variable will be forcibly initialized 1492 | bool dirty, writeback, may_enter_fs; | ^~~~~~~~~ /kisskb/src/mm/vmscan.c:1492:8: note: byref variable will be forcibly initialized 1492 | bool dirty, writeback, may_enter_fs; | ^~~~~ 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:1478:12: note: byref variable will be forcibly initialized 1478 | 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:1477:12: note: byref variable will be forcibly initialized 1477 | 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:1476:12: note: byref variable will be forcibly initialized 1476 | 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) | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/mm/vmscan.c:15: /kisskb/src/mm/vmscan.c: In function 'throttle_direct_reclaim': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:882:2: note: in expansion of macro '___wait_event' 882 | ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:904:11: note: in expansion of macro '__wait_event_killable' 904 | __ret = __wait_event_killable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmscan.c:3731:3: note: in expansion of macro 'wait_event_killable' 3731 | wait_event_killable(zone->zone_pgdat->pfmemalloc_wait, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmscan.c:3727:3: note: in expansion of macro 'wait_event_interruptible_timeout' 3727 | wait_event_interruptible_timeout(pgdat->pfmemalloc_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/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:2271:12: note: byref variable will be forcibly initialized 2271 | 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/mm/vmscan.c: In function 'reclaim_clean_pages_from_list': /kisskb/src/mm/vmscan.c:1934:12: note: byref variable will be forcibly initialized 1934 | 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:1931:22: note: byref variable will be forcibly initialized 1931 | 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: In function 'isolate_lru_pages': /kisskb/src/mm/vmscan.c:2086:12: note: byref variable will be forcibly initialized 2086 | 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/mm/vmscan.c: In function 'shrink_inactive_list': /kisskb/src/mm/vmscan.c:2356:22: note: byref variable will be forcibly initialized 2356 | struct reclaim_stat stat; | ^~~~ /kisskb/src/mm/vmscan.c:2353:16: note: byref variable will be forcibly initialized 2353 | unsigned long nr_scanned; | ^~~~~~~~~~ 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:2352:12: note: byref variable will be forcibly initialized 2352 | 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:2466:12: note: byref variable will be forcibly initialized 2466 | 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:2465:12: note: byref variable will be forcibly initialized 2465 | 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:2464:12: note: byref variable will be forcibly initialized 2464 | 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/mm/vmscan.c:2463:16: note: byref variable will be forcibly initialized 2463 | unsigned long vm_flags; | ^~~~~~~~ /kisskb/src/mm/vmscan.c:2462:16: note: byref variable will be forcibly initialized 2462 | unsigned long nr_scanned; | ^~~~~~~~~~ /kisskb/src/mm/vmscan.c: In function 'shrink_lruvec': /kisskb/src/mm/vmscan.c:2907:18: note: byref variable will be forcibly initialized 2907 | struct blk_plug plug; | ^~~~ /kisskb/src/mm/vmscan.c:2901:16: note: byref variable will be forcibly initialized 2901 | unsigned long nr[NR_LRU_LISTS]; | ^~ /kisskb/src/mm/vmscan.c: In function 'reclaim_pages': /kisskb/src/mm/vmscan.c:2556:22: note: byref variable will be forcibly initialized 2556 | 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:2555:12: note: byref variable will be forcibly initialized 2555 | 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/block/badblocks.c: In function 'badblocks_store': /kisskb/src/block/badblocks.c:522:7: note: byref variable will be forcibly initialized 522 | char newline; | ^~~~~~~ /kisskb/src/block/badblocks.c:521:6: note: byref variable will be forcibly initialized 521 | int length; | ^~~~~~ /kisskb/src/block/badblocks.c:520:21: note: byref variable will be forcibly initialized 520 | unsigned long long sector; | ^~~~~~ /kisskb/src/crypto/testmgr.c: In function 'valid_testvec_config': /kisskb/src/crypto/testmgr.c:486:6: note: byref variable will be forcibly initialized 486 | int flags = 0; | ^~~~~ /kisskb/src/crypto/testmgr.c: In function 'test_akcipher_one': /kisskb/src/crypto/testmgr.c:3925:31: note: byref variable will be forcibly initialized 3925 | struct scatterlist src, dst, src_tab[3]; | ^~~~~~~ /kisskb/src/crypto/testmgr.c:3925:26: note: byref variable will be forcibly initialized 3925 | struct scatterlist src, dst, src_tab[3]; | ^~~ /kisskb/src/crypto/testmgr.c:3925:21: note: byref variable will be forcibly initialized 3925 | struct scatterlist src, dst, src_tab[3]; | ^~~ /kisskb/src/crypto/testmgr.c:3922:21: note: byref variable will be forcibly initialized 3922 | struct crypto_wait wait; | ^~~~ /kisskb/src/crypto/testmgr.c:3918:8: note: byref variable will be forcibly initialized 3918 | char *xbuf[XBUFSIZE]; | ^~~~ /kisskb/src/crypto/testmgr.c: In function 'drbg_cavs_test': /kisskb/src/crypto/testmgr.c:3644:34: note: byref variable will be forcibly initialized 3644 | struct drbg_string addtl, pers, testentropy; | ^~~~~~~~~~~ /kisskb/src/crypto/testmgr.c:3644:28: note: byref variable will be forcibly initialized 3644 | struct drbg_string addtl, pers, testentropy; | ^~~~ /kisskb/src/crypto/testmgr.c:3644:21: note: byref variable will be forcibly initialized 3644 | struct drbg_string addtl, pers, testentropy; | ^~~~~ /kisskb/src/security/keys/request_key.c: In function 'construct_get_dest_keyring': /kisskb/src/security/keys/request_key.c:266:14: note: byref variable will be forcibly initialized 266 | struct key *dest_keyring = *_dest_keyring, *authkey; | ^~~~~~~~~~~~ /kisskb/src/security/keys/process_keys.c: In function 'look_up_user_keyrings': /kisskb/src/security/keys/process_keys.c:83:7: note: byref variable will be forcibly initialized 83 | char buf[20]; | ^~~ /kisskb/src/security/keys/request_key.c: In function 'construct_alloc_key': /kisskb/src/security/keys/request_key.c:372:27: note: byref variable will be forcibly initialized 372 | struct assoc_array_edit *edit = NULL; | ^~~~ /kisskb/src/crypto/testmgr.c: In function 'do_test_kpp': /kisskb/src/crypto/testmgr.c:3743:26: note: byref variable will be forcibly initialized 3743 | struct scatterlist src, dst; | ^~~ /kisskb/src/crypto/testmgr.c:3743:21: note: byref variable will be forcibly initialized 3743 | struct scatterlist src, dst; | ^~~ /kisskb/src/crypto/testmgr.c:3740:21: note: byref variable will be forcibly initialized 3740 | struct crypto_wait wait; | ^~~~ /kisskb/src/security/keys/process_keys.c: In function 'get_user_session_keyring_rcu': /kisskb/src/security/keys/process_keys.c:189:7: note: byref variable will be forcibly initialized 189 | char buf[20]; | ^~~ /kisskb/src/security/keys/request_key.c: In function 'construct_key_and_link': /kisskb/src/security/keys/request_key.c:481:14: note: byref variable will be forcibly initialized 481 | struct key *key; | ^~~ /kisskb/src/security/keys/request_key.c: In function 'call_sbin_request_key': /kisskb/src/security/keys/request_key.c:124:7: note: byref variable will be forcibly initialized 124 | char desc[20]; | ^~~~ /kisskb/src/security/keys/request_key.c:123:20: note: byref variable will be forcibly initialized 123 | char key_str[12], keyring_str[3][12]; | ^~~~~~~~~~~ /kisskb/src/security/keys/request_key.c:123:7: note: byref variable will be forcibly initialized 123 | char key_str[12], keyring_str[3][12]; | ^~~~~~~ /kisskb/src/security/keys/request_key.c:122:40: note: byref variable will be forcibly initialized 122 | char *argv[9], *envp[3], uid_str[12], gid_str[12]; | ^~~~~~~ /kisskb/src/security/keys/request_key.c:122:27: note: byref variable will be forcibly initialized 122 | char *argv[9], *envp[3], uid_str[12], gid_str[12]; | ^~~~~~~ /kisskb/src/security/keys/request_key.c:122:18: note: byref variable will be forcibly initialized 122 | char *argv[9], *envp[3], uid_str[12], gid_str[12]; | ^~~~ /kisskb/src/security/keys/request_key.c:122:8: note: byref variable will be forcibly initialized 122 | char *argv[9], *envp[3], uid_str[12], gid_str[12]; | ^~~~ /kisskb/src/security/keys/request_key.c:121:58: note: byref variable will be forcibly initialized 121 | struct key *key = rka->target_key, *keyring, *session, *user_session; | ^~~~~~~~~~~~ /kisskb/src/crypto/testmgr.c: In function 'test_cprng': /kisskb/src/crypto/testmgr.c:3449:7: note: byref variable will be forcibly initialized 3449 | char result[32]; | ^~~~~~ /kisskb/src/security/keys/process_keys.c: In function 'lookup_user_key': /kisskb/src/security/keys/process_keys.c:621:20: note: byref variable will be forcibly initialized 621 | struct key *key, *user_session; | ^~~~~~~~~~~~ /kisskb/src/security/keys/process_keys.c:621:14: note: byref variable will be forcibly initialized 621 | struct key *key, *user_session; | ^~~ /kisskb/src/crypto/testmgr.c: In function 'test_acomp': /kisskb/src/crypto/testmgr.c:3284:21: note: byref variable will be forcibly initialized 3284 | struct crypto_wait wait; | ^~~~ /kisskb/src/crypto/testmgr.c:3282:26: note: byref variable will be forcibly initialized 3282 | struct scatterlist src, dst; | ^~~ /kisskb/src/crypto/testmgr.c:3282:21: note: byref variable will be forcibly initialized 3282 | struct scatterlist src, dst; | ^~~ /kisskb/src/crypto/testmgr.c: In function 'test_comp': /kisskb/src/crypto/testmgr.c:3234:16: note: byref variable will be forcibly initialized 3234 | unsigned int dlen = COMP_BUF_SIZE; | ^~~~ /kisskb/src/crypto/testmgr.c:3189:16: note: byref variable will be forcibly initialized 3189 | unsigned int dlen = COMP_BUF_SIZE; | ^~~~ /kisskb/src/crypto/xcbc.c: In function 'crypto_xcbc_digest_setkey': /kisskb/src/crypto/xcbc.c:58:5: note: byref variable will be forcibly initialized 58 | u8 key1[XCBC_BLOCKSIZE]; | ^~~~ /kisskb/src/crypto/testmgr.c: In function 'build_hash_sglist': /kisskb/src/crypto/testmgr.c:1132:18: note: byref variable will be forcibly initialized 1132 | struct iov_iter input; | ^~~~~ /kisskb/src/crypto/testmgr.c:1131:14: note: byref variable will be forcibly initialized 1131 | struct kvec kv; | ^~ /kisskb/src/crypto/testmgr.c: In function 'test_shash_vec_cfg': /kisskb/src/crypto/testmgr.c:804:21: note: byref variable will be forcibly initialized 804 | const u8 *keybuf, *keyptr; \ | ^~~~~~ /kisskb/src/crypto/testmgr.c:1191:9: note: in expansion of macro 'do_setkey' 1191 | err = do_setkey(crypto_shash_setkey, tfm, vec->key, vec->ksize, | ^~~~~~~~~ /kisskb/src/crypto/testmgr.c:804:12: note: byref variable will be forcibly initialized 804 | const u8 *keybuf, *keyptr; \ | ^~~~~~ /kisskb/src/crypto/testmgr.c:1191:9: note: in expansion of macro 'do_setkey' 1191 | err = do_setkey(crypto_shash_setkey, tfm, vec->key, vec->ksize, | ^~~~~~~~~ /kisskb/src/crypto/testmgr.c:1186:5: note: byref variable will be forcibly initialized 1186 | u8 result[HASH_MAX_DIGESTSIZE + TESTMGR_POISON_LEN]; | ^~~~~~ /kisskb/src/crypto/testmgr.c:1184:33: note: byref variable will be forcibly initialized 1184 | const struct test_sg_division *divs[XBUFSIZE]; | ^~~~ /kisskb/src/crypto/xcbc.c: In function 'xcbc_create': /kisskb/src/crypto/xcbc.c:195:6: note: byref variable will be forcibly initialized 195 | u32 mask; | ^~~~ /kisskb/src/crypto/testmgr.c: In function 'build_cipher_test_sglists': /kisskb/src/crypto/testmgr.c:750:18: note: byref variable will be forcibly initialized 750 | struct iov_iter input; | ^~~~~ /kisskb/src/crypto/testmgr.c: In function 'test_ahash_vec_cfg': /kisskb/src/crypto/testmgr.c:804:21: note: byref variable will be forcibly initialized 804 | const u8 *keybuf, *keyptr; \ | ^~~~~~ /kisskb/src/crypto/testmgr.c:1379:9: note: in expansion of macro 'do_setkey' 1379 | err = do_setkey(crypto_ahash_setkey, tfm, vec->key, vec->ksize, | ^~~~~~~~~ /kisskb/src/crypto/testmgr.c:804:12: note: byref variable will be forcibly initialized 804 | const u8 *keybuf, *keyptr; \ | ^~~~~~ /kisskb/src/crypto/testmgr.c:1379:9: note: in expansion of macro 'do_setkey' 1379 | err = do_setkey(crypto_ahash_setkey, tfm, vec->key, vec->ksize, | ^~~~~~~~~ /kisskb/src/crypto/testmgr.c:1374:5: note: byref variable will be forcibly initialized 1374 | u8 result[HASH_MAX_DIGESTSIZE + TESTMGR_POISON_LEN]; | ^~~~~~ In file included from /kisskb/src/include/crypto/aead.h:11, from /kisskb/src/crypto/testmgr.c:19: /kisskb/src/crypto/testmgr.c:1370:22: note: byref variable will be forcibly initialized 1370 | 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/crypto/testmgr.c:1369:33: note: byref variable will be forcibly initialized 1369 | const struct test_sg_division *divs[XBUFSIZE]; | ^~~~ /kisskb/src/crypto/testmgr.c: In function 'test_hash_vec': /kisskb/src/crypto/testmgr.c:1552:7: note: byref variable will be forcibly initialized 1552 | char vec_name[16]; | ^~~~~~~~ /kisskb/src/crypto/testmgr.c: In function '__alg_test_hash': /kisskb/src/crypto/testmgr.c:1799:21: note: byref variable will be forcibly initialized 1799 | struct shash_desc *desc = NULL; | ^~~~ /kisskb/src/crypto/testmgr.c:1798:23: note: byref variable will be forcibly initialized 1798 | struct crypto_shash *stfm = NULL; | ^~~~ /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; | ^ In file included from /kisskb/src/crypto/testmgr.c:20: /kisskb/src/crypto/testmgr.c: In function 'alg_test_crc32c': /kisskb/src/include/crypto/hash.h:166:7: note: byref variable will be forcibly initialized 166 | char __##shash##_desc[sizeof(struct shash_desc) + HASH_MAX_DESCSIZE] \ | ^~ /kisskb/src/crypto/testmgr.c:3592:3: note: in expansion of macro 'SHASH_DESC_ON_STACK' 3592 | SHASH_DESC_ON_STACK(shash, tfm); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/testmgr.c:3568:9: note: byref variable will be forcibly initialized 3568 | __le32 val; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/printk.h:37, from /kisskb/src/kernel/printk/printk.c:56: /kisskb/src/kernel/printk/printk.c: In function 'trace_event_raw_event_console': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/printk.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(console, | ^~~~~~~~~~~ /kisskb/src/crypto/testmgr.c: In function 'test_aead_vec_cfg': /kisskb/src/crypto/testmgr.c:2062:8: note: byref variable will be forcibly initialized 2062 | char expected_error[32]; | ^~~~~~~~~~~~~~ /kisskb/src/crypto/testmgr.c:804:21: note: byref variable will be forcibly initialized 804 | const u8 *keybuf, *keyptr; \ | ^~~~~~ /kisskb/src/crypto/testmgr.c:1947:8: note: in expansion of macro 'do_setkey' 1947 | err = do_setkey(crypto_aead_setkey, tfm, vec->key, vec->klen, | ^~~~~~~~~ /kisskb/src/crypto/testmgr.c:804:12: note: byref variable will be forcibly initialized 804 | const u8 *keybuf, *keyptr; \ | ^~~~~~ /kisskb/src/crypto/testmgr.c:1947:8: note: in expansion of macro 'do_setkey' 1947 | err = do_setkey(crypto_aead_setkey, tfm, vec->key, vec->klen, | ^~~~~~~~~ /kisskb/src/crypto/testmgr.c:1938:14: note: byref variable will be forcibly initialized 1938 | struct kvec input[2]; | ^~~~~ /kisskb/src/crypto/testmgr.c:1934:5: note: byref variable will be forcibly initialized 1934 | u8 _iv[3 * (MAX_ALGAPI_ALIGNMASK + 1) + MAX_IVLEN]; | ^~~ In file included from /kisskb/src/include/crypto/aead.h:11, from /kisskb/src/crypto/testmgr.c:19: /kisskb/src/crypto/testmgr.c:1933:22: note: byref variable will be forcibly initialized 1933 | 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/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; | ^~~~ /kisskb/src/kernel/printk/printk.c: In function 'info_print_ext_header': /kisskb/src/kernel/printk/printk.c:555:7: note: byref variable will be forcibly initialized 555 | char caller[20]; | ^~~~~~ /kisskb/src/kernel/printk/printk.c: In function 'msg_add_ext_text': /kisskb/src/kernel/printk/printk.c:576:8: note: byref variable will be forcibly initialized 576 | char *p = buf, *e = buf + size; | ^ /kisskb/src/crypto/testmgr.c: In function 'test_aead_vec': /kisskb/src/crypto/testmgr.c:2107:7: note: byref variable will be forcibly initialized 2107 | char vec_name[16]; | ^~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/kernel/printk/printk.c:23: /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/printk/printk.c:736:9: note: in expansion of macro 'wait_event_interruptible' 736 | ret = wait_event_interruptible(log_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/testmgr.c: In function 'test_skcipher_vec_cfg': /kisskb/src/crypto/testmgr.c:804:21: note: byref variable will be forcibly initialized 804 | const u8 *keybuf, *keyptr; \ | ^~~~~~ /kisskb/src/crypto/testmgr.c:2712:8: note: in expansion of macro 'do_setkey' 2712 | err = do_setkey(crypto_skcipher_setkey, tfm, vec->key, vec->klen, | ^~~~~~~~~ /kisskb/src/crypto/testmgr.c:804:12: note: byref variable will be forcibly initialized 804 | const u8 *keybuf, *keyptr; \ | ^~~~~~ /kisskb/src/crypto/testmgr.c:2712:8: note: in expansion of macro 'do_setkey' 2712 | err = do_setkey(crypto_skcipher_setkey, tfm, vec->key, vec->klen, | ^~~~~~~~~ /kisskb/src/kernel/printk/printk.c: In function 'print_caller': /kisskb/src/kernel/printk/printk.c:1268:7: note: byref variable will be forcibly initialized 1268 | char caller[12]; | ^~~~~~ /kisskb/src/crypto/testmgr.c:2703:14: note: byref variable will be forcibly initialized 2703 | struct kvec input; | ^~~~~ /kisskb/src/crypto/testmgr.c:2699:5: note: byref variable will be forcibly initialized 2699 | u8 _iv[3 * (MAX_ALGAPI_ALIGNMASK + 1) + MAX_IVLEN]; | ^~~ In file included from /kisskb/src/include/crypto/aead.h:11, from /kisskb/src/crypto/testmgr.c:19: /kisskb/src/crypto/testmgr.c:2698:22: note: byref variable will be forcibly initialized 2698 | 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/kernel/printk/printk.c: In function 'record_print_text': /kisskb/src/kernel/printk/printk.c:1322:7: note: byref variable will be forcibly initialized 1322 | char prefix[PREFIX_MAX]; | ^~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/arch/powerpc/include/asm/io.h:27, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/of_address.h:7, from /kisskb/src/drivers/phy/samsung/phy-samsung-usb2.c:13: /kisskb/src/drivers/phy/samsung/phy-samsung-usb2.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ 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 'syslog_print': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/printk/printk.c: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/crypto/testmgr.c: In function 'test_skcipher_vec': /kisskb/src/crypto/testmgr.c:2855:7: note: byref variable will be forcibly initialized 2855 | char vec_name[16]; | ^~~~~~~~ /kisskb/src/kernel/printk/printk.c: In function 'get_record_print_text_size': /kisskb/src/kernel/printk/printk.c:1421:7: note: byref variable will be forcibly initialized 1421 | char prefix[PREFIX_MAX]; | ^~~~~~ /kisskb/src/kernel/printk/printk.c: In function 'find_first_fitting_seq': /kisskb/src/kernel/printk/printk.c:1445:15: note: byref variable will be forcibly initialized 1445 | unsigned int line_count; | ^~~~~~~~~~ /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/crypto/testmgr.c: In function 'test_cipher': /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/crypto/testmgr.c:2609:8: note: byref variable will be forcibly initialized 2609 | char *xbuf[XBUFSIZE]; | ^~~~ /kisskb/src/kernel/printk/printk.c: In function 'kmsg_dump_get_buffer': /kisskb/src/kernel/printk/printk.c:3510:23: note: byref variable will be forcibly initialized 3510 | struct printk_record r; | ^ /kisskb/src/kernel/printk/printk.c:3509:21: note: byref variable will be forcibly initialized 3509 | struct printk_info info; | ^~~~ /kisskb/src/kernel/printk/printk.c: In function 'kmsg_dump_get_line': /kisskb/src/kernel/printk/printk.c:3453:23: note: byref variable will be forcibly initialized 3453 | struct printk_record r; | ^ /kisskb/src/kernel/printk/printk.c:3452:15: note: byref variable will be forcibly initialized 3452 | unsigned int line_count; | ^~~~~~~~~~ /kisskb/src/kernel/printk/printk.c:3451:21: note: byref variable will be forcibly initialized 3451 | struct printk_info info; | ^~~~ /kisskb/src/crypto/testmgr.c: In function 'alg_test': /kisskb/src/crypto/testmgr.c:5639:8: note: byref variable will be forcibly initialized 5639 | char nalg[CRYPTO_MAX_ALG_NAME]; | ^~~~ In file included from /kisskb/src/crypto/testmgr.c:25: /kisskb/src/include/linux/once.h:44:18: note: byref variable will be forcibly initialized 44 | unsigned long ___flags; \ | ^~~~~~~~ /kisskb/src/crypto/testmgr.c:5636:2: note: in expansion of macro 'DO_ONCE' 5636 | DO_ONCE(testmgr_onetime_init); | ^~~~~~~ /kisskb/src/kernel/printk/printk.c: In function '_printk': /kisskb/src/kernel/printk/printk.c:2262:10: note: byref variable will be forcibly initialized 2262 | va_list args; | ^~~~ /kisskb/src/kernel/printk/printk.c: In function 'console_setup': /kisskb/src/kernel/printk/printk.c:2377:7: note: byref variable will be forcibly initialized 2377 | char buf[sizeof(console_cmdline[0].name) + 4]; /* 4 for "ttyS" */ | ^~~ /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 '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 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:178:7: note: byref variable will be forcibly initialized 178 | char old_str[DEVKMSG_STR_MAX_SIZE]; | ^~~~~~~ /kisskb/src/kernel/printk/printk.c: In function 'do_syslog': /kisskb/src/kernel/printk/printk.c:1720:17: note: byref variable will be forcibly initialized 1720 | unsigned int line_count; | ^~~~~~~~~~ /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 'vprintk_store': /kisskb/src/kernel/printk/printk.c:2112:10: note: byref variable will be forcibly initialized 2112 | va_list args2; | ^~~~~ /kisskb/src/kernel/printk/printk.c:2111:6: note: byref variable will be forcibly initialized 2111 | u16 reserve_size; | ^~~~~~~~~~~~ /kisskb/src/kernel/printk/printk.c:2109:7: note: byref variable will be forcibly initialized 2109 | char prefix_buf[8]; | ^~~~~~~~~~ /kisskb/src/kernel/printk/printk.c:2108:6: note: byref variable will be forcibly initialized 2108 | u16 trunc_msg_len = 0; | ^~~~~~~~~~~~~ /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:2105:25: note: byref variable will be forcibly initialized 2105 | enum printk_info_flags flags = 0; | ^~~~~ /kisskb/src/kernel/printk/printk.c:2104:28: note: byref variable will be forcibly initialized 2104 | struct prb_reserved_entry e; | ^ /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/kernel/printk/printk.c: In function 'early_printk': /kisskb/src/kernel/printk/printk.c:2313:7: note: byref variable will be forcibly initialized 2313 | char buf[512]; | ^~~ /kisskb/src/kernel/printk/printk.c:2312:10: note: byref variable will be forcibly initialized 2312 | va_list ap; | ^~ /kisskb/src/arch/powerpc/platforms/powernv/smp.c: In function 'pnv_smp_kick_cpu': /kisskb/src/arch/powerpc/platforms/powernv/smp.c:70:10: note: byref variable will be forcibly initialized 70 | uint8_t status; | ^~~~~~ /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_emit': /kisskb/src/kernel/printk/printk.c:643:10: note: byref variable will be forcibly initialized 643 | va_list args; | ^~~~ /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_write': /kisskb/src/kernel/printk/printk.c:697:9: note: byref variable will be forcibly initialized 697 | char *endp = NULL; | ^~~~ /kisskb/src/kernel/printk/printk.c: In function '_printk_deferred': /kisskb/src/kernel/printk/printk.c:3273:10: note: byref variable will be forcibly initialized 3273 | va_list args; | ^~~~ In file included from /kisskb/src/include/crypto/internal/hash.h:12, from /kisskb/src/crypto/hmac.c:15: /kisskb/src/crypto/hmac.c: In function 'hmac_setkey': /kisskb/src/include/crypto/hash.h:166:7: note: byref variable will be forcibly initialized 166 | char __##shash##_desc[sizeof(struct shash_desc) + HASH_MAX_DESCSIZE] \ | ^~ /kisskb/src/crypto/hmac.c:51:2: note: in expansion of macro 'SHASH_DESC_ON_STACK' 51 | SHASH_DESC_ON_STACK(shash, hash); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/crypto/hmac.c: In function 'hmac_create': /kisskb/src/crypto/hmac.c:171:6: note: byref variable will be forcibly initialized 171 | u32 mask; | ^~~~ /kisskb/src/arch/powerpc/kernel/prom.c: In function 'check_cpu_pa_features': /kisskb/src/arch/powerpc/kernel/prom.c:224:6: note: byref variable will be forcibly initialized 224 | int tablelen; | ^~~~~~~~ /kisskb/src/arch/powerpc/kernel/prom.c: In function 'early_init_dt_scan_cpus': /kisskb/src/arch/powerpc/kernel/prom.c:316:6: note: byref variable will be forcibly initialized 316 | int len; | ^~~ /kisskb/src/arch/powerpc/kernel/prom.c: In function 'early_init_drmem_lmb': /kisskb/src/arch/powerpc/kernel/prom.c:477:12: note: byref variable will be forcibly initialized 477 | u64 base, size; | ^~~~ /kisskb/src/arch/powerpc/kernel/prom.c: In function 'early_reserve_mem_dt': /kisskb/src/arch/powerpc/kernel/prom.c:593:6: note: byref variable will be forcibly initialized 593 | int len; | ^~~ /kisskb/src/arch/powerpc/kernel/prom.c: In function 'of_get_ibm_chip_id': /kisskb/src/arch/powerpc/kernel/prom.c:892:7: note: byref variable will be forcibly initialized 892 | u32 chip_id; | ^~~~~~~ /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; | ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, 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/kernel/locking/locktorture.c:22: /kisskb/src/kernel/locking/locktorture.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ 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:78:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' 78 | #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:78:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' 78 | #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } | ^~~~ /kisskb/src/kernel/sched/cputime.c: In function 'kcpustat_field': /kisskb/src/kernel/sched/cputime.c:960:6: note: byref variable will be forcibly initialized 960 | u64 val = cpustat[usage]; | ^~~ /kisskb/src/kernel/sched/cputime.c: In function 'thread_group_cputime': /kisskb/src/kernel/sched/cputime.c:299:15: note: byref variable will be forcibly initialized 299 | unsigned int seq, nextseq; | ^~~ /kisskb/src/kernel/sched/cputime.c:297:13: note: byref variable will be forcibly initialized 297 | u64 utime, stime; | ^~~~~ /kisskb/src/kernel/sched/cputime.c:297:6: note: byref variable will be forcibly initialized 297 | u64 utime, stime; | ^~~~~ /kisskb/src/kernel/sched/cputime.c: In function 'thread_group_cputime_adjusted': /kisskb/src/kernel/sched/cputime.c:625:22: note: byref variable will be forcibly initialized 625 | struct task_cputime cputime; | ^~~~~~~ /kisskb/src/kernel/locking/locktorture.c: In function 'torture_ww_mutex_lock': /kisskb/src/kernel/locking/locktorture.c:406:4: note: byref variable will be forcibly initialized 406 | } locks[3], *ll, *ln; | ^~~~~ 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: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/mm/vmstat.c: In function 'extfrag_show_print': /kisskb/src/mm/vmstat.c:2186:26: note: byref variable will be forcibly initialized 2186 | struct contig_page_info info; | ^~~~ /kisskb/src/mm/vmstat.c: In function 'unusable_show_print': /kisskb/src/mm/vmstat.c:2134:26: note: byref variable will be forcibly initialized 2134 | struct contig_page_info info; | ^~~~ /kisskb/src/kernel/sched/idle.c: In function 'play_idle_precise': /kisskb/src/kernel/sched/idle.c:363:20: note: byref variable will be forcibly initialized 363 | struct idle_timer it; | ^~ /kisskb/src/mm/vmstat.c: In function 'extfrag_for_order': /kisskb/src/mm/vmstat.c:1129:26: note: byref variable will be forcibly initialized 1129 | struct contig_page_info info; | ^~~~ /kisskb/src/mm/vmstat.c: In function 'fragmentation_index': /kisskb/src/mm/vmstat.c:1143:26: note: byref variable will be forcibly initialized 1143 | struct contig_page_info info; | ^~~~ /kisskb/src/arch/powerpc/platforms/pseries/mobility.c: In function 'update_dt_node': /kisskb/src/arch/powerpc/platforms/pseries/mobility.c:156:19: note: byref variable will be forcibly initialized 156 | struct property *prop = NULL; | ^~~~ /kisskb/src/arch/powerpc/platforms/pseries/mobility.c: In function 'poll_vasi_state': /kisskb/src/arch/powerpc/platforms/pseries/mobility.c:371:16: note: byref variable will be forcibly initialized 371 | unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; | ^~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/mobility.c: In function 'wait_for_vasi_session_suspending': /kisskb/src/arch/powerpc/platforms/pseries/mobility.c:398:16: note: byref variable will be forcibly initialized 398 | unsigned long state; | ^~~~~ /kisskb/src/arch/powerpc/platforms/pseries/mobility.c: In function 'pseries_suspend': /kisskb/src/arch/powerpc/platforms/pseries/mobility.c:612:17: note: byref variable will be forcibly initialized 612 | unsigned long vasi_state; | ^~~~~~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/mobility.c:611:31: note: byref variable will be forcibly initialized 611 | struct pseries_suspend_info info; | ^~~~ /kisskb/src/arch/powerpc/platforms/pseries/mobility.c: In function 'do_suspend': /kisskb/src/arch/powerpc/platforms/pseries/mobility.c:468:6: note: byref variable will be forcibly initialized 468 | int status; | ^~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/mobility.c: In function 'migration_store': /kisskb/src/arch/powerpc/platforms/pseries/mobility.c:690:6: note: byref variable will be forcibly initialized 690 | u64 streamid; | ^~~~~~~~ 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:556:29: note: byref variable will be forcibly initialized 556 | 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) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/traps.c: In function 'machine_check_exception': /kisskb/src/arch/powerpc/include/asm/interrupt.h:556:29: note: byref variable will be forcibly initialized 556 | 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:556:29: note: byref variable will be forcibly initialized 556 | 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/arch/powerpc/kernel/traps.c: In function 'performance_monitor_exception_nmi': /kisskb/src/arch/powerpc/include/asm/interrupt.h:556:29: note: byref variable will be forcibly initialized 556 | 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/fs/crypto/keysetup_v1.c: In function 'derive_key_aes': /kisskb/src/fs/crypto/keysetup_v1.c:54:29: note: byref variable will be forcibly initialized 54 | struct scatterlist src_sg, dst_sg; | ^~~~~~ /kisskb/src/fs/crypto/keysetup_v1.c:54:21: note: byref variable will be forcibly initialized 54 | struct scatterlist src_sg, dst_sg; | ^~~~~~ In file included from /kisskb/src/include/crypto/algapi.h:10, from /kisskb/src/fs/crypto/keysetup_v1.c:23: /kisskb/src/fs/crypto/keysetup_v1.c:53:22: note: byref variable will be forcibly initialized 53 | 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/crypto/keysetup_v1.c: In function 'fscrypt_setup_v1_file_key_via_subscribed_keyrings': /kisskb/src/fs/crypto/keysetup_v1.c:301:28: note: byref variable will be forcibly initialized 301 | const struct fscrypt_key *payload; | ^~~~~~~ /kisskb/src/block/disk-events.c: In function 'disk_clear_events': /kisskb/src/block/disk-events.c:231:15: note: byref variable will be forcibly initialized 231 | unsigned int clearing = mask; | ^~~~~~~~ /kisskb/src/block/disk-events.c: In function 'disk_events_poll_msecs_store': /kisskb/src/block/disk-events.c:388:7: note: byref variable will be forcibly initialized 388 | long intv; | ^~~~ /kisskb/src/crypto/sha1_generic.c: In function 'sha1_generic_block_fn': /kisskb/src/crypto/sha1_generic.c:33:6: note: byref variable will be forcibly initialized 33 | u32 temp[SHA1_WORKSPACE_WORDS]; | ^~~~ /kisskb/src/arch/powerpc/kernel/setup-common.c: In function 'smp_setup_cpu_maps': /kisskb/src/arch/powerpc/kernel/setup-common.c:452:10: note: byref variable will be forcibly initialized 452 | int j, len; | ^~~ /kisskb/src/arch/powerpc/kernel/setup-common.c:451:10: note: byref variable will be forcibly initialized 451 | __be32 cpu_be; | ^~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/subcore.c: In function 'store_subcores_per_core': /kisskb/src/arch/powerpc/platforms/powernv/subcore.c:378:16: note: byref variable will be forcibly initialized 378 | unsigned long val; | ^~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:6, from /kisskb/src/block/blk-ia-ranges.c:8: /kisskb/src/block/blk-ia-ranges.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/block/bsg.c: In function 'bsg_sg_io': /kisskb/src/block/bsg.c:59:18: note: byref variable will be forcibly initialized 59 | struct sg_io_v4 hdr; | ^~~ /kisskb/src/block/bsg.c: In function 'bsg_init': /kisskb/src/block/bsg.c:242:8: note: byref variable will be forcibly initialized 242 | dev_t devid; | ^~~~~ /kisskb/src/mm/backing-dev.c: In function 'max_ratio_store': /kisskb/src/mm/backing-dev.c:186:15: note: byref variable will be forcibly initialized 186 | unsigned int ratio; | ^~~~~ /kisskb/src/mm/backing-dev.c: In function 'min_ratio_store': /kisskb/src/mm/backing-dev.c:167:15: note: byref variable will be forcibly initialized 167 | unsigned int ratio; | ^~~~~ /kisskb/src/mm/backing-dev.c: In function 'read_ahead_kb_store': /kisskb/src/mm/backing-dev.c:139:16: note: byref variable will be forcibly initialized 139 | unsigned long read_ahead_kb; | ^~~~~~~~~~~~~ /kisskb/src/mm/backing-dev.c: In function 'bdi_debug_stats_show': /kisskb/src/mm/backing-dev.c:55:16: note: byref variable will be forcibly initialized 55 | unsigned long dirty_thresh; | ^~~~~~~~~~~~ /kisskb/src/mm/backing-dev.c:54:16: note: byref variable will be forcibly initialized 54 | unsigned long background_thresh; | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/udbg.c: In function 'udbg_printf': /kisskb/src/arch/powerpc/kernel/udbg.c:125:11: note: byref variable will be forcibly initialized 125 | va_list args; | ^~~~ /kisskb/src/arch/powerpc/kernel/udbg.c:124:8: note: byref variable will be forcibly initialized 124 | char buf[UDBG_BUFSIZE]; | ^~~ /kisskb/src/mm/backing-dev.c: In function 'bdi_register_va': /kisskb/src/mm/backing-dev.c:875:18: note: byref variable will be forcibly initialized 875 | struct rb_node *parent, **p; | ^~~~~~ /kisskb/src/mm/backing-dev.c: In function 'bdi_register': /kisskb/src/mm/backing-dev.c:909:10: note: byref variable will be forcibly initialized 909 | va_list args; | ^~~~ /kisskb/src/crypto/streebog_generic.c: In function 'streebog_g': /kisskb/src/crypto/streebog_generic.c:955:30: note: byref variable will be forcibly initialized 955 | struct streebog_uint512 Ki, data; | ^~~~ /kisskb/src/crypto/streebog_generic.c:955:26: note: byref variable will be forcibly initialized 955 | struct streebog_uint512 Ki, data; | ^~ /kisskb/src/crypto/streebog_generic.c: In function 'streebog_stage2': /kisskb/src/crypto/streebog_generic.c:977:26: note: byref variable will be forcibly initialized 977 | struct streebog_uint512 m; | ^ In file included from /kisskb/src/block/bsg-lib.c:11: /kisskb/src/block/bsg-lib.c: In function 'blk_rq_map_sg': /kisskb/src/include/linux/blk-mq.h:1068:22: note: byref variable will be forcibly initialized 1068 | struct scatterlist *last_sg = NULL; | ^~~~~~~ /kisskb/src/security/keys/request_key_auth.c: In function 'request_key_auth_new': /kisskb/src/security/keys/request_key_auth.c:168:7: note: byref variable will be forcibly initialized 168 | char desc[20]; | ^~~~ /kisskb/src/security/keys/request_key_auth.c: In function 'key_get_instantiation_authkey': /kisskb/src/security/keys/request_key_auth.c:248:7: note: byref variable will be forcibly initialized 248 | char description[16]; | ^~~~~~~~~~~ /kisskb/src/kernel/locking/test-ww_mutex.c: In function '__test_mutex': /kisskb/src/kernel/locking/test-ww_mutex.c:61:24: note: byref variable will be forcibly initialized 61 | struct ww_acquire_ctx ctx; | ^~~ /kisskb/src/kernel/locking/test-ww_mutex.c:60:20: note: byref variable will be forcibly initialized 60 | struct test_mutex mtx; | ^~~ /kisskb/src/kernel/locking/test-ww_mutex.c: In function 'test_aa': /kisskb/src/kernel/locking/test-ww_mutex.c:124:24: note: byref variable will be forcibly initialized 124 | struct ww_acquire_ctx ctx; | ^~~ /kisskb/src/kernel/locking/test-ww_mutex.c:123:18: note: byref variable will be forcibly initialized 123 | struct ww_mutex mutex; | ^~~~~ /kisskb/src/kernel/locking/test-ww_mutex.c: In function 'test_abba': /kisskb/src/kernel/locking/test-ww_mutex.c:221:24: note: byref variable will be forcibly initialized 221 | struct ww_acquire_ctx ctx; | ^~~ /kisskb/src/kernel/locking/test-ww_mutex.c:220:19: note: byref variable will be forcibly initialized 220 | struct test_abba abba; | ^~~~ /kisskb/src/kernel/locking/test-ww_mutex.c: In function 'test_abba_work': /kisskb/src/kernel/locking/test-ww_mutex.c:189:24: note: byref variable will be forcibly initialized 189 | struct ww_acquire_ctx ctx; | ^~~ /kisskb/src/kernel/locking/test-ww_mutex.c: In function 'test_cycle_work': /kisskb/src/kernel/locking/test-ww_mutex.c:289:24: note: byref variable will be forcibly initialized 289 | struct ww_acquire_ctx ctx; | ^~~ In file included from /kisskb/src/kernel/locking/test-ww_mutex.c:13: /kisskb/src/kernel/locking/test-ww_mutex.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/kernel/locking/lock_events.c: In function 'lockevent_read': /kisskb/src/kernel/locking/lock_events.c:64:7: note: byref variable will be forcibly initialized 64 | char buf[64]; | ^~~ /kisskb/src/kernel/locking/test-ww_mutex.c: In function 'stress_inorder_work': /kisskb/src/kernel/locking/test-ww_mutex.c:423:24: note: byref variable will be forcibly initialized 423 | struct ww_acquire_ctx ctx; | ^~~ /kisskb/src/kernel/locking/test-ww_mutex.c: In function 'stress_reorder_work': /kisskb/src/kernel/locking/test-ww_mutex.c:481:24: note: byref variable will be forcibly initialized 481 | struct ww_acquire_ctx ctx; | ^~~ In file included from /kisskb/src/include/linux/swait.h:5, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/kernel/locking/test-ww_mutex.c:8: /kisskb/src/kernel/locking/test-ww_mutex.c:480:12: note: byref variable will be forcibly initialized 480 | LIST_HEAD(locks); | ^~~~~ /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/sha512_generic.c: In function 'sha512_transform': /kisskb/src/crypto/sha512_generic.c:104:6: note: byref variable will be forcibly initialized 104 | u64 W[16]; | ^ /kisskb/src/crypto/sm3_generic.c: In function 'sm3_transform': /kisskb/src/crypto/sm3_generic.c:127:15: note: byref variable will be forcibly initialized 127 | unsigned int wt[64]; | ^~ /kisskb/src/crypto/sm3_generic.c:126:15: note: byref variable will be forcibly initialized 126 | unsigned int w[68]; | ^ /kisskb/src/drivers/phy/ti/phy-tusb1210.c: In function 'tusb1210_probe': /kisskb/src/drivers/phy/ti/phy-tusb1210.c:97:5: note: byref variable will be forcibly initialized 97 | u8 val, reg; | ^~~ /kisskb/src/crypto/gf128mul.c: In function 'gf128mul_64k_bbe': /kisskb/src/crypto/gf128mul.c:315:8: note: byref variable will be forcibly initialized 315 | be128 r[1]; | ^ /kisskb/src/crypto/gf128mul.c: In function 'gf128mul_lle': /kisskb/src/crypto/gf128mul.c:172:8: note: byref variable will be forcibly initialized 172 | be128 p[8]; | ^ /kisskb/src/crypto/gf128mul.c: In function 'gf128mul_4k_lle': /kisskb/src/crypto/gf128mul.c:388:8: note: byref variable will be forcibly initialized 388 | be128 r[1]; | ^ /kisskb/src/crypto/gf128mul.c: In function 'gf128mul_bbe': /kisskb/src/crypto/gf128mul.c:210:8: note: byref variable will be forcibly initialized 210 | be128 p[8]; | ^ /kisskb/src/crypto/gf128mul.c: In function 'gf128mul_4k_bbe': /kisskb/src/crypto/gf128mul.c:403:8: note: byref variable will be forcibly initialized 403 | be128 r[1]; | ^ /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/crypto/cbc.c: In function 'crypto_cbc_decrypt_inplace': /kisskb/src/crypto/cbc.c:129:5: note: byref variable will be forcibly initialized 129 | u8 last_iv[MAX_CIPHER_BLOCKSIZE]; | ^~~~~~~ /kisskb/src/crypto/cbc.c: In function 'crypto_cbc_decrypt': /kisskb/src/crypto/cbc.c:158:23: note: byref variable will be forcibly initialized 158 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/powerpc/platforms/pseries/rng.c: In function 'pseries_get_random_long': /kisskb/src/arch/powerpc/platforms/pseries/rng.c:17:16: note: byref variable will be forcibly initialized 17 | unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; | ^~~~~~ /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/crypto/pcbc.c: In function 'crypto_pcbc_decrypt_inplace': /kisskb/src/crypto/pcbc.c:117:5: note: byref variable will be forcibly initialized 117 | u8 tmpbuf[MAX_CIPHER_BLOCKSIZE] __aligned(__alignof__(u32)); | ^~~~~~ /kisskb/src/crypto/pcbc.c: In function 'crypto_pcbc_decrypt': /kisskb/src/crypto/pcbc.c:135:23: note: byref variable will be forcibly initialized 135 | struct skcipher_walk walk; | ^~~~ /kisskb/src/crypto/pcbc.c: In function 'crypto_pcbc_encrypt_inplace': /kisskb/src/crypto/pcbc.c:50:5: note: byref variable will be forcibly initialized 50 | u8 tmpbuf[MAX_CIPHER_BLOCKSIZE]; | ^~~~~~ /kisskb/src/crypto/pcbc.c: In function 'crypto_pcbc_encrypt': /kisskb/src/crypto/pcbc.c:68:23: note: byref variable will be forcibly initialized 68 | struct skcipher_walk walk; | ^~~~ /kisskb/src/fs/crypto/policy.c: In function 'supported_iv_ino_lblk_policy': /kisskb/src/fs/crypto/policy.c:86:21: note: byref variable will be forcibly initialized 86 | int ino_bits = 64, lblk_bits = 64; | ^~~~~~~~~ /kisskb/src/fs/crypto/policy.c:86:6: note: byref variable will be forcibly initialized 86 | int ino_bits = 64, lblk_bits = 64; | ^~~~~~~~ /kisskb/src/fs/crypto/policy.c: In function 'fscrypt_ioctl_get_nonce': /kisskb/src/fs/crypto/policy.c:556:24: note: byref variable will be forcibly initialized 556 | union fscrypt_context ctx; | ^~~ /kisskb/src/fs/crypto/policy.c: In function 'fscrypt_set_context': /kisskb/src/fs/crypto/policy.c:680:24: note: byref variable will be forcibly initialized 680 | union fscrypt_context ctx; | ^~~ /kisskb/src/fs/crypto/policy.c: In function 'set_encryption_policy': /kisskb/src/fs/crypto/policy.c:393:24: note: byref variable will be forcibly initialized 393 | union fscrypt_context ctx; | ^~~ /kisskb/src/fs/crypto/policy.c:392:5: note: byref variable will be forcibly initialized 392 | u8 nonce[FSCRYPT_FILE_NONCE_SIZE]; | ^~~~~ /kisskb/src/fs/crypto/policy.c: In function 'fscrypt_get_policy': /kisskb/src/fs/crypto/policy.c:369:24: note: byref variable will be forcibly initialized 369 | union fscrypt_context ctx; | ^~~ /kisskb/src/fs/crypto/policy.c: In function 'fscrypt_ioctl_set_policy': /kisskb/src/fs/crypto/policy.c:439:23: note: byref variable will be forcibly initialized 439 | union fscrypt_policy existing_policy; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/crypto/policy.c:438:23: note: byref variable will be forcibly initialized 438 | union fscrypt_policy policy; | ^~~~~~ /kisskb/src/fs/crypto/policy.c: In function 'fscrypt_ioctl_get_policy': /kisskb/src/fs/crypto/policy.c:504:23: note: byref variable will be forcibly initialized 504 | union fscrypt_policy policy; | ^~~~~~ /kisskb/src/fs/crypto/policy.c: In function 'fscrypt_ioctl_get_policy_ex': /kisskb/src/fs/crypto/policy.c:523:35: note: byref variable will be forcibly initialized 523 | struct fscrypt_get_policy_ex_arg arg; | ^~~ /kisskb/src/fs/crypto/policy.c: In function 'fscrypt_has_permitted_context': /kisskb/src/fs/crypto/policy.c:592:38: note: byref variable will be forcibly initialized 592 | union fscrypt_policy parent_policy, child_policy; | ^~~~~~~~~~~~ /kisskb/src/fs/crypto/policy.c:592:23: note: byref variable will be forcibly initialized 592 | union fscrypt_policy parent_policy, child_policy; | ^~~~~~~~~~~~~ /kisskb/src/block/mq-deadline.c: In function 'deadline_prio_aging_expire_store': /kisskb/src/block/mq-deadline.c:877:6: note: byref variable will be forcibly initialized 877 | int __data, __ret; \ | ^~~~~~ /kisskb/src/block/mq-deadline.c:892:2: note: in expansion of macro 'STORE_FUNCTION' 892 | STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, msecs_to_jiffies) | ^~~~~~~~~~~~~~ /kisskb/src/block/mq-deadline.c:895:1: note: in expansion of macro 'STORE_JIFFIES' 895 | STORE_JIFFIES(deadline_prio_aging_expire_store, &dd->prio_aging_expire, 0, INT_MAX); | ^~~~~~~~~~~~~ /kisskb/src/block/mq-deadline.c: In function 'deadline_fifo_batch_store': /kisskb/src/block/mq-deadline.c:877:6: note: byref variable will be forcibly initialized 877 | int __data, __ret; \ | ^~~~~~ /kisskb/src/block/mq-deadline.c:890:2: note: in expansion of macro 'STORE_FUNCTION' 890 | STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, ) | ^~~~~~~~~~~~~~ /kisskb/src/block/mq-deadline.c:899:1: note: in expansion of macro 'STORE_INT' 899 | STORE_INT(deadline_fifo_batch_store, &dd->fifo_batch, 0, INT_MAX); | ^~~~~~~~~ /kisskb/src/block/mq-deadline.c: In function 'deadline_async_depth_store': /kisskb/src/block/mq-deadline.c:877:6: note: byref variable will be forcibly initialized 877 | int __data, __ret; \ | ^~~~~~ /kisskb/src/block/mq-deadline.c:890:2: note: in expansion of macro 'STORE_FUNCTION' 890 | STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, ) | ^~~~~~~~~~~~~~ /kisskb/src/block/mq-deadline.c:898:1: note: in expansion of macro 'STORE_INT' 898 | STORE_INT(deadline_async_depth_store, &dd->front_merges, 1, INT_MAX); | ^~~~~~~~~ /kisskb/src/block/mq-deadline.c: In function 'deadline_front_merges_store': /kisskb/src/block/mq-deadline.c:877:6: note: byref variable will be forcibly initialized 877 | int __data, __ret; \ | ^~~~~~ /kisskb/src/block/mq-deadline.c:890:2: note: in expansion of macro 'STORE_FUNCTION' 890 | STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, ) | ^~~~~~~~~~~~~~ /kisskb/src/block/mq-deadline.c:897:1: note: in expansion of macro 'STORE_INT' 897 | STORE_INT(deadline_front_merges_store, &dd->front_merges, 0, 1); | ^~~~~~~~~ /kisskb/src/block/mq-deadline.c: In function 'deadline_writes_starved_store': /kisskb/src/block/mq-deadline.c:877:6: note: byref variable will be forcibly initialized 877 | int __data, __ret; \ | ^~~~~~ /kisskb/src/block/mq-deadline.c:890:2: note: in expansion of macro 'STORE_FUNCTION' 890 | STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, ) | ^~~~~~~~~~~~~~ /kisskb/src/block/mq-deadline.c:896:1: note: in expansion of macro 'STORE_INT' 896 | STORE_INT(deadline_writes_starved_store, &dd->writes_starved, INT_MIN, INT_MAX); | ^~~~~~~~~ /kisskb/src/block/mq-deadline.c: In function 'deadline_write_expire_store': /kisskb/src/block/mq-deadline.c:877:6: note: byref variable will be forcibly initialized 877 | int __data, __ret; \ | ^~~~~~ /kisskb/src/block/mq-deadline.c:892:2: note: in expansion of macro 'STORE_FUNCTION' 892 | STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, msecs_to_jiffies) | ^~~~~~~~~~~~~~ /kisskb/src/block/mq-deadline.c:894:1: note: in expansion of macro 'STORE_JIFFIES' 894 | STORE_JIFFIES(deadline_write_expire_store, &dd->fifo_expire[DD_WRITE], 0, INT_MAX); | ^~~~~~~~~~~~~ /kisskb/src/block/mq-deadline.c: In function 'deadline_read_expire_store': /kisskb/src/block/mq-deadline.c:877:6: note: byref variable will be forcibly initialized 877 | int __data, __ret; \ | ^~~~~~ /kisskb/src/block/mq-deadline.c:892:2: note: in expansion of macro 'STORE_FUNCTION' 892 | STORE_FUNCTION(__FUNC, __PTR, MIN, MAX, msecs_to_jiffies) | ^~~~~~~~~~~~~~ /kisskb/src/block/mq-deadline.c:893:1: note: in expansion of macro 'STORE_JIFFIES' 893 | STORE_JIFFIES(deadline_read_expire_store, &dd->fifo_expire[DD_READ], 0, INT_MAX); | ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/block/mq-deadline.c:9: /kisskb/src/block/mq-deadline.c: In function 'dd_insert_request': /kisskb/src/block/mq-deadline.c:719:12: note: byref variable will be forcibly initialized 719 | LIST_HEAD(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/block/mq-deadline.c: In function 'dd_bio_merge': /kisskb/src/block/mq-deadline.c:693:18: note: byref variable will be forcibly initialized 693 | struct request *free = NULL; | ^~~~ /kisskb/src/crypto/ctr.c: In function 'crypto_rfc3686_create': /kisskb/src/crypto/ctr.c:263:6: note: byref variable will be forcibly initialized 263 | u32 mask; | ^~~~ /kisskb/src/crypto/ctr.c: In function 'crypto_ctr_crypt_inplace': /kisskb/src/crypto/ctr.c:82:5: note: byref variable will be forcibly initialized 82 | u8 tmp[MAX_CIPHER_BLOCKSIZE + MAX_CIPHER_ALIGNMASK]; | ^~~ /kisskb/src/crypto/ctr.c: In function 'crypto_ctr_crypt_final': /kisskb/src/crypto/ctr.c:34:5: note: byref variable will be forcibly initialized 34 | u8 tmp[MAX_CIPHER_BLOCKSIZE + MAX_CIPHER_ALIGNMASK]; | ^~~ /kisskb/src/crypto/ctr.c: In function 'crypto_ctr_crypt': /kisskb/src/crypto/ctr.c:104:23: note: byref variable will be forcibly initialized 104 | struct skcipher_walk walk; | ^~~~ /kisskb/src/arch/powerpc/platforms/powernv/pci.c: In function 'pnv_pci_get_slot_id': /kisskb/src/arch/powerpc/platforms/powernv/pci.c:43:6: note: byref variable will be forcibly initialized 43 | u64 phbid; | ^~~~~ /kisskb/src/arch/powerpc/platforms/powernv/pci.c:42:6: note: byref variable will be forcibly initialized 42 | u32 bdfn; | ^~~~ /kisskb/src/arch/powerpc/platforms/powernv/pci.c: In function 'pnv_pci_set_power_state': /kisskb/src/arch/powerpc/platforms/powernv/pci.c:128:18: note: byref variable will be forcibly initialized 128 | struct opal_msg m; | ^ /kisskb/src/arch/powerpc/platforms/powernv/pci.c: In function 'pnv_pci_set_tunnel_bar': /kisskb/src/arch/powerpc/platforms/powernv/pci.c:760:9: note: byref variable will be forcibly initialized 760 | __be64 val; | ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:6, from /kisskb/src/block/blk-zoned.c:15: /kisskb/src/block/blk-zoned.c: In function 'kmalloc_array_node': /kisskb/src/include/linux/slab.h:680:9: note: byref variable will be forcibly initialized 680 | size_t bytes; | ^~~~~ /kisskb/src/block/blk-zoned.c: In function 'blkdev_zone_reset_all': /kisskb/src/block/blk-zoned.c:240:13: note: byref variable will be forcibly initialized 240 | struct bio bio; | ^~~ /kisskb/src/arch/powerpc/platforms/powernv/pci.c: In function 'pnv_pci_config_check_eeh': /kisskb/src/arch/powerpc/platforms/powernv/pci.c:535:9: note: byref variable will be forcibly initialized 535 | __be16 pcierr = 0; | ^~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/pci.c:534:5: note: byref variable will be forcibly initialized 534 | u8 fstate = 0; | ^~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/pci.c: In function 'pnv_pci_cfg_read': /kisskb/src/arch/powerpc/platforms/powernv/pci.c:608:10: note: byref variable will be forcibly initialized 608 | __be32 v32; | ^~~ /kisskb/src/arch/powerpc/platforms/powernv/pci.c:601:10: note: byref variable will be forcibly initialized 601 | __be16 v16; | ^~~ /kisskb/src/arch/powerpc/platforms/powernv/pci.c:595:6: note: byref variable will be forcibly initialized 595 | u8 v8; | ^~ /kisskb/src/block/blk-zoned.c: In function 'blkdev_report_zones_ioctl': /kisskb/src/block/blk-zoned.c:350:25: note: byref variable will be forcibly initialized 350 | struct blk_zone_report rep; | ^~~ /kisskb/src/block/blk-zoned.c:348:26: note: byref variable will be forcibly initialized 348 | struct zone_report_args args; | ^~~~ /kisskb/src/block/blk-zoned.c: In function 'blkdev_zone_mgmt_ioctl': /kisskb/src/block/blk-zoned.c:407:24: note: byref variable will be forcibly initialized 407 | struct blk_zone_range zrange; | ^~~~~~ /kisskb/src/crypto/xts.c: In function 'xts_xor_tweak': /kisskb/src/crypto/xts.c:90:8: note: byref variable will be forcibly initialized 90 | le128 t = rctx->t; | ^ /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_final': /kisskb/src/crypto/xts.c:168:8: note: byref variable will be forcibly initialized 168 | le128 b[2]; | ^ /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/crypto/xts.c: In function 'xts_create': /kisskb/src/crypto/xts.c:345:6: note: byref variable will be forcibly initialized 345 | u32 mask; | ^~~~ /kisskb/src/block/blk-mq-debugfs.c: In function 'queue_state_write': /kisskb/src/block/blk-mq-debugfs.c:150:7: note: byref variable will be forcibly initialized 150 | char opbuf[16] = { }, *op; | ^~~~~ /kisskb/src/block/blk-mq-debugfs.c: In function 'blk_mq_debugfs_register_ctx': /kisskb/src/block/blk-mq-debugfs.c:746:7: note: byref variable will be forcibly initialized 746 | char name[20]; | ^~~~ /kisskb/src/block/blk-mq-debugfs.c: In function 'hctx_busy_show': /kisskb/src/block/blk-mq-debugfs.c:416:26: note: byref variable will be forcibly initialized 416 | struct show_busy_params params = { .m = m, .hctx = hctx }; | ^~~~~~ /kisskb/src/block/blk-mq-debugfs.c: In function 'blk_mq_debugfs_register_hctx': /kisskb/src/block/blk-mq-debugfs.c:758:7: note: byref variable will be forcibly initialized 758 | char name[20]; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/fs/iomap/trace.h:190, from /kisskb/src/fs/iomap/trace.c:12: /kisskb/src/fs/iomap/trace.c: In function 'trace_event_raw_event_iomap_readpage_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/iomap/./trace.h:27:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 27 | DECLARE_EVENT_CLASS(iomap_readpage_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/trace.c: In function 'trace_event_raw_event_iomap_range_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/iomap/./trace.h:53:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 53 | DECLARE_EVENT_CLASS(iomap_range_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/trace.c: In function 'trace_event_raw_event_iomap_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/iomap/./trace.h:110:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 110 | DECLARE_EVENT_CLASS(iomap_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/trace.c: In function 'trace_event_raw_event_iomap_iter': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/./trace.h:152:1: note: in expansion of macro 'TRACE_EVENT' 152 | TRACE_EVENT(iomap_iter, | ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'pcpu_chunk_refresh_hint': /kisskb/src/mm/percpu.c:752:15: note: byref variable will be forcibly initialized 752 | int bit_off, bits; | ^~~~ /kisskb/src/mm/percpu.c:752:6: note: byref variable will be forcibly initialized 752 | int bit_off, bits; | ^~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/wbt.h:158, from /kisskb/src/block/blk-wbt.c:32: /kisskb/src/block/blk-wbt.c: In function 'trace_event_raw_event_wbt_stat': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/wbt.h:15:1: note: in expansion of macro 'TRACE_EVENT' 15 | TRACE_EVENT(wbt_stat, | ^~~~~~~~~~~ /kisskb/src/block/blk-wbt.c: In function 'trace_event_raw_event_wbt_lat': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/wbt.h:59:1: note: in expansion of macro 'TRACE_EVENT' 59 | TRACE_EVENT(wbt_lat, | ^~~~~~~~~~~ /kisskb/src/block/blk-wbt.c: In function 'trace_event_raw_event_wbt_step': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/wbt.h:89:1: note: in expansion of macro 'TRACE_EVENT' 89 | TRACE_EVENT(wbt_step, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/include/linux/memblock.h:13, from /kisskb/src/mm/percpu.c:73: /kisskb/src/mm/percpu.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/block/blk-wbt.c: In function 'trace_event_raw_event_wbt_timer': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/wbt.h:129:1: note: in expansion of macro 'TRACE_EVENT' 129 | TRACE_EVENT(wbt_timer, | ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'pcpu_dump_alloc_info': /kisskb/src/mm/percpu.c:2489:7: note: byref variable will be forcibly initialized 2489 | char empty_str[] = "--------"; | ^~~~~~~~~ /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:140:11: note: byref variable will be forcibly initialized 140 | va_list args; | ^~~~ In file included from /kisskb/src/include/crypto/internal/skcipher.h:13, from /kisskb/src/crypto/gcm.c:10: /kisskb/src/crypto/gcm.c: In function 'crypto_rfc4543_copy_src_to_dst': /kisskb/src/include/crypto/skcipher.h:127:7: note: byref variable will be forcibly initialized 127 | char __##name##_desc[sizeof(struct skcipher_request) + \ | ^~ /kisskb/src/crypto/gcm.c:966:2: note: in expansion of macro 'SYNC_SKCIPHER_REQUEST_ON_STACK' 966 | SYNC_SKCIPHER_REQUEST_ON_STACK(nreq, ctx->null); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/block/blk-wbt.c: In function '__wbt_wait': /kisskb/src/block/blk-wbt.c:516:23: note: byref variable will be forcibly initialized 516 | struct wbt_wait_data data = { | ^~~~ /kisskb/src/mm/percpu.c: In function 'pcpu_block_refresh_hint': /kisskb/src/mm/percpu.c:782:19: note: byref variable will be forcibly initialized 782 | unsigned int rs, re, start; /* region start, region end */ | ^~ /kisskb/src/mm/percpu.c:782:15: note: byref variable will be forcibly initialized 782 | unsigned int rs, re, start; /* region start, region end */ | ^~ /kisskb/src/mm/percpu.c: In function 'pcpu_is_populated': /kisskb/src/mm/percpu.c:1073:41: note: byref variable will be forcibly initialized 1073 | unsigned int page_start, page_end, rs, re; | ^~ /kisskb/src/mm/percpu.c:1073:37: note: byref variable will be forcibly initialized 1073 | unsigned int page_start, page_end, rs, re; | ^~ /kisskb/src/mm/percpu.c: In function 'pcpu_find_block_fit': /kisskb/src/mm/percpu.c:1110:21: note: byref variable will be forcibly initialized 1110 | int bit_off, bits, next_off; | ^~~~~~~~ /kisskb/src/mm/percpu.c:1110:15: note: byref variable will be forcibly initialized 1110 | int bit_off, bits, next_off; | ^~~~ /kisskb/src/mm/percpu.c:1110:6: note: byref variable will be forcibly initialized 1110 | int bit_off, bits, next_off; | ^~~~~~~ /kisskb/src/crypto/gcm.c: In function 'crypto_rfc4543_create': /kisskb/src/crypto/gcm.c:1045:6: note: byref variable will be forcibly initialized 1045 | u32 mask; | ^~~~ /kisskb/src/crypto/gcm.c: In function 'crypto_rfc4106_create': /kisskb/src/crypto/gcm.c:830:6: note: byref variable will be forcibly initialized 830 | u32 mask; | ^~~~ /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; | ^~~~~ /kisskb/src/crypto/gcm.c: In function 'crypto_gcm_create_common': /kisskb/src/crypto/gcm.c:581:6: note: byref variable will be forcibly initialized 581 | u32 mask; | ^~~~ /kisskb/src/fs/quota/dquot.c: In function '__dquot_drop': /kisskb/src/fs/quota/dquot.c:1567:16: note: byref variable will be forcibly initialized 1567 | struct dquot *put[MAXQUOTAS]; | ^~~ /kisskb/src/crypto/gcm.c: In function 'crypto_gcm_create': /kisskb/src/crypto/gcm.c:661:7: note: byref variable will be forcibly initialized 661 | char ctr_name[CRYPTO_MAX_ALG_NAME]; | ^~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/percpu.h:126, from /kisskb/src/mm/percpu.c:98: /kisskb/src/mm/percpu.c: In function 'trace_event_raw_event_percpu_alloc_percpu': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(percpu_alloc_percpu, | ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'trace_event_raw_event_percpu_free_percpu': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:43:1: note: in expansion of macro 'TRACE_EVENT' 43 | TRACE_EVENT(percpu_free_percpu, | ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'trace_event_raw_event_percpu_alloc_percpu_fail': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | TRACE_EVENT(percpu_alloc_percpu_fail, | ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'trace_event_raw_event_percpu_create_chunk': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:90:1: note: in expansion of macro 'TRACE_EVENT' 90 | TRACE_EVENT(percpu_create_chunk, | ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'trace_event_raw_event_percpu_destroy_chunk': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/percpu.h:107:1: note: in expansion of macro 'TRACE_EVENT' 107 | TRACE_EVENT(percpu_destroy_chunk, | ^~~~~~~~~~~ /kisskb/src/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/mm/percpu.c: In function 'pcpu_alloc_area': /kisskb/src/mm/percpu.c:1217:30: note: byref variable will be forcibly initialized 1217 | unsigned long area_off = 0, area_bits = 0; | ^~~~~~~~~ /kisskb/src/mm/percpu.c:1217:16: note: byref variable will be forcibly initialized 1217 | unsigned long area_off = 0, area_bits = 0; | ^~~~~~~~ /kisskb/src/fs/quota/dquot.c: In function '__dquot_alloc_space': /kisskb/src/fs/quota/dquot.c:1651:20: note: byref variable will be forcibly initialized 1651 | struct dquot_warn warn[MAXQUOTAS]; | ^~~~ /kisskb/src/fs/quota/dquot.c: In function 'dquot_alloc_inode': /kisskb/src/fs/quota/dquot.c:1722:20: note: byref variable will be forcibly initialized 1722 | struct dquot_warn warn[MAXQUOTAS]; | ^~~~ /kisskb/src/fs/quota/dquot.c: In function 'dquot_free_inode': /kisskb/src/fs/quota/dquot.c:1905:20: note: byref variable will be forcibly initialized 1905 | struct dquot_warn warn[MAXQUOTAS]; | ^~~~ /kisskb/src/fs/quota/dquot.c: In function '__dquot_transfer': /kisskb/src/fs/quota/dquot.c:1957:20: note: byref variable will be forcibly initialized 1957 | struct dquot_warn warn_from_space[MAXQUOTAS]; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/quota/dquot.c:1956:20: note: byref variable will be forcibly initialized 1956 | struct dquot_warn warn_from_inodes[MAXQUOTAS]; | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/quota/dquot.c:1955:20: note: byref variable will be forcibly initialized 1955 | struct dquot_warn warn_to[MAXQUOTAS]; | ^~~~~~~ /kisskb/src/fs/quota/dquot.c:1951:10: note: byref variable will be forcibly initialized 1951 | qsize_t inode_usage = 1; | ^~~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'pcpu_balance_populated': /kisskb/src/mm/percpu.c:2072:34: note: byref variable will be forcibly initialized 2072 | unsigned int nr_unpop = 0, rs, re; | ^~ /kisskb/src/mm/percpu.c:2072:30: note: byref variable will be forcibly initialized 2072 | unsigned int nr_unpop = 0, rs, re; | ^~ In file included from /kisskb/src/security/commoncap.c:5: /kisskb/src/security/commoncap.c: In function 'cap_combine': /kisskb/src/mm/percpu.c: In function 'pcpu_balance_free': /kisskb/src/include/linux/capability.h:121:15: note: byref variable will be forcibly initialized 121 | kernel_cap_t dest; | ^~~~ /kisskb/src/mm/percpu.c:2014:20: note: byref variable will be forcibly initialized 2014 | unsigned int rs, re; | ^~ /kisskb/src/mm/percpu.c:2014:16: note: byref variable will be forcibly initialized 2014 | unsigned int rs, re; | ^~ /kisskb/src/fs/quota/dquot.c: In function '__dquot_free_space': /kisskb/src/fs/quota/dquot.c:1850:20: note: byref variable will be forcibly initialized 1850 | struct dquot_warn warn[MAXQUOTAS]; | ^~~~ 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:13, from /kisskb/src/mm/percpu.c:73: /kisskb/src/mm/percpu.c:1988:12: note: byref variable will be forcibly initialized 1988 | 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/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; | ^~~~ 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:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/quota/dquot.c:558:4: note: in expansion of macro 'wait_event' 558 | wait_event(dquot_ref_wq, | ^~~~~~~~~~ /kisskb/src/mm/percpu.c: In function 'pcpu_alloc': /kisskb/src/mm/percpu.c:1854:42: note: byref variable will be forcibly initialized 1854 | unsigned int page_start, page_end, rs, re; | ^~ /kisskb/src/mm/percpu.c:1854:38: note: byref variable will be forcibly initialized 1854 | unsigned int page_start, page_end, rs, re; | ^~ /kisskb/src/security/commoncap.c: In function 'cap_inode_getsecurity': /kisskb/src/security/commoncap.c:385:8: note: byref variable will be forcibly initialized 385 | char *tmpbuf = NULL; | ^~~~~~ /kisskb/src/security/commoncap.c: In function 'get_vfs_caps_from_disk': /kisskb/src/security/commoncap.c:652:25: note: byref variable will be forcibly initialized 652 | struct vfs_ns_cap_data data, *nscaps = &data; | ^~~~ /kisskb/src/security/commoncap.c: In function 'get_file_caps': /kisskb/src/mm/percpu.c: In function 'pcpu_page_first_chunk': /kisskb/src/security/commoncap.c:730:26: note: byref variable will be forcibly initialized 730 | struct cpu_vfs_cap_data vcaps; | ^~~~~ /kisskb/src/mm/percpu.c:3166:7: note: byref variable will be forcibly initialized 3166 | char psize_str[16]; | ^~~~~~~~~ /kisskb/src/security/commoncap.c: In function 'cap_bprm_creds_from_file': /kisskb/src/security/commoncap.c:893:26: note: byref variable will be forcibly initialized 893 | bool effective = false, has_fcap = false, is_setid; | ^~~~~~~~ /kisskb/src/security/commoncap.c:893:7: note: byref variable will be forcibly initialized 893 | bool effective = false, has_fcap = false, is_setid; | ^~~~~~~~~ /kisskb/src/crypto/ccm.c: In function 'crypto_rfc4309_create': /kisskb/src/crypto/ccm.c:709:6: note: byref variable will be forcibly initialized 709 | u32 mask; | ^~~~ /kisskb/src/crypto/ccm.c: In function 'crypto_ccm_create_common': /kisskb/src/crypto/ccm.c:451:6: note: byref variable will be forcibly initialized 451 | u32 mask; | ^~~~ /kisskb/src/crypto/ccm.c: In function 'crypto_ccm_create': /kisskb/src/crypto/ccm.c:535:7: note: byref variable will be forcibly initialized 535 | char mac_name[CRYPTO_MAX_ALG_NAME]; | ^~~~~~~~ /kisskb/src/crypto/ccm.c:534:7: note: byref variable will be forcibly initialized 534 | char ctr_name[CRYPTO_MAX_ALG_NAME]; | ^~~~~~~~ /kisskb/src/crypto/ccm.c: In function 'set_msg_len': /kisskb/src/crypto/ccm.c:71:9: note: byref variable will be forcibly initialized 71 | __be32 data; | ^~~~ /kisskb/src/crypto/ccm.c: In function 'crypto_ccm_auth': /kisskb/src/crypto/ccm.c:176:21: note: byref variable will be forcibly initialized 176 | struct scatterlist sg[3]; | ^~ /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; | ^~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/kmem.h:397, from /kisskb/src/mm/slab_common.c:29: /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_kmem_alloc': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/kmem.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 12 | DECLARE_EVENT_CLASS(kmem_alloc, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_kmem_alloc_node': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/kmem.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 62 | DECLARE_EVENT_CLASS(kmem_alloc_node, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_kfree': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:118:1: note: in expansion of macro 'TRACE_EVENT' 118 | TRACE_EVENT(kfree, | ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_mm_page_free': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:160:1: note: in expansion of macro 'TRACE_EVENT' 160 | TRACE_EVENT(mm_page_free, | ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_mm_page_free_batched': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:182:1: note: in expansion of macro 'TRACE_EVENT' 182 | TRACE_EVENT(mm_page_free_batched, | ^~~~~~~~~~~ /kisskb/src/crypto/ccm.c: In function 'cbcmac_create': /kisskb/src/crypto/ccm.c:868:6: note: byref variable will be forcibly initialized 868 | u32 mask; | ^~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_mm_page_alloc': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:201:1: note: in expansion of macro 'TRACE_EVENT' 201 | TRACE_EVENT(mm_page_alloc, | ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_mm_page': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/kmem.h:230:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 230 | DECLARE_EVENT_CLASS(mm_page, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_mm_page_pcpu_drain': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:263:1: note: in expansion of macro 'TRACE_EVENT' 263 | TRACE_EVENT(mm_page_pcpu_drain, | ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_kmem_cache_free': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:138:1: note: in expansion of macro 'TRACE_EVENT' 138 | TRACE_EVENT(kmem_cache_free, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:138:1: note: in expansion of macro 'TRACE_EVENT' 138 | TRACE_EVENT(kmem_cache_free, | ^~~~~~~~~~~ /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_mm_page_alloc_extfrag': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:286:1: note: in expansion of macro 'TRACE_EVENT' 286 | TRACE_EVENT(mm_page_alloc_extfrag, | ^~~~~~~~~~~ In file included from /kisskb/src/mm/slab_common.c:29: /kisskb/src/mm/slab_common.c: In function 'mm_ptr_to_hash': /kisskb/src/include/trace/events/kmem.h:334:16: note: byref variable will be forcibly initialized 334 | unsigned long hashval; | ^~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/kmem.h:397, from /kisskb/src/mm/slab_common.c:29: /kisskb/src/mm/slab_common.c: In function 'trace_event_raw_event_rss_stat': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/kmem.h:366:1: note: in expansion of macro 'TRACE_EVENT' 366 | TRACE_EVENT(rss_stat, | ^~~~~~~~~~~ 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/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/mm/slab_common.c: In function 'kmalloc_fix_flags': /kisskb/src/mm/slab_common.c:925:8: note: byref variable will be forcibly initialized 925 | gfp_t invalid_mask = flags & GFP_SLAB_BUG_MASK; | ^~~~~~~~~~~~ /kisskb/src/crypto/aegis128-core.c: In function 'crypto_aegis128_final': /kisskb/src/crypto/aegis128-core.c:351:20: note: byref variable will be forcibly initialized 351 | union aegis_block tmp; | ^~~ /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/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/arch/powerpc/platforms/pseries/pci.c:12: /kisskb/src/arch/powerpc/platforms/pseries/pci.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/arch/powerpc/platforms/pseries/pci.c: In function 'fixup_winbond_82c105': /kisskb/src/arch/powerpc/platforms/pseries/pci.c:245:15: note: byref variable will be forcibly initialized 245 | unsigned int reg; | ^~~ /kisskb/src/arch/powerpc/platforms/pseries/pci.c: In function 'pseries_root_bridge_prepare': /kisskb/src/arch/powerpc/platforms/pseries/pci.c:292:6: note: byref variable will be forcibly initialized 292 | u32 pcie_link_speed_stats[2]; | ^~~~~~~~~~~~~~~~~~~~~ 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) | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/compaction.h:361, from /kisskb/src/mm/compaction.c:46: /kisskb/src/mm/compaction.c: In function 'trace_event_raw_event_mm_compaction_isolate_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/compaction.h:14:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 14 | DECLARE_EVENT_CLASS(mm_compaction_isolate_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/compaction.c: In function 'trace_event_raw_event_mm_compaction_migratepages': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:68:1: note: in expansion of macro 'TRACE_EVENT' 68 | TRACE_EVENT(mm_compaction_migratepages, | ^~~~~~~~~~~ /kisskb/src/mm/compaction.c: In function 'trace_event_raw_event_mm_compaction_begin': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:106:1: note: in expansion of macro 'TRACE_EVENT' 106 | TRACE_EVENT(mm_compaction_begin, | ^~~~~~~~~~~ /kisskb/src/mm/compaction.c: In function 'trace_event_raw_event_mm_compaction_end': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:136:1: note: in expansion of macro 'TRACE_EVENT' 136 | TRACE_EVENT(mm_compaction_end, | ^~~~~~~~~~~ /kisskb/src/mm/compaction.c: In function 'trace_event_raw_event_mm_compaction_try_to_compact_pages': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:170:1: note: in expansion of macro 'TRACE_EVENT' 170 | TRACE_EVENT(mm_compaction_try_to_compact_pages, | ^~~~~~~~~~~ /kisskb/src/mm/compaction.c: In function 'trace_event_raw_event_mm_compaction_suitable_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/compaction.h:197:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 197 | DECLARE_EVENT_CLASS(mm_compaction_suitable_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/compaction.c: In function 'trace_event_raw_event_mm_compaction_defer_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/compaction.h:244:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 244 | DECLARE_EVENT_CLASS(mm_compaction_defer_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/compaction.c: In function 'trace_event_raw_event_mm_compaction_kcompactd_sleep': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/compaction.h:298:1: note: in expansion of macro 'TRACE_EVENT' 298 | TRACE_EVENT(mm_compaction_kcompactd_sleep, | ^~~~~~~~~~~ /kisskb/src/mm/compaction.c: In function 'trace_event_raw_event_kcompactd_wake_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/compaction.h:315:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 315 | DECLARE_EVENT_CLASS(kcompactd_wake_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/fair.c: In function 'cpu_runnable_without': /kisskb/src/kernel/sched/fair.c:5809:15: note: byref variable will be forcibly initialized 5809 | unsigned int runnable; | ^~~~~~~~ /kisskb/src/kernel/sched/fair.c: In function 'cpu_util_next': /kisskb/src/kernel/sched/fair.c:6607:26: note: byref variable will be forcibly initialized 6607 | unsigned long util_est, util = READ_ONCE(cfs_rq->avg.util_avg); | ^~~~ /kisskb/src/kernel/sched/fair.c: In function 'cpu_load_without': /kisskb/src/kernel/sched/fair.c:5786:15: note: byref variable will be forcibly initialized 5786 | unsigned int load; | ^~~~ /kisskb/src/kernel/sched/fair.c: In function 'calculate_imbalance': /kisskb/src/kernel/sched/fair.c:9378:17: note: byref variable will be forcibly initialized 9378 | unsigned int nr_diff = busiest->sum_nr_running; | ^~~~~~~ /kisskb/src/kernel/sched/fair.c: In function 'setup_sched_thermal_decay_shift': /kisskb/src/kernel/sched/fair.c:98:6: note: byref variable will be forcibly initialized 98 | int _shift = 0; | ^~~~~~ /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; | ^~ /kisskb/src/kernel/sched/fair.c: In function 'cpu_util_without': /kisskb/src/kernel/sched/fair.c:6566:16: note: byref variable will be forcibly initialized 6566 | unsigned int estimated = | ^~~~~~~~~ /kisskb/src/kernel/sched/fair.c:6527:15: note: byref variable will be forcibly initialized 6527 | unsigned int util; | ^~~~ /kisskb/src/mm/compaction.c: In function 'isolate_freepages_block': /kisskb/src/mm/compaction.c:560:7: note: byref variable will be forcibly initialized 560 | bool locked = false; | ^~~~~~ /kisskb/src/mm/compaction.c:559:16: note: byref variable will be forcibly initialized 559 | unsigned long flags = 0; | ^~~~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/iomap.h:7, from /kisskb/src/fs/iomap/buffered-io.c:9: /kisskb/src/fs/iomap/buffered-io.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/mm/compaction.c: In function 'fast_isolate_around': /kisskb/src/mm/compaction.c:1324:16: note: byref variable will be forcibly initialized 1324 | unsigned long start_pfn, end_pfn; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/mm/compaction.c:11: /kisskb/src/mm/compaction.c: In function 'split_map_pages': /kisskb/src/mm/compaction.c:91: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/mm/compaction.c: In function 'isolate_freepages': /kisskb/src/mm/compaction.c:1546:16: note: byref variable will be forcibly initialized 1546 | unsigned long isolate_start_pfn; /* exact pfn we start at */ | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/iomap/buffered-io.c: In function 'iomap_read_end_io': /kisskb/src/fs/iomap/buffered-io.c:194:23: note: byref variable will be forcibly initialized 194 | struct bvec_iter_all iter_all; | ^~~~~~~~ /kisskb/src/fs/iomap/buffered-io.c: In function 'iomap_readpage_iter': /kisskb/src/fs/iomap/buffered-io.c:256:17: note: byref variable will be forcibly initialized 256 | unsigned poff, plen; | ^~~~ /kisskb/src/fs/iomap/buffered-io.c:256:11: note: byref variable will be forcibly initialized 256 | unsigned poff, plen; | ^~~~ /kisskb/src/fs/iomap/buffered-io.c:251:9: note: byref variable will be forcibly initialized 251 | loff_t pos = iter->pos + offset; | ^~~ /kisskb/src/kernel/sched/fair.c: In function 'task_fork_fair': /kisskb/src/kernel/sched/fair.c:11191:18: note: byref variable will be forcibly initialized 11191 | struct rq_flags rf; | ^~ /kisskb/src/mm/compaction.c: In function 'isolate_migratepages_block': /kisskb/src/mm/compaction.c:806:16: note: byref variable will be forcibly initialized 806 | unsigned long flags = 0; | ^~~~~ /kisskb/src/fs/iomap/buffered-io.c: In function 'iomap_read_page_sync': /kisskb/src/fs/iomap/buffered-io.c:529:13: note: byref variable will be forcibly initialized 529 | struct bio bio; | ^~~ /kisskb/src/fs/iomap/buffered-io.c:528:17: note: byref variable will be forcibly initialized 528 | struct bio_vec bvec; | ^~~~ /kisskb/src/fs/iomap/buffered-io.c: In function '__iomap_write_begin': /kisskb/src/fs/iomap/buffered-io.c:547:62: note: byref variable will be forcibly initialized 547 | unsigned from = offset_in_page(pos), to = from + len, poff, plen; | ^~~~ /kisskb/src/fs/iomap/buffered-io.c:547:56: note: byref variable will be forcibly initialized 547 | unsigned from = offset_in_page(pos), to = from + len, poff, plen; | ^~~~ /kisskb/src/fs/iomap/buffered-io.c:545:9: note: byref variable will be forcibly initialized 545 | loff_t block_start = round_down(pos, block_size); | ^~~~~~~~~~~ /kisskb/src/mm/compaction.c: In function '__compact_finished': /kisskb/src/mm/compaction.c:2093:8: note: byref variable will be forcibly initialized 2093 | bool can_steal; | ^~~~~~~~~ /kisskb/src/kernel/sched/fair.c: In function 'find_idlest_group': /kisskb/src/kernel/sched/fair.c:9068:32: note: byref variable will be forcibly initialized 9068 | struct sg_lb_stats local_sgs, tmp_sgs; | ^~~~~~~ /kisskb/src/kernel/sched/fair.c:9068:21: note: byref variable will be forcibly initialized 9068 | struct sg_lb_stats local_sgs, tmp_sgs; | ^~~~~~~~~ /kisskb/src/fs/iomap/buffered-io.c: In function 'iomap_write_iter': /kisskb/src/fs/iomap/buffered-io.c:735:16: note: byref variable will be forcibly initialized 735 | struct page *page; | ^~~~ /kisskb/src/mm/compaction.c: In function 'isolate_freepages_range': /kisskb/src/mm/compaction.c:711:17: note: byref variable will be forcibly initialized 711 | unsigned long isolate_start_pfn = pfn; | ^~~~~~~~~~~~~~~~~ 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: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/fs/iomap/buffered-io.c: In function 'iomap_unshare_iter': /kisskb/src/fs/iomap/buffered-io.c:833:16: note: byref variable will be forcibly initialized 833 | struct page *page; | ^~~~ /kisskb/src/fs/iomap/buffered-io.c: In function '__iomap_zero_iter': /kisskb/src/fs/iomap/buffered-io.c:875:15: note: byref variable will be forcibly initialized 875 | struct page *page; | ^~~~ /kisskb/src/kernel/sched/fair.c: In function 'select_idle_cpu': /kisskb/src/kernel/sched/fair.c:6241:14: note: byref variable will be forcibly initialized 6241 | int i, cpu, idle_cpu = -1, nr = INT_MAX; | ^~~~~~~~ /kisskb/src/mm/compaction.c: In function 'compact_zone_order': /kisskb/src/mm/compaction.c:2506:25: note: byref variable will be forcibly initialized 2506 | struct capture_control capc = { | ^~~~ /kisskb/src/fs/iomap/buffered-io.c: In function 'iomap_finish_ioend': /kisskb/src/fs/iomap/buffered-io.c:1037:24: note: byref variable will be forcibly initialized 1037 | struct bvec_iter_all iter_all; | ^~~~~~~~ /kisskb/src/kernel/sched/fair.c: In function 'find_energy_efficient_cpu': /kisskb/src/fs/iomap/buffered-io.c: In function 'iomap_finish_ioends': /kisskb/src/kernel/sched/fair.c:6781:28: note: byref variable will be forcibly initialized 6781 | unsigned long cur_delta, spare_cap, max_spare_cap = 0; | ^~~~~~~~~ /kisskb/src/fs/iomap/buffered-io.c:1066:19: note: byref variable will be forcibly initialized 1066 | struct list_head tmp; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/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:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:396:2: note: in expansion of macro '___wait_event' 396 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:409:11: note: in expansion of macro '__wait_event_freezable_timeout' 409 | __ret = __wait_event_freezable_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/compaction.c:2936:7: note: in expansion of macro 'wait_event_freezable_timeout' 2936 | if (wait_event_freezable_timeout(pgdat->kcompactd_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/fs/iomap/buffered-io.c:6: /kisskb/src/fs/iomap/buffered-io.c: In function 'iomap_writepage_map': /kisskb/src/fs/iomap/buffered-io.c:1297:12: note: byref variable will be forcibly initialized 1297 | LIST_HEAD(submit_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/sched/fair.c: In function 'update_blocked_averages': /kisskb/src/kernel/sched/fair.c:8254:18: note: byref variable will be forcibly initialized 8254 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/fair.c:8252:24: note: byref variable will be forcibly initialized 8252 | bool decayed = false, done = true; | ^~~~ /kisskb/src/kernel/printk/printk_ringbuffer.c: In function 'desc_reopen_last': /kisskb/src/kernel/printk/printk_ringbuffer.c:1264:6: note: byref variable will be forcibly initialized 1264 | u32 cid; | ^~~ /kisskb/src/kernel/printk/printk_ringbuffer.c:1261:18: note: byref variable will be forcibly initialized 1261 | struct prb_desc desc; | ^~~~ /kisskb/src/kernel/sched/fair.c: In function 'attach_one_task': /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/sched/fair.c:8038:18: note: byref variable will be forcibly initialized 8038 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/fair.c: In function 'active_load_balance_cpu_stop': /kisskb/src/kernel/printk/printk_ringbuffer.c: In function 'data_push_tail': /kisskb/src/kernel/printk/printk_ringbuffer.c:634:16: note: byref variable will be forcibly initialized 634 | unsigned long next_lpos; | ^~~~~~~~~ /kisskb/src/kernel/sched/fair.c:10196:17: note: byref variable will be forcibly initialized 10196 | struct lb_env env = { | ^~~ /kisskb/src/kernel/sched/fair.c:10161:18: note: byref variable will be forcibly initialized 10161 | struct rq_flags rf; | ^~ /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:1830:6: note: byref variable will be forcibly initialized 1830 | u64 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 'desc_read_finalized_seq': /kisskb/src/kernel/printk/printk_ringbuffer.c:1750:6: note: byref variable will be forcibly initialized 1750 | u64 s; | ^ /kisskb/src/kernel/sched/fair.c: In function 'attach_tasks': /kisskb/src/kernel/sched/fair.c:8054:18: note: byref variable will be forcibly initialized 8054 | struct rq_flags rf; | ^~ /kisskb/src/kernel/printk/printk_ringbuffer.c: In function 'copy_data': /kisskb/src/kernel/printk/printk_ringbuffer.c:1698:15: note: byref variable will be forcibly initialized 1698 | unsigned int data_size; | ^~~~~~~~~ /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_reserve_in_last': /kisskb/src/kernel/printk/printk_ringbuffer.c:1354:16: note: byref variable will be forcibly initialized 1354 | unsigned long id; | ^~ /kisskb/src/kernel/printk/printk_ringbuffer.c:1352:15: note: byref variable will be forcibly initialized 1352 | unsigned int data_size; | ^~~~~~~~~ /kisskb/src/kernel/printk/printk_ringbuffer.c: In function 'prb_reserve': /kisskb/src/kernel/printk/printk_ringbuffer.c:1485:16: note: byref variable will be forcibly initialized 1485 | unsigned long id; | ^~ /kisskb/src/kernel/printk/printk_ringbuffer.c: In function 'prb_read_valid_info': /kisskb/src/kernel/printk/printk_ringbuffer.c:1959:23: note: byref variable will be forcibly initialized 1959 | struct printk_record r; | ^ /kisskb/src/kernel/printk/printk_ringbuffer.c: In function 'prb_first_valid_seq': /kisskb/src/kernel/printk/printk_ringbuffer.c:1983:6: note: byref variable will be forcibly initialized 1983 | u64 seq = 0; | ^~~ /kisskb/src/kernel/printk/printk_ringbuffer.c: In function 'prb_next_seq': /kisskb/src/kernel/printk/printk_ringbuffer.c:2008:6: note: byref variable will be forcibly initialized 2008 | u64 seq = 0; | ^~~ /kisskb/src/fs/iomap/direct-io.c: In function '__iomap_dio_rw': /kisskb/src/fs/iomap/direct-io.c:488:18: note: byref variable will be forcibly initialized 488 | struct blk_plug plug; | ^~~~ /kisskb/src/kernel/sched/fair.c: In function 'update_sd_lb_stats': /kisskb/src/kernel/sched/fair.c:9224:6: note: byref variable will be forcibly initialized 9224 | int sg_status = 0; | ^~~~~~~~~ /kisskb/src/kernel/sched/fair.c:9223:21: note: byref variable will be forcibly initialized 9223 | struct sg_lb_stats tmp_sgs; | ^~~~~~~ /kisskb/src/kernel/sched/fair.c: In function 'find_busiest_group': /kisskb/src/kernel/sched/fair.c:9482:21: note: byref variable will be forcibly initialized 9482 | struct sd_lb_stats sds; | ^~~ /kisskb/src/kernel/sched/fair.c: In function 'load_balance': /kisskb/src/kernel/sched/fair.c:9853:18: note: byref variable will be forcibly initialized 9853 | struct rq_flags rf; | ^~ /kisskb/src/kernel/sched/fair.c: In function 'newidle_balance': /kisskb/src/kernel/sched/fair.c:10916:7: note: byref variable will be forcibly initialized 10916 | int continue_balancing = 1; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/fair.c:10860:16: note: byref variable will be forcibly initialized 10860 | unsigned long next_balance = jiffies + HZ; | ^~~~~~~~~~~~ /kisskb/src/kernel/irq/handle.c: In function 'handle_irq_event_percpu': /kisskb/src/kernel/irq/handle.c:196:15: note: byref variable will be forcibly initialized 196 | unsigned int flags = 0; | ^~~~~ /kisskb/src/kernel/sched/fair.c: In function 'rebalance_domains': /kisskb/src/kernel/sched/fair.c:10274:6: note: byref variable will be forcibly initialized 10274 | int continue_balancing = 1; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/fair.c: In function '_nohz_idle_balance': /kisskb/src/kernel/sched/fair.c:10738:20: note: byref variable will be forcibly initialized 10738 | struct rq_flags rf; | ^~ /kisskb/src/fs/crypto/bio.c: In function 'fscrypt_decrypt_bio': /kisskb/src/fs/crypto/bio.c:34:23: note: byref variable will be forcibly initialized 34 | struct bvec_iter_all iter_all; | ^~~~~~~~ /kisskb/src/crypto/arc4.c: In function 'crypto_arc4_crypt': /kisskb/src/crypto/arc4.c:30:23: note: byref variable will be forcibly initialized 30 | struct skcipher_walk walk; | ^~~~ /kisskb/src/block/blk-crypto.c: In function 'bio_crypt_check_alignment': /kisskb/src/block/blk-crypto.c:208:19: note: byref variable will be forcibly initialized 208 | struct bvec_iter iter; | ^~~~ /kisskb/src/arch/powerpc/platforms/powernv/pci-ioda.c: In function 'pnv_pci_ioda_pe_dma_weight': /kisskb/src/arch/powerpc/platforms/powernv/pci-ioda.c:1489:15: note: byref variable will be forcibly initialized 1489 | unsigned int weight = 0; | ^~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/pci-ioda.c: In function 'pnv_pci_ioda_create_dbgfs': /kisskb/src/arch/powerpc/platforms/powernv/pci-ioda.c:2472:7: note: byref variable will be forcibly initialized 2472 | char name[16]; | ^~~~ /kisskb/src/arch/powerpc/platforms/powernv/pci-ioda.c: In function 'pnv_ioda_get_pe_state': /kisskb/src/arch/powerpc/platforms/powernv/pci-ioda.c:610:9: note: byref variable will be forcibly initialized 610 | __be16 pcierr = 0; | ^~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/pci-ioda.c:609:17: note: byref variable will be forcibly initialized 609 | u8 fstate = 0, state; | ^~~~~ /kisskb/src/arch/powerpc/platforms/powernv/pci-ioda.c:609:5: note: byref variable will be forcibly initialized 609 | u8 fstate = 0, state; | ^~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/pci-ioda.c: In function 'pnv_ioda_parse_m64_window': /kisskb/src/arch/powerpc/platforms/powernv/pci-ioda.c:441:6: note: byref variable will be forcibly initialized 441 | u32 m64_range[2], i; | ^~~~~~~~~ /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:61:7: note: byref variable will be forcibly initialized 61 | char pfix[32]; | ^~~~ /kisskb/src/arch/powerpc/platforms/powernv/pci-ioda.c:60:10: note: byref variable will be forcibly initialized 60 | va_list args; | ^~~~ /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_ioda2_setup_default_config': /kisskb/src/arch/powerpc/platforms/powernv/pci-ioda.c:1735:22: note: byref variable will be forcibly initialized 1735 | struct iommu_table *tbl = NULL; | ^~~ /kisskb/src/arch/powerpc/platforms/powernv/pci-ioda.c: In function 'pnv_pci_ioda1_setup_dma_pe': /kisskb/src/arch/powerpc/platforms/powernv/pci-ioda.c:1519:23: note: byref variable will be forcibly initialized 1519 | unsigned int weight, total_weight = 0; | ^~~~~~~~~~~~ /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:2955:6: note: byref variable will be forcibly initialized 2955 | int len; | ^~~ /kisskb/src/arch/powerpc/platforms/powernv/pci-ioda.c:2952:18: note: byref variable will be forcibly initialized 2952 | struct resource r; | ^ /kisskb/src/arch/powerpc/platforms/powernv/pci-ioda.c: In function '__pnv_pci_ioda_msi_setup': /kisskb/src/arch/powerpc/platforms/powernv/pci-ioda.c:2080:10: note: byref variable will be forcibly initialized 2080 | __be32 addr32; | ^~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/pci-ioda.c:2068:10: note: byref variable will be forcibly initialized 2068 | __be64 addr64; | ^~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/pci-ioda.c:2041:9: note: byref variable will be forcibly initialized 2041 | __be32 data; | ^~~~ In file included from /kisskb/src/mm/list_lru.c:12: /kisskb/src/mm/list_lru.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/arch/powerpc/kernel/setup_64.c: In function 'check_smt_enabled': /kisskb/src/arch/powerpc/kernel/setup_64.c:143:8: note: byref variable will be forcibly initialized 143 | int smt; | ^~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/container_of.h:5, from /kisskb/src/include/linux/list.h:5, from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/mempool.h:8, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/include/linux/blk-crypto-profile.h:9, from /kisskb/src/block/blk-crypto-profile.c:27: /kisskb/src/block/blk-crypto-profile.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:756:6: note: in expansion of macro 'unlikely' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:756:15: note: in expansion of macro 'check_mul_overflow' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:756:6: note: in expansion of macro 'unlikely' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:756:15: note: in expansion of macro 'check_mul_overflow' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/bio.h:10, from /kisskb/src/include/linux/blk-crypto-profile.h:9, from /kisskb/src/block/blk-crypto-profile.c:27: /kisskb/src/include/linux/slab.h:754:9: note: byref variable will be forcibly initialized 754 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/mempool.h:8, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/include/linux/blk-crypto-profile.h:9, from /kisskb/src/block/blk-crypto-profile.c:27: /kisskb/src/block/blk-crypto-profile.c: In function 'blk_crypto_get_keyslot': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/block/blk-crypto-profile.c:280:3: note: in expansion of macro 'wait_event' 280 | wait_event(profile->idle_slots_wait_queue, | ^~~~~~~~~~ /kisskb/src/block/blk-crypto-profile.c: In function 'blk_crypto_put_keyslot': /kisskb/src/block/blk-crypto-profile.c:321:16: note: byref variable will be forcibly initialized 321 | unsigned long flags; | ^~~~~ /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:726:9: note: byref variable will be forcibly initialized 726 | loff_t tmp_index; | ^~~~~~~~~ /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:986:9: note: byref variable will be forcibly initialized 986 | loff_t cur_index = 0; | ^~~~~~~~~ /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:186:9: note: byref variable will be forcibly initialized 186 | loff_t tmp_index; | ^~~~~~~~~ /kisskb/src/arch/powerpc/kernel/nvram_64.c: In function 'oops_to_nvram': /kisskb/src/arch/powerpc/kernel/nvram_64.c:654:9: note: byref variable will be forcibly initialized 654 | size_t text_len; | ^~~~~~~~ /kisskb/src/arch/powerpc/kernel/nvram_64.c: In function 'nvram_read_partition': /kisskb/src/arch/powerpc/kernel/nvram_64.c:225:22: note: byref variable will be forcibly initialized 225 | struct err_log_info info; | ^~~~ /kisskb/src/arch/powerpc/kernel/nvram_64.c:224:9: note: byref variable will be forcibly initialized 224 | loff_t tmp_index; | ^~~~~~~~~ /kisskb/src/arch/powerpc/kernel/nvram_64.c: In function 'nvram_create_partition': /kisskb/src/arch/powerpc/kernel/nvram_64.c:850:9: note: byref variable will be forcibly initialized 850 | loff_t tmp_index; | ^~~~~~~~~ /kisskb/src/arch/powerpc/kernel/nvram_64.c: In function 'nvram_init_os_partition': /kisskb/src/arch/powerpc/kernel/nvram_64.c:277:6: note: byref variable will be forcibly initialized 277 | int size; | ^~~~ /kisskb/src/fs/sysfs/file.c: In function 'sysfs_kf_seq_show': /kisskb/src/fs/sysfs/file.c:46:8: note: byref variable will be forcibly initialized 46 | char *buf; | ^~~ /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/fs/sysfs/file.c: In function 'sysfs_emit': /kisskb/src/fs/sysfs/file.c:744:10: note: byref variable will be forcibly initialized 744 | va_list args; | ^~~~ /kisskb/src/fs/sysfs/file.c: In function 'sysfs_emit_at': /kisskb/src/fs/sysfs/file.c:772:10: note: byref variable will be forcibly initialized 772 | va_list args; | ^~~~ /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_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/samples/vfio-mdev/mdpy.c: In function 'mdpy_write': /kisskb/src/samples/vfio-mdev/mdpy.c:388:7: note: byref variable will be forcibly initialized 388 | u8 val; | ^~~ /kisskb/src/samples/vfio-mdev/mdpy.c:376:8: note: byref variable will be forcibly initialized 376 | u16 val; | ^~~ /kisskb/src/samples/vfio-mdev/mdpy.c:364:8: note: byref variable will be forcibly initialized 364 | u32 val; | ^~~ /kisskb/src/samples/vfio-mdev/mdpy.c: In function 'mdpy_read': /kisskb/src/samples/vfio-mdev/mdpy.c:327:7: note: byref variable will be forcibly initialized 327 | u8 val; | ^~~ /kisskb/src/samples/vfio-mdev/mdpy.c:315:8: note: byref variable will be forcibly initialized 315 | u16 val; | ^~~ /kisskb/src/samples/vfio-mdev/mdpy.c:303:8: note: byref variable will be forcibly initialized 303 | u32 val; | ^~~ /kisskb/src/samples/vfio-mdev/mdpy.c: In function 'mdpy_ioctl': /kisskb/src/samples/vfio-mdev/mdpy.c:587:37: note: byref variable will be forcibly initialized 587 | struct vfio_device_gfx_plane_info plane; | ^~~~~ /kisskb/src/samples/vfio-mdev/mdpy.c:564:24: note: byref variable will be forcibly initialized 564 | struct vfio_irq_info info; | ^~~~ /kisskb/src/samples/vfio-mdev/mdpy.c:539:27: note: byref variable will be forcibly initialized 539 | struct vfio_region_info info; | ^~~~ /kisskb/src/samples/vfio-mdev/mdpy.c:516:27: note: byref variable will be forcibly initialized 516 | struct vfio_device_info info; | ^~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_affinity_notify': /kisskb/src/kernel/irq/manage.c:510:16: note: byref variable will be forcibly initialized 510 | cpumask_var_t cpumask; | ^~~~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_set_irq_wake': /kisskb/src/kernel/irq/manage.c:874:16: note: byref variable will be forcibly initialized 874 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_set_irqchip_state': /kisskb/src/kernel/irq/manage.c:2839:16: note: byref variable will be forcibly initialized 2839 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_set_vcpu_affinity': /kisskb/src/kernel/irq/manage.c:645:16: note: byref variable will be forcibly initialized 645 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_set_parent': /kisskb/src/kernel/irq/manage.c:997:16: note: byref variable will be forcibly initialized 997 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_percpu_is_enabled': /kisskb/src/kernel/irq/manage.c:2390:16: note: byref variable will be forcibly initialized 2390 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_thread_check_affinity': /kisskb/src/kernel/irq/manage.c:1124:16: note: byref variable will be forcibly initialized 1124 | cpumask_var_t mask; | ^~~~ /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/irq/manage.c: In function 'disable_percpu_irq': /kisskb/src/kernel/irq/manage.c:2407:16: note: byref variable will be forcibly initialized 2407 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_set_affinity_hint': /kisskb/src/kernel/irq/manage.c:491:16: note: byref variable will be forcibly initialized 491 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_update_affinity_desc': /kisskb/src/kernel/irq/manage.c:392:16: note: byref variable will be forcibly initialized 392 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function '__disable_irq_nosync': /kisskb/src/kernel/irq/manage.c:682:16: note: byref variable will be forcibly initialized 682 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'enable_irq': /kisskb/src/kernel/irq/manage.c:810:16: note: byref variable will be forcibly initialized 810 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'can_request_irq': /kisskb/src/kernel/irq/manage.c:923:16: note: byref variable will be forcibly initialized 923 | unsigned long flags; | ^~~~~ /kisskb/src/mm/workingset.c: In function 'workingset_refault': /kisskb/src/mm/workingset.c:297:6: note: byref variable will be forcibly initialized 297 | int memcgid; | ^~~~~~~ /kisskb/src/mm/workingset.c:296:7: note: byref variable will be forcibly initialized 296 | bool workingset; | ^~~~~~~~~~ /kisskb/src/mm/workingset.c:293:16: note: byref variable will be forcibly initialized 293 | unsigned long eviction; | ^~~~~~~~ /kisskb/src/mm/workingset.c:291:22: note: byref variable will be forcibly initialized 291 | struct pglist_data *pgdat; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'enable_percpu_irq': /kisskb/src/kernel/irq/manage.c:2343:16: note: byref variable will be forcibly initialized 2343 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'prepare_percpu_nmi': /kisskb/src/kernel/irq/manage.c:2702:16: note: byref variable will be forcibly initialized 2702 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function 'teardown_percpu_nmi': /kisskb/src/kernel/irq/manage.c:2745:16: note: byref variable will be forcibly initialized 2745 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/manage.c: In function '__synchronize_hardirq': /kisskb/src/kernel/irq/manage.c:41:7: note: byref variable will be forcibly initialized 41 | bool inprogress; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/topology.h:33, from /kisskb/src/include/linux/irq.h:19, from /kisskb/src/kernel/irq/manage.c:11: /kisskb/src/kernel/irq/manage.c: In function 'synchronize_irq': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/irq/manage.c:137:3: note: in expansion of macro 'wait_event' 137 | wait_event(desc->wait_for_threads, | ^~~~~~~~~~ /kisskb/src/kernel/irq/manage.c: In function 'irq_get_irqchip_state': /kisskb/src/kernel/irq/manage.c:2805:16: note: byref variable will be forcibly initialized 2805 | unsigned long flags; | ^~~~~ /kisskb/src/mm/debug.c: In function '__dump_page': /kisskb/src/mm/debug.c:121:17: note: byref variable will be forcibly initialized 121 | unsigned long ino; | ^~~ /kisskb/src/mm/debug.c:120:17: note: byref variable will be forcibly initialized 120 | struct dentry dentry; | ^~~~~~ /kisskb/src/mm/debug.c:118:22: note: byref variable will be forcibly initialized 118 | struct hlist_node *dentry_first; | ^~~~~~~~~~~~ /kisskb/src/mm/debug.c:117:42: note: byref variable will be forcibly initialized 117 | const struct address_space_operations *a_ops; | ^~~~~ /kisskb/src/mm/debug.c:116:17: note: byref variable will be forcibly initialized 116 | struct inode *host; | ^~~~ /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/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/arch/powerpc/kernel/mce_power.c: In function 'addr_to_pfn': /kisskb/src/arch/powerpc/kernel/mce_power.c:32:15: note: byref variable will be forcibly initialized 32 | unsigned int shift; | ^~~~~ /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/arch/powerpc/kernel/mce_power.c: In function 'mce_handle_error': /kisskb/src/arch/powerpc/kernel/mce_power.c:706:17: note: byref variable will be forcibly initialized 706 | uint64_t addr, phys_addr = ULONG_MAX; | ^~~~~~~~~ /kisskb/src/arch/powerpc/kernel/mce_power.c:706:11: note: byref variable will be forcibly initialized 706 | uint64_t addr, phys_addr = ULONG_MAX; | ^~~~ In file included from /kisskb/src/kernel/rcu/update.c:584: /kisskb/src/kernel/rcu/update.c: In function 'tasks_gp_state_getname': /kisskb/src/kernel/rcu/tasks.h:142:6: note: byref variable will be forcibly initialized 142 | int i = data_race(rtp->gp_state); // Let KCSAN detect update races | ^ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/rcu.h:840, from /kisskb/src/kernel/rcu/rcu.h:13, from /kisskb/src/kernel/rcu/update.c:49: /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_utilization': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:27:1: note: in expansion of macro 'TRACE_EVENT' 27 | TRACE_EVENT(rcu_utilization, | ^~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'trace_event_raw_event_rcu_stall_warning': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rcu.h:444:1: note: in expansion of macro 'TRACE_EVENT' 444 | TRACE_EVENT(rcu_stall_warning, | ^~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'rcu_read_lock_bh_held': /kisskb/src/kernel/rcu/update.c:332:7: note: byref variable will be forcibly initialized 332 | bool ret; | ^~~ /kisskb/src/kernel/rcu/update.c: In function 'rcu_read_lock_sched_held': /kisskb/src/kernel/rcu/update.c:121:7: note: byref variable will be forcibly initialized 121 | bool ret; | ^~~ /kisskb/src/kernel/rcu/update.c: In function 'rcu_read_lock_held': /kisskb/src/kernel/rcu/update.c:307:7: note: byref variable will be forcibly initialized 307 | bool ret; | ^~~ /kisskb/src/kernel/rcu/update.c: In function 'rcu_read_lock_any_held': /kisskb/src/kernel/rcu/update.c:342:7: note: byref variable will be forcibly initialized 342 | bool ret; | ^~~ In file included from /kisskb/src/kernel/rcu/update.c:40: /kisskb/src/kernel/rcu/update.c: In function 'synchronize_rcu_tasks_generic': /kisskb/src/include/linux/rcupdate_wait.h:27:25: note: byref variable will be forcibly initialized 27 | struct rcu_synchronize __rs_array[ARRAY_SIZE(__crcu_array)]; \ | ^~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:32:26: note: in expansion of macro '_wait_rcu_gp' 32 | #define wait_rcu_gp(...) _wait_rcu_gp(false, __VA_ARGS__) | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:178:2: note: in expansion of macro 'wait_rcu_gp' 178 | wait_rcu_gp(rtp->call_func); | ^~~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:26:18: note: byref variable will be forcibly initialized 26 | call_rcu_func_t __crcu_array[] = { __VA_ARGS__ }; \ | ^~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:32:26: note: in expansion of macro '_wait_rcu_gp' 32 | #define wait_rcu_gp(...) _wait_rcu_gp(false, __VA_ARGS__) | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:178:2: note: in expansion of macro 'wait_rcu_gp' 178 | wait_rcu_gp(rtp->call_func); | ^~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/update.c:584: /kisskb/src/kernel/rcu/update.c: In function 'rcu_tasks_wait_gp': /kisskb/src/kernel/rcu/tasks.h:339:8: note: byref variable will be forcibly initialized 339 | bool firstreport; | ^~~~~~~~~~~ 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:307:12: note: byref variable will be forcibly initialized 307 | 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) | ^~~~ In file included from /kisskb/src/kernel/rcu/update.c:584: /kisskb/src/kernel/rcu/update.c: In function 'show_rcu_tasks_trace_gp_kthread': /kisskb/src/kernel/rcu/tasks.h:1289:7: note: byref variable will be forcibly initialized 1289 | char buf[64]; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/hardirq.h:9, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/kernel/rcu/update.c:25: /kisskb/src/kernel/rcu/update.c: In function 'rcu_tasks_kthread': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:212:4: note: in expansion of macro 'wait_event_interruptible' 212 | wait_event_interruptible(rtp->cbs_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/update.c: In function 'rcu_tasks_trace_postgp': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:708:2: note: in expansion of macro '___wait_event' 708 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:740:11: note: in expansion of macro '__wait_event_idle_exclusive_timeout' 740 | __ret = __wait_event_idle_exclusive_timeout(wq_head, condition, timeout);\ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tasks.h:1170:9: note: in expansion of macro 'wait_event_idle_exclusive_timeout' 1170 | 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:1150:12: note: byref variable will be forcibly initialized 1150 | 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) | ^~~~ In file included from /kisskb/src/kernel/rcu/update.c:584: /kisskb/src/kernel/rcu/tasks.h:1148:7: note: byref variable will be forcibly initialized 1148 | bool firstreport; | ^~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/mce.c: In function 'machine_check_print_event_info': /kisskb/src/arch/powerpc/kernel/mce.c:373:7: note: byref variable will be forcibly initialized 373 | char pa_str[50]; | ^~~~~~ /kisskb/src/arch/powerpc/kernel/mce.c:372:7: note: byref variable will be forcibly initialized 372 | char dar_str[50]; | ^~~~~~~ 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:556:29: note: byref variable will be forcibly initialized 556 | struct interrupt_nmi_state state; \ | ^~~~~ /kisskb/src/arch/powerpc/kernel/mce.c:602:1: note: in expansion of macro 'DEFINE_INTERRUPT_HANDLER_NMI' 602 | 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:556:29: note: byref variable will be forcibly initialized 556 | struct interrupt_nmi_state state; \ | ^~~~~ /kisskb/src/arch/powerpc/kernel/mce.c:725:1: note: in expansion of macro 'DEFINE_INTERRUPT_HANDLER_NMI' 725 | DEFINE_INTERRUPT_HANDLER_NMI(hmi_exception_realmode) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/mce.c: In function 'machine_check_queue_event': /kisskb/src/arch/powerpc/kernel/mce.c:251:29: note: byref variable will be forcibly initialized 251 | struct machine_check_event evt; | ^~~ /kisskb/src/arch/powerpc/platforms/pseries/eeh_pseries.c: In function 'pseries_eeh_cap_start': /kisskb/src/arch/powerpc/platforms/pseries/eeh_pseries.c:248:6: note: byref variable will be forcibly initialized 248 | u32 status; | ^~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/eeh_pseries.c: In function 'pseries_eeh_find_cap': /kisskb/src/arch/powerpc/platforms/pseries/eeh_pseries.c:265:6: note: byref variable will be forcibly initialized 265 | u32 id; | ^~ /kisskb/src/arch/powerpc/platforms/pseries/eeh_pseries.c:263:6: note: byref variable will be forcibly initialized 263 | int pos = pseries_eeh_cap_start(pdn); | ^~~ /kisskb/src/arch/powerpc/platforms/pseries/eeh_pseries.c: In function 'pseries_eeh_find_ecap': /kisskb/src/arch/powerpc/platforms/pseries/eeh_pseries.c:289:6: note: byref variable will be forcibly initialized 289 | u32 header; | ^~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/eeh_pseries.c: In function 'pseries_eeh_get_state': /kisskb/src/arch/powerpc/platforms/pseries/eeh_pseries.c:555:6: note: byref variable will be forcibly initialized 555 | int rets[4]; | ^~~~ /kisskb/src/arch/powerpc/platforms/pseries/eeh_pseries.c: In function 'pseries_eeh_get_pe_config_addr': /kisskb/src/arch/powerpc/platforms/pseries/eeh_pseries.c:103:11: note: byref variable will be forcibly initialized 103 | int ret, rets[3]; | ^~~~ /kisskb/src/arch/powerpc/platforms/pseries/eeh_pseries.c: In function 'pseries_eeh_init_edev': /kisskb/src/arch/powerpc/platforms/pseries/eeh_pseries.c:366:6: note: byref variable will be forcibly initialized 366 | u32 pcie_flags; | ^~~~~~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/eeh_pseries.c:364:16: note: byref variable will be forcibly initialized 364 | struct eeh_pe pe, *parent; | ^~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/mmap_lock.h:87, from /kisskb/src/mm/mmap_lock.c:3: /kisskb/src/mm/mmap_lock.c: In function 'trace_event_raw_event_mmap_lock': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 16 | DECLARE_EVENT_CLASS(mmap_lock, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 16 | DECLARE_EVENT_CLASS(mmap_lock, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/mmap_lock.c: In function 'trace_event_raw_event_mmap_lock_acquire_returned': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' 141 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:52:1: note: in expansion of macro 'TRACE_EVENT_FN' 52 | TRACE_EVENT_FN(mmap_lock_acquire_returned, | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' 141 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/mmap_lock.h:52:1: note: in expansion of macro 'TRACE_EVENT_FN' 52 | TRACE_EVENT_FN(mmap_lock_acquire_returned, | ^~~~~~~~~~~~~~ /kisskb/src/fs/quota/quota.c: In function 'quota_getfmt': /kisskb/src/fs/quota/quota.c:109:8: note: byref variable will be forcibly initialized 109 | __u32 fmt; | ^~~ /kisskb/src/fs/quota/quota.c: In function 'quota_enable': /kisskb/src/fs/quota/quota.c:315:8: note: byref variable will be forcibly initialized 315 | __u32 flags; | ^~~~~ /kisskb/src/fs/quota/quota.c: In function 'quota_disable': /kisskb/src/fs/quota/quota.c:326:8: note: byref variable will be forcibly initialized 326 | __u32 flags; | ^~~~~ /kisskb/src/arch/powerpc/kernel/security.c: In function 'init_fallback_flush': /kisskb/src/arch/powerpc/kernel/security.c:645:16: note: byref variable will be forcibly initialized 645 | u64 l1d_size, limit; | ^~~~~ /kisskb/src/fs/quota/quota.c: In function 'quota_rmxquota': /kisskb/src/fs/quota/quota.c:757:8: note: byref variable will be forcibly initialized 757 | __u32 flags; | ^~~~~ /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; | ^ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/quota/quota.c:9: /kisskb/src/fs/quota/quota.c: In function 'quotactl_block': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/quota/quota.c:898:3: note: in expansion of macro 'wait_event' 898 | wait_event(sb->s_writers.wait_unfrozen, | ^~~~~~~~~~ /kisskb/src/fs/quota/quota.c:873:8: note: byref variable will be forcibly initialized 873 | dev_t dev; | ^~~ /kisskb/src/arch/powerpc/kernel/security.c: In function 'cpu_show_spectre_v1': /kisskb/src/arch/powerpc/kernel/security.c:182:17: note: byref variable will be forcibly initialized 182 | struct seq_buf s; | ^ /kisskb/src/arch/powerpc/kernel/security.c: In function 'cpu_show_spectre_v2': /kisskb/src/arch/powerpc/kernel/security.c:204:17: note: byref variable will be forcibly initialized 204 | struct seq_buf s; | ^ /kisskb/src/fs/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; | ^~~ In file included from /kisskb/src/fs/quota/quota.c:17: /kisskb/src/fs/quota/quota.c: In function '__do_sys_quotactl': /kisskb/src/include/linux/syscalls.h:255:21: note: byref variable will be forcibly initialized 255 | static inline long __do_sys##name(__MAP(x,__SC_DECL,__VA_ARGS__)) | ^~~~~~~~ /kisskb/src/include/linux/syscalls.h:228:2: note: in expansion of macro '__SYSCALL_DEFINEx' 228 | __SYSCALL_DEFINEx(x, sname, __VA_ARGS__) | ^~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/syscalls.h:220:36: note: in expansion of macro 'SYSCALL_DEFINEx' 220 | #define SYSCALL_DEFINE4(name, ...) SYSCALL_DEFINEx(4, _##name, __VA_ARGS__) | ^~~~~~~~~~~~~~~ /kisskb/src/fs/quota/quota.c:916:1: note: in expansion of macro 'SYSCALL_DEFINE4' 916 | SYSCALL_DEFINE4(quotactl, unsigned int, cmd, const char __user *, special, | ^~~~~~~~~~~~~~~ /kisskb/src/fs/quota/quota.c:921:14: note: byref variable will be forcibly initialized 921 | struct path path, *pathp = NULL; | ^~~~ /kisskb/src/mm/gup.c: In function 'unpin_user_pages': /kisskb/src/mm/gup.c:395:15: note: byref variable will be forcibly initialized 395 | unsigned int ntails; | ^~~~~~ /kisskb/src/mm/gup.c:394:15: note: byref variable will be forcibly initialized 394 | struct page *head; | ^~~~ /kisskb/src/mm/gup.c: In function 'unpin_user_pages_dirty_lock': /kisskb/src/mm/gup.c:311:15: note: byref variable will be forcibly initialized 311 | unsigned int ntails; | ^~~~~~ /kisskb/src/mm/gup.c:310:15: note: byref variable will be forcibly initialized 310 | struct page *head; | ^~~~ /kisskb/src/mm/gup.c: In function 'unpin_user_page_range_dirty_lock': /kisskb/src/mm/gup.c:372:15: note: byref variable will be forcibly initialized 372 | unsigned int ntails; | ^~~~~~ /kisskb/src/mm/gup.c:371:15: note: byref variable will be forcibly initialized 371 | struct page *head; | ^~~~ In file included from /kisskb/src/include/linux/mm.h:21, from /kisskb/src/mm/gup.c:7: /kisskb/src/mm/gup.c: In function 'percpu_ref_put_many': /kisskb/src/include/linux/percpu-refcount.h:328:26: note: byref variable will be forcibly initialized 328 | unsigned long __percpu *percpu_count; | ^~~~~~~~~~~~ /kisskb/src/mm/gup.c: In function 'fault_in_safe_writeable': /kisskb/src/mm/gup.c:1720:6: note: byref variable will be forcibly initialized 1720 | int locked = 0; | ^~~~~~ /kisskb/src/mm/gup.c: In function 'get_user_pages_unlocked': /kisskb/src/mm/gup.c:2191:6: note: byref variable will be forcibly initialized 2191 | int locked = 1; | ^~~~~~ 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:1842:12: note: byref variable will be forcibly initialized 1842 | 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/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/mm/gup.c: In function 'lockless_pages_from_mm': /kisskb/src/mm/gup.c:2793:6: note: byref variable will be forcibly initialized 2793 | int nr_pinned = 0; | ^~~~~~~~~ /kisskb/src/mm/gup.c: In function 'internal_get_user_pages_fast': /kisskb/src/mm/gup.c:2839:21: note: byref variable will be forcibly initialized 2839 | unsigned long len, end; | ^~~ /kisskb/src/fs/kernfs/inode.c: In function 'kernfs_vfs_user_xattr_add': /kisskb/src/fs/kernfs/inode.c:343:10: note: byref variable will be forcibly initialized 343 | ssize_t removed_size; | ^~~~~~~~~~~~ /kisskb/src/fs/kernfs/inode.c: In function 'kernfs_vfs_user_xattr_rm': /kisskb/src/fs/kernfs/inode.c:377:10: note: byref variable will be forcibly initialized 377 | ssize_t removed_size; | ^~~~~~~~~~~~ /kisskb/src/mm/gup.c: In function '__get_user_pages': /kisskb/src/mm/gup.c:1107:16: note: byref variable will be forcibly initialized 1107 | unsigned int foll_flags = gup_flags; | ^~~~~~~~~~ /kisskb/src/mm/gup.c:1087:25: note: byref variable will be forcibly initialized 1087 | struct vm_area_struct *vma = NULL; | ^~~ /kisskb/src/mm/gup.c: In function '__mm_populate': /kisskb/src/mm/gup.c:1569:6: note: byref variable will be forcibly initialized 1569 | int locked = 0; | ^~~~~~ /kisskb/src/drivers/pinctrl/core.c: In function 'pinctrl_gpio_can_use_line': /kisskb/src/drivers/pinctrl/core.c:744:29: note: byref variable will be forcibly initialized 744 | struct pinctrl_gpio_range *range; | ^~~~~ /kisskb/src/drivers/pinctrl/core.c:743:22: note: byref variable will be forcibly initialized 743 | struct pinctrl_dev *pctldev; | ^~~~~~~ /kisskb/src/drivers/pinctrl/core.c: In function 'pinctrl_gpio_request': /kisskb/src/drivers/pinctrl/core.c:780:29: note: byref variable will be forcibly initialized 780 | struct pinctrl_gpio_range *range; | ^~~~~ /kisskb/src/drivers/pinctrl/core.c:779:22: note: byref variable will be forcibly initialized 779 | struct pinctrl_dev *pctldev; | ^~~~~~~ /kisskb/src/drivers/pinctrl/core.c: In function 'pinctrl_gpio_free': /kisskb/src/drivers/pinctrl/core.c:815:29: note: byref variable will be forcibly initialized 815 | struct pinctrl_gpio_range *range; | ^~~~~ /kisskb/src/drivers/pinctrl/core.c:814:22: note: byref variable will be forcibly initialized 814 | struct pinctrl_dev *pctldev; | ^~~~~~~ /kisskb/src/drivers/pinctrl/core.c: In function 'pinctrl_gpio_direction': /kisskb/src/drivers/pinctrl/core.c:837:29: note: byref variable will be forcibly initialized 837 | struct pinctrl_gpio_range *range; | ^~~~~ /kisskb/src/drivers/pinctrl/core.c:836:22: note: byref variable will be forcibly initialized 836 | struct pinctrl_dev *pctldev; | ^~~~~~~ /kisskb/src/drivers/pinctrl/core.c: In function 'pinctrl_gpio_set_config': /kisskb/src/drivers/pinctrl/core.c:898:22: note: byref variable will be forcibly initialized 898 | struct pinctrl_dev *pctldev; | ^~~~~~~ /kisskb/src/drivers/pinctrl/core.c:897:29: note: byref variable will be forcibly initialized 897 | struct pinctrl_gpio_range *range; | ^~~~~ /kisskb/src/drivers/pinctrl/core.c:896:16: note: byref variable will be forcibly initialized 896 | unsigned long configs[] = { config }; | ^~~~~~~ /kisskb/src/drivers/pinctrl/core.c: In function 'pinctrl_groups_show': /kisskb/src/drivers/pinctrl/core.c:1695:12: note: byref variable will be forcibly initialized 1695 | unsigned num_pins = 0; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/core.c:1694:19: note: byref variable will be forcibly initialized 1694 | const unsigned *pins = NULL; | ^~~~ /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/crypto/lzo.c: In function '__lzo_decompress': /kisskb/src/crypto/lzo.c:86:9: note: byref variable will be forcibly initialized 86 | size_t tmp_len = *dlen; /* size_t(ulong) <-> uint on 64 bit */ | ^~~~~~~ /kisskb/src/crypto/lzo.c: In function '__lzo_compress': /kisskb/src/crypto/lzo.c:55:9: note: byref variable will be forcibly initialized 55 | size_t tmp_len = *dlen; /* size_t(ulong) <-> uint on 64 bit */ | ^~~~~~~ /kisskb/src/crypto/lzo-rle.c: In function '__lzorle_decompress': /kisskb/src/crypto/lzo-rle.c:86:9: note: byref variable will be forcibly initialized 86 | size_t tmp_len = *dlen; /* size_t(ulong) <-> uint on 64 bit */ | ^~~~~~~ /kisskb/src/crypto/lzo-rle.c: In function '__lzorle_compress': /kisskb/src/crypto/lzo-rle.c:55:9: note: byref variable will be forcibly initialized 55 | size_t tmp_len = *dlen; /* size_t(ulong) <-> uint on 64 bit */ | ^~~~~~~ /kisskb/src/arch/powerpc/kernel/rtas-rtc.c: In function 'rtas_get_boot_time': /kisskb/src/arch/powerpc/kernel/rtas-rtc.c:18:6: note: byref variable will be forcibly initialized 18 | int ret[8]; | ^~~ /kisskb/src/arch/powerpc/kernel/rtas-rtc.c: In function 'rtas_get_rtc_time': /kisskb/src/arch/powerpc/kernel/rtas-rtc.c:50:13: note: byref variable will be forcibly initialized 50 | int ret[8]; | ^~~ /kisskb/src/fs/configfs/symlink.c: In function 'configfs_symlink': /kisskb/src/fs/configfs/symlink.c:147:22: note: byref variable will be forcibly initialized 147 | struct config_item *target_item = NULL; | ^~~~~~~~~~~ /kisskb/src/fs/configfs/symlink.c:144:14: note: byref variable will be forcibly initialized 144 | struct path path; | ^~~~ /kisskb/src/arch/powerpc/kernel/rtas.c: In function 'rtas_indicator_present': /kisskb/src/arch/powerpc/kernel/rtas.c:708:6: note: byref variable will be forcibly initialized 708 | int proplen, count, i; | ^~~~~~~ /kisskb/src/arch/powerpc/kernel/rtas.c: In function 'rtas_call': /kisskb/src/arch/powerpc/kernel/rtas.c:455:10: note: byref variable will be forcibly initialized 455 | va_list list; | ^~~~ In file included from /kisskb/src/include/crypto/internal/skcipher.h:13, from /kisskb/src/crypto/authenc.c:10: /kisskb/src/crypto/authenc.c: In function 'crypto_authenc_copy_assoc': /kisskb/src/include/crypto/skcipher.h:127:7: note: byref variable will be forcibly initialized 127 | char __##name##_desc[sizeof(struct skcipher_request) + \ | ^~ /kisskb/src/crypto/authenc.c:181:2: note: in expansion of macro 'SYNC_SKCIPHER_REQUEST_ON_STACK' 181 | SYNC_SKCIPHER_REQUEST_ON_STACK(skreq, ctx->null); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /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/mm/mlock.c: In function '__munlock_pagevec_fill': /kisskb/src/mm/mlock.c:356:14: note: byref variable will be forcibly initialized 356 | spinlock_t *ptl; | ^~~ /kisskb/src/crypto/authenc.c: In function 'crypto_authenc_create': /kisskb/src/crypto/authenc.c:375:6: note: byref variable will be forcibly initialized 375 | u32 mask; | ^~~~ /kisskb/src/mm/mlock.c: In function '__munlock_pagevec': /kisskb/src/mm/mlock.c:267:6: note: byref variable will be forcibly initialized 267 | int pgrescued = 0; | ^~~~~~~~~ /kisskb/src/mm/mlock.c:265:17: note: byref variable will be forcibly initialized 265 | struct pagevec pvec_putback; | ^~~~~~~~~~~~ /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/arch/powerpc/kernel/rtas.c: In function 'rtas_call_unlocked': /kisskb/src/arch/powerpc/kernel/rtas.c:446:10: note: byref variable will be forcibly initialized 446 | va_list list; | ^~~~ /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/arch/powerpc/kernel/rtas.c: In function 'rtas_call_reentrant': /kisskb/src/arch/powerpc/kernel/rtas.c:936:10: note: byref variable will be forcibly initialized 936 | va_list list; | ^~~~ /kisskb/src/mm/mlock.c: In function 'apply_vma_lock_flags': /kisskb/src/mm/mlock.c:564:31: note: byref variable will be forcibly initialized 564 | struct vm_area_struct *vma, *prev; | ^~~~ /kisskb/src/arch/powerpc/kernel/rtas.c: In function 'rtas_initialize': /kisskb/src/arch/powerpc/kernel/rtas.c:1261:18: note: byref variable will be forcibly initialized 1261 | u32 base, size, entry; | ^~~~~ /kisskb/src/arch/powerpc/kernel/rtas.c:1261:12: note: byref variable will be forcibly initialized 1261 | u32 base, size, entry; | ^~~~ /kisskb/src/arch/powerpc/kernel/rtas.c:1261:6: note: byref variable will be forcibly initialized 1261 | u32 base, size, entry; | ^~~~ /kisskb/src/arch/powerpc/kernel/rtas.c:1260:16: note: byref variable will be forcibly initialized 1260 | unsigned long rtas_region = RTAS_INSTANTIATE_MAX; | ^~~~~~~~~~~ /kisskb/src/fs/configfs/dir.c: In function 'configfs_rmdir': /kisskb/src/mm/mlock.c: In function 'apply_mlockall_flags': /kisskb/src/mm/mlock.c:742:31: note: byref variable will be forcibly initialized 742 | struct vm_area_struct *vma, *prev = NULL; | ^~~~ /kisskb/src/fs/configfs/dir.c:1461:18: note: byref variable will be forcibly initialized 1461 | struct dentry *wait; | ^~~~ /kisskb/src/mm/memory.c: In function 'remove_device_exclusive_entry': /kisskb/src/mm/memory.c:3441:28: note: byref variable will be forcibly initialized 3441 | struct mmu_notifier_range range; | ^~~~~ In file included from /kisskb/src/include/linux/mm.h:21, 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/mm/memory.c:42: /kisskb/src/mm/memory.c: In function 'percpu_ref_put_many': /kisskb/src/include/linux/percpu-refcount.h:328:26: note: byref variable will be forcibly initialized 328 | unsigned long __percpu *percpu_count; | ^~~~~~~~~~~~ /kisskb/src/mm/memory.c: In function 'wp_page_copy': /kisskb/src/mm/memory.c:2978:28: note: byref variable will be forcibly initialized 2978 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/mm/memory.c: In function '__pte_alloc': /kisskb/src/mm/memory.c:464:12: note: byref variable will be forcibly initialized 464 | pgtable_t new = pte_alloc_one(mm); | ^~~ /kisskb/src/mm/memory.c: In function 'copy_pte_range': /kisskb/src/mm/memory.c:1018:15: note: byref variable will be forcibly initialized 1018 | struct page *prealloc = NULL; | ^~~~~~~~ /kisskb/src/mm/memory.c:1016:6: note: byref variable will be forcibly initialized 1016 | int rss[NR_MM_COUNTERS]; | ^~~ In file included from /kisskb/src/include/linux/rcu_sync.h:13, from /kisskb/src/kernel/rcu/sync.c:10: /kisskb/src/kernel/rcu/sync.c: In function 'rcu_sync_enter': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/sync.c:155:2: note: in expansion of macro 'wait_event' 155 | wait_event(rsp->gp_wait, READ_ONCE(rsp->gp_state) >= GP_PASSED); | ^~~~~~~~~~ /kisskb/src/mm/memory.c: In function 'zap_pte_range': /kisskb/src/mm/memory.c:1314:6: note: byref variable will be forcibly initialized 1314 | int rss[NR_MM_COUNTERS]; | ^~~ /kisskb/src/mm/memory.c: In function 'zap_page_range_single': /kisskb/src/mm/memory.c:1658:20: note: byref variable will be forcibly initialized 1658 | struct mmu_gather tlb; | ^~~ /kisskb/src/mm/memory.c:1657:28: note: byref variable will be forcibly initialized 1657 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/mm/memory.c: In function 'unmap_vmas': /kisskb/src/mm/memory.c:1609:28: note: byref variable will be forcibly initialized 1609 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/mm/memory.c: In function 'zap_page_range': /kisskb/src/mm/memory.c:1631:20: note: byref variable will be forcibly initialized 1631 | struct mmu_gather tlb; | ^~~ /kisskb/src/mm/memory.c:1630:28: note: byref variable will be forcibly initialized 1630 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/mm/memory.c: In function 'do_numa_page': /kisskb/src/mm/memory.c:4330:6: note: byref variable will be forcibly initialized 4330 | int flags = 0; | ^~~~~ /kisskb/src/crypto/authencesn.c: In function 'crypto_authenc_esn_genicv_tail': /kisskb/src/crypto/authencesn.c:99:6: note: byref variable will be forcibly initialized 99 | u32 tmp[2]; | ^~~ /kisskb/src/crypto/authencesn.c: In function 'crypto_authenc_esn_genicv': /kisskb/src/crypto/authencesn.c:133:6: note: byref variable will be forcibly initialized 133 | u32 tmp[2]; | ^~~ In file included from /kisskb/src/include/crypto/internal/skcipher.h:13, from /kisskb/src/crypto/authencesn.c:13: /kisskb/src/crypto/authencesn.c: In function 'crypto_authenc_esn_copy': /kisskb/src/include/crypto/skcipher.h:127:7: note: byref variable will be forcibly initialized 127 | char __##name##_desc[sizeof(struct skcipher_request) + \ | ^~ /kisskb/src/crypto/authencesn.c:171:2: note: in expansion of macro 'SYNC_SKCIPHER_REQUEST_ON_STACK' 171 | SYNC_SKCIPHER_REQUEST_ON_STACK(skreq, ctx->null); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/memory.c: In function 'copy_page_range': /kisskb/src/mm/memory.c:1236:28: note: byref variable will be forcibly initialized 1236 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/crypto/authencesn.c: In function 'crypto_authenc_esn_decrypt_tail': /kisskb/src/crypto/authencesn.c:235:6: note: byref variable will be forcibly initialized 235 | u32 tmp[2]; | ^~~ /kisskb/src/crypto/authencesn.c: In function 'crypto_authenc_esn_decrypt': /kisskb/src/crypto/authencesn.c:284:6: note: byref variable will be forcibly initialized 284 | u32 tmp[2]; | ^~~ /kisskb/src/mm/memory.c: In function 'insert_page': /kisskb/src/mm/memory.c:1759:14: note: byref variable will be forcibly initialized 1759 | spinlock_t *ptl; | ^~~ /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; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/gpio.h:57, from /kisskb/src/drivers/gpio/gpiolib.c:33: /kisskb/src/drivers/gpio/gpiolib.c: In function 'trace_event_raw_event_gpio_direction': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(gpio_direction, | ^~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'trace_event_raw_event_gpio_value': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/gpio.h:32:1: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(gpio_value, | ^~~~~~~~~~~ /kisskb/src/mm/memory.c: In function 'insert_pfn': /kisskb/src/mm/memory.c:2022:14: note: byref variable will be forcibly initialized 2022 | spinlock_t *ptl; | ^~~ /kisskb/src/crypto/authencesn.c: In function 'crypto_authenc_esn_create': /kisskb/src/crypto/authencesn.c:393:6: note: byref variable will be forcibly initialized 393 | u32 mask; | ^~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/arch/powerpc/include/asm/io.h:27, 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/drivers/gpio/gpiolib.c:6: /kisskb/src/drivers/gpio/gpiolib.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/irq.h:21, 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/drivers/gpio/gpiolib.c:6: /kisskb/src/drivers/gpio/gpiolib.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/mm/memory.c: In function '__apply_to_page_range': /kisskb/src/mm/memory.c:2650:17: note: byref variable will be forcibly initialized 2650 | pgtbl_mod_mask mask = 0; | ^~~~ /kisskb/src/mm/memory.c: In function 'follow_pfn': /kisskb/src/mm/memory.c:4988:9: note: byref variable will be forcibly initialized 4988 | pte_t *ptep; | ^~~~ /kisskb/src/mm/memory.c:4987:14: note: byref variable will be forcibly initialized 4987 | spinlock_t *ptl; | ^~~ /kisskb/src/mm/memory.c: In function 'generic_access_phys': /kisskb/src/mm/memory.c:5050:14: note: byref variable will be forcibly initialized 5050 | spinlock_t *ptl; | ^~~ /kisskb/src/mm/memory.c:5049:9: note: byref variable will be forcibly initialized 5049 | pte_t *ptep, pte; | ^~~~ /kisskb/src/mm/memory.c: In function 'follow_phys': /kisskb/src/mm/memory.c:5009:14: note: byref variable will be forcibly initialized 5009 | spinlock_t *ptl; | ^~~ /kisskb/src/mm/memory.c:5008:9: note: byref variable will be forcibly initialized 5008 | pte_t *ptep, pte; | ^~~~ /kisskb/src/mm/memory.c: In function '__access_remote_vm': /kisskb/src/mm/memory.c:5114:16: note: byref variable will be forcibly initialized 5114 | struct page *page = NULL; | ^~~~ /kisskb/src/mm/memory.c:5103:25: note: byref variable will be forcibly initialized 5103 | struct vm_area_struct *vma; | ^~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'gpiochip_to_irq': /kisskb/src/drivers/gpio/gpiolib.c:1376:21: note: byref variable will be forcibly initialized 1376 | struct irq_fwspec spec; | ^~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'gpiochip_hierarchy_irq_domain_alloc': /kisskb/src/drivers/gpio/gpiolib.c:1082:15: note: byref variable will be forcibly initialized 1082 | unsigned int parent_type; | ^~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c:1081:15: note: byref variable will be forcibly initialized 1081 | unsigned int parent_hwirq; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c:1078:15: note: byref variable will be forcibly initialized 1078 | unsigned int type = IRQ_TYPE_NONE; | ^~~~ /kisskb/src/drivers/gpio/gpiolib.c:1077:18: note: byref variable will be forcibly initialized 1077 | irq_hw_number_t hwirq; | ^~~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'gpiochip_set_hierarchical_irqchip': /kisskb/src/drivers/gpio/gpiolib.c:1001:17: note: byref variable will be forcibly initialized 1001 | unsigned int parent_type; | ^~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c:1000:17: note: byref variable will be forcibly initialized 1000 | unsigned int parent_hwirq; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c:999:22: note: byref variable will be forcibly initialized 999 | struct irq_fwspec fwspec; | ^~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:9, from /kisskb/src/include/asm-generic/gpio.h:11, from /kisskb/src/include/linux/gpio.h:62, from /kisskb/src/drivers/gpio/gpiolib.c:14: /kisskb/src/drivers/gpio/gpiolib.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized 427 | unsigned int irq; | ^~~ /kisskb/src/net/core/sock.c: In function 'sock_common_recvmsg': /kisskb/src/net/core/sock.c:3459:6: note: byref variable will be forcibly initialized 3459 | int addr_len = 0; | ^~~~~~~~ /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 'phb_set_bus_ranges': /kisskb/src/arch/powerpc/kernel/rtas_pci.c:214:15: note: byref variable will be forcibly initialized 214 | unsigned int len; | ^~~ /kisskb/src/arch/powerpc/kernel/rtas_pci.c: In function 'rtas_read_config': /kisskb/src/arch/powerpc/kernel/rtas_pci.c:47:6: note: byref variable will be forcibly initialized 47 | int returnval = -1; | ^~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/mmap.h:48, from /kisskb/src/mm/mmap.c:57: /kisskb/src/mm/mmap.c: In function 'trace_event_raw_event_vm_unmapped_area': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmap.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(vm_unmapped_area, | ^~~~~~~~~~~ /kisskb/src/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/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/linux/ip.h:16, from /kisskb/src/include/net/ip.h:22, from /kisskb/src/include/linux/errqueue.h:6, from /kisskb/src/net/core/sock.c:91: /kisskb/src/net/core/sock.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/sock.c: In function 'sock_copy_user_timeval': /kisskb/src/net/core/sock.c:398:31: note: byref variable will be forcibly initialized 398 | struct __kernel_old_timeval old_tv; | ^~~~~~ /kisskb/src/net/core/sock.c:388:24: note: byref variable will be forcibly initialized 388 | struct old_timeval32 tv32; | ^~~~ /kisskb/src/mm/mmap.c: In function 'unmap_region': /kisskb/src/mm/mmap.c:2644:20: note: byref variable will be forcibly initialized 2644 | struct mmu_gather tlb; | ^~~ /kisskb/src/mm/mmap.c: In function 'cmdline_parse_stack_guard_gap': /kisskb/src/mm/mmap.c:2547:8: note: byref variable will be forcibly initialized 2547 | char *endptr; | ^~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/pci-ioda-tce.c: In function 'pnv_ioda_parse_tce_sizes': /kisskb/src/arch/powerpc/platforms/powernv/pci-ioda-tce.c:26:6: note: byref variable will be forcibly initialized 26 | u32 val; | ^~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from ./arch/powerpc/include/generated/asm/rwonce.h:1, from /kisskb/src/include/linux/compiler.h:266, from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/drivers/gpio/gpiolib.c:3: /kisskb/src/drivers/gpio/gpiolib.c: In function 'gpiod_get_array_value_complex': /kisskb/src/drivers/gpio/gpiolib.c:2571:18: note: byref variable will be forcibly initialized 2571 | DECLARE_BITMAP(fastpath_bits, FASTPATH_NGPIO); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/gpio/gpiolib.c:2570:18: note: byref variable will be forcibly initialized 2570 | DECLARE_BITMAP(fastpath_mask, FASTPATH_NGPIO); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/net/core/sock.c: In function 'sock_timestamping_bind_phc': /kisskb/src/net/core/sock.c:834:7: note: byref variable will be forcibly initialized 834 | int *vclock_index; | ^~~~~~~~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/pci-ioda-tce.c: In function 'pnv_pci_ioda2_table_alloc_pages': /kisskb/src/arch/powerpc/platforms/powernv/pci-ioda-tce.c:297:16: note: byref variable will be forcibly initialized 297 | unsigned long total_allocated_uas = 0; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/pci-ioda-tce.c:296:41: note: byref variable will be forcibly initialized 296 | unsigned long offset = 0, level_shift, total_allocated = 0; | ^~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/pci-ioda-tce.c:296:16: note: byref variable will be forcibly initialized 296 | unsigned long offset = 0, level_shift, total_allocated = 0; | ^~~~~~ /kisskb/src/net/core/sock.c: In function 'sock_set_timeout': /kisskb/src/net/core/sock.c:420:31: note: byref variable will be forcibly initialized 420 | struct __kernel_sock_timeval tv; | ^~ /kisskb/src/mm/mmap.c: In function '__insert_vm_struct': /kisskb/src/mm/mmap.c:714:29: note: byref variable will be forcibly initialized 714 | struct rb_node **rb_link, *rb_parent; | ^~~~~~~~~ /kisskb/src/mm/mmap.c:714:19: note: byref variable will be forcibly initialized 714 | struct rb_node **rb_link, *rb_parent; | ^~~~~~~ /kisskb/src/mm/mmap.c:713:25: note: byref variable will be forcibly initialized 713 | struct vm_area_struct *prev; | ^~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'gpiod_set_array_value_complex': /kisskb/src/drivers/gpio/gpiolib.c:2865:18: note: byref variable will be forcibly initialized 2865 | DECLARE_BITMAP(fastpath_bits, FASTPATH_NGPIO); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/gpio/gpiolib.c:2864:18: note: byref variable will be forcibly initialized 2864 | DECLARE_BITMAP(fastpath_mask, FASTPATH_NGPIO); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/net/core/sock.c: In function 'sock_getbindtodevice': /kisskb/src/net/core/sock.c:693:7: note: byref variable will be forcibly initialized 693 | char devname[IFNAMSIZ]; | ^~~~~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'gpiod_get_index': /kisskb/src/drivers/gpio/gpiolib.c:3855:16: note: byref variable will be forcibly initialized 3855 | unsigned long lookupflags = GPIO_LOOKUP_FLAGS_DEFAULT; | ^~~~~~~~~~~ /kisskb/src/mm/mmap.c: In function 'exit_mmap': /kisskb/src/mm/mmap.c:3125:20: note: byref variable will be forcibly initialized 3125 | struct mmu_gather tlb; | ^~~ /kisskb/src/mm/mmap.c: In function 'insert_vm_struct': /kisskb/src/mm/mmap.c:3194:29: note: byref variable will be forcibly initialized 3194 | struct rb_node **rb_link, *rb_parent; | ^~~~~~~~~ /kisskb/src/mm/mmap.c:3194:19: note: byref variable will be forcibly initialized 3194 | struct rb_node **rb_link, *rb_parent; | ^~~~~~~ /kisskb/src/mm/mmap.c:3193:25: note: byref variable will be forcibly initialized 3193 | struct vm_area_struct *prev; | ^~~~ /kisskb/src/mm/mmap.c: In function 'copy_vma': /kisskb/src/mm/mmap.c:3236:29: note: byref variable will be forcibly initialized 3236 | struct rb_node **rb_link, *rb_parent; | ^~~~~~~~~ /kisskb/src/mm/mmap.c:3236:19: note: byref variable will be forcibly initialized 3236 | struct rb_node **rb_link, *rb_parent; | ^~~~~~~ /kisskb/src/mm/mmap.c:3235:35: note: byref variable will be forcibly initialized 3235 | struct vm_area_struct *new_vma, *prev; | ^~~~ /kisskb/src/drivers/gpio/gpiolib.c: In function 'fwnode_gpiod_get_index': /kisskb/src/drivers/gpio/gpiolib.c:3688:7: note: byref variable will be forcibly initialized 3688 | char prop_name[32]; /* 32 is max size of property name */ | ^~~~~~~~~ /kisskb/src/mm/mmap.c: In function 'do_brk_flags': /kisskb/src/mm/mmap.c:3025:29: note: byref variable will be forcibly initialized 3025 | struct rb_node **rb_link, *rb_parent; | ^~~~~~~~~ /kisskb/src/mm/mmap.c:3025:19: note: byref variable will be forcibly initialized 3025 | struct rb_node **rb_link, *rb_parent; | ^~~~~~~ /kisskb/src/mm/mmap.c:3024:31: note: byref variable will be forcibly initialized 3024 | struct vm_area_struct *vma, *prev; | ^~~~ 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:3095:12: note: byref variable will be forcibly initialized 3095 | 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/net/core/sock.c: In function 'sock_no_sendpage': /kisskb/src/net/core/sock.c:3076:14: note: byref variable will be forcibly initialized 3076 | struct kvec iov; | ^~~ /kisskb/src/net/core/sock.c: In function 'sock_no_sendpage_locked': /kisskb/src/net/core/sock.c:3091:14: note: byref variable will be forcibly initialized 3091 | struct kvec iov; | ^~~ /kisskb/src/mm/mmap.c: In function '__do_sys_brk': /kisskb/src/mm/mmap.c:202:12: note: byref variable will be forcibly initialized 202 | 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:2901:12: note: byref variable will be forcibly initialized 2901 | 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 'mmap_region': /kisskb/src/mm/mmap.c:1722:29: note: byref variable will be forcibly initialized 1722 | struct rb_node **rb_link, *rb_parent; | ^~~~~~~~~ /kisskb/src/mm/mmap.c:1722:19: note: byref variable will be forcibly initialized 1722 | struct rb_node **rb_link, *rb_parent; | ^~~~~~~ /kisskb/src/mm/mmap.c:1720:31: note: byref variable will be forcibly initialized 1720 | struct vm_area_struct *vma, *prev, *merge; | ^~~~ /kisskb/src/mm/mmap.c: In function '__do_sys_remap_file_pages': /kisskb/src/mm/mmap.c:2945:16: note: byref variable will be forcibly initialized 2945 | unsigned long populate = 0; | ^~~~~~~~ /kisskb/src/net/core/sock.c: In function 'sock_setbindtodevice': /kisskb/src/net/core/sock.c:646:7: note: byref variable will be forcibly initialized 646 | char devname[IFNAMSIZ]; | ^~~~~~~ /kisskb/src/fs/ext4/balloc.c: In function 'ext4_get_group_number': /kisskb/src/fs/ext4/balloc.c:38:15: note: byref variable will be forcibly initialized 38 | ext4_group_t group; | ^~~~~ /kisskb/src/fs/ext4/balloc.c: In function 'ext4_new_meta_blocks': /kisskb/src/fs/ext4/balloc.c:689:33: note: byref variable will be forcibly initialized 689 | struct ext4_allocation_request ar; | ^~ /kisskb/src/net/core/sock.c: In function 'sock_setsockopt': /kisskb/src/net/core/sock.c:1346:17: note: byref variable will be forcibly initialized 1346 | unsigned long ulval = (val == ~0U) ? ~0UL : (unsigned int)val; | ^~~~~ /kisskb/src/net/core/sock.c:1251:8: note: byref variable will be forcibly initialized 1251 | u32 ufd; | ^~~ /kisskb/src/net/core/sock.c:1241:21: note: byref variable will be forcibly initialized 1241 | struct sock_fprog fprog; | ^~~~~ /kisskb/src/net/core/sock.c:1230:8: note: byref variable will be forcibly initialized 1230 | u32 ufd; | ^~~ /kisskb/src/net/core/sock.c:1220:21: note: byref variable will be forcibly initialized 1220 | struct sock_fprog fprog; | ^~~~~ /kisskb/src/net/core/sock.c:1023:16: note: byref variable will be forcibly initialized 1023 | struct linger ling; | ^~~~ /kisskb/src/net/core/sock.c:1021:6: note: byref variable will be forcibly initialized 1021 | int val; | ^~~ /kisskb/src/net/core/sock.c:1019:21: note: byref variable will be forcibly initialized 1019 | struct sock_txtime sk_txtime; | ^~~~~~~~~ /kisskb/src/net/core/sock.c:1018:25: note: byref variable will be forcibly initialized 1018 | struct so_timestamping timestamping; | ^~~~~~~~~~~~ /kisskb/src/net/core/sock.c: In function 'sock_gettstamp': /kisskb/src/net/core/sock.c:3351:20: note: byref variable will be forcibly initialized 3351 | struct timespec64 ts; | ^~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/arch/powerpc/kernel/rtasd.c:15: /kisskb/src/arch/powerpc/kernel/rtasd.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:135:6: note: in expansion of macro 'check_mul_overflow' 135 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:135:6: note: in expansion of macro 'check_mul_overflow' 135 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:133:9: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/net/core/sock.c: In function 'sock_getsockopt': /kisskb/src/net/core/sock.c:1773:7: note: byref variable will be forcibly initialized 1773 | u32 meminfo[SK_MEMINFO_VARS]; | ^~~~~~~ /kisskb/src/net/core/sock.c:1678:8: note: byref variable will be forcibly initialized 1678 | char address[128]; | ^~~~~~~ /kisskb/src/net/core/sock.c:1639:16: note: byref variable will be forcibly initialized 1639 | struct ucred peercred; | ^~~~~~~~ /kisskb/src/net/core/sock.c:1507:4: note: byref variable will be forcibly initialized 1507 | } v; | ^ /kisskb/src/arch/powerpc/kernel/rtasd.c: In function 'printk_log_rtas': /kisskb/src/arch/powerpc/kernel/rtasd.c:115:7: note: byref variable will be forcibly initialized 115 | char buffer[64]; | ^~~~~~ /kisskb/src/crypto/jitterentropy.c: In function 'jent_loop_shuffle': /kisskb/src/crypto/jitterentropy.c:328:8: note: byref variable will be forcibly initialized 328 | __u64 time = 0; | ^~~~ /kisskb/src/crypto/jitterentropy.c: In function 'jent_measure_jitter': /kisskb/src/crypto/jitterentropy.c:518:8: note: byref variable will be forcibly initialized 518 | __u64 time = 0; | ^~~~ /kisskb/src/crypto/jitterentropy.c: In function 'jent_entropy_init': /kisskb/src/crypto/jitterentropy.c:740:9: note: byref variable will be forcibly initialized 740 | __u64 time2 = 0; | ^~~~~ /kisskb/src/crypto/jitterentropy.c:739:9: note: byref variable will be forcibly initialized 739 | __u64 time = 0; | ^~~~ /kisskb/src/arch/powerpc/kernel/rtasd.c: In function 'surveillance_setup': /kisskb/src/arch/powerpc/kernel/rtasd.c:563:6: note: byref variable will be forcibly initialized 563 | int i; | ^ /kisskb/src/arch/powerpc/kernel/rtasd.c: In function 'retrieve_nvram_error_log': /kisskb/src/arch/powerpc/kernel/rtasd.c:460:15: note: byref variable will be forcibly initialized 460 | unsigned int err_type ; | ^~~~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/msi.c: In function 'rtas_change_msi': /kisskb/src/arch/powerpc/platforms/pseries/msi.c:33:21: note: byref variable will be forcibly initialized 33 | u32 addr, seq_num, rtas_ret[3]; | ^~~~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/msi.c: In function 'rtas_query_irq_number': /kisskb/src/arch/powerpc/platforms/pseries/msi.c:94:12: note: byref variable will be forcibly initialized 94 | u32 addr, rtas_ret[2]; | ^~~~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/msi.c: In function 'msi_quota_for_device': /kisskb/src/arch/powerpc/platforms/pseries/msi.c:270:6: note: byref variable will be forcibly initialized 270 | int total; | ^~~~~ /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 'rtas_hack_32bit_msi_gen2': /kisskb/src/arch/powerpc/platforms/pseries/msi.c:347:6: note: byref variable will be forcibly initialized 347 | u32 addr_hi, addr_lo; | ^~~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/msi.c: In function 'pseries_irq_parent_domain_alloc': /kisskb/src/arch/powerpc/platforms/pseries/msi.c:558:20: note: byref variable will be forcibly initialized 558 | struct irq_fwspec parent_fwspec; | ^~~~~~~~~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/msi.c: In function 'pseries_msi_allocate_domains': /kisskb/src/arch/powerpc/platforms/pseries/msi.c:661:6: note: byref variable will be forcibly initialized 661 | int count; | ^~~~~ /kisskb/src/fs/kernfs/dir.c: In function 'kernfs_path_from_node_locked': /kisskb/src/fs/kernfs/dir.c:127:13: note: byref variable will be forcibly initialized 127 | const char parent_str[] = "/.."; | ^~~~~~~~~~ /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/fs/kernfs/dir.c: In function 'kernfs_walk_ns': /kisskb/src/fs/kernfs/dir.c:821:8: note: byref variable will be forcibly initialized 821 | char *p, *name; | ^ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/fs/kernfs/dir.c:10: /kisskb/src/fs/kernfs/dir.c: In function 'kernfs_drain': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/kernfs/dir.c:476:2: note: in expansion of macro 'wait_event' 476 | wait_event(root->deactivate_waitq, | ^~~~~~~~~~ /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/kernfs/dir.c: In function 'kernfs_remove_self': /kisskb/src/fs/kernfs/dir.c:1492:15: note: byref variable will be forcibly initialized 1492 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/fs/kernfs/dir.c:1492:3: note: in expansion of macro 'DEFINE_WAIT' 1492 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ /kisskb/src/mm/mprotect.c: In function 'do_mprotect_pkey': /kisskb/src/mm/mprotect.c:526:31: note: byref variable will be forcibly initialized 526 | struct vm_area_struct *vma, *prev; | ^~~~ /kisskb/src/arch/powerpc/kernel/dt_cpu_ftrs.c: In function 'process_cpufeatures_node': /kisskb/src/arch/powerpc/kernel/dt_cpu_ftrs.c:881:6: note: byref variable will be forcibly initialized 881 | int len; | ^~~ /kisskb/src/arch/powerpc/kernel/dt_cpu_ftrs.c: In function 'cpufeatures_deps_enable': /kisskb/src/arch/powerpc/kernel/dt_cpu_ftrs.c:995:6: note: byref variable will be forcibly initialized 995 | int len; | ^~~ /kisskb/src/arch/powerpc/kernel/dt_cpu_ftrs.c: In function 'dt_cpu_ftrs_scan_callback': /kisskb/src/arch/powerpc/kernel/dt_cpu_ftrs.c:1061:6: note: byref variable will be forcibly initialized 1061 | int count, i; | ^~~~~ /kisskb/src/kernel/rcu/srcutree.c: In function 'init_srcu_struct_nodes': /kisskb/src/kernel/rcu/srcutree.c:88:6: note: byref variable will be forcibly initialized 88 | int levelspread[RCU_NUM_LVLS]; | ^~~~~~~~~~~ /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/lib/crypto/chacha.c: In function 'chacha_block_generic': /kisskb/src/lib/crypto/chacha.c:78:6: note: byref variable will be forcibly initialized 78 | u32 x[16]; | ^ /kisskb/src/crypto/rng.c: In function 'crypto_rng_report': /kisskb/src/crypto/rng.c:72:27: note: byref variable will be forcibly initialized 72 | struct crypto_report_rng rrng; | ^~~~ /kisskb/src/lib/crypto/chacha.c: In function 'hchacha_block_generic': /kisskb/src/lib/crypto/chacha.c:105:6: note: byref variable will be forcibly initialized 105 | u32 x[16]; | ^ /kisskb/src/crypto/drbg.c: In function 'drbg_healthcheck_sanity': /kisskb/src/crypto/drbg.c:2009:6: note: byref variable will be forcibly initialized 2009 | int coreref = 0; | ^~~~~~~ /kisskb/src/crypto/drbg.c:2008:7: note: byref variable will be forcibly initialized 2008 | bool pr = false; | ^~ /kisskb/src/crypto/drbg.c: In function 'drbg_init_sym_kernel': /kisskb/src/crypto/drbg.c:1761:7: note: byref variable will be forcibly initialized 1761 | char ctr_name[CRYPTO_MAX_ALG_NAME]; | ^~~~~~~~ /kisskb/src/crypto/drbg.c: In function 'drbg_ctr_bcc': /kisskb/src/crypto/drbg.c:325:21: note: byref variable will be forcibly initialized 325 | struct drbg_string data; | ^~~~ In file included from /kisskb/src/include/linux/random.h:12, from /kisskb/src/include/crypto/drbg.h:43, from /kisskb/src/crypto/drbg.c:100: /kisskb/src/crypto/drbg.c: In function 'drbg_ctr_df': /kisskb/src/crypto/drbg.c:405:12: note: byref variable will be forcibly initialized 405 | LIST_HEAD(bcc_list); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/drbg.c:404:33: note: byref variable will be forcibly initialized 404 | struct drbg_string S1, S2, S4, cipherin; | ^~~~~~~~ /kisskb/src/crypto/drbg.c:404:29: note: byref variable will be forcibly initialized 404 | struct drbg_string S1, S2, S4, cipherin; | ^~ /kisskb/src/crypto/drbg.c:404:25: note: byref variable will be forcibly initialized 404 | struct drbg_string S1, S2, S4, cipherin; | ^~ /kisskb/src/crypto/drbg.c:404:21: note: byref variable will be forcibly initialized 404 | struct drbg_string S1, S2, S4, cipherin; | ^~ /kisskb/src/crypto/drbg.c:402:16: note: byref variable will be forcibly initialized 402 | unsigned char L_N[8]; | ^~~ /kisskb/src/crypto/drbg.c: In function 'drbg_hash_process_addtl': /kisskb/src/crypto/drbg.c:909:16: note: byref variable will be forcibly initialized 909 | unsigned char prefix = DRBG_PREFIX2; | ^~~~~~ 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:908:12: note: byref variable will be forcibly initialized 908 | 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:907:28: note: byref variable will be forcibly initialized 907 | struct drbg_string data1, data2; | ^~~~~ /kisskb/src/crypto/drbg.c:907:21: note: byref variable will be forcibly initialized 907 | struct drbg_string data1, data2; | ^~~~~ In file included from /kisskb/src/include/linux/random.h:12, from /kisskb/src/include/crypto/drbg.h:43, from /kisskb/src/crypto/drbg.c:100: /kisskb/src/crypto/drbg.c: In function 'drbg_hash_hashgen': /kisskb/src/crypto/drbg.c:944:12: note: byref variable will be forcibly initialized 944 | LIST_HEAD(datalist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/drbg.c:943:21: note: byref variable will be forcibly initialized 943 | 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:988:12: note: byref variable will be forcibly initialized 988 | 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:987:28: note: byref variable will be forcibly initialized 987 | struct drbg_string data1, data2; | ^~~~~ /kisskb/src/crypto/drbg.c:987:21: note: byref variable will be forcibly initialized 987 | struct drbg_string data1, data2; | ^~~~~ /kisskb/src/crypto/drbg.c:986:16: note: byref variable will be forcibly initialized 986 | unsigned char prefix = DRBG_PREFIX3; | ^~~~~~ /kisskb/src/crypto/drbg.c:985:4: note: byref variable will be forcibly initialized 985 | } u; | ^ /kisskb/src/crypto/drbg.c: In function 'drbg_hash_df': /kisskb/src/crypto/drbg.c:829:21: note: byref variable will be forcibly initialized 829 | struct drbg_string data; | ^~~~ /kisskb/src/crypto/drbg.c:827:16: note: byref variable will be forcibly initialized 827 | unsigned char input[5]; | ^~~~~ /kisskb/src/crypto/drbg.c: In function 'drbg_hash_update': /kisskb/src/crypto/drbg.c:868:16: note: byref variable will be forcibly initialized 868 | unsigned char prefix = DRBG_PREFIX1; | ^~~~~~ 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:866:12: note: byref variable will be forcibly initialized 866 | 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:865:12: note: byref variable will be forcibly initialized 865 | 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:864:28: note: byref variable will be forcibly initialized 864 | struct drbg_string data1, data2; | ^~~~~ /kisskb/src/crypto/drbg.c:864:21: note: byref variable will be forcibly initialized 864 | struct drbg_string data1, data2; | ^~~~~ /kisskb/src/crypto/drbg.c: In function 'drbg_hmac_update': /kisskb/src/crypto/drbg.c:682:17: note: byref variable will be forcibly initialized 682 | unsigned char prefix = DRBG_PREFIX0; | ^~~~~~ 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:661:12: note: byref variable will be forcibly initialized 661 | 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:660:12: note: byref variable will be forcibly initialized 660 | 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:659:35: note: byref variable will be forcibly initialized 659 | struct drbg_string seed1, seed2, vdata; | ^~~~~ /kisskb/src/crypto/drbg.c:659:28: note: byref variable will be forcibly initialized 659 | struct drbg_string seed1, seed2, vdata; | ^~~~~ /kisskb/src/crypto/drbg.c:659:21: note: byref variable will be forcibly initialized 659 | struct drbg_string seed1, seed2, vdata; | ^~~~~ In file included from /kisskb/src/include/linux/random.h:12, from /kisskb/src/include/crypto/drbg.h:43, from /kisskb/src/crypto/drbg.c:100: /kisskb/src/crypto/drbg.c: In function 'drbg_hmac_generate': /kisskb/src/crypto/drbg.c:714:12: note: byref variable will be forcibly initialized 714 | LIST_HEAD(datalist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/crypto/drbg.c:713:21: note: byref variable will be forcibly initialized 713 | struct drbg_string data; | ^~~~ /kisskb/src/crypto/drbg.c: In function 'drbg_async_seed': /kisskb/src/crypto/drbg.c:1076:16: note: byref variable will be forcibly initialized 1076 | unsigned char entropy[32]; | ^~~~~~~ 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:1072:12: note: byref variable will be forcibly initialized 1072 | 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:1071:21: note: byref variable will be forcibly initialized 1071 | 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:1125:12: note: byref variable will be forcibly initialized 1125 | 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:1124:21: note: byref variable will be forcibly initialized 1124 | struct drbg_string data1; | ^~~~~ /kisskb/src/crypto/drbg.c:1122:16: note: byref variable will be forcibly initialized 1122 | unsigned char entropy[((32 + 16) * 2)]; | ^~~~~~~ In file included from /kisskb/src/include/linux/random.h:12, from /kisskb/src/include/crypto/drbg.h:43, from /kisskb/src/crypto/drbg.c:100: /kisskb/src/crypto/drbg.c: In function 'drbg_generate': /kisskb/src/crypto/drbg.c:1351:12: note: byref variable will be forcibly initialized 1351 | LIST_HEAD(addtllist); | ^~~~~~~~~ /kisskb/src/include/linux/list.h: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:1952:21: note: byref variable will be forcibly initialized 1952 | struct drbg_string string; | ^~~~~~ /kisskb/src/crypto/drbg.c: In function 'drbg_kcapi_seed': /kisskb/src/crypto/drbg.c:1974:6: note: byref variable will be forcibly initialized 1974 | int coreref = 0; | ^~~~~~~ /kisskb/src/crypto/drbg.c:1972:21: note: byref variable will be forcibly initialized 1972 | struct drbg_string string; | ^~~~~~ /kisskb/src/crypto/drbg.c:1971:7: note: byref variable will be forcibly initialized 1971 | bool pr = false; | ^~ /kisskb/src/fs/configfs/item.c: In function 'config_item_set_name': /kisskb/src/fs/configfs/item.c:53:10: note: byref variable will be forcibly initialized 53 | va_list args; | ^~~~ /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; | ^~~~~ /kisskb/src/mm/mremap.c: In function 'move_vma': /kisskb/src/mm/mremap.c:582:7: note: byref variable will be forcibly initialized 582 | bool need_rmap_locks; | ^~~~~~~~~~~~~~~ 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:896:7: note: byref variable will be forcibly initialized 896 | bool locked = false; | ^~~~~~ In file included from /kisskb/src/include/linux/dev_printk.h:14, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/pinctrl/pinctrl-utils.c:22: /kisskb/src/drivers/pinctrl/pinctrl-utils.c: In function 'krealloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:647:6: note: in expansion of macro 'unlikely' 647 | if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:647:15: note: in expansion of macro 'check_mul_overflow' 647 | if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:647:6: note: in expansion of macro 'unlikely' 647 | if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:647:15: note: in expansion of macro 'check_mul_overflow' 647 | if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/pinctrl/pinctrl-utils.c:27: /kisskb/src/include/linux/slab.h:645:9: note: byref variable will be forcibly initialized 645 | size_t bytes; | ^~~~~ /kisskb/src/arch/powerpc/kernel/eeh.c: In function 'eeh_dump_dev_log': /kisskb/src/arch/powerpc/kernel/eeh.c:173:7: note: byref variable will be forcibly initialized 173 | char buffer[128]; | ^~~~~~ /kisskb/src/arch/powerpc/kernel/eeh.c:170:6: note: byref variable will be forcibly initialized 170 | u32 cfg; | ^~~ /kisskb/src/arch/powerpc/kernel/eeh.c: In function 'eeh_phb_check_failure': /kisskb/src/arch/powerpc/kernel/eeh.c:360:16: note: byref variable will be forcibly initialized 360 | unsigned long flags; | ^~~~~ /kisskb/src/arch/powerpc/kernel/eeh.c: In function 'eeh_dev_check_failure': /kisskb/src/arch/powerpc/kernel/eeh.c:427:16: note: byref variable will be forcibly initialized 427 | unsigned long flags; | ^~~~~ In file included from /kisskb/src/arch/powerpc/kernel/eeh.c:34: /kisskb/src/arch/powerpc/kernel/eeh.c: In function 'ppc_find_vmap_phys': /kisskb/src/arch/powerpc/include/asm/pte-walk.h:43:6: note: byref variable will be forcibly initialized 43 | int hugepage_shift; | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/eeh.c: In function 'eeh_iommu_group_to_pe': /kisskb/src/arch/powerpc/kernel/eeh.c:1291:18: note: byref variable will be forcibly initialized 1291 | struct pci_dev *pdev = NULL; | ^~~~ /kisskb/src/arch/powerpc/kernel/eeh.c: In function 'eeh_debug_lookup_pdev': /kisskb/src/arch/powerpc/kernel/eeh.c:1597:7: note: byref variable will be forcibly initialized 1597 | char buf[20]; | ^~~ /kisskb/src/arch/powerpc/kernel/eeh.c:1595:29: note: byref variable will be forcibly initialized 1595 | uint32_t domain, bus, dev, fn; | ^~ /kisskb/src/arch/powerpc/kernel/eeh.c:1595:24: note: byref variable will be forcibly initialized 1595 | uint32_t domain, bus, dev, fn; | ^~~ /kisskb/src/arch/powerpc/kernel/eeh.c:1595:19: note: byref variable will be forcibly initialized 1595 | uint32_t domain, bus, dev, fn; | ^~~ /kisskb/src/arch/powerpc/kernel/eeh.c:1595:11: note: byref variable will be forcibly initialized 1595 | uint32_t domain, bus, dev, fn; | ^~~~~~ /kisskb/src/arch/powerpc/kernel/eeh.c: In function 'eeh_force_recover_write': /kisskb/src/arch/powerpc/kernel/eeh.c:1647:7: note: byref variable will be forcibly initialized 1647 | char buf[20]; | ^~~ /kisskb/src/arch/powerpc/kernel/eeh.c:1645:18: note: byref variable will be forcibly initialized 1645 | uint32_t phbid, pe_no; | ^~~~~ /kisskb/src/arch/powerpc/kernel/eeh.c:1645:11: note: byref variable will be forcibly initialized 1645 | uint32_t phbid, pe_no; | ^~~~~ /kisskb/src/arch/powerpc/kernel/eeh.c: In function 'eeh_debugfs_break_device': /kisskb/src/arch/powerpc/kernel/eeh.c:1745:6: note: byref variable will be forcibly initialized 1745 | u16 old, bit; | ^~~ /kisskb/src/arch/powerpc/kernel/eeh.c: In function 'eeh_slot_error_detail': /kisskb/src/arch/powerpc/kernel/eeh.c:293:9: note: byref variable will be forcibly initialized 293 | size_t loglen = 0; | ^~~~~~ /kisskb/src/arch/powerpc/kernel/eeh.c: In function 'eeh_pe_reset_full': /kisskb/src/arch/powerpc/kernel/eeh.c:827:15: note: byref variable will be forcibly initialized 827 | unsigned int freset = 0; | ^~~~~~ In file included from /kisskb/src/include/linux/crypto.h:20, from /kisskb/src/include/crypto/aead.h:11, from /kisskb/src/crypto/tcrypt.c:22: /kisskb/src/crypto/tcrypt.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/crypto/tcrypt.c: In function 'test_skcipher_speed': /kisskb/src/crypto/tcrypt.c:1551:23: note: byref variable will be forcibly initialized 1551 | struct scatterlist sg[TVMEMSIZE]; | ^~ /kisskb/src/crypto/tcrypt.c:1511:7: note: byref variable will be forcibly initialized 1511 | char iv[128]; | ^~ /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_mb_skcipher_speed': /kisskb/src/crypto/tcrypt.c:1272:7: note: byref variable will be forcibly initialized 1272 | char iv[128]; | ^~ /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/crypto/tcrypt.c:543:8: note: byref variable will be forcibly initialized 543 | char *axbuf[XBUFSIZE]; | ^~~~~ /kisskb/src/crypto/tcrypt.c:542:8: note: byref variable will be forcibly initialized 542 | char *xoutbuf[XBUFSIZE]; | ^~~~~~~ /kisskb/src/crypto/tcrypt.c:541:8: note: byref variable will be forcibly initialized 541 | char *xbuf[XBUFSIZE]; | ^~~~ /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/crypto/tcrypt.c:1071:21: note: byref variable will be forcibly initialized 1071 | struct scatterlist sg[TVMEMSIZE]; | ^~ /kisskb/src/arch/powerpc/platforms/powernv/pci-sriov.c: In function 'pnv_pci_vf_resource_shift': /kisskb/src/arch/powerpc/platforms/powernv/pci-sriov.c:505:24: note: byref variable will be forcibly initialized 505 | struct resource *res, res2; | ^~~~ In file included from /kisskb/src/fs/quota/netlink.c:8: /kisskb/src/fs/quota/netlink.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized 1309 | u32 tmp = value; | ^~~ /kisskb/src/fs/quota/netlink.c: In function 'nla_put_u64_64bit': /kisskb/src/include/net/netlink.h:1363:6: note: byref variable will be forcibly initialized 1363 | u64 tmp = value; | ^~~ /kisskb/src/arch/powerpc/kernel/eeh_pe.c: In function 'eeh_restore_device_bars': /kisskb/src/arch/powerpc/kernel/eeh_pe.c:733:6: note: byref variable will be forcibly initialized 733 | u32 cmd; | ^~~ /kisskb/src/arch/powerpc/kernel/eeh_pe.c: In function 'eeh_bridge_check_link': /kisskb/src/arch/powerpc/kernel/eeh_pe.c:634:11: note: byref variable will be forcibly initialized 634 | uint32_t val; | ^~~ /kisskb/src/arch/powerpc/kernel/eeh_pe.c: In function 'eeh_wait_state': /kisskb/src/arch/powerpc/kernel/eeh_pe.c:109:6: note: byref variable will be forcibly initialized 109 | int mwait; | ^~~~~ /kisskb/src/lib/crypto/libchacha.c: In function 'chacha_crypt_generic': /kisskb/src/lib/crypto/libchacha.c:19:5: note: byref variable will be forcibly initialized 19 | u8 stream[CHACHA_BLOCK_SIZE] __aligned(sizeof(long)); | ^~~~~~ /kisskb/src/crypto/ghash-generic.c: In function 'ghash_setkey': /kisskb/src/crypto/ghash-generic.c:59:8: note: byref variable will be forcibly initialized 59 | be128 k; | ^ /kisskb/src/arch/powerpc/kernel/eeh_driver.c: In function 'eeh_slot_presence_check': /kisskb/src/arch/powerpc/kernel/eeh_driver.c:765:5: note: byref variable will be forcibly initialized 765 | u8 state; | ^~~~~ /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/arch/powerpc/kernel/eeh_driver.c:842:22: note: byref variable will be forcibly initialized 842 | enum pci_ers_result result = PCI_ERS_RESULT_NONE; | ^~~~~~ /kisskb/src/arch/powerpc/kernel/eeh_driver.c: In function 'eeh_handle_special_event': /kisskb/src/arch/powerpc/kernel/eeh_driver.c:1124:16: note: byref variable will be forcibly initialized 1124 | unsigned long flags; | ^~~~~ /kisskb/src/arch/powerpc/kernel/eeh_driver.c:1120:17: note: byref variable will be forcibly initialized 1120 | struct eeh_pe *pe, *phb_pe, *tmp_pe; | ^~ /kisskb/src/arch/powerpc/platforms/pseries/smp.c: In function 'smp_query_cpu_stopped': /kisskb/src/arch/powerpc/platforms/pseries/smp.c:58:6: note: byref variable will be forcibly initialized 58 | int cpu_status, status; | ^~~~~~~~~~ In file included from /kisskb/src/fs/ext4/bitmap.c:12: /kisskb/src/fs/ext4/bitmap.c: In function 'ext4_chksum': /kisskb/src/fs/ext4/ext4.h:2446:4: note: byref variable will be forcibly initialized 2446 | } desc; | ^~~~ /kisskb/src/fs/ext4/block_validity.c: In function 'ext4_protect_reserved_inode': /kisskb/src/fs/ext4/block_validity.c:153:25: note: byref variable will be forcibly initialized 153 | struct ext4_map_blocks map; | ^~~ /kisskb/src/drivers/pinctrl/pinmux.c: In function 'pinmux_select': /kisskb/src/drivers/pinctrl/pinmux.c:686:15: note: byref variable will be forcibly initialized 686 | unsigned int num_groups; | ^~~~~~~~~~ /kisskb/src/drivers/pinctrl/pinmux.c:684:21: note: byref variable will be forcibly initialized 684 | const char *const *groups; | ^~~~~~ /kisskb/src/drivers/pinctrl/pinmux.c: In function 'pinmux_functions_show': /kisskb/src/drivers/pinctrl/pinmux.c:555:12: note: byref variable will be forcibly initialized 555 | unsigned num_groups; | ^~~~~~~~~~ /kisskb/src/drivers/pinctrl/pinmux.c:554:23: note: byref variable will be forcibly initialized 554 | const char * const *groups; | ^~~~~~ /kisskb/src/drivers/pinctrl/pinmux.c: In function 'pinmux_map_to_setting': /kisskb/src/drivers/pinctrl/pinmux.c:346:11: note: byref variable will be forcibly initialized 346 | unsigned num_groups; | ^~~~~~~~~~ /kisskb/src/drivers/pinctrl/pinmux.c:345:22: note: byref variable will be forcibly initialized 345 | char const * const *groups; | ^~~~~~ /kisskb/src/drivers/pinctrl/pinmux.c: In function 'pinmux_enable_setting': /kisskb/src/drivers/pinctrl/pinmux.c:412:11: note: byref variable will be forcibly initialized 412 | unsigned num_pins = 0; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/pinmux.c:411:18: note: byref variable will be forcibly initialized 411 | const unsigned *pins = NULL; | ^~~~ /kisskb/src/drivers/pinctrl/pinmux.c: In function 'pinmux_disable_setting': /kisskb/src/drivers/pinctrl/pinmux.c:492:11: note: byref variable will be forcibly initialized 492 | unsigned num_pins = 0; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/pinmux.c:491:18: note: byref variable will be forcibly initialized 491 | const unsigned *pins = NULL; | ^~~~ /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/fs/kernfs/file.c: In function 'kernfs_notify_workfn': /kisskb/src/fs/kernfs/file.c:869:15: note: byref variable will be forcibly initialized 869 | struct qstr name; | ^~~~ /kisskb/src/lib/crypto/aes.c: In function 'aes_encrypt': /kisskb/src/lib/crypto/aes.c:262:14: note: byref variable will be forcibly initialized 262 | u32 st0[4], st1[4]; | ^~~ /kisskb/src/lib/crypto/aes.c:262:6: note: byref variable will be forcibly initialized 262 | u32 st0[4], st1[4]; | ^~~ /kisskb/src/lib/crypto/aes.c: In function 'aes_decrypt': /kisskb/src/lib/crypto/aes.c:313:14: note: byref variable will be forcibly initialized 313 | u32 st0[4], st1[4]; | ^~~ /kisskb/src/lib/crypto/aes.c:313:6: note: byref variable will be forcibly initialized 313 | u32 st0[4], st1[4]; | ^~~ /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/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; | ^~~ /kisskb/src/fs/ext2/balloc.c: In function 'ext2_try_to_allocate_with_rsv': /kisskb/src/fs/ext2/balloc.c:1074:16: note: byref variable will be forcibly initialized 1074 | unsigned long num = *count; | ^~~ /kisskb/src/fs/ext2/balloc.c: In function 'ext2_free_blocks': /kisskb/src/fs/ext2/balloc.c:480:23: note: byref variable will be forcibly initialized 480 | struct buffer_head * bh2; | ^~~ /kisskb/src/fs/ext2/balloc.c: In function 'ext2_new_blocks': /kisskb/src/fs/ext2/balloc.c:1226:16: note: byref variable will be forcibly initialized 1226 | unsigned long num = *count; | ^~~ /kisskb/src/fs/ext2/balloc.c:1209:22: note: byref variable will be forcibly initialized 1209 | struct buffer_head *gdp_bh; | ^~~~~~ /kisskb/src/fs/ext2/balloc.c: In function 'ext2_new_block': /kisskb/src/fs/ext2/balloc.c:1435:16: note: byref variable will be forcibly initialized 1435 | unsigned long count = 1; | ^~~~~ /kisskb/src/crypto/algif_rng.c: In function '_rng_recvmsg': /kisskb/src/crypto/algif_rng.c:78:5: note: byref variable will be forcibly initialized 78 | u8 result[MAXSIZE]; | ^~~~~~ /kisskb/src/kernel/irq/chip.c: In function 'irq_set_chip': /kisskb/src/kernel/irq/chip.c:43:16: note: byref variable will be forcibly initialized 43 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/chip.c: In function 'irq_set_handler_data': /kisskb/src/kernel/irq/chip.c:92:16: note: byref variable will be forcibly initialized 92 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/chip.c: In function 'irq_set_chip_data': /kisskb/src/kernel/irq/chip.c:147:16: note: byref variable will be forcibly initialized 147 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/chip.c: In function 'irq_modify_status': /kisskb/src/kernel/irq/chip.c:1088:16: note: byref variable will be forcibly initialized 1088 | unsigned long flags, trigger, tmp; | ^~~~~ /kisskb/src/kernel/irq/chip.c: In function 'irq_set_irq_type': /kisskb/src/kernel/irq/chip.c:70:16: note: byref variable will be forcibly initialized 70 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/chip.c: In function 'handle_untracked_irq': /kisskb/src/kernel/irq/chip.c:578:15: note: byref variable will be forcibly initialized 578 | unsigned int flags = 0; | ^~~~~ /kisskb/src/kernel/irq/chip.c: In function 'irq_set_msi_desc_off': /kisskb/src/kernel/irq/chip.c:114:16: note: byref variable will be forcibly initialized 114 | unsigned long flags; | ^~~~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/crypto/if_alg.h:14, from /kisskb/src/crypto/af_alg.c:11: /kisskb/src/crypto/af_alg.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/kernel/irq/chip.c: In function '__irq_set_handler': /kisskb/src/kernel/irq/chip.c:1049:16: note: byref variable will be forcibly initialized 1049 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/irq/chip.c: In function 'irq_set_chained_handler_and_data': /kisskb/src/kernel/irq/chip.c:1064:16: note: byref variable will be forcibly initialized 1064 | unsigned long flags; | ^~~~~ /kisskb/src/crypto/af_alg.c: In function 'af_alg_make_sg': /kisskb/src/crypto/af_alg.c:406:9: note: byref variable will be forcibly initialized 406 | size_t off; | ^~~ /kisskb/src/mm/rmap.c: In function 'page_mkclean_one': /kisskb/src/mm/rmap.c:911:28: note: byref variable will be forcibly initialized 911 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_boost_failed': /kisskb/src/kernel/rcu/rcutorture.c:923:6: note: byref variable will be forcibly initialized 923 | int cpu; | ^~~ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcutorture_booster_cleanup': /kisskb/src/kernel/rcu/rcutorture.c:1969:22: note: byref variable will be forcibly initialized 1969 | struct task_struct *t; | ^ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_boost': /kisskb/src/kernel/rcu/rcutorture.c:970:16: note: byref variable will be forcibly initialized 970 | unsigned long gp_state_time; | ^~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_stats_print': In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/net/net_namespace.h:39, from /kisskb/src/include/linux/netdevice.h:37, from /kisskb/src/include/net/sock.h:46, from /kisskb/src/include/crypto/if_alg.h:17, from /kisskb/src/crypto/af_alg.c:11: /kisskb/src/crypto/af_alg.c: In function 'copy_from_sockptr_offset': /kisskb/src/kernel/rcu/rcutorture.c:1858:32: note: byref variable will be forcibly initialized 1858 | unsigned long __maybe_unused gp_seq = 0; | ^~~~~~ /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:1857:22: note: byref variable will be forcibly initialized 1857 | int __maybe_unused flags = 0; | ^~~~~ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_nocb_toggle': /kisskb/src/kernel/rcu/rcutorture.c:1722:10: note: byref variable will be forcibly initialized 1722 | ktime_t toggle_delay; | ^~~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/rcutorture.c:42: /kisskb/src/kernel/rcu/rcutorture.c:1721:24: note: byref variable will be forcibly initialized 1721 | DEFINE_TORTURE_RANDOM(rand); | ^~~~ /kisskb/src/include/linux/torture.h:78:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' 78 | #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } | ^~~~ /kisskb/src/crypto/ecc.c: In function 'vli_mmod_special': /kisskb/src/crypto/ecc.c:535:6: note: byref variable will be forcibly initialized 535 | u64 r[ECC_MAX_DIGITS * 2]; | ^ /kisskb/src/crypto/ecc.c:534:6: note: byref variable will be forcibly initialized 534 | u64 t[ECC_MAX_DIGITS * 2]; | ^ /kisskb/src/crypto/ecc.c: In function 'vli_mmod_special2': /kisskb/src/crypto/ecc.c:585:7: note: byref variable will be forcibly initialized 585 | u64 qc[ECC_MAX_DIGITS * 2]; | ^~ /kisskb/src/crypto/ecc.c:570:6: note: byref variable will be forcibly initialized 570 | u64 m[ECC_MAX_DIGITS * 2]; /* expanded mod */ | ^ /kisskb/src/crypto/ecc.c:569:6: note: byref variable will be forcibly initialized 569 | u64 r[ECC_MAX_DIGITS * 2]; | ^ /kisskb/src/crypto/ecc.c:568:6: note: byref variable will be forcibly initialized 568 | u64 q[ECC_MAX_DIGITS]; | ^ /kisskb/src/crypto/ecc.c: In function 'vli_mmod_slow': /kisskb/src/crypto/ecc.c:618:7: note: byref variable will be forcibly initialized 618 | u64 *v[2] = { tmp, product }; | ^ /kisskb/src/crypto/ecc.c:617:6: note: byref variable will be forcibly initialized 617 | u64 tmp[2 * ECC_MAX_DIGITS]; | ^~~ /kisskb/src/crypto/ecc.c:616:6: note: byref variable will be forcibly initialized 616 | u64 mod_m[2 * ECC_MAX_DIGITS]; | ^~~~~ /kisskb/src/mm/rmap.c: In function 'try_to_unmap_one': /kisskb/src/mm/rmap.c:1405:28: note: byref variable will be forcibly initialized 1405 | struct mmu_notifier_range range; | ^~~~~ In file included from /kisskb/src/include/linux/irq.h:21, 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/kernel/rcu/rcutorture.c:24: /kisskb/src/kernel/rcu/rcutorture.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/crypto/ecc.c: In function 'vli_mmod_barrett': /kisskb/src/crypto/ecc.c:667:6: note: byref variable will be forcibly initialized 667 | u64 r[ECC_MAX_DIGITS * 2]; | ^ /kisskb/src/crypto/ecc.c:666:6: note: byref variable will be forcibly initialized 666 | u64 q[ECC_MAX_DIGITS * 2]; | ^ /kisskb/src/mm/rmap.c: In function 'try_to_migrate_one': /kisskb/src/mm/rmap.c:1705:28: note: byref variable will be forcibly initialized 1705 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/crypto/ecc.c: In function 'vli_mod_mult_slow': /kisskb/src/crypto/ecc.c:958:6: note: byref variable will be forcibly initialized 958 | u64 product[ECC_MAX_DIGITS * 2]; | ^~~~~~~ /kisskb/src/crypto/ecc.c: In function 'vli_mod_inv': /kisskb/src/crypto/ecc.c:994:25: note: byref variable will be forcibly initialized 994 | u64 u[ECC_MAX_DIGITS], v[ECC_MAX_DIGITS]; | ^ /kisskb/src/crypto/ecc.c:994:6: note: byref variable will be forcibly initialized 994 | u64 u[ECC_MAX_DIGITS], v[ECC_MAX_DIGITS]; | ^ /kisskb/src/crypto/ecc.c:993:25: note: byref variable will be forcibly initialized 993 | u64 a[ECC_MAX_DIGITS], b[ECC_MAX_DIGITS]; | ^ /kisskb/src/crypto/ecc.c:993:6: note: byref variable will be forcibly initialized 993 | u64 a[ECC_MAX_DIGITS], b[ECC_MAX_DIGITS]; | ^ /kisskb/src/crypto/ecc.c: In function '__ecc_is_key_valid': /kisskb/src/crypto/ecc.c:1421:6: note: byref variable will be forcibly initialized 1421 | u64 res[ECC_MAX_DIGITS]; | ^~~ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_one_read': /kisskb/src/kernel/rcu/rcutorture.c:1577:6: note: byref variable will be forcibly initialized 1577 | int readstate = 0; | ^~~~~~~~~ /kisskb/src/crypto/ecc.c: In function 'vli_mmod_fast': /kisskb/src/crypto/ecc.c:913:6: note: byref variable will be forcibly initialized 913 | u64 tmp[2 * ECC_MAX_DIGITS]; | ^~~ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_reader': /kisskb/src/crypto/ecc.c: In function 'vli_mod_square_fast': /kisskb/src/kernel/rcu/rcutorture.c:1680:20: note: byref variable will be forcibly initialized 1680 | struct timer_list t; | ^ /kisskb/src/crypto/ecc.c:979:6: note: byref variable will be forcibly initialized 979 | u64 product[2 * ECC_MAX_DIGITS]; | ^~~~~~~ In file included from /kisskb/src/kernel/rcu/rcutorture.c:42: /kisskb/src/kernel/rcu/rcutorture.c:1679:24: note: byref variable will be forcibly initialized 1679 | DEFINE_TORTURE_RANDOM(rand); | ^~~~ /kisskb/src/include/linux/torture.h:78:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' 78 | #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } | ^~~~ /kisskb/src/crypto/ecc.c: In function 'vli_mod_mult_fast': /kisskb/src/crypto/ecc.c:969:6: note: byref variable will be forcibly initialized 969 | u64 product[2 * ECC_MAX_DIGITS]; | ^~~~~~~ /kisskb/src/crypto/ecc.c: In function 'ecc_point_double_jacobian': /kisskb/src/crypto/ecc.c:1085:6: note: byref variable will be forcibly initialized 1085 | u64 t5[ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecc.c:1084:6: note: byref variable will be forcibly initialized 1084 | u64 t4[ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecc.c: In function 'xycz_add': /kisskb/src/crypto/ecc.c:1186:6: note: byref variable will be forcibly initialized 1186 | u64 t5[ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecc.c: In function 'apply_z': /kisskb/src/crypto/ecc.c:1147:6: note: byref variable will be forcibly initialized 1147 | u64 t1[ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecc.c: In function 'ecc_point_add': /kisskb/src/crypto/ecc.c:1346:6: note: byref variable will be forcibly initialized 1346 | u64 py[ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecc.c:1345:6: note: byref variable will be forcibly initialized 1345 | u64 px[ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecc.c:1344:6: note: byref variable will be forcibly initialized 1344 | u64 z[ECC_MAX_DIGITS]; | ^ /kisskb/src/crypto/ecc.c: In function 'xycz_initial_double': /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_fakewriter': /kisskb/src/crypto/ecc.c:1159:6: note: byref variable will be forcibly initialized 1159 | u64 z[ECC_MAX_DIGITS]; | ^ /kisskb/src/kernel/rcu/rcutorture.c:1304:24: note: byref variable will be forcibly initialized 1304 | DEFINE_TORTURE_RANDOM(rand); | ^~~~ /kisskb/src/include/linux/torture.h:78:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' 78 | #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } | ^~~~ /kisskb/src/mm/rmap.c: In function 'folio_mkclean': /kisskb/src/mm/rmap.c:986:6: note: byref variable will be forcibly initialized 986 | int cleaned = 0; | ^~~~~~~ /kisskb/src/crypto/ecc.c: In function 'ecc_point_mult_shamir': /kisskb/src/crypto/ecc.c:1402:8: note: byref variable will be forcibly initialized 1402 | u64 tz[ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecc.c:1401:8: note: byref variable will be forcibly initialized 1401 | u64 ty[ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecc.c:1400:8: note: byref variable will be forcibly initialized 1400 | u64 tx[ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecc.c:1374:26: note: byref variable will be forcibly initialized 1374 | const struct ecc_point *points[4]; | ^~~~~~ /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/ecc.c:1368:6: note: byref variable will be forcibly initialized 1368 | u64 sump[2][ECC_MAX_DIGITS]; | ^~~~ /kisskb/src/crypto/ecc.c:1367:6: note: byref variable will be forcibly initialized 1367 | u64 z[ECC_MAX_DIGITS]; | ^ /kisskb/src/crypto/ecc.c: In function 'xycz_add_c': /kisskb/src/crypto/ecc.c:1231:6: note: byref variable will be forcibly initialized 1231 | u64 t7[ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecc.c:1230:6: note: byref variable will be forcibly initialized 1230 | u64 t6[ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecc.c:1229:6: note: byref variable will be forcibly initialized 1229 | u64 t5[ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecc.c: In function 'ecc_point_mult': /kisskb/src/crypto/ecc.c:1289:6: note: byref variable will be forcibly initialized 1289 | u64 sk[2][ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecc.c:1288:6: note: byref variable will be forcibly initialized 1288 | u64 z[ECC_MAX_DIGITS]; | ^ /kisskb/src/crypto/ecc.c:1287:6: note: byref variable will be forcibly initialized 1287 | u64 ry[2][ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecc.c:1286:6: note: byref variable will be forcibly initialized 1286 | u64 rx[2][ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecc.c: In function 'ecc_is_pubkey_valid_partial': /kisskb/src/crypto/ecc.c:1551:47: note: byref variable will be forcibly initialized 1551 | u64 yy[ECC_MAX_DIGITS], xxx[ECC_MAX_DIGITS], w[ECC_MAX_DIGITS]; | ^ /kisskb/src/crypto/ecc.c:1551:26: note: byref variable will be forcibly initialized 1551 | u64 yy[ECC_MAX_DIGITS], xxx[ECC_MAX_DIGITS], w[ECC_MAX_DIGITS]; | ^~~ /kisskb/src/crypto/ecc.c:1551:6: note: byref variable will be forcibly initialized 1551 | u64 yy[ECC_MAX_DIGITS], xxx[ECC_MAX_DIGITS], w[ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecc.c: In function 'ecc_make_pub_key': /kisskb/src/crypto/ecc.c:1513:6: note: byref variable will be forcibly initialized 1513 | u64 priv[ECC_MAX_DIGITS]; | ^~~~ /kisskb/src/crypto/ecc.c: In function 'ecc_gen_privkey': /kisskb/src/crypto/ecc.c:1470:6: note: byref variable will be forcibly initialized 1470 | u64 priv[ECC_MAX_DIGITS]; | ^~~~ /kisskb/src/crypto/ecc.c: In function 'crypto_ecdh_shared_secret': /kisskb/src/crypto/ecc.c:1614:6: note: byref variable will be forcibly initialized 1614 | u64 rand_z[ECC_MAX_DIGITS]; | ^~~~~~ /kisskb/src/crypto/ecc.c:1613:6: note: byref variable will be forcibly initialized 1613 | u64 priv[ECC_MAX_DIGITS]; | ^~~~ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_fwd_prog_nr': /kisskb/src/kernel/rcu/rcutorture.c:2232:22: note: byref variable will be forcibly initialized 2232 | struct fwd_cb_state fcs; | ^~~ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_fwd_prog': /kisskb/src/kernel/rcu/rcutorture.c:2436:6: note: byref variable will be forcibly initialized 2436 | int tested_tries = 0; | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:2435:6: note: byref variable will be forcibly initialized 2435 | int tested = 0; | ^~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/kernel/rcu/rcutorture.c:18: /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_barrier': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:2575:3: note: in expansion of macro 'wait_event' 2575 | wait_event(barrier_wq, | ^~~~~~~~~~ /kisskb/src/crypto/curve25519-generic.c: In function 'curve25519_compute_value': /kisskb/src/crypto/curve25519-generic.c:29:5: note: byref variable will be forcibly initialized 29 | u8 buf[CURVE25519_KEY_SIZE]; | ^~~ /kisskb/src/crypto/curve25519-generic.c:28:5: note: byref variable will be forcibly initialized 28 | u8 public_key[CURVE25519_KEY_SIZE]; | ^~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_read_exit_cleanup': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:2782:2: note: in expansion of macro 'wait_event' 2782 | wait_event(read_exit_wq, smp_load_acquire(&read_exit_child_stopped)); | ^~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_barrier_cbs': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:2536:3: note: in expansion of macro 'wait_event' 2536 | wait_event(barrier_cbs_wq[myid], | ^~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:2530:18: note: byref variable will be forcibly initialized 2530 | struct rcu_head rcu; | ^~~ In file included from /kisskb/src/kernel/rcu/rcutorture.c:42: /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_read_exit': /kisskb/src/kernel/rcu/rcutorture.c:2717:24: note: byref variable will be forcibly initialized 2717 | DEFINE_TORTURE_RANDOM(trs); | ^~~ /kisskb/src/include/linux/torture.h:78:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' 78 | #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } | ^~~~ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_mem_dump_obj': /kisskb/src/kernel/rcu/rcutorture.c:1901:19: note: byref variable will be forcibly initialized 1901 | struct rcu_head *rhp; | ^~~ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_cleanup': /kisskb/src/kernel/rcu/rcutorture.c:2793:16: note: byref variable will be forcibly initialized 2793 | unsigned long gp_seq = 0; | ^~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:2792:6: note: byref variable will be forcibly initialized 2792 | int flags = 0; | ^~~~~ /kisskb/src/kernel/rcu/rcutorture.c: In function 'rcu_torture_init': /kisskb/src/kernel/rcu/rcutorture.c:3168:24: note: byref variable will be forcibly initialized 3168 | struct sched_param sp; | ^~ /kisskb/src/kernel/rcu/rcutorture.c:2975:16: note: byref variable will be forcibly initialized 2975 | unsigned long gp_seq = 0; | ^~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:2974:6: note: byref variable will be forcibly initialized 2974 | int flags = 0; | ^~~~~ /kisskb/src/mm/process_vm_access.c: In function 'process_vm_rw_single_vec': /kisskb/src/mm/process_vm_access.c:96:7: note: byref variable will be forcibly initialized 96 | int locked = 1; | ^~~~~~ In file included from /kisskb/src/kernel/rcu/rcutorture.c:23: /kisskb/src/kernel/rcu/rcutorture.c: In function 'synchronize_rcu_mult_test': /kisskb/src/include/linux/rcupdate_wait.h:27:25: note: byref variable will be forcibly initialized 27 | struct rcu_synchronize __rs_array[ARRAY_SIZE(__crcu_array)]; \ | ^~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:51:2: note: in expansion of macro '_wait_rcu_gp' 51 | _wait_rcu_gp(IS_ENABLED(CONFIG_TINY_RCU), __VA_ARGS__) | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:747:2: note: in expansion of macro 'synchronize_rcu_mult' 747 | synchronize_rcu_mult(call_rcu_tasks, call_rcu); | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:26:18: note: byref variable will be forcibly initialized 26 | call_rcu_func_t __crcu_array[] = { __VA_ARGS__ }; \ | ^~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:51:2: note: in expansion of macro '_wait_rcu_gp' 51 | _wait_rcu_gp(IS_ENABLED(CONFIG_TINY_RCU), __VA_ARGS__) | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcutorture.c:747:2: note: in expansion of macro 'synchronize_rcu_mult' 747 | synchronize_rcu_mult(call_rcu_tasks, call_rcu); | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/process_vm_access.c: In function 'process_vm_rw_core': /kisskb/src/mm/process_vm_access.c:156:15: note: byref variable will be forcibly initialized 156 | struct page *pp_stack[PVM_MAX_PP_ARRAY_COUNT]; | ^~~~~~~~ /kisskb/src/mm/process_vm_access.c: In function 'process_vm_rw': /kisskb/src/mm/process_vm_access.c:264:18: note: byref variable will be forcibly initialized 264 | struct iov_iter iter; | ^~~~ /kisskb/src/mm/process_vm_access.c:262:16: note: byref variable will be forcibly initialized 262 | struct iovec *iov_l = iovstack_l; | ^~~~~ /kisskb/src/mm/process_vm_access.c:261:15: note: byref variable will be forcibly initialized 261 | struct iovec iovstack_r[UIO_FASTIOV]; | ^~~~~~~~~~ /kisskb/src/mm/process_vm_access.c:260:15: note: byref variable will be forcibly initialized 260 | struct iovec iovstack_l[UIO_FASTIOV]; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/jbd2/transaction.c:18: /kisskb/src/fs/jbd2/transaction.c: In function 'add_transaction_credits': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/jbd2/transaction.c:320:3: note: in expansion of macro 'wait_event' 320 | wait_event(journal->j_wait_reserved, | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/jbd2/transaction.c:273:4: note: in expansion of macro 'wait_event' 273 | wait_event(journal->j_wait_reserved, | ^~~~~~~~~~ /kisskb/src/fs/jbd2/transaction.c: In function 'start_this_handle': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/jbd2/transaction.c:404:3: note: in expansion of macro 'wait_event' 404 | wait_event(journal->j_wait_transaction_locked, | ^~~~~~~~~~ /kisskb/src/fs/jbd2/transaction.c: In function 'jbd2_journal_lock_updates': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/jbd2/transaction.c:861:3: note: in expansion of macro 'wait_event' 861 | wait_event(journal->j_wait_reserved, | ^~~~~~~~~~ /kisskb/src/fs/jbd2/transaction.c: In function 'jbd2_journal_stop': /kisskb/src/fs/jbd2/transaction.c:1889:12: note: byref variable will be forcibly initialized 1889 | ktime_t expires = ktime_add_ns(ktime_get(), | ^~~~~~~ /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/mm/vmalloc.c: In function 'insert_vmap_area': /kisskb/src/mm/vmalloc.c:1032:1: note: byref variable will be forcibly initialized 1032 | insert_vmap_area(struct vmap_area *va, | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/vmalloc.c: In function 'insert_vmap_area_augment': /kisskb/src/mm/vmalloc.c:1044:1: note: byref variable will be forcibly initialized 1044 | insert_vmap_area_augment(struct vmap_area *va, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmalloc.c:1044:1: note: byref variable will be forcibly initialized /kisskb/src/mm/vmalloc.c: In function 'merge_or_add_vmap_area': /kisskb/src/mm/vmalloc.c:1074:1: note: byref variable will be forcibly initialized 1074 | merge_or_add_vmap_area(struct vmap_area *va, | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmalloc.c: In function 'merge_or_add_vmap_area_augment': /kisskb/src/mm/vmalloc.c:1074:1: note: byref variable will be forcibly initialized /kisskb/src/drivers/gpio/gpiolib-devres.c: In function 'devm_gpiod_get_index': /kisskb/src/drivers/gpio/gpiolib-devres.c:99:20: note: byref variable will be forcibly initialized 99 | struct gpio_desc *desc; | ^~~~ /kisskb/src/drivers/gpio/gpiolib-devres.c: In function 'devm_gpiod_get_from_of_node': /kisskb/src/drivers/gpio/gpiolib-devres.c:154:20: note: byref variable will be forcibly initialized 154 | struct gpio_desc *desc; | ^~~~ /kisskb/src/mm/vmalloc.c: In function 'vmap_range_noflush': /kisskb/src/mm/vmalloc.c:293:17: note: byref variable will be forcibly initialized 293 | pgtbl_mod_mask mask = 0; | ^~~~ /kisskb/src/mm/vmalloc.c: In function 'vmap_small_pages_range_noflush': /kisskb/src/mm/vmalloc.c:549:17: note: byref variable will be forcibly initialized 549 | pgtbl_mod_mask mask = 0; | ^~~~ /kisskb/src/mm/vmalloc.c:548:6: note: byref variable will be forcibly initialized 548 | int nr = 0; | ^~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/mm/vmalloc.c:14: /kisskb/src/mm/vmalloc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/mm/vmalloc.c: In function 'vunmap_range_noflush': /kisskb/src/mm/vmalloc.c:426:17: note: byref variable will be forcibly initialized 426 | pgtbl_mod_mask mask = 0; | ^~~~ /kisskb/src/mm/vmalloc.c: In function '__purge_vmap_area_lazy': /kisskb/src/mm/vmalloc.c:1666:19: note: byref variable will be forcibly initialized 1666 | 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:1947:12: note: byref variable will be forcibly initialized 1947 | 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/mm/vmalloc.c: In function 'alloc_vmap_area': /kisskb/src/mm/vmalloc.c:1520:16: note: byref variable will be forcibly initialized 1520 | unsigned long freed; | ^~~~~ /kisskb/src/mm/vmalloc.c: In function 'pcpu_get_vm_areas': /kisskb/src/mm/vmalloc.c:3612:27: note: byref variable will be forcibly initialized 3612 | struct vmap_area **vas, *va; | ^~ /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; | ^~~~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/mm/vmalloc.c:11: /kisskb/src/mm/vmalloc.c: In function 'remap_vmalloc_range_partial': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/mm/vmalloc.c:3459:6: note: in expansion of macro 'check_add_overflow' 3459 | if (check_add_overflow(size, off, &end_index) || | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/mm/vmalloc.c:3459:6: note: in expansion of macro 'check_add_overflow' 3459 | if (check_add_overflow(size, off, &end_index) || | ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/vmalloc.c:3442:16: note: byref variable will be forcibly initialized 3442 | unsigned long end_index; | ^~~~~~~~~ /kisskb/src/mm/vmalloc.c:3441:16: note: byref variable will be forcibly initialized 3441 | unsigned long off; | ^~~ /kisskb/src/fs/fat/cache.c: In function 'fat_get_cluster': /kisskb/src/fs/fat/cache.c:231:22: note: byref variable will be forcibly initialized 231 | struct fat_cache_id cid; | ^~~ /kisskb/src/fs/fat/cache.c:230:19: note: byref variable will be forcibly initialized 230 | struct fat_entry fatent; | ^~~~~~ /kisskb/src/fs/fat/cache.c: In function 'fat_bmap_cluster': /kisskb/src/fs/fat/cache.c:294:18: note: byref variable will be forcibly initialized 294 | int ret, fclus, dclus; | ^~~~~ /kisskb/src/fs/fat/cache.c:294:11: note: byref variable will be forcibly initialized 294 | int ret, fclus, dclus; | ^~~~~ /kisskb/src/fs/fat/cache.c: In function 'fat_bmap': /kisskb/src/fs/fat/cache.c:362:11: note: byref variable will be forcibly initialized 362 | sector_t last_block; | ^~~~~~~~~~ /kisskb/src/fs/ext4/dir.c: In function 'ext4_readdir': /kisskb/src/fs/ext4/dir.c:279:25: note: byref variable will be forcibly initialized 279 | struct fscrypt_str de_name = | ^~~~~~~ /kisskb/src/fs/ext4/dir.c:171:26: note: byref variable will be forcibly initialized 171 | struct ext4_map_blocks map; | ^~~ /kisskb/src/fs/ext4/dir.c:157:7: note: byref variable will be forcibly initialized 157 | int has_inline_data = 1; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/dir.c:135:21: note: byref variable will be forcibly initialized 135 | struct fscrypt_str fstr = FSTR_INIT(NULL, 0); | ^~~~ /kisskb/src/mm/page_alloc.c: In function '__rmqueue_fallback': /kisskb/src/mm/page_alloc.c:2893:7: note: byref variable will be forcibly initialized 2893 | bool can_steal; | ^~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function '__rmqueue': /kisskb/src/mm/page_alloc.c:2893:7: note: byref variable will be forcibly initialized /kisskb/src/mm/page_alloc.c: In function 'show_migration_types': /kisskb/src/mm/page_alloc.c:5855:7: note: byref variable will be forcibly initialized 5855 | char tmp[MIGRATE_TYPES + 1]; | ^~~ /kisskb/src/mm/page_alloc.c: In function '__early_pfn_to_nid': /kisskb/src/mm/page_alloc.c:1701:27: note: byref variable will be forcibly initialized 1701 | unsigned long start_pfn, end_pfn; | ^~~~~~~ /kisskb/src/mm/page_alloc.c:1701:16: note: byref variable will be forcibly initialized 1701 | unsigned long start_pfn, end_pfn; | ^~~~~~~~~ /kisskb/src/kernel/sched/deadline.c: In function 'dl_task_timer': /kisskb/src/kernel/sched/deadline.c:1046:18: note: byref variable will be forcibly initialized 1046 | struct rq_flags rf; | ^~ /kisskb/src/mm/page_alloc.c: In function 'rmqueue_bulk': /kisskb/src/mm/page_alloc.c:2893:7: note: byref variable will be forcibly initialized 2893 | bool can_steal; | ^~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'deferred_init_mem_pfn_range_in_zone': /kisskb/src/mm/page_alloc.c:1930:6: note: byref variable will be forcibly initialized 1930 | u64 j; | ^ /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; | ^~ /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/mm/page_alloc.c: In function 'rmqueue': /kisskb/src/mm/page_alloc.c:2893:7: note: byref variable will be forcibly initialized 2893 | bool can_steal; | ^~~~~~~~~ /kisskb/src/lib/crypto/blake2s-generic.c: In function 'blake2s_compress_generic': /kisskb/src/lib/crypto/blake2s-generic.c:44:6: note: byref variable will be forcibly initialized 44 | u32 v[16]; | ^ /kisskb/src/mm/page_alloc.c: In function 'early_calculate_totalpages': /kisskb/src/mm/page_alloc.c:7695:9: note: byref variable will be forcibly initialized 7695 | int i, nid; | ^~~ /kisskb/src/mm/page_alloc.c:7695:6: note: byref variable will be forcibly initialized 7695 | int i, nid; | ^ /kisskb/src/mm/page_alloc.c:7694:27: note: byref variable will be forcibly initialized 7694 | unsigned long start_pfn, end_pfn; | ^~~~~~~ /kisskb/src/mm/page_alloc.c:7694:16: note: byref variable will be forcibly initialized 7694 | unsigned long start_pfn, end_pfn; | ^~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'find_zone_movable_pfns_for_nodes': /kisskb/src/mm/page_alloc.c:7825:28: note: byref variable will be forcibly initialized 7825 | unsigned long start_pfn, end_pfn; | ^~~~~~~ /kisskb/src/mm/page_alloc.c:7825:17: note: byref variable will be forcibly initialized 7825 | unsigned long start_pfn, end_pfn; | ^~~~~~~~~ /kisskb/src/mm/page_alloc.c:7715:6: note: byref variable will be forcibly initialized 7715 | int i, nid; | ^ /kisskb/src/mm/page_alloc.c: In function 'cmdline_parse_core': /kisskb/src/mm/page_alloc.c:8052:8: note: byref variable will be forcibly initialized 8052 | char *endptr; | ^~~~~~ /kisskb/src/mm/page_alloc.c: In function 'deferred_init_memmap': /kisskb/src/mm/page_alloc.c:2082:24: note: byref variable will be forcibly initialized 2082 | struct padata_mt_job job = { | ^~~ /kisskb/src/mm/page_alloc.c:2040:6: note: byref variable will be forcibly initialized 2040 | u64 i; | ^ /kisskb/src/mm/page_alloc.c:2036:32: note: byref variable will be forcibly initialized 2036 | unsigned long first_init_pfn, flags; | ^~~~~ /kisskb/src/mm/page_alloc.c:2035:26: note: byref variable will be forcibly initialized 2035 | unsigned long spfn = 0, epfn = 0; | ^~~~ /kisskb/src/mm/page_alloc.c:2035:16: note: byref variable will be forcibly initialized 2035 | unsigned long spfn = 0, epfn = 0; | ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h: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:1444:12: note: byref variable will be forcibly initialized 1444 | 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/mm/page_alloc.c: In function 'deferred_init_maxorder': /kisskb/src/mm/page_alloc.c:1966:6: note: byref variable will be forcibly initialized 1966 | u64 j = *i; | ^ /kisskb/src/mm/page_alloc.c:1964:35: note: byref variable will be forcibly initialized 1964 | unsigned long spfn = *start_pfn, epfn = *end_pfn; | ^~~~ /kisskb/src/mm/page_alloc.c:1964:16: note: byref variable will be forcibly initialized 1964 | unsigned long spfn = *start_pfn, epfn = *end_pfn; | ^~~~ /kisskb/src/mm/page_alloc.c: In function 'deferred_init_memmap_chunk': /kisskb/src/mm/page_alloc.c:2009:6: note: byref variable will be forcibly initialized 2009 | u64 i; | ^ /kisskb/src/mm/page_alloc.c:2007:22: note: byref variable will be forcibly initialized 2007 | unsigned long spfn, epfn; | ^~~~ /kisskb/src/mm/page_alloc.c:2007:16: note: byref variable will be forcibly initialized 2007 | unsigned long spfn, epfn; | ^~~~ /kisskb/src/mm/page_alloc.c: In function 'deferred_grow_zone': /kisskb/src/mm/page_alloc.c:2130:6: note: byref variable will be forcibly initialized 2130 | u64 i; | ^ /kisskb/src/mm/page_alloc.c:2128:28: note: byref variable will be forcibly initialized 2128 | unsigned long spfn, epfn, flags; | ^~~~~ /kisskb/src/mm/page_alloc.c:2128:22: note: byref variable will be forcibly initialized 2128 | unsigned long spfn, epfn, flags; | ^~~~ /kisskb/src/mm/page_alloc.c:2128:16: note: byref variable will be forcibly initialized 2128 | unsigned long spfn, epfn, flags; | ^~~~ /kisskb/src/mm/page_alloc.c: In function 'steal_suitable_fallback': /kisskb/src/mm/page_alloc.c:2647:18: note: byref variable will be forcibly initialized 2647 | int free_pages, movable_pages, alike_pages; | ^~~~~~~~~~~~~ In file included from /kisskb/src/crypto/seqiv.c:13: /kisskb/src/crypto/seqiv.c: In function 'seqiv_aead_encrypt': /kisskb/src/include/crypto/skcipher.h:127:7: note: byref variable will be forcibly initialized 127 | char __##name##_desc[sizeof(struct skcipher_request) + \ | ^~ /kisskb/src/crypto/seqiv.c:69:3: note: in expansion of macro 'SYNC_SKCIPHER_REQUEST_ON_STACK' 69 | SYNC_SKCIPHER_REQUEST_ON_STACK(nreq, ctx->sknull); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/crypto/echainiv.c:18: /kisskb/src/crypto/echainiv.c: In function 'echainiv_encrypt': /kisskb/src/include/crypto/skcipher.h:127:7: note: byref variable will be forcibly initialized 127 | char __##name##_desc[sizeof(struct skcipher_request) + \ | ^~ /kisskb/src/crypto/echainiv.c:45:3: note: in expansion of macro 'SYNC_SKCIPHER_REQUEST_ON_STACK' 45 | SYNC_SKCIPHER_REQUEST_ON_STACK(nreq, ctx->sknull); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/memblock.c: In function 'memblock_dump': /kisskb/src/mm/memblock.c:1876:8: note: byref variable will be forcibly initialized 1876 | char nid_buf[32] = ""; | ^~~~~~~ /kisskb/src/mm/memblock.c:1868:25: note: byref variable will be forcibly initialized 1868 | phys_addr_t base, end, size; | ^~~~ /kisskb/src/mm/memblock.c:1868:20: note: byref variable will be forcibly initialized 1868 | phys_addr_t base, end, size; | ^~~ /kisskb/src/mm/memblock.c:1868:14: note: byref variable will be forcibly initialized 1868 | phys_addr_t base, end, size; | ^~~~ /kisskb/src/mm/memblock.c: In function 'memblock_debug_show': /kisskb/src/mm/memblock.c:2122:14: note: byref variable will be forcibly initialized 2122 | phys_addr_t end; | ^~~ /kisskb/src/mm/page_alloc.c: In function '__alloc_pages_direct_compact': /kisskb/src/mm/page_alloc.c:4343:15: note: byref variable will be forcibly initialized 4343 | struct page *page = NULL; | ^~~~ /kisskb/src/arch/powerpc/platforms/pseries/pseries_energy.c: In function 'cpu_to_drc_index': /kisskb/src/arch/powerpc/platforms/pseries/pseries_energy.c:76:23: note: byref variable will be forcibly initialized 76 | u32 nr_drc_indexes, thread_drc_index; | ^~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/pseries_energy.c:76:7: note: byref variable will be forcibly initialized 76 | u32 nr_drc_indexes, thread_drc_index; | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/pseries_energy.c:56:17: note: byref variable will be forcibly initialized 56 | const __be32 *value; | ^~~~~ /kisskb/src/arch/powerpc/platforms/pseries/pseries_energy.c:55:7: note: byref variable will be forcibly initialized 55 | u32 num_set_entries; | ^~~~~~~~~~~~~~~ /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:39:19: note: byref variable will be forcibly initialized 39 | struct property *info; | ^~~~ /kisskb/src/arch/powerpc/platforms/pseries/pseries_energy.c: In function 'get_best_energy_data': /kisskb/src/arch/powerpc/platforms/pseries/pseries_energy.c:231:16: note: byref variable will be forcibly initialized 231 | unsigned long retbuf[PLPAR_HCALL9_BUFSIZE]; | ^~~~~~ /kisskb/src/mm/memblock.c: In function '__memblock_find_range_bottom_up': /kisskb/src/mm/memblock.c:215:6: note: byref variable will be forcibly initialized 215 | u64 i; | ^ /kisskb/src/mm/memblock.c:214:26: note: byref variable will be forcibly initialized 214 | phys_addr_t this_start, this_end, cand; | ^~~~~~~~ /kisskb/src/mm/memblock.c:214:14: note: byref variable will be forcibly initialized 214 | phys_addr_t this_start, this_end, cand; | ^~~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'warn_alloc': /kisskb/src/mm/page_alloc.c:4204:10: note: byref variable will be forcibly initialized 4204 | va_list args; | ^~~~ /kisskb/src/arch/powerpc/platforms/pseries/pseries_energy.c: In function 'drc_index_to_cpu': /kisskb/src/arch/powerpc/platforms/pseries/pseries_energy.c:125:17: note: byref variable will be forcibly initialized 125 | const __be32 *value; | ^~~~~ /kisskb/src/arch/powerpc/platforms/pseries/pseries_energy.c:124:7: note: byref variable will be forcibly initialized 124 | u32 num_set_entries; | ^~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/pseries_energy.c:122:22: note: byref variable will be forcibly initialized 122 | struct of_drc_info drc; | ^~~ /kisskb/src/arch/powerpc/platforms/pseries/pseries_energy.c:112:19: note: byref variable will be forcibly initialized 112 | struct property *info; | ^~~~ /kisskb/src/mm/page_alloc.c:4203:19: note: byref variable will be forcibly initialized 4203 | struct va_format vaf; | ^~~ /kisskb/src/mm/memblock.c: In function 'memmap_init_reserved_pages': /kisskb/src/mm/memblock.c:2040:6: note: byref variable will be forcibly initialized 2040 | u64 i; | ^ /kisskb/src/mm/memblock.c:2039:21: note: byref variable will be forcibly initialized 2039 | phys_addr_t start, end; | ^~~ /kisskb/src/mm/memblock.c:2039:14: note: byref variable will be forcibly initialized 2039 | phys_addr_t start, end; | ^~~~~ /kisskb/src/arch/powerpc/platforms/pseries/pseries_energy.c: In function 'get_best_energy_list': /kisskb/src/arch/powerpc/platforms/pseries/pseries_energy.c:191:16: note: byref variable will be forcibly initialized 191 | unsigned long retbuf[PLPAR_HCALL9_BUFSIZE]; | ^~~~~~ /kisskb/src/fs/ext2/dir.c: In function 'ext2_readdir': /kisskb/src/fs/ext2/dir.c:284:9: note: byref variable will be forcibly initialized 284 | char *kaddr, *limit; | ^~~~~ /kisskb/src/mm/memblock.c: In function '__memblock_find_range_top_down': /kisskb/src/mm/memblock.c:250:6: note: byref variable will be forcibly initialized 250 | u64 i; | ^ /kisskb/src/mm/memblock.c:249:26: note: byref variable will be forcibly initialized 249 | phys_addr_t this_start, this_end, cand; | ^~~~~~~~ /kisskb/src/mm/memblock.c:249:14: note: byref variable will be forcibly initialized 249 | phys_addr_t this_start, this_end, cand; | ^~~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function '__alloc_pages_slowpath': /kisskb/src/mm/page_alloc.c:4858:6: note: byref variable will be forcibly initialized 4858 | int no_progress_loops; | ^~~~~~~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c:4857:6: note: byref variable will be forcibly initialized 4857 | int compaction_retries; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/memblock.c: In function 'memblock_double_array': /kisskb/src/mm/memblock.c:404:40: note: byref variable will be forcibly initialized 404 | phys_addr_t old_size, new_size, addr, new_end; | ^~~~~~~ /kisskb/src/mm/memblock.c:404:34: note: byref variable will be forcibly initialized 404 | phys_addr_t old_size, new_size, addr, new_end; | ^~~~ /kisskb/src/mm/page_alloc.c:4856:22: note: byref variable will be forcibly initialized 4856 | enum compact_result compact_result; | ^~~~~~~~~~~~~~ /kisskb/src/fs/ext2/dir.c: In function 'ext2_find_entry': /kisskb/src/mm/page_alloc.c:4855:24: note: byref variable will be forcibly initialized 4855 | enum compact_priority compact_priority; | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/ext2/dir.c:360:8: note: byref variable will be forcibly initialized 360 | void *page_addr; | ^~~~~~~~~ /kisskb/src/mm/page_alloc.c:4854:16: note: byref variable will be forcibly initialized 4854 | unsigned long did_some_progress; | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext2/dir.c: In function 'ext2_dotdot': /kisskb/src/fs/ext2/dir.c:431:8: note: byref variable will be forcibly initialized 431 | void *page_addr; | ^~~~~~~~~ /kisskb/src/fs/ext2/dir.c: In function 'ext2_inode_by_name': /kisskb/src/fs/ext2/dir.c:447:8: note: byref variable will be forcibly initialized 447 | void *page_addr; | ^~~~~~~~~ /kisskb/src/fs/ext2/dir.c:446:15: note: byref variable will be forcibly initialized 446 | struct page *page; | ^~~~ /kisskb/src/mm/page_alloc.c: In function '__alloc_pages': /kisskb/src/mm/page_alloc.c:5335:15: note: byref variable will be forcibly initialized 5335 | unsigned int alloc_flags = ALLOC_WMARK_LOW; | ^~~~~~~~~~~ /kisskb/src/fs/ext2/dir.c: In function 'ext2_add_link': /kisskb/src/fs/ext2/dir.c:496:8: note: byref variable will be forcibly initialized 496 | void *page_addr = NULL; | ^~~~~~~~~ /kisskb/src/mm/memblock.c: In function 'memblock_add_node': /kisskb/src/mm/memblock.c:669:14: note: byref variable will be forcibly initialized 669 | phys_addr_t end = base + size - 1; | ^~~ /kisskb/src/mm/memblock.c: In function 'memblock_add': /kisskb/src/mm/memblock.c:690:14: note: byref variable will be forcibly initialized 690 | phys_addr_t end = base + size - 1; | ^~~ /kisskb/src/mm/memblock.c: In function 'memblock_reserve': /kisskb/src/mm/memblock.c:834:14: note: byref variable will be forcibly initialized 834 | phys_addr_t end = base + size - 1; | ^~~ /kisskb/src/mm/memblock.c: In function 'memblock_remove_range': /kisskb/src/mm/memblock.c:777:17: note: byref variable will be forcibly initialized 777 | int start_rgn, end_rgn; | ^~~~~~~ /kisskb/src/mm/memblock.c:777:6: note: byref variable will be forcibly initialized 777 | int start_rgn, end_rgn; | ^~~~~~~~~ /kisskb/src/mm/memblock.c: In function 'memblock_remove': /kisskb/src/mm/memblock.c:791:14: note: byref variable will be forcibly initialized 791 | phys_addr_t end = base + size - 1; | ^~~ /kisskb/src/mm/memblock.c: In function 'memblock_phys_free': /kisskb/src/mm/memblock.c:823:14: note: byref variable will be forcibly initialized 823 | phys_addr_t end = base + size - 1; | ^~~ /kisskb/src/fs/ext2/dir.c: In function 'ext2_empty_dir': /kisskb/src/fs/ext2/dir.c:672:8: note: byref variable will be forcibly initialized 672 | void *page_addr = NULL; | ^~~~~~~~~ /kisskb/src/mm/memblock.c: In function 'memblock_setclr_flag': /kisskb/src/mm/memblock.c:869:25: note: byref variable will be forcibly initialized 869 | int i, ret, start_rgn, end_rgn; | ^~~~~~~ /kisskb/src/mm/memblock.c:869:14: note: byref variable will be forcibly initialized 869 | int i, ret, start_rgn, end_rgn; | ^~~~~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/eeh-powernv.c: In function 'pnv_eeh_ei_write': /kisskb/src/arch/powerpc/platforms/powernv/eeh-powernv.c:72:7: note: byref variable will be forcibly initialized 72 | char buf[50]; | ^~~ /kisskb/src/arch/powerpc/platforms/powernv/eeh-powernv.c:71:22: note: byref variable will be forcibly initialized 71 | unsigned long addr, mask; | ^~~~ /kisskb/src/arch/powerpc/platforms/powernv/eeh-powernv.c:71:16: note: byref variable will be forcibly initialized 71 | unsigned long addr, mask; | ^~~~ /kisskb/src/arch/powerpc/platforms/powernv/eeh-powernv.c:70:19: note: byref variable will be forcibly initialized 70 | int pe_no, type, func; | ^~~~ /kisskb/src/arch/powerpc/platforms/powernv/eeh-powernv.c:70:13: note: byref variable will be forcibly initialized 70 | int pe_no, type, func; | ^~~~ /kisskb/src/arch/powerpc/platforms/powernv/eeh-powernv.c:70:6: note: byref variable will be forcibly initialized 70 | int pe_no, type, func; | ^~~~~ /kisskb/src/mm/memblock.c: In function 'free_low_memory_core_early': /kisskb/src/mm/memblock.c:2060:6: note: byref variable will be forcibly initialized 2060 | u64 i; | ^ /kisskb/src/mm/memblock.c:2059:21: note: byref variable will be forcibly initialized 2059 | phys_addr_t start, end; | ^~~ /kisskb/src/mm/memblock.c:2059:14: note: byref variable will be forcibly initialized 2059 | phys_addr_t start, end; | ^~~~~ /kisskb/src/mm/page_alloc.c: In function '__alloc_pages_bulk': /kisskb/src/mm/page_alloc.c:5198:15: note: byref variable will be forcibly initialized 5198 | unsigned int alloc_flags = ALLOC_WMARK_LOW; | ^~~~~~~~~~~ /kisskb/src/mm/page_alloc.c:5196:23: note: byref variable will be forcibly initialized 5196 | struct alloc_context ac; | ^~ /kisskb/src/arch/powerpc/platforms/powernv/eeh-powernv.c: In function 'pnv_eeh_wait_for_pending': /kisskb/src/arch/powerpc/platforms/powernv/eeh-powernv.c:912:9: note: byref variable will be forcibly initialized 912 | int i, status = 0; | ^~~~~~ /kisskb/src/mm/memblock.c: In function 'memblock_set_node': /kisskb/src/crypto/dh_helper.c: In function 'crypto_dh_encode_key': /kisskb/src/crypto/dh_helper.c:44:20: note: byref variable will be forcibly initialized 44 | struct kpp_secret secret = { | ^~~~~~ /kisskb/src/mm/memblock.c:1244:17: note: byref variable will be forcibly initialized 1244 | int start_rgn, end_rgn; | ^~~~~~~ /kisskb/src/mm/memblock.c:1244:6: note: byref variable will be forcibly initialized 1244 | int start_rgn, end_rgn; | ^~~~~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/eeh-powernv.c: In function 'pnv_eeh_do_flr': /kisskb/src/arch/powerpc/platforms/powernv/eeh-powernv.c:932:6: note: byref variable will be forcibly initialized 932 | u32 reg = 0; | ^~~ /kisskb/src/mm/memblock.c: In function '__next_mem_pfn_range_in_zone': /kisskb/src/mm/memblock.c:1281:6: note: byref variable will be forcibly initialized 1281 | int nid; | ^~~ /kisskb/src/mm/memblock.c:1280:19: note: byref variable will be forcibly initialized 1280 | phys_addr_t spa, epa; | ^~~ /kisskb/src/mm/memblock.c:1280:14: note: byref variable will be forcibly initialized 1280 | phys_addr_t spa, epa; | ^~~ /kisskb/src/arch/powerpc/platforms/powernv/eeh-powernv.c: In function 'pnv_eeh_do_af_flr': /kisskb/src/arch/powerpc/platforms/powernv/eeh-powernv.c:970:6: note: byref variable will be forcibly initialized 970 | u32 cap = 0; | ^~~ /kisskb/src/arch/powerpc/platforms/powernv/eeh-powernv.c: In function '__pnv_eeh_bridge_reset': /kisskb/src/arch/powerpc/platforms/powernv/eeh-powernv.c:806:6: note: byref variable will be forcibly initialized 806 | u32 ctrl; | ^~~~ /kisskb/src/mm/memblock.c: In function 'memblock_free_late': /kisskb/src/mm/memblock.c:1610:22: note: byref variable will be forcibly initialized 1610 | phys_addr_t cursor, end; | ^~~ /kisskb/src/mm/memblock.c: In function 'memblock_cap_memory_range': /kisskb/src/mm/memblock.c:1695:17: note: byref variable will be forcibly initialized 1695 | int start_rgn, end_rgn; | ^~~~~~~ /kisskb/src/mm/memblock.c:1695:6: note: byref variable will be forcibly initialized 1695 | int start_rgn, end_rgn; | ^~~~~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/eeh-powernv.c: In function 'pnv_eeh_next_error': /kisskb/src/arch/powerpc/platforms/powernv/eeh-powernv.c:1412:19: note: byref variable will be forcibly initialized 1412 | __be16 err_type, severity; | ^~~~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/eeh-powernv.c:1412:9: note: byref variable will be forcibly initialized 1412 | __be16 err_type, severity; | ^~~~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/eeh-powernv.c:1411:9: note: byref variable will be forcibly initialized 1411 | __be64 frozen_pe_no; | ^~~~~~~~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/eeh-powernv.c: In function 'pnv_eeh_find_cap': /kisskb/src/arch/powerpc/platforms/powernv/eeh-powernv.c:234:14: note: byref variable will be forcibly initialized 234 | u32 status, id; | ^~ /kisskb/src/arch/powerpc/platforms/powernv/eeh-powernv.c:234:6: note: byref variable will be forcibly initialized 234 | u32 status, id; | ^~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/eeh-powernv.c:232:6: note: byref variable will be forcibly initialized 232 | int pos = PCI_CAPABILITY_LIST; | ^~~ /kisskb/src/mm/page_alloc.c: In function 'memmap_init_range': /kisskb/src/mm/page_alloc.c:6510:16: note: byref variable will be forcibly initialized 6510 | unsigned long pfn, end_pfn = start_pfn + size; | ^~~ /kisskb/src/arch/powerpc/platforms/powernv/eeh-powernv.c: In function 'pnv_eeh_find_ecap': /kisskb/src/arch/powerpc/platforms/powernv/eeh-powernv.c:268:6: note: byref variable will be forcibly initialized 268 | u32 header; | ^~~~~~ /kisskb/src/mm/page_alloc.c: In function 'memmap_init': /kisskb/src/mm/page_alloc.c:6715:25: note: byref variable will be forcibly initialized 6715 | int i, j, zone_id = 0, nid; | ^~~ /kisskb/src/arch/powerpc/platforms/powernv/eeh-powernv.c: In function 'pnv_eeh_get_phb_state': /kisskb/src/arch/powerpc/platforms/powernv/eeh-powernv.c:530:9: note: byref variable will be forcibly initialized 530 | __be16 pcierr = 0; | ^~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/eeh-powernv.c:529:5: note: byref variable will be forcibly initialized 529 | u8 fstate = 0; | ^~~~~~ /kisskb/src/mm/page_alloc.c:6715:6: note: byref variable will be forcibly initialized 6715 | int i, j, zone_id = 0, nid; | ^ /kisskb/src/mm/page_alloc.c:6714:16: note: byref variable will be forcibly initialized 6714 | unsigned long hole_pfn = 0; | ^~~~~~~~ /kisskb/src/mm/page_alloc.c:6713:27: note: byref variable will be forcibly initialized 6713 | unsigned long start_pfn, end_pfn; | ^~~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/eeh-powernv.c: In function 'pnv_eeh_get_pe_state': /kisskb/src/arch/powerpc/platforms/powernv/eeh-powernv.c:569:9: note: byref variable will be forcibly initialized 569 | __be16 pcierr = 0; | ^~~~~~ /kisskb/src/arch/powerpc/platforms/powernv/eeh-powernv.c:568:5: note: byref variable will be forcibly initialized 568 | u8 fstate = 0; | ^~~~~~ /kisskb/src/mm/page_alloc.c:6713:16: note: byref variable will be forcibly initialized 6713 | unsigned long start_pfn, end_pfn; | ^~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'get_pfn_range_for_nid': /kisskb/src/arch/powerpc/platforms/powernv/eeh-powernv.c: In function 'pnv_eeh_probe': /kisskb/src/arch/powerpc/platforms/powernv/eeh-powernv.c:328:11: note: byref variable will be forcibly initialized 328 | uint32_t pcie_flags; | ^~~~~~~~~~ /kisskb/src/mm/page_alloc.c:7048:6: note: byref variable will be forcibly initialized 7048 | int i; | ^ /kisskb/src/mm/page_alloc.c:7047:32: note: byref variable will be forcibly initialized 7047 | unsigned long this_start_pfn, this_end_pfn; | ^~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c:7047:16: note: byref variable will be forcibly initialized 7047 | unsigned long this_start_pfn, this_end_pfn; | ^~~~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function '__absent_pages_in_range': /kisskb/src/mm/page_alloc.c:7166:6: note: byref variable will be forcibly initialized 7166 | int i; | ^ /kisskb/src/mm/page_alloc.c:7165:27: note: byref variable will be forcibly initialized 7165 | unsigned long start_pfn, end_pfn; | ^~~~~~~ /kisskb/src/mm/page_alloc.c:7165:16: note: byref variable will be forcibly initialized 7165 | unsigned long start_pfn, end_pfn; | ^~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'zone_absent_pages_in_node': /kisskb/src/mm/page_alloc.c:7197:32: note: byref variable will be forcibly initialized 7197 | unsigned long zone_start_pfn, zone_end_pfn; | ^~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c:7197:16: note: byref variable will be forcibly initialized 7197 | unsigned long zone_start_pfn, zone_end_pfn; | ^~~~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'calculate_node_totalpages': /kisskb/src/mm/page_alloc.c:7249:33: note: byref variable will be forcibly initialized 7249 | unsigned long zone_start_pfn, zone_end_pfn; | ^~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c:7249:17: note: byref variable will be forcibly initialized 7249 | unsigned long zone_start_pfn, zone_end_pfn; | ^~~~~~~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'free_area_init_node': /kisskb/src/mm/page_alloc.c:7585:16: note: byref variable will be forcibly initialized 7585 | unsigned long end_pfn = 0; | ^~~~~~~ /kisskb/src/mm/page_alloc.c:7584:16: note: byref variable will be forcibly initialized 7584 | unsigned long start_pfn = 0; | ^~~~~~~~~ /kisskb/src/mm/page_alloc.c: In function 'node_map_pfn_alignment': /kisskb/src/mm/page_alloc.c:7649:9: note: byref variable will be forcibly initialized 7649 | int i, nid; | ^~~ /kisskb/src/mm/page_alloc.c:7649:6: note: byref variable will be forcibly initialized 7649 | int i, nid; | ^ /kisskb/src/mm/page_alloc.c:7647:23: note: byref variable will be forcibly initialized 7647 | unsigned long start, end, mask; | ^~~ /kisskb/src/mm/page_alloc.c:7647:16: note: byref variable will be forcibly initialized 7647 | unsigned long start, end, mask; | ^~~~~ /kisskb/src/mm/page_alloc.c: In function 'free_area_init': /kisskb/src/mm/page_alloc.c:7962:9: note: byref variable will be forcibly initialized 7962 | int i, nid, zone; | ^~~ /kisskb/src/mm/page_alloc.c:7962:6: note: byref variable will be forcibly initialized 7962 | int i, nid, zone; | ^ /kisskb/src/mm/page_alloc.c:7961:27: note: byref variable will be forcibly initialized 7961 | unsigned long start_pfn, end_pfn; | ^~~~~~~ /kisskb/src/mm/page_alloc.c:7961:16: note: byref variable will be forcibly initialized 7961 | unsigned long start_pfn, end_pfn; | ^~~~~~~~~ /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 }; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/arch/powerpc/include/asm/io.h:27, 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/kernel/irq/devres.c:3: /kisskb/src/kernel/irq/devres.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/mm/page_io.c: In function 'generic_swapfile_activate': /kisskb/src/mm/page_io.c:175:13: note: byref variable will be forcibly initialized 175 | sector_t block; | ^~~~~ /kisskb/src/mm/page_io.c:156:12: note: byref variable will be forcibly initialized 156 | sector_t first_block; | ^~~~~~~~~~~ /kisskb/src/mm/page_io.c: In function '__swap_writepage': /kisskb/src/mm/page_io.c:302:19: note: byref variable will be forcibly initialized 302 | struct iov_iter from; | ^~~~ /kisskb/src/mm/page_io.c:297:18: note: byref variable will be forcibly initialized 297 | struct bio_vec bv = { | ^~ /kisskb/src/mm/page_io.c:294:16: note: byref variable will be forcibly initialized 294 | struct kiocb kiocb; | ^~~~~ In file included from /kisskb/src/fs/jbd2/commit.c:15: /kisskb/src/fs/jbd2/commit.c: In function 'jbd2_chksum': /kisskb/src/include/linux/jbd2.h:1788:4: note: byref variable will be forcibly initialized 1788 | } desc; | ^~~~ /kisskb/src/fs/jbd2/commit.c: In function 'jbd2_block_tag_csum_set': /kisskb/src/fs/jbd2/commit.c:358:9: note: byref variable will be forcibly initialized 358 | __be32 seq; | ^~~ /kisskb/src/crypto/dh.c: In function 'dh_compute_value': /kisskb/src/crypto/dh.c:156:6: note: byref variable will be forcibly initialized 156 | int sign; | ^~~~ /kisskb/src/fs/jbd2/commit.c: In function 'journal_submit_commit_record': /kisskb/src/fs/jbd2/commit.c:124:20: note: byref variable will be forcibly initialized 124 | struct timespec64 now; | ^~~ /kisskb/src/crypto/dh.c: In function 'dh_set_secret': /kisskb/src/crypto/dh.c:79:12: note: byref variable will be forcibly initialized 79 | struct dh params; | ^~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/jbd2/commit.c:14: /kisskb/src/fs/jbd2/commit.c: In function 'jbd2_journal_commit_transaction': /kisskb/src/fs/jbd2/commit.c:489:15: note: byref variable will be forcibly initialized 489 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/fs/jbd2/commit.c:489:3: note: in expansion of macro 'DEFINE_WAIT' 489 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/commit.c:445:15: note: byref variable will be forcibly initialized 445 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/fs/jbd2/commit.c:445:3: note: in expansion of macro 'DEFINE_WAIT' 445 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/jbd2/commit.c:14: /kisskb/src/fs/jbd2/commit.c:410:12: note: byref variable will be forcibly initialized 410 | LIST_HEAD(log_bufs); | ^~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/jbd2/commit.c:409:12: note: byref variable will be forcibly initialized 409 | LIST_HEAD(io_bufs); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/jbd2/commit.c:406:8: note: byref variable will be forcibly initialized 406 | tid_t first_tid; | ^~~~~~~~~ /kisskb/src/fs/jbd2/commit.c:405:16: note: byref variable will be forcibly initialized 405 | unsigned long first_block; | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/commit.c:403:18: note: byref variable will be forcibly initialized 403 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/jbd2/commit.c:401:22: note: byref variable will be forcibly initialized 401 | struct buffer_head *cbh = NULL; /* For transactional checksums */ | ^~~ /kisskb/src/fs/jbd2/commit.c:391:21: note: byref variable will be forcibly initialized 391 | unsigned long long blocknr; | ^~~~~~~ /kisskb/src/fs/jbd2/commit.c:383:29: note: byref variable will be forcibly initialized 383 | struct transaction_stats_s stats; | ^~~~~ /kisskb/src/arch/powerpc/kernel/iommu.c: In function 'iommu_debugfs_add': /kisskb/src/arch/powerpc/kernel/iommu.c:53:7: note: byref variable will be forcibly initialized 53 | char name[10]; | ^~~~ /kisskb/src/arch/powerpc/kernel/iommu.c: In function 'iommu_debugfs_del': /kisskb/src/arch/powerpc/kernel/iommu.c:70:7: note: byref variable will be forcibly initialized 70 | char name[10]; | ^~~~ /kisskb/src/arch/powerpc/kernel/iommu.c: In function 'ppc_iommu_map_sg': /kisskb/src/arch/powerpc/kernel/iommu.c:470:16: note: byref variable will be forcibly initialized 470 | unsigned long handle; | ^~~~~~ /kisskb/src/drivers/pinctrl/devicetree.c: In function 'dt_to_map_one_config': /kisskb/src/drivers/pinctrl/devicetree.c:119:11: note: byref variable will be forcibly initialized 119 | unsigned num_maps; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/devicetree.c:118:22: note: byref variable will be forcibly initialized 118 | struct pinctrl_map *map; | ^~~ /kisskb/src/drivers/pinctrl/devicetree.c: In function 'pinctrl_find_cells_size': /kisskb/src/drivers/pinctrl/devicetree.c:290:6: note: byref variable will be forcibly initialized 290 | int cells_size, error; | ^~~~~~~~~~ /kisskb/src/drivers/pinctrl/devicetree.c: In function 'pinctrl_get_list_and_count': /kisskb/src/drivers/pinctrl/devicetree.c:319:6: note: byref variable will be forcibly initialized 319 | int size; | ^~~~ /kisskb/src/drivers/pinctrl/devicetree.c: In function 'pinctrl_count_index_with_args': /kisskb/src/drivers/pinctrl/devicetree.c:351:12: note: byref variable will be forcibly initialized 351 | int size, nr_cells, error; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/devicetree.c:351:6: note: byref variable will be forcibly initialized 351 | int size, nr_cells, error; | ^~~~ /kisskb/src/drivers/pinctrl/devicetree.c:350:16: note: byref variable will be forcibly initialized 350 | const __be32 *list; | ^~~~ /kisskb/src/drivers/pinctrl/devicetree.c: In function 'pinctrl_parse_index_with_args': /kisskb/src/drivers/pinctrl/devicetree.c:411:15: note: byref variable will be forcibly initialized 411 | int nr_elem, nr_cells, error; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/devicetree.c:411:6: note: byref variable will be forcibly initialized 411 | int nr_elem, nr_cells, error; | ^~~~~~~ /kisskb/src/drivers/pinctrl/devicetree.c:410:16: note: byref variable will be forcibly initialized 410 | const __be32 *list; | ^~~~ /kisskb/src/drivers/pinctrl/devicetree.c: In function 'pinctrl_dt_to_map': /kisskb/src/drivers/pinctrl/devicetree.c:204:6: note: byref variable will be forcibly initialized 204 | int size, config; | ^~~~ /kisskb/src/drivers/pinctrl/devicetree.c:202:14: note: byref variable will be forcibly initialized 202 | const char *statename; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:21, from /kisskb/src/mm/swap_state.c:10: /kisskb/src/mm/swap_state.c: In function 'percpu_ref_put_many': /kisskb/src/include/linux/percpu-refcount.h:328:26: note: byref variable will be forcibly initialized 328 | unsigned long __percpu *percpu_count; | ^~~~~~~~~~~~ In file included from /kisskb/src/include/asm-generic/bug.h:5, from /kisskb/src/arch/powerpc/include/asm/bug.h:149, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/mm.h:9, from /kisskb/src/mm/swap_state.c:10: /kisskb/src/mm/swap_state.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:756:6: note: in expansion of macro 'unlikely' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:756:15: note: in expansion of macro 'check_mul_overflow' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:756:6: note: in expansion of macro 'unlikely' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:756:15: note: in expansion of macro 'check_mul_overflow' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, 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/mm/swap_state.c:12: /kisskb/src/include/linux/slab.h:754:9: note: byref variable will be forcibly initialized 754 | size_t bytes; | ^~~~~ /kisskb/src/mm/swap_state.c: In function 'swap_ra_info': /kisskb/src/mm/swap_state.c:718:23: note: byref variable will be forcibly initialized 718 | unsigned long start, end; | ^~~ /kisskb/src/mm/swap_state.c:718:16: note: byref variable will be forcibly initialized 718 | unsigned long start, end; | ^~~~~ 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:717, from /kisskb/src/mm/swap_state.c:10: /kisskb/src/mm/swap_state.c: In function 'add_to_swap_cache': /kisskb/src/mm/swap_state.c:105:17: note: byref variable will be forcibly initialized 105 | XA_STATE_ORDER(xas, &address_space->i_pages, idx, compound_order(page)); | ^~~ /kisskb/src/include/linux/xarray.h:1365:18: note: in definition of macro 'XA_STATE_ORDER' 1365 | struct xa_state name = __XA_STATE(array, \ | ^~~~ /kisskb/src/mm/swap_state.c: In function '__delete_from_swap_cache': /kisskb/src/mm/swap_state.c:158:11: note: byref variable will be forcibly initialized 158 | XA_STATE(xas, &address_space->i_pages, idx); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/swap_state.c: In function 'clear_shadow_from_swap_cache': /kisskb/src/mm/swap_state.c:262:12: note: byref variable will be forcibly initialized 262 | XA_STATE(xas, &address_space->i_pages, curr); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/mm/swap_state.c: In function '__read_swap_cache_async': /kisskb/src/mm/swap_state.c:423:8: note: byref variable will be forcibly initialized 423 | void *shadow = NULL; | ^~~~~~ /kisskb/src/mm/swap_state.c: In function 'read_swap_cache_async': /kisskb/src/mm/swap_state.c:524:7: note: byref variable will be forcibly initialized 524 | bool page_was_allocated; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/mm/swap_state.c: In function 'swap_vma_readahead': /kisskb/src/mm/swap_state.c:797:7: note: byref variable will be forcibly initialized 797 | bool page_allocated; | ^~~~~~~~~~~~~~ /kisskb/src/mm/swap_state.c:791:18: note: byref variable will be forcibly initialized 791 | struct blk_plug plug; | ^~~~ /kisskb/src/mm/swap_state.c: In function 'swap_cluster_readahead': /kisskb/src/mm/swap_state.c:623:23: note: byref variable will be forcibly initialized 623 | bool do_poll = true, page_allocated; | ^~~~~~~~~~~~~~ /kisskb/src/mm/swap_state.c:622:18: note: byref variable will be forcibly initialized 622 | struct blk_plug plug; | ^~~~ /kisskb/src/crypto/rsa.c: In function 'rsa_dec': /kisskb/src/crypto/rsa.c:99:6: note: byref variable will be forcibly initialized 99 | int sign; | ^~~~ /kisskb/src/crypto/rsa.c: In function 'rsa_enc': /kisskb/src/crypto/rsa.c:60:6: note: byref variable will be forcibly initialized 60 | int sign; | ^~~~ /kisskb/src/fs/fat/dir.c: In function 'fat_short2lower_uni': /kisskb/src/fs/fat/dir.c:217:17: note: byref variable will be forcibly initialized 217 | unsigned char nc = t->charset2lower[*c]; | ^~ /kisskb/src/fs/fat/dir.c:210:10: note: byref variable will be forcibly initialized 210 | wchar_t wc; | ^~ /kisskb/src/fs/fat/dir.c: In function 'fat__get_entry': /kisskb/src/fs/fat/dir.c:87:16: note: byref variable will be forcibly initialized 87 | unsigned long mapped_blocks; | ^~~~~~~~~~~~~ /kisskb/src/fs/fat/dir.c:86:11: note: byref variable will be forcibly initialized 86 | sector_t phys, iblock; | ^~~~ /kisskb/src/fs/exfat/inode.c: In function 'exfat_map_cluster': /kisskb/src/fs/exfat/inode.c:142:16: note: byref variable will be forcibly initialized 142 | unsigned int fclus = 0; | ^~~~~ /kisskb/src/fs/exfat/inode.c:110:21: note: byref variable will be forcibly initialized 110 | struct exfat_chain new_clu; | ^~~~~~~ /kisskb/src/fs/exfat/inode.c:109:15: note: byref variable will be forcibly initialized 109 | unsigned int last_clu; | ^~~~~~~~ /kisskb/src/fs/exfat/inode.c: In function 'exfat_get_block': /kisskb/src/fs/exfat/inode.c:300:15: note: byref variable will be forcibly initialized 300 | unsigned int cluster, sec_offset; | ^~~~~~~ /kisskb/src/fs/fat/dir.c: In function 'fat_parse_short': /kisskb/src/fs/fat/dir.c:359:19: note: byref variable will be forcibly initialized 359 | unsigned char c, work[MSDOS_NAME]; | ^~~~ /kisskb/src/fs/fat/dir.c:358:10: note: byref variable will be forcibly initialized 358 | wchar_t uni_name[14]; | ^~~~~~~~ /kisskb/src/fs/fat/dir.c: In function 'fat_search_long': /kisskb/src/fs/fat/dir.c:473:9: note: byref variable will be forcibly initialized 473 | loff_t cpos = 0; | ^~~~ /kisskb/src/fs/fat/dir.c:472:16: note: byref variable will be forcibly initialized 472 | unsigned char bufname[FAT_MAX_SHORT_SIZE]; | ^~~~~~~ /kisskb/src/fs/fat/dir.c:471:11: note: byref variable will be forcibly initialized 471 | wchar_t *unicode = NULL; | ^~~~~~~ /kisskb/src/fs/fat/dir.c:470:16: note: byref variable will be forcibly initialized 470 | unsigned char nr_slots; | ^~~~~~~~ /kisskb/src/fs/fat/dir.c:469:26: note: byref variable will be forcibly initialized 469 | struct msdos_dir_entry *de; | ^~ /kisskb/src/fs/fat/dir.c:468:22: note: byref variable will be forcibly initialized 468 | struct buffer_head *bh = NULL; | ^~ /kisskb/src/fs/fat/dir.c: In function '__fat_readdir': /kisskb/src/fs/fat/dir.c:567:9: note: byref variable will be forcibly initialized 567 | loff_t cpos; | ^~~~ /kisskb/src/fs/fat/dir.c:563:16: note: byref variable will be forcibly initialized 563 | unsigned char bufname[FAT_MAX_SHORT_SIZE]; | ^~~~~~~ /kisskb/src/fs/fat/dir.c:562:11: note: byref variable will be forcibly initialized 562 | wchar_t *unicode = NULL; | ^~~~~~~ /kisskb/src/fs/fat/dir.c:561:16: note: byref variable will be forcibly initialized 561 | unsigned char nr_slots; | ^~~~~~~~ /kisskb/src/fs/fat/dir.c:560:26: note: byref variable will be forcibly initialized 560 | struct msdos_dir_entry *de; | ^~ /kisskb/src/fs/fat/dir.c:559:22: note: byref variable will be forcibly initialized 559 | struct buffer_head *bh; | ^~ /kisskb/src/fs/fat/dir.c: In function 'fat_get_dotdot_entry': /kisskb/src/fs/fat/dir.c:893:9: note: byref variable will be forcibly initialized 893 | loff_t offset = 0; | ^~~~~~ /kisskb/src/fs/fat/dir.c: In function 'fat_dir_empty': /kisskb/src/fs/fat/dir.c:909:9: note: byref variable will be forcibly initialized 909 | loff_t cpos; | ^~~~ /kisskb/src/fs/fat/dir.c:908:26: note: byref variable will be forcibly initialized 908 | struct msdos_dir_entry *de; | ^~ /kisskb/src/fs/fat/dir.c:907:22: note: byref variable will be forcibly initialized 907 | struct buffer_head *bh; | ^~ /kisskb/src/fs/fat/dir.c: In function '__fat_remove_entries': /kisskb/src/fs/fat/dir.c:998:26: note: byref variable will be forcibly initialized 998 | struct msdos_dir_entry *de, *endp; | ^~ /kisskb/src/fs/fat/dir.c:997:22: note: byref variable will be forcibly initialized 997 | struct buffer_head *bh; | ^~ /kisskb/src/fs/fat/dir.c: In function 'fat_alloc_new_dir': /kisskb/src/fs/fat/dir.c:1142:11: note: byref variable will be forcibly initialized 1142 | int err, cluster; | ^~~~~~~ /kisskb/src/fs/fat/dir.c:1141:5: note: byref variable will be forcibly initialized 1141 | u8 time_cs; | ^~~~~~~ /kisskb/src/fs/fat/dir.c:1140:15: note: byref variable will be forcibly initialized 1140 | __le16 date, time; | ^~~~ /kisskb/src/fs/fat/dir.c:1140:9: note: byref variable will be forcibly initialized 1140 | __le16 date, time; | ^~~~ /kisskb/src/fs/fat/dir.c:1137:22: note: byref variable will be forcibly initialized 1137 | struct buffer_head *bhs[MAX_BUF_PER_PAGE]; | ^~~ /kisskb/src/fs/fat/dir.c: In function 'fat_add_new_entries': /kisskb/src/fs/fat/dir.c:1207:25: note: byref variable will be forcibly initialized 1207 | int err, i, n, offset, cluster[2]; | ^~~~~~~ /kisskb/src/fs/fat/dir.c:1204:22: note: byref variable will be forcibly initialized 1204 | struct buffer_head *bhs[MAX_BUF_PER_PAGE]; | ^~~ /kisskb/src/fs/fat/dir.c: In function 'fat_add_entries': /kisskb/src/fs/fat/dir.c:1369:16: note: byref variable will be forcibly initialized 1369 | int cluster, nr_cluster; | ^~~~~~~~~~ /kisskb/src/fs/fat/dir.c:1289:14: note: byref variable will be forcibly initialized 1289 | loff_t pos, i_pos; | ^~~~~ /kisskb/src/fs/fat/dir.c:1289:9: note: byref variable will be forcibly initialized 1289 | loff_t pos, i_pos; | ^~~ /kisskb/src/fs/fat/dir.c:1287:26: note: byref variable will be forcibly initialized 1287 | struct msdos_dir_entry *de; | ^~ /kisskb/src/fs/fat/dir.c:1286:34: note: byref variable will be forcibly initialized 1286 | struct buffer_head *bh, *prev, *bhs[3]; /* 32*slots (672bytes) */ | ^~~ /kisskb/src/fs/fat/dir.c:1286:22: note: byref variable will be forcibly initialized 1286 | struct buffer_head *bh, *prev, *bhs[3]; /* 32*slots (672bytes) */ | ^~ /kisskb/src/fs/fat/dir.c: In function 'fat_subdirs': /kisskb/src/fs/fat/dir.c:934:9: note: byref variable will be forcibly initialized 934 | loff_t cpos; | ^~~~ /kisskb/src/fs/fat/dir.c:933:26: note: byref variable will be forcibly initialized 933 | struct msdos_dir_entry *de; | ^~ /kisskb/src/fs/fat/dir.c:932:22: note: byref variable will be forcibly initialized 932 | struct buffer_head *bh; | ^~ /kisskb/src/lib/crypto/blake2s.c: In function 'blake2s256_hmac': /kisskb/src/lib/crypto/blake2s.c:44:5: note: byref variable will be forcibly initialized 44 | u8 i_hash[BLAKE2S_HASH_SIZE] __aligned(__alignof__(u32)); | ^~~~~~ /kisskb/src/lib/crypto/blake2s.c:43:5: note: byref variable will be forcibly initialized 43 | u8 x_key[BLAKE2S_BLOCK_SIZE] __aligned(__alignof__(u32)) = { 0 }; | ^~~~~ /kisskb/src/lib/crypto/blake2s.c:42:23: note: byref variable will be forcibly initialized 42 | struct blake2s_state state; | ^~~~~ /kisskb/src/fs/exportfs/expfs.c: In function 'get_name': /kisskb/src/fs/exportfs/expfs.c:284:14: note: byref variable will be forcibly initialized 284 | struct path child_path = { | ^~~~~~~~~~ /kisskb/src/fs/exportfs/expfs.c:283:15: note: byref variable will be forcibly initialized 283 | struct kstat stat; | ^~~~ /kisskb/src/fs/exportfs/expfs.c: In function 'exportfs_get_name': /kisskb/src/fs/exportfs/expfs.c:31:14: note: byref variable will be forcibly initialized 31 | struct path path = {.mnt = mnt, .dentry = dir}; | ^~~~ /kisskb/src/fs/exportfs/expfs.c: In function 'exportfs_decode_fh_raw': /kisskb/src/fs/exportfs/expfs.c:428:7: note: byref variable will be forcibly initialized 428 | char nbuf[NAME_MAX+1]; | ^~~~ /kisskb/src/arch/powerpc/kernel/kgdb.c: In function 'kgdb_arch_handle_exception': /kisskb/src/arch/powerpc/kernel/kgdb.c:386:16: note: byref variable will be forcibly initialized 386 | unsigned long addr; | ^~~~ /kisskb/src/arch/powerpc/kernel/kgdb.c:385:8: note: byref variable will be forcibly initialized 385 | char *ptr = &remcom_in_buffer[1]; | ^~~ /kisskb/src/arch/powerpc/kernel/kgdb.c: In function 'kgdb_arch_set_breakpoint': /kisskb/src/arch/powerpc/kernel/kgdb.c:420:6: note: byref variable will be forcibly initialized 420 | u32 instr, *addr = (u32 *)bpt->bpt_addr; | ^~~~~ /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/fs/isofs/namei.c: In function 'isofs_cmp': /kisskb/src/fs/isofs/namei.c:21:14: note: byref variable will be forcibly initialized 21 | struct qstr qstr; | ^~~~ /kisskb/src/fs/isofs/namei.c: In function 'isofs_find_entry': /kisskb/src/fs/isofs/namei.c:42:51: note: byref variable will be forcibly initialized 42 | unsigned long block, f_pos, offset, block_saved, offset_saved; | ^~~~~~~~~~~~ /kisskb/src/fs/isofs/namei.c:42:38: note: byref variable will be forcibly initialized 42 | unsigned long block, f_pos, offset, block_saved, offset_saved; | ^~~~~~~~~~~ /kisskb/src/crypto/rsa-pkcs1pad.c: In function 'pkcs1pad_encrypt_sign_complete_cb': /kisskb/src/crypto/rsa-pkcs1pad.c:217:30: note: byref variable will be forcibly initialized 217 | struct crypto_async_request async_req; | ^~~~~~~~~ /kisskb/src/fs/isofs/namei.c: In function 'isofs_lookup': /kisskb/src/fs/isofs/namei.c:157:16: note: byref variable will be forcibly initialized 157 | unsigned long offset; | ^~~~~~ /kisskb/src/fs/isofs/namei.c:156:16: note: byref variable will be forcibly initialized 156 | unsigned long block; | ^~~~~ /kisskb/src/crypto/rsa-pkcs1pad.c: In function 'pkcs1pad_create': /kisskb/src/crypto/rsa-pkcs1pad.c:600:6: note: byref variable will be forcibly initialized 600 | u32 mask; | ^~~~ /kisskb/src/fs/jbd2/recovery.c: In function 'count_tags': /kisskb/src/fs/jbd2/recovery.c:199:22: note: byref variable will be forcibly initialized 199 | journal_block_tag_t tag; | ^~~ In file included from /kisskb/src/fs/jbd2/recovery.c:18: /kisskb/src/fs/jbd2/recovery.c: In function 'jbd2_chksum': /kisskb/src/include/linux/jbd2.h:1788:4: note: byref variable will be forcibly initialized 1788 | } desc; | ^~~~ /kisskb/src/fs/jbd2/recovery.c: In function 'jbd2_block_tag_csum_verify': /kisskb/src/fs/jbd2/recovery.c:440:9: note: byref variable will be forcibly initialized 440 | __be32 seq; | ^~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/mm/swapfile.c:9: /kisskb/src/mm/swapfile.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/fs/jbd2/recovery.c: In function 'do_readahead': /kisskb/src/fs/jbd2/recovery.c:73:23: note: byref variable will be forcibly initialized 73 | struct buffer_head * bufs[MAXBUF]; | ^~~~ /kisskb/src/fs/jbd2/recovery.c:70:21: note: byref variable will be forcibly initialized 70 | unsigned long long blocknr; | ^~~~~~~ /kisskb/src/fs/jbd2/recovery.c: In function 'jread': /kisskb/src/fs/jbd2/recovery.c:132:21: note: byref variable will be forcibly initialized 132 | unsigned long long blocknr; | ^~~~~~~ /kisskb/src/fs/jbd2/recovery.c: In function 'calc_chksums': /kisskb/src/fs/jbd2/recovery.c:394:22: note: byref variable will be forcibly initialized 394 | struct buffer_head *obh; | ^~~ /kisskb/src/fs/jbd2/recovery.c: In function 'fc_do_one_pass': /kisskb/src/fs/jbd2/recovery.c:240:22: note: byref variable will be forcibly initialized 240 | struct buffer_head *bh; | ^~ /kisskb/src/fs/jbd2/recovery.c: In function 'do_one_pass': /kisskb/src/fs/jbd2/recovery.c:500:24: note: byref variable will be forcibly initialized 500 | struct buffer_head * obh; | ^~~ /kisskb/src/fs/jbd2/recovery.c:499:23: note: byref variable will be forcibly initialized 499 | journal_block_tag_t tag; | ^~~ /kisskb/src/fs/jbd2/recovery.c:467:10: note: byref variable will be forcibly initialized 467 | __u32 crc32_sum = ~0; /* Transactional Checksums */ | ^~~~~~~~~ /kisskb/src/fs/jbd2/recovery.c:463:23: note: byref variable will be forcibly initialized 463 | struct buffer_head * bh; | ^~ /kisskb/src/fs/jbd2/recovery.c:459:17: note: byref variable will be forcibly initialized 459 | unsigned long next_log_block; | ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:21, from /kisskb/src/mm/swapfile.c:9: /kisskb/src/mm/swapfile.c: In function 'percpu_ref_tryget_live_rcu': /kisskb/src/include/linux/percpu-refcount.h:277:26: note: byref variable will be forcibly initialized 277 | unsigned long __percpu *percpu_count; | ^~~~~~~~~~~~ /kisskb/src/fs/jbd2/recovery.c: In function 'jbd2_journal_recover': /kisskb/src/fs/jbd2/recovery.c:288:23: note: byref variable will be forcibly initialized 288 | struct recovery_info info; | ^~~~ /kisskb/src/mm/swapfile.c: In function 'percpu_ref_put_many': /kisskb/src/include/linux/percpu-refcount.h:328:26: note: byref variable will be forcibly initialized 328 | unsigned long __percpu *percpu_count; | ^~~~~~~~~~~~ /kisskb/src/fs/jbd2/recovery.c: In function 'jbd2_journal_skip_recovery': /kisskb/src/fs/jbd2/recovery.c:352:23: note: byref variable will be forcibly initialized 352 | struct recovery_info info; | ^~~~ /kisskb/src/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 'gpiod_get_from_of_node': /kisskb/src/drivers/gpio/gpiolib-of.c:313:21: note: byref variable will be forcibly initialized 313 | enum of_gpio_flags flags; | ^~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_find_regulator_gpio': /kisskb/src/drivers/gpio/gpiolib-of.c:438:14: note: byref variable will be forcibly initialized 438 | const char *whitelist[] = { | ^~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_gpiochip_init_valid_mask': /kisskb/src/drivers/gpio/gpiolib-of.c:903:13: note: byref variable will be forcibly initialized 903 | u32 start, count; | ^~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c:903:6: note: byref variable will be forcibly initialized 903 | u32 start, count; | ^~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_parse_own_gpio': /kisskb/src/drivers/gpio/gpiolib-of.c:587:6: note: byref variable will be forcibly initialized 587 | u32 tmp; | ^~~ /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:583:21: note: byref variable will be forcibly initialized 583 | enum of_gpio_flags xlate_flags; | ^~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_gpiochip_add_hog': /kisskb/src/drivers/gpio/gpiolib-of.c:655:14: note: byref variable will be forcibly initialized 655 | const char *name; | ^~~~ /kisskb/src/drivers/gpio/gpiolib-of.c:654:16: note: byref variable will be forcibly initialized 654 | unsigned long lflags; | ^~~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c:652:19: note: byref variable will be forcibly initialized 652 | enum gpiod_flags dflags; | ^~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, 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/include/linux/cgroup.h:26, from /kisskb/src/include/linux/hugetlb.h:9, from /kisskb/src/mm/swapfile.c:12: /kisskb/src/mm/swapfile.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/arch/powerpc/include/asm/io.h:27, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/kernel/irq/generic-chip.c:7: /kisskb/src/kernel/irq/generic-chip.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_gpiochip_add_pin_range': /kisskb/src/drivers/gpio/gpiolib-of.c:929:14: note: byref variable will be forcibly initialized 929 | const char *name; | ^~~~ /kisskb/src/drivers/gpio/gpiolib-of.c:926:25: note: byref variable will be forcibly initialized 926 | struct of_phandle_args pinspec; | ^~~~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_gpio_get_count': /kisskb/src/drivers/gpio/gpiolib-of.c:62:7: note: byref variable will be forcibly initialized 62 | char propname[32]; | ^~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_find_gpio': /kisskb/src/drivers/gpio/gpiolib-of.c:496:21: note: byref variable will be forcibly initialized 496 | enum of_gpio_flags of_flags; | ^~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-of.c:495:7: note: byref variable will be forcibly initialized 495 | char prop_name[32]; /* 32 is max size of property name */ | ^~~~~~~~~ In file included from /kisskb/src/include/asm-generic/bug.h:5, from /kisskb/src/arch/powerpc/include/asm/bug.h:149, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/mm.h:9, from /kisskb/src/mm/swapfile.c:9: /kisskb/src/mm/swapfile.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:756:6: note: in expansion of macro 'unlikely' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:756:15: note: in expansion of macro 'check_mul_overflow' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:756:6: note: in expansion of macro 'unlikely' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:756:15: note: in expansion of macro 'check_mul_overflow' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, 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/include/linux/cgroup.h:26, from /kisskb/src/include/linux/hugetlb.h:9, from /kisskb/src/mm/swapfile.c:12: /kisskb/src/include/linux/slab.h:754:9: note: byref variable will be forcibly initialized 754 | size_t bytes; | ^~~~~ In file included from /kisskb/src/kernel/irq/generic-chip.c:11: /kisskb/src/kernel/irq/generic-chip.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized 427 | unsigned int irq; | ^~~ /kisskb/src/arch/powerpc/platforms/pseries/hotplug-cpu.c: In function 'cpu_drc_index_to_dn': /kisskb/src/arch/powerpc/platforms/pseries/hotplug-cpu.c:707:6: note: byref variable will be forcibly initialized 707 | u32 my_index; | ^~~~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/hotplug-cpu.c: In function 'dlpar_offline_cpu': /kisskb/src/arch/powerpc/platforms/pseries/hotplug-cpu.c:328:6: note: byref variable will be forcibly initialized 328 | int len, nthreads, i; | ^~~ /kisskb/src/arch/powerpc/platforms/pseries/hotplug-cpu.c: In function 'pseries_remove_processor': /kisskb/src/arch/powerpc/platforms/pseries/hotplug-cpu.c:295:6: note: byref variable will be forcibly initialized 295 | int len, nthreads, i; | ^~~ /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 'dlpar_online_cpu': /kisskb/src/arch/powerpc/platforms/pseries/hotplug-cpu.c:384:6: note: byref variable will be forcibly initialized 384 | int len, nthreads, i; | ^~~ /kisskb/src/mm/swapfile.c: In function '__do_sys_swapon': /kisskb/src/mm/swapfile.c:3138:11: note: byref variable will be forcibly initialized 3138 | sector_t span; | ^~~~ /kisskb/src/arch/powerpc/platforms/pseries/hotplug-cpu.c: In function 'dlpar_cpu_release': /kisskb/src/arch/powerpc/platforms/pseries/hotplug-cpu.c:798:6: note: byref variable will be forcibly initialized 798 | u32 drc_index; | ^~~~~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/hotplug-cpu.c: In function 'dlpar_cpu_exists': /kisskb/src/arch/powerpc/platforms/pseries/hotplug-cpu.c:425:6: note: byref variable will be forcibly initialized 425 | u32 my_drc_index; | ^~~~~~~~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/hotplug-cpu.c: In function 'drc_info_valid_index': /kisskb/src/arch/powerpc/platforms/pseries/hotplug-cpu.c:454:6: note: byref variable will be forcibly initialized 454 | int count, i, j; | ^~~~~ /kisskb/src/arch/powerpc/platforms/pseries/hotplug-cpu.c:452:16: note: byref variable will be forcibly initialized 452 | const __be32 *value; | ^~~~~ /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/arch/powerpc/platforms/pseries/hotplug-cpu.c:450:19: note: byref variable will be forcibly initialized 450 | struct property *info; | ^~~~ /kisskb/src/arch/powerpc/platforms/pseries/hotplug-cpu.c: In function 'valid_cpu_drc_index': /kisskb/src/arch/powerpc/platforms/pseries/hotplug-cpu.c:504:7: note: byref variable will be forcibly initialized 504 | u32 drc; | ^~~ /kisskb/src/arch/powerpc/platforms/pseries/hotplug-cpu.c: In function 'find_cpu_id_range': /kisskb/src/arch/powerpc/platforms/pseries/hotplug-cpu.c:155:16: note: byref variable will be forcibly initialized 155 | cpumask_var_t candidate_mask; | ^~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/hotplug-cpu.c: In function 'pseries_add_processor': /kisskb/src/arch/powerpc/platforms/pseries/hotplug-cpu.c:214:16: note: byref variable will be forcibly initialized 214 | cpumask_var_t cpu_mask; | ^~~~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/hotplug-cpu.c:212:6: note: byref variable will be forcibly initialized 212 | int len, nthreads, node, cpu, assigned_node; | ^~~ /kisskb/src/arch/powerpc/platforms/pseries/hotplug-cpu.c: In function 'dlpar_cpu_probe': /kisskb/src/arch/powerpc/platforms/pseries/hotplug-cpu.c:783:6: note: byref variable will be forcibly initialized 783 | u32 drc_index; | ^~~~~~~~~ /kisskb/src/mm/swapfile.c: In function 'scan_swap_map_slots': /kisskb/src/mm/swapfile.c:783:16: note: byref variable will be forcibly initialized 783 | unsigned long scan_base; | ^~~~~~~~~ /kisskb/src/mm/swapfile.c:782:16: note: byref variable will be forcibly initialized 782 | unsigned long offset; | ^~~~~~ /kisskb/src/mm/swapfile.c: In function 'get_swap_page_of_type': /kisskb/src/mm/swapfile.c:1779:14: note: byref variable will be forcibly initialized 1779 | swp_entry_t entry = {0}; | ^~~~~ /kisskb/src/mm/swapfile.c: In function 'unuse_pte_range': /kisskb/src/mm/swapfile.c:1969:20: note: byref variable will be forcibly initialized 1969 | struct vm_fault vmf = { | ^~~ /kisskb/src/mm/swapfile.c: In function 'reuse_swap_page': /kisskb/src/mm/swapfile.c:1678:29: note: byref variable will be forcibly initialized 1678 | int count, total_mapcount, total_swapcount; | ^~~~~~~~~~~~~~~ /kisskb/src/mm/swapfile.c:1678:13: note: byref variable will be forcibly initialized 1678 | int count, total_mapcount, total_swapcount; | ^~~~~~~~~~~~~~ In file included from /kisskb/src/arch/powerpc/include/asm/code-patching.h:14, from /kisskb/src/arch/powerpc/include/asm/kprobes.h:24, from /kisskb/src/include/linux/kprobes.h:31, from /kisskb/src/arch/powerpc/kernel/kprobes.c:16: /kisskb/src/arch/powerpc/kernel/kprobes.c: In function 'try_to_emulate': /kisskb/src/arch/powerpc/include/asm/inst.h:156:7: note: byref variable will be forcibly initialized 156 | char __str[PPC_INST_STR_LEN]; \ | ^~~~~ /kisskb/src/include/linux/printk.h:422:19: note: in expansion of macro 'ppc_inst_as_str' 422 | _p_func(_fmt, ##__VA_ARGS__); \ | ^~~~~~~~~~~ /kisskb/src/include/linux/printk.h:450:26: note: in expansion of macro 'printk_index_wrap' 450 | #define printk(fmt, ...) printk_index_wrap(_printk, fmt, ##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/kprobes.c:264:3: note: in expansion of macro 'printk' 264 | printk("Can't step on instruction %s\n", ppc_inst_as_str(insn)); | ^~~~~~ /kisskb/src/fs/ext4/ext4_jbd2.c: In function 'ext4_journal_abort_handle': /kisskb/src/fs/ext4/ext4_jbd2.c:178:7: note: byref variable will be forcibly initialized 178 | char nbuf[16]; | ^~~~ /kisskb/src/arch/powerpc/kernel/kprobes.c: In function 'kprobe_handler': /kisskb/src/arch/powerpc/kernel/kprobes.c:308:16: note: byref variable will be forcibly initialized 308 | unsigned int instr; | ^~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/kernel/irq/irqdomain.c:5: /kisskb/src/kernel/irq/irqdomain.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/kernel/irq/irqdomain.c: In function 'irq_domain_xlate_twocell': /kisskb/src/kernel/irq/irqdomain.c:965:20: note: byref variable will be forcibly initialized 965 | struct irq_fwspec fwspec; | ^~~~~~ /kisskb/src/drivers/pinctrl/pinconf-generic.c: In function 'pinconf_generic_dump_one': /kisskb/src/drivers/pinctrl/pinconf-generic.c:64:17: note: byref variable will be forcibly initialized 64 | unsigned long config; | ^~~~~~ In file included from /kisskb/src/drivers/pinctrl/pinconf-generic.c:17: /kisskb/src/drivers/pinctrl/pinconf-generic.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/pinctrl/pinconf-generic.c: In function 'parse_dt_cfg': /kisskb/src/drivers/pinctrl/pinconf-generic.c:210:7: note: byref variable will be forcibly initialized 210 | u32 val; | ^~~ /kisskb/src/crypto/vmac.c: In function 'vmac_setkey': /kisskb/src/crypto/vmac.c:435:5: note: byref variable will be forcibly initialized 435 | u8 in[16] = { 0 }; | ^~ /kisskb/src/crypto/vmac.c:434:9: note: byref variable will be forcibly initialized 434 | __be64 out[2]; | ^~~ /kisskb/src/drivers/pinctrl/pinconf-generic.c: In function 'pinconf_generic_parse_dt_config': /kisskb/src/drivers/pinctrl/pinconf-generic.c:245:24: note: byref variable will be forcibly initialized 245 | unsigned int max_cfg, ncfg = 0; | ^~~~ /kisskb/src/drivers/pinctrl/pinconf-generic.c: In function 'pinconf_generic_dt_subnode_to_map': /kisskb/src/drivers/pinctrl/pinconf-generic.c:301:11: note: byref variable will be forcibly initialized 301 | unsigned num_configs = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/pinctrl/pinconf-generic.c:300:17: note: byref variable will be forcibly initialized 300 | unsigned long *configs = NULL; | ^~~~~~~ /kisskb/src/drivers/pinctrl/pinconf-generic.c:298:14: note: byref variable will be forcibly initialized 298 | const char *function; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/pinconf-generic.c: In function 'pinconf_generic_dt_node_to_map': /kisskb/src/drivers/pinctrl/pinconf-generic.c:380:11: note: byref variable will be forcibly initialized 380 | unsigned reserved_maps; | ^~~~~~~~~~~~~ /kisskb/src/drivers/pinctrl/pinconf-generic.c: In function 'pinconf_generic_dump_pins': /kisskb/src/drivers/pinctrl/pinconf-generic.c:113:6: note: byref variable will be forcibly initialized 113 | int print_sep = 0; | ^~~~~~~~~ /kisskb/src/crypto/vmac.c: In function 'vmac_create': In file included from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/kernel/irq/irqdomain.c:5: /kisskb/src/kernel/irq/irqdomain.c: In function 'irq_find_mapping': /kisskb/src/crypto/vmac.c:624:6: note: byref variable will be forcibly initialized 624 | u32 mask; | ^~~~ /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized 427 | unsigned int irq; | ^~~ /kisskb/src/kernel/irq/irqdomain.c: In function 'irq_create_fwspec_mapping': /kisskb/src/kernel/irq/irqdomain.c:765:15: note: byref variable will be forcibly initialized 765 | unsigned int type = IRQ_TYPE_NONE; | ^~~~ /kisskb/src/kernel/irq/irqdomain.c:764:18: note: byref variable will be forcibly initialized 764 | irq_hw_number_t hwirq; | ^~~~~ /kisskb/src/kernel/irq/irqdomain.c: In function 'irq_create_of_mapping': /kisskb/src/kernel/irq/irqdomain.c:853:20: note: byref variable will be forcibly initialized 853 | struct irq_fwspec fwspec; | ^~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, 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/arch/powerpc/kernel/smp.c:22: /kisskb/src/arch/powerpc/kernel/smp.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/arch/powerpc/kernel/smp.c: In function 'init_thread_group_cache_map': /kisskb/src/arch/powerpc/kernel/smp.c:965:28: note: byref variable will be forcibly initialized 965 | int cpu_group_start = -1, err = 0; | ^~~ /kisskb/src/arch/powerpc/kernel/smp.c: In function 'add_cpu_to_masks': /kisskb/src/arch/powerpc/kernel/smp.c:1558:16: note: byref variable will be forcibly initialized 1558 | cpumask_var_t mask; | ^~~~ /kisskb/src/arch/powerpc/kernel/smp.c: In function '__smp_send_nmi_ipi': /kisskb/src/arch/powerpc/kernel/smp.c:504:16: note: byref variable will be forcibly initialized 504 | unsigned long flags; | ^~~~~ /kisskb/src/arch/powerpc/kernel/smp.c: In function 'smp_handle_nmi_ipi': /kisskb/src/arch/powerpc/kernel/smp.c:453:16: note: byref variable will be forcibly initialized 453 | unsigned long flags; | ^~~~~ In file included from /kisskb/src/include/crypto/internal/blake2s.h:10, from /kisskb/src/lib/crypto/blake2s-selftest.c:6: /kisskb/src/lib/crypto/blake2s-selftest.c: In function 'blake2s': /kisskb/src/include/crypto/blake2s.h:93:23: note: byref variable will be forcibly initialized 93 | struct blake2s_state state; | ^~~~~ /kisskb/src/lib/crypto/blake2s-selftest.c: In function 'blake2s_selftest': /kisskb/src/lib/crypto/blake2s-selftest.c:571:23: note: byref variable will be forcibly initialized 571 | struct blake2s_state state; | ^~~~~ /kisskb/src/lib/crypto/blake2s-selftest.c:570:5: note: byref variable will be forcibly initialized 570 | u8 hash[BLAKE2S_HASH_SIZE]; | ^~~~ /kisskb/src/lib/crypto/blake2s-selftest.c:569:5: note: byref variable will be forcibly initialized 569 | u8 buf[ARRAY_SIZE(blake2s_testvecs)]; | ^~~ /kisskb/src/lib/crypto/blake2s-selftest.c:568:5: note: byref variable will be forcibly initialized 568 | u8 key[BLAKE2S_KEY_SIZE]; | ^~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/container_of.h:5, from /kisskb/src/include/linux/list.h:5, from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/swap.h:5, from /kisskb/src/include/linux/swap_slots.h:5, from /kisskb/src/mm/swap_slots.c:30: /kisskb/src/mm/swap_slots.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:756:6: note: in expansion of macro 'unlikely' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:756:15: note: in expansion of macro 'check_mul_overflow' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:756:6: note: in expansion of macro 'unlikely' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:756:15: note: in expansion of macro 'check_mul_overflow' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, 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/include/linux/cgroup.h:26, from /kisskb/src/include/linux/memcontrol.h:13, from /kisskb/src/include/linux/swap.h:9, from /kisskb/src/include/linux/swap_slots.h:5, from /kisskb/src/mm/swap_slots.c:30: /kisskb/src/include/linux/slab.h:754:9: note: byref variable will be forcibly initialized 754 | size_t bytes; | ^~~~~ /kisskb/src/mm/swap_slots.c: In function 'get_swap_page': /kisskb/src/mm/swap_slots.c:305:14: note: byref variable will be forcibly initialized 305 | swp_entry_t entry; | ^~~~~ In file included from /kisskb/src/include/linux/irq.h:21, 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/kernel/rcu/rcuscale.c:22: /kisskb/src/kernel/rcu/rcuscale.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ 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:78:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' 78 | #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:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/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:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/rcuscale.c:612:2: note: in expansion of macro 'wait_event' 612 | wait_event(shutdown_wq, | ^~~~~~~~~~ In file included from /kisskb/src/crypto/crypto_user_base.c:14: /kisskb/src/crypto/crypto_user_base.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized 1309 | u32 tmp = value; | ^~~ /kisskb/src/crypto/crypto_user_base.c: In function 'crypto_report_cipher': /kisskb/src/crypto/crypto_user_base.c:74:30: note: byref variable will be forcibly initialized 74 | struct crypto_report_cipher rcipher; | ^~~~~~~ /kisskb/src/crypto/crypto_user_base.c: In function 'crypto_report_comp': /kisskb/src/crypto/crypto_user_base.c:90:28: note: byref variable will be forcibly initialized 90 | struct crypto_report_comp rcomp; | ^~~~~ /kisskb/src/crypto/crypto_user_base.c: In function 'crypto_report_one': /kisskb/src/crypto/crypto_user_base.c:118:31: note: byref variable will be forcibly initialized 118 | struct crypto_report_larval rl; | ^~ /kisskb/src/crypto/crypto_user_base.c: In function 'crypto_dump_report': /kisskb/src/crypto/crypto_user_base.c:228:26: note: byref variable will be forcibly initialized 228 | struct crypto_dump_info info; | ^~~~ /kisskb/src/crypto/crypto_user_base.c: In function 'crypto_user_rcv_msg': /kisskb/src/crypto/crypto_user_base.c:451:32: note: byref variable will be forcibly initialized 451 | struct netlink_dump_control c = { | ^ /kisskb/src/crypto/crypto_user_base.c:426:17: note: byref variable will be forcibly initialized 426 | struct nlattr *attrs[CRYPTOCFGA_MAX+1]; | ^~~~~ /kisskb/src/crypto/crypto_user_base.c: In function 'crypto_report': /kisskb/src/crypto/crypto_user_base.c:191:26: note: byref variable will be forcibly initialized 191 | struct crypto_dump_info info; | ^~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/crypto/crypto_user_base.c:9: /kisskb/src/crypto/crypto_user_base.c: In function 'crypto_update_alg': /kisskb/src/crypto/crypto_user_base.c:266:12: note: byref variable will be forcibly initialized 266 | 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/kernel/rcu/refscale.c: In function 'process_durations': /kisskb/src/kernel/rcu/refscale.c:603:7: note: byref variable will be forcibly initialized 603 | char buf1[64]; | ^~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/kernel/rcu/refscale.c:14: /kisskb/src/kernel/rcu/refscale.c: In function 'main_func': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/refscale.c:687:3: note: in expansion of macro 'wait_event' 687 | wait_event(main_wq, | ^~~~~~~~~~ /kisskb/src/kernel/rcu/refscale.c:642:7: note: byref variable will be forcibly initialized 642 | char buf1[64]; | ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, 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/kernel/rcu/refscale.c:19: /kisskb/src/kernel/rcu/refscale.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ 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 'ref_scale_reader': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/refscale.c:533:2: note: in expansion of macro 'wait_event' 533 | 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:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/refscale.c:780:2: note: in expansion of macro 'wait_event' 780 | wait_event(shutdown_wq, shutdown_start); | ^~~~~~~~~~ /kisskb/src/fs/nls/nls_base.c: In function 'utf8s_to_utf16s': /kisskb/src/fs/nls/nls_base.c:137:12: note: byref variable will be forcibly initialized 137 | unicode_t u; | ^ /kisskb/src/net/core/skbuff.c: In function 'skb_find_text': /kisskb/src/net/core/skbuff.c:3768:18: note: byref variable will be forcibly initialized 3768 | struct ts_state state; | ^~~~~ /kisskb/src/net/core/skbuff.c: In function 'skb_mod_eth_type': /kisskb/src/net/core/skbuff.c:5873:10: note: byref variable will be forcibly initialized 5873 | __be16 diff[] = { ~hdr->h_proto, ethertype }; | ^~~~ /kisskb/src/arch/powerpc/kernel/optprobes.c: In function 'can_optimize': /kisskb/src/arch/powerpc/kernel/optprobes.c:50:24: note: byref variable will be forcibly initialized 50 | struct instruction_op op; | ^~ /kisskb/src/arch/powerpc/kernel/optprobes.c:49:17: note: byref variable will be forcibly initialized 49 | struct pt_regs regs; | ^~~~ /kisskb/src/arch/powerpc/kernel/optprobes.c: In function 'arch_prepare_optimized_kprobe': /kisskb/src/arch/powerpc/kernel/optprobes.c:156:33: note: byref variable will be forcibly initialized 156 | ppc_inst_t branch_op_callback, branch_emulate_step, temp; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/optprobes.c:156:13: note: byref variable will be forcibly initialized 156 | ppc_inst_t branch_op_callback, branch_emulate_step, temp; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/optprobes.c: In function 'arch_optimize_kprobes': /kisskb/src/arch/powerpc/kernel/optprobes.c:268:13: note: byref variable will be forcibly initialized 268 | ppc_inst_t instr; | ^~~~~ /kisskb/src/net/core/skbuff.c: In function 'skb_checksum': /kisskb/src/net/core/skbuff.c:2886:32: note: byref variable will be forcibly initialized 2886 | const struct skb_checksum_ops ops = { | ^~~ /kisskb/src/net/core/skbuff.c: In function '__skb_send_sock': /kisskb/src/net/core/skbuff.c:2616:17: note: byref variable will be forcibly initialized 2616 | struct msghdr msg; | ^~~ /kisskb/src/net/core/skbuff.c:2615:15: note: byref variable will be forcibly initialized 2615 | struct kvec kv; | ^~ /kisskb/src/net/core/skbuff.c: In function '__alloc_skb': /kisskb/src/net/core/skbuff.c:400:7: note: byref variable will be forcibly initialized 400 | bool pfmemalloc; | ^~~~~~~~~~ /kisskb/src/fs/exfat/namei.c: In function 'exfat_d_cmp': /kisskb/src/fs/exfat/namei.c:109:14: note: byref variable will be forcibly initialized 109 | wchar_t c1, c2; | ^~ /kisskb/src/fs/exfat/namei.c:109:10: note: byref variable will be forcibly initialized 109 | wchar_t c1, c2; | ^~ /kisskb/src/fs/exfat/namei.c: In function 'exfat_d_hash': /kisskb/src/fs/exfat/namei.c:89:10: note: byref variable will be forcibly initialized 89 | wchar_t c; | ^ /kisskb/src/fs/exfat/namei.c: In function 'exfat_utf8_d_cmp': /kisskb/src/fs/exfat/namei.c:166:17: note: byref variable will be forcibly initialized 166 | unicode_t u_a, u_b; | ^~~ /kisskb/src/fs/exfat/namei.c:166:12: note: byref variable will be forcibly initialized 166 | unicode_t u_a, u_b; | ^~~ /kisskb/src/fs/exfat/namei.c: In function 'exfat_utf8_d_hash': /kisskb/src/fs/exfat/namei.c:142:12: note: byref variable will be forcibly initialized 142 | unicode_t u; | ^ /kisskb/src/fs/exfat/namei.c: In function '__exfat_resolve_path': /kisskb/src/fs/exfat/namei.c:416:6: note: byref variable will be forcibly initialized 416 | int lossy = NLS_NAME_NO_LOSSY; | ^~~~~ /kisskb/src/fs/exfat/namei.c: In function 'exfat_check_dir_empty': /kisskb/src/fs/exfat/namei.c:890:22: note: byref variable will be forcibly initialized 890 | struct buffer_head *bh; | ^~ /kisskb/src/fs/exfat/namei.c:887:21: note: byref variable will be forcibly initialized 887 | struct exfat_chain clu; | ^~~ /kisskb/src/fs/exfat/namei.c: In function 'exfat_search_empty_slot': /kisskb/src/fs/exfat/namei.c:211:22: note: byref variable will be forcibly initialized 211 | struct buffer_head *bh; | ^~ /kisskb/src/fs/exfat/namei.c:208:21: note: byref variable will be forcibly initialized 208 | struct exfat_chain clu; | ^~~ /kisskb/src/fs/exfat/namei.c: In function 'exfat_find_empty_entry': /kisskb/src/fs/exfat/namei.c:379:24: note: byref variable will be forcibly initialized 379 | struct buffer_head *bh; | ^~ /kisskb/src/fs/exfat/namei.c:316:25: note: byref variable will be forcibly initialized 316 | struct exfat_hint_femp hint_femp; | ^~~~~~~~~ /kisskb/src/fs/exfat/namei.c:311:21: note: byref variable will be forcibly initialized 311 | struct exfat_chain clu; | ^~~ /kisskb/src/fs/exfat/namei.c:309:11: note: byref variable will be forcibly initialized 309 | sector_t sector; | ^~~~~~ /kisskb/src/fs/exfat/namei.c:308:20: note: byref variable will be forcibly initialized 308 | unsigned int ret, last_clu; | ^~~~~~~~ /kisskb/src/fs/exfat/namei.c: In function 'exfat_rename_file': /kisskb/src/fs/exfat/namei.c:1011:31: note: byref variable will be forcibly initialized 1011 | struct buffer_head *new_bh, *old_bh; | ^~~~~~ /kisskb/src/fs/exfat/namei.c:1011:22: note: byref variable will be forcibly initialized 1011 | struct buffer_head *new_bh, *old_bh; | ^~~~~~ /kisskb/src/fs/exfat/namei.c:1008:23: note: byref variable will be forcibly initialized 1008 | sector_t sector_old, sector_new; | ^~~~~~~~~~ /kisskb/src/fs/exfat/namei.c:1008:11: note: byref variable will be forcibly initialized 1008 | sector_t sector_old, sector_new; | ^~~~~~~~~~ /kisskb/src/fs/exfat/namei.c: In function 'exfat_move_file': /kisskb/src/fs/exfat/namei.c:1099:31: note: byref variable will be forcibly initialized 1099 | struct buffer_head *mov_bh, *new_bh; | ^~~~~~ /kisskb/src/fs/exfat/namei.c:1099:22: note: byref variable will be forcibly initialized 1099 | struct buffer_head *mov_bh, *new_bh; | ^~~~~~ /kisskb/src/fs/exfat/namei.c:1096:23: note: byref variable will be forcibly initialized 1096 | sector_t sector_mov, sector_new; | ^~~~~~~~~~ /kisskb/src/fs/exfat/namei.c:1096:11: note: byref variable will be forcibly initialized 1096 | sector_t sector_mov, sector_new; | ^~~~~~~~~~ /kisskb/src/fs/exfat/namei.c: In function '__exfat_rename': /kisskb/src/fs/exfat/namei.c:1302:23: note: byref variable will be forcibly initialized 1302 | struct exfat_chain new_clu_to_free; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/exfat/namei.c:1249:23: note: byref variable will be forcibly initialized 1249 | struct exfat_chain new_clu; | ^~~~~~~ /kisskb/src/fs/exfat/namei.c:1203:31: note: byref variable will be forcibly initialized 1203 | struct buffer_head *old_bh, *new_bh = NULL; | ^~~~~~ /kisskb/src/fs/exfat/namei.c:1203:22: note: byref variable will be forcibly initialized 1203 | struct buffer_head *old_bh, *new_bh = NULL; | ^~~~~~ /kisskb/src/fs/exfat/namei.c:1193:24: note: byref variable will be forcibly initialized 1193 | struct exfat_uni_name uni_name; | ^~~~~~~~ /kisskb/src/fs/exfat/namei.c:1191:29: note: byref variable will be forcibly initialized 1191 | struct exfat_chain olddir, newdir; | ^~~~~~ /kisskb/src/fs/exfat/namei.c:1191:21: note: byref variable will be forcibly initialized 1191 | struct exfat_chain olddir, newdir; | ^~~~~~ /kisskb/src/fs/exfat/namei.c: In function 'exfat_rmdir': /kisskb/src/fs/exfat/namei.c:935:11: note: byref variable will be forcibly initialized 935 | sector_t sector; | ^~~~~~ /kisskb/src/fs/exfat/namei.c:934:22: note: byref variable will be forcibly initialized 934 | struct buffer_head *bh; | ^~ /kisskb/src/fs/exfat/namei.c:930:27: note: byref variable will be forcibly initialized 930 | struct exfat_chain cdir, clu_to_free; | ^~~~~~~~~~~ /kisskb/src/fs/exfat/namei.c:930:21: note: byref variable will be forcibly initialized 930 | struct exfat_chain cdir, clu_to_free; | ^~~~ /kisskb/src/fs/exfat/namei.c: In function 'exfat_unlink': /kisskb/src/fs/exfat/namei.c:782:11: note: byref variable will be forcibly initialized 782 | sector_t sector; | ^~~~~~ /kisskb/src/fs/exfat/namei.c:781:22: note: byref variable will be forcibly initialized 781 | struct buffer_head *bh; | ^~ /kisskb/src/fs/exfat/namei.c:776:21: note: byref variable will be forcibly initialized 776 | struct exfat_chain cdir; | ^~~~ /kisskb/src/fs/exfat/namei.c: In function 'exfat_add_entry': /kisskb/src/fs/exfat/namei.c:479:21: note: byref variable will be forcibly initialized 479 | struct exfat_chain clu; | ^~~ /kisskb/src/fs/exfat/namei.c:478:24: note: byref variable will be forcibly initialized 478 | struct exfat_uni_name uniname; | ^~~~~~~ /kisskb/src/fs/exfat/namei.c: In function 'exfat_mkdir': /kisskb/src/fs/exfat/namei.c:843:21: note: byref variable will be forcibly initialized 843 | struct exfat_chain cdir; | ^~~~ /kisskb/src/fs/exfat/namei.c:842:25: note: byref variable will be forcibly initialized 842 | struct exfat_dir_entry info; | ^~~~ /kisskb/src/fs/exfat/namei.c: In function 'exfat_create': /kisskb/src/fs/exfat/namei.c:550:25: note: byref variable will be forcibly initialized 550 | struct exfat_dir_entry info; | ^~~~ /kisskb/src/fs/exfat/namei.c:549:21: note: byref variable will be forcibly initialized 549 | struct exfat_chain cdir; | ^~~~ /kisskb/src/fs/exfat/namei.c: In function 'exfat_find': /kisskb/src/fs/exfat/namei.c:600:20: note: byref variable will be forcibly initialized 600 | struct exfat_hint hint_opt; | ^~~~~~~~ /kisskb/src/fs/exfat/namei.c:593:24: note: byref variable will be forcibly initialized 593 | struct exfat_uni_name uni_name; | ^~~~~~~~ /kisskb/src/fs/exfat/namei.c:592:21: note: byref variable will be forcibly initialized 592 | struct exfat_chain cdir; | ^~~~ /kisskb/src/fs/exfat/namei.c: In function 'exfat_lookup': /kisskb/src/fs/exfat/namei.c:703:25: note: byref variable will be forcibly initialized 703 | struct exfat_dir_entry info; | ^~~~ /kisskb/src/net/core/skbuff.c: In function '__splice_segment': /kisskb/src/net/core/skbuff.c:2486:16: note: byref variable will be forcibly initialized 2486 | unsigned int flen = min(*len, plen); | ^~~~ /kisskb/src/net/core/skbuff.c: In function 'skb_splice_bits': /kisskb/src/net/core/skbuff.c:2560:15: note: byref variable will be forcibly initialized 2560 | struct page *pages[MAX_SKB_FRAGS]; | ^~~~~ /kisskb/src/net/core/skbuff.c:2559:22: note: byref variable will be forcibly initialized 2559 | struct partial_page partial[MAX_SKB_FRAGS]; | ^~~~~~~ /kisskb/src/net/core/skbuff.c: In function 'skb_vlan_pop': /kisskb/src/net/core/skbuff.c:5743:6: note: byref variable will be forcibly initialized 5743 | u16 vlan_tci; | ^~~~~~~~ /kisskb/src/net/core/skbuff.c: In function 'skb_mpls_update_lse': /kisskb/src/net/core/skbuff.c:6004:10: note: byref variable will be forcibly initialized 6004 | __be32 diff[] = { ~mpls_hdr(skb)->label_stack_entry, mpls_lse }; | ^~~~ /kisskb/src/fs/isofs/inode.c: In function 'parse_options': /kisskb/src/fs/isofs/inode.c:366:15: note: byref variable will be forcibly initialized 366 | substring_t args[MAX_OPT_ARGS]; | ^~~~ /kisskb/src/fs/isofs/inode.c:341:15: note: byref variable will be forcibly initialized 341 | unsigned int uv; | ^~ /kisskb/src/fs/isofs/inode.c:340:6: note: byref variable will be forcibly initialized 340 | int option; | ^~~~~~ /kisskb/src/fs/isofs/inode.c: In function 'isofs_get_last_session': /kisskb/src/fs/isofs/inode.c:572:29: note: byref variable will be forcibly initialized 572 | struct cdrom_multisession ms_info; | ^~~~~~~ /kisskb/src/fs/isofs/inode.c:553:25: note: byref variable will be forcibly initialized 553 | struct cdrom_tocentry te; | ^~ /kisskb/src/fs/isofs/inode.c: In function '__isofs_iget': /kisskb/src/fs/isofs/inode.c:1534:35: note: byref variable will be forcibly initialized 1534 | struct isofs_iget5_callback_data data; | ^~~~ /kisskb/src/fs/isofs/inode.c: In function 'isofs_bmap': /kisskb/src/fs/isofs/inode.c:1158:21: note: byref variable will be forcibly initialized 1158 | struct buffer_head dummy; | ^~~~~ /kisskb/src/fs/isofs/inode.c: In function 'isofs_fill_super': /kisskb/src/fs/isofs/inode.c:626:25: note: byref variable will be forcibly initialized 626 | struct iso9660_options opt; | ^~~ /kisskb/src/crypto/wp512.c: In function 'wp512_process_buffer': /kisskb/src/crypto/wp512.c:785:6: note: byref variable will be forcibly initialized 785 | u64 block[8]; /* mu(buffer) */ | ^~~~~ /kisskb/src/crypto/wp512.c: In function 'wp256_final': /kisskb/src/crypto/wp512.c:1111:5: note: byref variable will be forcibly initialized 1111 | u8 D[64]; | ^ /kisskb/src/crypto/wp512.c: In function 'wp384_final': /kisskb/src/crypto/wp512.c:1100:5: note: byref variable will be forcibly initialized 1100 | u8 D[64]; | ^ /kisskb/src/drivers/pinctrl/pinctrl-da9062.c: In function 'da9062_pctl_get_pin_mode': /kisskb/src/drivers/pinctrl/pinctrl-da9062.c:48:11: note: byref variable will be forcibly initialized 48 | int ret, val; | ^~~ /kisskb/src/drivers/pinctrl/pinctrl-da9062.c: In function 'da9062_gpio_get': /kisskb/src/drivers/pinctrl/pinctrl-da9062.c:84:17: note: byref variable will be forcibly initialized 84 | int gpio_mode, val; | ^~~ /kisskb/src/fs/ext2/ialloc.c: In function 'ext2_release_inode': /kisskb/src/fs/ext2/ialloc.c:69:22: note: byref variable will be forcibly initialized 69 | struct buffer_head *bh; | ^~ /kisskb/src/arch/powerpc/kernel/legacy_serial.c: In function 'add_legacy_pci_port': /kisskb/src/arch/powerpc/kernel/legacy_serial.c:259:15: note: byref variable will be forcibly initialized 259 | unsigned int flags; | ^~~~~ /kisskb/src/fs/ext2/ialloc.c: In function 'ext2_new_inode': /kisskb/src/fs/ext2/ialloc.c:433:22: note: byref variable will be forcibly initialized 433 | struct buffer_head *bh2; | ^~~ /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/fs/jbd2/checkpoint.c: In function '__flush_batch': /kisskb/src/lib/crypto/curve25519-fiat32.c: In function 'fe_invert': /kisskb/src/fs/jbd2/checkpoint.c:175:18: note: byref variable will be forcibly initialized 175 | struct blk_plug plug; | ^~~~ /kisskb/src/lib/crypto/curve25519-fiat32.c:612:11: note: byref variable will be forcibly initialized 612 | fe_loose l; | ^ /kisskb/src/fs/fat/fatent.c: In function 'fat_ra_init': /kisskb/src/fs/fat/fatent.c:652:6: note: byref variable will be forcibly initialized 652 | int offset; | ^~~~~~ /kisskb/src/fs/fat/fatent.c:651:20: note: byref variable will be forcibly initialized 651 | sector_t blocknr, block_end; | ^~~~~~~~~ /kisskb/src/fs/fat/fatent.c:651:11: note: byref variable will be forcibly initialized 651 | sector_t blocknr, block_end; | ^~~~~~~ /kisskb/src/fs/jbd2/checkpoint.c: In function 'jbd2_cleanup_journal_tail': /kisskb/src/fs/jbd2/checkpoint.c:385:16: note: byref variable will be forcibly initialized 385 | unsigned long blocknr; | ^~~~~~~ /kisskb/src/fs/jbd2/checkpoint.c:384:9: note: byref variable will be forcibly initialized 384 | tid_t first_tid; | ^~~~~~~~~ /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:764:5: note: byref variable will be forcibly initialized 764 | u8 e[32]; | ^ /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/fs/fat/fatent.c: In function 'fat_ent_read_block': /kisskb/src/fs/fat/fatent.c:440:6: note: byref variable will be forcibly initialized 440 | int offset; | ^~~~~~ /kisskb/src/fs/fat/fatent.c:439:11: note: byref variable will be forcibly initialized 439 | sector_t blocknr; | ^~~~~~~ /kisskb/src/fs/jbd2/checkpoint.c: In function 'jbd2_log_do_checkpoint': /kisskb/src/fs/jbd2/checkpoint.c:204:16: note: byref variable will be forcibly initialized 204 | int result, batch_count = 0; | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/checkpoint.c: In function 'jbd2_journal_shrink_checkpoint_list': /kisskb/src/fs/jbd2/checkpoint.c:509:7: note: byref variable will be forcibly initialized 509 | bool released; | ^~~~~~~~ /kisskb/src/fs/fat/fatent.c: In function 'fat_ent_reada': /kisskb/src/fs/fat/fatent.c:693:7: note: byref variable will be forcibly initialized 693 | int offset; | ^~~~~~ /kisskb/src/fs/fat/fatent.c:692:12: note: byref variable will be forcibly initialized 692 | sector_t blocknr, diff; | ^~~~~~~ /kisskb/src/fs/fat/fatent.c:691:19: note: byref variable will be forcibly initialized 691 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/fat/fatent.c: In function 'fat_ent_read': /kisskb/src/fs/fat/fatent.c:354:11: note: byref variable will be forcibly initialized 354 | sector_t blocknr; | ^~~~~~~ /kisskb/src/fs/fat/fatent.c:353:11: note: byref variable will be forcibly initialized 353 | int err, offset; | ^~~~~~ /kisskb/src/fs/fat/fatent.c: In function 'fat_free_clusters': /kisskb/src/fs/fat/fatent.c:560:14: note: byref variable will be forcibly initialized 560 | int i, err, nr_bhs; | ^~~~~~ /kisskb/src/fs/fat/fatent.c:559:22: note: byref variable will be forcibly initialized 559 | struct buffer_head *bhs[MAX_BUF_PER_PAGE]; | ^~~ /kisskb/src/fs/fat/fatent.c:558:19: note: byref variable will be forcibly initialized 558 | struct fat_entry fatent; | ^~~~~~ /kisskb/src/fs/fat/fatent.c: In function 'fat_alloc_clusters': /kisskb/src/fs/fat/fatent.c:472:21: note: byref variable will be forcibly initialized 472 | int i, count, err, nr_bhs, idx_clus; | ^~~~~~ /kisskb/src/fs/fat/fatent.c:471:22: note: byref variable will be forcibly initialized 471 | struct buffer_head *bhs[MAX_BUF_PER_PAGE]; | ^~~ /kisskb/src/fs/fat/fatent.c:470:27: note: byref variable will be forcibly initialized 470 | struct fat_entry fatent, prev_ent; | ^~~~~~~~ /kisskb/src/fs/fat/fatent.c:470:19: note: byref variable will be forcibly initialized 470 | struct fat_entry fatent, prev_ent; | ^~~~~~ /kisskb/src/kernel/sched/wait.c: In function '__wake_up_common_lock': /kisskb/src/kernel/sched/wait.c:129:21: note: byref variable will be forcibly initialized 129 | wait_queue_entry_t bookmark; | ^~~~~~~~ /kisskb/src/fs/fat/fatent.c: In function 'fat_count_free_clusters': /kisskb/src/fs/fat/fatent.c:720:19: note: byref variable will be forcibly initialized 720 | struct fatent_ra fatent_ra; | ^~~~~~~~~ /kisskb/src/fs/fat/fatent.c:719:19: note: byref variable will be forcibly initialized 719 | struct fat_entry fatent; | ^~~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'lineinfo_unwatch': /kisskb/src/drivers/gpio/gpiolib-cdev.c:2088:8: note: byref variable will be forcibly initialized 2088 | __u32 offset; | ^~~~~~ /kisskb/src/fs/fat/fatent.c: In function 'fat_trim_fs': /kisskb/src/fs/fat/fatent.c:767:19: note: byref variable will be forcibly initialized 767 | struct fatent_ra fatent_ra; | ^~~~~~~~~ /kisskb/src/fs/fat/fatent.c:766:19: note: byref variable will be forcibly initialized 766 | struct fat_entry fatent; | ^~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/cdev.h:8, from /kisskb/src/drivers/gpio/gpiolib-cdev.c:7: /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'chipinfo_get': /kisskb/src/drivers/gpio/gpiolib-cdev.c:1988:23: note: byref variable will be forcibly initialized 1988 | struct gpiochip_info chipinfo; | ^~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'lineinfo_changed_notify': /kisskb/src/drivers/gpio/gpiolib-cdev.c:2158:35: note: byref variable will be forcibly initialized 2158 | struct gpio_v2_line_info_changed chg; | ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/linux/gpio/driver.h:7, from /kisskb/src/include/asm-generic/gpio.h:11, from /kisskb/src/include/linux/gpio.h:62, from /kisskb/src/drivers/gpio/gpiolib-cdev.c:13: /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'linehandle_set_config': /kisskb/src/drivers/gpio/gpiolib-cdev.c:153:27: note: byref variable will be forcibly initialized 153 | struct gpiohandle_config gcnf; | ^~~~ In file included from /kisskb/src/include/linux/atomic.h:5, from /kisskb/src/drivers/gpio/gpiolib-cdev.c:4: /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'linereq_get_values': /kisskb/src/drivers/gpio/gpiolib-cdev.c:1000:17: note: byref variable will be forcibly initialized 1000 | DECLARE_BITMAP(vals, GPIO_V2_LINES_MAX); | ^~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c:999:29: note: byref variable will be forcibly initialized 999 | struct gpio_v2_line_values lv; | ^~ In file included from /kisskb/src/include/linux/atomic.h:5, from /kisskb/src/drivers/gpio/gpiolib-cdev.c:4: /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'linehandle_ioctl': /kisskb/src/drivers/gpio/gpiolib-cdev.c:199:17: note: byref variable will be forcibly initialized 199 | DECLARE_BITMAP(vals, GPIOHANDLES_MAX); | ^~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c:198:25: note: byref variable will be forcibly initialized 198 | struct gpiohandle_data ghd; | ^~~ In file included from /kisskb/src/include/linux/atomic.h:5, from /kisskb/src/drivers/gpio/gpiolib-cdev.c:4: /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'linereq_set_values_unlocked': /kisskb/src/drivers/gpio/gpiolib-cdev.c:1061:17: note: byref variable will be forcibly initialized 1061 | DECLARE_BITMAP(vals, GPIO_V2_LINES_MAX); | ^~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/crypto/cts.c: In function 'cts_cbc_decrypt': /kisskb/src/crypto/cts.c:185:5: note: byref variable will be forcibly initialized 185 | u8 d[MAX_CIPHER_BLOCKSIZE * 2] __aligned(__alignof__(u32)); | ^ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'linehandle_create': /kisskb/src/drivers/gpio/gpiolib-cdev.c:287:28: note: byref variable will be forcibly initialized 287 | struct gpiohandle_request handlereq; | ^~~~~~~~~ /kisskb/src/crypto/cts.c: In function 'cts_cbc_encrypt': /kisskb/src/crypto/cts.c:104:5: note: byref variable will be forcibly initialized 104 | u8 d[MAX_CIPHER_BLOCKSIZE * 2] __aligned(__alignof__(u32)); | ^ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'lineevent_ioctl': /kisskb/src/drivers/gpio/gpiolib-cdev.c:1602:25: note: byref variable will be forcibly initialized 1602 | struct gpiohandle_data ghd; | ^~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'lineevent_irq_thread': /kisskb/src/drivers/gpio/gpiolib-cdev.c:1649:24: note: byref variable will be forcibly initialized 1649 | struct gpioevent_data ge; | ^~ 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:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/cdev.h:5, from /kisskb/src/drivers/gpio/gpiolib-cdev.c:7: /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'lineevent_read': /kisskb/src/include/linux/wait.h:750:14: note: byref variable will be forcibly initialized 750 | DEFINE_WAIT(__wait); \ | ^~~~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/include/linux/wait.h:750:2: note: in expansion of macro 'DEFINE_WAIT' 750 | DEFINE_WAIT(__wait); \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait.h:789:9: note: in expansion of macro '__wait_event_interruptible_locked' 789 | ? 0 : __wait_event_interruptible_locked(wq, condition, 0, do_wait_intr)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c:1552:10: note: in expansion of macro 'wait_event_interruptible_locked' 1552 | ret = wait_event_interruptible_locked(le->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c:1518:24: note: byref variable will be forcibly initialized 1518 | struct gpioevent_data ge; | ^~ /kisskb/src/crypto/cts.c: In function 'crypto_cts_create': /kisskb/src/crypto/cts.c:329:6: note: byref variable will be forcibly initialized 329 | u32 mask; | ^~~~ 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:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/cdev.h:5, from /kisskb/src/drivers/gpio/gpiolib-cdev.c:7: /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'linereq_read': /kisskb/src/include/linux/wait.h:750:14: note: byref variable will be forcibly initialized 750 | DEFINE_WAIT(__wait); \ | ^~~~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/include/linux/wait.h:750:2: note: in expansion of macro 'DEFINE_WAIT' 750 | DEFINE_WAIT(__wait); \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait.h:789:9: note: in expansion of macro '__wait_event_interruptible_locked' 789 | ? 0 : __wait_event_interruptible_locked(wq, condition, 0, do_wait_intr)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c:1250:10: note: in expansion of macro 'wait_event_interruptible_locked' 1250 | ret = wait_event_interruptible_locked(lr->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c:1230:28: note: byref variable will be forcibly initialized 1230 | struct gpio_v2_line_event le; | ^~ In file included from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/sched/coredump.h:5, from /kisskb/src/kernel/sched/sched.h:9, from /kisskb/src/kernel/sched/completion.c:14: /kisskb/src/kernel/sched/completion.c: In function 'do_wait_for_common': /kisskb/src/kernel/sched/completion.c:75:22: note: byref variable will be forcibly initialized 75 | DECLARE_SWAITQUEUE(wait); | ^~~~ /kisskb/src/include/linux/swait.h:59:21: note: in definition of macro 'DECLARE_SWAITQUEUE' 59 | struct swait_queue name = __SWAITQUEUE_INITIALIZER(name) | ^~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'lineevent_create': /kisskb/src/drivers/gpio/gpiolib-cdev.c:1709:27: note: byref variable will be forcibly initialized 1709 | struct gpioevent_request eventreq; | ^~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'lineinfo_get_v1': /kisskb/src/drivers/gpio/gpiolib-cdev.c:2020:27: note: byref variable will be forcibly initialized 2020 | struct gpio_v2_line_info lineinfo_v2; | ^~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c:2019:23: note: byref variable will be forcibly initialized 2019 | struct gpioline_info lineinfo; | ^~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'lineinfo_watch_read': /kisskb/src/drivers/gpio/gpiolib-cdev.c:2253:33: note: byref variable will be forcibly initialized 2253 | struct gpioline_info_changed event_v1; | ^~~~~~~~ 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:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/cdev.h:5, from /kisskb/src/drivers/gpio/gpiolib-cdev.c:7: /kisskb/src/include/linux/wait.h:750:14: note: byref variable will be forcibly initialized 750 | DEFINE_WAIT(__wait); \ | ^~~~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/include/linux/wait.h:750:2: note: in expansion of macro 'DEFINE_WAIT' 750 | DEFINE_WAIT(__wait); \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait.h:789:9: note: in expansion of macro '__wait_event_interruptible_locked' 789 | ? 0 : __wait_event_interruptible_locked(wq, condition, 0, do_wait_intr)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c:2222:10: note: in expansion of macro 'wait_event_interruptible_locked' 2222 | ret = wait_event_interruptible_locked(cdev->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c:2198:35: note: byref variable will be forcibly initialized 2198 | struct gpio_v2_line_info_changed event; | ^~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'lineinfo_get': /kisskb/src/drivers/gpio/gpiolib-cdev.c:2055:27: note: byref variable will be forcibly initialized 2055 | struct gpio_v2_line_info lineinfo; | ^~~~~~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'linereq_set_values': /kisskb/src/drivers/gpio/gpiolib-cdev.c:1102:29: note: byref variable will be forcibly initialized 1102 | struct gpio_v2_line_values lv; | ^~ 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) | ^~~~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'debounce_work_func': /kisskb/src/drivers/gpio/gpiolib-cdev.c:651:28: note: byref variable will be forcibly initialized 651 | struct gpio_v2_line_event le; | ^~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'edge_irq_thread': /kisskb/src/drivers/gpio/gpiolib-cdev.c:553:28: note: byref variable will be forcibly initialized 553 | struct gpio_v2_line_event le; | ^~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'linereq_set_config': /kisskb/src/drivers/gpio/gpiolib-cdev.c:1166:29: note: byref variable will be forcibly initialized 1166 | struct gpio_v2_line_config lc; | ^~ /kisskb/src/drivers/gpio/gpiolib-cdev.c: In function 'linereq_create': /kisskb/src/drivers/gpio/gpiolib-cdev.c:1315:30: note: byref variable will be forcibly initialized 1315 | struct gpio_v2_line_request ulr; | ^~~ /kisskb/src/mm/mempolicy.c: In function 'offset_il_node': /kisskb/src/mm/mempolicy.c:1873:13: note: byref variable will be forcibly initialized 1873 | nodemask_t nodemask = pol->nodes; | ^~~~~~~~ /kisskb/src/mm/mempolicy.c: In function 'mpol_relative_nodemask': /kisskb/src/mm/mempolicy.c:190:13: note: byref variable will be forcibly initialized 190 | nodemask_t tmp; | ^~~ /kisskb/src/mm/mempolicy.c: In function 'mpol_rebind_nodemask': /kisskb/src/mm/mempolicy.c:317:13: note: byref variable will be forcibly initialized 317 | nodemask_t tmp; | ^~~ /kisskb/src/mm/mempolicy.c: In function 'queue_pages_range': /kisskb/src/mm/mempolicy.c:728:21: note: byref variable will be forcibly initialized 728 | 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:1056:12: note: byref variable will be forcibly initialized 1056 | 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:1055:13: note: byref variable will be forcibly initialized 1055 | nodemask_t nmask; | ^~~~~ /kisskb/src/mm/mempolicy.c: In function 'get_nodes': /kisskb/src/mm/mempolicy.c:1396:17: note: byref variable will be forcibly initialized 1396 | unsigned long 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:12, from /kisskb/src/include/linux/mmu_notifier.h:7, from /kisskb/src/mm/mmu_notifier.c:11: /kisskb/src/mm/mmu_notifier.c: In function 'mmu_interval_read_begin': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/mm/mmu_notifier.c:248:3: note: in expansion of macro 'wait_event' 248 | wait_event(subscriptions->wq, | ^~~~~~~~~~ /kisskb/src/mm/mempolicy.c: In function 'lookup_node': /kisskb/src/mm/mempolicy.c:908:6: note: byref variable will be forcibly initialized 908 | int locked = 1; | ^~~~~~ /kisskb/src/mm/mempolicy.c:905:15: note: byref variable will be forcibly initialized 905 | struct page *p = NULL; | ^ /kisskb/src/mm/mmu_notifier.c: In function 'mn_itree_release': /kisskb/src/mm/mmu_notifier.c:272:16: note: byref variable will be forcibly initialized 272 | unsigned long cur_seq; | ^~~~~~~ /kisskb/src/mm/mmu_notifier.c: In function 'mn_itree_invalidate': /kisskb/src/mm/mmu_notifier.c:448:16: note: byref variable will be forcibly initialized 448 | unsigned long cur_seq; | ^~~~~~~ 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:847:2: note: in expansion of macro 'NODEMASK_SCRATCH' 847 | NODEMASK_SCRATCH(scratch); | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/mempolicy.c: In function 'kernel_set_mempolicy': /kisskb/src/mm/mempolicy.c:1493:6: note: byref variable will be forcibly initialized 1493 | int lmode = mode; | ^~~~~ /kisskb/src/mm/mempolicy.c:1492:13: note: byref variable will be forcibly initialized 1492 | nodemask_t nodes; | ^~~~~ /kisskb/src/mm/mempolicy.c:1491:17: note: byref variable will be forcibly initialized 1491 | unsigned short mode_flags; | ^~~~~~~~~~ /kisskb/src/mm/sparse.c: In function 'memblocks_present': /kisskb/src/mm/sparse.c:269:9: note: byref variable will be forcibly initialized 269 | int i, nid; | ^~~ /kisskb/src/mm/sparse.c:269:6: note: byref variable will be forcibly initialized 269 | int i, nid; | ^ /kisskb/src/mm/sparse.c:268:23: note: byref variable will be forcibly initialized 268 | unsigned long start, end; | ^~~ /kisskb/src/mm/sparse.c:268:16: note: byref variable will be forcibly initialized 268 | unsigned long start, end; | ^~~~~ /kisskb/src/mm/sparse.c: In function '__populate_section_memmap': /kisskb/src/mm/sparse.c:434:14: note: byref variable will be forcibly initialized 434 | phys_addr_t addr = __pa(MAX_DMA_ADDRESS); | ^~~~ /kisskb/src/mm/mempolicy.c: In function 'kernel_get_mempolicy': /kisskb/src/mm/mempolicy.c:1618:13: note: byref variable will be forcibly initialized 1618 | nodemask_t nodes; | ^~~~~ /kisskb/src/mm/mempolicy.c:1617:6: note: byref variable will be forcibly initialized 1617 | int pval; | ^~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmu_notifier.h:7, from /kisskb/src/mm/mmu_notifier.c:11: /kisskb/src/mm/mmu_notifier.c: In function 'mmu_interval_notifier_remove': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/mm/mmu_notifier.c:1085:3: note: in expansion of macro 'wait_event' 1085 | wait_event(subscriptions->wq, | ^~~~~~~~~~ /kisskb/src/mm/mempolicy.c: In function 'do_migrate_pages': /kisskb/src/mm/mempolicy.c:1096:13: note: byref variable will be forcibly initialized 1096 | 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:1523:2: note: in expansion of macro 'NODEMASK_SCRATCH' 1523 | NODEMASK_SCRATCH(scratch); | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/mempolicy.c:1519:13: note: byref variable will be forcibly initialized 1519 | nodemask_t task_nodes; | ^~~~~~~~~~ /kisskb/src/mm/mempolicy.c: In function '__mpol_dup': /kisskb/src/mm/mempolicy.c:2329:14: note: byref variable will be forcibly initialized 2329 | 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:1302:3: note: in expansion of macro 'NODEMASK_SCRATCH' 1302 | 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:1258:12: note: byref variable will be forcibly initialized 1258 | 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:1465:6: note: byref variable will be forcibly initialized 1465 | int lmode = mode; | ^~~~~ /kisskb/src/mm/mempolicy.c:1464:13: note: byref variable will be forcibly initialized 1464 | nodemask_t nodes; | ^~~~~ /kisskb/src/mm/mempolicy.c:1463:17: note: byref variable will be forcibly initialized 1463 | unsigned short mode_flags; | ^~~~~~~~~~ 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:2686:3: note: in expansion of macro 'NODEMASK_SCRATCH' 2686 | NODEMASK_SCRATCH(scratch); | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/mempolicy.c:2684:25: note: byref variable will be forcibly initialized 2684 | 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:2824:13: note: in expansion of macro 'nodemask_of_node' 2824 | .nodes = nodemask_of_node(nid), | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/mempolicy.c:2807:13: note: byref variable will be forcibly initialized 2807 | nodemask_t interleave_nodes; | ^~~~~~~~~~~~~~~~ /kisskb/src/mm/mempolicy.c: In function 'mpol_parse_str': /kisskb/src/mm/mempolicy.c:2894:13: note: byref variable will be forcibly initialized 2894 | nodemask_t nodes; | ^~~~~ /kisskb/src/crypto/lrw.c: In function 'lrw_xor_tweak': /kisskb/src/crypto/lrw.c:149:6: note: byref variable will be forcibly initialized 149 | u32 counter[4]; | ^~~~~~~ /kisskb/src/crypto/lrw.c:147:23: note: byref variable will be forcibly initialized 147 | struct skcipher_walk w; | ^ /kisskb/src/crypto/lrw.c:146:8: note: byref variable will be forcibly initialized 146 | be128 t = rctx->t; | ^ /kisskb/src/crypto/lrw.c: In function 'lrw_create': /kisskb/src/crypto/lrw.c:306:6: note: byref variable will be forcibly initialized 306 | u32 mask; | ^~~~ /kisskb/src/crypto/lrw.c:305:7: note: byref variable will be forcibly initialized 305 | char ecb_name[CRYPTO_MAX_ALG_NAME]; | ^~~~~~~~ /kisskb/src/kernel/irq/pm.c: In function 'rearm_wake_irq': /kisskb/src/kernel/irq/pm.c:211:16: note: byref variable will be forcibly initialized 211 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/rcu/rcu_segcblist.c: In function 'rcu_segcblist_merge': /kisskb/src/kernel/rcu/rcu_segcblist.c:613:20: note: byref variable will be forcibly initialized 613 | struct rcu_cblist pendcbs; | ^~~~~~~ /kisskb/src/kernel/rcu/rcu_segcblist.c:612:20: note: byref variable will be forcibly initialized 612 | struct rcu_cblist donecbs; | ^~~~~~~ In file included from /kisskb/src/fs/ext4/ext4_jbd2.h:17, from /kisskb/src/fs/ext4/extents.c:32: /kisskb/src/fs/ext4/extents.c: In function 'ext4_chksum': /kisskb/src/fs/ext4/ext4.h:2446:4: note: byref variable will be forcibly initialized 2446 | } desc; | ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/pagemap.h:11, from /kisskb/src/include/linux/buffer_head.h:14, from /kisskb/src/include/linux/jbd2.h:23, from /kisskb/src/fs/ext4/extents.c:22: /kisskb/src/fs/ext4/extents.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_grow_indepth': /kisskb/src/fs/ext4/extents.c:1310:6: note: byref variable will be forcibly initialized 1310 | int err = 0; | ^~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_split': /kisskb/src/fs/ext4/extents.c:1058:6: note: byref variable will be forcibly initialized 1058 | int err = 0; | ^~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_put_gap_in_cache': /kisskb/src/fs/ext4/extents.c:2278:23: note: byref variable will be forcibly initialized 2278 | struct extent_status es; | ^~ /kisskb/src/fs/ext4/extents.c: In function 'skip_hole': /kisskb/src/fs/ext4/extents.c:5950:25: note: byref variable will be forcibly initialized 5950 | struct ext4_map_blocks map; | ^~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_alloc_file_blocks': /kisskb/src/fs/ext4/extents.c:4435:25: note: byref variable will be forcibly initialized 4435 | struct ext4_map_blocks map; | ^~~ /kisskb/src/fs/ext4/extents.c:4433:6: note: byref variable will be forcibly initialized 4433 | int retries = 0; | ^~~~~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_iomap_xattr_fiemap': /kisskb/src/fs/ext4/extents.c:4870:20: note: byref variable will be forcibly initialized 4870 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_fill_es_cache_info': /kisskb/src/fs/ext4/extents.c:2186:23: note: byref variable will be forcibly initialized 2186 | struct extent_status es; | ^~ /kisskb/src/fs/ext4/extents.c:2185:14: note: byref variable will be forcibly initialized 2185 | ext4_lblk_t next, end = block + num - 1; | ^~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_datasem_ensure_credits': /kisskb/src/fs/ext4/extents.c:122:6: note: byref variable will be forcibly initialized 122 | int dropped = 0; | ^~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/kernel/irq/msi.c:13: /kisskb/src/kernel/irq/msi.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/kernel/irq/msi.c: In function 'msi_mode_show': /kisskb/src/kernel/irq/msi.c:80:16: note: byref variable will be forcibly initialized 80 | unsigned long irq; | ^~~ In file included from /kisskb/src/include/linux/irq.h:21, 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/kernel/irq/affinity.c:6: /kisskb/src/kernel/irq/affinity.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/kernel/irq/msi.c: In function 'msi_domain_deactivate': /kisskb/src/kernel/irq/msi.c:270:17: note: byref variable will be forcibly initialized 270 | struct msi_msg msg[2]; | ^~~ In file included from /kisskb/src/kernel/irq/msi.c:14: /kisskb/src/kernel/irq/msi.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized 427 | unsigned int irq; | ^~~ /kisskb/src/drivers/pinctrl/pinctrl-max77620.c: In function 'max77620_get_default_fps': /kisskb/src/drivers/pinctrl/pinctrl-max77620.c:323:15: note: byref variable will be forcibly initialized 323 | unsigned int val; | ^~~ /kisskb/src/drivers/pinctrl/pinctrl-max77620.c: In function 'max77620_pinconf_get': /kisskb/src/drivers/pinctrl/pinctrl-max77620.c:275:15: note: byref variable will be forcibly initialized 275 | unsigned int val; | ^~~ /kisskb/src/kernel/irq/affinity.c: In function 'irq_build_affinity_masks': /kisskb/src/kernel/irq/affinity.c:344:22: note: byref variable will be forcibly initialized 344 | cpumask_var_t nmsk, npresmsk; | ^~~~~~~~ /kisskb/src/kernel/irq/affinity.c:344:16: note: byref variable will be forcibly initialized 344 | cpumask_var_t nmsk, npresmsk; | ^~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_shift_extents': /kisskb/src/fs/ext4/extents.c:5127:14: note: byref variable will be forcibly initialized 5127 | ext4_lblk_t stop, *iterator, ex_start, ex_end; | ^~~~ /kisskb/src/fs/ext4/extents.c:5124:24: note: byref variable will be forcibly initialized 5124 | struct ext4_ext_path *path; | ^~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_split_extent_at': /kisskb/src/fs/ext4/extents.c:3184:42: note: byref variable will be forcibly initialized 3184 | struct ext4_extent *ex, newex, orig_ex, zero_ex; | ^~~~~~~ /kisskb/src/fs/ext4/extents.c:3184:33: note: byref variable will be forcibly initialized 3184 | struct ext4_extent *ex, newex, orig_ex, zero_ex; | ^~~~~~~ /kisskb/src/fs/ext4/extents.c:3184:26: note: byref variable will be forcibly initialized 3184 | struct ext4_extent *ex, newex, orig_ex, zero_ex; | ^~~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_convert_to_initialized': /kisskb/src/fs/ext4/extents.c:3424:31: note: byref variable will be forcibly initialized 3424 | struct ext4_extent zero_ex1, zero_ex2; | ^~~~~~~~ /kisskb/src/fs/ext4/extents.c:3424:21: note: byref variable will be forcibly initialized 3424 | struct ext4_extent zero_ex1, zero_ex2; | ^~~~~~~~ /kisskb/src/fs/ext4/extents.c:3423:25: note: byref variable will be forcibly initialized 3423 | struct ext4_map_blocks split_map; | ^~~~~~~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_insert_range': /kisskb/src/fs/ext4/extents.c:5407:24: note: byref variable will be forcibly initialized 5407 | struct ext4_ext_path *path; | ^~~~ /kisskb/src/crypto/keywrap.c: In function 'crypto_kw_decrypt': /kisskb/src/crypto/keywrap.c:153:33: note: byref variable will be forcibly initialized 153 | struct scatter_walk src_walk, dst_walk; | ^~~~~~~~ /kisskb/src/crypto/keywrap.c:153:23: note: byref variable will be forcibly initialized 153 | struct scatter_walk src_walk, dst_walk; | ^~~~~~~~ /kisskb/src/crypto/keywrap.c:128:25: note: byref variable will be forcibly initialized 128 | struct crypto_kw_block block; | ^~~~~ /kisskb/src/crypto/keywrap.c: In function 'crypto_kw_encrypt': /kisskb/src/crypto/keywrap.c:226:33: note: byref variable will be forcibly initialized 226 | struct scatter_walk src_walk, dst_walk; | ^~~~~~~~ /kisskb/src/crypto/keywrap.c:226:23: note: byref variable will be forcibly initialized 226 | struct scatter_walk src_walk, dst_walk; | ^~~~~~~~ /kisskb/src/crypto/keywrap.c:197:25: note: byref variable will be forcibly initialized 197 | struct crypto_kw_block block; | ^~~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_remove_space': /kisskb/src/fs/ext4/extents.c:2846:16: note: byref variable will be forcibly initialized 2846 | ext4_fsblk_t pblk; | ^~~~ /kisskb/src/fs/ext4/extents.c:2845:33: note: byref variable will be forcibly initialized 2845 | ext4_lblk_t ee_block, ex_end, lblk; | ^~~~ /kisskb/src/fs/ext4/extents.c:2816:25: note: byref variable will be forcibly initialized 2816 | struct partial_cluster partial; | ^~~~~~~ /kisskb/src/fs/ext4/extents.c:2815:24: note: byref variable will be forcibly initialized 2815 | struct ext4_ext_path *path = NULL; | ^~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_map_blocks': /kisskb/src/fs/ext4/extents.c:4182:15: note: byref variable will be forcibly initialized 4182 | ext4_lblk_t hole_start, hole_len; | ^~~~~~~~~~ /kisskb/src/fs/ext4/extents.c:4094:33: note: byref variable will be forcibly initialized 4094 | struct ext4_allocation_request ar; | ^~ /kisskb/src/fs/ext4/extents.c:4092:15: note: byref variable will be forcibly initialized 4092 | unsigned int allocated = 0, offset = 0; | ^~~~~~~~~ /kisskb/src/fs/ext4/extents.c:4091:6: note: byref variable will be forcibly initialized 4091 | int err = 0, depth, ret; | ^~~ /kisskb/src/fs/ext4/extents.c:4088:33: note: byref variable will be forcibly initialized 4088 | struct ext4_extent newex, *ex, ex2; | ^~~ /kisskb/src/fs/ext4/extents.c:4088:21: note: byref variable will be forcibly initialized 4088 | struct ext4_extent newex, *ex, ex2; | ^~~~~ /kisskb/src/fs/ext4/extents.c:4087:24: note: byref variable will be forcibly initialized 4087 | struct ext4_ext_path *path = NULL; | ^~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_convert_unwritten_extents': /kisskb/src/fs/ext4/extents.c:4784:25: note: byref variable will be forcibly initialized 4784 | struct ext4_map_blocks map; | ^~~ /kisskb/src/fs/exfat/dir.c: In function 'exfat_walk_fat_chain': /kisskb/src/fs/exfat/dir.c:633:15: note: byref variable will be forcibly initialized 633 | unsigned int cur_clu; | ^~~~~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_swap_extents': /kisskb/src/fs/ext4/extents.c:5597:24: note: byref variable will be forcibly initialized 5597 | struct ext4_ext_path *path2 = NULL; | ^~~~~ /kisskb/src/fs/ext4/extents.c:5596:24: note: byref variable will be forcibly initialized 5596 | struct ext4_ext_path *path1 = NULL; | ^~~~~ /kisskb/src/fs/exfat/dir.c: In function 'exfat_find_location': /kisskb/src/fs/exfat/dir.c:663:20: note: byref variable will be forcibly initialized 663 | unsigned int off, clu = 0; | ^~~ /kisskb/src/fs/exfat/dir.c: In function 'exfat_get_dentry': /kisskb/src/fs/exfat/dir.c:725:11: note: byref variable will be forcibly initialized 725 | sector_t sec; | ^~~ /kisskb/src/fs/exfat/dir.c:724:6: note: byref variable will be forcibly initialized 724 | int off; | ^~~ /kisskb/src/fs/exfat/dir.c: In function 'exfat_init_dir_entry': /kisskb/src/fs/exfat/dir.c:450:22: note: byref variable will be forcibly initialized 450 | struct buffer_head *bh; | ^~ /kisskb/src/fs/exfat/dir.c:448:11: note: byref variable will be forcibly initialized 448 | sector_t sector; | ^~~~~~ /kisskb/src/fs/exfat/dir.c:447:20: note: byref variable will be forcibly initialized 447 | struct timespec64 ts = current_time(inode); | ^~ /kisskb/src/fs/isofs/dir.c: In function 'do_isofs_readdir': /kisskb/src/fs/isofs/dir.c:88:44: note: byref variable will be forcibly initialized 88 | unsigned long block, offset, block_saved, offset_saved; | ^~~~~~~~~~~~ /kisskb/src/fs/isofs/dir.c:88:31: note: byref variable will be forcibly initialized 88 | unsigned long block, offset, block_saved, offset_saved; | ^~~~~~~~~~~ /kisskb/src/fs/exfat/dir.c: In function 'exfat_update_dir_chksum': /kisskb/src/fs/exfat/dir.c:502:28: note: byref variable will be forcibly initialized 502 | struct buffer_head *fbh, *bh; | ^~ /kisskb/src/fs/exfat/dir.c:502:22: note: byref variable will be forcibly initialized 502 | struct buffer_head *fbh, *bh; | ^~~ /kisskb/src/fs/exfat/dir.c:499:11: note: byref variable will be forcibly initialized 499 | sector_t sector; | ^~~~~~ /kisskb/src/fs/exfat/dir.c: In function 'exfat_init_ext_entry': /kisskb/src/fs/exfat/dir.c:537:22: note: byref variable will be forcibly initialized 537 | struct buffer_head *bh; | ^~ /kisskb/src/fs/exfat/dir.c:534:11: note: byref variable will be forcibly initialized 534 | sector_t sector; | ^~~~~~ /kisskb/src/fs/exfat/dir.c: In function 'exfat_remove_entries': /kisskb/src/fs/exfat/dir.c:579:22: note: byref variable will be forcibly initialized 579 | struct buffer_head *bh; | ^~ /kisskb/src/fs/exfat/dir.c:577:11: note: byref variable will be forcibly initialized 577 | sector_t sector; | ^~~~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_replay_update_ex': /kisskb/src/fs/ext4/extents.c:5856:38: note: byref variable will be forcibly initialized 5856 | struct ext4_ext_path *path = NULL, *ppath; | ^~~~~ /kisskb/src/fs/exfat/dir.c: In function 'exfat_get_dentry_set': /kisskb/src/fs/exfat/dir.c:833:34: note: byref variable will be forcibly initialized 833 | enum exfat_validate_dentry_mode mode = ES_MODE_STARTED; | ^~~~ /kisskb/src/fs/exfat/dir.c:827:33: note: byref variable will be forcibly initialized 827 | unsigned int off, byte_offset, clu = 0; | ^~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_replay_set_iblocks': /kisskb/src/fs/ext4/extents.c:5972:25: note: byref variable will be forcibly initialized 5972 | struct ext4_map_blocks map; | ^~~ /kisskb/src/fs/ext4/extents.c:5969:14: note: byref variable will be forcibly initialized 5969 | ext4_lblk_t cur = 0, end; | ^~~ /kisskb/src/fs/exfat/dir.c: In function 'exfat_readdir': /kisskb/src/fs/exfat/dir.c:75:22: note: byref variable will be forcibly initialized 75 | struct buffer_head *bh; | ^~ /kisskb/src/fs/exfat/dir.c:69:24: note: byref variable will be forcibly initialized 69 | struct exfat_uni_name uni_name; | ^~~~~~~~ /kisskb/src/fs/exfat/dir.c:68:26: note: byref variable will be forcibly initialized 68 | struct exfat_chain dir, clu; | ^~~ /kisskb/src/fs/exfat/dir.c:68:21: note: byref variable will be forcibly initialized 68 | struct exfat_chain dir, clu; | ^~~ /kisskb/src/fs/exfat/dir.c:67:11: note: byref variable will be forcibly initialized 67 | sector_t sector; | ^~~~~~ /kisskb/src/arch/powerpc/platforms/pseries/vio.c: In function 'vio_build_iommu_table': /kisskb/src/arch/powerpc/platforms/pseries/vio.c:1173:24: note: byref variable will be forcibly initialized 1173 | unsigned long offset, size; | ^~~~ /kisskb/src/arch/powerpc/platforms/pseries/vio.c:1173:16: note: byref variable will be forcibly initialized 1173 | unsigned long offset, size; | ^~~~~~ /kisskb/src/fs/ext4/extents.c: In function 'ext4_ext_clear_bb': /kisskb/src/fs/ext4/extents.c:6072:25: note: byref variable will be forcibly initialized 6072 | struct ext4_map_blocks map; | ^~~ /kisskb/src/fs/exfat/dir.c: In function 'exfat_iterate': /kisskb/src/fs/exfat/dir.c:225:9: note: byref variable will be forcibly initialized 225 | loff_t cpos, i_pos; | ^~~~ /kisskb/src/fs/exfat/dir.c:221:25: note: byref variable will be forcibly initialized 221 | struct exfat_dir_entry de; | ^~ /kisskb/src/fs/exfat/dir.c: In function 'exfat_find_dir_entry': /kisskb/src/fs/exfat/dir.c:1039:20: note: byref variable will be forcibly initialized 1039 | unsigned short entry_uniname[16], unichar; | ^~~~~~~~~~~~~ /kisskb/src/fs/exfat/dir.c:958:24: note: byref variable will be forcibly initialized 958 | struct buffer_head *bh; | ^~ /kisskb/src/fs/exfat/dir.c:937:25: note: byref variable will be forcibly initialized 937 | struct exfat_hint_femp candi_empty; | ^~~~~~~~~~~ /kisskb/src/fs/exfat/dir.c:935:21: note: byref variable will be forcibly initialized 935 | struct exfat_chain clu; | ^~~ /kisskb/src/fs/exfat/dir.c: In function 'exfat_count_ext_entries': /kisskb/src/fs/exfat/dir.c:1145:22: note: byref variable will be forcibly initialized 1145 | struct buffer_head *bh; | ^~ /kisskb/src/arch/powerpc/platforms/pseries/vio.c: In function 'vio_find_node': /kisskb/src/arch/powerpc/platforms/pseries/vio.c:1676:7: note: byref variable will be forcibly initialized 1676 | char kobj_name[20]; | ^~~~~~~~~ /kisskb/src/fs/exfat/dir.c: In function 'exfat_count_dir_entries': /kisskb/src/fs/exfat/dir.c:1170:22: note: byref variable will be forcibly initialized 1170 | struct buffer_head *bh; | ^~ /kisskb/src/fs/exfat/dir.c:1167:21: note: byref variable will be forcibly initialized 1167 | struct exfat_chain clu; | ^~~ /kisskb/src/drivers/gpio/gpiolib-sysfs.c: In function 'active_low_store': /kisskb/src/drivers/gpio/gpiolib-sysfs.c:344:9: note: byref variable will be forcibly initialized 344 | long value; | ^~~~~ /kisskb/src/drivers/gpio/gpiolib-sysfs.c: In function 'value_store': /kisskb/src/drivers/gpio/gpiolib-sysfs.c:131:9: note: byref variable will be forcibly initialized 131 | long value; | ^~~~~ /kisskb/src/drivers/gpio/gpiolib-sysfs.c: In function 'unexport_store': /kisskb/src/drivers/gpio/gpiolib-sysfs.c:505:9: note: byref variable will be forcibly initialized 505 | long gpio; | ^~~~ /kisskb/src/drivers/gpio/gpiolib-sysfs.c: In function 'export_store': /kisskb/src/drivers/gpio/gpiolib-sysfs.c:450:9: note: byref variable will be forcibly initialized 450 | long gpio; | ^~~~ /kisskb/src/crypto/nhpoly1305.c: In function 'nhpoly1305_units': /kisskb/src/crypto/nhpoly1305.c:106:11: note: byref variable will be forcibly initialized 106 | __le64 tmp_hash[NH_NUM_PASSES]; | ^~~~~~~~ /kisskb/src/crypto/adiantum.c: In function 'adiantum_hash_header': /kisskb/src/crypto/adiantum.c:231:24: note: byref variable will be forcibly initialized 231 | struct poly1305_state state; | ^~~~~ /kisskb/src/crypto/adiantum.c: In function 'adiantum_hash_message': /kisskb/src/crypto/adiantum.c:255:25: note: byref variable will be forcibly initialized 255 | struct sg_mapping_iter miter; | ^~~~~ /kisskb/src/crypto/adiantum.c: In function 'adiantum_finish': /kisskb/src/crypto/adiantum.c:288:8: note: byref variable will be forcibly initialized 288 | le128 digest; | ^~~~~~ /kisskb/src/crypto/adiantum.c: In function 'adiantum_crypt': /kisskb/src/crypto/adiantum.c:329:8: note: byref variable will be forcibly initialized 329 | le128 digest; | ^~~~~~ /kisskb/src/crypto/adiantum.c: In function 'adiantum_create': /kisskb/src/crypto/adiantum.c:494:6: note: byref variable will be forcibly initialized 494 | u32 mask; | ^~~~ /kisskb/src/fs/ext2/inode.c: In function '__ext2_write_inode': /kisskb/src/fs/ext2/inode.c:1542:23: note: byref variable will be forcibly initialized 1542 | struct buffer_head * bh; | ^~ /kisskb/src/fs/ext2/inode.c: In function 'ext2_find_shared': /kisskb/src/fs/ext2/inode.c:1054:9: note: byref variable will be forcibly initialized 1054 | int k, err; | ^~~ /kisskb/src/fs/ext2/inode.c: In function '__ext2_truncate_blocks': /kisskb/src/fs/ext2/inode.c:1190:9: note: byref variable will be forcibly initialized 1190 | __le32 nr = 0; | ^~ /kisskb/src/fs/ext2/inode.c:1188:11: note: byref variable will be forcibly initialized 1188 | Indirect chain[4]; | ^~~~~ /kisskb/src/fs/ext2/inode.c:1187:6: note: byref variable will be forcibly initialized 1187 | int offsets[4]; | ^~~~~~~ /kisskb/src/fs/ext2/inode.c: In function 'ext2_alloc_blocks': /kisskb/src/fs/ext2/inode.c:400:16: note: byref variable will be forcibly initialized 400 | unsigned long count = 0; | ^~~~~ /kisskb/src/fs/ext2/inode.c: In function 'ext2_alloc_branch': /kisskb/src/fs/ext2/inode.c:484:15: note: byref variable will be forcibly initialized 484 | ext2_fsblk_t new_blocks[4]; | ^~~~~~~~~~ /kisskb/src/fs/ext2/inode.c:481:6: note: byref variable will be forcibly initialized 481 | int err = 0; | ^~~ /kisskb/src/fs/ext2/inode.c: In function 'ext2_get_blocks': /kisskb/src/fs/ext2/inode.c:634:6: note: byref variable will be forcibly initialized 634 | int count = 0; | ^~~~~ /kisskb/src/fs/ext2/inode.c:631:6: note: byref variable will be forcibly initialized 631 | int blocks_to_boundary = 0; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext2/inode.c:627:11: note: byref variable will be forcibly initialized 627 | Indirect chain[4]; | ^~~~~ /kisskb/src/fs/ext2/inode.c:626:6: note: byref variable will be forcibly initialized 626 | int offsets[4]; | ^~~~~~~ /kisskb/src/fs/ext2/inode.c:625:6: note: byref variable will be forcibly initialized 625 | int err; | ^~~ /kisskb/src/fs/ext2/inode.c: In function 'ext2_get_block': /kisskb/src/fs/ext2/inode.c:784:6: note: byref variable will be forcibly initialized 784 | u32 bno; | ^~~ /kisskb/src/fs/ext2/inode.c:783:20: note: byref variable will be forcibly initialized 783 | bool new = false, boundary = false; | ^~~~~~~~ /kisskb/src/fs/ext2/inode.c:783:7: note: byref variable will be forcibly initialized 783 | bool new = false, boundary = false; | ^~~ /kisskb/src/fs/ext2/inode.c: In function 'ext2_iomap_begin': /kisskb/src/fs/ext2/inode.c:810:6: note: byref variable will be forcibly initialized 810 | u32 bno; | ^~~ /kisskb/src/fs/ext2/inode.c:809:20: note: byref variable will be forcibly initialized 809 | bool new = false, boundary = false; | ^~~~~~~~ /kisskb/src/fs/ext2/inode.c:809:7: note: byref variable will be forcibly initialized 809 | bool new = false, boundary = false; | ^~~ /kisskb/src/fs/ext2/inode.c: In function 'ext2_iget': /kisskb/src/fs/ext2/inode.c:1406:23: note: byref variable will be forcibly initialized 1406 | struct buffer_head * bh = NULL; | ^~ /kisskb/src/fs/fat/inode.c: In function 'fat_get_block_bmap': /kisskb/src/fs/fat/inode.c:302:16: note: byref variable will be forcibly initialized 302 | unsigned long mapped_blocks; | ^~~~~~~~~~~~~ /kisskb/src/fs/fat/inode.c:301:11: note: byref variable will be forcibly initialized 301 | sector_t bmap; | ^~~~ /kisskb/src/fs/fat/file.c: In function 'fat_ioctl_fitrim': /kisskb/src/fs/fat/file.c:129:22: note: byref variable will be forcibly initialized 129 | struct fstrim_range range; | ^~~~~ /kisskb/src/fs/fat/inode.c: In function 'fat_calc_dir_size': /kisskb/src/fs/fat/inode.c:483:18: note: byref variable will be forcibly initialized 483 | int ret, fclus, dclus; | ^~~~~ /kisskb/src/fs/fat/inode.c:483:11: note: byref variable will be forcibly initialized 483 | int ret, fclus, dclus; | ^~~~~ /kisskb/src/fs/fat/file.c: In function 'fat_free': /kisskb/src/fs/fat/file.c:343:19: note: byref variable will be forcibly initialized 343 | int ret, fclus, dclus; | ^~~~~ /kisskb/src/fs/fat/file.c:343:12: note: byref variable will be forcibly initialized 343 | int ret, fclus, dclus; | ^~~~~ /kisskb/src/fs/fat/file.c:342:20: note: byref variable will be forcibly initialized 342 | struct fat_entry fatent; | ^~~~~~ /kisskb/src/fs/fat/inode.c: In function 'is_exec': /kisskb/src/fs/fat/inode.c:472:16: note: byref variable will be forcibly initialized 472 | unsigned char exe_extensions[] = "EXECOMBAT", *walk; | ^~~~~~~~~~~~~~ /kisskb/src/fs/fat/inode.c: In function '__fat_write_inode': /kisskb/src/fs/fat/inode.c:889:10: note: byref variable will be forcibly initialized 889 | __le16 atime; | ^~~~~ /kisskb/src/fs/fat/file.c: In function 'fat_ioctl_set_attributes': /kisskb/src/fs/fat/file.c:41:15: note: byref variable will be forcibly initialized 41 | struct iattr ia; | ^~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/pagemap.h:11, from /kisskb/src/include/linux/buffer_head.h:14, from /kisskb/src/include/linux/jbd2.h:23, from /kisskb/src/fs/jbd2/revoke.c:85: /kisskb/src/fs/jbd2/revoke.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/fs/fat/inode.c: In function 'parse_options': /kisskb/src/fs/fat/inode.c:1132:6: note: byref variable will be forcibly initialized 1132 | int option; | ^~~~~~ /kisskb/src/fs/fat/inode.c:1131:14: note: byref variable will be forcibly initialized 1131 | substring_t args[MAX_OPT_ARGS]; | ^~~~ /kisskb/src/fs/fat/inode.c: In function 'fat_fill_super': /kisskb/src/fs/fat/inode.c:1613:20: note: byref variable will be forcibly initialized 1613 | struct timespec64 ts; | ^~ /kisskb/src/fs/fat/inode.c:1612:7: note: byref variable will be forcibly initialized 1612 | char buf[50]; | ^~~ /kisskb/src/fs/fat/inode.c:1610:6: note: byref variable will be forcibly initialized 1610 | int debug; | ^~~~~ /kisskb/src/fs/fat/inode.c:1606:30: note: byref variable will be forcibly initialized 1606 | struct fat_bios_param_block bpb; | ^~~ /kisskb/src/fs/fat/inode.c: In function 'fat_add_cluster': /kisskb/src/fs/fat/inode.c:106:11: note: byref variable will be forcibly initialized 106 | int err, cluster; | ^~~~~~~ /kisskb/src/fs/fat/inode.c: In function '__fat_get_block': /kisskb/src/fs/fat/inode.c:126:11: note: byref variable will be forcibly initialized 126 | sector_t phys, last_block; | ^~~~ /kisskb/src/fs/fat/inode.c:125:16: note: byref variable will be forcibly initialized 125 | unsigned long mapped_blocks; | ^~~~~~~~~~~~~ /kisskb/src/fs/jbd2/revoke.c: In function 'jbd2_journal_write_revoke_records': /kisskb/src/fs/jbd2/revoke.c:538:9: note: byref variable will be forcibly initialized 538 | int i, offset, count; | ^~~~~~ /kisskb/src/fs/jbd2/revoke.c:534:22: note: byref variable will be forcibly initialized 534 | struct buffer_head *descriptor; | ^~~~~~~~~~ /kisskb/src/fs/fat/inode.c: In function 'fat_get_block': /kisskb/src/fs/fat/inode.c:187:16: note: byref variable will be forcibly initialized 187 | unsigned long max_blocks = bh_result->b_size >> inode->i_blkbits; | ^~~~~~~~~~ /kisskb/src/fs/fat/misc.c: In function 'fat_time_unix2fat': /kisskb/src/fs/fat/misc.c:240:12: note: byref variable will be forcibly initialized 240 | struct tm tm; | ^~ /kisskb/src/fs/fat/misc.c: In function 'fat_truncate_time': /kisskb/src/fs/fat/misc.c:299:20: note: byref variable will be forcibly initialized 299 | struct timespec64 ts; | ^~ /kisskb/src/fs/fat/misc.c: In function 'fat_msg': /kisskb/src/fs/fat/misc.c:51:10: note: byref variable will be forcibly initialized 51 | va_list args; | ^~~~ /kisskb/src/fs/fat/misc.c:50:19: note: byref variable will be forcibly initialized 50 | struct va_format vaf; | ^~~ /kisskb/src/fs/fat/misc.c: In function '__fat_fs_error': /kisskb/src/fs/fat/misc.c:25:19: note: byref variable will be forcibly initialized 25 | struct va_format vaf; | ^~~ /kisskb/src/fs/fat/misc.c:24:10: note: byref variable will be forcibly initialized 24 | va_list args; | ^~~~ /kisskb/src/fs/fat/misc.c: In function 'fat_chain_add': /kisskb/src/fs/fat/misc.c:124:20: note: byref variable will be forcibly initialized 124 | struct fat_entry fatent; | ^~~~~~ /kisskb/src/fs/fat/misc.c:113:14: note: byref variable will be forcibly initialized 113 | int fclus, dclus; | ^~~~~ /kisskb/src/fs/fat/misc.c:113:7: note: byref variable will be forcibly initialized 113 | int fclus, dclus; | ^~~~~ /kisskb/src/arch/powerpc/platforms/pseries/vphn.c: In function 'vphn_unpack_associativity': /kisskb/src/arch/powerpc/platforms/pseries/vphn.c:27:9: note: byref variable will be forcibly initialized 27 | __be64 be_packed[VPHN_REGISTER_COUNT]; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/delayacct.h:60, from /kisskb/src/kernel/sched/sched.h:47, from /kisskb/src/kernel/sched/cpupri.c:25: /kisskb/src/kernel/sched/cpupri.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/delayacct.h:60, from /kisskb/src/kernel/sched/sched.h:47, from /kisskb/src/kernel/sched/cpudeadline.c:9: /kisskb/src/kernel/sched/cpudeadline.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/mm/kmemleak.c: In function 'dump_str_object_info': /kisskb/src/mm/kmemleak.c:1711:16: note: byref variable will be forcibly initialized 1711 | unsigned long addr; | ^~~~ /kisskb/src/mm/kmemleak.c: In function 'kmemleak_write': /kisskb/src/mm/kmemleak.c:1811:12: note: byref variable will be forcibly initialized 1811 | unsigned secs; | ^~~~ /kisskb/src/mm/kmemleak.c:1774:7: note: byref variable will be forcibly initialized 1774 | char buf[64]; | ^~~ /kisskb/src/mm/slub.c: In function 'slab_alloc_node': /kisskb/src/mm/slub.c:3145:21: note: byref variable will be forcibly initialized 3145 | struct obj_cgroup *objcg = NULL; | ^~~~~ /kisskb/src/mm/slub.c:3141:8: note: byref variable will be forcibly initialized 3141 | void *object; | ^~~~~~ /kisskb/src/mm/slub.c: In function 'slab_alloc': /kisskb/src/mm/slub.c:3141:8: note: byref variable will be forcibly initialized /kisskb/src/mm/slub.c:3145:21: note: byref variable will be forcibly initialized 3145 | struct obj_cgroup *objcg = NULL; | ^~~~~ /kisskb/src/mm/slub.c: In function 'kmem_cache_free_bulk': /kisskb/src/mm/slub.c:3643:6: note: byref variable will be forcibly initialized 3643 | void kmem_cache_free_bulk(struct kmem_cache *s, size_t size, void **p) | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/slub.c:3643:6: note: byref variable will be forcibly initialized /kisskb/src/mm/slub.c:3650:28: note: byref variable will be forcibly initialized 3650 | struct detached_freelist df; | ^~ /kisskb/src/mm/slub.c: In function 'get_freepointer_safe': /kisskb/src/mm/slub.c:363:8: note: byref variable will be forcibly initialized 363 | void *p; | ^ /kisskb/src/mm/slub.c: In function 'kmem_cache_alloc': /kisskb/src/mm/slub.c:3141:8: note: byref variable will be forcibly initialized 3141 | void *object; | ^~~~~~ /kisskb/src/mm/slub.c: In function 'kmem_cache_alloc_trace': /kisskb/src/mm/slub.c:3141:8: note: byref variable will be forcibly initialized /kisskb/src/mm/slub.c: In function 'kmem_cache_alloc_node': /kisskb/src/mm/slub.c:3141:8: note: byref variable will be forcibly initialized /kisskb/src/mm/slub.c: In function 'kmem_cache_alloc_node_trace': /kisskb/src/mm/slub.c:3141:8: note: byref variable will be forcibly initialized /kisskb/src/mm/slub.c: In function 'kmem_cache_free': /kisskb/src/mm/slub.c:3524:6: note: byref variable will be forcibly initialized 3524 | void kmem_cache_free(struct kmem_cache *s, void *x) | ^~~~~~~~~~~~~~~ /kisskb/src/mm/slub.c:3524:6: note: byref variable will be forcibly initialized /kisskb/src/mm/slub.c: In function '__kmalloc': /kisskb/src/mm/slub.c:3141:8: note: byref variable will be forcibly initialized 3141 | void *object; | ^~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, 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/include/linux/cgroup.h:26, from /kisskb/src/include/linux/memcontrol.h:13, from /kisskb/src/include/linux/swap.h:9, from /kisskb/src/mm/slub.c:14: /kisskb/src/mm/slub.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/mm/slub.c: In function '__kmalloc_node': /kisskb/src/mm/slub.c:3141:8: note: byref variable will be forcibly initialized 3141 | void *object; | ^~~~~~ /kisskb/src/mm/slub.c: In function '__kmalloc_track_caller': /kisskb/src/mm/slub.c:3141:8: note: byref variable will be forcibly initialized /kisskb/src/mm/slub.c: In function '__kmalloc_node_track_caller': /kisskb/src/mm/slub.c:3141:8: note: byref variable will be forcibly initialized /kisskb/src/mm/slub.c: In function 'kfree': /kisskb/src/mm/slub.c:4546:6: note: byref variable will be forcibly initialized 4546 | void kfree(const void *x) | ^~~~~ /kisskb/src/mm/slub.c:4546:6: note: byref variable will be forcibly initialized In file included from /kisskb/src/lib/crypto/des.c:23: /kisskb/src/lib/crypto/des.c: In function 'des3_ede_verify_key': /kisskb/src/include/crypto/internal/des.h:59:6: note: byref variable will be forcibly initialized 59 | u32 K[6]; | ^ /kisskb/src/mm/slub.c: In function 'remote_node_defrag_ratio_store': /kisskb/src/mm/slub.c:5637:15: note: byref variable will be forcibly initialized 5637 | unsigned int ratio; | ^~~~~ /kisskb/src/mm/slub.c: In function 'cpu_partial_store': /kisskb/src/mm/slub.c:5413:15: note: byref variable will be forcibly initialized 5413 | unsigned int objects; | ^~~~~~~ /kisskb/src/mm/slub.c: In function 'min_partial_store': /kisskb/src/mm/slub.c:5388:16: note: byref variable will be forcibly initialized 5388 | unsigned long min; | ^~~ /kisskb/src/crypto/camellia_generic.c: In function 'camellia_setup128': /kisskb/src/crypto/camellia_generic.c:542:6: note: byref variable will be forcibly initialized 542 | u32 subR[26]; | ^~~~ /kisskb/src/crypto/camellia_generic.c:541:6: note: byref variable will be forcibly initialized 541 | u32 subL[26]; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/migrate.h:111, from /kisskb/src/mm/migrate.c:57: /kisskb/src/mm/migrate.c: In function 'trace_event_raw_event_mm_migrate_pages': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/migrate.h:48:1: note: in expansion of macro 'TRACE_EVENT' 48 | TRACE_EVENT(mm_migrate_pages, | ^~~~~~~~~~~ /kisskb/src/mm/migrate.c: In function 'trace_event_raw_event_mm_migrate_pages_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/migrate.h:87:1: note: in expansion of macro 'TRACE_EVENT' 87 | TRACE_EVENT(mm_migrate_pages_start, | ^~~~~~~~~~~ /kisskb/src/crypto/camellia_generic.c: In function 'camellia_setup256': /kisskb/src/crypto/camellia_generic.c:649:6: note: byref variable will be forcibly initialized 649 | u32 subR[34]; | ^~~~ /kisskb/src/crypto/camellia_generic.c:648:6: note: byref variable will be forcibly initialized 648 | u32 subL[34]; | ^~~~ 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/slub.c:13: /kisskb/src/mm/slub.c: In function 'free_partial': /kisskb/src/mm/slub.c:4275:12: note: byref variable will be forcibly initialized 4275 | LIST_HEAD(discard); | ^~~~~~~ /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/slub.c: In function '__kmem_cache_do_shrink': /kisskb/src/mm/slub.c:4584:19: note: byref variable will be forcibly initialized 4584 | struct list_head promote[SHRINK_PROMOTE_MAX]; | ^~~~~~~ /kisskb/src/mm/slub.c:4583:19: note: byref variable will be forcibly initialized 4583 | struct list_head discard; | ^~~~~~~ /kisskb/src/crypto/camellia_generic.c: In function 'camellia_decrypt': /kisskb/src/crypto/camellia_generic.c:1017:6: note: byref variable will be forcibly initialized 1017 | u32 tmp[4]; | ^~~ /kisskb/src/crypto/camellia_generic.c: In function 'camellia_encrypt': /kisskb/src/crypto/camellia_generic.c:991:6: note: byref variable will be forcibly initialized 991 | u32 tmp[4]; | ^~~ /kisskb/src/crypto/camellia_generic.c: In function 'camellia_setup192': /kisskb/src/crypto/camellia_generic.c:795:24: note: byref variable will be forcibly initialized 795 | u32 krll, krlr, krrl, krrr; | ^~~~ /kisskb/src/crypto/camellia_generic.c:795:18: note: byref variable will be forcibly initialized 795 | u32 krll, krlr, krrl, krrr; | ^~~~ /kisskb/src/crypto/camellia_generic.c:795:12: note: byref variable will be forcibly initialized 795 | u32 krll, krlr, krrl, krrr; | ^~~~ /kisskb/src/crypto/camellia_generic.c:795:6: note: byref variable will be forcibly initialized 795 | u32 krll, krlr, krrl, krrr; | ^~~~ /kisskb/src/crypto/camellia_generic.c:794:16: note: byref variable will be forcibly initialized 794 | unsigned char kk[32]; | ^~ /kisskb/src/mm/slub.c: In function '___slab_alloc': /kisskb/src/mm/slub.c:2903:15: note: byref variable will be forcibly initialized 2903 | struct page *page; | ^~~~ /kisskb/src/crypto/chacha20poly1305.c: In function 'poly_verify_tag': /kisskb/src/crypto/chacha20poly1305.c:98:5: note: byref variable will be forcibly initialized 98 | u8 tag[sizeof(rctx->tag)]; | ^~~ /kisskb/src/drivers/gpio/gpio-mmio.c: In function 'bgpio_get_multiple_be': /kisskb/src/drivers/gpio/gpio-mmio.c:191:16: note: byref variable will be forcibly initialized 191 | unsigned long val; | ^~~ /kisskb/src/drivers/gpio/gpio-mmio.c: In function 'bgpio_set_multiple_single_reg': /kisskb/src/drivers/gpio/gpio-mmio.c:287:26: note: byref variable will be forcibly initialized 287 | unsigned long set_mask, clear_mask; | ^~~~~~~~~~ /kisskb/src/drivers/gpio/gpio-mmio.c:287:16: note: byref variable will be forcibly initialized 287 | unsigned long set_mask, clear_mask; | ^~~~~~~~ /kisskb/src/drivers/gpio/gpio-mmio.c: In function 'bgpio_set_multiple_with_clear': /kisskb/src/drivers/gpio/gpio-mmio.c:317:26: note: byref variable will be forcibly initialized 317 | unsigned long set_mask, clear_mask; | ^~~~~~~~~~ /kisskb/src/drivers/gpio/gpio-mmio.c:317:16: note: byref variable will be forcibly initialized 317 | unsigned long set_mask, clear_mask; | ^~~~~~~~ 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:717, 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:383:11: note: byref variable will be forcibly initialized 383 | 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/cleancache.c: In function 'cleancache_get_key': /kisskb/src/mm/cleancache.c:148:15: note: byref variable will be forcibly initialized 148 | int len = 0, maxlen = CLEANCACHE_KEY_MAX; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-mmio.c: In function 'bgpio_pdev_probe': /kisskb/src/drivers/gpio/gpio-mmio.c:734:16: note: byref variable will be forcibly initialized 734 | unsigned long flags = 0; | ^~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/arch/powerpc/include/asm/io.h:27, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/pinctrl/pinctrl-single.c:14: /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'array3_size': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:159:6: note: in expansion of macro 'check_mul_overflow' 159 | if (check_mul_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:159:6: note: in expansion of macro 'check_mul_overflow' 159 | if (check_mul_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:157:6: note: in expansion of macro 'check_mul_overflow' 157 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:157:6: note: in expansion of macro 'check_mul_overflow' 157 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:155:9: note: byref variable will be forcibly initialized 155 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/init.h:5, from /kisskb/src/drivers/pinctrl/pinctrl-single.c:12: /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/powerpc/include/asm/io.h:27, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/pinctrl/pinctrl-single.c:14: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/crypto/chacha20poly1305.c: In function 'chachapoly_create': /kisskb/src/crypto/chacha20poly1305.c:558:6: note: byref variable will be forcibly initialized 558 | u32 mask; | ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_pinconf_set': /kisskb/src/drivers/pinctrl/pinctrl-single.c:552:23: note: byref variable will be forcibly initialized 552 | struct pcs_function *func; | ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_pinconf_group_set': /kisskb/src/drivers/pinctrl/pinctrl-single.c:637:11: note: byref variable will be forcibly initialized 637 | unsigned npins; | ^~~~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c:636:18: note: byref variable will be forcibly initialized 636 | const unsigned *pins; | ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_pinconf_clear_bias': /kisskb/src/drivers/pinctrl/pinctrl-single.c:456:16: note: byref variable will be forcibly initialized 456 | unsigned long config; | ^~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_pinconf_get': /kisskb/src/drivers/pinctrl/pinctrl-single.c:487:23: note: byref variable will be forcibly initialized 487 | struct pcs_function *func; | ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_pinconf_group_get': /kisskb/src/drivers/pinctrl/pinctrl-single.c:615:11: note: byref variable will be forcibly initialized 615 | unsigned npins, old = 0; | ^~~~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c:614:18: note: byref variable will be forcibly initialized 614 | const unsigned *pins; | ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_pinconf_bias_disable': /kisskb/src/drivers/pinctrl/pinctrl-single.c:470:16: note: byref variable will be forcibly initialized 470 | unsigned long config; | ^~~~~~ /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:1120:23: note: byref variable will be forcibly initialized 1120 | struct pcs_function *function = NULL; | ^~~~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_add_conf2': /kisskb/src/drivers/pinctrl/pinctrl-single.c:871:11: note: byref variable will be forcibly initialized 871 | unsigned value[2], shift; | ^~~~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_add_conf4': /kisskb/src/drivers/pinctrl/pinctrl-single.c:890:11: note: byref variable will be forcibly initialized 890 | unsigned value[4]; | ^~~~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_parse_pinconf': /kisskb/src/drivers/pinctrl/pinctrl-single.c:919:24: note: byref variable will be forcibly initialized 919 | struct pcs_conf_vals *conf = NULL; | ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c:918:35: note: byref variable will be forcibly initialized 918 | unsigned long *settings = NULL, *s = NULL; | ^ /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:1005:23: note: byref variable will be forcibly initialized 1005 | struct pcs_function *function = NULL; | ^~~~~~~~ /kisskb/src/mm/migrate.c: In function 'do_pages_stat': /kisskb/src/mm/migrate.c:1923:6: note: byref variable will be forcibly initialized 1923 | int chunk_status[DO_PAGES_STAT_CHUNK_NR]; | ^~~~~~~~~~~~ /kisskb/src/mm/migrate.c:1922:21: note: byref variable will be forcibly initialized 1922 | const void __user *chunk_pages[DO_PAGES_STAT_CHUNK_NR]; | ^~~~~~~~~~~ /kisskb/src/drivers/pinctrl/pinctrl-single.c: In function 'pcs_quirk_missing_pinctrl_cells': /kisskb/src/drivers/pinctrl/pinctrl-single.c:1744:6: note: byref variable will be forcibly initialized 1744 | u32 val; | ^~~ /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; | ^~~~~~~~ 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:717, from /kisskb/src/include/linux/migrate.h:5, from /kisskb/src/mm/migrate.c:16: /kisskb/src/mm/migrate.c: In function 'migrate_huge_page_move_mapping': /kisskb/src/mm/migrate.c:506:11: note: byref variable will be forcibly initialized 506 | 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) | ^~~~ 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:1452:12: note: byref variable will be forcibly initialized 1452 | 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:1449:15: note: byref variable will be forcibly initialized 1449 | struct page *page2; | ^~~~~ 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 'do_pages_move': /kisskb/src/mm/migrate.c:1781:12: note: byref variable will be forcibly initialized 1781 | 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:2012:13: note: byref variable will be forcibly initialized 2012 | nodemask_t task_nodes; | ^~~~~~~~~~ /kisskb/src/kernel/dma/mapping.c: In function 'dma_alloc_attrs': /kisskb/src/kernel/dma/mapping.c:492:8: note: byref variable will be forcibly initialized 492 | void *cpu_addr; | ^~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/page_isolation.h:39, from /kisskb/src/mm/page_isolation.c:16: /kisskb/src/mm/page_isolation.c: In function 'trace_event_raw_event_test_pages_isolated': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/page_isolation.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(test_pages_isolated, | ^~~~~~~~~~~ /kisskb/src/fs/fat/nfs.c: In function 'fat_rebuild_parent': /kisskb/src/fs/fat/nfs.c:220:23: note: byref variable will be forcibly initialized 220 | struct fat_slot_info sinfo; | ^~~~~ /kisskb/src/fs/fat/nfs.c: In function 'fat_get_parent': /kisskb/src/fs/fat/nfs.c:266:26: note: byref variable will be forcibly initialized 266 | struct msdos_dir_entry *de; | ^~ /kisskb/src/fs/fat/nfs.c:265:22: note: byref variable will be forcibly initialized 265 | struct buffer_head *bh = NULL; | ^~ /kisskb/src/arch/powerpc/platforms/pseries/suspend.c: In function 'pseries_suspend_begin': /kisskb/src/arch/powerpc/platforms/pseries/suspend.c:30:16: note: byref variable will be forcibly initialized 30 | unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; | ^~~~~~ In file included from /kisskb/src/fs/fat/namei_vfat.c:21: /kisskb/src/fs/fat/namei_vfat.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/fs/fat/namei_vfat.c: In function 'xlate_to_uni': /kisskb/src/fs/fat/namei_vfat.c:534:8: note: byref variable will be forcibly initialized 534 | u8 uc[2]; | ^~ /kisskb/src/crypto/cast6_generic.c: In function '__cast6_setkey': /kisskb/src/crypto/cast6_generic.c:110:9: note: byref variable will be forcibly initialized 110 | __be32 p_key[8]; /* padded key */ | ^~~~~ /kisskb/src/crypto/cast6_generic.c:109:6: note: byref variable will be forcibly initialized 109 | u32 key[8]; | ^~~ /kisskb/src/fs/fat/namei_vfat.c: In function 'vfat_find_form': /kisskb/src/fs/fat/namei_vfat.c:238:23: note: byref variable will be forcibly initialized 238 | struct fat_slot_info sinfo; | ^~~~~ /kisskb/src/fs/fat/namei_vfat.c: In function 'vfat_create_shortname': /kisskb/src/fs/fat/namei_vfat.c:338:35: note: byref variable will be forcibly initialized 338 | struct shortname_info base_info, ext_info; | ^~~~~~~~ /kisskb/src/fs/fat/namei_vfat.c:338:24: note: byref variable will be forcibly initialized 338 | struct shortname_info base_info, ext_info; | ^~~~~~~~~ /kisskb/src/fs/fat/namei_vfat.c:334:16: note: byref variable will be forcibly initialized 334 | unsigned char charbuf[NLS_MAX_CHARSET_SIZE]; | ^~~~~~~ /kisskb/src/fs/fat/namei_vfat.c:333:33: note: byref variable will be forcibly initialized 333 | unsigned char base[9], ext[4], buf[5], *p; | ^~~ /kisskb/src/fs/fat/namei_vfat.c:333:25: note: byref variable will be forcibly initialized 333 | unsigned char base[9], ext[4], buf[5], *p; | ^~~ /kisskb/src/fs/fat/namei_vfat.c:333:16: note: byref variable will be forcibly initialized 333 | unsigned char base[9], ext[4], buf[5], *p; | ^~~~ /kisskb/src/crypto/cast6_generic.c: In function '__cast6_encrypt': /kisskb/src/crypto/cast6_generic.c:175:6: note: byref variable will be forcibly initialized 175 | u32 block[4]; | ^~~~~ /kisskb/src/crypto/cast6_generic.c: In function '__cast6_decrypt': /kisskb/src/crypto/cast6_generic.c:212:6: note: byref variable will be forcibly initialized 212 | u32 block[4]; | ^~~~~ /kisskb/src/fs/fat/namei_vfat.c: In function 'vfat_build_slots': /kisskb/src/fs/fat/namei_vfat.c:593:17: note: byref variable will be forcibly initialized 593 | int err, ulen, usize, i; | ^~~~~ /kisskb/src/fs/fat/namei_vfat.c:593:11: note: byref variable will be forcibly initialized 593 | int err, ulen, usize, i; | ^~~~ /kisskb/src/fs/fat/namei_vfat.c:592:5: note: byref variable will be forcibly initialized 592 | u8 time_cs; | ^~~~~~~ /kisskb/src/fs/fat/namei_vfat.c:591:15: note: byref variable will be forcibly initialized 591 | __le16 time, date; | ^~~~ /kisskb/src/fs/fat/namei_vfat.c:591:9: note: byref variable will be forcibly initialized 591 | __le16 time, date; | ^~~~ /kisskb/src/fs/fat/namei_vfat.c:589:16: note: byref variable will be forcibly initialized 589 | unsigned char msdos_name[MSDOS_NAME]; | ^~~~~~~~~~ /kisskb/src/fs/fat/namei_vfat.c:588:23: note: byref variable will be forcibly initialized 588 | unsigned char cksum, lcase; | ^~~~~ /kisskb/src/fs/fat/namei_vfat.c: In function 'vfat_add_entry': /kisskb/src/fs/fat/namei_vfat.c:662:11: note: byref variable will be forcibly initialized 662 | int err, nr_slots; | ^~~~~~~~ /kisskb/src/fs/fat/namei_vfat.c: In function 'vfat_rename': /kisskb/src/fs/fat/namei_vfat.c:904:20: note: byref variable will be forcibly initialized 904 | struct timespec64 ts; | ^~ /kisskb/src/fs/fat/namei_vfat.c:903:34: note: byref variable will be forcibly initialized 903 | struct fat_slot_info old_sinfo, sinfo; | ^~~~~ /kisskb/src/fs/fat/namei_vfat.c:903:23: note: byref variable will be forcibly initialized 903 | struct fat_slot_info old_sinfo, sinfo; | ^~~~~~~~~ /kisskb/src/fs/fat/namei_vfat.c:901:26: note: byref variable will be forcibly initialized 901 | struct msdos_dir_entry *dotdot_de; | ^~~~~~~~~ /kisskb/src/fs/fat/namei_vfat.c:900:22: note: byref variable will be forcibly initialized 900 | struct buffer_head *dotdot_bh; | ^~~~~~~~~ /kisskb/src/fs/fat/namei_vfat.c: In function 'vfat_rmdir': /kisskb/src/fs/fat/namei_vfat.c:796:23: note: byref variable will be forcibly initialized 796 | struct fat_slot_info sinfo; | ^~~~~ /kisskb/src/fs/fat/namei_vfat.c: In function 'vfat_unlink': /kisskb/src/fs/fat/namei_vfat.c:827:23: note: byref variable will be forcibly initialized 827 | struct fat_slot_info sinfo; | ^~~~~ /kisskb/src/fs/fat/namei_vfat.c: In function 'vfat_mkdir': /kisskb/src/fs/fat/namei_vfat.c:855:20: note: byref variable will be forcibly initialized 855 | struct timespec64 ts; | ^~ /kisskb/src/fs/fat/namei_vfat.c:854:23: note: byref variable will be forcibly initialized 854 | struct fat_slot_info sinfo; | ^~~~~ /kisskb/src/fs/fat/namei_vfat.c: In function 'vfat_create': /kisskb/src/fs/fat/namei_vfat.c:765:20: note: byref variable will be forcibly initialized 765 | struct timespec64 ts; | ^~ /kisskb/src/fs/fat/namei_vfat.c:764:23: note: byref variable will be forcibly initialized 764 | struct fat_slot_info sinfo; | ^~~~~ /kisskb/src/fs/fat/namei_vfat.c: In function 'vfat_lookup': /kisskb/src/fs/fat/namei_vfat.c:705:23: note: byref variable will be forcibly initialized 705 | struct fat_slot_info sinfo; | ^~~~~ /kisskb/src/fs/exfat/super.c: In function 'exfat_read_root': /kisskb/src/fs/exfat/super.c:336:19: note: byref variable will be forcibly initialized 336 | int num_subdirs, num_clu = 0; | ^~~~~~~ /kisskb/src/fs/exfat/super.c:335:21: note: byref variable will be forcibly initialized 335 | struct exfat_chain cdir; | ^~~~ /kisskb/src/fs/exfat/super.c: In function 'exfat_parse_param': /kisskb/src/fs/exfat/super.c:261:25: note: byref variable will be forcibly initialized 261 | struct fs_parse_result result; | ^~~~~~ /kisskb/src/fs/isofs/rock.c: In function 'parse_rock_ridge_inode_internal': /kisskb/src/fs/isofs/rock.c:318:20: note: byref variable will be forcibly initialized 318 | struct rock_state rs; | ^~ /kisskb/src/fs/isofs/rock.c: In function 'rock_ridge_symlink_readpage': /kisskb/src/fs/isofs/rock.c:707:20: note: byref variable will be forcibly initialized 707 | struct rock_state rs; | ^~ /kisskb/src/fs/isofs/rock.c: In function 'get_rock_ridge_filename': /kisskb/src/fs/isofs/rock.c:201:20: note: byref variable will be forcibly initialized 201 | struct rock_state rs; | ^~ /kisskb/src/arch/powerpc/kernel/isa-bridge.c: In function 'pci_process_ISA_OF_ranges': /kisskb/src/arch/powerpc/kernel/isa-bridge.c:83:6: note: byref variable will be forcibly initialized 83 | int rlen = 0; | ^~~~ /kisskb/src/arch/powerpc/kernel/isa-bridge.c: In function 'isa_bridge_init_non_pci': /kisskb/src/arch/powerpc/kernel/isa-bridge.c:191:10: note: byref variable will be forcibly initialized 191 | u32 na, ns, pna; | ^~ /kisskb/src/arch/powerpc/kernel/isa-bridge.c:191:6: note: byref variable will be forcibly initialized 191 | u32 na, ns, pna; | ^~ /kisskb/src/arch/powerpc/kernel/isa-bridge.c:190:6: note: byref variable will be forcibly initialized 190 | int rlen, i, rs; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/jbd2.h:501, from /kisskb/src/fs/jbd2/journal.c:46: /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_checkpoint': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:14:1: note: in expansion of macro 'TRACE_EVENT' 14 | TRACE_EVENT(jbd2_checkpoint, | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_commit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/jbd2.h:34:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 34 | DECLARE_EVENT_CLASS(jbd2_commit, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_end_commit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:92:1: note: in expansion of macro 'TRACE_EVENT' 92 | TRACE_EVENT(jbd2_end_commit, | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_submit_inode_data': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:116:1: note: in expansion of macro 'TRACE_EVENT' 116 | TRACE_EVENT(jbd2_submit_inode_data, | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_handle_start_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/jbd2.h:136:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 136 | DECLARE_EVENT_CLASS(jbd2_handle_start_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_handle_extend': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:178:1: note: in expansion of macro 'TRACE_EVENT' 178 | TRACE_EVENT(jbd2_handle_extend, | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_handle_stats': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:210:1: note: in expansion of macro 'TRACE_EVENT' 210 | TRACE_EVENT(jbd2_handle_stats, | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_run_stats': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:248:1: note: in expansion of macro 'TRACE_EVENT' 248 | TRACE_EVENT(jbd2_run_stats, | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_checkpoint_stats': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:296:1: note: in expansion of macro 'TRACE_EVENT' 296 | TRACE_EVENT(jbd2_checkpoint_stats, | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_update_log_tail': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:327:1: note: in expansion of macro 'TRACE_EVENT' 327 | TRACE_EVENT(jbd2_update_log_tail, | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_write_superblock': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:356:1: note: in expansion of macro 'TRACE_EVENT' 356 | TRACE_EVENT(jbd2_write_superblock, | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_lock_buffer_stall': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:376:1: note: in expansion of macro 'TRACE_EVENT' 376 | TRACE_EVENT(jbd2_lock_buffer_stall, | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_journal_shrink': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/jbd2.h:397:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 397 | DECLARE_EVENT_CLASS(jbd2_journal_shrink, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_shrink_scan_exit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:435:1: note: in expansion of macro 'TRACE_EVENT' 435 | TRACE_EVENT(jbd2_shrink_scan_exit, | ^~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'trace_event_raw_event_jbd2_shrink_checkpoint_list': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/jbd2.h:462:1: note: in expansion of macro 'TRACE_EVENT' 462 | TRACE_EVENT(jbd2_shrink_checkpoint_list, | ^~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/pci_of_scan.c: In function 'get_int_prop': /kisskb/src/arch/powerpc/kernel/pci_of_scan.c:25:6: note: byref variable will be forcibly initialized 25 | int len; | ^~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/include/linux/ioport.h:13, from /kisskb/src/include/linux/acpi.h:12, from /kisskb/src/drivers/gpio/gpio-dwapb.c:7: /kisskb/src/drivers/gpio/gpio-dwapb.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/drivers/gpio/gpio-dwapb.c:7: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/arch/powerpc/kernel/pci_of_scan.c: In function 'of_pci_parse_addrs': /kisskb/src/arch/powerpc/kernel/pci_of_scan.c:125:6: note: byref variable will be forcibly initialized 125 | int proplen; | ^~~~~~~ /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/fs/jbd2/journal.c: In function '__jbd2_debug': /kisskb/src/fs/jbd2/journal.c:108:10: note: byref variable will be forcibly initialized 108 | va_list args; | ^~~~ /kisskb/src/fs/jbd2/journal.c:107:19: note: byref variable will be forcibly initialized 107 | struct va_format vaf; | ^~~ /kisskb/src/arch/powerpc/kernel/pci_of_scan.c: In function 'of_scan_pci_dev': /kisskb/src/arch/powerpc/kernel/pci_of_scan.c:353:6: note: byref variable will be forcibly initialized 353 | int reglen, devfn; | ^~~~~~ In file included from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/drivers/gpio/gpio-dwapb.c:7: /kisskb/src/drivers/gpio/gpio-dwapb.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized 427 | unsigned int irq; | ^~~ /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/arch/powerpc/kernel/pci_of_scan.c:256:6: note: byref variable will be forcibly initialized 256 | int len, i, mode; | ^~~ /kisskb/src/drivers/gpio/gpio-dwapb.c: In function 'dwapb_do_irq': /kisskb/src/drivers/gpio/gpio-dwapb.c:206:16: note: byref variable will be forcibly initialized 206 | unsigned long irq_status; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/fs/jbd2/journal.c:22: /kisskb/src/fs/jbd2/journal.c: In function 'jbd2_log_wait_commit': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c:712:3: note: in expansion of macro 'wait_event' 712 | wait_event(journal->j_wait_done_commit, | ^~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'journal_kill_thread': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c:297:3: note: in expansion of macro 'wait_event' 297 | wait_event(journal->j_wait_done_commit, journal->j_task == NULL); | ^~~~~~~~~~ /kisskb/src/lib/crypto/sha256.c: In function 'sha256_update': /kisskb/src/lib/crypto/sha256.c:126:6: note: byref variable will be forcibly initialized 126 | u32 W[64]; | ^ /kisskb/src/fs/jbd2/journal.c: In function 'jbd2_fc_begin_commit': /kisskb/src/fs/jbd2/journal.c:749:15: note: byref variable will be forcibly initialized 749 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/fs/jbd2/journal.c:749:3: note: in expansion of macro 'DEFINE_WAIT' 749 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ /kisskb/src/lib/crypto/sha256.c: In function '__sha256_final': /kisskb/src/lib/crypto/sha256.c:163:9: note: byref variable will be forcibly initialized 163 | __be64 bits; | ^~~~ /kisskb/src/lib/crypto/sha256.c: In function 'sha256': /kisskb/src/lib/crypto/sha256.c:201:22: note: byref variable will be forcibly initialized 201 | struct sha256_state sctx; | ^~~~ In file included from /kisskb/src/fs/jbd2/journal.c:25: /kisskb/src/fs/jbd2/journal.c: In function 'jbd2_chksum': /kisskb/src/include/linux/jbd2.h:1788:4: note: byref variable will be forcibly initialized 1788 | } desc; | ^~~~ /kisskb/src/crypto/anubis.c: In function 'anubis_crypt': /kisskb/src/crypto/anubis.c:579:6: note: byref variable will be forcibly initialized 579 | u32 inter[4]; | ^~~~~ /kisskb/src/crypto/anubis.c:578:6: note: byref variable will be forcibly initialized 578 | u32 state[4]; | ^~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'jbd2_journal_shrink_scan': /kisskb/src/fs/jbd2/journal.c:1296:16: note: byref variable will be forcibly initialized 1296 | unsigned long nr_to_scan = sc->nr_to_scan; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/pagemap.h:11, from /kisskb/src/include/linux/buffer_head.h:14, from /kisskb/src/include/linux/jbd2.h:23, from /kisskb/src/fs/jbd2/journal.c:25: /kisskb/src/fs/jbd2/journal.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'jbd2_journal_init_inode': /kisskb/src/fs/jbd2/journal.c:1480:11: note: byref variable will be forcibly initialized 1480 | sector_t blocknr; | ^~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'journal_get_superblock': /kisskb/src/fs/jbd2/journal.c:1890:22: note: byref variable will be forcibly initialized 1890 | struct buffer_head *bh; | ^~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/fs/jbd2/journal.c:22: /kisskb/src/fs/jbd2/journal.c: In function 'jbd2_journal_start_thread': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c:285:2: note: in expansion of macro 'wait_event' 285 | wait_event(journal->j_wait_done_commit, journal->j_task != NULL); | ^~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'kjournald2': /kisskb/src/fs/jbd2/journal.c:234:15: note: byref variable will be forcibly initialized 234 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/fs/jbd2/journal.c:234:3: note: in expansion of macro 'DEFINE_WAIT' 234 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/jbd2/journal.c:24: /kisskb/src/fs/jbd2/journal.c: In function 'jbd2_journal_release_jbd_inode': /kisskb/src/fs/jbd2/journal.c:3055:19: note: byref variable will be forcibly initialized 3055 | DEFINE_WAIT_BIT(wait, &jinode->i_flags, __JI_COMMIT_RUNNING); | ^~~~ /kisskb/src/include/linux/wait_bit.h:39:30: note: in definition of macro 'DEFINE_WAIT_BIT' 39 | struct wait_bit_queue_entry name = { \ | ^~~~ /kisskb/src/crypto/chacha_generic.c: In function 'chacha_stream_xor': /kisskb/src/crypto/chacha_generic.c:19:6: note: byref variable will be forcibly initialized 19 | u32 state[16]; | ^~~~~ /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:54:5: note: byref variable will be forcibly initialized 54 | u8 real_iv[16]; | ^~~~~~~ /kisskb/src/crypto/chacha_generic.c:53:6: note: byref variable will be forcibly initialized 53 | u32 state[16]; | ^~~~~ /kisskb/src/crypto/chacha_generic.c:52:20: note: byref variable will be forcibly initialized 52 | struct chacha_ctx subctx; | ^~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'jbd2_journal_bmap': /kisskb/src/fs/jbd2/journal.c:968:11: note: byref variable will be forcibly initialized 968 | sector_t block = 0; | ^~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'jbd2_fc_get_buf': /kisskb/src/fs/jbd2/journal.c:873:21: note: byref variable will be forcibly initialized 873 | unsigned long long pblock; | ^~~~~~ /kisskb/src/fs/jbd2/journal.c: In function '__jbd2_journal_erase': /kisskb/src/fs/jbd2/journal.c:1757:21: note: byref variable will be forcibly initialized 1757 | unsigned long long phys_block, block_start, block_stop; /* physical */ | ^~~~~~~~~~ /kisskb/src/fs/jbd2/journal.c: In function 'jbd2_journal_get_descriptor_buffer': /kisskb/src/fs/jbd2/journal.c:1005:21: note: byref variable will be forcibly initialized 1005 | unsigned long long blocknr; | ^~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/cma.h:113, from /kisskb/src/mm/cma.c:34: /kisskb/src/mm/cma.c: In function 'trace_event_raw_event_cma_alloc_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/cma.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 11 | DECLARE_EVENT_CLASS(cma_alloc_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cma.h:11:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 11 | DECLARE_EVENT_CLASS(cma_alloc_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/cma.c: In function 'trace_event_raw_event_cma_release': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cma.h:42:1: note: in expansion of macro 'TRACE_EVENT' 42 | TRACE_EVENT(cma_release, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cma.h:42:1: note: in expansion of macro 'TRACE_EVENT' 42 | TRACE_EVENT(cma_release, | ^~~~~~~~~~~ /kisskb/src/mm/cma.c: In function 'trace_event_raw_event_cma_alloc_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cma.h:70:1: note: in expansion of macro 'TRACE_EVENT' 70 | TRACE_EVENT(cma_alloc_start, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cma.h:70:1: note: in expansion of macro 'TRACE_EVENT' 70 | TRACE_EVENT(cma_alloc_start, | ^~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/pci-common.c: In function 'get_phb_number': /kisskb/src/arch/powerpc/kernel/pci-common.c:78:6: note: byref variable will be forcibly initialized 78 | u64 prop; | ^~~~ /kisskb/src/arch/powerpc/kernel/pci-common.c:77:6: note: byref variable will be forcibly initialized 77 | u32 prop_32; | ^~~~~~~ /kisskb/src/mm/cma.c: In function 'cma_declare_contiguous_nid': /kisskb/src/mm/cma.c:241:14: note: byref variable will be forcibly initialized 241 | phys_addr_t highmem_start; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpio-logicvc.c: In function 'logicvc_gpio_set': /kisskb/src/drivers/gpio/gpio-logicvc.c:68:20: note: byref variable will be forcibly initialized 68 | unsigned int reg, bit; | ^~~ /kisskb/src/drivers/gpio/gpio-logicvc.c:68:15: note: byref variable will be forcibly initialized 68 | unsigned int reg, bit; | ^~~ /kisskb/src/drivers/gpio/gpio-logicvc.c: In function 'logicvc_gpio_get': /kisskb/src/drivers/gpio/gpio-logicvc.c:53:25: note: byref variable will be forcibly initialized 53 | unsigned int reg, bit, value; | ^~~~~ /kisskb/src/drivers/gpio/gpio-logicvc.c:53:20: note: byref variable will be forcibly initialized 53 | unsigned int reg, bit, value; | ^~~ /kisskb/src/drivers/gpio/gpio-logicvc.c:53:15: note: byref variable will be forcibly initialized 53 | unsigned int reg, bit, value; | ^~~ /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/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:921:6: note: byref variable will be forcibly initialized 921 | u16 command; | ^~~~~~~ /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_read_irq_line': /kisskb/src/arch/powerpc/kernel/pci-common.c:426:12: note: byref variable will be forcibly initialized 426 | u8 line, pin; | ^~~ /kisskb/src/arch/powerpc/kernel/pci-common.c:426:6: note: byref variable will be forcibly initialized 426 | u8 line, pin; | ^~~~ /kisskb/src/arch/powerpc/kernel/pci-common.c: In function 'pcibios_allocate_resources': /kisskb/src/arch/powerpc/kernel/pci-common.c:1327:8: note: byref variable will be forcibly initialized 1327 | u32 reg; | ^~~ /kisskb/src/arch/powerpc/kernel/pci-common.c:1297:6: note: byref variable will be forcibly initialized 1297 | u16 command; | ^~~~~~~ /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) | ^~~~ In file included from /kisskb/src/include/linux/delayacct.h:60, from /kisskb/src/kernel/sched/sched.h:47, from /kisskb/src/kernel/sched/topology.c:5: /kisskb/src/kernel/sched/topology.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /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/crypto/deflate.c: In function '__deflate_decompress': /kisskb/src/crypto/deflate.c:246:6: note: byref variable will be forcibly initialized 246 | u8 zerostuff = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpio/gpio-lp3943.c: In function 'lp3943_get_gpio_in_status': /kisskb/src/drivers/gpio/gpio-lp3943.c:87:11: note: byref variable will be forcibly initialized 87 | u8 addr, read; | ^~~~ /kisskb/src/drivers/gpio/gpio-lp3943.c: In function 'lp3943_get_gpio_out_status': /kisskb/src/drivers/gpio/gpio-lp3943.c:114:5: note: byref variable will be forcibly initialized 114 | u8 read; | ^~~~ /kisskb/src/kernel/dma/direct.c: In function '__dma_direct_alloc_pages': /kisskb/src/kernel/dma/direct.c:92:6: note: byref variable will be forcibly initialized 92 | u64 phys_limit; | ^~~~~~~~~~ In file included from /kisskb/src/kernel/dma/direct.c:15: /kisskb/src/kernel/dma/direct.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'param_set_first_fqs_jiffies': /kisskb/src/kernel/rcu/tree.c:516:8: note: byref variable will be forcibly initialized 516 | ulong j; | ^ /kisskb/src/kernel/rcu/tree.c: In function 'param_set_next_fqs_jiffies': /kisskb/src/kernel/rcu/tree.c:528:8: note: byref variable will be forcibly initialized 528 | ulong j; | ^ /kisskb/src/kernel/dma/direct.c: In function 'dma_direct_map_resource': /kisskb/src/kernel/dma/direct.c:460:13: note: byref variable will be forcibly initialized 460 | dma_addr_t dma_addr = paddr; | ^~~~~~~~ /kisskb/src/kernel/dma/direct.c: In function 'dma_direct_mmap': /kisskb/src/kernel/dma/direct.c:499:6: note: byref variable will be forcibly initialized 499 | int ret = -ENXIO; | ^~~ /kisskb/src/fs/unicode/utf8-core.c: In function 'utf8_strncmp': /kisskb/src/fs/unicode/utf8-core.c:27:26: note: byref variable will be forcibly initialized 27 | struct utf8cursor cur1, cur2; | ^~~~ /kisskb/src/fs/unicode/utf8-core.c:27:20: note: byref variable will be forcibly initialized 27 | struct utf8cursor cur1, cur2; | ^~~~ In file included from /kisskb/src/kernel/rcu/tree.c:4739: /kisskb/src/kernel/rcu/tree.c: In function 'print_cpu_stall_info': /kisskb/src/kernel/rcu/tree_stall.h:417:7: note: byref variable will be forcibly initialized 417 | char fast_no_hz[72]; | ^~~~~~~~~~ /kisskb/src/fs/unicode/utf8-core.c: In function 'utf8_normalize': /kisskb/src/fs/unicode/utf8-core.c:153:20: note: byref variable will be forcibly initialized 153 | struct utf8cursor cur; | ^~~ /kisskb/src/fs/unicode/utf8-core.c: In function 'utf8_strncasecmp': /kisskb/src/fs/unicode/utf8-core.c:54:26: note: byref variable will be forcibly initialized 54 | struct utf8cursor cur1, cur2; | ^~~~ /kisskb/src/fs/unicode/utf8-core.c:54:20: note: byref variable will be forcibly initialized 54 | struct utf8cursor cur1, cur2; | ^~~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_check_gp_kthread_starvation': /kisskb/src/kernel/rcu/tree_stall.h:461:16: note: byref variable will be forcibly initialized 461 | unsigned long j; | ^ /kisskb/src/fs/unicode/utf8-core.c: In function 'utf8_strncasecmp_folded': /kisskb/src/fs/unicode/utf8-core.c:85:20: note: byref variable will be forcibly initialized 85 | struct utf8cursor cur1; | ^~~~ /kisskb/src/fs/unicode/utf8-core.c: In function 'utf8_casefold': /kisskb/src/fs/unicode/utf8-core.c:109:20: note: byref variable will be forcibly initialized 109 | struct utf8cursor cur; | ^~~ /kisskb/src/fs/unicode/utf8-core.c: In function 'utf8_casefold_hash': /kisskb/src/fs/unicode/utf8-core.c:132:20: note: byref variable will be forcibly initialized 132 | struct utf8cursor cur; | ^~~ /kisskb/src/fs/unicode/utf8-core.c: In function 'utf8_parse_version': /kisskb/src/fs/unicode/utf8-core.c:177:7: note: byref variable will be forcibly initialized 177 | char version_string[12]; | ^~~~~~~~~~~~~~ /kisskb/src/fs/unicode/utf8-core.c:176:14: note: byref variable will be forcibly initialized 176 | substring_t args[3]; | ^~~~ /kisskb/src/fs/unicode/utf8-core.c: In function 'utf8_load': /kisskb/src/fs/unicode/utf8-core.c:201:26: note: byref variable will be forcibly initialized 201 | unsigned int maj, min, rev; | ^~~ /kisskb/src/fs/unicode/utf8-core.c:201:21: note: byref variable will be forcibly initialized 201 | unsigned int maj, min, rev; | ^~~ /kisskb/src/fs/unicode/utf8-core.c:201:16: note: byref variable will be forcibly initialized 201 | unsigned int maj, min, rev; | ^~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_gp_cleanup': /kisskb/src/kernel/rcu/tree.c:2007:16: note: byref variable will be forcibly initialized 2007 | unsigned long new_gp_seq; | ^~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/tree.c:4740: /kisskb/src/kernel/rcu/tree.c: In function 'sync_rcu_exp_select_node_cpus': /kisskb/src/kernel/rcu/tree_exp.h:342:16: note: byref variable will be forcibly initialized 342 | unsigned long mask_ofl_ipi; | ^~~~~~~~~~~~ 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:1955:9: note: in expansion of macro 'swait_event_idle_timeout_exclusive' 1955 | (void)swait_event_idle_timeout_exclusive(rcu_state.gp_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:1931:6: note: byref variable will be forcibly initialized 1931 | int gf = 0; | ^~ 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:2112:4: note: in expansion of macro 'swait_event_idle_exclusive' 2112 | swait_event_idle_exclusive(rcu_state.gp_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'synchronize_rcu_expedited_wait_once': /kisskb/src/include/linux/swait.h:161:21: note: byref variable will be forcibly initialized 161 | struct swait_queue __wait; \ | ^~~~~~ /kisskb/src/include/linux/swait.h:194:2: note: in expansion of macro '___swait_event' 194 | ___swait_event(wq, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/swait.h:202:11: note: in expansion of macro '__swait_event_timeout' 202 | __ret = __swait_event_timeout(wq, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_exp.h:471:6: note: in expansion of macro 'swait_event_timeout_exclusive' 471 | t = swait_event_timeout_exclusive(rcu_state.expedited_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_spawn_gp_kthread': /kisskb/src/kernel/rcu/tree.c:4404:21: note: byref variable will be forcibly initialized 4404 | struct sched_param sp; | ^~ /kisskb/src/crypto/ansi_cprng.c: In function '_get_more_prng_bytes': /kisskb/src/crypto/ansi_cprng.c:84:16: note: byref variable will be forcibly initialized 84 | unsigned char tmp[DEFAULT_BLK_SZ]; | ^~~ /kisskb/src/fs/exfat/fatent.c: In function '__exfat_free_cluster': /kisskb/src/fs/exfat/fatent.c:206:17: note: byref variable will be forcibly initialized 206 | unsigned int n_clu = clu; | ^~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_init_one': /kisskb/src/kernel/rcu/tree.c:4474:6: note: byref variable will be forcibly initialized 4474 | int levelspread[RCU_NUM_LVLS]; /* kids/node in each level. */ | ^~~~~~~~~~~ /kisskb/src/fs/ext2/namei.c: In function 'ext2_rename': /kisskb/src/fs/exfat/fatent.c: In function 'exfat_find_last_cluster': /kisskb/src/fs/ext2/namei.c:366:16: note: byref variable will be forcibly initialized 366 | struct page *new_page; | ^~~~~~~~ /kisskb/src/fs/exfat/fatent.c:248:20: note: byref variable will be forcibly initialized 248 | unsigned int clu, next; | ^~~~ /kisskb/src/fs/ext2/namei.c:365:9: note: byref variable will be forcibly initialized 365 | void *page_addr; | ^~~~~~~~~ /kisskb/src/fs/ext2/namei.c:335:8: note: byref variable will be forcibly initialized 335 | void *old_page_addr; | ^~~~~~~~~~~~~ /kisskb/src/fs/ext2/namei.c:334:16: note: byref variable will be forcibly initialized 334 | struct page * old_page; | ^~~~~~~~ /kisskb/src/fs/ext2/namei.c:332:8: note: byref variable will be forcibly initialized 332 | void *dir_page_addr; | ^~~~~~~~~~~~~ /kisskb/src/fs/ext2/namei.c:331:16: note: byref variable will be forcibly initialized 331 | struct page * dir_page = NULL; | ^~~~~~~~ /kisskb/src/fs/exfat/fatent.c: In function 'exfat_zeroed_cluster': /kisskb/src/fs/exfat/fatent.c:279:22: note: byref variable will be forcibly initialized 279 | struct buffer_head *bhs[MAX_BUF_PER_PAGE]; | ^~~ /kisskb/src/fs/ext2/namei.c: In function 'ext2_unlink': /kisskb/src/fs/ext2/namei.c:283:8: note: byref variable will be forcibly initialized 283 | void *page_addr; | ^~~~~~~~~ /kisskb/src/fs/ext2/namei.c:282:16: note: byref variable will be forcibly initialized 282 | struct page * page; | ^~~~ /kisskb/src/drivers/pinctrl/pinctrl-rk805.c: In function 'rk805_gpio_get': /kisskb/src/drivers/pinctrl/pinctrl-rk805.c:139:11: note: byref variable will be forcibly initialized 139 | int ret, val; | ^~~ /kisskb/src/drivers/pinctrl/pinctrl-rk805.c: In function 'rk805_gpio_get_direction': /kisskb/src/drivers/pinctrl/pinctrl-rk805.c:182:15: note: byref variable will be forcibly initialized 182 | unsigned int val; | ^~~ /kisskb/src/fs/exfat/fatent.c: In function 'exfat_count_num_clusters': /kisskb/src/fs/exfat/fatent.c:451:15: note: byref variable will be forcibly initialized 451 | unsigned int clu; | ^~~ /kisskb/src/fs/ext2/namei.c: In function 'ext2_lookup': /kisskb/src/fs/ext2/namei.c:59:8: note: byref variable will be forcibly initialized 59 | ino_t ino; | ^~~ /kisskb/src/fs/ext2/namei.c: In function 'ext2_get_parent': /kisskb/src/fs/ext2/namei.c:84:8: note: byref variable will be forcibly initialized 84 | ino_t ino; | ^~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/rcupdate_wait.h:10, from /kisskb/src/kernel/rcu/tree.c:25: /kisskb/src/kernel/rcu/tree.c: In function 'exp_funnel_lock': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_exp.h:313:4: note: in expansion of macro 'wait_event' 313 | wait_event(rnp->exp_wq[rcu_seq_ctr(s) & 0x3], | ^~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'synchronize_rcu_expedited': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_exp.h:852:2: note: in expansion of macro 'wait_event' 852 | wait_event(rnp->exp_wq[rcu_seq_ctr(s) & 0x3], | ^~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/tree.c:25: /kisskb/src/include/linux/rcupdate_wait.h:27:25: note: byref variable will be forcibly initialized 27 | struct rcu_synchronize __rs_array[ARRAY_SIZE(__crcu_array)]; \ | ^~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:32:26: note: in expansion of macro '_wait_rcu_gp' 32 | #define wait_rcu_gp(...) _wait_rcu_gp(false, __VA_ARGS__) | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_exp.h:830:3: note: in expansion of macro 'wait_rcu_gp' 830 | wait_rcu_gp(call_rcu); | ^~~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:26:18: note: byref variable will be forcibly initialized 26 | call_rcu_func_t __crcu_array[] = { __VA_ARGS__ }; \ | ^~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:32:26: note: in expansion of macro '_wait_rcu_gp' 32 | #define wait_rcu_gp(...) _wait_rcu_gp(false, __VA_ARGS__) | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree_exp.h:830:3: note: in expansion of macro 'wait_rcu_gp' 830 | wait_rcu_gp(call_rcu); | ^~~~~~~~~~~ In file included from /kisskb/src/kernel/rcu/tree.c:4740: /kisskb/src/kernel/rcu/tree_exp.h:815:22: note: byref variable will be forcibly initialized 815 | struct rcu_exp_work rew; | ^~~ In file included from /kisskb/src/kernel/rcu/tree.c:25: /kisskb/src/kernel/rcu/tree.c: In function 'synchronize_rcu': /kisskb/src/include/linux/rcupdate_wait.h:27:25: note: byref variable will be forcibly initialized 27 | struct rcu_synchronize __rs_array[ARRAY_SIZE(__crcu_array)]; \ | ^~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:32:26: note: in expansion of macro '_wait_rcu_gp' 32 | #define wait_rcu_gp(...) _wait_rcu_gp(false, __VA_ARGS__) | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:3746:3: note: in expansion of macro 'wait_rcu_gp' 3746 | wait_rcu_gp(call_rcu); | ^~~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:26:18: note: byref variable will be forcibly initialized 26 | call_rcu_func_t __crcu_array[] = { __VA_ARGS__ }; \ | ^~~~~~~~~~~~ /kisskb/src/include/linux/rcupdate_wait.h:32:26: note: in expansion of macro '_wait_rcu_gp' 32 | #define wait_rcu_gp(...) _wait_rcu_gp(false, __VA_ARGS__) | ^~~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c:3746:3: note: in expansion of macro 'wait_rcu_gp' 3746 | wait_rcu_gp(call_rcu); | ^~~~~~~~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'kvfree_call_rcu': /kisskb/src/kernel/rcu/tree.c:3522:24: note: byref variable will be forcibly initialized 3522 | struct kfree_rcu_cpu *krcp; | ^~~~ /kisskb/src/kernel/rcu/tree.c:3521:16: note: byref variable will be forcibly initialized 3521 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/rcu/tree.c: In function 'rcu_init_geometry': /kisskb/src/kernel/rcu/tree.c:4556:6: note: byref variable will be forcibly initialized 4556 | int rcu_capacity[RCU_NUM_LVLS]; | ^~~~~~~~~~~~ /kisskb/src/arch/powerpc/kernel/epapr_paravirt.c: In function 'early_init_dt_scan_epapr': /kisskb/src/arch/powerpc/kernel/epapr_paravirt.c:29:6: note: byref variable will be forcibly initialized 29 | int len; | ^~~ /kisskb/src/fs/isofs/export.c: In function 'isofs_export_get_parent': /kisskb/src/fs/isofs/export.c:47:16: note: byref variable will be forcibly initialized 47 | unsigned long parent_offset = 0; | ^~~~~~~~~~~~~ /kisskb/src/fs/isofs/export.c:46:16: note: byref variable will be forcibly initialized 46 | unsigned long parent_block = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/pci/pcie/ptm.c: In function 'pci_ptm_info': /kisskb/src/drivers/pci/pcie/ptm.c:14:7: note: byref variable will be forcibly initialized 14 | char clock_desc[8]; | ^~~~~~~~~~ /kisskb/src/drivers/pci/pcie/ptm.c: In function 'pci_enable_ptm': /kisskb/src/drivers/pci/pcie/ptm.c:160:6: note: byref variable will be forcibly initialized 160 | u32 cap, ctrl; | ^~~ /kisskb/src/drivers/pci/pcie/ptm.c: In function 'pci_disable_ptm': /kisskb/src/drivers/pci/pcie/ptm.c:35:6: note: byref variable will be forcibly initialized 35 | u16 ctrl; | ^~~~ /kisskb/src/drivers/pci/pcie/ptm.c: In function 'pci_ptm_init': /kisskb/src/drivers/pci/pcie/ptm.c:91:6: note: byref variable will be forcibly initialized 91 | u32 cap, ctrl; | ^~~ /kisskb/src/crypto/zstd.c: In function '__zstd_compress': /kisskb/src/crypto/zstd.c:155:24: note: byref variable will be forcibly initialized 155 | const zstd_parameters params = zstd_params(); | ^~~~~~ /kisskb/src/crypto/zstd.c: In function 'zstd_comp_init': /kisskb/src/crypto/zstd.c:35:24: note: byref variable will be forcibly initialized 35 | const zstd_parameters params = zstd_params(); | ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/page_ref.h:135, from /kisskb/src/mm/debug_page_ref.c:6: /kisskb/src/mm/debug_page_ref.c: In function 'trace_event_raw_event_page_ref_mod_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/page_ref.h:13:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 13 | DECLARE_EVENT_CLASS(page_ref_mod_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/mm/debug_page_ref.c: In function 'trace_event_raw_event_page_ref_mod_and_test_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/page_ref.h:61:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 61 | DECLARE_EVENT_CLASS(page_ref_mod_and_test_template, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:9, from /kisskb/src/drivers/gpio/gpio-pcf857x.c:8: /kisskb/src/drivers/gpio/gpio-pcf857x.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized 427 | unsigned int irq; | ^~~ /kisskb/src/drivers/gpio/gpio-pcf857x.c: In function 'pcf857x_irq': /kisskb/src/drivers/gpio/gpio-pcf857x.c:172:16: note: byref variable will be forcibly initialized 172 | unsigned long change, i, status; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-pcf857x.c: In function 'i2c_write_le16': /kisskb/src/drivers/gpio/gpio-pcf857x.c:103:5: note: byref variable will be forcibly initialized 103 | u8 buf[2] = { word & 0xff, word >> 8, }; | ^~~ /kisskb/src/drivers/gpio/gpio-pcf857x.c: In function 'i2c_read_le16': /kisskb/src/drivers/gpio/gpio-pcf857x.c:112:5: note: byref variable will be forcibly initialized 112 | u8 buf[2]; | ^~~ /kisskb/src/drivers/gpio/gpio-pcf857x.c: In function 'pcf857x_probe': /kisskb/src/drivers/gpio/gpio-pcf857x.c:239:17: note: byref variable will be forcibly initialized 239 | unsigned int n_latch = 0; | ^~~~~~~ /kisskb/src/net/core/datagram.c: In function '__zerocopy_sg_from_iter': /kisskb/src/net/core/datagram.c:627:10: note: byref variable will be forcibly initialized 627 | size_t start; | ^~~~~ /kisskb/src/net/core/datagram.c:625:16: note: byref variable will be forcibly initialized 625 | struct page *pages[MAX_SKB_FRAGS]; | ^~~~~ /kisskb/src/mm/hmm.c: In function 'hmm_range_fault': /kisskb/src/mm/hmm.c:577:22: note: byref variable will be forcibly initialized 577 | struct hmm_vma_walk hmm_vma_walk = { | ^~~~~~~~~~~~ /kisskb/src/net/core/datagram.c: In function 'skb_copy_and_csum_datagram_msg': /kisskb/src/net/core/datagram.c:752:9: note: byref variable will be forcibly initialized 752 | __wsum csum; | ^~~~ /kisskb/src/net/core/datagram.c: In function '__skb_try_recv_datagram': /kisskb/src/net/core/datagram.c:252:6: note: byref variable will be forcibly initialized 252 | int error = sock_error(sk); | ^~~~~ /kisskb/src/net/core/datagram.c: In function '__skb_recv_datagram': /kisskb/src/net/core/datagram.c:292:7: note: byref variable will be forcibly initialized 292 | long timeo; | ^~~~~ /kisskb/src/net/core/datagram.c:291:24: note: byref variable will be forcibly initialized 291 | struct sk_buff *skb, *last; | ^~~~ /kisskb/src/net/core/datagram.c: In function 'skb_recv_datagram': /kisskb/src/net/core/datagram.c:315:6: note: byref variable will be forcibly initialized 315 | int off = 0; | ^~~ /kisskb/src/crypto/ecdsa.c: In function 'ecdsa_get_signature_rs': /kisskb/src/crypto/ecdsa.c:41:5: note: byref variable will be forcibly initialized 41 | u8 rs[ECC_MAX_BYTES]; | ^~ /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/crypto/ecdsa.c:102:6: note: byref variable will be forcibly initialized 102 | u64 y1[ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecdsa.c:101:6: note: byref variable will be forcibly initialized 101 | u64 x1[ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecdsa.c:100:6: note: byref variable will be forcibly initialized 100 | u64 u2[ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecdsa.c:99:6: note: byref variable will be forcibly initialized 99 | u64 u1[ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecdsa.c:98:6: note: byref variable will be forcibly initialized 98 | u64 s1[ECC_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecdsa.c: In function 'ecdsa_verify': /kisskb/src/crypto/ecdsa.c:146:6: note: byref variable will be forcibly initialized 146 | u64 hash[ECC_MAX_DIGITS]; | ^~~~ /kisskb/src/crypto/ecdsa.c:145:5: note: byref variable will be forcibly initialized 145 | u8 rawhash[ECC_MAX_BYTES]; | ^~~~~~~ /kisskb/src/fs/unicode/utf8-norm.c: In function 'utf8agemax': /kisskb/src/fs/unicode/utf8-norm.c:411:16: note: byref variable will be forcibly initialized 411 | unsigned char hangul[UTF8HANGULLEAF]; | ^~~~~~ /kisskb/src/fs/unicode/utf8-norm.c: In function 'utf8agemin': /kisskb/src/fs/unicode/utf8-norm.c:440:16: note: byref variable will be forcibly initialized 440 | unsigned char hangul[UTF8HANGULLEAF]; | ^~~~~~ /kisskb/src/fs/unicode/utf8-norm.c: In function 'utf8nagemax': /kisskb/src/fs/unicode/utf8-norm.c:467:16: note: byref variable will be forcibly initialized 467 | unsigned char hangul[UTF8HANGULLEAF]; | ^~~~~~ /kisskb/src/fs/unicode/utf8-norm.c: In function 'utf8nagemin': /kisskb/src/fs/unicode/utf8-norm.c:495:16: note: byref variable will be forcibly initialized 495 | unsigned char hangul[UTF8HANGULLEAF]; | ^~~~~~ /kisskb/src/fs/unicode/utf8-norm.c: In function 'utf8len': /kisskb/src/fs/unicode/utf8-norm.c:524:16: note: byref variable will be forcibly initialized 524 | unsigned char hangul[UTF8HANGULLEAF]; | ^~~~~~ /kisskb/src/fs/unicode/utf8-norm.c: In function 'utf8nlen': /kisskb/src/fs/unicode/utf8-norm.c:552:16: note: byref variable will be forcibly initialized 552 | unsigned char hangul[UTF8HANGULLEAF]; | ^~~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c: In function 'epf_ntb_mw4_store': /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:1980:6: note: byref variable will be forcibly initialized 1980 | u64 val; \ | ^~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:2028:1: note: in expansion of macro 'EPF_NTB_MW_W' 2028 | EPF_NTB_MW_W(mw4) | ^~~~~~~~~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:1979:6: note: byref variable will be forcibly initialized 1979 | int win_no; \ | ^~~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:2028:1: note: in expansion of macro 'EPF_NTB_MW_W' 2028 | EPF_NTB_MW_W(mw4) | ^~~~~~~~~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c: In function 'epf_ntb_mw3_store': /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:1980:6: note: byref variable will be forcibly initialized 1980 | u64 val; \ | ^~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:2026:1: note: in expansion of macro 'EPF_NTB_MW_W' 2026 | EPF_NTB_MW_W(mw3) | ^~~~~~~~~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:1979:6: note: byref variable will be forcibly initialized 1979 | int win_no; \ | ^~~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:2026:1: note: in expansion of macro 'EPF_NTB_MW_W' 2026 | EPF_NTB_MW_W(mw3) | ^~~~~~~~~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c: In function 'epf_ntb_mw2_store': /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:1980:6: note: byref variable will be forcibly initialized 1980 | u64 val; \ | ^~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:2024:1: note: in expansion of macro 'EPF_NTB_MW_W' 2024 | EPF_NTB_MW_W(mw2) | ^~~~~~~~~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:1979:6: note: byref variable will be forcibly initialized 1979 | int win_no; \ | ^~~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:2024:1: note: in expansion of macro 'EPF_NTB_MW_W' 2024 | EPF_NTB_MW_W(mw2) | ^~~~~~~~~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c: In function 'epf_ntb_mw1_store': /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:1980:6: note: byref variable will be forcibly initialized 1980 | u64 val; \ | ^~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:2022:1: note: in expansion of macro 'EPF_NTB_MW_W' 2022 | EPF_NTB_MW_W(mw1) | ^~~~~~~~~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:1979:6: note: byref variable will be forcibly initialized 1979 | int win_no; \ | ^~~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:2022:1: note: in expansion of macro 'EPF_NTB_MW_W' 2022 | EPF_NTB_MW_W(mw1) | ^~~~~~~~~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c: In function 'epf_ntb_mw4_show': /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:1965:6: note: byref variable will be forcibly initialized 1965 | int win_no; \ | ^~~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:2027:1: note: in expansion of macro 'EPF_NTB_MW_R' 2027 | EPF_NTB_MW_R(mw4) | ^~~~~~~~~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c: In function 'epf_ntb_mw3_show': /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:1965:6: note: byref variable will be forcibly initialized 1965 | int win_no; \ | ^~~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:2025:1: note: in expansion of macro 'EPF_NTB_MW_R' 2025 | EPF_NTB_MW_R(mw3) | ^~~~~~~~~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c: In function 'epf_ntb_mw2_show': /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:1965:6: note: byref variable will be forcibly initialized 1965 | int win_no; \ | ^~~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:2023:1: note: in expansion of macro 'EPF_NTB_MW_R' 2023 | EPF_NTB_MW_R(mw2) | ^~~~~~~~~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c: In function 'epf_ntb_mw1_show': /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:1965:6: note: byref variable will be forcibly initialized 1965 | int win_no; \ | ^~~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:2021:1: note: in expansion of macro 'EPF_NTB_MW_R' 2021 | EPF_NTB_MW_R(mw1) | ^~~~~~~~~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c: In function 'epf_ntb_num_mws_store': /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:2003:6: note: byref variable will be forcibly initialized 2003 | u32 val; | ^~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c: In function 'epf_ntb_db_count_store': /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:1949:6: note: byref variable will be forcibly initialized 1949 | u32 val; \ | ^~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:2019:1: note: in expansion of macro 'EPF_NTB_W' 2019 | EPF_NTB_W(db_count) | ^~~~~~~~~ /kisskb/src/drivers/pci/hotplug/pci_hotplug_core.c: In function 'presence_read_file': /kisskb/src/drivers/pci/hotplug/pci_hotplug_core.c:189:5: note: byref variable will be forcibly initialized 189 | u8 value; | ^~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/crypto.h:20, from /kisskb/src/include/crypto/aead.h:11, from /kisskb/src/include/crypto/internal/aead.h:11, from /kisskb/src/crypto/algif_aead.c:26: /kisskb/src/crypto/algif_aead.c: In function 'array_size': /kisskb/src/drivers/pci/hotplug/pci_hotplug_core.c: In function 'latch_read_file': /kisskb/src/drivers/pci/hotplug/pci_hotplug_core.c:172:5: note: byref variable will be forcibly initialized 172 | u8 value; | ^~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c: In function 'epf_ntb_spad_count_store': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:135:6: note: in expansion of macro 'check_mul_overflow' 135 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:135:6: note: in expansion of macro 'check_mul_overflow' 135 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:133:9: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:1949:6: note: byref variable will be forcibly initialized 1949 | u32 val; \ | ^~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:2017:1: note: in expansion of macro 'EPF_NTB_W' 2017 | EPF_NTB_W(spad_count) | ^~~~~~~~~ /kisskb/src/drivers/pci/hotplug/pci_hotplug_core.c: In function 'attention_read_file': /kisskb/src/drivers/pci/hotplug/pci_hotplug_core.c:127:5: note: byref variable will be forcibly initialized 127 | u8 value; | ^~~~~ In file included from /kisskb/src/include/crypto/if_alg.h:20, from /kisskb/src/crypto/algif_aead.c:28: /kisskb/src/crypto/algif_aead.c: In function 'crypto_aead_copy_sgl': /kisskb/src/include/crypto/skcipher.h:127:7: note: byref variable will be forcibly initialized 127 | char __##name##_desc[sizeof(struct skcipher_request) + \ | ^~ /kisskb/src/crypto/algif_aead.c:78:2: note: in expansion of macro 'SYNC_SKCIPHER_REQUEST_ON_STACK' 78 | SYNC_SKCIPHER_REQUEST_ON_STACK(skreq, null_tfm); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/hotplug/pci_hotplug_core.c: In function 'power_read_file': /kisskb/src/drivers/pci/hotplug/pci_hotplug_core.c:70:5: note: byref variable will be forcibly initialized 70 | u8 value; | ^~~~~ /kisskb/src/crypto/algif_aead.c: In function '_aead_recvmsg': /kisskb/src/crypto/algif_aead.c:106:9: note: byref variable will be forcibly initialized 106 | size_t usedpages = 0; /* [in] RX bufs to be used from user */ | ^~~~~~~~~ /kisskb/src/drivers/rapidio/switches/idt_gen2.c: In function 'idtg2_get_domain': /kisskb/src/drivers/rapidio/switches/idt_gen2.c:199:6: note: byref variable will be forcibly initialized 199 | u32 regval; | ^~~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c: In function 'epf_ntb_configure_msi': /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:387:30: note: byref variable will be forcibly initialized 387 | u32 db_entry_size, db_data, db_offset; | ^~~~~~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:387:21: note: byref variable will be forcibly initialized 387 | u32 db_entry_size, db_data, db_offset; | ^~~~~~~ /kisskb/src/kernel/dma/ops_helpers.c: In function 'dma_common_mmap': /kisskb/src/kernel/dma/ops_helpers.c:43:6: note: byref variable will be forcibly initialized 43 | int ret = -ENXIO; | ^~~ /kisskb/src/drivers/rapidio/switches/idt_gen2.c: In function 'idtg2_em_handler': /kisskb/src/drivers/rapidio/switches/idt_gen2.c:324:26: note: byref variable will be forcibly initialized 324 | u32 regval, em_perrdet, em_ltlerrdet; | ^~~~~~~~~~~~ /kisskb/src/drivers/rapidio/switches/idt_gen2.c:324:14: note: byref variable will be forcibly initialized 324 | u32 regval, em_perrdet, em_ltlerrdet; | ^~~~~~~~~~ /kisskb/src/drivers/rapidio/switches/idt_gen2.c:324:6: note: byref variable will be forcibly initialized 324 | u32 regval, em_perrdet, em_ltlerrdet; | ^~~~~~ /kisskb/src/drivers/rapidio/switches/idt_gen2.c: In function 'idtg2_em_init': /kisskb/src/drivers/rapidio/switches/idt_gen2.c:215:6: note: byref variable will be forcibly initialized 215 | u32 regval; | ^~~~~~ /kisskb/src/crypto/algif_hash.c: In function 'hash_accept': /kisskb/src/crypto/algif_hash.c:237:7: note: byref variable will be forcibly initialized 237 | char state[HASH_MAX_STATESIZE]; | ^~~~~ /kisskb/src/drivers/rapidio/switches/idt_gen2.c: In function 'idtg2_route_get_entry': /kisskb/src/drivers/rapidio/switches/idt_gen2.c:123:6: note: byref variable will be forcibly initialized 123 | u32 result; | ^~~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c: In function 'epf_ntb_alloc_peer_mem': /kisskb/src/drivers/pci/endpoint/functions/pci-epf-ntb.c:1385:14: note: byref variable will be forcibly initialized 1385 | phys_addr_t phys_addr; | ^~~~~~~~~ /kisskb/src/drivers/rapidio/switches/idt_gen2.c: In function 'idtg2_show_errlog': /kisskb/src/drivers/rapidio/switches/idt_gen2.c:373:6: note: byref variable will be forcibly initialized 373 | u32 regval; | ^~~~~~ /kisskb/src/drivers/rapidio/switches/tsi57x.c: In function 'tsi57x_get_domain': /kisskb/src/drivers/rapidio/switches/tsi57x.c:142:6: note: byref variable will be forcibly initialized 142 | u32 regval; | ^~~~~~ /kisskb/src/drivers/rapidio/switches/tsi57x.c: In function 'tsi57x_em_init': /kisskb/src/drivers/rapidio/switches/tsi57x.c:158:6: note: byref variable will be forcibly initialized 158 | u32 regval; | ^~~~~~ /kisskb/src/drivers/rapidio/switches/tsi57x.c: In function 'tsi57x_set_domain': /kisskb/src/drivers/rapidio/switches/tsi57x.c:120:6: note: byref variable will be forcibly initialized 120 | u32 regval; | ^~~~~~ /kisskb/src/drivers/rapidio/switches/tsi57x.c: In function 'tsi57x_route_get_entry': /kisskb/src/drivers/rapidio/switches/tsi57x.c:67:6: note: byref variable will be forcibly initialized 67 | u32 result; | ^~~~~~ /kisskb/src/drivers/rapidio/switches/tsi57x.c: In function 'tsi57x_em_handler': /kisskb/src/drivers/rapidio/switches/tsi57x.c:215:6: note: byref variable will be forcibly initialized 215 | u32 regval; | ^~~~~~ /kisskb/src/drivers/rapidio/switches/tsi57x.c:212:15: note: byref variable will be forcibly initialized 212 | u32 intstat, err_status; | ^~~~~~~~~~ /kisskb/src/drivers/rapidio/switches/tsi57x.c:212:6: note: byref variable will be forcibly initialized 212 | u32 intstat, err_status; | ^~~~~~~ /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_encrypt': /kisskb/src/lib/crypto/chacha20poly1305.c:97:9: note: byref variable will be forcibly initialized 97 | __le64 iv[2]; | ^~ /kisskb/src/lib/crypto/chacha20poly1305.c:96:6: note: byref variable will be forcibly initialized 96 | u32 k[CHACHA_KEY_WORDS]; | ^ /kisskb/src/lib/crypto/chacha20poly1305.c:95:6: note: byref variable will be forcibly initialized 95 | u32 chacha_state[CHACHA_STATE_WORDS]; | ^~~~~~~~~~~~ /kisskb/src/lib/crypto/chacha20poly1305.c: In function 'xchacha_init': /kisskb/src/lib/crypto/chacha20poly1305.c:39:5: note: byref variable will be forcibly initialized 39 | u8 iv[CHACHA_IV_SIZE]; | ^~ /kisskb/src/lib/crypto/chacha20poly1305.c:38:6: note: byref variable will be forcibly initialized 38 | u32 k[CHACHA_KEY_WORDS]; | ^ /kisskb/src/lib/crypto/chacha20poly1305.c: In function 'xchacha20poly1305_encrypt': /kisskb/src/lib/crypto/chacha20poly1305.c:117:6: note: byref variable will be forcibly initialized 117 | u32 chacha_state[CHACHA_STATE_WORDS]; | ^~~~~~~~~~~~ /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_decrypt': /kisskb/src/lib/crypto/chacha20poly1305.c:175:9: note: byref variable will be forcibly initialized 175 | __le64 iv[2]; | ^~ /kisskb/src/lib/crypto/chacha20poly1305.c:174:6: note: byref variable will be forcibly initialized 174 | u32 k[CHACHA_KEY_WORDS]; | ^ /kisskb/src/lib/crypto/chacha20poly1305.c:173:6: note: byref variable will be forcibly initialized 173 | u32 chacha_state[CHACHA_STATE_WORDS]; | ^~~~~~~~~~~~ /kisskb/src/lib/crypto/chacha20poly1305.c: In function 'xchacha20poly1305_decrypt': /kisskb/src/lib/crypto/chacha20poly1305.c:199:6: note: byref variable will be forcibly initialized 199 | u32 chacha_state[CHACHA_STATE_WORDS]; | ^~~~~~~~~~~~ /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:217:6: note: byref variable will be forcibly initialized 217 | u32 chacha_state[CHACHA_STATE_WORDS]; | ^~~~~~~~~~~~ /kisskb/src/lib/crypto/chacha20poly1305.c:216:27: note: byref variable will be forcibly initialized 216 | struct poly1305_desc_ctx poly1305_state; | ^~~~~~~~~~~~~~ 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/kernel/sched/membarrier.c: In function 'membarrier_global_expedited': /kisskb/src/kernel/sched/membarrier.c:247:16: note: byref variable will be forcibly initialized 247 | cpumask_var_t tmpmask; | ^~~~~~~ /kisskb/src/kernel/sched/membarrier.c: In function 'sync_runqueues_membarrier_state': /kisskb/src/kernel/sched/membarrier.c:428:16: note: byref variable will be forcibly initialized 428 | cpumask_var_t tmpmask; | ^~~~~~~ /kisskb/src/kernel/sched/membarrier.c: In function 'membarrier_private_expedited': /kisskb/src/kernel/sched/membarrier.c:311:16: note: byref variable will be forcibly initialized 311 | cpumask_var_t tmpmask; | ^~~~~~~ /kisskb/src/fs/exfat/cache.c: In function 'exfat_get_cluster': /kisskb/src/fs/exfat/cache.c:245:15: note: byref variable will be forcibly initialized 245 | unsigned int content; | ^~~~~~~ /kisskb/src/fs/exfat/cache.c:244:24: note: byref variable will be forcibly initialized 244 | struct exfat_cache_id cid; | ^~~ /kisskb/src/fs/ext2/super.c: In function 'get_sb_block': /kisskb/src/fs/ext2/super.c:411:10: note: byref variable will be forcibly initialized 411 | char *options = (char *) *data; | ^~~~~~~ In file included from /kisskb/src/fs/ext2/super.c:23: /kisskb/src/fs/ext2/super.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/fs/ext2/super.c: In function 'ext2_quota_write': /kisskb/src/fs/ext2/super.c:1524:21: note: byref variable will be forcibly initialized 1524 | struct buffer_head tmp_bh; | ^~~~~~ /kisskb/src/fs/ext2/super.c: In function 'ext2_quota_read': /kisskb/src/fs/ext2/super.c:1479:21: note: byref variable will be forcibly initialized 1479 | struct buffer_head tmp_bh; | ^~~~~~ /kisskb/src/fs/ext2/super.c: In function 'ext2_msg': /kisskb/src/fs/ext2/super.c:88:10: note: byref variable will be forcibly initialized 88 | va_list args; | ^~~~ /kisskb/src/fs/ext2/super.c:87:19: note: byref variable will be forcibly initialized 87 | struct va_format vaf; | ^~~ /kisskb/src/fs/ext2/super.c: In function 'parse_options': /kisskb/src/fs/ext2/super.c:475:6: note: byref variable will be forcibly initialized 475 | int option; | ^~~~~~ /kisskb/src/fs/ext2/super.c:474:14: note: byref variable will be forcibly initialized 474 | substring_t args[MAX_OPT_ARGS]; | ^~~~ /kisskb/src/fs/ext2/super.c: In function 'ext2_error': /kisskb/src/fs/ext2/super.c:53:10: note: byref variable will be forcibly initialized 53 | va_list args; | ^~~~ /kisskb/src/fs/ext2/super.c:52:19: note: byref variable will be forcibly initialized 52 | struct va_format vaf; | ^~~ /kisskb/src/fs/ext2/super.c: In function 'ext2_fill_super': /kisskb/src/fs/ext2/super.c:821:28: note: byref variable will be forcibly initialized 821 | struct ext2_mount_options opts; | ^~~~ /kisskb/src/fs/ext2/super.c: In function 'ext2_remount': /kisskb/src/fs/ext2/super.c:1316:28: note: byref variable will be forcibly initialized 1316 | struct ext2_mount_options new_opts; | ^~~~~~~~ /kisskb/src/drivers/gpio/gpio-tps6586x.c: In function 'tps6586x_gpio_get': /kisskb/src/drivers/gpio/gpio-tps6586x.c:33:10: note: byref variable will be forcibly initialized 33 | uint8_t val; | ^~~ In file included from /kisskb/src/include/linux/gpio/driver.h:9, from /kisskb/src/drivers/gpio/gpio-tc3589x.c:12: /kisskb/src/drivers/gpio/gpio-tc3589x.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized 427 | unsigned int irq; | ^~~ /kisskb/src/drivers/gpio/gpio-tc3589x.c: In function 'tc3589x_gpio_irq': /kisskb/src/drivers/gpio/gpio-tc3589x.c:260:5: note: byref variable will be forcibly initialized 260 | u8 status[CACHE_NR_BANKS]; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-tc3589x.c: In function 'tc3589x_gpio_set': /kisskb/src/drivers/gpio/gpio-tc3589x.c:58:5: note: byref variable will be forcibly initialized 58 | u8 data[] = {val ? BIT(pos) : 0, BIT(pos)}; | ^~~~ /kisskb/src/fs/ext4/extents_status.c: In function '__es_scan_range': /kisskb/src/fs/ext4/extents_status.c:345:23: note: byref variable will be forcibly initialized 345 | struct extent_status es; | ^~ In file included from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/drivers/pci/controller/cadence/pcie-cadence.c:6: /kisskb/src/drivers/pci/controller/cadence/pcie-cadence.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pci.h:37, from /kisskb/src/drivers/pci/controller/cadence/pcie-cadence.h:10, from /kisskb/src/drivers/pci/controller/cadence/pcie-cadence.c:8: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/fs/ext4/extents_status.c: In function 'es_reclaim_extents': /kisskb/src/fs/ext4/extents_status.c:1739:6: note: byref variable will be forcibly initialized 1739 | int nr_shrunk = 0; | ^~~~~~~~~ /kisskb/src/drivers/pci/controller/cadence/pcie-cadence.c: In function 'cdns_pcie_init_phy': /kisskb/src/drivers/pci/controller/cadence/pcie-cadence.c:195:14: note: byref variable will be forcibly initialized 195 | const char *name; | ^~~~ /kisskb/src/fs/ext4/extents_status.c: In function '__es_remove_extent': /kisskb/src/fs/ext4/extents_status.c:1342:25: note: byref variable will be forcibly initialized 1342 | struct extent_status newes; | ^~~~~ /kisskb/src/fs/ext4/extents_status.c:1314:20: note: byref variable will be forcibly initialized 1314 | struct rsvd_count rc; | ^~ /kisskb/src/fs/ext4/extents_status.c:1309:23: note: byref variable will be forcibly initialized 1309 | struct extent_status orig_es; | ^~~~~~~ /kisskb/src/fs/ntfs3/attrib.c: In function 'run_deallocate_ex': /kisskb/src/fs/ntfs3/attrib.c:121:9: note: byref variable will be forcibly initialized 121 | size_t idx; | ^~~ /kisskb/src/fs/ntfs3/attrib.c:120:34: note: byref variable will be forcibly initialized 120 | CLST vcn_next, vcn0 = vcn, lcn, clen, dn = 0; | ^~~~ /kisskb/src/fs/ntfs3/attrib.c:120:29: note: byref variable will be forcibly initialized 120 | CLST vcn_next, vcn0 = vcn, lcn, clen, dn = 0; | ^~~ /kisskb/src/drivers/rapidio/switches/idtcps.c: In function 'idtcps_get_domain': /kisskb/src/drivers/rapidio/switches/idtcps.c:105:6: note: byref variable will be forcibly initialized 105 | u32 regval; | ^~~~~~ /kisskb/src/drivers/rapidio/switches/idtcps.c: In function 'idtcps_route_get_entry': /kisskb/src/drivers/rapidio/switches/idtcps.c:48:6: note: byref variable will be forcibly initialized 48 | u32 result; | ^~~~~~ /kisskb/src/drivers/rapidio/switches/idtcps.c: In function 'idtcps_route_add_entry': /kisskb/src/drivers/rapidio/switches/idtcps.c:24:6: note: byref variable will be forcibly initialized 24 | u32 result; | ^~~~~~ /kisskb/src/fs/ntfs3/attrib.c: In function 'attr_allocate_clusters': /kisskb/src/fs/ntfs3/attrib.c:175:7: note: byref variable will be forcibly initialized 175 | CLST flen, vcn0 = vcn, pre = pre_alloc ? *pre_alloc : 0; | ^~~~ /kisskb/src/fs/ext4/extents_status.c: In function 'ext4_es_insert_extent': /kisskb/src/fs/ext4/extents_status.c:819:23: note: byref variable will be forcibly initialized 819 | struct extent_status newes; | ^~~~~ /kisskb/src/fs/ntfs3/attrib.c: In function 'attr_make_nonresident': /kisskb/src/fs/ntfs3/attrib.c:243:12: note: byref variable will be forcibly initialized 243 | CLST len, alen; | ^~~~ /kisskb/src/fs/ext4/extents_status.c: In function 'ext4_es_cache_extent': /kisskb/src/fs/ext4/extents_status.c:885:23: note: byref variable will be forcibly initialized 885 | struct extent_status newes; | ^~~~~ /kisskb/src/fs/ext4/extents_status.c: In function 'ext4_es_remove_extent': /kisskb/src/fs/ext4/extents_status.c:1438:6: note: byref variable will be forcibly initialized 1438 | int reserved = 0; | ^~~~~~~~ /kisskb/src/fs/ntfs3/attrib.c: In function 'attr_set_size': /kisskb/src/fs/ntfs3/attrib.c:421:18: note: byref variable will be forcibly initialized 421 | CLST next_svcn, pre_alloc = -1, done = 0; | ^~~~~~~~~ /kisskb/src/fs/ntfs3/attrib.c:420:18: note: byref variable will be forcibly initialized 420 | CLST alen, vcn, lcn, new_alen, old_alen, svcn, evcn; | ^~~ /kisskb/src/fs/ntfs3/attrib.c:420:13: note: byref variable will be forcibly initialized 420 | CLST alen, vcn, lcn, new_alen, old_alen, svcn, evcn; | ^~~ /kisskb/src/fs/ntfs3/attrib.c:420:7: note: byref variable will be forcibly initialized 420 | CLST alen, vcn, lcn, new_alen, old_alen, svcn, evcn; | ^~~~ /kisskb/src/fs/ntfs3/attrib.c:419:25: note: byref variable will be forcibly initialized 419 | struct mft_inode *mi, *mi_b; | ^~~~ /kisskb/src/fs/ntfs3/attrib.c:419:20: note: byref variable will be forcibly initialized 419 | struct mft_inode *mi, *mi_b; | ^~ /kisskb/src/fs/ntfs3/attrib.c:418:31: note: byref variable will be forcibly initialized 418 | struct ATTR_LIST_ENTRY *le, *le_b; | ^~~~ /kisskb/src/fs/ntfs3/attrib.c:418:26: note: byref variable will be forcibly initialized 418 | struct ATTR_LIST_ENTRY *le, *le_b; | ^~ /kisskb/src/fs/ntfs3/attrib.c:417:31: note: byref variable will be forcibly initialized 417 | struct ATTRIB *attr = NULL, *attr_b; | ^~~~~~ /kisskb/src/fs/ntfs3/attrib.c:417:17: note: byref variable will be forcibly initialized 417 | struct ATTRIB *attr = NULL, *attr_b; | ^~~~ /kisskb/src/fs/ext4/extents_status.c: In function 'ext4_es_insert_delayed_block': /kisskb/src/fs/ext4/extents_status.c:1988:23: note: byref variable will be forcibly initialized 1988 | struct extent_status newes; | ^~~~~ /kisskb/src/fs/ntfs3/attrib.c: In function 'attr_data_get_block': /kisskb/src/fs/ntfs3/attrib.c:816:54: note: byref variable will be forcibly initialized 816 | CLST hint, svcn, to_alloc, evcn1, next_svcn, asize, end; | ^~~ /kisskb/src/fs/ntfs3/attrib.c:816:13: note: byref variable will be forcibly initialized 816 | CLST hint, svcn, to_alloc, evcn1, next_svcn, asize, end; | ^~~~ /kisskb/src/fs/ntfs3/attrib.c:816:7: note: byref variable will be forcibly initialized 816 | CLST hint, svcn, to_alloc, evcn1, next_svcn, asize, end; | ^~~~ /kisskb/src/fs/ntfs3/attrib.c:815:25: note: byref variable will be forcibly initialized 815 | struct mft_inode *mi, *mi_b; | ^~~~ /kisskb/src/fs/ntfs3/attrib.c:815:20: note: byref variable will be forcibly initialized 815 | struct mft_inode *mi, *mi_b; | ^~ /kisskb/src/fs/ntfs3/attrib.c:814:31: note: byref variable will be forcibly initialized 814 | struct ATTR_LIST_ENTRY *le, *le_b; | ^~~~ /kisskb/src/fs/ntfs3/attrib.c:814:26: note: byref variable will be forcibly initialized 814 | struct ATTR_LIST_ENTRY *le, *le_b; | ^~ /kisskb/src/fs/ntfs3/attrib.c:813:17: note: byref variable will be forcibly initialized 813 | struct ATTRIB *attr = NULL, *attr_b; | ^~~~ /kisskb/src/fs/ntfs3/attrib.c: In function 'attr_data_write_resident': /kisskb/src/fs/ntfs3/attrib.c:1102:20: note: byref variable will be forcibly initialized 1102 | struct mft_inode *mi; | ^~ /kisskb/src/fs/ntfs3/attrib.c: In function 'attr_load_runs_range': /kisskb/src/fs/ntfs3/attrib.c:1178:12: note: byref variable will be forcibly initialized 1178 | CLST lcn, clen; | ^~~~ /kisskb/src/fs/ntfs3/attrib.c:1178:7: note: byref variable will be forcibly initialized 1178 | CLST lcn, clen; | ^~~ /kisskb/src/fs/ntfs3/attrib.c: In function 'attr_is_frame_compressed': /kisskb/src/fs/ntfs3/attrib.c:1351:9: note: byref variable will be forcibly initialized 1351 | size_t idx; | ^~~ /kisskb/src/fs/ntfs3/attrib.c:1350:18: note: byref variable will be forcibly initialized 1350 | CLST clen, lcn, vcn, alen, slen, vcn_next; | ^~~ /kisskb/src/fs/ntfs3/attrib.c:1350:13: note: byref variable will be forcibly initialized 1350 | CLST clen, lcn, vcn, alen, slen, vcn_next; | ^~~ /kisskb/src/fs/ntfs3/attrib.c:1350:7: note: byref variable will be forcibly initialized 1350 | CLST clen, lcn, vcn, alen, slen, vcn_next; | ^~~~ /kisskb/src/fs/ntfs3/attrib.c: In function 'attr_allocate_frame': /kisskb/src/fs/ntfs3/attrib.c:1525:14: note: byref variable will be forcibly initialized 1525 | CLST alen, hint = 0; | ^~~~ /kisskb/src/fs/ntfs3/attrib.c:1525:8: note: byref variable will be forcibly initialized 1525 | CLST alen, hint = 0; | ^~~~ /kisskb/src/fs/ntfs3/attrib.c:1459:17: note: byref variable will be forcibly initialized 1459 | CLST vcn, end, clst_data; | ^~~~~~~~~ /kisskb/src/fs/ntfs3/attrib.c:1459:12: note: byref variable will be forcibly initialized 1459 | CLST vcn, end, clst_data; | ^~~ /kisskb/src/fs/ntfs3/attrib.c:1459:7: note: byref variable will be forcibly initialized 1459 | CLST vcn, end, clst_data; | ^~~ /kisskb/src/fs/ntfs3/attrib.c:1458:31: note: byref variable will be forcibly initialized 1458 | CLST svcn, evcn1, next_svcn, lcn, len; | ^~~ /kisskb/src/fs/ntfs3/attrib.c:1458:7: note: byref variable will be forcibly initialized 1458 | CLST svcn, evcn1, next_svcn, lcn, len; | ^~~~ /kisskb/src/fs/ntfs3/attrib.c:1457:25: note: byref variable will be forcibly initialized 1457 | struct mft_inode *mi, *mi_b; | ^~~~ /kisskb/src/fs/ntfs3/attrib.c:1457:20: note: byref variable will be forcibly initialized 1457 | struct mft_inode *mi, *mi_b; | ^~ /kisskb/src/fs/ntfs3/attrib.c:1456:31: note: byref variable will be forcibly initialized 1456 | struct ATTR_LIST_ENTRY *le, *le_b; | ^~~~ /kisskb/src/fs/ntfs3/attrib.c:1456:26: note: byref variable will be forcibly initialized 1456 | struct ATTR_LIST_ENTRY *le, *le_b; | ^~ /kisskb/src/fs/ntfs3/attrib.c:1455:17: note: byref variable will be forcibly initialized 1455 | struct ATTRIB *attr = NULL, *attr_b; | ^~~~ /kisskb/src/fs/ntfs3/attrib.c: In function 'attr_collapse_range': /kisskb/src/fs/ntfs3/attrib.c:1778:20: note: byref variable will be forcibly initialized 1778 | CLST vcn1, eat, next_svcn; | ^~~~~~~~~ /kisskb/src/fs/ntfs3/attrib.c:1722:7: note: byref variable will be forcibly initialized 1722 | u64 new_valid = min(ni->i_valid, vbo); | ^~~~~~~~~ /kisskb/src/fs/ntfs3/attrib.c:1681:7: note: byref variable will be forcibly initialized 1681 | CLST vcn, end; | ^~~ /kisskb/src/fs/ntfs3/attrib.c:1680:25: note: byref variable will be forcibly initialized 1680 | CLST svcn, evcn1, len, dealloc, alen; | ^~~~~~~ /kisskb/src/fs/ntfs3/attrib.c:1680:7: note: byref variable will be forcibly initialized 1680 | CLST svcn, evcn1, len, dealloc, alen; | ^~~~ /kisskb/src/fs/ntfs3/attrib.c:1679:25: note: byref variable will be forcibly initialized 1679 | struct mft_inode *mi, *mi_b; | ^~~~ /kisskb/src/fs/ntfs3/attrib.c:1679:20: note: byref variable will be forcibly initialized 1679 | struct mft_inode *mi, *mi_b; | ^~ /kisskb/src/fs/ntfs3/attrib.c:1678:31: note: byref variable will be forcibly initialized 1678 | struct ATTR_LIST_ENTRY *le, *le_b; | ^~~~ /kisskb/src/fs/ntfs3/attrib.c:1678:26: note: byref variable will be forcibly initialized 1678 | struct ATTR_LIST_ENTRY *le, *le_b; | ^~ /kisskb/src/fs/ntfs3/attrib.c:1677:17: note: byref variable will be forcibly initialized 1677 | struct ATTRIB *attr = NULL, *attr_b; | ^~~~ /kisskb/src/fs/ntfs3/attrib.c: In function 'attr_punch_hole': /kisskb/src/fs/ntfs3/attrib.c:1939:41: note: byref variable will be forcibly initialized 1939 | CLST svcn, evcn1, vcn, len, end, alen, dealloc; | ^~~~~~~ /kisskb/src/fs/ntfs3/attrib.c:1939:20: note: byref variable will be forcibly initialized 1939 | CLST svcn, evcn1, vcn, len, end, alen, dealloc; | ^~~ /kisskb/src/fs/ntfs3/attrib.c:1939:7: note: byref variable will be forcibly initialized 1939 | CLST svcn, evcn1, vcn, len, end, alen, dealloc; | ^~~~ /kisskb/src/fs/ntfs3/attrib.c:1938:25: note: byref variable will be forcibly initialized 1938 | struct mft_inode *mi, *mi_b; | ^~~~ /kisskb/src/fs/ntfs3/attrib.c:1938:20: note: byref variable will be forcibly initialized 1938 | struct mft_inode *mi, *mi_b; | ^~ /kisskb/src/fs/ntfs3/attrib.c:1937:31: note: byref variable will be forcibly initialized 1937 | struct ATTR_LIST_ENTRY *le, *le_b; | ^~~~ /kisskb/src/fs/ntfs3/attrib.c:1937:26: note: byref variable will be forcibly initialized 1937 | struct ATTR_LIST_ENTRY *le, *le_b; | ^~ /kisskb/src/drivers/gpio/gpio-tps65910.c: In function 'tps65910_gpio_get': /kisskb/src/drivers/gpio/gpio-tps65910.c:29:15: note: byref variable will be forcibly initialized 29 | unsigned int val; | ^~~ /kisskb/src/drivers/gpio/gpio-tps65910.c: In function 'tps65910_parse_dt_for_gpio': /kisskb/src/drivers/gpio/gpio-tps65910.c:80:15: note: byref variable will be forcibly initialized 80 | unsigned int prop_array[TPS6591X_MAX_NUM_GPIO]; | ^~~~~~~~~~ /kisskb/src/crypto/ecrdsa.c: In function 'ecrdsa_verify': /kisskb/src/crypto/ecrdsa.c:85:19: note: byref variable will be forcibly initialized 85 | struct ecc_point cc = ECC_POINT_INIT(s, e, ndigits); /* reuse s, e */ | ^~ /kisskb/src/crypto/ecrdsa.c:83:6: note: byref variable will be forcibly initialized 83 | u64 z1[ECRDSA_MAX_DIGITS]; | ^~ /kisskb/src/crypto/ecrdsa.c:81:6: note: byref variable will be forcibly initialized 81 | u64 e[ECRDSA_MAX_DIGITS]; /* h \mod q */ | ^ /kisskb/src/crypto/ecrdsa.c:80:6: note: byref variable will be forcibly initialized 80 | u64 s[ECRDSA_MAX_DIGITS]; /* second part of sig (s) */ | ^ /kisskb/src/crypto/ecrdsa.c:79:6: note: byref variable will be forcibly initialized 79 | u64 _r[ECRDSA_MAX_DIGITS]; /* -r */ | ^~ /kisskb/src/crypto/ecrdsa.c:78:6: note: byref variable will be forcibly initialized 78 | u64 r[ECRDSA_MAX_DIGITS]; /* witness (r) */ | ^ /kisskb/src/crypto/ecrdsa.c:76:16: note: byref variable will be forcibly initialized 76 | unsigned char digest[STREEBOG512_DIGEST_SIZE]; | ^~~~~~ /kisskb/src/crypto/ecrdsa.c:75:16: note: byref variable will be forcibly initialized 75 | unsigned char sig[ECRDSA_MAX_SIG_SIZE]; | ^~~ /kisskb/src/mm/zsmalloc.c: In function 'obj_free': /kisskb/src/mm/zsmalloc.c:1471:15: note: byref variable will be forcibly initialized 1471 | unsigned int f_objidx; | ^~~~~~~~ /kisskb/src/mm/zsmalloc.c:1469:15: note: byref variable will be forcibly initialized 1469 | struct page *f_page; | ^~~~~~ /kisskb/src/mm/zsmalloc.c: In function 'zs_map_object': /kisskb/src/mm/zsmalloc.c:1253:15: note: byref variable will be forcibly initialized 1253 | struct page *pages[2]; | ^~~~~ /kisskb/src/mm/zsmalloc.c:1250:22: note: byref variable will be forcibly initialized 1250 | enum fullness_group fg; | ^~ /kisskb/src/mm/zsmalloc.c:1249:15: note: byref variable will be forcibly initialized 1249 | unsigned int class_idx; | ^~~~~~~~~ /kisskb/src/mm/zsmalloc.c:1247:15: note: byref variable will be forcibly initialized 1247 | unsigned int obj_idx; | ^~~~~~~ /kisskb/src/mm/zsmalloc.c:1245:15: note: byref variable will be forcibly initialized 1245 | struct page *page; | ^~~~ /kisskb/src/mm/zsmalloc.c: In function 'zs_unmap_object': /kisskb/src/mm/zsmalloc.c:1323:16: note: byref variable will be forcibly initialized 1323 | struct page *pages[2]; | ^~~~~ /kisskb/src/mm/zsmalloc.c:1308:22: note: byref variable will be forcibly initialized 1308 | enum fullness_group fg; | ^~ /kisskb/src/mm/zsmalloc.c:1307:15: note: byref variable will be forcibly initialized 1307 | unsigned int class_idx; | ^~~~~~~~~ /kisskb/src/mm/zsmalloc.c:1305:15: note: byref variable will be forcibly initialized 1305 | unsigned int obj_idx; | ^~~~~~~ /kisskb/src/mm/zsmalloc.c:1303:15: note: byref variable will be forcibly initialized 1303 | struct page *page; | ^~~~ /kisskb/src/mm/zsmalloc.c: In function 'zs_object_copy': /kisskb/src/mm/zsmalloc.c:1538:25: note: byref variable will be forcibly initialized 1538 | unsigned int s_objidx, d_objidx; | ^~~~~~~~ /kisskb/src/mm/zsmalloc.c:1538:15: note: byref variable will be forcibly initialized 1538 | unsigned int s_objidx, d_objidx; | ^~~~~~~~ /kisskb/src/mm/zsmalloc.c:1537:24: note: byref variable will be forcibly initialized 1537 | struct page *s_page, *d_page; | ^~~~~~ /kisskb/src/mm/zsmalloc.c:1537:15: note: byref variable will be forcibly initialized 1537 | struct page *s_page, *d_page; | ^~~~~~ /kisskb/src/mm/zsmalloc.c: In function 'alloc_zspage': /kisskb/src/mm/zsmalloc.c:1061:15: note: byref variable will be forcibly initialized 1061 | struct page *pages[ZS_MAX_PAGES_PER_ZSPAGE]; | ^~~~~ /kisskb/src/mm/zsmalloc.c: In function 'migrate_zspage': /kisskb/src/mm/zsmalloc.c:1651:6: note: byref variable will be forcibly initialized 1651 | int obj_idx = cc->obj_idx; | ^~~~~~~ /kisskb/src/mm/zsmalloc.c: In function 'fix_fullness_group': /kisskb/src/mm/zsmalloc.c:763:22: note: byref variable will be forcibly initialized 763 | enum fullness_group currfg, newfg; | ^~~~~~ /kisskb/src/mm/zsmalloc.c:762:6: note: byref variable will be forcibly initialized 762 | int class_idx; | ^~~~~~~~~ /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/mm/zsmalloc.c: In function '__free_zspage': /kisskb/src/mm/zsmalloc.c:933:15: note: byref variable will be forcibly initialized 933 | unsigned int class_idx; | ^~~~~~~~~ /kisskb/src/mm/zsmalloc.c:932:22: note: byref variable will be forcibly initialized 932 | enum fullness_group fg; | ^~ /kisskb/src/mm/zsmalloc.c: In function 'zs_free': /kisskb/src/mm/zsmalloc.c:1497:22: note: byref variable will be forcibly initialized 1497 | enum fullness_group fullness; | ^~~~~~~~ /kisskb/src/mm/zsmalloc.c:1495:6: note: byref variable will be forcibly initialized 1495 | int class_idx; | ^~~~~~~~~ /kisskb/src/mm/zsmalloc.c:1494:15: note: byref variable will be forcibly initialized 1494 | unsigned int f_objidx; | ^~~~~~~~ /kisskb/src/mm/zsmalloc.c:1492:15: note: byref variable will be forcibly initialized 1492 | struct page *f_page; | ^~~~~~ /kisskb/src/mm/zsmalloc.c: In function '__zs_compact': /kisskb/src/mm/zsmalloc.c:2216:28: note: byref variable will be forcibly initialized 2216 | struct zs_compact_control cc; | ^~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/mm/zsmalloc.c:33: /kisskb/src/mm/zsmalloc.c: In function 'async_free_zspage': /kisskb/src/mm/zsmalloc.c:2143:12: note: byref variable will be forcibly initialized 2143 | 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/zsmalloc.c:2141:22: note: byref variable will be forcibly initialized 2141 | enum fullness_group fullness; | ^~~~~~~~ /kisskb/src/mm/zsmalloc.c:2140:15: note: byref variable will be forcibly initialized 2140 | unsigned int class_idx; | ^~~~~~~~~ /kisskb/src/mm/z3fold.c: In function '__z3fold_alloc': /kisskb/src/mm/z3fold.c:922:22: note: byref variable will be forcibly initialized 922 | struct list_head *l; | ^ /kisskb/src/mm/z3fold.c:870:21: note: byref variable will be forcibly initialized 870 | struct list_head *l = &unbuddied[i]; | ^ /kisskb/src/mm/zsmalloc.c: In function 'zs_page_isolate': /kisskb/src/mm/zsmalloc.c:1870:22: note: byref variable will be forcibly initialized 1870 | enum fullness_group fullness; | ^~~~~~~~ /kisskb/src/mm/zsmalloc.c:1869:6: note: byref variable will be forcibly initialized 1869 | int class_idx; | ^~~~~~~~~ /kisskb/src/mm/zsmalloc.c: In function 'zs_page_putback': /kisskb/src/mm/zsmalloc.c:2053:22: note: byref variable will be forcibly initialized 2053 | enum fullness_group fg; | ^~ /kisskb/src/mm/zsmalloc.c:2052:6: note: byref variable will be forcibly initialized 2052 | int class_idx; | ^~~~~~~~~ /kisskb/src/mm/zsmalloc.c: In function 'zs_page_migrate': /kisskb/src/mm/zsmalloc.c:1934:15: note: byref variable will be forcibly initialized 1934 | unsigned int obj_idx; | ^~~~~~~ /kisskb/src/mm/zsmalloc.c:1929:15: note: byref variable will be forcibly initialized 1929 | struct page *dummy; | ^~~~~ /kisskb/src/mm/zsmalloc.c:1927:22: note: byref variable will be forcibly initialized 1927 | enum fullness_group fullness; | ^~~~~~~~ /kisskb/src/mm/zsmalloc.c:1926:6: note: byref variable will be forcibly initialized 1926 | int class_idx; | ^~~~~~~~~ /kisskb/src/fs/overlayfs/super.c: In function 'ovl_posix_acl_xattr_set': /kisskb/src/fs/overlayfs/super.c:1053:16: note: byref variable will be forcibly initialized 1053 | struct iattr iattr = { .ia_valid = ATTR_KILL_SGID }; | ^~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/mm/zsmalloc.c:33: /kisskb/src/mm/zsmalloc.c: In function 'wait_for_isolated_drain': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/mm/zsmalloc.c:2113:2: note: in expansion of macro 'wait_event' 2113 | wait_event(pool->migration_wait, | ^~~~~~~~~~ /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; | ^~~~~~ In file included from /kisskb/src/include/linux/xattr.h:15, from /kisskb/src/fs/overlayfs/super.c:10: /kisskb/src/fs/overlayfs/super.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/fs/overlayfs/super.c: In function 'ovl_parse_opt': /kisskb/src/fs/overlayfs/super.c:524:15: note: byref variable will be forcibly initialized 524 | substring_t args[MAX_OPT_ARGS]; | ^~~~ /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:758:17: note: byref variable will be forcibly initialized 758 | struct dentry *work; | ^~~~ /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)); | ^~~~~~~~~ /kisskb/src/fs/overlayfs/super.c: In function 'ovl_get_fsid': /kisskb/src/fs/overlayfs/super.c:1631:8: note: byref variable will be forcibly initialized 1631 | dev_t dev; | ^~~ /kisskb/src/fs/overlayfs/super.c: In function 'ovl_get_layers': /kisskb/src/fs/overlayfs/super.c:1707:17: note: byref variable will be forcibly initialized 1707 | struct inode *trap; | ^~~~ /kisskb/src/drivers/pci/hotplug/shpchp_core.c: In function 'init_slots': /kisskb/src/drivers/pci/hotplug/shpchp_core.c:68:7: note: byref variable will be forcibly initialized 68 | char name[SLOT_NAME_SIZE]; | ^~~~ /kisskb/src/drivers/pci/hotplug/shpchp_ctrl.c: In function 'handle_button_press_event': /kisskb/src/drivers/pci/hotplug/shpchp_ctrl.c:460:5: note: byref variable will be forcibly initialized 460 | u8 getstatus; | ^~~~~~~~~ /kisskb/src/drivers/pci/hotplug/shpchp_ctrl.c: In function 'shpchp_disable_slot': /kisskb/src/drivers/pci/hotplug/shpchp_ctrl.c:601:5: note: byref variable will be forcibly initialized 601 | u8 getstatus = 0; | ^~~~~~~~~ In file included from /kisskb/src/drivers/pci/hotplug/shpchp_ctrl.c:22: /kisskb/src/drivers/pci/hotplug/shpchp_ctrl.c: In function 'amd_pogo_errata_save_misc_reg': /kisskb/src/drivers/pci/hotplug/shpchp.h:230:6: note: byref variable will be forcibly initialized 230 | u32 pcix_misc2_temp; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/hotplug/shpchp_ctrl.c: In function 'amd_pogo_errata_restore_misc_reg': /kisskb/src/drivers/pci/hotplug/shpchp.h:250:6: note: byref variable will be forcibly initialized 250 | u32 pcix_mem_base_reg; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/hotplug/shpchp.h:249:6: note: byref variable will be forcibly initialized 249 | u32 pcix_bridge_errors_reg; | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/hotplug/shpchp.h:248:6: note: byref variable will be forcibly initialized 248 | u32 pcix_misc2_temp; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/hotplug/shpchp_ctrl.c: In function 'board_added': /kisskb/src/drivers/pci/hotplug/shpchp_ctrl.c:234:21: note: byref variable will be forcibly initialized 234 | enum pci_bus_speed asp, bsp, msp; | ^~~ /kisskb/src/drivers/pci/hotplug/shpchp_ctrl.c: In function 'shpchp_enable_slot': /kisskb/src/drivers/pci/hotplug/shpchp_ctrl.c:544:5: note: byref variable will be forcibly initialized 544 | u8 getstatus = 0; | ^~~~~~~~~ /kisskb/src/fs/jfs/super.c: In function 'jfs_quota_write': /kisskb/src/fs/jfs/super.c:787:21: note: byref variable will be forcibly initialized 787 | struct buffer_head tmp_bh; | ^~~~~~ /kisskb/src/drivers/pci/hotplug/shpchp_ctrl.c: In function 'shpchp_handle_switch_change': /kisskb/src/drivers/pci/hotplug/shpchp_ctrl.c:71:5: note: byref variable will be forcibly initialized 71 | u8 getstatus; | ^~~~~~~~~ /kisskb/src/fs/jfs/super.c: In function 'jfs_quota_read': /kisskb/src/fs/jfs/super.c:742:21: note: byref variable will be forcibly initialized 742 | struct buffer_head tmp_bh; | ^~~~~~ /kisskb/src/fs/jfs/super.c: In function 'parse_options': /kisskb/src/fs/jfs/super.c:349:10: note: byref variable will be forcibly initialized 349 | gid_t val; | ^~~ /kisskb/src/fs/jfs/super.c:335:10: note: byref variable will be forcibly initialized 335 | uid_t val; | ^~~ /kisskb/src/fs/jfs/super.c:246:15: note: byref variable will be forcibly initialized 246 | substring_t args[MAX_OPT_ARGS]; | ^~~~ /kisskb/src/fs/debugfs/inode.c: In function 'debugfs_parse_options': /kisskb/src/fs/debugfs/inode.c:108:6: note: byref variable will be forcibly initialized 108 | int option; | ^~~~~~ /kisskb/src/fs/debugfs/inode.c:107:14: note: byref variable will be forcibly initialized 107 | substring_t args[MAX_OPT_ARGS]; | ^~~~ /kisskb/src/fs/jfs/super.c: In function 'jfs_remount': /kisskb/src/fs/jfs/super.c:433:6: note: byref variable will be forcibly initialized 433 | int flag = JFS_SBI(sb)->flag; | ^~~~ /kisskb/src/fs/jfs/super.c:431:6: note: byref variable will be forcibly initialized 431 | s64 newLVSize = 0; | ^~~~~~~~~ /kisskb/src/fs/jfs/super.c: In function 'jfs_fill_super': /kisskb/src/fs/jfs/super.c:495:6: note: byref variable will be forcibly initialized 495 | int flag, ret = -EINVAL; | ^~~~ /kisskb/src/fs/jfs/super.c:494:6: note: byref variable will be forcibly initialized 494 | s64 newLVSize = 0; | ^~~~~~~~~ /kisskb/src/fs/jfs/super.c: In function 'jfs_error': /kisskb/src/fs/jfs/super.c:86:10: note: byref variable will be forcibly initialized 86 | va_list args; | ^~~~ /kisskb/src/fs/jfs/super.c:85:19: note: byref variable will be forcibly initialized 85 | struct va_format vaf; | ^~~ /kisskb/src/fs/debugfs/file.c: In function 'debugfs_read_file_bool': /kisskb/src/fs/debugfs/file.c:770:7: note: byref variable will be forcibly initialized 770 | char buf[2]; | ^~~ /kisskb/src/fs/debugfs/file.c: In function 'debugfs_write_file_bool': /kisskb/src/fs/debugfs/file.c:793:7: note: byref variable will be forcibly initialized 793 | bool bv; | ^~ /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/exfat/nls.c: In function '__exfat_utf16_to_nls': /kisskb/src/fs/exfat/nls.c:545:16: note: byref variable will be forcibly initialized 545 | unsigned char buf[MAX_CHARSET_SIZE]; | ^~~ In file included from /kisskb/src/include/linux/string.h:5, from /kisskb/src/fs/exfat/nls.c:6: /kisskb/src/fs/exfat/nls.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:756:6: note: in expansion of macro 'unlikely' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:756:15: note: in expansion of macro 'check_mul_overflow' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:756:6: note: in expansion of macro 'unlikely' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:756:15: note: in expansion of macro 'check_mul_overflow' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/fs/exfat/nls.c:7: /kisskb/src/include/linux/slab.h:754:9: note: byref variable will be forcibly initialized 754 | size_t bytes; | ^~~~~ /kisskb/src/fs/exfat/nls.c: In function 'exfat_utf8_to_utf16': /kisskb/src/fs/exfat/nls.c:498:9: note: byref variable will be forcibly initialized 498 | __le16 upname[MAX_NAME_LENGTH + 1]; | ^~~~~~ /kisskb/src/fs/exfat/nls.c: In function 'exfat_nls_to_ucs2': /kisskb/src/fs/exfat/nls.c:600:9: note: byref variable will be forcibly initialized 600 | __le16 upname[MAX_NAME_LENGTH + 1]; | ^~~~~~ /kisskb/src/fs/exfat/nls.c:599:25: note: byref variable will be forcibly initialized 599 | int i = 0, unilen = 0, lossy = NLS_NAME_NO_LOSSY; | ^~~~~ /kisskb/src/fs/exfat/nls.c: In function 'exfat_create_upcase_table': /kisskb/src/fs/exfat/nls.c:757:22: note: byref variable will be forcibly initialized 757 | struct buffer_head *bh; | ^~ /kisskb/src/fs/exfat/nls.c:754:21: note: byref variable will be forcibly initialized 754 | struct exfat_chain clu; | ^~~ In file included from /kisskb/src/include/asm-generic/div64.h:27, from ./arch/powerpc/include/generated/asm/div64.h:1, from /kisskb/src/include/linux/math.h:5, from /kisskb/src/include/linux/delay.h:22, from /kisskb/src/drivers/pci/controller/cadence/pcie-cadence-ep.c:6: /kisskb/src/drivers/pci/controller/cadence/pcie-cadence-ep.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pci-epf.h:13, from /kisskb/src/include/linux/pci-epc.h:12, from /kisskb/src/drivers/pci/controller/cadence/pcie-cadence-ep.c:9: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/lib/crypto/chacha20poly1305-selftest.c: In function 'chacha20poly1305_encrypt_bignonce': /kisskb/src/lib/crypto/chacha20poly1305-selftest.c:8841:6: note: byref variable will be forcibly initialized 8841 | u32 le_key[8]; | ^~~~~~ /kisskb/src/lib/crypto/chacha20poly1305-selftest.c:8840:5: note: byref variable will be forcibly initialized 8840 | u8 bottom_row[16] = { 0 }; | ^~~~~~~~~~ /kisskb/src/lib/crypto/chacha20poly1305-selftest.c:8839:4: note: byref variable will be forcibly initialized 8839 | } b = {{ 0 }}; | ^ /kisskb/src/lib/crypto/chacha20poly1305-selftest.c:8835:6: note: byref variable will be forcibly initialized 8835 | u32 chacha20_state[CHACHA_STATE_WORDS]; | ^~~~~~~~~~~~~~ /kisskb/src/lib/crypto/chacha20poly1305-selftest.c:8834:27: note: byref variable will be forcibly initialized 8834 | struct poly1305_desc_ctx poly1305_state; | ^~~~~~~~~~~~~~ /kisskb/src/lib/crypto/chacha20poly1305-selftest.c: In function 'chacha20poly1305_selftest': /kisskb/src/lib/crypto/chacha20poly1305-selftest.c:8891:21: note: byref variable will be forcibly initialized 8891 | struct scatterlist sg_src[3]; | ^~~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-test.c: In function 'pci_epf_test_init_dma_chan': /kisskb/src/drivers/pci/endpoint/functions/pci-epf-test.c:162:17: note: byref variable will be forcibly initialized 162 | dma_cap_mask_t mask; | ^~~~ In file included from /kisskb/src/include/linux/restart_block.h:10, from /kisskb/src/include/linux/thread_info.h:14, from /kisskb/src/arch/powerpc/include/asm/processor.h:41, from /kisskb/src/include/linux/processor.h:6, from /kisskb/src/arch/powerpc/include/asm/delay.h:6, from /kisskb/src/include/linux/delay.h:26, from /kisskb/src/drivers/pci/endpoint/functions/pci-epf-test.c:10: /kisskb/src/drivers/pci/endpoint/functions/pci-epf-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/pci/endpoint/functions/pci-epf-test.c: In function 'pci_epf_test_print_rate': /kisskb/src/drivers/pci/endpoint/functions/pci-epf-test.c:201:20: note: byref variable will be forcibly initialized 201 | struct timespec64 ts; | ^~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-test.c: In function 'pci_epf_test_write': /kisskb/src/drivers/pci/endpoint/functions/pci-epf-test.c:406:27: note: byref variable will be forcibly initialized 406 | struct timespec64 start, end; | ^~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-test.c:406:20: note: byref variable will be forcibly initialized 406 | struct timespec64 start, end; | ^~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-test.c:404:14: note: byref variable will be forcibly initialized 404 | phys_addr_t phys_addr; | ^~~~~~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-test.c: In function 'pci_epf_test_read': /kisskb/src/drivers/pci/endpoint/functions/pci-epf-test.c:318:27: note: byref variable will be forcibly initialized 318 | struct timespec64 start, end; | ^~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-test.c:318:20: note: byref variable will be forcibly initialized 318 | struct timespec64 start, end; | ^~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-test.c:316:14: note: byref variable will be forcibly initialized 316 | phys_addr_t phys_addr; | ^~~~~~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-test.c: In function 'pci_epf_test_copy': /kisskb/src/drivers/pci/endpoint/functions/pci-epf-test.c:235:27: note: byref variable will be forcibly initialized 235 | struct timespec64 start, end; | ^~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-test.c:235:20: note: byref variable will be forcibly initialized 235 | struct timespec64 start, end; | ^~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-test.c:234:14: note: byref variable will be forcibly initialized 234 | phys_addr_t dst_phys_addr; | ^~~~~~~~~~~~~ /kisskb/src/drivers/pci/endpoint/functions/pci-epf-test.c:233:14: note: byref variable will be forcibly initialized 233 | phys_addr_t src_phys_addr; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpio/gpio-virtio.c: In function 'virtio_gpio_alloc_vqs': /kisskb/src/drivers/gpio/gpio-virtio.c:469:20: note: byref variable will be forcibly initialized 469 | struct virtqueue *vqs[2] = { NULL, NULL }; | ^~~ /kisskb/src/drivers/gpio/gpio-virtio.c:465:17: note: byref variable will be forcibly initialized 465 | vq_callback_t *cbs[] = { | ^~~ /kisskb/src/drivers/gpio/gpio-virtio.c:464:21: note: byref variable will be forcibly initialized 464 | const char * const names[] = { "requestq", "eventq" }; | ^~~~~ /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:64:22: 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_get': /kisskb/src/drivers/gpio/gpio-virtio.c:194:5: note: byref variable will be forcibly initialized 194 | u8 value; | ^~~~~ /kisskb/src/drivers/gpio/gpio-virtio.c: In function 'virtio_gpio_get_direction': /kisskb/src/drivers/gpio/gpio-virtio.c:151:5: note: byref variable will be forcibly initialized 151 | u8 direction; | ^~~~~~~~~ /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/drivers/gpio/gpio-virtio.c: In function 'virtio_gpio_irq_prepare': /kisskb/src/drivers/gpio/gpio-virtio.c:214:38: note: byref variable will be forcibly initialized 214 | struct scatterlist *sgs[2], req_sg, res_sg; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-virtio.c:214:30: note: byref variable will be forcibly initialized 214 | struct scatterlist *sgs[2], req_sg, res_sg; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-virtio.c:214:22: note: byref variable will be forcibly initialized 214 | struct scatterlist *sgs[2], req_sg, res_sg; | ^~~ /kisskb/src/kernel/time/time.c: In function 'put_timespec64': /kisskb/src/kernel/time/time.c:807:27: note: byref variable will be forcibly initialized 807 | struct __kernel_timespec kts = { | ^~~ /kisskb/src/kernel/time/time.c: In function '__get_old_timespec32': /kisskb/src/kernel/time/time.c:819:24: note: byref variable will be forcibly initialized 819 | struct old_timespec32 ts; | ^~ /kisskb/src/kernel/time/time.c: In function '__put_old_timespec32': /kisskb/src/kernel/time/time.c:835:24: note: byref variable will be forcibly initialized 835 | struct old_timespec32 ts = { | ^~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/container_of.h:5, from /kisskb/src/include/linux/list.h:5, from /kisskb/src/include/linux/swait.h:5, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/drivers/gpio/gpio-virtio.c:12: /kisskb/src/drivers/gpio/gpio-virtio.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/gpio/gpio-virtio.c:14: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /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/drivers/gpio/gpio-virtio.c: In function 'virtio_gpio_event_vq': /kisskb/src/drivers/gpio/gpio-virtio.c:409:15: note: byref variable will be forcibly initialized 409 | unsigned int len; | ^~~ /kisskb/src/drivers/gpio/gpio-virtio.c: In function 'virtio_gpio_request_vq': /kisskb/src/drivers/gpio/gpio-virtio.c:443:15: note: byref variable will be forcibly initialized 443 | unsigned int len; | ^~~ /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/drivers/gpio/gpio-virtio.c: In function 'virtio_gpio_probe': /kisskb/src/drivers/gpio/gpio-virtio.c:546:28: note: byref variable will be forcibly initialized 546 | struct virtio_gpio_config config; | ^~~~~~ /kisskb/src/kernel/time/time.c: In function '__do_sys_gettimeofday': /kisskb/src/kernel/time/time.c:144:21: note: byref variable will be forcibly initialized 144 | struct timespec64 ts; | ^~ /kisskb/src/kernel/time/time.c: In function '__do_sys_adjtimex': /kisskb/src/kernel/time/time.c:271:24: note: byref variable will be forcibly initialized 271 | struct __kernel_timex txc; /* Local copy of parameter */ | ^~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/net/core/stream.c:16: /kisskb/src/net/core/stream.c: In function 'sk_stream_wait_close': /kisskb/src/net/core/stream.c:99:20: note: byref variable will be forcibly initialized 99 | DEFINE_WAIT_FUNC(wait, woken_wake_function); | ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/kernel/time/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/time/time.c: In function 'timespec64_add_safe': /kisskb/src/kernel/time/time.c:768:20: note: byref variable will be forcibly initialized 768 | struct timespec64 res; | ^~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/cdev.h:8, from /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c:15: /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c: In function 'maint_port_idx_get': /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c:1363:6: note: byref variable will be forcibly initialized 1363 | u32 port_idx = md->mport->index; | ^~~~~~~~ /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c: In function 'rio_mport_remove_db_filter': /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c:1480:29: note: byref variable will be forcibly initialized 1480 | struct rio_doorbell_filter filter; | ^~~~~~ /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c: In function 'rio_mport_pw_handler': /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c:1523:19: note: byref variable will be forcibly initialized 1523 | struct rio_event event; | ^~~~~ /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c: In function 'rio_mport_doorbell_handler': /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c:1403:19: note: byref variable will be forcibly initialized 1403 | struct rio_event event; | ^~~~~ /kisskb/src/drivers/rapidio/rio.c: In function 'rio_local_get_device_id': /kisskb/src/drivers/rapidio/rio.c:74:6: note: byref variable will be forcibly initialized 74 | u32 result; | ^~~~~~ In file included from /kisskb/src/drivers/rapidio/rio.c:24: /kisskb/src/drivers/rapidio/rio.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c: In function 'rio_mport_obw_free': /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c:463:6: note: byref variable will be forcibly initialized 463 | u64 handle; | ^~~~~~ /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c: In function 'rio_mport_inbound_free': /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c:1329:6: note: byref variable will be forcibly initialized 1329 | u64 handle; | ^~~~~~ /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c: In function 'rio_mport_maint_rd': /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c:262:28: note: byref variable will be forcibly initialized 262 | struct rio_mport_maint_io maint_io; | ^~~~~~~~ /kisskb/src/drivers/rapidio/rio.c: In function 'rio_chk_dev_route': /kisskb/src/drivers/rapidio/rio.c:956:6: note: byref variable will be forcibly initialized 956 | u32 result; | ^~~~~~ /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c: In function 'maint_comptag_set': /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c:520:6: note: byref variable will be forcibly initialized 520 | u32 comptag; | ^~~~~~~ /kisskb/src/drivers/rapidio/rio.c: In function 'rio_mport_get_efb': /kisskb/src/drivers/rapidio/rio.c:1348:6: note: byref variable will be forcibly initialized 1348 | u32 reg_val; | ^~~~~~~ /kisskb/src/drivers/rapidio/rio.c: In function 'rio_mport_get_physefb': /kisskb/src/drivers/rapidio/rio.c:784:6: note: byref variable will be forcibly initialized 784 | u32 ftr_header; | ^~~~~~~~~~ /kisskb/src/drivers/rapidio/rio.c: In function 'rio_mport_get_feature': /kisskb/src/drivers/rapidio/rio.c:1386:29: note: byref variable will be forcibly initialized 1386 | u32 asm_info, ext_ftr_ptr, ftr_header; | ^~~~~~~~~~ /kisskb/src/drivers/rapidio/rio.c:1386:6: note: byref variable will be forcibly initialized 1386 | u32 asm_info, ext_ftr_ptr, ftr_header; | ^~~~~~~~ /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c: In function 'rio_mport_maint_wr': /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c:307:28: note: byref variable will be forcibly initialized 307 | struct rio_mport_maint_io maint_io; | ^~~~~~~~ /kisskb/src/drivers/rapidio/rio.c: In function 'rio_set_port_lockout': /kisskb/src/drivers/rapidio/rio.c:869:6: note: byref variable will be forcibly initialized 869 | u32 regval; | ^~~~~~ /kisskb/src/drivers/rapidio/rio.c: In function 'rio_unlock_device': /kisskb/src/drivers/rapidio/rio.c:1578:6: note: byref variable will be forcibly initialized 1578 | u32 result; | ^~~~~~ /kisskb/src/drivers/rapidio/rio.c: In function 'rio_std_route_get_entry': /kisskb/src/drivers/rapidio/rio.c:1457:6: note: byref variable will be forcibly initialized 1457 | u32 result; | ^~~~~~ /kisskb/src/drivers/rapidio/rio.c: In function 'rio_mport_chk_dev_access': /kisskb/src/drivers/rapidio/rio.c:996:6: note: byref variable will be forcibly initialized 996 | u32 tmp; | ^~~ /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c: In function 'maint_hdid_set': /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c:498:6: note: byref variable will be forcibly initialized 498 | u16 hdid; | ^~~~ /kisskb/src/drivers/rapidio/rio.c: In function 'rio_get_input_status': /kisskb/src/drivers/rapidio/rio.c:1030:6: note: byref variable will be forcibly initialized 1030 | u32 regval; | ^~~~~~ /kisskb/src/drivers/rapidio/rio.c: In function 'rio_clr_err_stopped': /kisskb/src/drivers/rapidio/rio.c:1082:6: note: byref variable will be forcibly initialized 1082 | u32 regval; | ^~~~~~ /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c: In function 'rio_mport_remove_pw_filter': /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c:1611:23: note: byref variable will be forcibly initialized 1611 | struct rio_pw_filter filter; | ^~~~~~ /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c: In function 'rio_mport_add_riodev': /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c:1687:6: note: byref variable will be forcibly initialized 1687 | u32 swpinfo = 0; | ^~~~~~~ /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c:1686:6: note: byref variable will be forcibly initialized 1686 | u32 rval; | ^~~~ /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c:1680:23: note: byref variable will be forcibly initialized 1680 | struct rio_rdev_info dev_info; | ^~~~~~~~ /kisskb/src/drivers/rapidio/rio.c: In function 'rio_lock_device': /kisskb/src/drivers/rapidio/rio.c:1535:6: note: byref variable will be forcibly initialized 1535 | u32 result; | ^~~~~~ /kisskb/src/drivers/rapidio/rio.c: In function 'rio_std_route_clr_table': /kisskb/src/drivers/rapidio/rio.c:1484:9: note: byref variable will be forcibly initialized 1484 | u32 i, pef, id_inc = 1, ext_cfg = 0; | ^~~ /kisskb/src/drivers/rapidio/rio.c:1483:6: note: byref variable will be forcibly initialized 1483 | u32 max_destid = 0xff; | ^~~~~~~~~~ /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c: In function 'rio_mport_del_riodev': /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c:1819:23: note: byref variable will be forcibly initialized 1819 | struct rio_rdev_info dev_info; | ^~~~~~~~ /kisskb/src/drivers/rapidio/rio.c: In function 'rio_inb_pwrite_handler': /kisskb/src/drivers/rapidio/rio.c:1174:10: note: byref variable will be forcibly initialized 1174 | int rc, portnum; | ^~~~~~~ /kisskb/src/drivers/rapidio/rio.c:1173:30: note: byref variable will be forcibly initialized 1173 | u32 err_status, em_perrdet, em_ltlerrdet; | ^~~~~~~~~~~~ /kisskb/src/drivers/rapidio/rio.c:1173:18: note: byref variable will be forcibly initialized 1173 | u32 err_status, em_perrdet, em_ltlerrdet; | ^~~~~~~~~~ /kisskb/src/drivers/rapidio/rio.c:1173:6: note: byref variable will be forcibly initialized 1173 | u32 err_status, em_perrdet, em_ltlerrdet; | ^~~~~~~~~~ /kisskb/src/drivers/rapidio/rio.c:1172:18: note: byref variable will be forcibly initialized 1172 | struct rio_dev *rdev; | ^~~~ /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c: In function 'mport_write': /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c:2301:19: note: byref variable will be forcibly initialized 2301 | struct rio_event event; | ^~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c:13: /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c: In function 'mport_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c:2280:8: note: in expansion of macro 'wait_event_interruptible' 2280 | ret = wait_event_interruptible(priv->event_rx_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c:2267:6: note: byref variable will be forcibly initialized 2267 | int copied; | ^~~~~~ /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c: In function 'mport_cdev_add': /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c:2364:24: note: byref variable will be forcibly initialized 2364 | struct rio_mport_attr attr; | ^~~~ /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c: In function 'rio_mport_add_db_filter': /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c:1435:29: note: byref variable will be forcibly initialized 1435 | struct rio_doorbell_filter filter; | ^~~~~~ /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c: In function 'rio_mport_add_pw_filter': /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c:1554:23: note: byref variable will be forcibly initialized 1554 | struct rio_pw_filter filter; | ^~~~~~ /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c: In function 'rio_mport_obw_map': /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c:430:13: note: byref variable will be forcibly initialized 430 | dma_addr_t paddr; | ^~~~~ /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c:429:18: note: byref variable will be forcibly initialized 429 | struct rio_mmap map; | ^~~ /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c: In function 'rio_mport_map_inbound': /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c:1288:28: note: byref variable will be forcibly initialized 1288 | struct rio_mport_mapping *mapping = NULL; | ^~~~~~~ /kisskb/src/drivers/rapidio/devices/rio_mport_cdev.c:1287:18: note: byref variable will be forcibly initialized 1287 | struct rio_mmap map; | ^~~ /kisskb/src/fs/ntfs/attrib.c: In function 'ntfs_external_attr_find': /kisskb/src/fs/ntfs/attrib.c:848:24: note: byref variable will be forcibly initialized 848 | ntfs_inode *base_ni, *ni; | ^~ /kisskb/src/lib/crypto/curve25519-selftest.c: In function 'curve25519_selftest': /kisskb/src/lib/crypto/curve25519-selftest.c:1307:57: note: byref variable will be forcibly initialized 1307 | curve25519_generic(out3, in, (u8[CURVE25519_KEY_SIZE]){ 9 }); | ^ /kisskb/src/lib/crypto/curve25519-selftest.c:1306:56: note: byref variable will be forcibly initialized 1306 | ret2 = curve25519(out2, in, (u8[CURVE25519_KEY_SIZE]){ 9 }); | ^ /kisskb/src/lib/crypto/curve25519-selftest.c:1289:5: note: byref variable will be forcibly initialized 1289 | out3[CURVE25519_KEY_SIZE]; | ^~~~ /kisskb/src/lib/crypto/curve25519-selftest.c:1288:31: note: byref variable will be forcibly initialized 1288 | u8 out[CURVE25519_KEY_SIZE], out2[CURVE25519_KEY_SIZE], | ^~~~ /kisskb/src/lib/crypto/curve25519-selftest.c:1288:5: note: byref variable will be forcibly initialized 1288 | u8 out[CURVE25519_KEY_SIZE], out2[CURVE25519_KEY_SIZE], | ^~~ /kisskb/src/lib/crypto/curve25519-selftest.c:1287:5: note: byref variable will be forcibly initialized 1287 | u8 in[CURVE25519_KEY_SIZE]; | ^~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/include/linux/dma-direct.h:9, from /kisskb/src/kernel/dma/swiotlb.c:24: /kisskb/src/kernel/dma/swiotlb.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:135:6: note: in expansion of macro 'check_mul_overflow' 135 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:135:6: note: in expansion of macro 'check_mul_overflow' 135 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:133:9: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/swiotlb.h:50, from /kisskb/src/kernel/dma/swiotlb.c:58: /kisskb/src/kernel/dma/swiotlb.c: In function 'trace_event_raw_event_swiotlb_bounced': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/swiotlb.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(swiotlb_bounced, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/swiotlb.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(swiotlb_bounced, | ^~~~~~~~~~~ /kisskb/src/drivers/rapidio/rio-access.c: In function '__rio_local_read_config_8': /kisskb/src/drivers/rapidio/rio-access.c:37:6: note: byref variable will be forcibly initialized 37 | u32 data = 0; \ | ^~~~ /kisskb/src/drivers/rapidio/rio-access.c:61:1: note: in expansion of macro 'RIO_LOP_READ' 61 | RIO_LOP_READ(8, u8, 1) | ^~~~~~~~~~~~ /kisskb/src/drivers/rapidio/rio-access.c: In function '__rio_local_read_config_16': /kisskb/src/drivers/rapidio/rio-access.c:37:6: note: byref variable will be forcibly initialized 37 | u32 data = 0; \ | ^~~~ /kisskb/src/drivers/rapidio/rio-access.c:62:1: note: in expansion of macro 'RIO_LOP_READ' 62 | RIO_LOP_READ(16, u16, 2) | ^~~~~~~~~~~~ /kisskb/src/drivers/rapidio/rio-access.c: In function '__rio_local_read_config_32': /kisskb/src/drivers/rapidio/rio-access.c:37:6: note: byref variable will be forcibly initialized 37 | u32 data = 0; \ | ^~~~ /kisskb/src/drivers/rapidio/rio-access.c:63:1: note: in expansion of macro 'RIO_LOP_READ' 63 | RIO_LOP_READ(32, u32, 4) | ^~~~~~~~~~~~ /kisskb/src/drivers/rapidio/rio-access.c: In function 'rio_mport_read_config_8': /kisskb/src/drivers/rapidio/rio-access.c:89:6: note: byref variable will be forcibly initialized 89 | u32 data = 0; \ | ^~~~ /kisskb/src/drivers/rapidio/rio-access.c:114:1: note: in expansion of macro 'RIO_OP_READ' 114 | RIO_OP_READ(8, u8, 1) | ^~~~~~~~~~~ /kisskb/src/drivers/rapidio/rio-access.c: In function 'rio_mport_read_config_16': /kisskb/src/drivers/rapidio/rio-access.c:89:6: note: byref variable will be forcibly initialized 89 | u32 data = 0; \ | ^~~~ /kisskb/src/drivers/rapidio/rio-access.c:115:1: note: in expansion of macro 'RIO_OP_READ' 115 | RIO_OP_READ(16, u16, 2) | ^~~~~~~~~~~ /kisskb/src/drivers/rapidio/rio-access.c: In function 'rio_mport_read_config_32': /kisskb/src/drivers/rapidio/rio-access.c:89:6: note: byref variable will be forcibly initialized 89 | u32 data = 0; \ | ^~~~ /kisskb/src/drivers/rapidio/rio-access.c:116:1: note: in expansion of macro 'RIO_OP_READ' 116 | RIO_OP_READ(32, u32, 4) | ^~~~~~~~~~~ /kisskb/src/drivers/gpio/gpio-bd71815.c: In function 'bd71815gpo_get': /kisskb/src/drivers/gpio/gpio-bd71815.c:31:11: note: byref variable will be forcibly initialized 31 | int ret, val; | ^~~ /kisskb/src/fs/exfat/misc.c: In function 'exfat_msg': /kisskb/src/fs/exfat/misc.c:55:10: note: byref variable will be forcibly initialized 55 | va_list args; | ^~~~ /kisskb/src/fs/exfat/misc.c:54:19: note: byref variable will be forcibly initialized 54 | struct va_format vaf; | ^~~ /kisskb/src/fs/exfat/misc.c: In function '__exfat_fs_error': /kisskb/src/fs/exfat/misc.c:29:19: note: byref variable will be forcibly initialized 29 | struct va_format vaf; | ^~~ /kisskb/src/fs/exfat/misc.c:28:10: note: byref variable will be forcibly initialized 28 | va_list args; | ^~~~ /kisskb/src/fs/exfat/misc.c: In function 'exfat_set_entry_time': /kisskb/src/fs/exfat/misc.c:106:12: note: byref variable will be forcibly initialized 106 | struct tm tm; | ^~ /kisskb/src/drivers/pci/hotplug/shpchp_hpc.c: In function 'hpc_get_adapter_speed': /kisskb/src/drivers/pci/hotplug/shpchp_hpc.c:445:5: note: byref variable will be forcibly initialized 445 | u8 pi, pcix_cap; | ^~ /kisskb/src/fs/exfat/file.c: In function 'exfat_ioctl_fitrim': In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/pci/hotplug/shpchp_hpc.c:17: /kisskb/src/drivers/pci/hotplug/shpchp_hpc.c: In function 'shpc_wait_cmd': /kisskb/src/fs/exfat/file.c:357:22: note: byref variable will be forcibly initialized 357 | struct fstrim_range range; | ^~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/hotplug/shpchp_hpc.c:275:8: note: in expansion of macro 'wait_event_interruptible_timeout' 275 | rc = wait_event_interruptible_timeout(ctrl->queue, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/exfat/file.c: In function '__exfat_truncate': /kisskb/src/fs/exfat/file.c:155:21: note: byref variable will be forcibly initialized 155 | struct timespec64 ts; | ^~ /kisskb/src/fs/exfat/file.c:100:21: note: byref variable will be forcibly initialized 100 | struct exfat_chain clu; | ^~~ /kisskb/src/drivers/pci/hotplug/shpchp_hpc.c: In function 'shpc_init': /kisskb/src/drivers/pci/hotplug/shpchp_hpc.c:919:6: note: byref variable will be forcibly initialized 919 | u32 tempdword, slot_reg, slot_config; | ^~~~~~~~~ /kisskb/src/drivers/pci/hotplug/shpchp_hpc.c:918:6: note: byref variable will be forcibly initialized 918 | u32 shpc_base_offset; | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/ntfs3/attrlist.c: In function 'al_find_le': /kisskb/src/fs/ntfs3/attrlist.c:156:7: note: byref variable will be forcibly initialized 156 | CLST svcn = attr_svcn(attr); | ^~~~ /kisskb/src/fs/ntfs3/attrlist.c: In function 'al_add_le': /kisskb/src/fs/ntfs3/attrlist.c:280:6: note: byref variable will be forcibly initialized 280 | u64 new_size; | ^~~~~~~~ /kisskb/src/fs/ntfs3/attrlist.c:275:17: note: byref variable will be forcibly initialized 275 | struct ATTRIB *attr; | ^~~~ /kisskb/src/fs/ntfs3/attrlist.c: In function 'al_update': /kisskb/src/fs/ntfs3/attrlist.c:426:17: note: byref variable will be forcibly initialized 426 | struct ATTRIB *attr; | ^~~~ /kisskb/src/fs/tracefs/inode.c: In function 'tracefs_parse_options': /kisskb/src/fs/tracefs/inode.c:167:6: note: byref variable will be forcibly initialized 167 | int option; | ^~~~~~ /kisskb/src/fs/tracefs/inode.c:166:14: note: byref variable will be forcibly initialized 166 | substring_t args[MAX_OPT_ARGS]; | ^~~~ /kisskb/src/fs/ext4/file.c: In function 'ext4_sample_last_mounted': /kisskb/src/fs/ext4/file.c:797:7: note: byref variable will be forcibly initialized 797 | char buf[64], *cp; | ^~~ /kisskb/src/fs/ext4/file.c:796:14: note: byref variable will be forcibly initialized 796 | struct path path; | ^~~~ /kisskb/src/fs/ext4/file.c: In function 'ext4_dax_huge_fault': /kisskb/src/fs/ext4/file.c:709:8: note: byref variable will be forcibly initialized 709 | pfn_t pfn; | ^~~ /kisskb/src/fs/ext4/file.c:690:6: note: byref variable will be forcibly initialized 690 | int retries = 0; | ^~~~~~~ /kisskb/src/fs/ext4/file.c:688:6: note: byref variable will be forcibly initialized 688 | int error = 0; | ^~~~~ /kisskb/src/drivers/pci/controller/dwc/pcie-designware.c: In function 'dw_pcie_read_dbi': /kisskb/src/drivers/pci/controller/dwc/pcie-designware.c:142:6: note: byref variable will be forcibly initialized 142 | u32 val; | ^~~ /kisskb/src/fs/ext4/file.c: In function 'ext4_overwrite_io': /kisskb/src/fs/ext4/file.c:191:25: note: byref variable will be forcibly initialized 191 | struct ext4_map_blocks map; | ^~~ /kisskb/src/drivers/pci/controller/dwc/pcie-designware.c: In function 'dw_pcie_readl_atu': /kisskb/src/drivers/pci/controller/dwc/pcie-designware.c:187:6: note: byref variable will be forcibly initialized 187 | u32 val; | ^~~ /kisskb/src/fs/ext4/file.c: In function 'ext4_dio_write_iter': /kisskb/src/fs/ext4/file.c:480:7: note: byref variable will be forcibly initialized 480 | bool ilock_shared = true; | ^~~~~~~~~~~~ /kisskb/src/fs/ext4/file.c:479:7: note: byref variable will be forcibly initialized 479 | bool extend = false, unaligned_io = false; | ^~~~~~ In file included from /kisskb/src/include/linux/xattr.h:15, from /kisskb/src/fs/overlayfs/namei.c:11: /kisskb/src/fs/overlayfs/namei.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/fs/overlayfs/namei.c: In function 'ovl_verify_index': /kisskb/src/fs/overlayfs/namei.c:522:19: note: byref variable will be forcibly initialized 522 | struct ovl_path *stack = &origin; | ^~~~~ /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/namei.c:838:17: note: byref variable will be forcibly initialized 838 | struct dentry *this; | ^~~~ /kisskb/src/fs/overlayfs/namei.c:831:28: note: byref variable will be forcibly initialized 831 | struct dentry *upperdir, *upperdentry = NULL; | ^~~~~~~~~~~ /kisskb/src/fs/overlayfs/namei.c:830:34: note: byref variable will be forcibly initialized 830 | struct ovl_path *stack = NULL, *origin_path = NULL; | ^~~~~~~~~~~ /kisskb/src/fs/udf/balloc.c: In function 'read_block_bitmap': /kisskb/src/fs/udf/balloc.c:40:24: note: byref variable will be forcibly initialized 40 | struct kernel_lb_addr loc; | ^~~ /kisskb/src/fs/udf/balloc.c: In function 'udf_table_free_blocks': /kisskb/src/fs/udf/balloc.c:368:32: note: byref variable will be forcibly initialized 368 | struct extent_position oepos, epos; | ^~~~ /kisskb/src/fs/udf/balloc.c:368:25: note: byref variable will be forcibly initialized 368 | struct extent_position oepos, epos; | ^~~~~ /kisskb/src/fs/udf/balloc.c:367:24: note: byref variable will be forcibly initialized 367 | struct kernel_lb_addr eloc; | ^~~~ /kisskb/src/fs/udf/balloc.c:366:11: note: byref variable will be forcibly initialized 366 | uint32_t elen; | ^~~~ /kisskb/src/fs/udf/balloc.c: In function 'udf_table_prealloc_blocks': /kisskb/src/fs/udf/balloc.c:506:25: note: byref variable will be forcibly initialized 506 | struct extent_position epos; | ^~~~ /kisskb/src/fs/udf/balloc.c:505:24: note: byref variable will be forcibly initialized 505 | struct kernel_lb_addr eloc; | ^~~~ /kisskb/src/fs/udf/balloc.c:504:11: note: byref variable will be forcibly initialized 504 | uint32_t elen, adsize; | ^~~~ /kisskb/src/fs/udf/balloc.c: In function 'udf_table_new_block': /kisskb/src/fs/udf/balloc.c:568:31: note: byref variable will be forcibly initialized 568 | struct extent_position epos, goal_epos; | ^~~~~~~~~ /kisskb/src/fs/udf/balloc.c:568:25: note: byref variable will be forcibly initialized 568 | struct extent_position epos, goal_epos; | ^~~~ /kisskb/src/fs/udf/balloc.c:567:30: note: byref variable will be forcibly initialized 567 | struct kernel_lb_addr eloc, goal_eloc; | ^~~~~~~~~ /kisskb/src/fs/udf/balloc.c:567:24: note: byref variable will be forcibly initialized 567 | struct kernel_lb_addr eloc, goal_eloc; | ^~~~ /kisskb/src/fs/udf/balloc.c:566:11: note: byref variable will be forcibly initialized 566 | uint32_t elen, goal_elen = 0; | ^~~~ /kisskb/src/drivers/pci/endpoint/pci-epc-core.c: In function 'pci_epc_get': /kisskb/src/drivers/pci/endpoint/pci-epc-core.c:62:24: note: byref variable will be forcibly initialized 62 | struct class_dev_iter iter; | ^~~~ /kisskb/src/drivers/pci/endpoint/pci-epc-core.c: In function 'pci_epc_get_next_free_bar': /kisskb/src/drivers/pci/endpoint/pci-epc-core.c:111:16: note: byref variable will be forcibly initialized 111 | unsigned long free_bar; | ^~~~~~~~ /kisskb/src/drivers/gpio/gpio-bd71828.c: In function 'bd71828_gpio_get': /kisskb/src/drivers/gpio/gpio-bd71828.c:42:15: note: byref variable will be forcibly initialized 42 | unsigned int val; | ^~~ /kisskb/src/drivers/pci/controller/dwc/pcie-designware-ep.c: In function 'dw_pcie_ep_unmap_addr': /kisskb/src/drivers/pci/controller/dwc/pcie-designware-ep.c:284:6: note: byref variable will be forcibly initialized 284 | u32 atu_index; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/of.h:15, from /kisskb/src/drivers/pci/controller/dwc/pcie-designware-ep.c:9: /kisskb/src/drivers/pci/controller/dwc/pcie-designware-ep.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/pci/controller/dwc/pcie-designware-ep.c:10: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpio/gpio-lp873x.c: In function 'lp873x_gpio_get': /kisskb/src/drivers/gpio/gpio-lp873x.c:60:11: note: byref variable will be forcibly initialized 60 | int ret, val; | ^~~ /kisskb/src/kernel/time/timekeeping.c: In function 'adjust_historical_crosststamp': /kisskb/src/kernel/time/timekeeping.c:1108:16: note: byref variable will be forcibly initialized 1108 | u64 corr_raw, corr_real; | ^~~~~~~~~ /kisskb/src/kernel/time/timekeeping.c:1108:6: note: byref variable will be forcibly initialized 1108 | u64 corr_raw, corr_real; | ^~~~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'get_device_system_crosststamp': /kisskb/src/kernel/time/timekeeping.c:1194:29: note: byref variable will be forcibly initialized 1194 | struct system_counterval_t system_counterval; | ^~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/time.h:7, from /kisskb/src/include/uapi/linux/timex.h:56, from /kisskb/src/include/linux/timex.h:56, from /kisskb/src/include/linux/clocksource.h:13, from /kisskb/src/include/linux/timekeeper_internal.h:10, from /kisskb/src/kernel/time/timekeeping.c:6: /kisskb/src/kernel/time/timekeeping.c: In function 'timespec64_sub': /kisskb/src/include/linux/time64.h: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 'do_settimeofday64': /kisskb/src/kernel/time/timekeeping.c:1296:20: note: byref variable will be forcibly initialized 1296 | struct timespec64 ts_delta, xt; | ^~~~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'timekeeping_inject_offset': /kisskb/src/kernel/time/timekeeping.c:1346:20: note: byref variable will be forcibly initialized 1346 | struct timespec64 tmp; | ^~~ /kisskb/src/kernel/time/timekeeping.c: In function 'timekeeping_advance': /kisskb/src/kernel/time/timekeeping.c:2136:15: note: byref variable will be forcibly initialized 2136 | unsigned int clock_set = 0; | ^~~~~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'timekeeping_warp_clock': /kisskb/src/kernel/time/timekeeping.c:1405:21: note: byref variable will be forcibly initialized 1405 | struct timespec64 adjust; | ^~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'timekeeping_resume': /kisskb/src/kernel/time/timekeeping.c:1762:28: note: byref variable will be forcibly initialized 1762 | struct timespec64 ts_new, ts_delta; | ^~~~~~~~ /kisskb/src/kernel/time/timekeeping.c:1762:20: note: byref variable will be forcibly initialized 1762 | struct timespec64 ts_new, ts_delta; | ^~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'timekeeping_init': /kisskb/src/kernel/time/timekeeping.c:1614:31: note: byref variable will be forcibly initialized 1614 | struct timespec64 wall_time, boot_offset, wall_to_mono; | ^~~~~~~~~~~ /kisskb/src/kernel/time/timekeeping.c:1614:20: note: byref variable will be forcibly initialized 1614 | struct timespec64 wall_time, boot_offset, wall_to_mono; | ^~~~~~~~~ /kisskb/src/kernel/time/timekeeping.c: In function 'do_adjtimex': /kisskb/src/kernel/time/timekeeping.c:2404:21: note: byref variable will be forcibly initialized 2404 | struct timespec64 delta; | ^~~~~ /kisskb/src/kernel/time/timekeeping.c:2395:16: note: byref variable will be forcibly initialized 2395 | s32 orig_tai, tai; | ^~~ /kisskb/src/kernel/time/timekeeping.c:2393:20: note: byref variable will be forcibly initialized 2393 | struct timespec64 ts; | ^~ /kisskb/src/kernel/time/timekeeping.c:2391:24: note: byref variable will be forcibly initialized 2391 | struct audit_ntp_data ad; | ^~ In file included from /kisskb/src/include/linux/gpio/driver.h:9, from /kisskb/src/drivers/gpio/gpio-max77620.c:8: /kisskb/src/drivers/gpio/gpio-max77620.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized 427 | unsigned int irq; | ^~~ /kisskb/src/drivers/gpio/gpio-max77620.c: In function 'max77620_gpio_irqhandler': /kisskb/src/drivers/gpio/gpio-max77620.c:30:16: note: byref variable will be forcibly initialized 30 | unsigned long pending; | ^~~~~~~ /kisskb/src/drivers/gpio/gpio-max77620.c:29:15: note: byref variable will be forcibly initialized 29 | unsigned int value, offset; | ^~~~~ /kisskb/src/drivers/gpio/gpio-max77620.c: In function 'max77620_gpio_get': /kisskb/src/drivers/gpio/gpio-max77620.c:149:15: note: byref variable will be forcibly initialized 149 | unsigned int val; | ^~~ /kisskb/src/kernel/time/hrtimer.c: In function '__hrtimer_get_remaining': /kisskb/src/kernel/time/hrtimer.c:1459:16: note: byref variable will be forcibly initialized 1459 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/time/hrtimer.c: In function 'hrtimer_try_to_cancel': /kisskb/src/kernel/time/hrtimer.c:1319:16: note: byref variable will be forcibly initialized 1319 | unsigned long flags; | ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/timer.h:422, from /kisskb/src/kernel/time/timer.c:57: /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_timer_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/timer.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 12 | DECLARE_EVENT_CLASS(timer_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_timer_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:52:1: note: in expansion of macro 'TRACE_EVENT' 52 | TRACE_EVENT(timer_start, | ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_timer_expire_entry': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:90:1: note: in expansion of macro 'TRACE_EVENT' 90 | TRACE_EVENT(timer_expire_entry, | ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_hrtimer_init': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:167:1: note: in expansion of macro 'TRACE_EVENT' 167 | TRACE_EVENT(hrtimer_init, | ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_hrtimer_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:195:1: note: in expansion of macro 'TRACE_EVENT' 195 | TRACE_EVENT(hrtimer_start, | ^~~~~~~~~~~ /kisskb/src/kernel/time/hrtimer.c: In function '__hrtimer_run_queues': /kisskb/src/kernel/time/hrtimer.c:1725:11: note: byref variable will be forcibly initialized 1725 | ktime_t basenow; | ^~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_hrtimer_expire_entry': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:232:1: note: in expansion of macro 'TRACE_EVENT' 232 | TRACE_EVENT(hrtimer_expire_entry, | ^~~~~~~~~~~ /kisskb/src/kernel/time/hrtimer.c:1721:15: note: byref variable will be forcibly initialized 1721 | unsigned int active = cpu_base->active_bases & active_mask; | ^~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_hrtimer_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/timer.h:255:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 255 | DECLARE_EVENT_CLASS(hrtimer_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_itimer_state': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:304:1: note: in expansion of macro 'TRACE_EVENT' 304 | TRACE_EVENT(itimer_state, | ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_itimer_expire': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:341:1: note: in expansion of macro 'TRACE_EVENT' 341 | TRACE_EVENT(itimer_expire, | ^~~~~~~~~~~ /kisskb/src/kernel/time/timer.c: In function 'trace_event_raw_event_tick_stop': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/timer.h:398:1: note: in expansion of macro 'TRACE_EVENT' 398 | TRACE_EVENT(tick_stop, | ^~~~~~~~~~~ /kisskb/src/kernel/time/hrtimer.c: In function 'hrtimer_start_range_ns': /kisskb/src/kernel/time/hrtimer.c:1284:16: note: byref variable will be forcibly initialized 1284 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/time/hrtimer.c: In function 'clock_was_set': /kisskb/src/kernel/time/hrtimer.c:948:16: note: byref variable will be forcibly initialized 948 | cpumask_var_t mask; | ^~~~ /kisskb/src/fs/jfs/inode.c: In function 'jfs_get_block': /kisskb/src/fs/jfs/inode.c:206:6: note: byref variable will be forcibly initialized 206 | s32 xlen = bh_result->b_size >> ip->i_blkbits; | ^~~~ /kisskb/src/fs/jfs/inode.c:205:6: note: byref variable will be forcibly initialized 205 | int xflag; | ^~~~~ /kisskb/src/fs/jfs/inode.c:204:6: note: byref variable will be forcibly initialized 204 | s64 xaddr; | ^~~~~ /kisskb/src/fs/jfs/inode.c:203:8: note: byref variable will be forcibly initialized 203 | xad_t xad; | ^~~ /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/timer.c: In function 'internal_add_timer': /kisskb/src/kernel/time/timer.c:607:16: note: byref variable will be forcibly initialized 607 | unsigned long bucket_expiry; | ^~~~~~~~~~~~~ /kisskb/src/kernel/time/hrtimer.c:2072:25: note: byref variable will be forcibly initialized 2072 | struct hrtimer_sleeper t; | ^ /kisskb/src/net/core/scm.c: In function '__scm_send': /kisskb/src/net/core/scm.c:164:17: note: byref variable will be forcibly initialized 164 | struct ucred creds; | ^~~~~ /kisskb/src/kernel/time/timer.c: In function 'add_timer_on': /kisskb/src/kernel/time/timer.c:1158:16: note: byref variable will be forcibly initialized 1158 | unsigned long flags; | ^~~~~ /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/timer.c: In function '__mod_timer': /kisskb/src/kernel/time/timer.c:962:32: note: byref variable will be forcibly initialized 962 | unsigned long clk = 0, flags, bucket_expiry; | ^~~~~~~~~~~~~ /kisskb/src/kernel/time/timer.c:962:25: note: byref variable will be forcibly initialized 962 | unsigned long clk = 0, flags, bucket_expiry; | ^~~~~ /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; | ^~ /kisskb/src/net/core/scm.c: In function 'put_cmsg_scm_timestamping64': /kisskb/src/net/core/scm.c:264:28: note: byref variable will be forcibly initialized 264 | struct scm_timestamping64 tss; | ^~~ /kisskb/src/net/core/scm.c: In function 'put_cmsg_scm_timestamping': /kisskb/src/net/core/scm.c:278:26: note: byref variable will be forcibly initialized 278 | struct scm_timestamping tss; | ^~~ /kisskb/src/kernel/time/timer.c: In function 'del_timer': /kisskb/src/kernel/time/timer.c:1201:16: note: byref variable will be forcibly initialized 1201 | unsigned long flags; | ^~~~~ /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; | ^ /kisskb/src/kernel/time/timer.c: In function 'try_to_del_timer_sync': /kisskb/src/kernel/time/timer.c:1226:16: note: byref variable will be forcibly initialized 1226 | unsigned long flags; | ^~~~~ /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 '__run_timers': /kisskb/src/kernel/time/timer.c:1712:20: note: byref variable will be forcibly initialized 1712 | struct hlist_head heads[LVL_DEPTH]; | ^~~~~ /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/timer.c: In function 'usleep_range': /kisskb/src/kernel/time/timer.c:2069:10: note: byref variable will be forcibly initialized 2069 | ktime_t exp = ktime_add_us(ktime_get(), min); | ^~~ In file included from /kisskb/src/lib/842/842_compress.c:16: /kisskb/src/lib/842/842_compress.c: In function 'sw842_debugfs_create': /kisskb/src/lib/842/842_debugfs.h:27:8: note: byref variable will be forcibly initialized 27 | char name[32]; | ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:6, from /kisskb/src/fs/exfat/balloc.c:6: /kisskb/src/fs/exfat/balloc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/fs/exfat/balloc.c: In function 'exfat_load_bitmap': /kisskb/src/fs/exfat/balloc.c:106:24: note: byref variable will be forcibly initialized 106 | struct buffer_head *bh; | ^~ /kisskb/src/fs/exfat/balloc.c:99:21: note: byref variable will be forcibly initialized 99 | struct exfat_chain clu; | ^~~ /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/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; | ^~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/pagemap.h:11, from /kisskb/src/include/linux/buffer_head.h:14, from /kisskb/src/fs/ntfs3/bitmap.c:13: /kisskb/src/fs/ntfs3/bitmap.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/fs/ntfs3/bitmap.c: In function 'wnd_map': /kisskb/src/fs/ntfs3/bitmap.c:688:12: note: byref variable will be forcibly initialized 688 | CLST lcn, clen; | ^~~~ /kisskb/src/fs/ntfs3/bitmap.c:688:7: note: byref variable will be forcibly initialized 688 | CLST lcn, clen; | ^~~ /kisskb/src/fs/ntfs3/dir.c: In function '_utf8s_to_utf16s': /kisskb/src/fs/ntfs3/dir.c:119:12: note: byref variable will be forcibly initialized 119 | unicode_t u; | ^ /kisskb/src/fs/ntfs3/dir.c: In function 'ntfs_dir_count': /kisskb/src/fs/ntfs3/dir.c:497:20: note: byref variable will be forcibly initialized 497 | struct indx_node *node = NULL; | ^~~~ /kisskb/src/fs/ntfs3/dir.c:495:28: note: byref variable will be forcibly initialized 495 | size_t drs = 0, fles = 0, bit = 0; | ^~~ /kisskb/src/fs/ntfs3/bitmap.c: In function 'wnd_extend': /kisskb/src/fs/ntfs3/bitmap.c:1352:17: note: byref variable will be forcibly initialized 1352 | u64 vbo, lbo, bytes; | ^~~~~ /kisskb/src/fs/ntfs3/bitmap.c:1352:12: note: byref variable will be forcibly initialized 1352 | u64 vbo, lbo, bytes; | ^~~ /kisskb/src/fs/ntfs3/dir.c: In function 'ntfs_utf16_to_nls': /kisskb/src/fs/ntfs3/dir.c:41:8: note: byref variable will be forcibly initialized 41 | char dump[5]; | ^~~~ /kisskb/src/fs/ntfs3/bitmap.c: In function 'wnd_rescan': /kisskb/src/fs/ntfs3/bitmap.c:515:12: note: byref variable will be forcibly initialized 515 | CLST lcn, clen; | ^~~~ /kisskb/src/fs/ntfs3/bitmap.c:515:7: note: byref variable will be forcibly initialized 515 | CLST lcn, clen; | ^~~ /kisskb/src/fs/ntfs3/dir.c: In function 'ntfs_readdir': /kisskb/src/fs/ntfs3/dir.c:379:20: note: byref variable will be forcibly initialized 379 | struct indx_node *node = NULL; | ^~~~ /kisskb/src/fs/ntfs3/dir.c:369:9: note: byref variable will be forcibly initialized 369 | size_t bit; | ^~~ /kisskb/src/fs/ntfs3/dir.c: In function 'dir_search_u': /kisskb/src/fs/ntfs3/dir.c:241:6: note: byref variable will be forcibly initialized 241 | int diff; | ^~~~ /kisskb/src/fs/ntfs3/dir.c:240:18: note: byref variable will be forcibly initialized 240 | struct NTFS_DE *e; | ^ /kisskb/src/fs/ntfs3/dir.c: In function 'dir_is_empty': /kisskb/src/fs/ntfs3/dir.c:578:7: note: byref variable will be forcibly initialized 578 | bool is_empty = false; | ^~~~~~~~ /kisskb/src/fs/ntfs3/bitmap.c: In function 'wnd_find': /kisskb/src/fs/ntfs3/bitmap.c:965:13: note: byref variable will be forcibly initialized 965 | size_t iw, prev_tail, nwnd, wbit, ebit, zbit, zend; | ^~~~~~~~~ /kisskb/src/fs/ntfs3/bitmap.c:964:32: note: byref variable will be forcibly initialized 964 | size_t fnd, max_alloc, b_len, b_pos; | ^~~~~ /kisskb/src/fs/ntfs3/bitmap.c:964:25: note: byref variable will be forcibly initialized 964 | size_t fnd, max_alloc, b_len, b_pos; | ^~~~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:6, from /kisskb/src/fs/ntfs3/fsntfs.c:8: /kisskb/src/fs/ntfs3/fsntfs.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_extend_init': /kisskb/src/fs/ntfs3/fsntfs.c:189:17: note: byref variable will be forcibly initialized 189 | struct MFT_REF ref; | ^~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_refresh_zone': /kisskb/src/fs/ntfs3/fsntfs.c:784:9: note: byref variable will be forcibly initialized 784 | size_t lcn_s, zlen; | ^~~~~ /kisskb/src/fs/ntfs3/fsntfs.c:783:39: note: byref variable will be forcibly initialized 783 | CLST zone_limit, zone_max, lcn, vcn, len; | ^~~ /kisskb/src/fs/ntfs3/fsntfs.c:783:29: note: byref variable will be forcibly initialized 783 | CLST zone_limit, zone_max, lcn, vcn, len; | ^~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_look_for_free_space': /kisskb/src/fs/ntfs3/fsntfs.c:363:9: note: byref variable will be forcibly initialized 363 | size_t alcn, zlen, zeroes, zlcn, zlen2, ztrim, new_zlen; | ^~~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_set_state': /kisskb/src/fs/ntfs3/fsntfs.c:900:20: note: byref variable will be forcibly initialized 900 | struct mft_inode *mi; | ^~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_sb_write_run': /kisskb/src/fs/ntfs3/fsntfs.c:1087:9: note: byref variable will be forcibly initialized 1087 | size_t idx; | ^~~ /kisskb/src/fs/ntfs3/fsntfs.c:1085:18: note: byref variable will be forcibly initialized 1085 | CLST lcn, clen, vcn = vbo >> cluster_bits, vcn_next; | ^~~ /kisskb/src/fs/ntfs3/fsntfs.c:1085:12: note: byref variable will be forcibly initialized 1085 | CLST lcn, clen, vcn = vbo >> cluster_bits, vcn_next; | ^~~~ /kisskb/src/fs/ntfs3/fsntfs.c:1085:7: note: byref variable will be forcibly initialized 1085 | CLST lcn, clen, vcn = vbo >> cluster_bits, vcn_next; | ^~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_bread_run': /kisskb/src/fs/ntfs3/fsntfs.c:1132:7: note: byref variable will be forcibly initialized 1132 | CLST lcn; | ^~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_read_run_nb': /kisskb/src/fs/ntfs3/fsntfs.c:1155:9: note: byref variable will be forcibly initialized 1155 | size_t idx; | ^~~ /kisskb/src/fs/ntfs3/fsntfs.c:1153:12: note: byref variable will be forcibly initialized 1153 | CLST lcn, clen; | ^~~~ /kisskb/src/fs/ntfs3/fsntfs.c:1153:7: note: byref variable will be forcibly initialized 1153 | CLST lcn, clen; | ^~~ /kisskb/src/fs/ntfs3/fsntfs.c:1152:17: note: byref variable will be forcibly initialized 1152 | CLST vcn_next, vcn = vbo >> cluster_bits; | ^~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_get_bh': /kisskb/src/fs/ntfs3/fsntfs.c:1284:9: note: byref variable will be forcibly initialized 1284 | size_t idx; | ^~~ /kisskb/src/fs/ntfs3/fsntfs.c:1282:12: note: byref variable will be forcibly initialized 1282 | CLST lcn, clen; | ^~~~ /kisskb/src/fs/ntfs3/fsntfs.c:1282:7: note: byref variable will be forcibly initialized 1282 | CLST lcn, clen; | ^~~ /kisskb/src/fs/ntfs3/fsntfs.c:1279:17: note: byref variable will be forcibly initialized 1279 | CLST vcn_next, vcn = vbo >> cluster_bits; | ^~~ /kisskb/src/fs/ext4/fsmap.c: In function 'ext4_getfsmap_helper': /kisskb/src/fs/ext4/fsmap.c:92:16: note: byref variable will be forcibly initialized 92 | ext4_grpblk_t cno; | ^~~ /kisskb/src/fs/ext4/fsmap.c:91:15: note: byref variable will be forcibly initialized 91 | ext4_group_t agno; | ^~~~ /kisskb/src/fs/ext4/fsmap.c:88:20: note: byref variable will be forcibly initialized 88 | struct ext4_fsmap fmr; | ^~~ /kisskb/src/fs/ext4/fsmap.c: In function 'ext4_getfsmap_logdev': /kisskb/src/fs/ext4/fsmap.c:260:20: note: byref variable will be forcibly initialized 260 | struct ext4_fsmap irec; | ^~~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_clear_mft_tail': /kisskb/src/fs/ntfs3/fsntfs.c:756:23: note: byref variable will be forcibly initialized 756 | struct ntfs_buffers nb; | ^~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_extend_mft': /kisskb/src/fs/ntfs3/fsntfs.c:475:17: note: byref variable will be forcibly initialized 475 | struct ATTRIB *attr; | ^~~~ /kisskb/src/fs/ntfs3/fsntfs.c:474:21: note: byref variable will be forcibly initialized 474 | u64 new_mft_bytes, new_bitmap_bytes; | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_look_free_mft': /kisskb/src/fs/ntfs3/fsntfs.c:533:17: note: byref variable will be forcibly initialized 533 | struct MFT_REF ref; | ^~~ /kisskb/src/fs/ntfs3/fsntfs.c:531:31: note: byref variable will be forcibly initialized 531 | size_t zbit, zlen, from, to, fr; | ^~ /kisskb/src/fs/ntfs3/fsntfs.c:531:9: note: byref variable will be forcibly initialized 531 | size_t zbit, zlen, from, to, fr; | ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:6, from /kisskb/src/fs/ntfs3/ntfs.h:13, from /kisskb/src/fs/ntfs3/frecord.c:13: /kisskb/src/fs/ntfs3/frecord.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/fs/ext4/fsmap.c: In function 'ext4_getfsmap_datadev_helper': /kisskb/src/fs/ext4/fsmap.c:193:20: note: byref variable will be forcibly initialized 193 | struct ext4_fsmap irec; | ^~~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_ins_new_attr': /kisskb/src/fs/ntfs3/frecord.c:462:17: note: byref variable will be forcibly initialized 462 | struct MFT_REF ref; | ^~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_bio_pages': /kisskb/src/fs/ntfs3/fsntfs.c:1474:18: note: byref variable will be forcibly initialized 1474 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/ntfs3/fsntfs.c:1473:9: note: byref variable will be forcibly initialized 1473 | size_t run_idx; | ^~~~~~~ /kisskb/src/fs/ntfs3/fsntfs.c:1470:18: note: byref variable will be forcibly initialized 1470 | CLST lcn, clen, vcn, vcn_next; | ^~~ /kisskb/src/fs/ntfs3/fsntfs.c:1470:12: note: byref variable will be forcibly initialized 1470 | CLST lcn, clen, vcn, vcn_next; | ^~~~ /kisskb/src/fs/ntfs3/fsntfs.c:1470:7: note: byref variable will be forcibly initialized 1470 | CLST lcn, clen, vcn, vcn_next; | ^~~ /kisskb/src/fs/ext4/fsmap.c: In function 'ext4_getfsmap_datadev': /kisskb/src/fs/ext4/fsmap.c:478:16: note: byref variable will be forcibly initialized 478 | ext4_grpblk_t last_cluster; | ^~~~~~~~~~~~ /kisskb/src/fs/ext4/fsmap.c:477:16: note: byref variable will be forcibly initialized 477 | ext4_grpblk_t first_cluster; | ^~~~~~~~~~~~~ /kisskb/src/fs/ext4/fsmap.c:476:15: note: byref variable will be forcibly initialized 476 | ext4_group_t end_ag; | ^~~~~~ /kisskb/src/fs/ext4/fsmap.c:475:15: note: byref variable will be forcibly initialized 475 | ext4_group_t start_ag; | ^~~~~~~~ /kisskb/src/fs/ext4/fsmap.c: In function 'ext4_getfsmap': /kisskb/src/fs/ext4/fsmap.c:631:27: note: byref variable will be forcibly initialized 631 | struct ext4_getfsmap_dev handlers[EXT4_GETFSMAP_DEVS]; | ^~~~~~~~ /kisskb/src/fs/ext4/fsmap.c:630:20: note: byref variable will be forcibly initialized 630 | struct ext4_fsmap dkeys[2]; /* per-dev keys */ | ^~~~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_bio_fill_1': /kisskb/src/fs/ntfs3/fsntfs.c:1577:18: note: byref variable will be forcibly initialized 1577 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/ntfs3/fsntfs.c:1574:9: note: byref variable will be forcibly initialized 1574 | size_t run_idx; | ^~~~~~~ /kisskb/src/fs/ntfs3/fsntfs.c:1572:12: note: byref variable will be forcibly initialized 1572 | CLST lcn, clen; | ^~~~ /kisskb/src/fs/ntfs3/fsntfs.c:1572:7: note: byref variable will be forcibly initialized 1572 | CLST lcn, clen; | ^~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_expand_mft_list': /kisskb/src/fs/ntfs3/frecord.c:1194:34: note: byref variable will be forcibly initialized 1194 | struct mft_inode *mi, *mi_min, *mi_new; | ^~~~~~ /kisskb/src/fs/ntfs3/frecord.c:1193:37: note: byref variable will be forcibly initialized 1193 | CLST mft_min, mft_new, svcn, evcn, plen; | ^~~~ /kisskb/src/fs/ntfs3/frecord.c:1193:16: note: byref variable will be forcibly initialized 1193 | CLST mft_min, mft_new, svcn, evcn, plen; | ^~~~~~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_loadlog_and_replay': /kisskb/src/fs/ntfs3/fsntfs.c:256:17: note: byref variable will be forcibly initialized 256 | struct MFT_REF ref; | ^~~ /kisskb/src/fs/ntfs3/fsntfs.c:255:7: note: byref variable will be forcibly initialized 255 | bool initialized = false; | ^~~~~~~~~~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_vbo_to_lbo': /kisskb/src/fs/ntfs3/fsntfs.c:1646:12: note: byref variable will be forcibly initialized 1646 | CLST lcn, len; | ^~~ /kisskb/src/fs/ntfs3/fsntfs.c:1646:7: note: byref variable will be forcibly initialized 1646 | CLST lcn, len; | ^~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_load_mi_ex': /kisskb/src/fs/ntfs3/frecord.c:141:20: note: byref variable will be forcibly initialized 141 | struct mft_inode *r; | ^ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_find_attr': /kisskb/src/fs/ntfs3/frecord.c:191:20: note: byref variable will be forcibly initialized 191 | struct mft_inode *m; | ^ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_security_init': /kisskb/src/fs/ntfs3/fsntfs.c:1845:18: note: byref variable will be forcibly initialized 1845 | struct NTFS_DE *ne; | ^~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_update_parent': /kisskb/src/fs/ntfs3/fsntfs.c:1844:9: note: byref variable will be forcibly initialized 1844 | size_t off; | ^~~ /kisskb/src/fs/ntfs3/fsntfs.c:1842:26: note: byref variable will be forcibly initialized 1842 | struct ATTR_LIST_ENTRY *le; | ^~ /kisskb/src/fs/ntfs3/frecord.c:3051:26: note: byref variable will be forcibly initialized 3051 | struct ATTR_LIST_ENTRY *le = NULL; | ^~ /kisskb/src/fs/ntfs3/fsntfs.c:1840:17: note: byref variable will be forcibly initialized 1840 | struct MFT_REF ref; | ^~~ /kisskb/src/fs/ntfs3/frecord.c:3050:20: note: byref variable will be forcibly initialized 3050 | struct mft_inode *mi; | ^~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_enum_attr_ex': /kisskb/src/fs/ntfs3/frecord.c:249:20: note: byref variable will be forcibly initialized 249 | struct mft_inode *mi2; | ^~~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_get_security_by_id': /kisskb/src/fs/ntfs3/fsntfs.c:1961:22: note: byref variable will be forcibly initialized 1961 | struct SECURITY_HDR d_security; | ^~~~~~~~~~ /kisskb/src/fs/ntfs3/fsntfs.c:1959:22: note: byref variable will be forcibly initialized 1959 | struct NTFS_DE_SII *sii_e; | ^~~~~ /kisskb/src/fs/ntfs3/fsntfs.c:1955:6: note: byref variable will be forcibly initialized 1955 | int diff; | ^~~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_repack': /kisskb/src/fs/ntfs3/frecord.c:528:19: note: byref variable will be forcibly initialized 528 | struct runs_tree run; | ^~~ /kisskb/src/fs/ntfs3/frecord.c:523:26: note: byref variable will be forcibly initialized 523 | struct ATTR_LIST_ENTRY *le = NULL, *le_p; | ^~ /kisskb/src/fs/ntfs3/frecord.c:521:20: note: byref variable will be forcibly initialized 521 | struct mft_inode *mi, *mi_p = NULL; | ^~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_insert_security': /kisskb/src/fs/ntfs3/fsntfs.c:2068:16: note: byref variable will be forcibly initialized 2068 | u64 mirr_off, new_sds_size; | ^~~~~~~~~~~~ /kisskb/src/fs/ntfs3/fsntfs.c:2064:22: note: byref variable will be forcibly initialized 2064 | struct SECURITY_KEY hash_key; | ^~~~~~~~ /kisskb/src/fs/ntfs3/fsntfs.c:2060:21: note: byref variable will be forcibly initialized 2060 | struct NTFS_DE_SII sii_e; | ^~~~~ /kisskb/src/fs/ntfs3/fsntfs.c:2059:21: note: byref variable will be forcibly initialized 2059 | struct NTFS_DE_SDH sdh_e; | ^~~~~ /kisskb/src/fs/ntfs3/fsntfs.c:2058:22: note: byref variable will be forcibly initialized 2058 | struct NTFS_DE_SDH *e; | ^ /kisskb/src/fs/ntfs3/fsntfs.c:2054:11: note: byref variable will be forcibly initialized 2054 | int err, diff; | ^~~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_try_remove_attr_list': /kisskb/src/fs/ntfs3/frecord.c:651:17: note: byref variable will be forcibly initialized 651 | struct MFT_REF ref; | ^~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_load_attr': /kisskb/src/fs/ntfs3/frecord.c:286:20: note: byref variable will be forcibly initialized 286 | struct mft_inode *mi; | ^~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_reparse_init': /kisskb/src/fs/ntfs3/fsntfs.c:2260:26: note: byref variable will be forcibly initialized 2260 | struct ATTR_LIST_ENTRY *le; | ^~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_objid_init': /kisskb/src/fs/ntfs3/fsntfs.c:2298:26: note: byref variable will be forcibly initialized 2298 | struct ATTR_LIST_ENTRY *le; | ^~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_insert_reparse': /kisskb/src/fs/ntfs3/fsntfs.c:2352:19: note: byref variable will be forcibly initialized 2352 | struct NTFS_DE_R re; | ^~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_remove_attr': /kisskb/src/fs/ntfs3/frecord.c:392:20: note: byref variable will be forcibly initialized 392 | struct mft_inode *mi; | ^~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'ntfs_remove_reparse': /kisskb/src/fs/ntfs3/fsntfs.c:2384:20: note: byref variable will be forcibly initialized 2384 | struct NTFS_DE_R *re; | ^~ /kisskb/src/fs/ntfs3/fsntfs.c:2383:21: note: byref variable will be forcibly initialized 2383 | struct REPARSE_KEY rkey; | ^~~~ /kisskb/src/fs/ntfs3/fsntfs.c:2379:11: note: byref variable will be forcibly initialized 2379 | int err, diff; | ^~~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_create_attr_list': /kisskb/src/fs/ntfs3/frecord.c:772:20: note: byref variable will be forcibly initialized 772 | struct mft_inode *mi; | ^~ /kisskb/src/fs/ntfs3/fsntfs.c: In function 'run_deallocate': /kisskb/src/fs/ntfs3/frecord.c:771:7: note: byref variable will be forcibly initialized 771 | CLST rno = 0; | ^~~ /kisskb/src/fs/ntfs3/fsntfs.c:2495:12: note: byref variable will be forcibly initialized 2495 | CLST lcn, len; | ^~~ /kisskb/src/fs/ntfs3/fsntfs.c:2495:7: note: byref variable will be forcibly initialized 2495 | CLST lcn, len; | ^~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_ins_attr_ext': /kisskb/src/fs/ntfs3/frecord.c:910:7: note: byref variable will be forcibly initialized 910 | CLST rno; | ^~~ /kisskb/src/fs/ntfs3/frecord.c:909:20: note: byref variable will be forcibly initialized 909 | struct mft_inode *mi; | ^~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_insert_attr': /kisskb/src/fs/ntfs3/frecord.c:1053:24: note: byref variable will be forcibly initialized 1053 | struct ATTRIB *attr, *eattr; | ^~~~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_expand_list': /kisskb/src/fs/ntfs3/frecord.c:1321:17: note: byref variable will be forcibly initialized 1321 | struct MFT_REF ref; | ^~~ /kisskb/src/fs/ntfs3/frecord.c:1318:24: note: byref variable will be forcibly initialized 1318 | struct ATTRIB *attr, *ins_attr; | ^~~~~~~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_insert_nonresident': /kisskb/src/fs/ntfs3/frecord.c:1388:17: note: byref variable will be forcibly initialized 1388 | struct ATTRIB *attr; | ^~~~ /kisskb/src/fs/ntfs3/frecord.c:1387:7: note: byref variable will be forcibly initialized 1387 | CLST plen; | ^~~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_insert_resident': /kisskb/src/fs/ntfs3/frecord.c:1463:17: note: byref variable will be forcibly initialized 1463 | struct ATTRIB *attr; | ^~~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_delete_all': /kisskb/src/fs/ntfs3/frecord.c:1518:17: note: byref variable will be forcibly initialized 1518 | struct MFT_REF ref; | ^~~ /kisskb/src/fs/ntfs3/frecord.c:1510:26: note: byref variable will be forcibly initialized 1510 | struct ATTR_LIST_ENTRY *le = NULL; | ^~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_new_attr_flags': /kisskb/src/fs/ntfs3/frecord.c:1659:20: note: byref variable will be forcibly initialized 1659 | struct mft_inode *mi; | ^~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_parse_reparse': /kisskb/src/fs/ntfs3/frecord.c:1749:20: note: byref variable will be forcibly initialized 1749 | struct runs_tree run; | ^~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_fiemap': /kisskb/src/fs/ntfs3/frecord.c:1949:9: note: byref variable will be forcibly initialized 1949 | CLST clst_data; | ^~~~~~~~~ /kisskb/src/fs/ntfs3/frecord.c:1856:9: note: byref variable will be forcibly initialized 1856 | size_t idx = -1; | ^~~ /kisskb/src/fs/ntfs3/frecord.c:1852:12: note: byref variable will be forcibly initialized 1852 | CLST lcn, clen; | ^~~~ /kisskb/src/fs/ntfs3/frecord.c:1852:7: note: byref variable will be forcibly initialized 1852 | CLST lcn, clen; | ^~~ /kisskb/src/fs/ntfs3/frecord.c:1851:7: note: byref variable will be forcibly initialized 1851 | CLST vcn = vbo >> cluster_bits; | ^~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_read_frame': /kisskb/src/fs/ntfs3/frecord.c:2395:14: note: byref variable will be forcibly initialized 2395 | CLST frame, clst_data; | ^~~~~~~~~ /kisskb/src/fs/ntfs3/frecord.c:2387:26: note: byref variable will be forcibly initialized 2387 | struct ATTR_LIST_ENTRY *le = NULL; | ^~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_write_frame': /kisskb/src/fs/ntfs3/frecord.c:2677:20: note: byref variable will be forcibly initialized 2677 | struct mft_inode *mi; | ^~ /kisskb/src/fs/ntfs3/frecord.c:2676:17: note: byref variable will be forcibly initialized 2676 | struct ATTRIB *attr; | ^~~~ /kisskb/src/fs/ntfs3/frecord.c:2674:26: note: byref variable will be forcibly initialized 2674 | struct ATTR_LIST_ENTRY *le = NULL; | ^~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_remove_name': /kisskb/src/fs/ntfs3/frecord.c:2838:20: note: byref variable will be forcibly initialized 2838 | struct mft_inode *mi; | ^~ /kisskb/src/fs/ntfs3/frecord.c:2837:26: note: byref variable will be forcibly initialized 2837 | struct ATTR_LIST_ENTRY *le; | ^~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_remove_name_undo': /kisskb/src/fs/ntfs3/frecord.c:2901:17: note: byref variable will be forcibly initialized 2901 | struct ATTRIB *attr; | ^~~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_add_name': /kisskb/src/fs/ntfs3/frecord.c:2951:20: note: byref variable will be forcibly initialized 2951 | struct mft_inode *mi; | ^~ /kisskb/src/fs/ntfs3/frecord.c:2950:26: note: byref variable will be forcibly initialized 2950 | struct ATTR_LIST_ENTRY *le; | ^~ /kisskb/src/fs/ntfs3/frecord.c:2949:17: note: byref variable will be forcibly initialized 2949 | struct ATTRIB *attr; | ^~~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_rename': /kisskb/src/fs/ntfs3/frecord.c:2983:6: note: byref variable will be forcibly initialized 2983 | int undo = 0; | ^~~~ /kisskb/src/fs/ntfs3/frecord.c:2982:18: note: byref variable will be forcibly initialized 2982 | struct NTFS_DE *de2 = NULL; | ^~~ /kisskb/src/fs/ntfs3/frecord.c: In function 'ni_write_inode': /kisskb/src/fs/ntfs3/frecord.c:3163:23: note: byref variable will be forcibly initialized 3163 | struct NTFS_DUP_INFO dup; | ^~~ /kisskb/src/drivers/gpio/gpio-max77650.c: In function 'max77650_gpio_get_direction': /kisskb/src/drivers/gpio/gpio-max77650.c:97:15: note: byref variable will be forcibly initialized 97 | unsigned int val; | ^~~ /kisskb/src/drivers/gpio/gpio-max77650.c: In function 'max77650_gpio_get_value': /kisskb/src/drivers/gpio/gpio-max77650.c:83:15: note: byref variable will be forcibly initialized 83 | unsigned int val; | ^~~ /kisskb/src/fs/open.c: In function 'do_faccessat': /kisskb/src/fs/open.c:397:14: note: byref variable will be forcibly initialized 397 | struct path path; | ^~~~ /kisskb/src/fs/open.c: In function '__do_sys_chdir': /kisskb/src/fs/open.c:485:14: note: byref variable will be forcibly initialized 485 | struct path path; | ^~~~ /kisskb/src/fs/open.c: In function '__do_sys_chroot': /kisskb/src/fs/open.c:533:14: note: byref variable will be forcibly initialized 533 | struct path path; | ^~~~ /kisskb/src/drivers/pci/switch/switchtec.c: In function 'stuser_set_state': /kisskb/src/drivers/pci/switch/switchtec.c:125:21: note: byref variable will be forcibly initialized 125 | const char * const state_names[] = { | ^~~~~~~~~~~ /kisskb/src/fs/open.c: In function 'do_truncate': /kisskb/src/fs/open.c:42:15: note: byref variable will be forcibly initialized 42 | struct iattr newattrs; | ^~~~~~~~ /kisskb/src/fs/open.c: In function 'do_sys_truncate': /kisskb/src/fs/open.c:124:14: note: byref variable will be forcibly initialized 124 | struct path path; | ^~~~ /kisskb/src/drivers/pci/switch/switchtec.c: In function 'ioctl_event_ctl': /kisskb/src/drivers/pci/switch/switchtec.c:1077:35: note: byref variable will be forcibly initialized 1077 | struct switchtec_ioctl_event_ctl ctl; | ^~~ /kisskb/src/fs/ntfs/debug.c: In function '__ntfs_warning': /kisskb/src/fs/ntfs/debug.c:33:10: note: byref variable will be forcibly initialized 33 | va_list args; | ^~~~ /kisskb/src/fs/ntfs/debug.c:32:19: note: byref variable will be forcibly initialized 32 | struct va_format vaf; | ^~~ /kisskb/src/fs/ntfs/debug.c: In function '__ntfs_error': /kisskb/src/fs/ntfs/debug.c:76:10: note: byref variable will be forcibly initialized 76 | va_list args; | ^~~~ /kisskb/src/fs/ntfs/debug.c:75:19: note: byref variable will be forcibly initialized 75 | struct va_format vaf; | ^~~ /kisskb/src/fs/ntfs/debug.c: In function '__ntfs_debug': /kisskb/src/fs/ntfs/debug.c:105:10: note: byref variable will be forcibly initialized 105 | va_list args; | ^~~~ /kisskb/src/fs/ntfs/debug.c:104:19: note: byref variable will be forcibly initialized 104 | struct va_format vaf; | ^~~ /kisskb/src/fs/open.c: In function 'chmod_common': /kisskb/src/fs/open.c:568:15: note: byref variable will be forcibly initialized 568 | struct iattr newattrs; | ^~~~~~~~ /kisskb/src/drivers/pci/switch/switchtec.c: In function 'ioctl_pff_to_port': /kisskb/src/fs/open.c:567:16: note: byref variable will be forcibly initialized 567 | struct inode *delegated_inode = NULL; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/switch/switchtec.c:1123:34: note: byref variable will be forcibly initialized 1123 | struct switchtec_ioctl_pff_port p; | ^ /kisskb/src/fs/open.c: In function 'do_fchmodat': /kisskb/src/fs/open.c:614:14: note: byref variable will be forcibly initialized 614 | struct path path; | ^~~~ /kisskb/src/drivers/pci/switch/switchtec.c: In function 'ioctl_port_to_pff': /kisskb/src/drivers/pci/switch/switchtec.c:1167:34: note: byref variable will be forcibly initialized 1167 | struct switchtec_ioctl_pff_port p; | ^ /kisskb/src/fs/open.c: In function 'chown_common': /kisskb/src/fs/open.c:647:15: note: byref variable will be forcibly initialized 647 | struct iattr newattrs; | ^~~~~~~~ /kisskb/src/fs/open.c:645:16: note: byref variable will be forcibly initialized 645 | struct inode *delegated_inode = NULL; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/open.c: In function 'do_fchownat': /kisskb/src/fs/open.c:692:14: note: byref variable will be forcibly initialized 692 | struct path path; | ^~~~ /kisskb/src/fs/open.c: In function 'file_open_root': /kisskb/src/fs/open.c:1188:18: note: byref variable will be forcibly initialized 1188 | struct open_how how = build_open_how(flags, mode); | ^~~ /kisskb/src/fs/open.c:1187:20: note: byref variable will be forcibly initialized 1187 | struct open_flags op; | ^~ /kisskb/src/fs/open.c: In function 'do_sys_openat2': /kisskb/src/fs/open.c:1199:20: note: byref variable will be forcibly initialized 1199 | struct open_flags op; | ^~ /kisskb/src/fs/open.c: In function '__do_sys_openat2': /kisskb/src/fs/open.c:1251:18: note: byref variable will be forcibly initialized 1251 | struct open_how tmp; | ^~~ /kisskb/src/fs/open.c: In function 'file_open_name': /kisskb/src/fs/open.c:1153:18: note: byref variable will be forcibly initialized 1153 | struct open_how how = build_open_how(flags, mode); | ^~~ /kisskb/src/fs/open.c:1152:20: note: byref variable will be forcibly initialized 1152 | struct open_flags op; | ^~ /kisskb/src/fs/open.c: In function 'do_sys_open': /kisskb/src/fs/open.c:1227:18: note: byref variable will be forcibly initialized 1227 | struct open_how how = build_open_how(flags, mode); | ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/pci.h:35, from /kisskb/src/include/linux/switchtec.h:10, from /kisskb/src/drivers/pci/switch/switchtec.c:7: /kisskb/src/drivers/pci/switch/switchtec.c: In function 'switchtec_dev_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/switch/switchtec.c:586:8: note: in expansion of macro 'wait_event_interruptible' 586 | rc = wait_event_interruptible(stuser->cmd_comp, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/udf/dir.c: In function 'udf_readdir': /kisskb/src/fs/udf/dir.c:141:25: note: byref variable will be forcibly initialized 141 | struct kernel_lb_addr tloc; | ^~~~ /kisskb/src/fs/udf/dir.c:57:11: note: byref variable will be forcibly initialized 57 | sector_t offset; | ^~~~~~ /kisskb/src/fs/udf/dir.c:56:11: note: byref variable will be forcibly initialized 56 | uint32_t elen; | ^~~~ /kisskb/src/fs/udf/dir.c:55:24: note: byref variable will be forcibly initialized 55 | struct kernel_lb_addr eloc; | ^~~~ /kisskb/src/fs/udf/dir.c:54:28: note: byref variable will be forcibly initialized 54 | struct buffer_head *tmp, *bha[16]; | ^~~ /kisskb/src/fs/udf/dir.c:47:9: note: byref variable will be forcibly initialized 47 | loff_t nf_pos, emit_pos = 0; | ^~~~~~ /kisskb/src/fs/udf/dir.c:45:23: note: byref variable will be forcibly initialized 45 | struct fileIdentDesc cfi; | ^~~ /kisskb/src/drivers/rapidio/rio-sysfs.c: In function 'rio_read_config': /kisskb/src/drivers/rapidio/rio-sysfs.c:176:6: note: byref variable will be forcibly initialized 176 | u8 val; | ^~~ /kisskb/src/drivers/rapidio/rio-sysfs.c:167:7: note: byref variable will be forcibly initialized 167 | u16 val; | ^~~ /kisskb/src/drivers/rapidio/rio-sysfs.c:156:7: note: byref variable will be forcibly initialized 156 | u32 val; | ^~~ /kisskb/src/drivers/rapidio/rio-sysfs.c:147:7: note: byref variable will be forcibly initialized 147 | u16 val; | ^~~ /kisskb/src/drivers/rapidio/rio-sysfs.c:139:6: note: byref variable will be forcibly initialized 139 | u8 val; | ^~~ /kisskb/src/drivers/rapidio/rio-sysfs.c: In function 'scan_store': /kisskb/src/drivers/rapidio/rio-sysfs.c:291:7: note: byref variable will be forcibly initialized 291 | long val; | ^~~ /kisskb/src/drivers/pci/endpoint/pci-epf-core.c: In function 'pci_epf_alloc_space': /kisskb/src/drivers/pci/endpoint/pci-epf-core.c:295:13: note: byref variable will be forcibly initialized 295 | dma_addr_t phys_addr; | ^~~~~~~~~ /kisskb/src/fs/overlayfs/util.c: In function 'ovl_check_dir_xattr': /kisskb/src/fs/overlayfs/util.c:570:7: note: byref variable will be forcibly initialized 570 | char val; | ^~~ /kisskb/src/fs/overlayfs/util.c: In function 'ovl_check_protattr': /kisskb/src/fs/overlayfs/util.c:652:7: note: byref variable will be forcibly initialized 652 | char buf[OVL_PROTATTR_MAX+1]; | ^~~ /kisskb/src/fs/udf/ialloc.c: In function 'udf_new_inode': /kisskb/src/fs/udf/ialloc.c:58:6: note: byref variable will be forcibly initialized 58 | int err; | ^~~ /kisskb/src/fs/overlayfs/util.c: In function 'ovl_set_protattr': /kisskb/src/fs/overlayfs/util.c:687:7: note: byref variable will be forcibly initialized 687 | char buf[OVL_PROTATTR_MAX]; | ^~~ /kisskb/src/fs/udf/file.c: In function 'udf_ioctl': /kisskb/src/fs/udf/file.c:184:18: note: byref variable will be forcibly initialized 184 | long old_block, new_block; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/pagemap.h:11, from /kisskb/src/include/linux/buffer_head.h:14, from /kisskb/src/fs/ntfs/compress.c:11: /kisskb/src/fs/ntfs/compress.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpio/gpio-pca953x.c: In function 'pca953x_read_regs': /kisskb/src/drivers/gpio/gpio-pca953x.c:410:5: note: byref variable will be forcibly initialized 410 | u8 value[MAX_BANK]; | ^~~~~ /kisskb/src/fs/ntfs/compress.c: In function 'ntfs_read_compressed_block': /kisskb/src/fs/ntfs/compress.c:504:16: note: byref variable will be forcibly initialized 504 | unsigned char xpage_done = 0; | ^~~~~~~~~~ /kisskb/src/fs/ntfs/compress.c:499:42: note: byref variable will be forcibly initialized 499 | unsigned int xpage, max_page, cur_page, cur_ofs, i; | ^~~~~~~ /kisskb/src/fs/ntfs/compress.c:499:32: note: byref variable will be forcibly initialized 499 | unsigned int xpage, max_page, cur_page, cur_ofs, i; | ^~~~~~~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from ./arch/powerpc/include/generated/asm/rwonce.h:1, from /kisskb/src/include/linux/compiler.h:266, from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/include/linux/ioport.h:13, from /kisskb/src/include/linux/acpi.h:12, from /kisskb/src/drivers/gpio/gpio-pca953x.c:11: /kisskb/src/drivers/gpio/gpio-pca953x.c: In function 'pca953x_gpio_get_multiple': /kisskb/src/drivers/gpio/gpio-pca953x.c:512:17: note: byref variable will be forcibly initialized 512 | DECLARE_BITMAP(reg_val, MAX_LINE); | ^~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/gpio/gpio-pca953x.c: In function 'pca953x_write_regs': /kisskb/src/drivers/gpio/gpio-pca953x.c:392:5: note: byref variable will be forcibly initialized 392 | u8 value[MAX_BANK]; | ^~~~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from ./arch/powerpc/include/generated/asm/rwonce.h:1, from /kisskb/src/include/linux/compiler.h:266, from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/include/linux/ioport.h:13, from /kisskb/src/include/linux/acpi.h:12, from /kisskb/src/drivers/gpio/gpio-pca953x.c:11: /kisskb/src/drivers/gpio/gpio-pca953x.c: In function 'pca953x_gpio_set_multiple': /kisskb/src/drivers/gpio/gpio-pca953x.c:529:17: note: byref variable will be forcibly initialized 529 | DECLARE_BITMAP(reg_val, MAX_LINE); | ^~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/gpio/gpio-pca953x.c: In function 'pca953x_gpio_get_direction': /kisskb/src/drivers/gpio/gpio-pca953x.c:493:6: note: byref variable will be forcibly initialized 493 | u32 reg_val; | ^~~~~~~ /kisskb/src/drivers/gpio/gpio-pca953x.c: In function 'pca953x_gpio_get_value': /kisskb/src/drivers/gpio/gpio-pca953x.c:465:6: note: byref variable will be forcibly initialized 465 | u32 reg_val; | ^~~~~~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from ./arch/powerpc/include/generated/asm/rwonce.h:1, from /kisskb/src/include/linux/compiler.h:266, from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/include/linux/ioport.h:13, from /kisskb/src/include/linux/acpi.h:12, from /kisskb/src/drivers/gpio/gpio-pca953x.c:11: /kisskb/src/drivers/gpio/gpio-pca953x.c: In function 'device_pca95xx_init': /kisskb/src/drivers/gpio/gpio-pca953x.c:896:17: note: byref variable will be forcibly initialized 896 | DECLARE_BITMAP(val, MAX_LINE); | ^~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/gpio/gpio-pca953x.c: In function 'device_pca957x_init': /kisskb/src/drivers/gpio/gpio-pca953x.c:922:17: note: byref variable will be forcibly initialized 922 | DECLARE_BITMAP(val, MAX_LINE); | ^~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/fs/jfs/namei.c: In function 'jfs_rename': /kisskb/src/fs/jfs/namei.c:1078:16: note: byref variable will be forcibly initialized 1078 | struct inode *iplist[4]; | ^~~~~~ /kisskb/src/fs/jfs/namei.c:1070:24: note: byref variable will be forcibly initialized 1070 | struct component_name old_dname; | ^~~~~~~~~ /kisskb/src/fs/jfs/namei.c:1069:16: note: byref variable will be forcibly initialized 1069 | struct inode *new_ip; | ^~~~~~ /kisskb/src/fs/jfs/namei.c:1068:24: note: byref variable will be forcibly initialized 1068 | struct component_name new_dname; | ^~~~~~~~~ /kisskb/src/fs/jfs/namei.c:1067:8: note: byref variable will be forcibly initialized 1067 | ino_t ino; | ^~~ /kisskb/src/fs/jfs/namei.c:1066:17: note: byref variable will be forcibly initialized 1066 | struct btstack btstack; | ^~~~~~~ /kisskb/src/fs/ext4/fsync.c: In function 'ext4_sync_file': /kisskb/src/fs/ext4/fsync.c:132:7: note: byref variable will be forcibly initialized 132 | bool needs_barrier = false; | ^~~~~~~~~~~~~ /kisskb/src/fs/jfs/namei.c: In function 'jfs_unlink': /kisskb/src/fs/jfs/namei.c:470:16: note: byref variable will be forcibly initialized 470 | struct inode *iplist[2]; | ^~~~~~ /kisskb/src/fs/jfs/namei.c:469:24: note: byref variable will be forcibly initialized 469 | struct component_name dname; /* object name */ | ^~~~~ /kisskb/src/fs/jfs/namei.c:468:8: note: byref variable will be forcibly initialized 468 | ino_t ino; | ^~~ /kisskb/src/fs/jfs/namei.c: In function 'jfs_rmdir': /kisskb/src/fs/jfs/namei.c:340:16: note: byref variable will be forcibly initialized 340 | struct inode *iplist[2]; | ^~~~~~ /kisskb/src/fs/jfs/namei.c:339:24: note: byref variable will be forcibly initialized 339 | struct component_name dname; | ^~~~~ /kisskb/src/fs/jfs/namei.c:338:8: note: byref variable will be forcibly initialized 338 | ino_t ino; | ^~~ /kisskb/src/lib/842/842_decompress.c: In function '__split_next_bits': /kisskb/src/lib/842/842_decompress.c:69:6: note: byref variable will be forcibly initialized 69 | u64 tmp = 0; | ^~~ /kisskb/src/lib/842/842_decompress.c: In function 'do_data': /kisskb/src/lib/842/842_decompress.c:133:6: note: byref variable will be forcibly initialized 133 | u64 v; | ^ /kisskb/src/lib/842/842_decompress.c: In function '__do_index': /kisskb/src/lib/842/842_decompress.c:165:6: note: byref variable will be forcibly initialized 165 | u64 index, offset, total = round_down(p->out - p->ostart, 8); | ^~~~~ /kisskb/src/fs/jfs/namei.c: In function 'jfs_mknod': /kisskb/src/fs/jfs/namei.c:1356:16: note: byref variable will be forcibly initialized 1356 | struct inode *iplist[2]; | ^~~~~~ /kisskb/src/fs/jfs/namei.c:1354:8: note: byref variable will be forcibly initialized 1354 | ino_t ino; | ^~~ /kisskb/src/fs/jfs/namei.c:1353:24: note: byref variable will be forcibly initialized 1353 | struct component_name dname; | ^~~~~ /kisskb/src/fs/jfs/namei.c:1352:17: note: byref variable will be forcibly initialized 1352 | struct btstack btstack; | ^~~~~~~ /kisskb/src/fs/jfs/namei.c: In function 'jfs_mkdir': /kisskb/src/fs/jfs/namei.c:204:16: note: byref variable will be forcibly initialized 204 | struct inode *iplist[2]; | ^~~~~~ /kisskb/src/fs/jfs/namei.c:203:17: note: byref variable will be forcibly initialized 203 | struct btstack btstack; | ^~~~~~~ /kisskb/src/fs/jfs/namei.c:202:24: note: byref variable will be forcibly initialized 202 | struct component_name dname; /* child directory name */ | ^~~~~ /kisskb/src/fs/jfs/namei.c:201:8: note: byref variable will be forcibly initialized 201 | ino_t ino; | ^~~ /kisskb/src/lib/842/842_decompress.c: In function 'sw842_decompress': /kisskb/src/lib/842/842_decompress.c:283:6: note: byref variable will be forcibly initialized 283 | u64 crc; | ^~~ /kisskb/src/lib/842/842_decompress.c:282:20: note: byref variable will be forcibly initialized 282 | u64 op, rep, tmp, bytes, total; | ^~~~~ /kisskb/src/lib/842/842_decompress.c:282:15: note: byref variable will be forcibly initialized 282 | u64 op, rep, tmp, bytes, total; | ^~~ /kisskb/src/lib/842/842_decompress.c:282:10: note: byref variable will be forcibly initialized 282 | u64 op, rep, tmp, bytes, total; | ^~~ /kisskb/src/lib/842/842_decompress.c:282:6: note: byref variable will be forcibly initialized 282 | u64 op, rep, tmp, bytes, total; | ^~ /kisskb/src/lib/842/842_decompress.c:280:21: note: byref variable will be forcibly initialized 280 | struct sw842_param p; | ^ /kisskb/src/fs/jfs/namei.c: In function 'jfs_create': /kisskb/src/fs/jfs/namei.c:71:16: note: byref variable will be forcibly initialized 71 | struct inode *iplist[2]; | ^~~~~~ /kisskb/src/fs/jfs/namei.c:70:17: note: byref variable will be forcibly initialized 70 | struct btstack btstack; | ^~~~~~~ /kisskb/src/fs/jfs/namei.c:69:24: note: byref variable will be forcibly initialized 69 | struct component_name dname; /* child directory name */ | ^~~~~ /kisskb/src/fs/jfs/namei.c:68:8: note: byref variable will be forcibly initialized 68 | ino_t ino; | ^~~ /kisskb/src/fs/jfs/namei.c: In function 'jfs_symlink': /kisskb/src/fs/jfs/namei.c:889:16: note: byref variable will be forcibly initialized 889 | struct inode *iplist[2]; | ^~~~~~ /kisskb/src/fs/jfs/namei.c:884:6: note: byref variable will be forcibly initialized 884 | s64 xaddr; | ^~~~~ /kisskb/src/fs/jfs/namei.c:880:17: note: byref variable will be forcibly initialized 880 | struct btstack btstack; | ^~~~~~~ /kisskb/src/fs/jfs/namei.c:878:24: note: byref variable will be forcibly initialized 878 | struct component_name dname; | ^~~~~ /kisskb/src/fs/jfs/namei.c:877:8: note: byref variable will be forcibly initialized 877 | ino_t ino = 0; | ^~~ In file included from /kisskb/src/lib/842/842_decompress.c:14: /kisskb/src/lib/842/842_decompress.c: In function 'sw842_debugfs_create': /kisskb/src/lib/842/842_debugfs.h:27:8: note: byref variable will be forcibly initialized 27 | char name[32]; | ^~~~ /kisskb/src/fs/jfs/namei.c: In function 'jfs_link': /kisskb/src/fs/jfs/namei.c:794:16: note: byref variable will be forcibly initialized 794 | struct inode *iplist[2]; | ^~~~~~ /kisskb/src/fs/jfs/namei.c:793:17: note: byref variable will be forcibly initialized 793 | struct btstack btstack; | ^~~~~~~ /kisskb/src/fs/jfs/namei.c:792:24: note: byref variable will be forcibly initialized 792 | struct component_name dname; | ^~~~~ /kisskb/src/fs/jfs/namei.c:791:8: note: byref variable will be forcibly initialized 791 | ino_t ino; | ^~~ /kisskb/src/fs/jfs/namei.c: In function 'jfs_lookup': /kisskb/src/fs/jfs/namei.c:1447:24: note: byref variable will be forcibly initialized 1447 | struct component_name key; | ^~~ /kisskb/src/fs/jfs/namei.c:1445:8: note: byref variable will be forcibly initialized 1445 | ino_t inum; | ^~~~ /kisskb/src/fs/jfs/namei.c:1444:17: note: byref variable will be forcibly initialized 1444 | struct btstack btstack; | ^~~~~~~ /kisskb/src/fs/jfs/namei.c: In function 'jfs_free_zero_link': /kisskb/src/fs/jfs/namei.c:738:18: note: byref variable will be forcibly initialized 738 | struct maplock maplock; /* maplock for COMMIT_WMAP */ | ^~~~~~~ /kisskb/src/fs/jfs/namei.c:717:18: note: byref variable will be forcibly initialized 717 | struct maplock maplock; /* maplock for COMMIT_WMAP */ | ^~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/fs/xfs/xfs_trace.h:4170, from /kisskb/src/fs/xfs/xfs_trace.c:43: /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_attr_list_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:83:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 83 | DECLARE_EVENT_CLASS(xfs_attr_list_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xlog_intent_recovery_failed': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:143:1: note: in expansion of macro 'TRACE_EVENT' 143 | TRACE_EVENT(xlog_intent_recovery_failed, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_perag_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:161:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 161 | DECLARE_EVENT_CLASS(xfs_perag_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_inodegc_worker': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:195:1: note: in expansion of macro 'TRACE_EVENT' 195 | TRACE_EVENT(xfs_inodegc_worker, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_fs_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:211:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 211 | DECLARE_EVENT_CLASS(xfs_fs_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_inodegc_shrinker_scan': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:253:1: note: in expansion of macro 'TRACE_EVENT' 253 | TRACE_EVENT(xfs_inodegc_shrinker_scan, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_ag_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:273:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 273 | DECLARE_EVENT_CLASS(xfs_ag_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_buf_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:409:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 409 | DECLARE_EVENT_CLASS(xfs_buf_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_buf_flags_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:477:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 477 | DECLARE_EVENT_CLASS(xfs_buf_flags_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_buf_ioerror': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:520:1: note: in expansion of macro 'TRACE_EVENT' 520 | TRACE_EVENT(xfs_buf_ioerror, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_buf_item_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:558:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 558 | DECLARE_EVENT_CLASS(xfs_buf_item_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_lock_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:690:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 690 | DECLARE_EVENT_CLASS(xfs_lock_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_inode_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:723:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 723 | DECLARE_EVENT_CLASS(xfs_inode_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_filemap_fault': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:798:1: note: in expansion of macro 'TRACE_EVENT' 798 | TRACE_EVENT(xfs_filemap_fault, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_iref_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:824:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 824 | DECLARE_EVENT_CLASS(xfs_iref_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_iomap_prealloc_size': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:849:1: note: in expansion of macro 'TRACE_EVENT' 849 | TRACE_EVENT(xfs_iomap_prealloc_size, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_irec_merge_pre': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:873:1: note: in expansion of macro 'TRACE_EVENT' 873 | TRACE_EVENT(xfs_irec_merge_pre, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_irec_merge_post': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:902:1: note: in expansion of macro 'TRACE_EVENT' 902 | TRACE_EVENT(xfs_irec_merge_post, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_dquot_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1001:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1001 | DECLARE_EVENT_CLASS(xfs_dquot_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_trans_mod_dquot': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1115:1: note: in expansion of macro 'TRACE_EVENT' 1115 | TRACE_EVENT(xfs_trans_mod_dquot, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_dqtrx_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1144:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1144 | DECLARE_EVENT_CLASS(xfs_dqtrx_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_loggrant_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1216:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1216 | DECLARE_EVENT_CLASS(xfs_loggrant_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_log_item_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1300:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1300 | DECLARE_EVENT_CLASS(xfs_log_item_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_log_force': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1325:1: note: in expansion of macro 'TRACE_EVENT' 1325 | TRACE_EVENT(xfs_log_force, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_ail_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1352:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1352 | DECLARE_EVENT_CLASS(xfs_ail_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_log_assign_tail_lsn': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1388:1: note: in expansion of macro 'TRACE_EVENT' 1388 | TRACE_EVENT(xfs_log_assign_tail_lsn, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_file_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1410:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1410 | DECLARE_EVENT_CLASS(xfs_file_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_imap_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1448:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1448 | DECLARE_EVENT_CLASS(xfs_imap_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_simple_io_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1497:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1497 | DECLARE_EVENT_CLASS(xfs_simple_io_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_itrunc_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1538:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1538 | DECLARE_EVENT_CLASS(xfs_itrunc_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_pagecache_inval': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1567:1: note: in expansion of macro 'TRACE_EVENT' 1567 | TRACE_EVENT(xfs_pagecache_inval, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_bunmap': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1592:1: note: in expansion of macro 'TRACE_EVENT' 1592 | TRACE_EVENT(xfs_bunmap, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_extent_busy_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1626:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1626 | DECLARE_EVENT_CLASS(xfs_extent_busy_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_extent_busy_trim': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1659:1: note: in expansion of macro 'TRACE_EVENT' 1659 | TRACE_EVENT(xfs_extent_busy_trim, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_free_extent': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1753:1: note: in expansion of macro 'TRACE_EVENT' 1753 | TRACE_EVENT(xfs_free_extent, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_alloc_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1788:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1788 | DECLARE_EVENT_CLASS(xfs_alloc_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_alloc_cur_check': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1891:1: note: in expansion of macro 'TRACE_EVENT' 1891 | TRACE_EVENT(xfs_alloc_cur_check, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_dir2_space_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2094:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2094 | DECLARE_EVENT_CLASS(xfs_dir2_space_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_dir2_leafn_moveents': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2125:1: note: in expansion of macro 'TRACE_EVENT' 2125 | TRACE_EVENT(xfs_dir2_leafn_moveents, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_swap_extent_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2164:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2164 | DECLARE_EVENT_CLASS(xfs_swap_extent_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_log_recover': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2204:1: note: in expansion of macro 'TRACE_EVENT' 2204 | TRACE_EVENT(xfs_log_recover, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_log_recover_item_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2245:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2245 | DECLARE_EVENT_CLASS(xfs_log_recover_item_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_log_recover_buf_item_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2293:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2293 | DECLARE_EVENT_CLASS(xfs_log_recover_buf_item_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_log_recover_ino_item_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2337:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2337 | DECLARE_EVENT_CLASS(xfs_log_recover_ino_item_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_discard_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2421:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2421 | DECLARE_EVENT_CLASS(xfs_discard_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_btree_cur_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2463:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2463 | DECLARE_EVENT_CLASS(xfs_btree_cur_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_defer_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2501:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2501 | DECLARE_EVENT_CLASS(xfs_defer_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_defer_error_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2525:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2525 | DECLARE_EVENT_CLASS(xfs_defer_error_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_defer_pending_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2549:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2549 | DECLARE_EVENT_CLASS(xfs_defer_pending_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_phys_extent_deferred_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2578:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2578 | DECLARE_EVENT_CLASS(xfs_phys_extent_deferred_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_map_extent_deferred_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2611:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2611 | DECLARE_EVENT_CLASS(xfs_map_extent_deferred_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_rmap_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2688:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2688 | DECLARE_EVENT_CLASS(xfs_rmap_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_ag_error_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2730:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2730 | DECLARE_EVENT_CLASS(xfs_ag_error_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_rmapbt_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2770:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2770 | DECLARE_EVENT_CLASS(xfs_rmapbt_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_ag_resv_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2836:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2836 | DECLARE_EVENT_CLASS(xfs_ag_resv_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_ag_btree_lookup_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2899:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2899 | DECLARE_EVENT_CLASS(xfs_ag_btree_lookup_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_refcount_extent_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2930:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2930 | DECLARE_EVENT_CLASS(xfs_refcount_extent_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_refcount_extent_at_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2963:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2963 | DECLARE_EVENT_CLASS(xfs_refcount_extent_at_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_refcount_double_extent_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2999:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2999 | DECLARE_EVENT_CLASS(xfs_refcount_double_extent_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_refcount_double_extent_at_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3042:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3042 | DECLARE_EVENT_CLASS(xfs_refcount_double_extent_at_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_refcount_triple_extent_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3090:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3090 | DECLARE_EVENT_CLASS(xfs_refcount_triple_extent_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_refcount_finish_one_leftover': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3187:1: note: in expansion of macro 'TRACE_EVENT' 3187 | TRACE_EVENT(xfs_refcount_finish_one_leftover, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_inode_error_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3221:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3221 | DECLARE_EVENT_CLASS(xfs_inode_error_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_double_io_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3252:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3252 | DECLARE_EVENT_CLASS(xfs_double_io_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_inode_irec_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3302:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3302 | DECLARE_EVENT_CLASS(xfs_inode_irec_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_reflink_remap_blocks': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3340:1: note: in expansion of macro 'TRACE_EVENT' 3340 | TRACE_EVENT(xfs_reflink_remap_blocks, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_ioctl_clone': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3384:1: note: in expansion of macro 'TRACE_EVENT' 3384 | TRACE_EVENT(xfs_ioctl_clone, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_fsmap_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3435:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3435 | DECLARE_EVENT_CLASS(xfs_fsmap_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_getfsmap_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3478:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3478 | DECLARE_EVENT_CLASS(xfs_getfsmap_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_trans_resv_calc': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3516:1: note: in expansion of macro 'TRACE_EVENT' 3516 | TRACE_EVENT(xfs_trans_resv_calc, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_trans_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3542:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3542 | DECLARE_EVENT_CLASS(xfs_trans_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_iunlink_update_bucket': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3580:1: note: in expansion of macro 'TRACE_EVENT' 3580 | TRACE_EVENT(xfs_iunlink_update_bucket, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_iunlink_update_dinode': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3606:1: note: in expansion of macro 'TRACE_EVENT' 3606 | TRACE_EVENT(xfs_iunlink_update_dinode, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_ag_inode_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3632:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3632 | DECLARE_EVENT_CLASS(xfs_ag_inode_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_fs_corrupt_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3658:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3658 | DECLARE_EVENT_CLASS(xfs_fs_corrupt_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_ag_corrupt_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3684:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3684 | DECLARE_EVENT_CLASS(xfs_ag_corrupt_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_inode_corrupt_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3710:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3710 | DECLARE_EVENT_CLASS(xfs_inode_corrupt_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_iwalk_ag': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3734:1: note: in expansion of macro 'TRACE_EVENT' 3734 | TRACE_EVENT(xfs_iwalk_ag, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_iwalk_ag_rec': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3753:1: note: in expansion of macro 'TRACE_EVENT' 3753 | TRACE_EVENT(xfs_iwalk_ag_rec, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_pwork_init': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3774:1: note: in expansion of macro 'TRACE_EVENT' 3774 | TRACE_EVENT(xfs_pwork_init, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_kmem_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3792:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3792 | DECLARE_EVENT_CLASS(xfs_kmem_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_check_new_dalign': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3817:1: note: in expansion of macro 'TRACE_EVENT' 3817 | TRACE_EVENT(xfs_check_new_dalign, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_btree_commit_afakeroot': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3838:1: note: in expansion of macro 'TRACE_EVENT' 3838 | TRACE_EVENT(xfs_btree_commit_afakeroot, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_btree_commit_ifakeroot': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3866:1: note: in expansion of macro 'TRACE_EVENT' 3866 | TRACE_EVENT(xfs_btree_commit_ifakeroot, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_btree_bload_level_geometry': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3899:1: note: in expansion of macro 'TRACE_EVENT' 3899 | TRACE_EVENT(xfs_btree_bload_level_geometry, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_timestamp_range_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3983:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 3983 | DECLARE_EVENT_CLASS(xfs_timestamp_range_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_icwalk_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:4009:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 4009 | DECLARE_EVENT_CLASS(xfs_icwalk_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_das_state_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:4114:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 4114 | DECLARE_EVENT_CLASS(xfs_das_state_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_attr_list_node_descend': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:298:1: note: in expansion of macro 'TRACE_EVENT' 298 | TRACE_EVENT(xfs_attr_list_node_descend, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_agf_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1689:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1689 | DECLARE_EVENT_CLASS(xfs_agf_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_log_recover_icreate_item_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2383:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2383 | DECLARE_EVENT_CLASS(xfs_log_recover_icreate_item_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_bmap_class': /kisskb/src/fs/xfs/./xfs_trace.h:368:24: note: byref variable will be forcibly initialized 368 | struct xfs_bmbt_irec r; | ^ /kisskb/src/include/trace/trace_events.h:743:4: note: in definition of macro 'DECLARE_EVENT_CLASS' 743 | { assign; } \ | ^~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:366:2: note: in expansion of macro 'TP_fast_assign' 366 | TP_fast_assign( | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:350:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 350 | DECLARE_EVENT_CLASS(xfs_bmap_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_filestream_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:632:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 632 | DECLARE_EVENT_CLASS(xfs_filestream_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_filestream_pick': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:661:1: note: in expansion of macro 'TRACE_EVENT' 661 | TRACE_EVENT(xfs_filestream_pick, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_namespace_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:935:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 935 | DECLARE_EVENT_CLASS(xfs_namespace_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_rename': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:967:1: note: in expansion of macro 'TRACE_EVENT' 967 | TRACE_EVENT(xfs_rename, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:967:1: note: in expansion of macro 'TRACE_EVENT' 967 | TRACE_EVENT(xfs_rename, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_da_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1917:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1917 | DECLARE_EVENT_CLASS(xfs_da_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_attr_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:1981:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1981 | DECLARE_EVENT_CLASS(xfs_attr_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_log_recover_record': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:2222:1: note: in expansion of macro 'TRACE_EVENT' 2222 | TRACE_EVENT(xfs_log_recover_record, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_btree_bload_block': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:3940:1: note: in expansion of macro 'TRACE_EVENT' 3940 | TRACE_EVENT(xfs_btree_bload_block, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xlog_iclog_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:4060:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 4060 | DECLARE_EVENT_CLASS(xlog_iclog_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/gen_stats.c: In function '___gnet_stats_copy_basic': /kisskb/src/net/core/gen_stats.c:226:27: note: byref variable will be forcibly initialized 226 | struct gnet_stats_basic sb; | ^~ /kisskb/src/net/core/gen_stats.c:216:20: note: byref variable will be forcibly initialized 216 | u64 bstats_bytes, bstats_packets; | ^~~~~~~~~~~~~~ /kisskb/src/net/core/gen_stats.c:216:6: note: byref variable will be forcibly initialized 216 | u64 bstats_bytes, bstats_packets; | ^~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trace.c: In function 'trace_event_raw_event_xfs_force_shutdown': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:4139:1: note: in expansion of macro 'TRACE_EVENT' 4139 | TRACE_EVENT(xfs_force_shutdown, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./xfs_trace.h:4139:1: note: in expansion of macro 'TRACE_EVENT' 4139 | TRACE_EVENT(xfs_force_shutdown, | ^~~~~~~~~~~ /kisskb/src/net/core/gen_stats.c: In function 'gnet_stats_copy_rate_est': /kisskb/src/net/core/gen_stats.c:312:29: note: byref variable will be forcibly initialized 312 | struct gnet_stats_rate_est est; | ^~~ /kisskb/src/net/core/gen_stats.c:311:31: note: byref variable will be forcibly initialized 311 | struct gnet_stats_rate_est64 sample; | ^~~~~~ 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:126:9: note: userspace variable will be forcibly initialized 126 | return (struct iovec) { | ^ /kisskb/src/fs/read_write.c: In function '__do_sys_llseek': /kisskb/src/fs/read_write.c:342:9: note: byref variable will be forcibly initialized 342 | loff_t offset; | ^~~~~~ /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 '__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/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 }; | ^~~ /kisskb/src/fs/read_write.c: In function 'do_loop_readv_writev': /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:900:16: note: byref variable will be forcibly initialized 900 | struct iovec *iov = iovstack; | ^~~ /kisskb/src/fs/read_write.c:899:15: note: byref variable will be forcibly initialized 899 | struct iovec iovstack[UIO_FASTIOV]; | ^~~~~~~~ /kisskb/src/fs/read_write.c: In function 'do_readv': /kisskb/src/fs/read_write.c:938:10: note: byref variable will be forcibly initialized 938 | loff_t pos, *ppos = file_ppos(f.file); | ^~~ /kisskb/src/kernel/debug/gdbstub.c: In function 'gdb_cmd_memread': /kisskb/src/kernel/debug/gdbstub.c:559:16: note: byref variable will be forcibly initialized 559 | unsigned long addr; | ^~~~ /kisskb/src/kernel/debug/gdbstub.c:558:16: note: byref variable will be forcibly initialized 558 | unsigned long length; | ^~~~~~ /kisskb/src/kernel/debug/gdbstub.c:557:8: note: byref variable will be forcibly initialized 557 | char *ptr = &remcom_in_buffer[1]; | ^~~ /kisskb/src/kernel/debug/gdbstub.c: In function 'write_mem_msg': /kisskb/src/kernel/debug/gdbstub.c:369:16: note: byref variable will be forcibly initialized 369 | unsigned long length; | ^~~~~~ /kisskb/src/kernel/debug/gdbstub.c:368:16: note: byref variable will be forcibly initialized 368 | unsigned long addr; | ^~~~ /kisskb/src/kernel/debug/gdbstub.c:367:8: note: byref variable will be forcibly initialized 367 | char *ptr = &remcom_in_buffer[1]; | ^~~ /kisskb/src/kernel/debug/gdbstub.c: In function 'gdb_cmd_reg_set': /kisskb/src/kernel/debug/gdbstub.c:614:8: note: byref variable will be forcibly initialized 614 | char *ptr = &remcom_in_buffer[1]; | ^~~ /kisskb/src/kernel/debug/gdbstub.c:613:16: note: byref variable will be forcibly initialized 613 | unsigned long regnum; | ^~~~~~ /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; | ^~~~ /kisskb/src/fs/read_write.c:917:16: note: byref variable will be forcibly initialized 917 | struct iovec *iov = iovstack; | ^~~ /kisskb/src/fs/read_write.c:916:15: note: byref variable will be forcibly initialized 916 | struct iovec iovstack[UIO_FASTIOV]; | ^~~~~~~~ /kisskb/src/fs/read_write.c: In function 'do_writev': /kisskb/src/fs/read_write.c:962:10: note: byref variable will be forcibly initialized 962 | loff_t pos, *ppos = file_ppos(f.file); | ^~~ /kisskb/src/kernel/debug/gdbstub.c: In function 'gdb_cmd_query': /kisskb/src/kernel/debug/gdbstub.c:700:8: note: byref variable will be forcibly initialized 700 | char *ptr; | ^~~ /kisskb/src/kernel/debug/gdbstub.c:699:16: note: byref variable will be forcibly initialized 699 | unsigned char thref[BUF_THREAD_ID_SIZE]; | ^~~~~ /kisskb/src/kernel/debug/gdbstub.c: In function 'gdb_cmd_task': /kisskb/src/kernel/debug/gdbstub.c:812:8: note: byref variable will be forcibly initialized 812 | char *ptr; | ^~~ /kisskb/src/fs/read_write.c: In function 'do_sendfile': /kisskb/src/fs/read_write.c:1178:9: note: byref variable will be forcibly initialized 1178 | loff_t out_pos; | ^~~~~~~ /kisskb/src/fs/read_write.c:1177:9: note: byref variable will be forcibly initialized 1177 | loff_t pos; | ^~~ /kisskb/src/kernel/debug/gdbstub.c: In function 'gdb_cmd_thread': /kisskb/src/kernel/debug/gdbstub.c:848:8: note: byref variable will be forcibly initialized 848 | char *ptr = &remcom_in_buffer[1]; | ^~~ /kisskb/src/kernel/debug/gdbstub.c: In function 'gdb_cmd_break': /kisskb/src/kernel/debug/gdbstub.c:869:16: note: byref variable will be forcibly initialized 869 | unsigned long length; | ^~~~~~ /kisskb/src/kernel/debug/gdbstub.c:868:16: note: byref variable will be forcibly initialized 868 | unsigned long addr; | ^~~~ /kisskb/src/kernel/debug/gdbstub.c:867:8: note: byref variable will be forcibly initialized 867 | char *ptr = &remcom_in_buffer[2]; | ^~~ /kisskb/src/fs/read_write.c: In function '__do_sys_sendfile': /kisskb/src/fs/read_write.c:1279:9: note: byref variable will be forcibly initialized 1279 | loff_t pos; | ^~~ /kisskb/src/fs/read_write.c: In function '__do_sys_sendfile64': /kisskb/src/fs/read_write.c:1298:9: note: byref variable will be forcibly initialized 1298 | loff_t pos; | ^~~ /kisskb/src/kernel/debug/gdbstub.c: In function 'gdb_cmd_reg_get': /kisskb/src/kernel/debug/gdbstub.c:599:8: note: byref variable will be forcibly initialized 599 | char *ptr = &remcom_in_buffer[1]; | ^~~ /kisskb/src/kernel/debug/gdbstub.c:598:16: note: byref variable will be forcibly initialized 598 | unsigned long regnum; | ^~~~~~ /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/kernel/debug/gdbstub.c: In function 'gdb_serial_stub': /kisskb/src/kernel/debug/gdbstub.c:966:17: note: byref variable will be forcibly initialized 966 | unsigned char thref[BUF_THREAD_ID_SIZE]; | ^~~~~ /kisskb/src/kernel/debug/gdbstub.c: In function 'gdbstub_exit': /kisskb/src/kernel/debug/gdbstub.c:1126:30: note: byref variable will be forcibly initialized 1126 | unsigned char checksum, ch, buffer[3]; | ^~~~~~ /kisskb/src/fs/read_write.c: In function 'ksys_read': /kisskb/src/fs/read_write.c:614:10: note: byref variable will be forcibly initialized 614 | loff_t pos, *ppos = file_ppos(f.file); | ^~~ /kisskb/src/fs/read_write.c: In function 'ksys_write': /kisskb/src/fs/read_write.c:638:10: note: byref variable will be forcibly initialized 638 | loff_t pos, *ppos = file_ppos(f.file); | ^~~ /kisskb/src/fs/read_write.c: In function 'generic_write_checks': /kisskb/src/fs/read_write.c:1631:9: note: byref variable will be forcibly initialized 1631 | loff_t count; | ^~~~~ /kisskb/src/fs/read_write.c: In function 'generic_copy_file_checks': /kisskb/src/fs/read_write.c:1418:11: note: byref variable will be forcibly initialized 1418 | uint64_t count = *req_count; | ^~~~~ /kisskb/src/fs/read_write.c: In function '__do_sys_copy_file_range': /kisskb/src/fs/read_write.c:1533:9: note: byref variable will be forcibly initialized 1533 | loff_t pos_out; | ^~~~~~~ /kisskb/src/fs/read_write.c:1532:9: note: byref variable will be forcibly initialized 1532 | loff_t pos_in; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ag.c: In function 'xfs_get_aghdr_buf': /kisskb/src/fs/xfs/libxfs/xfs_ag.c:311:19: note: byref variable will be forcibly initialized 311 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_ag.c: In function 'xfs_ag_init_hdr': /kisskb/src/fs/xfs/libxfs/xfs_ag.c:627:19: note: byref variable will be forcibly initialized 627 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_ag.c: In function 'xfs_perag_get_tag': /kisskb/src/fs/xfs/libxfs/xfs_ag.c:69:20: note: byref variable will be forcibly initialized 69 | struct xfs_perag *pag; | ^~~ /kisskb/src/kernel/time/clocksource.c: In function 'unbind_clocksource_store': /kisskb/src/kernel/time/clocksource.c:1315:7: note: byref variable will be forcibly initialized 1315 | char name[CS_NAME_LEN]; | ^~~~ /kisskb/src/fs/ntfs3/file.c: In function 'ntfs_truncate': /kisskb/src/fs/ntfs3/file.c:475:6: note: byref variable will be forcibly initialized 475 | u64 new_valid; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ag.c: In function 'xfs_ag_shrink_space': /kisskb/src/fs/xfs/libxfs/xfs_ag.c:780:27: note: byref variable will be forcibly initialized 780 | struct xfs_buf *agibp, *agfbp; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ag.c:780:19: note: byref variable will be forcibly initialized 780 | struct xfs_buf *agibp, *agfbp; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ag.c: In function 'xfs_ag_extend_space': /kisskb/src/fs/xfs/libxfs/xfs_ag.c:892:19: note: byref variable will be forcibly initialized 892 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/ntfs3/file.c: In function 'ntfs_extend_initialized_size': /kisskb/src/fs/ntfs3/file.c:120:18: note: byref variable will be forcibly initialized 120 | CLST vcn, lcn, clen; | ^~~~ /kisskb/src/fs/ntfs3/file.c:120:13: note: byref variable will be forcibly initialized 120 | CLST vcn, lcn, clen; | ^~~ /kisskb/src/fs/ntfs3/file.c:118:9: note: byref variable will be forcibly initialized 118 | void *fsdata; | ^~~~~~ /kisskb/src/fs/ntfs3/file.c:117:16: note: byref variable will be forcibly initialized 117 | struct page *page; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_ag.c: In function 'xfs_ag_get_geometry': /kisskb/src/fs/xfs/libxfs/xfs_ag.c:948:19: note: byref variable will be forcibly initialized 948 | struct xfs_buf *agf_bp; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ag.c:947:19: note: byref variable will be forcibly initialized 947 | struct xfs_buf *agi_bp; | ^~~~~~ 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/fs/ntfs3/file.c: In function 'ntfs_ioctl_fitrim': /kisskb/src/fs/ntfs3/file.c:24:22: note: byref variable will be forcibly initialized 24 | struct fstrim_range range; | ^~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/writeback.h:13, from /kisskb/src/include/linux/backing-dev.h:16, from /kisskb/src/fs/ntfs3/file.c:10: /kisskb/src/fs/ntfs3/file.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/kernel/time/ntp.c: In function 'sync_hw_clock': /kisskb/src/kernel/time/ntp.c:630:25: note: byref variable will be forcibly initialized 630 | struct timespec64 now, to_set; | ^~~~~~ /kisskb/src/kernel/time/ntp.c:630:20: note: byref variable will be forcibly initialized 630 | struct timespec64 now, to_set; | ^~~ /kisskb/src/fs/ntfs3/file.c: In function 'ntfs_compress_write': /kisskb/src/fs/ntfs3/file.c:917:13: note: byref variable will be forcibly initialized 917 | CLST lcn, clen; | ^~~~ /kisskb/src/fs/ntfs3/file.c:917:8: note: byref variable will be forcibly initialized 917 | CLST lcn, clen; | ^~~ /kisskb/src/fs/ntfs3/file.c:891:7: note: byref variable will be forcibly initialized 891 | bool frame_uptodate; | ^~~~~~~~~~~~~~ /kisskb/src/fs/ntfs3/file.c: In function 'ntfs_fallocate': /kisskb/src/fs/ntfs3/file.c:674:9: note: byref variable will be forcibly initialized 674 | bool new; | ^~~ /kisskb/src/fs/ntfs3/file.c:673:14: note: byref variable will be forcibly initialized 673 | CLST lcn, clen; | ^~~~ /kisskb/src/fs/ntfs3/file.c:673:9: note: byref variable will be forcibly initialized 673 | CLST lcn, clen; | ^~~ /kisskb/src/fs/ntfs3/file.c:568:7: note: byref variable will be forcibly initialized 568 | u32 frame_size; | ^~~~~~~~~~ /kisskb/src/fs/ntfs3/file.c: In function 'ntfs_file_mmap': /kisskb/src/fs/ntfs3/file.c:387:9: note: byref variable will be forcibly initialized 387 | bool new; | ^~~ /kisskb/src/fs/ntfs3/file.c:384:14: note: byref variable will be forcibly initialized 384 | CLST lcn, len; | ^~~ /kisskb/src/fs/ntfs3/file.c:384:9: note: byref variable will be forcibly initialized 384 | CLST lcn, len; | ^~~ /kisskb/src/drivers/gpio/gpio-pcie-idio-24.c: In function 'idio_24_irq_handler': /kisskb/src/drivers/gpio/gpio-pcie-idio-24.c:453:16: note: byref variable will be forcibly initialized 453 | unsigned long irq_mask; | ^~~~~~~~ /kisskb/src/drivers/pci/controller/pci-host-common.c: In function 'gen_pci_init': /kisskb/src/drivers/pci/controller/pci-host-common.c:27:18: note: byref variable will be forcibly initialized 27 | struct resource cfgres; | ^~~~~~ /kisskb/src/drivers/gpio/gpio-pcie-idio-24.c: In function 'idio_24_gpio_set_multiple': /kisskb/src/drivers/gpio/gpio-pcie-idio-24.c:326:16: note: byref variable will be forcibly initialized 326 | void __iomem *ports[] = { | ^~~~~ /kisskb/src/drivers/gpio/gpio-pcie-idio-24.c:325:16: note: byref variable will be forcibly initialized 325 | unsigned long gpio_mask; | ^~~~~~~~~ /kisskb/src/drivers/gpio/gpio-pcie-idio-24.c: In function 'idio_24_gpio_get_multiple': /kisskb/src/drivers/gpio/gpio-pcie-idio-24.c:248:16: note: byref variable will be forcibly initialized 248 | void __iomem *ports[] = { | ^~~~~ /kisskb/src/drivers/gpio/gpio-pcie-idio-24.c:247:16: note: byref variable will be forcibly initialized 247 | unsigned long gpio_mask; | ^~~~~~~~~ /kisskb/src/drivers/gpio/gpio-pci-idio-16.c: In function 'idio_16_gpio_set_multiple': /kisskb/src/drivers/gpio/gpio-pci-idio-16.c:161:16: note: byref variable will be forcibly initialized 161 | void __iomem *ports[] = { | ^~~~~ /kisskb/src/drivers/gpio/gpio-pci-idio-16.c:160:16: note: byref variable will be forcibly initialized 160 | unsigned long gpio_mask; | ^~~~~~~~~ /kisskb/src/drivers/gpio/gpio-pci-idio-16.c: In function 'idio_16_gpio_get_multiple': /kisskb/src/drivers/gpio/gpio-pci-idio-16.c:105:16: note: byref variable will be forcibly initialized 105 | void __iomem *ports[] = { | ^~~~~ /kisskb/src/drivers/gpio/gpio-pci-idio-16.c:104:16: note: byref variable will be forcibly initialized 104 | unsigned long gpio_mask; | ^~~~~~~~~ /kisskb/src/kernel/trace/ring_buffer.c: In function 'rb_reserve_next_event': /kisskb/src/kernel/trace/ring_buffer.c:3588:23: note: byref variable will be forcibly initialized 3588 | struct rb_event_info info; | ^~~~ /kisskb/src/kernel/trace/ring_buffer.c: In function 'rb_set_head_page': /kisskb/src/kernel/trace/ring_buffer.c:1339:22: note: byref variable will be forcibly initialized 1339 | struct buffer_page *page; | ^~~~ /kisskb/src/kernel/trace/ring_buffer.c: In function 'ring_buffer_lock_reserve': /kisskb/src/kernel/trace/ring_buffer.c:3588:23: note: byref variable will be forcibly initialized 3588 | struct rb_event_info info; | ^~~~ /kisskb/src/fs/ext4/hash.c: In function '__ext4fs_dirhash': /kisskb/src/fs/ext4/hash.c:264:15: note: byref variable will be forcibly initialized 264 | struct qstr qname = QSTR_INIT(name, len); | ^~~~~ /kisskb/src/fs/ext4/hash.c:207:16: note: byref variable will be forcibly initialized 207 | __u32 in[8], buf[4]; | ^~~ /kisskb/src/fs/ext4/hash.c:207:9: note: byref variable will be forcibly initialized 207 | __u32 in[8], buf[4]; | ^~ /kisskb/src/kernel/trace/ring_buffer.c: In function 'rb_handle_head_page': /kisskb/src/kernel/trace/ring_buffer.c:2372:22: note: byref variable will be forcibly initialized 2372 | struct buffer_page *new_head; | ^~~~~~~~ /kisskb/src/fs/udf/lowlevel.c: In function 'udf_get_last_session': /kisskb/src/fs/udf/lowlevel.c:31:28: note: byref variable will be forcibly initialized 31 | struct cdrom_multisession ms_info; | ^~~~~~~ /kisskb/src/fs/udf/lowlevel.c: In function 'udf_get_last_block': /kisskb/src/fs/udf/lowlevel.c:51:16: note: byref variable will be forcibly initialized 51 | unsigned long lblock = 0; | ^~~~~~ /kisskb/src/kernel/trace/ring_buffer.c: In function 'rb_decrement_entry': /kisskb/src/kernel/trace/ring_buffer.c:3719:22: note: byref variable will be forcibly initialized 3719 | struct buffer_page *bpage = cpu_buffer->commit_page; | ^~~~~ /kisskb/src/kernel/trace/ring_buffer.c: In function 'rb_move_tail': /kisskb/src/kernel/trace/ring_buffer.c:2603:22: note: byref variable will be forcibly initialized 2603 | struct buffer_page *next_page; | ^~~~~~~~~ /kisskb/src/kernel/trace/ring_buffer.c: In function 'rb_remove_pages': /kisskb/src/kernel/trace/ring_buffer.c:1831:39: note: byref variable will be forcibly initialized 1831 | struct buffer_page *to_remove_page, *tmp_iter_page; | ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/percpu.h:6, from /kisskb/src/include/linux/context_tracking_state.h:5, from /kisskb/src/include/linux/hardirq.h:5, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/trace_recursion.h:5, from /kisskb/src/kernel/trace/ring_buffer.c:7: /kisskb/src/kernel/trace/ring_buffer.c: In function 'rb_allocate_pages': /kisskb/src/kernel/trace/ring_buffer.c:1595:12: note: byref variable will be forcibly initialized 1595 | LIST_HEAD(pages); | ^~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/kernel/trace/ring_buffer.c: In function 'rb_update_event': /kisskb/src/kernel/trace/ring_buffer.c:2798:6: note: byref variable will be forcibly initialized 2798 | u64 delta = info->delta; | ^~~~~ /kisskb/src/kernel/trace/ring_buffer.c:2797:11: note: byref variable will be forcibly initialized 2797 | unsigned length = info->length; | ^~~~~~ /kisskb/src/kernel/trace/ring_buffer.c: In function 'ring_buffer_write': /kisskb/src/kernel/trace/ring_buffer.c:3588:23: note: byref variable will be forcibly initialized 3588 | struct rb_event_info info; | ^~~~ In file included from /kisskb/src/drivers/pci/endpoint/pci-epc-mem.c:11: /kisskb/src/drivers/pci/endpoint/pci-epc-mem.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/pci/endpoint/pci-epc-mem.c: In function 'pci_epc_mem_init': /kisskb/src/drivers/pci/endpoint/pci-epc-mem.c:121:28: note: byref variable will be forcibly initialized 121 | struct pci_epc_mem_window mem_window; | ^~~~~~~~~~ /kisskb/src/kernel/trace/ring_buffer.c: In function 'test_ringbuffer': /kisskb/src/kernel/trace/ring_buffer.c:5965:17: note: byref variable will be forcibly initialized 5965 | unsigned long lost; | ^~~~ /kisskb/src/fs/udf/inode.c: In function 'udf_read_inode': /kisskb/src/fs/udf/inode.c:1308:11: note: byref variable will be forcibly initialized 1308 | uint16_t ident; | ^~~~~ /kisskb/src/fs/udf/inode.c: In function 'udf_setup_indirect_aext': /kisskb/src/fs/udf/inode.c:1978:12: note: byref variable will be forcibly initialized 1978 | uint32_t cp_len; | ^~~~~~ /kisskb/src/fs/udf/inode.c:1977:25: note: byref variable will be forcibly initialized 1977 | struct kernel_lb_addr cp_loc; | ^~~~~~ /kisskb/src/fs/udf/inode.c:1933:24: note: byref variable will be forcibly initialized 1933 | struct kernel_lb_addr neloc; | ^~~~~ /kisskb/src/fs/udf/inode.c:1932:25: note: byref variable will be forcibly initialized 1932 | struct extent_position nepos; | ^~~~~ /kisskb/src/fs/udf/inode.c: In function 'udf_add_aext': /kisskb/src/fs/udf/inode.c:2067:7: note: byref variable will be forcibly initialized 2067 | int err; | ^~~ /kisskb/src/fs/udf/inode.c: In function 'udf_expand_dir_adinicb': /kisskb/src/fs/udf/inode.c:340:23: note: byref variable will be forcibly initialized 340 | struct fileIdentDesc cfi, *sfi, *dfi; | ^~~ /kisskb/src/fs/udf/inode.c:338:9: note: byref variable will be forcibly initialized 338 | loff_t f_pos = udf_ext0_offset(inode); | ^~~~~ /kisskb/src/fs/udf/inode.c:337:33: note: byref variable will be forcibly initialized 337 | struct udf_fileident_bh sfibh, dfibh; | ^~~~~ /kisskb/src/fs/udf/inode.c:337:26: note: byref variable will be forcibly initialized 337 | struct udf_fileident_bh sfibh, dfibh; | ^~~~~ /kisskb/src/fs/udf/inode.c:335:25: note: byref variable will be forcibly initialized 335 | struct extent_position epos; | ^~~~ /kisskb/src/fs/udf/inode.c:333:24: note: byref variable will be forcibly initialized 333 | struct kernel_lb_addr eloc; | ^~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/rapidio/rio_cm.c:10: /kisskb/src/drivers/rapidio/rio_cm.c: In function 'rio_cm_shutdown': /kisskb/src/drivers/rapidio/rio_cm.c:2245:12: note: byref variable will be forcibly initialized 2245 | 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/rapidio/rio_cm.c:2244:15: note: byref variable will be forcibly initialized 2244 | unsigned int i; | ^ /kisskb/src/fs/udf/inode.c: In function 'udf_do_extend_file': /kisskb/src/fs/udf/inode.c:543:12: note: byref variable will be forcibly initialized 543 | uint32_t tmplen; | ^~~~~~ /kisskb/src/fs/udf/inode.c:542:25: note: byref variable will be forcibly initialized 542 | struct kernel_lb_addr tmploc; | ^~~~~~ In file included from /kisskb/src/drivers/rapidio/rio_cm.c:17: /kisskb/src/drivers/rapidio/rio_cm.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/fs/udf/inode.c: In function 'udf_insert_aext': /kisskb/src/fs/udf/inode.c:2231:11: note: byref variable will be forcibly initialized 2231 | uint32_t oelen; | ^~~~~ /kisskb/src/fs/udf/inode.c:2230:24: note: byref variable will be forcibly initialized 2230 | struct kernel_lb_addr oeloc; | ^~~~~ /kisskb/src/fs/udf/inode.c: In function 'udf_delete_aext': /kisskb/src/fs/udf/inode.c:2256:11: note: byref variable will be forcibly initialized 2256 | uint32_t elen; | ^~~~ /kisskb/src/fs/udf/inode.c:2255:24: note: byref variable will be forcibly initialized 2255 | struct kernel_lb_addr eloc; | ^~~~ /kisskb/src/fs/udf/inode.c:2250:25: note: byref variable will be forcibly initialized 2250 | struct extent_position oepos; | ^~~~~ /kisskb/src/fs/udf/inode.c: In function 'udf_update_extents': /kisskb/src/fs/udf/inode.c:1183:11: note: byref variable will be forcibly initialized 1183 | uint32_t tmplen; | ^~~~~~ /kisskb/src/fs/udf/inode.c:1182:24: note: byref variable will be forcibly initialized 1182 | struct kernel_lb_addr tmploc; | ^~~~~~ /kisskb/src/fs/udf/inode.c: In function 'inode_getblk': /kisskb/src/fs/udf/inode.c:699:6: note: byref variable will be forcibly initialized 699 | int c = 1; | ^ /kisskb/src/fs/udf/inode.c:698:30: note: byref variable will be forcibly initialized 698 | struct kernel_lb_addr eloc, tmpeloc; | ^~~~~~~ /kisskb/src/fs/udf/inode.c:698:24: note: byref variable will be forcibly initialized 698 | struct kernel_lb_addr eloc, tmpeloc; | ^~~~ /kisskb/src/fs/udf/inode.c:697:21: note: byref variable will be forcibly initialized 697 | uint32_t elen = 0, tmpelen; | ^~~~~~~ /kisskb/src/fs/udf/inode.c:697:11: note: byref variable will be forcibly initialized 697 | uint32_t elen = 0, tmpelen; | ^~~~ /kisskb/src/fs/udf/inode.c:696:31: note: byref variable will be forcibly initialized 696 | int count = 0, startnum = 0, endnum = 0; | ^~~~~~ /kisskb/src/fs/udf/inode.c:695:46: note: byref variable will be forcibly initialized 695 | struct extent_position prev_epos, cur_epos, next_epos; | ^~~~~~~~~ /kisskb/src/fs/udf/inode.c:695:36: note: byref variable will be forcibly initialized 695 | struct extent_position prev_epos, cur_epos, next_epos; | ^~~~~~~~ /kisskb/src/fs/udf/inode.c:695:25: note: byref variable will be forcibly initialized 695 | struct extent_position prev_epos, cur_epos, next_epos; | ^~~~~~~~~ /kisskb/src/fs/udf/inode.c:694:24: note: byref variable will be forcibly initialized 694 | struct kernel_long_ad laarr[EXTENT_MERGE_SIZE]; | ^~~~~ /kisskb/src/fs/udf/namei.c: In function 'udf_find_entry': /kisskb/src/fs/udf/namei.c:178:11: note: byref variable will be forcibly initialized 178 | sector_t offset; | ^~~~~~ /kisskb/src/fs/udf/namei.c:177:11: note: byref variable will be forcibly initialized 177 | uint32_t elen; | ^~~~ /kisskb/src/fs/udf/namei.c:176:24: note: byref variable will be forcibly initialized 176 | struct kernel_lb_addr eloc; | ^~~~ /kisskb/src/fs/udf/namei.c:168:9: note: byref variable will be forcibly initialized 168 | loff_t f_pos; | ^~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/rapidio/rio_cm.c:10: /kisskb/src/drivers/rapidio/rio_cm.c: In function 'riocm_remove_mport': /kisskb/src/drivers/rapidio/rio_cm.c:2184:12: note: byref variable will be forcibly initialized 2184 | 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/rapidio/rio_cm.c:2182:15: note: byref variable will be forcibly initialized 2182 | unsigned int i; | ^ /kisskb/src/fs/udf/namei.c: In function 'empty_dir': /kisskb/src/fs/udf/inode.c: In function 'inode_bmap': /kisskb/src/fs/udf/namei.c:733:11: note: byref variable will be forcibly initialized 733 | sector_t offset; | ^~~~~~ /kisskb/src/fs/udf/namei.c:732:11: note: byref variable will be forcibly initialized 732 | uint32_t elen; | ^~~~ /kisskb/src/fs/udf/inode.c:2337:9: note: byref variable will be forcibly initialized 2337 | loff_t lbcount = 0, bcount = (loff_t) block << blocksize_bits; | ^~~~~~~ /kisskb/src/fs/udf/namei.c:731:24: note: byref variable will be forcibly initialized 731 | struct kernel_lb_addr eloc; | ^~~~ /kisskb/src/fs/udf/namei.c:728:9: note: byref variable will be forcibly initialized 728 | loff_t f_pos; | ^~~~~ /kisskb/src/fs/udf/namei.c:727:26: note: byref variable will be forcibly initialized 727 | struct udf_fileident_bh fibh; | ^~~~ /kisskb/src/fs/udf/namei.c:726:28: note: byref variable will be forcibly initialized 726 | struct fileIdentDesc *fi, cfi; | ^~~ /kisskb/src/fs/udf/inode.c: In function 'udf_extend_file': /kisskb/src/fs/udf/inode.c:639:24: note: byref variable will be forcibly initialized 639 | struct kernel_long_ad extent; | ^~~~~~ /kisskb/src/fs/udf/inode.c:635:58: note: byref variable will be forcibly initialized 635 | sector_t first_block = newsize >> sb->s_blocksize_bits, offset; | ^~~~~~ /kisskb/src/fs/udf/inode.c:632:11: note: byref variable will be forcibly initialized 632 | uint32_t elen; | ^~~~ /kisskb/src/fs/udf/inode.c:631:24: note: byref variable will be forcibly initialized 631 | struct kernel_lb_addr eloc; | ^~~~ /kisskb/src/fs/udf/inode.c:630:25: note: byref variable will be forcibly initialized 630 | struct extent_position epos; | ^~~~ /kisskb/src/fs/udf/namei.c: In function 'udf_get_parent': /kisskb/src/fs/udf/namei.c:1225:26: note: byref variable will be forcibly initialized 1225 | struct udf_fileident_bh fibh; | ^~~~ /kisskb/src/fs/udf/namei.c:1224:23: note: byref variable will be forcibly initialized 1224 | struct fileIdentDesc cfi; | ^~~ /kisskb/src/fs/udf/namei.c:1222:24: note: byref variable will be forcibly initialized 1222 | struct kernel_lb_addr tloc; | ^~~~ /kisskb/src/fs/udf/namei.c: In function 'udf_nfs_get_inode': /kisskb/src/fs/udf/namei.c:1247:24: note: byref variable will be forcibly initialized 1247 | struct kernel_lb_addr loc; | ^~~ /kisskb/src/fs/udf/inode.c: In function 'udf_block_map': /kisskb/src/fs/udf/inode.c:2368:11: note: byref variable will be forcibly initialized 2368 | sector_t offset; | ^~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/rapidio/rio_cm.c:10: /kisskb/src/drivers/rapidio/rio_cm.c: In function 'riocm_remove_dev': /kisskb/src/fs/udf/inode.c:2367:11: note: byref variable will be forcibly initialized 2367 | uint32_t elen; | ^~~~ /kisskb/src/drivers/rapidio/rio_cm.c:1996:12: note: byref variable will be forcibly initialized 1996 | 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/udf/inode.c:2366:24: note: byref variable will be forcibly initialized 2366 | struct kernel_lb_addr eloc; | ^~~~ /kisskb/src/drivers/rapidio/rio_cm.c:1994:15: note: byref variable will be forcibly initialized 1994 | unsigned int i; | ^ /kisskb/src/fs/udf/namei.c: In function 'udf_lookup': /kisskb/src/fs/udf/namei.c:314:25: note: byref variable will be forcibly initialized 314 | struct kernel_lb_addr loc; | ^~~ /kisskb/src/fs/udf/namei.c:303:26: note: byref variable will be forcibly initialized 303 | struct udf_fileident_bh fibh; | ^~~~ /kisskb/src/fs/udf/namei.c:302:23: note: byref variable will be forcibly initialized 302 | struct fileIdentDesc cfi; | ^~~ /kisskb/src/fs/udf/inode.c: In function 'udf_get_block': /kisskb/src/fs/udf/inode.c:421:11: note: byref variable will be forcibly initialized 421 | int err, new; | ^~~ /kisskb/src/fs/udf/inode.c:421:6: note: byref variable will be forcibly initialized 421 | int err, new; | ^~~ /kisskb/src/fs/udf/inode.c: In function 'udf_getblk': /kisskb/src/fs/udf/inode.c:460:21: note: byref variable will be forcibly initialized 460 | struct buffer_head dummy; | ^~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/rapidio/rio_cm.c:10: /kisskb/src/drivers/rapidio/rio_cm.c: In function 'riocm_cdev_release': /kisskb/src/fs/udf/inode.c: In function 'udf_bread': /kisskb/src/fs/udf/inode.c:1208:22: note: byref variable will be forcibly initialized 1208 | struct buffer_head *bh = NULL; | ^~ /kisskb/src/drivers/rapidio/rio_cm.c:1498:12: note: byref variable will be forcibly initialized 1498 | 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/rapidio/rio_cm.c:1497:15: note: byref variable will be forcibly initialized 1497 | unsigned int i; | ^ /kisskb/src/fs/udf/namei.c: In function 'udf_add_entry': /kisskb/src/fs/udf/namei.c:344:11: note: byref variable will be forcibly initialized 344 | sector_t offset; | ^~~~~~ /kisskb/src/fs/udf/namei.c:343:11: note: byref variable will be forcibly initialized 343 | uint32_t elen = 0; | ^~~~ /kisskb/src/fs/udf/namei.c:342:24: note: byref variable will be forcibly initialized 342 | struct kernel_lb_addr eloc; | ^~~~ /kisskb/src/fs/udf/namei.c:341:13: note: byref variable will be forcibly initialized 341 | udf_pblk_t block; | ^~~~~ /kisskb/src/fs/udf/namei.c:338:9: note: byref variable will be forcibly initialized 338 | loff_t f_pos; | ^~~~~ /kisskb/src/fs/udf/namei.c: In function 'udf_rmdir': /kisskb/src/fs/udf/namei.c:799:24: note: byref variable will be forcibly initialized 799 | struct kernel_lb_addr tloc; | ^~~~ /kisskb/src/fs/udf/namei.c:798:28: note: byref variable will be forcibly initialized 798 | struct fileIdentDesc *fi, cfi; | ^~~ /kisskb/src/fs/udf/namei.c:797:26: note: byref variable will be forcibly initialized 797 | struct udf_fileident_bh fibh; | ^~~~ /kisskb/src/drivers/rapidio/rio_cm.c: In function 'cm_chan_msg_rcv': /kisskb/src/drivers/rapidio/rio_cm.c:1862:8: note: byref variable will be forcibly initialized 1862 | void *buf; | ^~~ /kisskb/src/drivers/rapidio/rio_cm.c:1860:20: note: byref variable will be forcibly initialized 1860 | struct rio_cm_msg msg; | ^~~ /kisskb/src/fs/udf/namei.c: In function 'udf_unlink': /kisskb/src/fs/udf/namei.c:845:24: note: byref variable will be forcibly initialized 845 | struct kernel_lb_addr tloc; | ^~~~ /kisskb/src/fs/udf/namei.c:844:23: note: byref variable will be forcibly initialized 844 | struct fileIdentDesc cfi; | ^~~ /kisskb/src/fs/udf/namei.c:842:26: note: byref variable will be forcibly initialized 842 | struct udf_fileident_bh fibh; | ^~~~ /kisskb/src/fs/udf/namei.c: In function 'udf_rename': /kisskb/src/fs/udf/namei.c:1120:7: note: byref variable will be forcibly initialized 1120 | int offset = udf_ext0_offset(old_inode); | ^~~~~~ /kisskb/src/fs/udf/namei.c:1087:24: note: byref variable will be forcibly initialized 1087 | struct kernel_lb_addr tloc; | ^~~~ /kisskb/src/fs/udf/namei.c:1086:6: note: byref variable will be forcibly initialized 1086 | int retval = -ENOENT; | ^~~~~~ /kisskb/src/fs/udf/namei.c:1084:29: note: byref variable will be forcibly initialized 1084 | struct fileIdentDesc ocfi, ncfi; | ^~~~ /kisskb/src/fs/udf/namei.c:1084:23: note: byref variable will be forcibly initialized 1084 | struct fileIdentDesc ocfi, ncfi; | ^~~~ /kisskb/src/fs/udf/namei.c:1082:33: note: byref variable will be forcibly initialized 1082 | struct udf_fileident_bh ofibh, nfibh; | ^~~~~ /kisskb/src/fs/udf/namei.c:1082:26: note: byref variable will be forcibly initialized 1082 | struct udf_fileident_bh ofibh, nfibh; | ^~~~~ /kisskb/src/fs/ntfs3/fslog.c: In function 'log_read_rst': /kisskb/src/fs/ntfs3/fslog.c:1201:8: note: byref variable will be forcibly initialized 1201 | bool usa_error; | ^~~~~~~~~ /kisskb/src/fs/ntfs3/fslog.c:1183:22: note: byref variable will be forcibly initialized 1183 | struct RESTART_HDR *r_page = kmalloc(DefaultLogPageSize, GFP_NOFS); | ^~~~~~ /kisskb/src/fs/udf/namei.c: In function 'udf_add_nondir': /kisskb/src/fs/udf/namei.c:586:6: note: byref variable will be forcibly initialized 586 | int err; | ^~~ /kisskb/src/fs/udf/namei.c:585:23: note: byref variable will be forcibly initialized 585 | struct fileIdentDesc cfi, *fi; | ^~~ /kisskb/src/fs/udf/namei.c:584:26: note: byref variable will be forcibly initialized 584 | struct udf_fileident_bh fibh; | ^~~~ /kisskb/src/fs/udf/namei.c: In function 'udf_symlink': /kisskb/src/fs/udf/namei.c:916:25: note: byref variable will be forcibly initialized 916 | struct kernel_lb_addr eloc; | ^~~~ /kisskb/src/fs/udf/namei.c:893:6: note: byref variable will be forcibly initialized 893 | int err; | ^~~ /kisskb/src/drivers/rapidio/rio_cm.c: In function 'cm_ep_get_list_size': /kisskb/src/fs/ntfs3/fslog.c: In function 'last_log_lsn': /kisskb/src/drivers/rapidio/rio_cm.c:1533:6: note: byref variable will be forcibly initialized 1533 | u32 count = 0; | ^~~~~ /kisskb/src/fs/ntfs3/fslog.c:1628:26: note: byref variable will be forcibly initialized 1628 | struct RECORD_PAGE_HDR *second_tail = NULL; | ^~~~~~~~~~~ /kisskb/src/fs/ntfs3/fslog.c:1627:26: note: byref variable will be forcibly initialized 1627 | struct RECORD_PAGE_HDR *first_tail = NULL; | ^~~~~~~~~~ /kisskb/src/fs/ntfs3/fslog.c:1626:26: note: byref variable will be forcibly initialized 1626 | struct RECORD_PAGE_HDR *tst_page = NULL; | ^~~~~~~~ /kisskb/src/fs/ntfs3/fslog.c:1625:26: note: byref variable will be forcibly initialized 1625 | struct RECORD_PAGE_HDR *page = NULL; | ^~~~ /kisskb/src/fs/ntfs3/fslog.c:1605:7: note: byref variable will be forcibly initialized 1605 | bool usa_error = false; | ^~~~~~~~~ /kisskb/src/drivers/rapidio/rio_cm.c: In function 'cm_ep_get_list': /kisskb/src/drivers/rapidio/rio_cm.c:1564:6: note: byref variable will be forcibly initialized 1564 | u32 info[2]; | ^~~~ /kisskb/src/fs/udf/namei.c: In function 'udf_mkdir': /kisskb/src/fs/udf/namei.c:670:6: note: byref variable will be forcibly initialized 670 | int err; | ^~~ /kisskb/src/fs/udf/namei.c:669:23: note: byref variable will be forcibly initialized 669 | struct fileIdentDesc cfi, *fi; | ^~~ /kisskb/src/fs/udf/namei.c:668:26: note: byref variable will be forcibly initialized 668 | struct udf_fileident_bh fibh; | ^~~~ /kisskb/src/fs/udf/namei.c: In function 'udf_link': /kisskb/src/fs/udf/namei.c:1043:6: note: byref variable will be forcibly initialized 1043 | int err; | ^~~ /kisskb/src/fs/udf/namei.c:1042:23: note: byref variable will be forcibly initialized 1042 | struct fileIdentDesc cfi, *fi; | ^~~ /kisskb/src/fs/udf/namei.c:1041:26: note: byref variable will be forcibly initialized 1041 | struct udf_fileident_bh fibh; | ^~~~ /kisskb/src/drivers/rapidio/rio_cm.c: In function 'cm_chan_bind': /kisskb/src/drivers/rapidio/rio_cm.c:1716:24: note: byref variable will be forcibly initialized 1716 | struct rio_cm_channel chan; | ^~~~ /kisskb/src/drivers/rapidio/rio_cm.c: In function 'cm_chan_connect': /kisskb/src/drivers/rapidio/rio_cm.c:1780:24: note: byref variable will be forcibly initialized 1780 | struct rio_cm_channel chan; | ^~~~ /kisskb/src/drivers/rapidio/rio_cm.c: In function 'cm_mport_get_list': /kisskb/src/drivers/rapidio/rio_cm.c:1619:6: note: byref variable will be forcibly initialized 1619 | u32 entries; | ^~~~~~~ /kisskb/src/fs/ntfs3/fslog.c: In function 'read_log_rec_buf': /kisskb/src/fs/ntfs3/fslog.c:2269:8: note: byref variable will be forcibly initialized 2269 | bool usa_error; | ^~~~~~~~~ /kisskb/src/fs/ntfs3/fslog.c:2258:26: note: byref variable will be forcibly initialized 2258 | struct RECORD_PAGE_HDR *ph = NULL; | ^~ /kisskb/src/drivers/rapidio/rio_cm.c: In function 'cm_chan_create': /kisskb/src/drivers/rapidio/rio_cm.c:1659:6: note: byref variable will be forcibly initialized 1659 | u16 ch_num; | ^~~~~~ /kisskb/src/fs/ntfs3/fslog.c: In function 'read_rst_area': /kisskb/src/fs/ntfs3/fslog.c:2327:25: note: byref variable will be forcibly initialized 2327 | struct LFS_RECORD_HDR *rh = NULL; | ^~ /kisskb/src/fs/ntfs3/fslog.c: In function 'find_log_rec': /kisskb/src/fs/ntfs3/fslog.c:2392:25: note: byref variable will be forcibly initialized 2392 | struct LFS_RECORD_HDR *rh = lcb->lrh; | ^~ /kisskb/src/fs/ntfs3/fslog.c: In function 'next_log_lsn': /kisskb/src/fs/ntfs3/fslog.c:1479:26: note: byref variable will be forcibly initialized 1479 | struct RECORD_PAGE_HDR *page = NULL; | ^~~~ /kisskb/src/fs/ntfs3/fslog.c: In function 'find_client_next_lsn': /kisskb/src/fs/ntfs3/fslog.c:2517:7: note: byref variable will be forcibly initialized 2517 | u64 current_lsn; | ^~~~~~~~~~~ /kisskb/src/fs/ntfs3/fslog.c:2507:25: note: byref variable will be forcibly initialized 2507 | struct LFS_RECORD_HDR *hdr; | ^~~ /kisskb/src/drivers/rapidio/rio_cm.c: In function 'cm_chan_accept': /kisskb/src/drivers/rapidio/rio_cm.c:1748:23: note: byref variable will be forcibly initialized 1748 | struct rio_cm_accept param; | ^~~~~ /kisskb/src/drivers/rapidio/rio_cm.c: In function 'cm_chan_msg_send': In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:6, from /kisskb/src/fs/ntfs3/fslog.c:8: /kisskb/src/fs/ntfs3/fslog.c: In function '__ab_c_size': /kisskb/src/drivers/rapidio/rio_cm.c:1835:20: note: byref variable will be forcibly initialized 1835 | struct rio_cm_msg msg; | ^~~ /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/fs/ntfs3/fslog.c: In function 'do_action': /kisskb/src/fs/ntfs3/fslog.c:3056:6: note: byref variable will be forcibly initialized 3056 | u64 t64; | ^~~ /kisskb/src/fs/ntfs3/fslog.c:3042:32: note: byref variable will be forcibly initialized 3042 | struct mft_inode *mi = NULL, *mi2_child = NULL; | ^~~~~~~~~ /kisskb/src/fs/ntfs3/fslog.c:3042:20: note: byref variable will be forcibly initialized 3042 | struct mft_inode *mi = NULL, *mi2_child = NULL; | ^~ /kisskb/src/fs/ntfs3/fslog.c: In function 'log_replay': /kisskb/src/fs/ntfs3/fslog.c:4322:30: note: byref variable will be forcibly initialized 4322 | struct OPEN_ATTR_ENRTY_32 oe0; | ^~~ /kisskb/src/fs/ntfs3/fslog.c:3855:8: note: byref variable will be forcibly initialized 3855 | bool usa_error; | ^~~~~~~~~ /kisskb/src/fs/ntfs3/fslog.c:3854:27: note: byref variable will be forcibly initialized 3854 | struct RECORD_PAGE_HDR *sp = NULL; | ^~ /kisskb/src/fs/ntfs3/fslog.c:3764:6: note: byref variable will be forcibly initialized 3764 | u32 l_size = ni->vfs_inode.i_size; | ^~~~~~ /kisskb/src/fs/ntfs3/fslog.c:3759:14: note: byref variable will be forcibly initialized 3759 | struct lcb *lcb = NULL; | ^~~ /kisskb/src/fs/ntfs3/fslog.c:3758:23: note: byref variable will be forcibly initialized 3758 | struct NTFS_RESTART *rst = NULL; | ^~~ /kisskb/src/fs/ntfs3/fslog.c:3756:29: note: byref variable will be forcibly initialized 3756 | CLST rno, lcn, lcn0, len0, clen; | ^~~~ /kisskb/src/fs/ntfs3/fslog.c:3756:23: note: byref variable will be forcibly initialized 3756 | CLST rno, lcn, lcn0, len0, clen; | ^~~~ /kisskb/src/fs/ntfs3/fslog.c:3756:17: note: byref variable will be forcibly initialized 3756 | CLST rno, lcn, lcn0, len0, clen; | ^~~~ /kisskb/src/fs/ntfs3/fslog.c:3756:12: note: byref variable will be forcibly initialized 3756 | CLST rno, lcn, lcn0, len0, clen; | ^~~ /kisskb/src/fs/ntfs3/fslog.c:3750:24: note: byref variable will be forcibly initialized 3750 | struct RESTART_TABLE *oatbl = NULL; | ^~~~~ /kisskb/src/fs/ntfs3/fslog.c:3748:24: note: byref variable will be forcibly initialized 3748 | struct RESTART_TABLE *trtbl = NULL; | ^~~~~ /kisskb/src/fs/ntfs3/fslog.c:3747:24: note: byref variable will be forcibly initialized 3747 | struct RESTART_TABLE *dptbl = NULL; | ^~~~~ /kisskb/src/fs/ntfs3/fslog.c:3744:15: note: byref variable will be forcibly initialized 3744 | u64 rec_lsn, ra_lsn, checkpt_lsn = 0, rlsn = 0; | ^~~~~~ /kisskb/src/fs/ntfs3/fslog.c:3744:6: note: byref variable will be forcibly initialized 3744 | u64 rec_lsn, ra_lsn, checkpt_lsn = 0, rlsn = 0; | ^~~~~~~ /kisskb/src/fs/ntfs3/fslog.c:3743:32: note: byref variable will be forcibly initialized 3743 | struct restart_info rst_info, rst_info2; | ^~~~~~~~~ /kisskb/src/fs/ntfs3/fslog.c:3743:22: note: byref variable will be forcibly initialized 3743 | struct restart_info rst_info, rst_info2; | ^~~~~~~~ /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/overlayfs/inode.c: In function 'ovl_set_nlink_common': /kisskb/src/fs/overlayfs/inode.c:865:7: note: byref variable will be forcibly initialized 865 | char buf[13]; | ^~~ /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/overlayfs/inode.c: In function 'ovl_get_nlink': /kisskb/src/fs/overlayfs/inode.c:894:7: note: byref variable will be forcibly initialized 894 | char buf[13]; | ^~~ /kisskb/src/fs/overlayfs/inode.c:892:6: note: byref variable will be forcibly initialized 892 | int nlink_diff; | ^~~~~~~~~~ /kisskb/src/lib/zlib_inflate/inftrees.c: In function 'zlib_inflate_table': /kisskb/src/lib/zlib_inflate/inftrees.c:45:20: note: byref variable will be forcibly initialized 45 | unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ | ^~~~ /kisskb/src/lib/zlib_inflate/inftrees.c:44:20: note: byref variable will be forcibly initialized 44 | unsigned short count[MAXBITS+1]; /* number of codes of each length */ | ^~~~~ /kisskb/src/drivers/gpio/gpio-rdc321x.c: In function 'rdc_gpio_get_value': /kisskb/src/drivers/gpio/gpio-rdc321x.c:33:6: note: byref variable will be forcibly initialized 33 | u32 value = 0; | ^~~~~ /kisskb/src/drivers/gpio/gpio-rdc321x.c: In function 'rdc_gpio_config': /kisskb/src/drivers/gpio/gpio-rdc321x.c:83:6: note: byref variable will be forcibly initialized 83 | u32 reg; | ^~~ /kisskb/src/fs/ntfs3/inode.c: In function 'ntfs_read_mft': /kisskb/src/fs/ntfs3/inode.c:43:29: note: byref variable will be forcibly initialized 43 | struct REPARSE_DATA_BUFFER rp; // 0x18 bytes | ^~ /kisskb/src/fs/ntfs3/inode.c:33:26: note: byref variable will be forcibly initialized 33 | struct ATTR_LIST_ENTRY *le; | ^~ /kisskb/src/fs/ntfs3/inode.c: In function 'ntfs_get_block_vbo': /kisskb/src/fs/ntfs3/inode.c:531:7: note: byref variable will be forcibly initialized 531 | bool new; | ^~~ /kisskb/src/fs/ntfs3/inode.c:530:17: note: byref variable will be forcibly initialized 530 | CLST vcn, lcn, len; | ^~~ /kisskb/src/fs/ntfs3/inode.c:530:12: note: byref variable will be forcibly initialized 530 | CLST vcn, lcn, len; | ^~~ /kisskb/src/fs/jfs/jfs_mount.c: In function 'logMOUNT': /kisskb/src/fs/jfs/jfs_mount.c:488:13: note: byref variable will be forcibly initialized 488 | struct lrd lrd; | ^~~ /kisskb/src/fs/jfs/jfs_mount.c: In function 'chkSuper': /kisskb/src/fs/jfs/jfs_mount.c:288:22: note: byref variable will be forcibly initialized 288 | struct buffer_head *bh; | ^~ /kisskb/src/fs/jfs/jfs_mount.c: In function 'updateSuper': /kisskb/src/fs/jfs/jfs_mount.c:404:22: note: byref variable will be forcibly initialized 404 | struct buffer_head *bh; | ^~ /kisskb/src/drivers/pci/access.c: In function 'pci_bus_read_config_byte': /kisskb/src/drivers/pci/access.c:41:6: note: byref variable will be forcibly initialized 41 | u32 data = 0; \ | ^~~~ /kisskb/src/drivers/pci/access.c:63:1: note: in expansion of macro 'PCI_OP_READ' 63 | PCI_OP_READ(byte, u8, 1) | ^~~~~~~~~~~ /kisskb/src/drivers/pci/access.c: In function 'pci_bus_read_config_word': /kisskb/src/drivers/pci/access.c:41:6: note: byref variable will be forcibly initialized 41 | u32 data = 0; \ | ^~~~ /kisskb/src/drivers/pci/access.c:64:1: note: in expansion of macro 'PCI_OP_READ' 64 | PCI_OP_READ(word, u16, 2) | ^~~~~~~~~~~ /kisskb/src/drivers/pci/access.c: In function 'pci_bus_read_config_dword': /kisskb/src/drivers/pci/access.c:41:6: note: byref variable will be forcibly initialized 41 | u32 data = 0; \ | ^~~~ /kisskb/src/drivers/pci/access.c:65:1: note: in expansion of macro 'PCI_OP_READ' 65 | PCI_OP_READ(dword, u32, 4) | ^~~~~~~~~~~ /kisskb/src/fs/ntfs3/inode.c: In function 'reset_log_file': /kisskb/src/fs/ntfs3/inode.c:974:16: note: byref variable will be forcibly initialized 974 | struct page *page; | ^~~~ 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:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/pci.h:35, from /kisskb/src/drivers/pci/access.c:2: /kisskb/src/drivers/pci/access.c: In function 'pci_wait_cfg': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/pci/access.c:211:3: note: in expansion of macro 'wait_event' 211 | wait_event(pci_cfg_wait, !dev->block_cfg_access); | ^~~~~~~~~~ /kisskb/src/drivers/pci/access.c: In function 'pci_user_read_config_byte': /kisskb/src/drivers/pci/access.c:222:6: note: byref variable will be forcibly initialized 222 | u32 data = -1; \ | ^~~~ /kisskb/src/drivers/pci/access.c:254:1: note: in expansion of macro 'PCI_USER_READ_CONFIG' 254 | PCI_USER_READ_CONFIG(byte, u8) | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/access.c: In function 'pci_user_read_config_word': /kisskb/src/drivers/pci/access.c:222:6: note: byref variable will be forcibly initialized 222 | u32 data = -1; \ | ^~~~ /kisskb/src/drivers/pci/access.c:255:1: note: in expansion of macro 'PCI_USER_READ_CONFIG' 255 | PCI_USER_READ_CONFIG(word, u16) | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/access.c: In function 'pci_user_read_config_dword': /kisskb/src/drivers/pci/access.c:222:6: note: byref variable will be forcibly initialized 222 | u32 data = -1; \ | ^~~~ /kisskb/src/drivers/pci/access.c:256:1: note: in expansion of macro 'PCI_USER_READ_CONFIG' 256 | PCI_USER_READ_CONFIG(dword, u32) | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ntfs3/inode.c: In function 'ntfs_create_inode': /kisskb/src/fs/ntfs3/inode.c:1490:9: note: byref variable will be forcibly initialized 1490 | CLST alen; | ^~~~ /kisskb/src/fs/ntfs3/inode.c:1189:11: note: byref variable will be forcibly initialized 1189 | u16 t16, nsize = 0, aid = 0; | ^~~~~ /kisskb/src/fs/ntfs3/inode.c:1187:7: note: byref variable will be forcibly initialized 1187 | CLST vcn; | ^~~ /kisskb/src/fs/ntfs3/inode.c:1186:9: note: byref variable will be forcibly initialized 1186 | __le32 security_id = SECURITY_ID_INVALID; | ^~~~~~~~~~~ /kisskb/src/fs/ntfs3/inode.c:1176:7: note: byref variable will be forcibly initialized 1176 | CLST ino = 0; | ^~~ /kisskb/src/drivers/pci/access.c: In function 'pcie_capability_clear_and_set_word': /kisskb/src/drivers/pci/access.c:493:6: note: byref variable will be forcibly initialized 493 | u16 val; | ^~~ /kisskb/src/drivers/pci/access.c: In function 'pcie_capability_clear_and_set_dword': /kisskb/src/drivers/pci/access.c:510:6: note: byref variable will be forcibly initialized 510 | u32 val; | ^~~ /kisskb/src/fs/ntfs3/inode.c: In function 'ntfs_unlink_inode': /kisskb/src/fs/ntfs3/inode.c:1701:6: note: byref variable will be forcibly initialized 1701 | int undo_remove; | ^~~~~~~~~~~ /kisskb/src/fs/ntfs3/inode.c:1700:23: note: byref variable will be forcibly initialized 1700 | struct NTFS_DE *de, *de2 = NULL; | ^~~ /kisskb/src/kernel/time/timer_list.c: In function 'SEQ_printf': /kisskb/src/kernel/time/timer_list.c:33:10: note: byref variable will be forcibly initialized 33 | va_list args; | ^~~~ /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/fs/ext4/ialloc.c: In function 'find_group_orlov': /kisskb/src/fs/ext4/ialloc.c:440:22: note: byref variable will be forcibly initialized 440 | struct dx_hash_info hinfo; | ^~~~~ /kisskb/src/fs/ext4/ialloc.c:438:21: note: byref variable will be forcibly initialized 438 | struct orlov_stats stats; | ^~~~~ In file included from /kisskb/src/fs/ext4/ialloc.c:29: /kisskb/src/fs/ext4/ialloc.c: In function 'ext4_chksum': /kisskb/src/fs/ext4/ext4.h:2446:4: note: byref variable will be forcibly initialized 2446 | } desc; | ^~~~ /kisskb/src/fs/ext4/ialloc.c: In function 'ext4_free_inode': /kisskb/src/fs/ext4/ialloc.c:241:22: note: byref variable will be forcibly initialized 241 | struct buffer_head *bh2; | ^~~ /kisskb/src/fs/ext4/ialloc.c: In function 'ext4_mark_inode_used': /kisskb/src/fs/ext4/ialloc.c:755:47: note: byref variable will be forcibly initialized 755 | struct buffer_head *inode_bitmap_bh = NULL, *group_desc_bh = NULL; | ^~~~~~~~~~~~~ /kisskb/src/fs/ext4/ialloc.c: In function '__ext4_new_inode': /kisskb/src/fs/ext4/ialloc.c:1289:10: note: byref variable will be forcibly initialized 1289 | __le32 gen = cpu_to_le32(inode->i_generation); | ^~~ /kisskb/src/fs/ext4/ialloc.c:1288:10: note: byref variable will be forcibly initialized 1288 | __le32 inum = cpu_to_le32(inode->i_ino); | ^~~~ /kisskb/src/fs/ext4/ialloc.c:946:7: note: byref variable will be forcibly initialized 946 | bool encrypt = false; | ^~~~~~~ /kisskb/src/fs/ext4/ialloc.c:936:16: note: byref variable will be forcibly initialized 936 | unsigned long ino = 0; | ^~~ /kisskb/src/fs/ext4/ialloc.c:935:24: note: byref variable will be forcibly initialized 935 | ext4_group_t ngroups, group = 0; | ^~~~~ /kisskb/src/fs/ext4/ialloc.c:934:22: note: byref variable will be forcibly initialized 934 | struct buffer_head *group_desc_bh; | ^~~~~~~~~~~~~ /kisskb/src/fs/ext4/ialloc.c: In function 'ext4_init_inode_table': /kisskb/src/fs/ext4/ialloc.c:1519:22: note: byref variable will be forcibly initialized 1519 | struct buffer_head *group_desc_bh; | ^~~~~~~~~~~~~ /kisskb/src/fs/udf/partition.c: In function 'udf_try_read_meta': /kisskb/src/fs/udf/partition.c:287:11: note: byref variable will be forcibly initialized 287 | sector_t ext_offset; | ^~~~~~~~~~ /kisskb/src/fs/udf/partition.c:286:11: note: byref variable will be forcibly initialized 286 | uint32_t elen; | ^~~~ /kisskb/src/fs/udf/partition.c:285:24: note: byref variable will be forcibly initialized 285 | struct kernel_lb_addr eloc; | ^~~~ /kisskb/src/drivers/gpio/gpio-syscon.c: In function 'syscon_gpio_get': /kisskb/src/drivers/gpio/gpio-syscon.c:61:15: note: byref variable will be forcibly initialized 61 | unsigned int val, offs; | ^~~ /kisskb/src/net/core/gen_estimator.c: In function 'est_timer': /kisskb/src/net/core/gen_estimator.c:79:31: note: byref variable will be forcibly initialized 79 | struct gnet_stats_basic_sync b; | ^ /kisskb/src/net/core/gen_estimator.c: In function 'gen_new_estimator': /kisskb/src/net/core/gen_estimator.c:139:31: note: byref variable will be forcibly initialized 139 | struct gnet_stats_basic_sync b; | ^ /kisskb/src/drivers/gpio/gpio-tps65218.c: In function 'tps65218_gpio_get': /kisskb/src/drivers/gpio/gpio-tps65218.c:27:15: note: byref variable will be forcibly initialized 27 | unsigned int val; | ^~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:25, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/net/core/net_namespace.c:24: /kisskb/src/net/core/net_namespace.c: In function 'nla_put_s32': /kisskb/src/include/net/netlink.h:1448:6: note: byref variable will be forcibly initialized 1448 | s32 tmp = value; | ^~~ /kisskb/src/net/core/net_namespace.c: In function 'rtnl_valid_dump_net_req': /kisskb/src/net/core/net_namespace.c:983:17: note: byref variable will be forcibly initialized 983 | struct nlattr *tb[NETNSA_MAX + 1]; | ^~ /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/net/core/net_namespace.c: In function 'rtnl_net_newid': /kisskb/src/net/core/net_namespace.c:730:17: note: byref variable will be forcibly initialized 730 | struct nlattr *tb[NETNSA_MAX + 1]; | ^~ /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; | ^~~~~~~~ In file included from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/workqueue.h:9, from /kisskb/src/net/core/net_namespace.c:4: /kisskb/src/net/core/net_namespace.c: In function 'setup_net': /kisskb/src/net/core/net_namespace.c:311:12: note: byref variable will be forcibly initialized 311 | LIST_HEAD(net_exit_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/net/core/net_namespace.c: In function '__unregister_pernet_operations': /kisskb/src/net/core/net_namespace.c:1191:13: note: byref variable will be forcibly initialized 1191 | LIST_HEAD(net_exit_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/net/core/net_namespace.c: In function 'rtnl_net_getid': /kisskb/src/net/core/net_namespace.c:874:17: note: byref variable will be forcibly initialized 874 | struct nlattr *tb[NETNSA_MAX + 1]; | ^~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/drivers/gpio/gpio-tqmx86.c:9: /kisskb/src/drivers/gpio/gpio-tqmx86.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/gpio/gpio-tqmx86.c:11: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpio/gpio-tqmx86.c: In function 'tqmx86_gpio_irq_handler': /kisskb/src/drivers/gpio/gpio-tqmx86.c:185:16: note: byref variable will be forcibly initialized 185 | unsigned long irq_bits; | ^~~~~~~~ /kisskb/src/fs/ntfs3/index.c: In function 'scan_nres_bitmap': /kisskb/src/fs/ntfs3/index.c:380:9: note: byref variable will be forcibly initialized 380 | size_t idx; | ^~~ /kisskb/src/fs/ntfs3/index.c:379:18: note: byref variable will be forcibly initialized 379 | CLST lcn, clen, vcn, vcn_next; | ^~~ /kisskb/src/fs/ntfs3/index.c:379:12: note: byref variable will be forcibly initialized 379 | CLST lcn, clen, vcn, vcn_next; | ^~~~ /kisskb/src/fs/ntfs3/index.c:379:7: note: byref variable will be forcibly initialized 379 | CLST lcn, clen, vcn, vcn_next; | ^~~ /kisskb/src/fs/ntfs3/index.c: In function 'indx_find_free': /kisskb/src/fs/ntfs3/index.c:477:26: note: byref variable will be forcibly initialized 477 | struct ATTR_LIST_ENTRY *le = NULL; | ^~ /kisskb/src/fs/ntfs3/index.c: In function 'indx_create_allocate': /kisskb/src/fs/ntfs3/index.c:1347:19: note: byref variable will be forcibly initialized 1347 | struct runs_tree run; | ^~~ /kisskb/src/fs/ntfs3/index.c:1346:7: note: byref variable will be forcibly initialized 1346 | CLST alen; | ^~~~ /kisskb/src/fs/ntfs3/index.c:1341:17: note: byref variable will be forcibly initialized 1341 | struct ATTRIB *alloc; | ^~~~~ /kisskb/src/fs/ntfs3/index.c:1340:17: note: byref variable will be forcibly initialized 1340 | struct ATTRIB *bitmap; | ^~~~~~ /kisskb/src/fs/ntfs3/index.c: In function 'indx_add_allocate': /kisskb/src/fs/ntfs3/index.c:1400:20: note: byref variable will be forcibly initialized 1400 | struct mft_inode *mi; | ^~ /kisskb/src/fs/ntfs3/index.c:1399:17: note: byref variable will be forcibly initialized 1399 | struct ATTRIB *bmp, *alloc; | ^~~ /kisskb/src/fs/ntfs3/index.c:1398:16: note: byref variable will be forcibly initialized 1398 | u64 bmp_size, bmp_size_v; | ^~~~~~~~~~ /kisskb/src/fs/ntfs3/index.c:1397:6: note: byref variable will be forcibly initialized 1397 | u64 data_size; | ^~~~~~~~~ /kisskb/src/fs/ntfs3/index.c:1396:9: note: byref variable will be forcibly initialized 1396 | size_t bit; | ^~~ /kisskb/src/fs/ntfs3/index.c: In function 'indx_shrink': /kisskb/src/fs/ntfs3/index.c:1961:10: note: byref variable will be forcibly initialized 1961 | size_t used = MINUS_ONE_T; | ^~~~ /kisskb/src/fs/ntfs3/index.c:1939:26: note: byref variable will be forcibly initialized 1939 | struct ATTR_LIST_ENTRY *le = NULL; | ^~ /kisskb/src/fs/ntfs3/index.c:1936:11: note: byref variable will be forcibly initialized 1936 | u64 bpb, new_data; | ^~~~~~~~ /kisskb/src/fs/ntfs3/index.c:1936:6: note: byref variable will be forcibly initialized 1936 | u64 bpb, new_data; | ^~~ /kisskb/src/fs/ntfs3/index.c: In function 'hdr_insert_de': /kisskb/src/fs/ntfs3/index.c:754:6: note: byref variable will be forcibly initialized 754 | int diff; | ^~~~ /kisskb/src/fs/ntfs3/index.c: In function 'bmp_buf_get': /kisskb/src/fs/ntfs3/index.c:211:26: note: byref variable will be forcibly initialized 211 | struct ATTR_LIST_ENTRY *le = NULL; | ^~ /kisskb/src/fs/ntfs3/index.c:210:7: note: byref variable will be forcibly initialized 210 | CLST vcn = off >> sbi->cluster_bits; | ^~~ /kisskb/src/fs/ntfs3/index.c: In function 'indx_mark_used': /kisskb/src/fs/ntfs3/index.c:320:17: note: byref variable will be forcibly initialized 320 | struct bmp_buf bbuf; | ^~~~ /kisskb/src/fs/ntfs3/index.c: In function 'indx_mark_free': /kisskb/src/fs/ntfs3/index.c:340:17: note: byref variable will be forcibly initialized 340 | struct bmp_buf bbuf; | ^~~~ /kisskb/src/fs/ext4/indirect.c: In function 'ext4_alloc_branch': /kisskb/src/fs/ext4/indirect.c:329:15: note: byref variable will be forcibly initialized 329 | int i, j, err, len = 1; | ^~~ /kisskb/src/fs/ntfs3/index.c: In function 'indx_used_bit': /kisskb/src/fs/ntfs3/index.c:524:26: note: byref variable will be forcibly initialized 524 | struct ATTR_LIST_ENTRY *le = NULL; | ^~ /kisskb/src/fs/ntfs3/index.c: In function 'indx_get_root': /kisskb/src/fs/ntfs3/index.c:926:26: note: byref variable will be forcibly initialized 926 | struct ATTR_LIST_ENTRY *le = NULL; | ^~ /kisskb/src/fs/ext4/indirect.c: In function 'ext4_find_shared': /kisskb/src/fs/ext4/indirect.c:794:9: note: byref variable will be forcibly initialized 794 | int k, err; | ^~~ /kisskb/src/fs/ntfs3/index.c: In function 'indx_free_children': /kisskb/src/fs/ntfs3/index.c:1997:20: note: byref variable will be forcibly initialized 1997 | struct indx_node *n; | ^ /kisskb/src/fs/ntfs3/index.c: In function 'indx_get_entry_to_replace': /kisskb/src/fs/ntfs3/index.c:2053:20: note: byref variable will be forcibly initialized 2053 | struct indx_node *n; | ^ /kisskb/src/fs/ext4/indirect.c: In function 'ext4_ind_truncate_ensure_credits': /kisskb/src/fs/ext4/indirect.c:722:6: note: byref variable will be forcibly initialized 722 | int dropped = 0; | ^~~~~~~ /kisskb/src/fs/ntfs3/index.c: In function 'indx_find': /kisskb/src/fs/ntfs3/index.c:1046:20: note: byref variable will be forcibly initialized 1046 | struct indx_node *node; | ^~~~ /kisskb/src/fs/ntfs3/index.c: In function 'indx_find_sort': /kisskb/src/fs/ntfs3/index.c:1111:20: note: byref variable will be forcibly initialized 1111 | struct indx_node *n = NULL; | ^ /kisskb/src/fs/ext4/indirect.c: In function 'ext4_ind_map_blocks': /kisskb/src/fs/ext4/indirect.c:533:6: note: byref variable will be forcibly initialized 533 | int blocks_to_boundary = 0; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/indirect.c:530:11: note: byref variable will be forcibly initialized 530 | Indirect chain[4]; | ^~~~~ /kisskb/src/fs/ext4/indirect.c:529:14: note: byref variable will be forcibly initialized 529 | ext4_lblk_t offsets[4]; | ^~~~~~~ /kisskb/src/fs/ext4/indirect.c:528:6: note: byref variable will be forcibly initialized 528 | int err = -EIO; | ^~~ /kisskb/src/fs/ext4/indirect.c:527:33: note: byref variable will be forcibly initialized 527 | struct ext4_allocation_request ar; | ^~ /kisskb/src/fs/ntfs3/index.c: In function 'indx_find_raw': /kisskb/src/fs/ntfs3/index.c:1224:9: note: byref variable will be forcibly initialized 1224 | size_t bit; | ^~~ /kisskb/src/fs/ntfs3/index.c:1221:20: note: byref variable will be forcibly initialized 1221 | struct indx_node *n = NULL; | ^ /kisskb/src/fs/ntfs3/index.c: In function 'indx_insert_entry': /kisskb/src/fs/ntfs3/index.c:1821:18: note: byref variable will be forcibly initialized 1821 | struct NTFS_DE *e; | ^ /kisskb/src/fs/ntfs3/index.c:1820:6: note: byref variable will be forcibly initialized 1820 | int diff; | ^~~~ /kisskb/src/fs/ntfs3/index.c: In function 'indx_insert_into_root': /kisskb/src/fs/ntfs3/index.c:1481:19: note: byref variable will be forcibly initialized 1481 | __le64 *sub_vbn, t_vbn; | ^~~~~ /kisskb/src/fs/ext4/indirect.c: In function 'ext4_ind_truncate': /kisskb/src/fs/ext4/indirect.c:1112:9: note: byref variable will be forcibly initialized 1112 | __le32 nr = 0; | ^~ /kisskb/src/fs/ntfs3/index.c:1480:7: note: byref variable will be forcibly initialized 1480 | CLST new_vbn; | ^~~~~~~ /kisskb/src/fs/ext4/indirect.c:1110:11: note: byref variable will be forcibly initialized 1110 | Indirect chain[4]; | ^~~~~ /kisskb/src/fs/ntfs3/index.c:1477:17: note: byref variable will be forcibly initialized 1477 | struct ATTRIB *attr; | ^~~~ /kisskb/src/fs/ext4/indirect.c:1109:14: note: byref variable will be forcibly initialized 1109 | ext4_lblk_t offsets[4]; | ^~~~~~~ /kisskb/src/fs/ntfs3/index.c:1476:20: note: byref variable will be forcibly initialized 1476 | struct mft_inode *mi; | ^~ /kisskb/src/fs/ext4/indirect.c: In function 'ext4_ind_remove_space': /kisskb/src/fs/ext4/indirect.c:1230:17: note: byref variable will be forcibly initialized 1230 | __le32 nr = 0, nr2 = 0; | ^~~ /kisskb/src/fs/ext4/indirect.c:1230:9: note: byref variable will be forcibly initialized 1230 | __le32 nr = 0, nr2 = 0; | ^~ /kisskb/src/fs/ext4/indirect.c:1226:21: note: byref variable will be forcibly initialized 1226 | Indirect chain[4], chain2[4]; | ^~~~~~ /kisskb/src/fs/ext4/indirect.c:1226:11: note: byref variable will be forcibly initialized 1226 | Indirect chain[4], chain2[4]; | ^~~~~ /kisskb/src/fs/ext4/indirect.c:1225:26: note: byref variable will be forcibly initialized 1225 | ext4_lblk_t offsets[4], offsets2[4]; | ^~~~~~~~ /kisskb/src/fs/ext4/indirect.c:1225:14: note: byref variable will be forcibly initialized 1225 | ext4_lblk_t offsets[4], offsets2[4]; | ^~~~~~~ /kisskb/src/fs/ntfs3/index.c: In function 'indx_insert_into_buffer': /kisskb/src/fs/ntfs3/index.c:1695:9: note: byref variable will be forcibly initialized 1695 | __le64 t_vbn, *sub_vbn; | ^~~~~ /kisskb/src/fs/ntfs3/index.c:1694:7: note: byref variable will be forcibly initialized 1694 | CLST new_vbn; | ^~~~~~~ /kisskb/src/fs/ntfs3/index.c: In function 'indx_delete_entry': /kisskb/src/fs/ntfs3/index.c:2150:20: note: byref variable will be forcibly initialized 2150 | struct mft_inode *mi; | ^~ /kisskb/src/fs/ntfs3/index.c:2149:17: note: byref variable will be forcibly initialized 2149 | struct ATTRIB *attr; | ^~~~ /kisskb/src/fs/ntfs3/index.c:2145:22: note: byref variable will be forcibly initialized 2145 | struct NTFS_DE *e, *re, *next, *prev, *me; | ^~ /kisskb/src/fs/ntfs3/index.c:2145:18: note: byref variable will be forcibly initialized 2145 | struct NTFS_DE *e, *re, *next, *prev, *me; | ^ /kisskb/src/fs/ntfs3/index.c:2140:11: note: byref variable will be forcibly initialized 2140 | int err, diff; | ^~~~ /kisskb/src/fs/ntfs3/index.c: In function 'indx_update_dup': /kisskb/src/fs/ntfs3/index.c:2529:20: note: byref variable will be forcibly initialized 2529 | struct mft_inode *mi; | ^~ /kisskb/src/fs/ntfs3/index.c:2525:18: note: byref variable will be forcibly initialized 2525 | struct NTFS_DE *e = NULL; | ^ /kisskb/src/fs/ntfs3/index.c:2524:11: note: byref variable will be forcibly initialized 2524 | int err, diff; | ^~~~ /kisskb/src/fs/file_table.c: In function 'alloc_file_pseudo': /kisskb/src/fs/file_table.c:222:14: note: byref variable will be forcibly initialized 222 | struct path path; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/alarmtimer.h:97, from /kisskb/src/kernel/time/alarmtimer.c:34: /kisskb/src/kernel/time/alarmtimer.c: In function 'trace_event_raw_event_alarmtimer_suspend': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/alarmtimer.h:23:1: note: in expansion of macro 'TRACE_EVENT' 23 | TRACE_EVENT(alarmtimer_suspend, | ^~~~~~~~~~~ /kisskb/src/kernel/time/alarmtimer.c: In function 'trace_event_raw_event_alarm_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/alarmtimer.h:45:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 45 | DECLARE_EVENT_CLASS(alarm_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/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/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; | ^~~~~~~ /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/kernel/time/alarmtimer.c: In function 'alarmtimer_do_nsleep': /kisskb/src/kernel/time/alarmtimer.c:771:21: note: byref variable will be forcibly initialized 771 | struct timespec64 rmt; | ^~~ /kisskb/src/kernel/time/alarmtimer.c: In function 'alarm_timer_nsleep': /kisskb/src/kernel/time/alarmtimer.c:824:15: note: byref variable will be forcibly initialized 824 | struct alarm alarm; | ^~~~~ /kisskb/src/kernel/time/alarmtimer.c: In function 'alarm_timer_nsleep_restart': /kisskb/src/kernel/time/alarmtimer.c:804:15: note: byref variable will be forcibly initialized 804 | struct alarm alarm; | ^~~~~ /kisskb/src/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/controller/pcie-xilinx.c: In function 'xilinx_pcie_parse_dt': /kisskb/src/drivers/pci/controller/pcie-xilinx.c:534:18: note: byref variable will be forcibly initialized 534 | struct resource regs; | ^~~~ /kisskb/src/fs/ntfs/inode.c: In function 'ntfs_attr_iget': /kisskb/src/fs/ntfs/inode.c:219:12: note: byref variable will be forcibly initialized 219 | ntfs_attr na; | ^~ /kisskb/src/fs/ntfs/inode.c: In function 'ntfs_iget': /kisskb/src/fs/ntfs/inode.c:161:12: note: byref variable will be forcibly initialized 161 | ntfs_attr na; | ^~ /kisskb/src/fs/ntfs/inode.c: In function 'ntfs_index_iget': /kisskb/src/fs/ntfs/inode.c:277:12: note: byref variable will be forcibly initialized 277 | ntfs_attr na; | ^~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/task.h:62, from /kisskb/src/kernel/fork.c:109: /kisskb/src/kernel/fork.c: In function 'trace_event_raw_event_task_newtask': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/task.h:9:1: note: in expansion of macro 'TRACE_EVENT' 9 | TRACE_EVENT(task_newtask, | ^~~~~~~~~~~ /kisskb/src/kernel/fork.c: In function 'trace_event_raw_event_task_rename': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/task.h:34:1: note: in expansion of macro 'TRACE_EVENT' 34 | TRACE_EVENT(task_rename, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/filter.h:11, from /kisskb/src/kernel/bpf/core.c:21: /kisskb/src/kernel/bpf/core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ In file included from /kisskb/src/arch/powerpc/include/asm/cmpxchg.h:6, from /kisskb/src/arch/powerpc/include/asm/atomic.h:11, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/filter.h:8, from /kisskb/src/kernel/bpf/core.c:21: /kisskb/src/kernel/bpf/core.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:756:6: note: in expansion of macro 'unlikely' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:756:15: note: in expansion of macro 'check_mul_overflow' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:756:6: note: in expansion of macro 'unlikely' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:756:15: note: in expansion of macro 'check_mul_overflow' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/filter.h:11, from /kisskb/src/kernel/bpf/core.c:21: /kisskb/src/include/linux/slab.h:754:9: note: byref variable will be forcibly initialized 754 | size_t bytes; | ^~~~~ /kisskb/src/kernel/fork.c: In function 'copy_clone_args_from_user': /kisskb/src/kernel/fork.c:2710:20: note: byref variable will be forcibly initialized 2710 | struct clone_args args; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/xdp.h:409, from /kisskb/src/include/linux/bpf_trace.h:5, from /kisskb/src/kernel/bpf/core.c:2461: /kisskb/src/kernel/bpf/core.c: In function 'trace_event_raw_event_xdp_exception': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:28:1: note: in expansion of macro 'TRACE_EVENT' 28 | TRACE_EVENT(xdp_exception, | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function 'trace_event_raw_event_xdp_bulk_tx': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:53:1: note: in expansion of macro 'TRACE_EVENT' 53 | TRACE_EVENT(xdp_bulk_tx, | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function 'trace_event_raw_event_xdp_redirect_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/xdp.h:89:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 89 | DECLARE_EVENT_CLASS(xdp_redirect_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function 'trace_event_raw_event_xdp_cpumap_kthread': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:189:1: note: in expansion of macro 'TRACE_EVENT' 189 | TRACE_EVENT(xdp_cpumap_kthread, | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function 'trace_event_raw_event_xdp_cpumap_enqueue': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:232:1: note: in expansion of macro 'TRACE_EVENT' 232 | TRACE_EVENT(xdp_cpumap_enqueue, | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function 'trace_event_raw_event_xdp_devmap_xmit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:267:1: note: in expansion of macro 'TRACE_EVENT' 267 | TRACE_EVENT(xdp_devmap_xmit, | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function 'trace_event_raw_event_mem_disconnect': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:320:1: note: in expansion of macro 'TRACE_EVENT' 320 | TRACE_EVENT(mem_disconnect, | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function 'trace_event_raw_event_mem_connect': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:347:1: note: in expansion of macro 'TRACE_EVENT' 347 | TRACE_EVENT(mem_connect, | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function 'trace_event_raw_event_mem_return_failed': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/xdp.h:381:1: note: in expansion of macro 'TRACE_EVENT' 381 | TRACE_EVENT(mem_return_failed, | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function 'bpf_prog_calc_tag': /kisskb/src/kernel/bpf/core.c:271:6: note: byref variable will be forcibly initialized 271 | u32 ws[SHA1_WORKSPACE_WORDS]; | ^~ /kisskb/src/kernel/bpf/core.c:270:6: note: byref variable will be forcibly initialized 270 | u32 digest[SHA1_DIGEST_WORDS]; | ^~~~~~ In file included from /kisskb/src/drivers/gpio/gpio-wm8994.c:20: /kisskb/src/drivers/gpio/gpio-wm8994.c: In function 'wm8994_reg_read': /kisskb/src/include/linux/mfd/wm8994/core.h:84:15: note: byref variable will be forcibly initialized 84 | unsigned int val; | ^~~ /kisskb/src/kernel/fork.c: In function 'copy_files': /kisskb/src/kernel/fork.c:1535:6: note: byref variable will be forcibly initialized 1535 | int error = 0; | ^~~~~ /kisskb/src/fs/nls/nls_euc-jp.c: In function 'uni2char': /kisskb/src/fs/nls/nls_euc-jp.c:449:18: note: byref variable will be forcibly initialized 449 | unsigned char euc[3], i; | ^~~ /kisskb/src/fs/nls/nls_euc-jp.c: In function 'char2uni': /kisskb/src/fs/nls/nls_euc-jp.c:482:16: note: byref variable will be forcibly initialized 482 | unsigned char sjis_temp[2]; | ^~~~~~~~~ /kisskb/src/fs/udf/super.c: In function 'udf_find_vat_block': /kisskb/src/fs/udf/super.c:1152:24: note: byref variable will be forcibly initialized 1152 | struct kernel_lb_addr ino; | ^~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/include/linux/buffer_head.h:14, from /kisskb/src/fs/udf/udfdecl.h:12, from /kisskb/src/fs/udf/super.c:41: /kisskb/src/fs/udf/super.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/fs/udf/super.c: In function 'udf_finalize_lvid': /kisskb/src/fs/udf/super.c:2017:20: note: byref variable will be forcibly initialized 2017 | struct timespec64 ts; | ^~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_timer_getoverrun': /kisskb/src/kernel/time/posix-timers.c:781:16: note: byref variable will be forcibly initialized 781 | unsigned long flags; | ^~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/pagemap.h:11, from /kisskb/src/include/linux/buffer_head.h:14, from /kisskb/src/fs/udf/udfdecl.h:12, from /kisskb/src/fs/udf/super.c:41: /kisskb/src/fs/udf/super.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/kernel/time/posix-timers.c: In function 'do_timer_gettime': /kisskb/src/kernel/time/posix-timers.c:719:16: note: byref variable will be forcibly initialized 719 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/fork.c: In function 'fork_init': /kisskb/src/kernel/fork.c:819:28: note: byref variable will be forcibly initialized 819 | unsigned long useroffset, usersize; | ^~~~~~~~ /kisskb/src/kernel/fork.c:819:16: note: byref variable will be forcibly initialized 819 | unsigned long useroffset, usersize; | ^~~~~~~~~~ /kisskb/src/kernel/time/posix-timers.c: In function 'do_timer_settime': /kisskb/src/kernel/time/posix-timers.c:904:16: note: byref variable will be forcibly initialized 904 | unsigned long flags; | ^~~~~ /kisskb/src/fs/udf/super.c: In function 'udf_parse_options': /kisskb/src/fs/udf/super.c:469:15: note: byref variable will be forcibly initialized 469 | substring_t args[MAX_OPT_ARGS]; | ^~~~ /kisskb/src/fs/udf/super.c:458:15: note: byref variable will be forcibly initialized 458 | unsigned int uv; | ^~ /kisskb/src/fs/udf/super.c:457:6: note: byref variable will be forcibly initialized 457 | int option; | ^~~~~~ 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:495:12: note: byref variable will be forcibly initialized 495 | 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/fs/udf/super.c: In function 'udf_count_free_table': /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run_args512': /kisskb/src/fs/udf/super.c:2478:25: note: byref variable will be forcibly initialized 2478 | struct extent_position epos; | ^~~~ /kisskb/src/fs/udf/super.c:2476:24: note: byref variable will be forcibly initialized 2476 | struct kernel_lb_addr eloc; | ^~~~ /kisskb/src/kernel/bpf/core.c:1766:6: note: byref variable will be forcibly initialized 1766 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:1777:22: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 1777 | #define EVAL1(FN, X) FN(X) | ^~ /kisskb/src/kernel/bpf/core.c:1778:34: note: in expansion of macro 'EVAL1' 1778 | #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1779:34: note: in expansion of macro 'EVAL2' 1779 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1780:34: note: in expansion of macro 'EVAL3' 1780 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1790:1: note: in expansion of macro 'EVAL4' 1790 | EVAL4(DEFINE_BPF_PROG_RUN_ARGS, 416, 448, 480, 512); | ^~~~~ /kisskb/src/fs/udf/super.c:2475:11: note: byref variable will be forcibly initialized 2475 | uint32_t elen; | ^~~~ /kisskb/src/kernel/bpf/core.c:1765:6: note: byref variable will be forcibly initialized 1765 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:1777:22: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 1777 | #define EVAL1(FN, X) FN(X) | ^~ /kisskb/src/kernel/bpf/core.c:1778:34: note: in expansion of macro 'EVAL1' 1778 | #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1779:34: note: in expansion of macro 'EVAL2' 1779 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1780:34: note: in expansion of macro 'EVAL3' 1780 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1790:1: note: in expansion of macro 'EVAL4' 1790 | EVAL4(DEFINE_BPF_PROG_RUN_ARGS, 416, 448, 480, 512); | ^~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run_args480': /kisskb/src/kernel/bpf/core.c:1766:6: note: byref variable will be forcibly initialized 1766 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:1778:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 1778 | #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:1779:34: note: in expansion of macro 'EVAL2' 1779 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1780:34: note: in expansion of macro 'EVAL3' 1780 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1790:1: note: in expansion of macro 'EVAL4' 1790 | EVAL4(DEFINE_BPF_PROG_RUN_ARGS, 416, 448, 480, 512); | ^~~~~ /kisskb/src/kernel/bpf/core.c:1765:6: note: byref variable will be forcibly initialized 1765 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:1778:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 1778 | #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:1779:34: note: in expansion of macro 'EVAL2' 1779 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1780:34: note: in expansion of macro 'EVAL3' 1780 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1790:1: note: in expansion of macro 'EVAL4' 1790 | EVAL4(DEFINE_BPF_PROG_RUN_ARGS, 416, 448, 480, 512); | ^~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run_args448': /kisskb/src/kernel/bpf/core.c:1766:6: note: byref variable will be forcibly initialized 1766 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:1779:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 1779 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:1780:34: note: in expansion of macro 'EVAL3' 1780 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1790:1: note: in expansion of macro 'EVAL4' 1790 | EVAL4(DEFINE_BPF_PROG_RUN_ARGS, 416, 448, 480, 512); | ^~~~~ /kisskb/src/kernel/bpf/core.c:1765:6: note: byref variable will be forcibly initialized 1765 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:1779:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 1779 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:1780:34: note: in expansion of macro 'EVAL3' 1780 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1790:1: note: in expansion of macro 'EVAL4' 1790 | EVAL4(DEFINE_BPF_PROG_RUN_ARGS, 416, 448, 480, 512); | ^~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run_args416': /kisskb/src/kernel/bpf/core.c:1766:6: note: byref variable will be forcibly initialized 1766 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:1780:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 1780 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:1790:1: note: in expansion of macro 'EVAL4' 1790 | EVAL4(DEFINE_BPF_PROG_RUN_ARGS, 416, 448, 480, 512); | ^~~~~ /kisskb/src/kernel/bpf/core.c:1765:6: note: byref variable will be forcibly initialized 1765 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:1780:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 1780 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:1790:1: note: in expansion of macro 'EVAL4' 1790 | EVAL4(DEFINE_BPF_PROG_RUN_ARGS, 416, 448, 480, 512); | ^~~~~ /kisskb/src/fs/udf/super.c: In function 'udf_load_pvoldesc': /kisskb/src/fs/udf/super.c:859:11: note: byref variable will be forcibly initialized 859 | uint16_t ident; | ^~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run_args384': /kisskb/src/kernel/time/posix-timers.c: In function 'do_timer_create': /kisskb/src/kernel/time/posix-timers.c:503:13: note: byref variable will be forcibly initialized 503 | int error, new_timer_id; | ^~~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c:1766:6: note: byref variable will be forcibly initialized 1766 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:1777:22: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 1777 | #define EVAL1(FN, X) FN(X) | ^~ /kisskb/src/kernel/bpf/core.c:1778:34: note: in expansion of macro 'EVAL1' 1778 | #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1779:34: note: in expansion of macro 'EVAL2' 1779 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1780:34: note: in expansion of macro 'EVAL3' 1780 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1781:34: note: in expansion of macro 'EVAL4' 1781 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1782:34: note: in expansion of macro 'EVAL5' 1782 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1789:1: note: in expansion of macro 'EVAL6' 1789 | EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 224, 256, 288, 320, 352, 384); | ^~~~~ /kisskb/src/kernel/bpf/core.c:1765:6: note: byref variable will be forcibly initialized 1765 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:1777:22: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 1777 | #define EVAL1(FN, X) FN(X) | ^~ /kisskb/src/kernel/bpf/core.c:1778:34: note: in expansion of macro 'EVAL1' 1778 | #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1779:34: note: in expansion of macro 'EVAL2' 1779 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1780:34: note: in expansion of macro 'EVAL3' 1780 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1781:34: note: in expansion of macro 'EVAL4' 1781 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1782:34: note: in expansion of macro 'EVAL5' 1782 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1789:1: note: in expansion of macro 'EVAL6' 1789 | EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 224, 256, 288, 320, 352, 384); | ^~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run_args352': /kisskb/src/kernel/bpf/core.c:1766:6: note: byref variable will be forcibly initialized 1766 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:1778:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 1778 | #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:1779:34: note: in expansion of macro 'EVAL2' 1779 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1780:34: note: in expansion of macro 'EVAL3' 1780 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1781:34: note: in expansion of macro 'EVAL4' 1781 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1782:34: note: in expansion of macro 'EVAL5' 1782 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1789:1: note: in expansion of macro 'EVAL6' 1789 | EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 224, 256, 288, 320, 352, 384); | ^~~~~ /kisskb/src/kernel/bpf/core.c:1765:6: note: byref variable will be forcibly initialized 1765 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:1778:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 1778 | #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:1779:34: note: in expansion of macro 'EVAL2' 1779 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1780:34: note: in expansion of macro 'EVAL3' 1780 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1781:34: note: in expansion of macro 'EVAL4' 1781 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1782:34: note: in expansion of macro 'EVAL5' 1782 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1789:1: note: in expansion of macro 'EVAL6' 1789 | EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 224, 256, 288, 320, 352, 384); | ^~~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_timer_create': /kisskb/src/kernel/time/posix-timers.c:582:14: note: byref variable will be forcibly initialized 582 | sigevent_t event; | ^~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run_args320': /kisskb/src/kernel/bpf/core.c:1766:6: note: byref variable will be forcibly initialized 1766 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:1779:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 1779 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:1780:34: note: in expansion of macro 'EVAL3' 1780 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1781:34: note: in expansion of macro 'EVAL4' 1781 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1782:34: note: in expansion of macro 'EVAL5' 1782 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1789:1: note: in expansion of macro 'EVAL6' 1789 | EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 224, 256, 288, 320, 352, 384); | ^~~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_timer_gettime': /kisskb/src/kernel/time/posix-timers.c:741:22: note: byref variable will be forcibly initialized 741 | struct itimerspec64 cur_setting; | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c:1765:6: note: byref variable will be forcibly initialized 1765 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:1779:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 1779 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:1780:34: note: in expansion of macro 'EVAL3' 1780 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1781:34: note: in expansion of macro 'EVAL4' 1781 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1782:34: note: in expansion of macro 'EVAL5' 1782 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1789:1: note: in expansion of macro 'EVAL6' 1789 | EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 224, 256, 288, 320, 352, 384); | ^~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run_args288': /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_timer_gettime32': /kisskb/src/kernel/time/posix-timers.c:756:22: note: byref variable will be forcibly initialized 756 | struct itimerspec64 cur_setting; | ^~~~~~~~~~~ /kisskb/src/kernel/bpf/core.c:1766:6: note: byref variable will be forcibly initialized 1766 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:1780:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 1780 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:1781:34: note: in expansion of macro 'EVAL4' 1781 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1782:34: note: in expansion of macro 'EVAL5' 1782 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1789:1: note: in expansion of macro 'EVAL6' 1789 | EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 224, 256, 288, 320, 352, 384); | ^~~~~ /kisskb/src/kernel/bpf/core.c:1765:6: note: byref variable will be forcibly initialized 1765 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:1780:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 1780 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:1781:34: note: in expansion of macro 'EVAL4' 1781 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1782:34: note: in expansion of macro 'EVAL5' 1782 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1789:1: note: in expansion of macro 'EVAL6' 1789 | EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 224, 256, 288, 320, 352, 384); | ^~~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_timer_settime': /kisskb/src/kernel/time/posix-timers.c:942:32: note: byref variable will be forcibly initialized 942 | struct itimerspec64 new_spec, old_spec; | ^~~~~~~~ /kisskb/src/kernel/time/posix-timers.c:942:22: note: byref variable will be forcibly initialized 942 | struct itimerspec64 new_spec, old_spec; | ^~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run_args256': /kisskb/src/kernel/bpf/core.c:1766:6: note: byref variable will be forcibly initialized 1766 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:1781:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 1781 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:1782:34: note: in expansion of macro 'EVAL5' 1782 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1789:1: note: in expansion of macro 'EVAL6' 1789 | EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 224, 256, 288, 320, 352, 384); | ^~~~~ /kisskb/src/kernel/bpf/core.c:1765:6: note: byref variable will be forcibly initialized 1765 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:1781:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 1781 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:1782:34: note: in expansion of macro 'EVAL5' 1782 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1789:1: note: in expansion of macro 'EVAL6' 1789 | EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 224, 256, 288, 320, 352, 384); | ^~~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_timer_settime32': /kisskb/src/kernel/time/posix-timers.c:965:32: note: byref variable will be forcibly initialized 965 | struct itimerspec64 new_spec, old_spec; | ^~~~~~~~ /kisskb/src/kernel/time/posix-timers.c:965:22: note: byref variable will be forcibly initialized 965 | struct itimerspec64 new_spec, old_spec; | ^~~~~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run_args224': /kisskb/src/kernel/bpf/core.c:1766:6: note: byref variable will be forcibly initialized 1766 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:1782:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 1782 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:1789:1: note: in expansion of macro 'EVAL6' 1789 | EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 224, 256, 288, 320, 352, 384); | ^~~~~ /kisskb/src/kernel/bpf/core.c:1765:6: note: byref variable will be forcibly initialized 1765 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:1782:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 1782 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:1789:1: note: in expansion of macro 'EVAL6' 1789 | EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 224, 256, 288, 320, 352, 384); | ^~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run_args192': /kisskb/src/kernel/fork.c: In function 'copy_process': /kisskb/src/kernel/bpf/core.c:1766:6: note: byref variable will be forcibly initialized 1766 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:1777:22: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 1777 | #define EVAL1(FN, X) FN(X) | ^~ /kisskb/src/kernel/bpf/core.c:1778:34: note: in expansion of macro 'EVAL1' 1778 | #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1779:34: note: in expansion of macro 'EVAL2' 1779 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1780:34: note: in expansion of macro 'EVAL3' 1780 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1781:34: note: in expansion of macro 'EVAL4' 1781 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1782:34: note: in expansion of macro 'EVAL5' 1782 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1788:1: note: in expansion of macro 'EVAL6' 1788 | EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 32, 64, 96, 128, 160, 192); | ^~~~~ /kisskb/src/kernel/fork.c:1935:30: note: byref variable will be forcibly initialized 1935 | struct multiprocess_signals delayed; | ^~~~~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_timer_delete': /kisskb/src/kernel/time/posix-timers.c:1007:16: note: byref variable will be forcibly initialized 1007 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/bpf/core.c:1765:6: note: byref variable will be forcibly initialized 1765 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:1777:22: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 1777 | #define EVAL1(FN, X) FN(X) | ^~ /kisskb/src/kernel/bpf/core.c:1778:34: note: in expansion of macro 'EVAL1' 1778 | #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1779:34: note: in expansion of macro 'EVAL2' 1779 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1780:34: note: in expansion of macro 'EVAL3' 1780 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1781:34: note: in expansion of macro 'EVAL4' 1781 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1782:34: note: in expansion of macro 'EVAL5' 1782 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1788:1: note: in expansion of macro 'EVAL6' 1788 | EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 32, 64, 96, 128, 160, 192); | ^~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run_args160': /kisskb/src/kernel/bpf/core.c:1766:6: note: byref variable will be forcibly initialized 1766 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:1778:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 1778 | #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:1779:34: note: in expansion of macro 'EVAL2' 1779 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1780:34: note: in expansion of macro 'EVAL3' 1780 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1781:34: note: in expansion of macro 'EVAL4' 1781 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1782:34: note: in expansion of macro 'EVAL5' 1782 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1788:1: note: in expansion of macro 'EVAL6' 1788 | EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 32, 64, 96, 128, 160, 192); | ^~~~~ /kisskb/src/fs/udf/super.c: In function 'udf_remount_fs': /kisskb/src/fs/udf/super.c:607:21: note: byref variable will be forcibly initialized 607 | struct udf_options uopt; | ^~~~ /kisskb/src/kernel/bpf/core.c:1765:6: note: byref variable will be forcibly initialized 1765 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:1778:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 1778 | #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:1779:34: note: in expansion of macro 'EVAL2' 1779 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1780:34: note: in expansion of macro 'EVAL3' 1780 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1781:34: note: in expansion of macro 'EVAL4' 1781 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1782:34: note: in expansion of macro 'EVAL5' 1782 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1788:1: note: in expansion of macro 'EVAL6' 1788 | EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 32, 64, 96, 128, 160, 192); | ^~~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_clock_settime': /kisskb/src/kernel/time/posix-timers.c:1071:20: note: byref variable will be forcibly initialized 1071 | struct timespec64 new_tp; | ^~~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run_args128': /kisskb/src/kernel/bpf/core.c:1766:6: note: byref variable will be forcibly initialized 1766 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:1779:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 1779 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:1780:34: note: in expansion of macro 'EVAL3' 1780 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1781:34: note: in expansion of macro 'EVAL4' 1781 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1782:34: note: in expansion of macro 'EVAL5' 1782 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1788:1: note: in expansion of macro 'EVAL6' 1788 | EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 32, 64, 96, 128, 160, 192); | ^~~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_clock_nanosleep': /kisskb/src/kernel/time/posix-timers.c:1250:20: note: byref variable will be forcibly initialized 1250 | struct timespec64 t; | ^ /kisskb/src/kernel/bpf/core.c:1765:6: note: byref variable will be forcibly initialized 1765 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:1779:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 1779 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:1780:34: note: in expansion of macro 'EVAL3' 1780 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1781:34: note: in expansion of macro 'EVAL4' 1781 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1782:34: note: in expansion of macro 'EVAL5' 1782 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1788:1: note: in expansion of macro 'EVAL6' 1788 | EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 32, 64, 96, 128, 160, 192); | ^~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run_args96': /kisskb/src/kernel/bpf/core.c:1766:6: note: byref variable will be forcibly initialized 1766 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:1780:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 1780 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:1781:34: note: in expansion of macro 'EVAL4' 1781 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1782:34: note: in expansion of macro 'EVAL5' 1782 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1788:1: note: in expansion of macro 'EVAL6' 1788 | EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 32, 64, 96, 128, 160, 192); | ^~~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_clock_gettime': /kisskb/src/kernel/time/posix-timers.c:1086:20: note: byref variable will be forcibly initialized 1086 | struct timespec64 kernel_tp; | ^~~~~~~~~ /kisskb/src/kernel/bpf/core.c:1765:6: note: byref variable will be forcibly initialized 1765 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:1780:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 1780 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:1781:34: note: in expansion of macro 'EVAL4' 1781 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1782:34: note: in expansion of macro 'EVAL5' 1782 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1788:1: note: in expansion of macro 'EVAL6' 1788 | EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 32, 64, 96, 128, 160, 192); | ^~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run_args64': /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_clock_getres': /kisskb/src/kernel/time/posix-timers.c:1133:20: note: byref variable will be forcibly initialized 1133 | struct timespec64 rtn_tp; | ^~~~~~ /kisskb/src/kernel/bpf/core.c:1766:6: note: byref variable will be forcibly initialized 1766 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:1781:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 1781 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:1782:34: note: in expansion of macro 'EVAL5' 1782 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1788:1: note: in expansion of macro 'EVAL6' 1788 | EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 32, 64, 96, 128, 160, 192); | ^~~~~ /kisskb/src/kernel/bpf/core.c:1765:6: note: byref variable will be forcibly initialized 1765 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:1781:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 1781 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:1782:34: note: in expansion of macro 'EVAL5' 1782 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1788:1: note: in expansion of macro 'EVAL6' 1788 | EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 32, 64, 96, 128, 160, 192); | ^~~~~ /kisskb/src/fs/udf/super.c: In function 'udf_fill_partdesc_info': /kisskb/src/fs/udf/super.c:1112:25: note: byref variable will be forcibly initialized 1112 | struct kernel_lb_addr loc = { | ^~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_clock_settime32': /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run_args32': /kisskb/src/kernel/time/posix-timers.c:1153:20: note: byref variable will be forcibly initialized 1153 | struct timespec64 ts; | ^~ /kisskb/src/kernel/bpf/core.c:1766:6: note: byref variable will be forcibly initialized 1766 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:1782:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 1782 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:1788:1: note: in expansion of macro 'EVAL6' 1788 | EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 32, 64, 96, 128, 160, 192); | ^~~~~ /kisskb/src/kernel/bpf/core.c:1765:6: note: byref variable will be forcibly initialized 1765 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:1782:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN_ARGS' 1782 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:1788:1: note: in expansion of macro 'EVAL6' 1788 | EVAL6(DEFINE_BPF_PROG_RUN_ARGS, 32, 64, 96, 128, 160, 192); | ^~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run512': /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_clock_nanosleep_time32': /kisskb/src/kernel/time/posix-timers.c:1277:20: note: byref variable will be forcibly initialized 1277 | struct timespec64 t; | ^ /kisskb/src/kernel/bpf/core.c:1753:6: note: byref variable will be forcibly initialized 1753 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:1777:22: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 1777 | #define EVAL1(FN, X) FN(X) | ^~ /kisskb/src/kernel/bpf/core.c:1778:34: note: in expansion of macro 'EVAL1' 1778 | #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1779:34: note: in expansion of macro 'EVAL2' 1779 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1780:34: note: in expansion of macro 'EVAL3' 1780 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1786:1: note: in expansion of macro 'EVAL4' 1786 | EVAL4(DEFINE_BPF_PROG_RUN, 416, 448, 480, 512); | ^~~~~ /kisskb/src/kernel/bpf/core.c:1752:6: note: byref variable will be forcibly initialized 1752 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:1777:22: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 1777 | #define EVAL1(FN, X) FN(X) | ^~ /kisskb/src/kernel/bpf/core.c:1778:34: note: in expansion of macro 'EVAL1' 1778 | #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1779:34: note: in expansion of macro 'EVAL2' 1779 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1780:34: note: in expansion of macro 'EVAL3' 1780 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1786:1: note: in expansion of macro 'EVAL4' 1786 | EVAL4(DEFINE_BPF_PROG_RUN, 416, 448, 480, 512); | ^~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run480': /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_clock_gettime32': /kisskb/src/kernel/time/posix-timers.c:1168:20: note: byref variable will be forcibly initialized 1168 | struct timespec64 ts; | ^~ /kisskb/src/kernel/bpf/core.c:1753:6: note: byref variable will be forcibly initialized 1753 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:1778:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 1778 | #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:1779:34: note: in expansion of macro 'EVAL2' 1779 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1780:34: note: in expansion of macro 'EVAL3' 1780 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1786:1: note: in expansion of macro 'EVAL4' 1786 | EVAL4(DEFINE_BPF_PROG_RUN, 416, 448, 480, 512); | ^~~~~ /kisskb/src/kernel/bpf/core.c:1752:6: note: byref variable will be forcibly initialized 1752 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:1778:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 1778 | #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:1779:34: note: in expansion of macro 'EVAL2' 1779 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1780:34: note: in expansion of macro 'EVAL3' 1780 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1786:1: note: in expansion of macro 'EVAL4' 1786 | EVAL4(DEFINE_BPF_PROG_RUN, 416, 448, 480, 512); | ^~~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_clock_getres_time32': /kisskb/src/kernel/time/posix-timers.c:1204:20: note: byref variable will be forcibly initialized 1204 | struct timespec64 ts; | ^~ /kisskb/src/fs/udf/super.c: In function '_udf_err': /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run448': /kisskb/src/fs/udf/super.c:2322:10: note: byref variable will be forcibly initialized 2322 | va_list args; | ^~~~ /kisskb/src/fs/udf/super.c:2321:19: note: byref variable will be forcibly initialized 2321 | struct va_format vaf; | ^~~ /kisskb/src/kernel/bpf/core.c:1753:6: note: byref variable will be forcibly initialized 1753 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:1779:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 1779 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:1780:34: note: in expansion of macro 'EVAL3' 1780 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1786:1: note: in expansion of macro 'EVAL4' 1786 | EVAL4(DEFINE_BPF_PROG_RUN, 416, 448, 480, 512); | ^~~~~ /kisskb/src/kernel/bpf/core.c:1752:6: note: byref variable will be forcibly initialized 1752 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:1779:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 1779 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:1780:34: note: in expansion of macro 'EVAL3' 1780 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1786:1: note: in expansion of macro 'EVAL4' 1786 | EVAL4(DEFINE_BPF_PROG_RUN, 416, 448, 480, 512); | ^~~~~ /kisskb/src/kernel/time/posix-timers.c: In function 'posixtimer_rearm': /kisskb/src/kernel/time/posix-timers.c:316:16: note: byref variable will be forcibly initialized 316 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run416': /kisskb/src/kernel/bpf/core.c:1753:6: note: byref variable will be forcibly initialized 1753 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:1780:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 1780 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:1786:1: note: in expansion of macro 'EVAL4' 1786 | EVAL4(DEFINE_BPF_PROG_RUN, 416, 448, 480, 512); | ^~~~~ /kisskb/src/kernel/bpf/core.c:1752:6: note: byref variable will be forcibly initialized 1752 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:1780:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 1780 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:1786:1: note: in expansion of macro 'EVAL4' 1786 | EVAL4(DEFINE_BPF_PROG_RUN, 416, 448, 480, 512); | ^~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run384': /kisskb/src/kernel/bpf/core.c:1753:6: note: byref variable will be forcibly initialized 1753 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:1777:22: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 1777 | #define EVAL1(FN, X) FN(X) | ^~ /kisskb/src/kernel/bpf/core.c:1778:34: note: in expansion of macro 'EVAL1' 1778 | #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1779:34: note: in expansion of macro 'EVAL2' 1779 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1780:34: note: in expansion of macro 'EVAL3' 1780 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1781:34: note: in expansion of macro 'EVAL4' 1781 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1782:34: note: in expansion of macro 'EVAL5' 1782 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1785:1: note: in expansion of macro 'EVAL6' 1785 | EVAL6(DEFINE_BPF_PROG_RUN, 224, 256, 288, 320, 352, 384); | ^~~~~ /kisskb/src/fs/udf/super.c: In function 'udf_count_free_bitmap': /kisskb/src/fs/udf/super.c:2428:11: note: byref variable will be forcibly initialized 2428 | uint16_t ident; | ^~~~~ /kisskb/src/kernel/bpf/core.c:1752:6: note: byref variable will be forcibly initialized 1752 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:1777:22: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 1777 | #define EVAL1(FN, X) FN(X) | ^~ /kisskb/src/kernel/bpf/core.c:1778:34: note: in expansion of macro 'EVAL1' 1778 | #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1779:34: note: in expansion of macro 'EVAL2' 1779 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1780:34: note: in expansion of macro 'EVAL3' 1780 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1781:34: note: in expansion of macro 'EVAL4' 1781 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1782:34: note: in expansion of macro 'EVAL5' 1782 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1785:1: note: in expansion of macro 'EVAL6' 1785 | EVAL6(DEFINE_BPF_PROG_RUN, 224, 256, 288, 320, 352, 384); | ^~~~~ /kisskb/src/fs/udf/super.c:2425:24: note: byref variable will be forcibly initialized 2425 | struct kernel_lb_addr loc; | ^~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run352': /kisskb/src/drivers/pci/host-bridge.c: In function 'pcibios_bus_to_resource': /kisskb/src/kernel/bpf/core.c:1753:6: note: byref variable will be forcibly initialized 1753 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:1778:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 1778 | #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:1779:34: note: in expansion of macro 'EVAL2' 1779 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1780:34: note: in expansion of macro 'EVAL3' 1780 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1781:34: note: in expansion of macro 'EVAL4' 1781 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1782:34: note: in expansion of macro 'EVAL5' 1782 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1785:1: note: in expansion of macro 'EVAL6' 1785 | EVAL6(DEFINE_BPF_PROG_RUN, 224, 256, 288, 320, 352, 384); | ^~~~~ /kisskb/src/drivers/pci/host-bridge.c:84:25: note: byref variable will be forcibly initialized 84 | struct pci_bus_region bus_region; | ^~~~~~~~~~ /kisskb/src/kernel/bpf/core.c:1752:6: note: byref variable will be forcibly initialized 1752 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:1778:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 1778 | #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:1779:34: note: in expansion of macro 'EVAL2' 1779 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1780:34: note: in expansion of macro 'EVAL3' 1780 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1781:34: note: in expansion of macro 'EVAL4' 1781 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1782:34: note: in expansion of macro 'EVAL5' 1782 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1785:1: note: in expansion of macro 'EVAL6' 1785 | EVAL6(DEFINE_BPF_PROG_RUN, 224, 256, 288, 320, 352, 384); | ^~~~~ /kisskb/src/kernel/fork.c: In function 'kernel_clone': /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run320': /kisskb/src/kernel/fork.c:2544:20: note: byref variable will be forcibly initialized 2544 | struct completion vfork; | ^~~~~ /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_clock_adjtime': /kisskb/src/kernel/bpf/core.c:1753:6: note: byref variable will be forcibly initialized 1753 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:1779:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 1779 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:1780:34: note: in expansion of macro 'EVAL3' 1780 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1781:34: note: in expansion of macro 'EVAL4' 1781 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1782:34: note: in expansion of macro 'EVAL5' 1782 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1785:1: note: in expansion of macro 'EVAL6' 1785 | EVAL6(DEFINE_BPF_PROG_RUN, 224, 256, 288, 320, 352, 384); | ^~~~~ /kisskb/src/kernel/time/posix-timers.c:1115:24: note: byref variable will be forcibly initialized 1115 | struct __kernel_timex ktx; | ^~~ /kisskb/src/kernel/bpf/core.c:1752:6: note: byref variable will be forcibly initialized 1752 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:1779:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 1779 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:1780:34: note: in expansion of macro 'EVAL3' 1780 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1781:34: note: in expansion of macro 'EVAL4' 1781 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1782:34: note: in expansion of macro 'EVAL5' 1782 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1785:1: note: in expansion of macro 'EVAL6' 1785 | EVAL6(DEFINE_BPF_PROG_RUN, 224, 256, 288, 320, 352, 384); | ^~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run288': /kisskb/src/kernel/time/posix-timers.c: In function '__do_sys_clock_adjtime32': /kisskb/src/kernel/time/posix-timers.c:1185:24: note: byref variable will be forcibly initialized 1185 | struct __kernel_timex ktx; | ^~~ /kisskb/src/kernel/bpf/core.c:1753:6: note: byref variable will be forcibly initialized 1753 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:1780:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 1780 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:1781:34: note: in expansion of macro 'EVAL4' 1781 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1782:34: note: in expansion of macro 'EVAL5' 1782 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1785:1: note: in expansion of macro 'EVAL6' 1785 | EVAL6(DEFINE_BPF_PROG_RUN, 224, 256, 288, 320, 352, 384); | ^~~~~ /kisskb/src/kernel/bpf/core.c:1752:6: note: byref variable will be forcibly initialized 1752 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:1780:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 1780 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:1781:34: note: in expansion of macro 'EVAL4' 1781 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1782:34: note: in expansion of macro 'EVAL5' 1782 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1785:1: note: in expansion of macro 'EVAL6' 1785 | EVAL6(DEFINE_BPF_PROG_RUN, 224, 256, 288, 320, 352, 384); | ^~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run256': /kisskb/src/kernel/bpf/core.c:1753:6: note: byref variable will be forcibly initialized 1753 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:1781:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 1781 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:1782:34: note: in expansion of macro 'EVAL5' 1782 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1785:1: note: in expansion of macro 'EVAL6' 1785 | EVAL6(DEFINE_BPF_PROG_RUN, 224, 256, 288, 320, 352, 384); | ^~~~~ /kisskb/src/kernel/bpf/core.c:1752:6: note: byref variable will be forcibly initialized 1752 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:1781:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 1781 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:1782:34: note: in expansion of macro 'EVAL5' 1782 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1785:1: note: in expansion of macro 'EVAL6' 1785 | EVAL6(DEFINE_BPF_PROG_RUN, 224, 256, 288, 320, 352, 384); | ^~~~~ /kisskb/src/kernel/fork.c: In function '__do_sys_clone3': /kisskb/src/kernel/fork.c:2846:8: note: byref variable will be forcibly initialized 2846 | pid_t set_tid[MAX_PID_NS_LEVEL]; | ^~~~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run224': /kisskb/src/kernel/fork.c:2845:27: note: byref variable will be forcibly initialized 2845 | struct kernel_clone_args kargs; | ^~~~~ /kisskb/src/kernel/bpf/core.c:1753:6: note: byref variable will be forcibly initialized 1753 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:1782:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 1782 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:1785:1: note: in expansion of macro 'EVAL6' 1785 | EVAL6(DEFINE_BPF_PROG_RUN, 224, 256, 288, 320, 352, 384); | ^~~~~ /kisskb/src/kernel/bpf/core.c:1752:6: note: byref variable will be forcibly initialized 1752 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:1782:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 1782 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:1785:1: note: in expansion of macro 'EVAL6' 1785 | EVAL6(DEFINE_BPF_PROG_RUN, 224, 256, 288, 320, 352, 384); | ^~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run192': /kisskb/src/kernel/bpf/core.c:1753:6: note: byref variable will be forcibly initialized 1753 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:1777:22: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 1777 | #define EVAL1(FN, X) FN(X) | ^~ /kisskb/src/kernel/bpf/core.c:1778:34: note: in expansion of macro 'EVAL1' 1778 | #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1779:34: note: in expansion of macro 'EVAL2' 1779 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1780:34: note: in expansion of macro 'EVAL3' 1780 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1781:34: note: in expansion of macro 'EVAL4' 1781 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1782:34: note: in expansion of macro 'EVAL5' 1782 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1784:1: note: in expansion of macro 'EVAL6' 1784 | EVAL6(DEFINE_BPF_PROG_RUN, 32, 64, 96, 128, 160, 192); | ^~~~~ /kisskb/src/kernel/bpf/core.c:1752:6: note: byref variable will be forcibly initialized 1752 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:1777:22: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 1777 | #define EVAL1(FN, X) FN(X) | ^~ /kisskb/src/kernel/bpf/core.c:1778:34: note: in expansion of macro 'EVAL1' 1778 | #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1779:34: note: in expansion of macro 'EVAL2' 1779 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1780:34: note: in expansion of macro 'EVAL3' 1780 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1781:34: note: in expansion of macro 'EVAL4' 1781 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1782:34: note: in expansion of macro 'EVAL5' 1782 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1784:1: note: in expansion of macro 'EVAL6' 1784 | EVAL6(DEFINE_BPF_PROG_RUN, 32, 64, 96, 128, 160, 192); | ^~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run160': /kisskb/src/kernel/bpf/core.c:1753:6: note: byref variable will be forcibly initialized 1753 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:1778:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 1778 | #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:1779:34: note: in expansion of macro 'EVAL2' 1779 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1780:34: note: in expansion of macro 'EVAL3' 1780 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1781:34: note: in expansion of macro 'EVAL4' 1781 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1782:34: note: in expansion of macro 'EVAL5' 1782 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1784:1: note: in expansion of macro 'EVAL6' 1784 | EVAL6(DEFINE_BPF_PROG_RUN, 32, 64, 96, 128, 160, 192); | ^~~~~ /kisskb/src/kernel/fork.c: In function 'unshare_fd': /kisskb/src/kernel/bpf/core.c:1752:6: note: byref variable will be forcibly initialized 1752 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:1778:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 1778 | #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:1779:34: note: in expansion of macro 'EVAL2' 1779 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1780:34: note: in expansion of macro 'EVAL3' 1780 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1781:34: note: in expansion of macro 'EVAL4' 1781 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1782:34: note: in expansion of macro 'EVAL5' 1782 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1784:1: note: in expansion of macro 'EVAL6' 1784 | EVAL6(DEFINE_BPF_PROG_RUN, 32, 64, 96, 128, 160, 192); | ^~~~~ /kisskb/src/kernel/fork.c:3005:6: note: byref variable will be forcibly initialized 3005 | int error = 0; | ^~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run128': /kisskb/src/kernel/bpf/core.c:1753:6: note: byref variable will be forcibly initialized 1753 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:1779:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 1779 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:1780:34: note: in expansion of macro 'EVAL3' 1780 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1781:34: note: in expansion of macro 'EVAL4' 1781 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1782:34: note: in expansion of macro 'EVAL5' 1782 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1784:1: note: in expansion of macro 'EVAL6' 1784 | EVAL6(DEFINE_BPF_PROG_RUN, 32, 64, 96, 128, 160, 192); | ^~~~~ /kisskb/src/kernel/bpf/core.c:1752:6: note: byref variable will be forcibly initialized 1752 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:1779:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 1779 | #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:1780:34: note: in expansion of macro 'EVAL3' 1780 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1781:34: note: in expansion of macro 'EVAL4' 1781 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1782:34: note: in expansion of macro 'EVAL5' 1782 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1784:1: note: in expansion of macro 'EVAL6' 1784 | EVAL6(DEFINE_BPF_PROG_RUN, 32, 64, 96, 128, 160, 192); | ^~~~~ /kisskb/src/fs/udf/super.c: In function 'udf_load_sparable_map': /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run96': /kisskb/src/fs/udf/super.c:1330:11: note: byref variable will be forcibly initialized 1330 | uint16_t ident; | ^~~~~ /kisskb/src/kernel/bpf/core.c:1753:6: note: byref variable will be forcibly initialized 1753 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:1780:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 1780 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:1781:34: note: in expansion of macro 'EVAL4' 1781 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1782:34: note: in expansion of macro 'EVAL5' 1782 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1784:1: note: in expansion of macro 'EVAL6' 1784 | EVAL6(DEFINE_BPF_PROG_RUN, 32, 64, 96, 128, 160, 192); | ^~~~~ /kisskb/src/kernel/fork.c: In function 'ksys_unshare': /kisskb/src/kernel/fork.c:3030:18: note: byref variable will be forcibly initialized 3030 | struct nsproxy *new_nsproxy = NULL; | ^~~~~~~~~~~ /kisskb/src/kernel/fork.c:3028:23: note: byref variable will be forcibly initialized 3028 | struct files_struct *new_fd = NULL; | ^~~~~~ /kisskb/src/kernel/bpf/core.c:1752:6: note: byref variable will be forcibly initialized 1752 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:1780:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 1780 | #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:1781:34: note: in expansion of macro 'EVAL4' 1781 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1782:34: note: in expansion of macro 'EVAL5' 1782 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1784:1: note: in expansion of macro 'EVAL6' 1784 | EVAL6(DEFINE_BPF_PROG_RUN, 32, 64, 96, 128, 160, 192); | ^~~~~ /kisskb/src/kernel/fork.c:3027:25: note: byref variable will be forcibly initialized 3027 | struct fs_struct *fs, *new_fs = NULL; | ^~~~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run64': /kisskb/src/kernel/bpf/core.c:1753:6: note: byref variable will be forcibly initialized 1753 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:1781:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 1781 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:1782:34: note: in expansion of macro 'EVAL5' 1782 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1784:1: note: in expansion of macro 'EVAL6' 1784 | EVAL6(DEFINE_BPF_PROG_RUN, 32, 64, 96, 128, 160, 192); | ^~~~~ /kisskb/src/kernel/bpf/core.c:1752:6: note: byref variable will be forcibly initialized 1752 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:1781:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 1781 | #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:1782:34: note: in expansion of macro 'EVAL5' 1782 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~~~~ /kisskb/src/kernel/bpf/core.c:1784:1: note: in expansion of macro 'EVAL6' 1784 | EVAL6(DEFINE_BPF_PROG_RUN, 32, 64, 96, 128, 160, 192); | ^~~~~ /kisskb/src/fs/udf/super.c: In function '_udf_warn': /kisskb/src/fs/udf/super.c:2338:10: note: byref variable will be forcibly initialized 2338 | va_list args; | ^~~~ /kisskb/src/kernel/bpf/core.c: In function '__bpf_prog_run32': /kisskb/src/fs/udf/super.c:2337:19: note: byref variable will be forcibly initialized 2337 | struct va_format vaf; | ^~~ /kisskb/src/kernel/bpf/core.c:1753:6: note: byref variable will be forcibly initialized 1753 | u64 regs[MAX_BPF_EXT_REG]; \ | ^~~~ /kisskb/src/kernel/bpf/core.c:1782:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 1782 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:1784:1: note: in expansion of macro 'EVAL6' 1784 | EVAL6(DEFINE_BPF_PROG_RUN, 32, 64, 96, 128, 160, 192); | ^~~~~ /kisskb/src/kernel/bpf/core.c:1752:6: note: byref variable will be forcibly initialized 1752 | u64 stack[stack_size / sizeof(u64)]; \ | ^~~~~ /kisskb/src/kernel/bpf/core.c:1782:28: note: in expansion of macro 'DEFINE_BPF_PROG_RUN' 1782 | #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) | ^~ /kisskb/src/kernel/bpf/core.c:1784:1: note: in expansion of macro 'EVAL6' 1784 | EVAL6(DEFINE_BPF_PROG_RUN, 32, 64, 96, 128, 160, 192); | ^~~~~ /kisskb/src/fs/udf/super.c: In function 'udf_find_metadata_inode_efe': /kisskb/src/fs/udf/super.c:916:24: note: byref variable will be forcibly initialized 916 | struct kernel_lb_addr addr; | ^~~~ /kisskb/src/kernel/fork.c: In function 'unshare_files': /kisskb/src/kernel/fork.c:3158:29: note: byref variable will be forcibly initialized 3158 | struct files_struct *old, *copy = NULL; | ^~~~ /kisskb/src/kernel/fork.c: In function 'sysctl_max_threads': /kisskb/src/kernel/fork.c:3180:6: note: byref variable will be forcibly initialized 3180 | int max = MAX_THREADS; | ^~~ /kisskb/src/kernel/fork.c:3179:6: note: byref variable will be forcibly initialized 3179 | int min = 1; | ^~~ /kisskb/src/kernel/fork.c:3178:6: note: byref variable will be forcibly initialized 3178 | int threads = max_threads; | ^~~~~~~ /kisskb/src/kernel/fork.c:3176:19: note: byref variable will be forcibly initialized 3176 | struct ctl_table t; | ^ /kisskb/src/fs/udf/super.c: In function 'udf_find_fileset': /kisskb/src/fs/udf/super.c:824:11: note: byref variable will be forcibly initialized 824 | uint16_t ident; | ^~~~~ /kisskb/src/fs/udf/super.c: In function 'udf_load_logicalvolint': /kisskb/src/fs/udf/super.c:1541:11: note: byref variable will be forcibly initialized 1541 | uint16_t ident; | ^~~~~ /kisskb/src/fs/udf/super.c: In function 'udf_load_logicalvol': /kisskb/src/fs/udf/super.c:1387:11: note: byref variable will be forcibly initialized 1387 | uint16_t ident; | ^~~~~ In file included from /kisskb/src/include/linux/random.h:13, from /kisskb/src/include/linux/net.h:18, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/linux/filter.h:11, from /kisskb/src/kernel/bpf/core.c:21: /kisskb/src/kernel/bpf/core.c: In function 'bpf_user_rnd_init_once': /kisskb/src/include/linux/once.h:44:18: note: byref variable will be forcibly initialized 44 | unsigned long ___flags; \ | ^~~~~~~~ /kisskb/src/include/linux/prandom.h:80:2: note: in expansion of macro 'DO_ONCE' 80 | DO_ONCE(prandom_seed_full_state, (pcpu_state)) | ^~~~~~~ /kisskb/src/kernel/bpf/core.c:2320:2: note: in expansion of macro 'prandom_init_once' 2320 | prandom_init_once(&bpf_user_rnd_state); | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/udf/super.c: In function 'udf_load_metadata_files': /kisskb/src/fs/udf/super.c:943:24: note: byref variable will be forcibly initialized 943 | struct kernel_lb_addr addr; | ^~~~ /kisskb/src/fs/udf/super.c: In function 'udf_load_partdesc': /kisskb/src/fs/udf/super.c:1235:11: note: byref variable will be forcibly initialized 1235 | uint16_t ident; | ^~~~~ /kisskb/src/fs/udf/super.c: In function 'udf_process_sequence': /kisskb/src/fs/udf/super.c:1683:28: note: byref variable will be forcibly initialized 1683 | struct desc_seq_scan_data data; | ^~~~ /kisskb/src/fs/udf/super.c:1680:11: note: byref variable will be forcibly initialized 1680 | uint16_t ident; | ^~~~~ /kisskb/src/fs/udf/super.c: In function 'udf_check_anchor_block': /kisskb/src/fs/udf/super.c:1838:11: note: byref variable will be forcibly initialized 1838 | uint16_t ident; | ^~~~~ /kisskb/src/fs/udf/super.c: In function 'udf_find_anchor': /kisskb/src/fs/udf/super.c:1938:11: note: byref variable will be forcibly initialized 1938 | sector_t lastblock = sbi->s_last_block; | ^~~~~~~~~ /kisskb/src/fs/udf/super.c: In function 'udf_fill_super': /kisskb/src/fs/udf/super.c:2270:20: note: byref variable will be forcibly initialized 2270 | struct timestamp ts; | ^~ /kisskb/src/fs/udf/super.c:2129:33: note: byref variable will be forcibly initialized 2129 | struct kernel_lb_addr rootdir, fileset; | ^~~~~~~ /kisskb/src/fs/udf/super.c:2129:24: note: byref variable will be forcibly initialized 2129 | struct kernel_lb_addr rootdir, fileset; | ^~~~~~~ /kisskb/src/fs/udf/super.c:2128:21: note: byref variable will be forcibly initialized 2128 | struct udf_options uopt; | ^~~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from ./arch/powerpc/include/generated/asm/rwonce.h:1, from /kisskb/src/include/linux/compiler.h:266, from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/drivers/gpio/gpio-xilinx.c:8: /kisskb/src/drivers/gpio/gpio-xilinx.c: In function 'xgpio_irqhandler': /kisskb/src/drivers/gpio/gpio-xilinx.c:506:17: note: byref variable will be forcibly initialized 506 | DECLARE_BITMAP(all, 64); | ^~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/gpio/gpio-xilinx.c:505:17: note: byref variable will be forcibly initialized 505 | DECLARE_BITMAP(falling, 64); | ^~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/gpio/gpio-xilinx.c:504:17: note: byref variable will be forcibly initialized 504 | DECLARE_BITMAP(rising, 64); | ^~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/gpio/gpio-xilinx.c: In function 'xgpio_get': /kisskb/src/drivers/gpio/gpio-xilinx.c:160:17: note: byref variable will be forcibly initialized 160 | DECLARE_BITMAP(state, 64); | ^~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/gpio/gpio-xilinx.c: In function 'xgpio_set_multiple': /kisskb/src/drivers/gpio/gpio-xilinx.c:206:17: note: byref variable will be forcibly initialized 206 | DECLARE_BITMAP(state, 64); | ^~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/gpio/gpio-xilinx.c:205:17: note: byref variable will be forcibly initialized 205 | DECLARE_BITMAP(hw_bits, 64); | ^~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/gpio/gpio-xilinx.c:204:17: note: byref variable will be forcibly initialized 204 | DECLARE_BITMAP(hw_mask, 64); | ^~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/drivers/gpio/gpio-xilinx.c:8: /kisskb/src/drivers/gpio/gpio-xilinx.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/drivers/gpio/gpio-xilinx.c:12: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpio/gpio-xilinx.c: In function 'xgpio_probe': /kisskb/src/drivers/gpio/gpio-xilinx.c:562:6: note: byref variable will be forcibly initialized 562 | u32 dir[2]; | ^~~ /kisskb/src/drivers/gpio/gpio-xilinx.c:561:6: note: byref variable will be forcibly initialized 561 | u32 state[2]; | ^~~~~ /kisskb/src/drivers/gpio/gpio-xilinx.c:560:6: note: byref variable will be forcibly initialized 560 | u32 width[2]; | ^~~~~ /kisskb/src/drivers/gpio/gpio-xilinx.c:559:6: note: byref variable will be forcibly initialized 559 | u32 cells = 2; | ^~~~~ /kisskb/src/drivers/gpio/gpio-xilinx.c:558:6: note: byref variable will be forcibly initialized 558 | u32 is_dual = 0; | ^~~~~~~ /kisskb/src/fs/udf/truncate.c: In function 'udf_truncate_tail_extent': /kisskb/src/fs/udf/truncate.c:71:11: note: byref variable will be forcibly initialized 71 | uint32_t elen, nelen; | ^~~~ /kisskb/src/fs/udf/truncate.c:70:24: note: byref variable will be forcibly initialized 70 | struct kernel_lb_addr eloc; | ^~~~ /kisskb/src/fs/udf/truncate.c: In function 'udf_discard_prealloc': /kisskb/src/fs/udf/truncate.c:125:11: note: byref variable will be forcibly initialized 125 | uint32_t elen; | ^~~~ /kisskb/src/fs/udf/truncate.c:124:24: note: byref variable will be forcibly initialized 124 | struct kernel_lb_addr eloc; | ^~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/drivers/rapidio/rio-scan.c:21: /kisskb/src/drivers/rapidio/rio-scan.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/fs/udf/truncate.c: In function 'udf_truncate_extents': /kisskb/src/fs/udf/truncate.c:209:64: note: byref variable will be forcibly initialized 209 | sector_t first_block = inode->i_size >> sb->s_blocksize_bits, offset; | ^~~~~~ /kisskb/src/fs/udf/truncate.c:206:11: note: byref variable will be forcibly initialized 206 | uint32_t elen, nelen = 0, indirect_ext_len = 0, lenalloc; | ^~~~ /kisskb/src/fs/udf/truncate.c:205:24: note: byref variable will be forcibly initialized 205 | struct kernel_lb_addr eloc, neloc = {}; | ^~~~ /kisskb/src/fs/udf/truncate.c:204:25: note: byref variable will be forcibly initialized 204 | struct extent_position epos; | ^~~~ /kisskb/src/drivers/rapidio/rio-scan.c: In function 'rio_mport_is_active': /kisskb/src/drivers/rapidio/rio-scan.c:799:6: note: byref variable will be forcibly initialized 799 | u32 result = 0; | ^~~~~~ /kisskb/src/drivers/rapidio/rio-scan.c: In function 'rio_enum_complete': /kisskb/src/drivers/rapidio/rio-scan.c:706:6: note: byref variable will be forcibly initialized 706 | u32 regval; | ^~~~~~ /kisskb/src/drivers/rapidio/rio-scan.c: In function 'rio_build_route_tables': /kisskb/src/drivers/rapidio/rio-scan.c:1025:5: note: byref variable will be forcibly initialized 1025 | u8 sport; | ^~~~~ /kisskb/src/drivers/rapidio/rio-scan.c: In function 'rio_get_device_id': /kisskb/src/drivers/rapidio/rio-scan.c:161:6: note: byref variable will be forcibly initialized 161 | u32 result; | ^~~~~~ /kisskb/src/drivers/rapidio/rio-scan.c: In function 'rio_sport_is_active': /kisskb/src/drivers/rapidio/rio-scan.c:485:6: note: byref variable will be forcibly initialized 485 | u32 result = 0; | ^~~~~~ /kisskb/src/drivers/rapidio/rio-scan.c: In function 'rio_get_host_deviceid_lock': /kisskb/src/drivers/rapidio/rio-scan.c:503:6: note: byref variable will be forcibly initialized 503 | u32 result; | ^~~~~~ /kisskb/src/drivers/rapidio/rio-scan.c: In function 'rio_setup_device': /kisskb/src/drivers/rapidio/rio-scan.c:331:6: note: byref variable will be forcibly initialized 331 | u32 swpinfo = 0; | ^~~~~~~ /kisskb/src/drivers/rapidio/rio-scan.c:329:6: note: byref variable will be forcibly initialized 329 | int result, rdid; | ^~~~~~ /kisskb/src/drivers/rapidio/rio-scan.c: In function 'rio_disc_peer': /kisskb/src/drivers/rapidio/rio-scan.c:729:15: note: byref variable will be forcibly initialized 729 | u8 port_num, route_port; | ^~~~~~~~~~ /kisskb/src/drivers/rapidio/rio-scan.c: In function 'rio_enum_host': /kisskb/src/drivers/rapidio/rio-scan.c:242:6: note: byref variable will be forcibly initialized 242 | u32 result; | ^~~~~~ /kisskb/src/drivers/rapidio/rio-scan.c: In function 'rio_clear_locks': /kisskb/src/drivers/rapidio/rio-scan.c:195:6: note: byref variable will be forcibly initialized 195 | u32 result; | ^~~~~~ /kisskb/src/drivers/rapidio/rio-scan.c: In function 'rio_enum_peer': /kisskb/src/drivers/rapidio/rio-scan.c:526:6: note: byref variable will be forcibly initialized 526 | u32 regval; | ^~~~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_intx_mask_broken': /kisskb/src/drivers/pci/probe.c:1782:20: note: byref variable will be forcibly initialized 1782 | u16 orig, toggle, new; | ^~~ /kisskb/src/drivers/pci/probe.c:1782:6: note: byref variable will be forcibly initialized 1782 | u16 orig, toggle, new; | ^~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_configure_serr': /kisskb/src/drivers/pci/probe.c:2244:6: note: byref variable will be forcibly initialized 2244 | u16 control; | ^~~~~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_ext_cfg_is_aliased': /kisskb/src/drivers/pci/probe.c:1651:14: note: byref variable will be forcibly initialized 1651 | u32 header, tmp; | ^~~ /kisskb/src/drivers/pci/probe.c:1651:6: note: byref variable will be forcibly initialized 1651 | u32 header, tmp; | ^~~~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_cfg_space_size_ext': /kisskb/src/drivers/pci/probe.c:1681:6: note: byref variable will be forcibly initialized 1681 | u32 status; | ^~~~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_class': /kisskb/src/drivers/pci/probe.c:1736:6: note: byref variable will be forcibly initialized 1736 | u32 class; | ^~~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_read_bridge_windows': /kisskb/src/drivers/pci/probe.c:351:12: note: byref variable will be forcibly initialized 351 | u32 pmem, tmp; | ^~~ /kisskb/src/drivers/pci/probe.c:351:6: note: byref variable will be forcibly initialized 351 | u32 pmem, tmp; | ^~~~ /kisskb/src/drivers/pci/probe.c:350:6: note: byref variable will be forcibly initialized 350 | u16 io; | ^~ /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:442:19: note: byref variable will be forcibly initialized 442 | u16 mem_base_lo, mem_limit_lo; | ^~~~~~~~~~~~ /kisskb/src/drivers/pci/probe.c:442:6: note: byref variable will be forcibly initialized 442 | u16 mem_base_lo, mem_limit_lo; | ^~~~~~~~~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_read_bridge_io': /kisskb/src/drivers/pci/probe.c:422:19: note: byref variable will be forcibly initialized 422 | u16 io_base_hi, io_limit_hi; | ^~~~~~~~~~~ /kisskb/src/drivers/pci/probe.c:422:7: note: byref variable will be forcibly initialized 422 | u16 io_base_hi, io_limit_hi; | ^~~~~~~~~~ /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:402:17: note: byref variable will be forcibly initialized 402 | u8 io_base_lo, io_limit_lo; | ^~~~~~~~~~~ /kisskb/src/drivers/pci/probe.c:402:5: note: byref variable will be forcibly initialized 402 | u8 io_base_lo, io_limit_lo; | ^~~~~~~~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_hdr_type': /kisskb/src/drivers/pci/probe.c:1761:5: note: byref variable will be forcibly initialized 1761 | u8 hdr_type; | ^~~~~~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_read_irq': /kisskb/src/drivers/pci/probe.c:1503:16: note: byref variable will be forcibly initialized 1503 | unsigned char irq; | ^~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_read_bridge_mmio_pref': /kisskb/src/drivers/pci/probe.c:477:20: note: byref variable will be forcibly initialized 477 | u32 mem_base_hi, mem_limit_hi; | ^~~~~~~~~~~~ /kisskb/src/drivers/pci/probe.c:477:7: note: byref variable will be forcibly initialized 477 | u32 mem_base_hi, mem_limit_hi; | ^~~~~~~~~~~ /kisskb/src/drivers/pci/probe.c:467:24: note: byref variable will be forcibly initialized 467 | struct pci_bus_region region; | ^~~~~~ /kisskb/src/drivers/pci/probe.c:464:19: note: byref variable will be forcibly initialized 464 | u16 mem_base_lo, mem_limit_lo; | ^~~~~~~~~~~~ /kisskb/src/drivers/pci/probe.c:464:6: note: byref variable will be forcibly initialized 464 | u16 mem_base_lo, mem_limit_lo; | ^~~~~~~~~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_bridge_child_ext_cfg_accessible': /kisskb/src/drivers/pci/probe.c:1040:6: note: byref variable will be forcibly initialized 1040 | u32 status; | ^~~~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_ea_fixed_busnrs': /kisskb/src/drivers/pci/probe.c:1200:6: note: byref variable will be forcibly initialized 1200 | u32 dw; | ^~ /kisskb/src/drivers/pci/probe.c: In function 'pci_set_bus_speed': /kisskb/src/drivers/pci/probe.c:818:7: note: byref variable will be forcibly initialized 818 | u16 linksta; | ^~~~~~~ /kisskb/src/drivers/pci/probe.c:817:7: note: byref variable will be forcibly initialized 817 | u32 linkcap; | ^~~~~~~ /kisskb/src/drivers/pci/probe.c:790:7: note: byref variable will be forcibly initialized 790 | u16 status; | ^~~~~~ /kisskb/src/drivers/pci/probe.c:779:16: note: byref variable will be forcibly initialized 779 | u32 agpstat, agpcmd; | ^~~~~~ /kisskb/src/drivers/pci/probe.c:779:7: note: byref variable will be forcibly initialized 779 | u32 agpstat, agpcmd; | ^~~~~~~ /kisskb/src/drivers/pci/probe.c: In function 'pcie_relaxed_ordering_enabled': /kisskb/src/drivers/pci/probe.c:2121:6: note: byref variable will be forcibly initialized 2121 | u16 v; | ^ /kisskb/src/drivers/pci/probe.c: In function 'pci_enable_crs': /kisskb/src/drivers/pci/probe.c:1175:6: note: byref variable will be forcibly initialized 1175 | u16 root_cap = 0; | ^~~~~~~~ /kisskb/src/drivers/pci/probe.c: In function 'early_dump_pci_device': /kisskb/src/drivers/pci/probe.c:1803:6: note: byref variable will be forcibly initialized 1803 | u32 value[256 / 4]; | ^~~~~ /kisskb/src/drivers/pci/probe.c: In function 'set_pcie_thunderbolt': /kisskb/src/drivers/pci/probe.c:1583:6: note: byref variable will be forcibly initialized 1583 | u32 header; | ^~~~~~ /kisskb/src/drivers/pci/probe.c: In function 'next_fn': /kisskb/src/drivers/pci/probe.c:2592:6: note: byref variable will be forcibly initialized 2592 | u16 cap = 0; | ^~~ /kisskb/src/drivers/pci/probe.c: In function 'pcie_bus_configure_settings': /kisskb/src/drivers/pci/probe.c:2813:5: note: byref variable will be forcibly initialized 2813 | u8 smpss = 0; | ^~~~~ /kisskb/src/lib/zlib_deflate/deftree.c: In function 'gen_codes': /kisskb/src/lib/zlib_deflate/deftree.c:447:9: note: byref variable will be forcibly initialized 447 | ush next_code[MAX_BITS+1]; /* next code value for each bit length */ | ^~~~~~~~~ /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:182:6: note: byref variable will be forcibly initialized 182 | u16 orig_cmd; | ^~~~~~~~ /kisskb/src/drivers/pci/probe.c:180:13: note: byref variable will be forcibly initialized 180 | u32 l = 0, sz = 0, mask; | ^~ /kisskb/src/drivers/pci/probe.c:180:6: note: byref variable will be forcibly initialized 180 | u32 l = 0, sz = 0, mask; | ^ /kisskb/src/lib/zlib_deflate/deftree.c: In function 'tr_static_init': /kisskb/src/lib/zlib_deflate/deftree.c:179:9: note: byref variable will be forcibly initialized 179 | ush bl_count[MAX_BITS+1]; | ^~~~~~~~ /kisskb/src/drivers/pci/probe.c: In function 'set_pcie_port_type': /kisskb/src/drivers/pci/probe.c:1522:6: note: byref variable will be forcibly initialized 1522 | u16 reg16; | ^~~~~ /kisskb/src/drivers/pci/probe.c: In function 'set_pcie_hotplug_bridge': /kisskb/src/drivers/pci/probe.c:1573:6: note: byref variable will be forcibly initialized 1573 | u32 reg32; | ^~~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_cfg_space_size': /kisskb/src/drivers/pci/probe.c:1695:6: note: byref variable will be forcibly initialized 1695 | u32 status; | ^~~~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_setup_device': /kisskb/src/drivers/pci/probe.c:1917:7: note: byref variable will be forcibly initialized 1917 | u8 progif; | ^~~~~~ /kisskb/src/drivers/pci/probe.c:1831:24: note: byref variable will be forcibly initialized 1831 | struct pci_bus_region region; | ^~~~~~ /kisskb/src/drivers/pci/probe.c:1828:6: note: byref variable will be forcibly initialized 1828 | u16 cmd; | ^~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_configure_extended_tags': /kisskb/src/drivers/pci/probe.c:2071:6: note: byref variable will be forcibly initialized 2071 | u16 ctl; | ^~~ /kisskb/src/drivers/pci/probe.c:2070:6: note: byref variable will be forcibly initialized 2070 | u32 cap; | ^~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_scan_device': /kisskb/src/drivers/pci/probe.c:2411:6: note: byref variable will be forcibly initialized 2411 | u32 l; | ^ /kisskb/src/drivers/pci/probe.c: In function 'pci_register_host_bridge': /kisskb/src/drivers/pci/probe.c:891:7: note: byref variable will be forcibly initialized 891 | char addr[64], *fmt; | ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/percpu.h:6, from /kisskb/src/arch/powerpc/include/asm/time.h:14, from /kisskb/src/arch/powerpc/include/asm/delay.h:7, from /kisskb/src/include/linux/delay.h:26, from /kisskb/src/drivers/pci/probe.c:7: /kisskb/src/drivers/pci/probe.c: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:3121:18: note: byref variable will be forcibly initialized 3121 | struct resource old_res = *res; | ^~~~~~~ /kisskb/src/drivers/pci/probe.c: In function 'pci_scan_bridge_extend': /kisskb/src/drivers/pci/probe.c:1257:16: note: byref variable will be forcibly initialized 1257 | u8 fixed_sec, fixed_sub; | ^~~~~~~~~ /kisskb/src/drivers/pci/probe.c:1257:5: note: byref variable will be forcibly initialized 1257 | u8 fixed_sec, fixed_sub; | ^~~~~~~~~ /kisskb/src/drivers/pci/probe.c:1253:6: note: byref variable will be forcibly initialized 1253 | u16 bctl; | ^~~~ /kisskb/src/drivers/pci/probe.c:1252:6: note: byref variable will be forcibly initialized 1252 | u32 buses, i, j = 0; | ^~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/percpu.h:6, from /kisskb/src/arch/powerpc/include/asm/time.h:14, from /kisskb/src/arch/powerpc/include/asm/delay.h:7, from /kisskb/src/include/linux/delay.h:26, from /kisskb/src/drivers/pci/probe.c:7: /kisskb/src/drivers/pci/probe.c: In function 'pci_scan_bus': /kisskb/src/drivers/pci/probe.c:3229:12: note: byref variable will be forcibly initialized 3229 | 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/fs/ntfs3/lznt.c: In function 'decompress_chunk': /kisskb/src/fs/ntfs3/lznt.c:235:9: note: byref variable will be forcibly initialized 235 | size_t offset, length; | ^~~~~~ /kisskb/src/fs/jfs/jfs_xtree.c: In function 'xtSplitUp': /kisskb/src/fs/jfs/jfs_xtree.c:693:17: note: byref variable will be forcibly initialized 693 | struct pxdlist pxdlist; | ^~~~~~~ /kisskb/src/fs/jfs/jfs_xtree.c:690:6: note: byref variable will be forcibly initialized 690 | s64 xaddr; | ^~~~~ /kisskb/src/fs/jfs/jfs_xtree.c:682:6: note: byref variable will be forcibly initialized 682 | s64 rbn; /* new right page block number */ | ^~~ /kisskb/src/fs/jfs/jfs_xtree.c:681:19: note: byref variable will be forcibly initialized 681 | struct metapage *rmp; | ^~~ /kisskb/src/fs/jfs/jfs_xtree.c: In function 'xtLookup': /kisskb/src/fs/jfs/jfs_xtree.c:144:6: note: byref variable will be forcibly initialized 144 | s64 next, size, xoff, xend; | ^~~~ /kisskb/src/fs/jfs/jfs_xtree.c:138:6: note: byref variable will be forcibly initialized 138 | int cmp; | ^~~ /kisskb/src/fs/jfs/jfs_xtree.c:137:17: note: byref variable will be forcibly initialized 137 | struct btstack btstack; | ^~~~~~~ /kisskb/src/fs/jfs/jfs_xtree.c: In function 'xtInsert': /kisskb/src/fs/jfs/jfs_xtree.c:538:6: note: byref variable will be forcibly initialized 538 | s64 next; | ^~~~ /kisskb/src/fs/jfs/jfs_xtree.c:537:6: note: byref variable will be forcibly initialized 537 | int cmp; | ^~~ /kisskb/src/fs/jfs/jfs_xtree.c:535:17: note: byref variable will be forcibly initialized 535 | struct xtsplit split; /* split information */ | ^~~~~ /kisskb/src/fs/jfs/jfs_xtree.c:534:17: note: byref variable will be forcibly initialized 534 | struct btstack btstack; /* traverse stack */ | ^~~~~~~ /kisskb/src/fs/jfs/jfs_xtree.c:529:6: note: byref variable will be forcibly initialized 529 | s64 xaddr, hint; | ^~~~~ /kisskb/src/fs/jfs/jfs_xtree.c: In function 'xtExtend': /kisskb/src/fs/jfs/jfs_xtree.c:1359:17: note: byref variable will be forcibly initialized 1359 | struct xtsplit split; /* split information */ | ^~~~~ /kisskb/src/fs/jfs/jfs_xtree.c:1358:17: note: byref variable will be forcibly initialized 1358 | struct btstack btstack; /* traverse stack */ | ^~~~~~~ /kisskb/src/fs/jfs/jfs_xtree.c:1353:6: note: byref variable will be forcibly initialized 1353 | int cmp; | ^~~ /kisskb/src/fs/char_dev.c: In function 'chrdev_open': /kisskb/src/fs/char_dev.c:384:7: note: byref variable will be forcibly initialized 384 | int idx; | ^~~ /kisskb/src/fs/jfs/jfs_xtree.c: In function 'xtUpdate': /kisskb/src/fs/jfs/jfs_xtree.c:1701:17: note: byref variable will be forcibly initialized 1701 | struct xtsplit split; /* split information */ | ^~~~~ /kisskb/src/fs/jfs/jfs_xtree.c:1700:17: note: byref variable will be forcibly initialized 1700 | struct btstack btstack; /* traverse stack */ | ^~~~~~~ /kisskb/src/fs/jfs/jfs_xtree.c:1695:6: note: byref variable will be forcibly initialized 1695 | int cmp; | ^~~ /kisskb/src/fs/jfs/jfs_xtree.c: In function 'xtAppend': /kisskb/src/fs/jfs/jfs_xtree.c:2176:6: note: byref variable will be forcibly initialized 2176 | s64 next; | ^~~~ /kisskb/src/fs/jfs/jfs_xtree.c:2174:17: note: byref variable will be forcibly initialized 2174 | struct pxdlist pxdlist; | ^~~~~~~ /kisskb/src/fs/jfs/jfs_xtree.c:2170:6: note: byref variable will be forcibly initialized 2170 | int cmp; | ^~~ /kisskb/src/fs/jfs/jfs_xtree.c:2168:17: note: byref variable will be forcibly initialized 2168 | struct xtsplit split; /* split information */ | ^~~~~ /kisskb/src/fs/jfs/jfs_xtree.c:2167:17: note: byref variable will be forcibly initialized 2167 | struct btstack btstack; /* traverse stack */ | ^~~~~~~ /kisskb/src/fs/jfs/jfs_xtree.c: In function 'xtTruncate': /kisskb/src/fs/jfs/jfs_xtree.c:3165:20: note: byref variable will be forcibly initialized 3165 | struct xdlistlock xadlock; /* maplock for COMMIT_WMAP */ | ^~~~~~~ /kisskb/src/fs/jfs/jfs_xtree.c:3160:17: note: byref variable will be forcibly initialized 3160 | struct btstack btstack; | ^~~~~~~ /kisskb/src/fs/super.c: In function 'super_setup_bdi_name': /kisskb/src/fs/super.c:1552:10: note: byref variable will be forcibly initialized 1552 | va_list args; | ^~~~ /kisskb/src/fs/jfs/jfs_xtree.c: In function 'xtTruncate_pmap': /kisskb/src/fs/jfs/jfs_xtree.c:3709:6: note: byref variable will be forcibly initialized 3709 | int cmp; | ^~~ /kisskb/src/fs/jfs/jfs_xtree.c:3708:17: note: byref variable will be forcibly initialized 3708 | struct btstack btstack; | ^~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_check_and_set_intx_mask': /kisskb/src/drivers/pci/pci.c:4604:6: note: byref variable will be forcibly initialized 4604 | u32 cmd_status_dword; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_acs_flags_enabled': /kisskb/src/drivers/pci/pci.c:3487:11: note: byref variable will be forcibly initialized 3487 | u16 cap, ctrl; | ^~~~ /kisskb/src/drivers/pci/pci.c:3487:6: note: byref variable will be forcibly initialized 3487 | u16 cap, ctrl; | ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_status_get_and_clear_errors': /kisskb/src/drivers/pci/pci.c:199:6: note: byref variable will be forcibly initialized 199 | u16 status; | ^~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_std_enable_acs': /kisskb/src/drivers/pci/pci.c:939:6: note: byref variable will be forcibly initialized 939 | u16 ctrl; | ^~~~ /kisskb/src/drivers/pci/pci.c:938:6: note: byref variable will be forcibly initialized 938 | u16 cap; | ^~~ /kisskb/src/drivers/pci/pci.c: In function '__pci_pme_active': /kisskb/src/drivers/pci/pci.c:2377:6: note: byref variable will be forcibly initialized 2377 | u16 pmcsr; | ^~~~~ /kisskb/src/drivers/pci/pci.c: In function '__pci_find_next_cap_ttl': /kisskb/src/drivers/pci/pci.c:416:6: note: byref variable will be forcibly initialized 416 | u16 ent; | ^~~ /kisskb/src/drivers/pci/pci.c: In function '__pci_find_next_cap': /kisskb/src/drivers/pci/pci.c:439:6: note: byref variable will be forcibly initialized 439 | int ttl = PCI_FIND_CAP_TTL; | ^~~ /kisskb/src/drivers/pci/pci.c: In function '__pci_bus_find_cap_start': /kisskb/src/drivers/pci/pci.c:454:6: note: byref variable will be forcibly initialized 454 | u16 status; | ^~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pcix_get_mmrbc': /kisskb/src/drivers/pci/pci.c:5913:6: note: byref variable will be forcibly initialized 5913 | u16 cmd; | ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_bus_find_capability': /kisskb/src/drivers/pci/pci.c:517:5: note: byref variable will be forcibly initialized 517 | u8 hdr_type, pos; | ^~~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_find_next_ext_capability': /kisskb/src/drivers/pci/pci.c:542:6: note: byref variable will be forcibly initialized 542 | u32 header; | ^~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_find_dvsec_capability': /kisskb/src/drivers/pci/pci.c:753:10: note: byref variable will be forcibly initialized 753 | u16 v, id; | ^~ /kisskb/src/drivers/pci/pci.c:753:7: note: byref variable will be forcibly initialized 753 | u16 v, id; | ^ /kisskb/src/drivers/pci/pci.c: In function 'pci_get_dsn': /kisskb/src/drivers/pci/pci.c:612:6: note: byref variable will be forcibly initialized 612 | u32 dword; | ^~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_find_vsec_capability': /kisskb/src/drivers/pci/pci.c:718:6: note: byref variable will be forcibly initialized 718 | u32 header; | ^~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_rebar_find_pos': /kisskb/src/drivers/pci/pci.c:3643:6: note: byref variable will be forcibly initialized 3643 | u32 ctrl; | ^~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_rebar_get_possible_sizes': /kisskb/src/drivers/pci/pci.c:3676:6: note: byref variable will be forcibly initialized 3676 | u32 cap; | ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pcix_get_max_mmrbc': /kisskb/src/drivers/pci/pci.c:5890:6: note: byref variable will be forcibly initialized 5890 | u32 stat; | ^~~~ /kisskb/src/drivers/pci/pci.c: In function '__pci_find_next_ht_cap': /kisskb/src/drivers/pci/pci.c:638:5: note: byref variable will be forcibly initialized 638 | u8 cap, mask; | ^~~ /kisskb/src/drivers/pci/pci.c:637:10: note: byref variable will be forcibly initialized 637 | int rc, ttl = PCI_FIND_CAP_TTL; | ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_ea_read': /kisskb/src/drivers/pci/pci.c:3289:7: note: byref variable will be forcibly initialized 3289 | u32 max_offset_upper; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/pci.c:3270:7: note: byref variable will be forcibly initialized 3270 | u32 base_upper; | ^~~~~~~~~~ /kisskb/src/drivers/pci/pci.c:3222:22: note: byref variable will be forcibly initialized 3222 | u32 dw0, bei, base, max_offset; | ^~~~~~~~~~ /kisskb/src/drivers/pci/pci.c:3222:16: note: byref variable will be forcibly initialized 3222 | u32 dw0, bei, base, max_offset; | ^~~~ /kisskb/src/drivers/pci/pci.c:3222:6: note: byref variable will be forcibly initialized 3222 | u32 dw0, bei, base, max_offset; | ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_raw_set_power_state': /kisskb/src/drivers/pci/pci.c:1085:6: note: byref variable will be forcibly initialized 1085 | u16 pmcsr; | ^~~~~ /kisskb/src/drivers/pci/pci.c: In function '__pci_set_master': /kisskb/src/drivers/pci/pci.c:4344:6: note: byref variable will be forcibly initialized 4344 | u16 old_cmd, cmd; | ^~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pcie_wait_for_link_delay': /kisskb/src/drivers/pci/pci.c:4840:6: note: byref variable will be forcibly initialized 4840 | u16 lnk_status; | ^~~~~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pcie_get_readrq': /kisskb/src/drivers/pci/pci.c:5981:6: note: byref variable will be forcibly initialized 5981 | u16 ctl; | ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pcie_get_mps': /kisskb/src/drivers/pci/pci.c:6034:6: note: byref variable will be forcibly initialized 6034 | u16 ctl; | ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pcie_bandwidth_available': /kisskb/src/drivers/pci/pci.c:6088:6: note: byref variable will be forcibly initialized 6088 | u16 lnksta; | ^~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_restore_config_dword': /kisskb/src/drivers/pci/pci.c:1630:6: note: byref variable will be forcibly initialized 1630 | u32 val; | ^~~ /kisskb/src/fs/ntfs3/namei.c: In function 'ntfs_rename': /kisskb/src/fs/ntfs3/namei.c:243:16: note: byref variable will be forcibly initialized 243 | bool is_same, is_bad; | ^~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_restore_rebar_state': /kisskb/src/drivers/pci/pci.c:1688:6: note: byref variable will be forcibly initialized 1688 | u32 ctrl; | ^~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_dev_wait': /kisskb/src/drivers/pci/pci.c:1268:6: note: byref variable will be forcibly initialized 1268 | u32 id; | ^~ /kisskb/src/fs/ntfs3/namei.c: In function 'ntfs3_get_parent': /kisskb/src/fs/ntfs3/namei.c:343:26: note: byref variable will be forcibly initialized 343 | struct ATTR_LIST_ENTRY *le = NULL; | ^~ /kisskb/src/drivers/pci/pci.c: In function 'pci_pm_reset': /kisskb/src/drivers/pci/pci.c:4799:6: note: byref variable will be forcibly initialized 4799 | u16 csr; | ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_dev_str_match_path': /kisskb/src/drivers/pci/pci.c:274:7: note: byref variable will be forcibly initialized 274 | char end; | ^~~ /kisskb/src/drivers/pci/pci.c:272:31: note: byref variable will be forcibly initialized 272 | unsigned int seg, bus, slot, func; | ^~~~ /kisskb/src/drivers/pci/pci.c:272:25: note: byref variable will be forcibly initialized 272 | unsigned int seg, bus, slot, func; | ^~~~ /kisskb/src/drivers/pci/pci.c:272:20: note: byref variable will be forcibly initialized 272 | unsigned int seg, bus, slot, func; | ^~~ /kisskb/src/drivers/pci/pci.c:272:15: note: byref variable will be forcibly initialized 272 | unsigned int seg, bus, slot, func; | ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_dev_str_match': /kisskb/src/drivers/pci/pci.c:367:51: note: byref variable will be forcibly initialized 367 | unsigned short vendor, device, subsystem_vendor, subsystem_device; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/pci.c:367:33: note: byref variable will be forcibly initialized 367 | unsigned short vendor, device, subsystem_vendor, subsystem_device; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/pci.c:367:25: note: byref variable will be forcibly initialized 367 | unsigned short vendor, device, subsystem_vendor, subsystem_device; | ^~~~~~ /kisskb/src/drivers/pci/pci.c:367:17: note: byref variable will be forcibly initialized 367 | unsigned short vendor, device, subsystem_vendor, subsystem_device; | ^~~~~~ /kisskb/src/drivers/pci/pci.c:366:6: note: byref variable will be forcibly initialized 366 | int count; | ^~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_disable_acs_redir': /kisskb/src/drivers/pci/pci.c:884:6: note: byref variable will be forcibly initialized 884 | u16 ctrl; | ^~~~ /kisskb/src/drivers/pci/pci.c:882:14: note: byref variable will be forcibly initialized 882 | const char *p; | ^ /kisskb/src/drivers/pci/pci.c: In function 'pci_intx': /kisskb/src/drivers/pci/pci.c:4577:6: note: byref variable will be forcibly initialized 4577 | u16 pci_command, new; | ^~~~~~~~~~~ /kisskb/src/fs/overlayfs/dir.c: In function 'ovl_lookup_temp': /kisskb/src/fs/overlayfs/dir.c:48:7: note: byref variable will be forcibly initialized 48 | char name[20]; | ^~~~ /kisskb/src/drivers/pci/pci.c: In function 'pcie_get_speed_cap': /kisskb/src/drivers/pci/pci.c:6137:15: note: byref variable will be forcibly initialized 6137 | u32 lnkcap2, lnkcap; | ^~~~~~ /kisskb/src/drivers/pci/pci.c:6137:6: note: byref variable will be forcibly initialized 6137 | u32 lnkcap2, lnkcap; | ^~~~~~~ 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; | ^~~~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pcie_get_width_cap': /kisskb/src/drivers/pci/pci.c:6173:6: note: byref variable will be forcibly initialized 6173 | u32 lnkcap; | ^~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_enable_atomic_ops_to_root': /kisskb/src/drivers/pci/pci.c:3757:11: note: byref variable will be forcibly initialized 3757 | u32 cap, ctl2; | ^~~~ /kisskb/src/drivers/pci/pci.c:3757:6: note: byref variable will be forcibly initialized 3757 | u32 cap, ctl2; | ^~~ 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/drivers/pci/pci.c: In function 'pci_set_cacheline_size': /kisskb/src/drivers/pci/pci.c:4434:5: note: byref variable will be forcibly initialized 4434 | u8 cacheline_size; | ^~~~~~~~~~~~~~ /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:470:26: note: byref variable will be forcibly initialized 470 | struct posix_acl *acl, *default_acl; | ^~~~~~~~~~~ /kisskb/src/fs/overlayfs/dir.c:470:20: note: byref variable will be forcibly initialized 470 | struct posix_acl *acl, *default_acl; | ^~~ /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)}, | ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_query_range_helper': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:3456:31: note: byref variable will be forcibly initialized 3456 | struct xfs_alloc_rec_incore irec; | ^~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:78, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:6: /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_start_cksum_safe': /kisskb/src/fs/xfs/libxfs/xfs_cksum.h:16:11: note: byref variable will be forcibly initialized 16 | uint32_t zero = 0; | ^~~~ /kisskb/src/drivers/pci/pci.c: In function 'pcix_set_mmrbc': /kisskb/src/drivers/pci/pci.c:5939:6: note: byref variable will be forcibly initialized 5939 | u16 cmd; | ^~~ /kisskb/src/drivers/pci/pci.c:5938:6: note: byref variable will be forcibly initialized 5938 | u32 stat, v, o; | ^~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_device_is_present': /kisskb/src/drivers/pci/pci.c:6413:6: note: byref variable will be forcibly initialized 6413 | u32 v; | ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:6: /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_trans_read_buf': /kisskb/src/fs/xfs/xfs_trans.h:203:24: note: byref variable will be forcibly initialized 203 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_update': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:215:22: note: byref variable will be forcibly initialized 215 | union xfs_btree_rec rec; | ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_wait_for_pending': /kisskb/src/drivers/pci/pci.c:849:7: note: byref variable will be forcibly initialized 849 | u16 status; | ^~~~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:6: /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_trans_get_buf': /kisskb/src/fs/xfs/xfs_trans.h:180:24: note: byref variable will be forcibly initialized 180 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_af_flr': /kisskb/src/drivers/pci/pci.c:4741:5: note: byref variable will be forcibly initialized 4741 | u8 cap; | ^~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_update_current_state': /kisskb/src/drivers/pci/pci.c:1208:7: note: byref variable will be forcibly initialized 1208 | u16 pmcsr; | ^~~~~ /kisskb/src/drivers/pci/controller/pcie-microchip-host.c: In function 'mc_handle_event': /kisskb/src/drivers/pci/controller/pcie-microchip-host.c:735:16: note: byref variable will be forcibly initialized 735 | unsigned long events; | ^~~~~~ /kisskb/src/drivers/pci/controller/pcie-microchip-host.c: In function 'mc_handle_msi': /kisskb/src/drivers/pci/controller/pcie-microchip-host.c:413:16: note: byref variable will be forcibly initialized 413 | unsigned long status; | ^~~~~~ /kisskb/src/drivers/pci/controller/pcie-microchip-host.c: In function 'mc_handle_intx': /kisskb/src/drivers/pci/controller/pcie-microchip-host.c:569:16: note: byref variable will be forcibly initialized 569 | unsigned long status; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_compute_aligned': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:280:15: note: byref variable will be forcibly initialized 280 | xfs_extlen_t len = foundlen; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:279:16: note: byref variable will be forcibly initialized 279 | xfs_agblock_t bno = foundbno; | ^~~ /kisskb/src/kernel/time/posix-cpu-timers.c: In function 'task_sample_cputime': /kisskb/src/kernel/time/posix-cpu-timers.c:216:13: note: byref variable will be forcibly initialized 216 | u64 stime, utime; | ^~~~~ /kisskb/src/kernel/time/posix-cpu-timers.c:216:6: note: byref variable will be forcibly initialized 216 | u64 stime, utime; | ^~~~~ /kisskb/src/kernel/time/posix-cpu-timers.c: In function 'fastpath_timer_check': /kisskb/src/kernel/time/posix-cpu-timers.c:1138:7: note: byref variable will be forcibly initialized 1138 | u64 samples[CPUCLOCK_MAX]; | ^~~~~~~ /kisskb/src/kernel/time/posix-cpu-timers.c:1113:7: note: byref variable will be forcibly initialized 1113 | u64 samples[CPUCLOCK_MAX]; | ^~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'do_pci_enable_device': /kisskb/src/drivers/pci/pci.c:1860:5: note: byref variable will be forcibly initialized 1860 | u8 pin; | ^~~ /kisskb/src/drivers/pci/pci.c:1859:6: note: byref variable will be forcibly initialized 1859 | u16 cmd; | ^~~ /kisskb/src/drivers/pci/pci.c: In function 'do_pci_disable_device': /kisskb/src/drivers/pci/pci.c:2159:6: note: byref variable will be forcibly initialized 2159 | u16 pci_command; | ^~~~~~~~~~~ /kisskb/src/kernel/time/posix-cpu-timers.c: In function 'check_thread_timers': /kisskb/src/kernel/time/posix-cpu-timers.c:893:6: note: byref variable will be forcibly initialized 893 | u64 samples[CPUCLOCK_MAX]; | ^~~~~~~ In file included from /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:15: /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_btree_islastblock': /kisskb/src/fs/xfs/libxfs/xfs_btree.h:556:19: note: byref variable will be forcibly initialized 556 | struct xfs_buf *bp; | ^~ /kisskb/src/drivers/pci/pci.c: In function 'pci_check_pme_status': /kisskb/src/drivers/pci/pci.c:2270:6: note: byref variable will be forcibly initialized 2270 | u16 pmcsr; | ^~~~~ /kisskb/src/kernel/time/posix-cpu-timers.c: In function 'check_process_timers': /kisskb/src/kernel/time/posix-cpu-timers.c:971:6: note: byref variable will be forcibly initialized 971 | u64 samples[CPUCLOCK_MAX]; | ^~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_pme_restore': /kisskb/src/drivers/pci/pci.c:2397:6: note: byref variable will be forcibly initialized 2397 | u16 pmcsr; | ^~~~~ /kisskb/src/kernel/time/posix-cpu-timers.c: In function 'cpu_clock_sample': /kisskb/src/kernel/time/posix-cpu-timers.c:189:13: note: byref variable will be forcibly initialized 189 | u64 utime, stime; | ^~~~~ /kisskb/src/kernel/time/posix-cpu-timers.c:189:6: note: byref variable will be forcibly initialized 189 | u64 utime, stime; | ^~~~~ /kisskb/src/kernel/time/posix-cpu-timers.c: In function 'thread_group_start_cputime': /kisskb/src/kernel/time/posix-cpu-timers.c:298:23: note: byref variable will be forcibly initialized 298 | struct task_cputime sum; | ^~~ /kisskb/src/kernel/time/posix-cpu-timers.c: In function '__thread_group_cputime': /kisskb/src/kernel/time/posix-cpu-timers.c:322:22: note: byref variable will be forcibly initialized 322 | struct task_cputime ct; | ^~ /kisskb/src/kernel/time/posix-cpu-timers.c: In function 'cpu_clock_sample_group': /kisskb/src/kernel/time/posix-cpu-timers.c:338:6: note: byref variable will be forcibly initialized 338 | u64 samples[CPUCLOCK_MAX]; | ^~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_bridge_d3_update': /kisskb/src/drivers/pci/pci.c:3024:7: note: byref variable will be forcibly initialized 3024 | bool d3cold_ok = true; | ^~~~~~~~~ /kisskb/src/kernel/time/posix-cpu-timers.c: In function 'posix_cpu_timer_rearm': /kisskb/src/kernel/time/posix-cpu-timers.c:1044:16: note: byref variable will be forcibly initialized 1044 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_pm_init': /kisskb/src/drivers/pci/pci.c:3107:6: note: byref variable will be forcibly initialized 3107 | u16 pmc; | ^~~ /kisskb/src/drivers/pci/pci.c:3106:6: note: byref variable will be forcibly initialized 3106 | u16 status; | ^~~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/sched/signal.h:5, from /kisskb/src/kernel/time/posix-cpu-timers.c:6: /kisskb/src/kernel/time/posix-cpu-timers.c: In function 'handle_posix_cpu_timers': /kisskb/src/kernel/time/posix-cpu-timers.c:1268:12: note: byref variable will be forcibly initialized 1268 | LIST_HEAD(firing); | ^~~~~~ /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/time/posix-cpu-timers.c:1267:16: note: byref variable will be forcibly initialized 1267 | unsigned long flags, start; | ^~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_ea_init': /kisskb/src/drivers/pci/pci.c:3341:5: note: byref variable will be forcibly initialized 3341 | u8 num_ent; | ^~~~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_configure_ari': /kisskb/src/drivers/pci/pci.c:3459:6: note: byref variable will be forcibly initialized 3459 | u32 cap; | ^~~ /kisskb/src/kernel/time/posix-cpu-timers.c: In function 'posix_cpu_timer_set': /kisskb/src/kernel/time/posix-cpu-timers.c:625:16: note: byref variable will be forcibly initialized 625 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_rebar_get_current_size': /kisskb/src/drivers/pci/pci.c:3705:6: note: byref variable will be forcibly initialized 3705 | u32 ctrl; | ^~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_rebar_set_size': /kisskb/src/kernel/time/posix-cpu-timers.c: In function 'posix_cpu_timer_del': /kisskb/src/kernel/time/posix-cpu-timers.c:470:16: note: byref variable will be forcibly initialized 470 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/pci/pci.c:3727:6: note: byref variable will be forcibly initialized 3727 | u32 ctrl; | ^~~~ /kisskb/src/drivers/pci/pci.c: In function 'pcibios_set_master': /kisskb/src/drivers/pci/pci.c:4381:5: note: byref variable will be forcibly initialized 4381 | u8 lat; | ^~~ /kisskb/src/kernel/time/posix-cpu-timers.c: In function 'do_cpu_nanosleep': /kisskb/src/kernel/time/posix-cpu-timers.c:1440:18: note: byref variable will be forcibly initialized 1440 | struct k_itimer timer; | ^~~~~ /kisskb/src/kernel/time/posix-cpu-timers.c:1439:22: note: byref variable will be forcibly initialized 1439 | struct itimerspec64 it; | ^~ /kisskb/src/drivers/pci/pci.c: In function 'pci_disable_parity': /kisskb/src/drivers/pci/pci.c:4559:6: note: byref variable will be forcibly initialized 4559 | u16 cmd; | ^~~ /kisskb/src/kernel/time/posix-cpu-timers.c: In function 'posix_cpu_nsleep_restart': /kisskb/src/kernel/time/posix-cpu-timers.c:1564:20: note: byref variable will be forcibly initialized 1564 | struct timespec64 t; | ^ /kisskb/src/drivers/pci/pci.c: In function 'pci_reset_secondary_bus': /kisskb/src/drivers/pci/pci.c:5012:6: note: byref variable will be forcibly initialized 5012 | u16 ctrl; | ^~~~ /kisskb/src/kernel/time/posix-cpu-timers.c: In function 'update_rlimit_cpu': /kisskb/src/kernel/time/posix-cpu-timers.c:40:6: note: byref variable will be forcibly initialized 40 | u64 nsecs = rlim_new * NSEC_PER_SEC; | ^~~~~ /kisskb/src/drivers/pci/pci.c: In function 'reset_method_store': /kisskb/src/drivers/pci/pci.c:5236:5: note: byref variable will be forcibly initialized 5236 | u8 reset_methods[PCI_NUM_RESET_METHODS] = { 0 }; | ^~~~~~~~~~~~~ /kisskb/src/drivers/pci/pci.c:5234:8: note: byref variable will be forcibly initialized 5234 | char *options, *name; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_cur_setup': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:759:8: note: byref variable will be forcibly initialized 759 | int i; | ^ /kisskb/src/drivers/pci/pci.c: In function '__pcie_print_link_status': /kisskb/src/drivers/pci/pci.c:6219:18: note: byref variable will be forcibly initialized 6219 | struct pci_dev *limiting_dev = NULL; | ^~~~~~~~~~~~ /kisskb/src/drivers/pci/pci.c:6218:28: note: byref variable will be forcibly initialized 6218 | enum pci_bus_speed speed, speed_cap; | ^~~~~~~~~ /kisskb/src/drivers/pci/pci.c:6218:21: note: byref variable will be forcibly initialized 6218 | enum pci_bus_speed speed, speed_cap; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_get_rec': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:234:23: note: byref variable will be forcibly initialized 234 | union xfs_btree_rec *rec; | ^~~ /kisskb/src/drivers/pci/pci.c:6217:30: note: byref variable will be forcibly initialized 6217 | enum pcie_link_width width, width_cap; | ^~~~~~~~~ /kisskb/src/drivers/pci/pci.c:6217:23: note: byref variable will be forcibly initialized 6217 | enum pcie_link_width width, width_cap; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_exact_minlen_extent_available': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:2543:16: note: byref variable will be forcibly initialized 2543 | xfs_extlen_t flen; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:2542:17: note: byref variable will be forcibly initialized 2542 | xfs_agblock_t fbno; | ^~~~ /kisskb/src/drivers/pci/pci.c: In function 'pci_set_vga_state': /kisskb/src/drivers/pci/pci.c:6297:6: note: byref variable will be forcibly initialized 6297 | u16 cmd; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_fixup_trees': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:441:15: note: byref variable will be forcibly initialized 441 | xfs_extlen_t nflen1=0; /* first new free length */ | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:439:16: note: byref variable will be forcibly initialized 439 | xfs_agblock_t nfbno1; /* first new free startblock */ | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:438:7: note: byref variable will be forcibly initialized 438 | int i; /* operation results */ | ^ /kisskb/src/drivers/pci/pci.c: In function 'pci_specified_resource_alignment': /kisskb/src/drivers/pci/pci.c:6480:14: note: byref variable will be forcibly initialized 6480 | const char *p; | ^ /kisskb/src/drivers/pci/pci.c:6478:19: note: byref variable will be forcibly initialized 6478 | int align_order, count; | ^~~~~ /kisskb/src/drivers/pci/pci.c:6478:6: note: byref variable will be forcibly initialized 6478 | int align_order, count; | ^~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_cur_check': /kisskb/src/drivers/pci/pci.c: In function 'pci_reassigndev_resource_alignment': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:832:12: note: byref variable will be forcibly initialized 832 | unsigned busy_gen = 0; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:830:21: note: byref variable will be forcibly initialized 830 | xfs_extlen_t len, lena, diff = -1; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:830:16: note: byref variable will be forcibly initialized 830 | xfs_extlen_t len, lena, diff = -1; | ^~~ /kisskb/src/drivers/pci/pci.c:6604:7: note: byref variable will be forcibly initialized 6604 | bool resize = false; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:829:28: note: byref variable will be forcibly initialized 829 | xfs_agblock_t bno, bnoa, bnew; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:829:22: note: byref variable will be forcibly initialized 829 | xfs_agblock_t bno, bnoa, bnew; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:829:17: note: byref variable will be forcibly initialized 829 | xfs_agblock_t bno, bnoa, bnew; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:828:15: note: byref variable will be forcibly initialized 828 | int error, i; | ^ /kisskb/src/drivers/pci/pci.c:6603:6: note: byref variable will be forcibly initialized 6603 | u16 command; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_walk_iter': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1324:8: note: byref variable will be forcibly initialized 1324 | int i; | ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_ag_vextent_lastblock': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1500:8: note: byref variable will be forcibly initialized 1500 | int i; | ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_cntbt_iter': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:958:8: note: byref variable will be forcibly initialized 958 | int i; | ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:956:16: note: byref variable will be forcibly initialized 956 | xfs_extlen_t len, cur_len; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:955:17: note: byref variable will be forcibly initialized 955 | xfs_agblock_t bno; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_ag_vextent_locality': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1373:8: note: byref variable will be forcibly initialized 1373 | int i; | ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_ag_vextent_exact': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1212:11: note: byref variable will be forcibly initialized 1212 | unsigned busy_gen; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1211:7: note: byref variable will be forcibly initialized 1211 | int i; /* success/failure of operation */ | ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1209:15: note: byref variable will be forcibly initialized 1209 | xfs_extlen_t tlen; /* length of busy extent */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1208:16: note: byref variable will be forcibly initialized 1208 | xfs_agblock_t tbno; /* start block of busy extent */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1207:15: note: byref variable will be forcibly initialized 1207 | xfs_extlen_t flen; /* length of found extent */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1206:16: note: byref variable will be forcibly initialized 1206 | xfs_agblock_t fbno; /* start block of found extent */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_read_agfl': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:695:18: note: byref variable will be forcibly initialized 695 | struct xfs_buf *bp; /* return value */ | ^~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_log_agf': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:2820:6: note: byref variable will be forcibly initialized 2820 | int last; /* last byte offset */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:2819:6: note: byref variable will be forcibly initialized 2819 | int first; /* first byte offset */ | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_free_ag_extent': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:2043:17: note: byref variable will be forcibly initialized 2043 | xfs_extlen_t xxlen; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:2042:18: note: byref variable will be forcibly initialized 2042 | xfs_agblock_t xxbno; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1896:9: note: byref variable will be forcibly initialized 1896 | int i; | ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1895:9: note: byref variable will be forcibly initialized 1895 | int haveright; /* have a right neighbor */ | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1894:9: note: byref variable will be forcibly initialized 1894 | int haveleft; /* have a left neighbor */ | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1891:17: note: byref variable will be forcibly initialized 1891 | xfs_extlen_t ltlen; /* length of left neighbor */ | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1890:18: note: byref variable will be forcibly initialized 1890 | xfs_agblock_t ltbno; /* start of left neighbor */ | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1889:17: note: byref variable will be forcibly initialized 1889 | xfs_extlen_t gtlen; /* length of right neighbor */ | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1888:18: note: byref variable will be forcibly initialized 1888 | xfs_agblock_t gtbno; /* start of right neighbor */ | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_free_agfl_block': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:2337:19: note: byref variable will be forcibly initialized 2337 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_get_freelist': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:2758:19: note: byref variable will be forcibly initialized 2758 | struct xfs_buf *agflbp; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_ag_vextent_small': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1070:19: note: byref variable will be forcibly initialized 1070 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1032:8: note: byref variable will be forcibly initialized 1032 | int i = 0; | ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1031:16: note: byref variable will be forcibly initialized 1031 | xfs_extlen_t flen = 0; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1030:17: note: byref variable will be forcibly initialized 1030 | xfs_agblock_t fbno = NULLAGBLOCK; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_ag_vextent_size': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1670:11: note: byref variable will be forcibly initialized 1670 | unsigned busy_gen; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1668:15: note: byref variable will be forcibly initialized 1668 | xfs_extlen_t rlen; /* length of returned extent */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1667:16: note: byref variable will be forcibly initialized 1667 | xfs_agblock_t rbno; /* returned block number */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1666:7: note: byref variable will be forcibly initialized 1666 | int i; /* temp status variable */ | ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1665:15: note: byref variable will be forcibly initialized 1665 | xfs_extlen_t flen; /* length of found freespace */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1664:16: note: byref variable will be forcibly initialized 1664 | xfs_agblock_t fbno; /* start of found freespace */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_ag_vextent_near': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1608:9: note: byref variable will be forcibly initialized 1608 | bool allocated = false; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1563:16: note: byref variable will be forcibly initialized 1563 | xfs_extlen_t len; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1562:17: note: byref variable will be forcibly initialized 1562 | xfs_agblock_t bno; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:1561:8: note: byref variable will be forcibly initialized 1561 | int i; /* result code, temporary */ | ^ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_fix_freelist': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:2644:7: note: byref variable will be forcibly initialized 2644 | int stat; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:2586:17: note: byref variable will be forcibly initialized 2586 | xfs_agblock_t bno; /* freelist block */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:2585:23: note: byref variable will be forcibly initialized 2585 | struct xfs_alloc_arg targs; /* local allocation arguments */ | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:2584:19: note: byref variable will be forcibly initialized 2584 | struct xfs_buf *agflbp = NULL; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:2583:19: note: byref variable will be forcibly initialized 2583 | struct xfs_buf *agbp = NULL; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_pagf_init': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:2862:19: note: byref variable will be forcibly initialized 2862 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_free_extent_fix_freelist': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:3355:23: note: byref variable will be forcibly initialized 3355 | struct xfs_alloc_arg args; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function '__xfs_free_extent': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:3394:20: note: byref variable will be forcibly initialized 3394 | struct xfs_buf *agbp; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_query_range': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:3474:36: note: byref variable will be forcibly initialized 3474 | struct xfs_alloc_query_range_info query; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:3473:25: note: byref variable will be forcibly initialized 3473 | union xfs_btree_irec high_brec; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:3472:25: note: byref variable will be forcibly initialized 3472 | union xfs_btree_irec low_brec; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_query_all': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:3492:36: note: byref variable will be forcibly initialized 3492 | struct xfs_alloc_query_range_info query; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c: In function 'xfs_alloc_has_record': /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:3509:23: note: byref variable will be forcibly initialized 3509 | union xfs_btree_irec high; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc.c:3508:23: note: byref variable will be forcibly initialized 3508 | union xfs_btree_irec low; | ^~~ /kisskb/src/fs/udf/directory.c: In function 'udf_fileident_read': /kisskb/src/fs/udf/directory.c:31:28: note: byref variable will be forcibly initialized 31 | struct buffer_head *tmp, *bha[16]; | ^~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_read_inline_page': /kisskb/src/fs/ext4/inline.c:473:19: note: byref variable will be forcibly initialized 473 | struct ext4_iloc iloc; | ^~~~ /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/kernel/trace/trace_output.c: In function 'trace_event_printf': /kisskb/src/kernel/trace/trace_output.c:318:10: note: byref variable will be forcibly initialized 318 | va_list ap; | ^~ /kisskb/src/kernel/trace/trace_output.c: In function 'trace_output_call': /kisskb/src/kernel/trace/trace_output.c:339:10: note: byref variable will be forcibly initialized 339 | va_list ap; | ^~ /kisskb/src/kernel/trace/trace_output.c: In function 'trace_ctxwake_print': /kisskb/src/drivers/pci/pci-driver.c: In function 'remove_id_store': /kisskb/src/drivers/pci/pci-driver.c:261:38: note: byref variable will be forcibly initialized 261 | subdevice = PCI_ANY_ID, class = 0, class_mask = 0; | ^~~~~~~~~~ /kisskb/src/kernel/trace/trace_output.c:929:7: note: byref variable will be forcibly initialized 929 | char comm[TASK_COMM_LEN]; | ^~~~ /kisskb/src/drivers/pci/pci-driver.c:261:27: note: byref variable will be forcibly initialized 261 | subdevice = PCI_ANY_ID, class = 0, class_mask = 0; | ^~~~~ /kisskb/src/drivers/pci/pci-driver.c:261:3: note: byref variable will be forcibly initialized 261 | subdevice = PCI_ANY_ID, class = 0, class_mask = 0; | ^~~~~~~~~ /kisskb/src/drivers/pci/pci-driver.c:260:22: note: byref variable will be forcibly initialized 260 | u32 vendor, device, subvendor = PCI_ANY_ID, | ^~~~~~~~~ /kisskb/src/drivers/pci/pci-driver.c:260:14: note: byref variable will be forcibly initialized 260 | u32 vendor, device, subvendor = PCI_ANY_ID, | ^~~~~~ /kisskb/src/drivers/pci/pci-driver.c:260:6: note: byref variable will be forcibly initialized 260 | u32 vendor, device, subvendor = PCI_ANY_ID, | ^~~~~~ /kisskb/src/drivers/pci/pci-driver.c: In function 'new_id_store': /kisskb/src/drivers/pci/pci-driver.c:194:16: note: byref variable will be forcibly initialized 194 | unsigned long driver_data = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/pci/pci-driver.c:193:38: note: byref variable will be forcibly initialized 193 | subdevice = PCI_ANY_ID, class = 0, class_mask = 0; | ^~~~~~~~~~ /kisskb/src/drivers/pci/pci-driver.c:193:27: note: byref variable will be forcibly initialized 193 | subdevice = PCI_ANY_ID, class = 0, class_mask = 0; | ^~~~~ /kisskb/src/drivers/pci/pci-driver.c:193:3: note: byref variable will be forcibly initialized 193 | subdevice = PCI_ANY_ID, class = 0, class_mask = 0; | ^~~~~~~~~ /kisskb/src/drivers/pci/pci-driver.c:192:22: note: byref variable will be forcibly initialized 192 | u32 vendor, device, subvendor = PCI_ANY_ID, | ^~~~~~~~~ /kisskb/src/drivers/pci/pci-driver.c:192:14: note: byref variable will be forcibly initialized 192 | u32 vendor, device, subvendor = PCI_ANY_ID, | ^~~~~~ /kisskb/src/drivers/pci/pci-driver.c:192:6: note: byref variable will be forcibly initialized 192 | u32 vendor, device, subvendor = PCI_ANY_ID, | ^~~~~~ /kisskb/src/drivers/pci/pci-driver.c: In function 'pci_uevent_ers': /kisskb/src/drivers/pci/pci-driver.c:1552:8: note: byref variable will be forcibly initialized 1552 | char *envp[3]; | ^~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_convert_inline_data_to_extent': /kisskb/src/fs/ext4/inline.c:538:19: note: byref variable will be forcibly initialized 538 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inline.c:535:6: note: byref variable will be forcibly initialized 535 | int retries = 0, sem_held = 0; | ^~~~~~~ /kisskb/src/fs/ext4/inline.c:533:26: note: byref variable will be forcibly initialized 533 | int ret, needed_blocks, no_expand; | ^~~~~~~~~ /kisskb/src/kernel/trace/trace_output.c: In function 'trace_ctxwake_hex': /kisskb/src/kernel/trace/trace_output.c:1002:6: note: byref variable will be forcibly initialized 1002 | int T; | ^ /kisskb/src/kernel/trace/trace_output.c: In function 'trace_seq_print_sym': /kisskb/src/kernel/trace/trace_output.c:361:7: note: byref variable will be forcibly initialized 361 | char str[KSYM_SYMBOL_LEN]; | ^~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_add_dirent_to_inline': /kisskb/src/fs/ext4/inline.c:1036:27: note: byref variable will be forcibly initialized 1036 | struct ext4_dir_entry_2 *de; | ^~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_convert_inline_data_nolock': /kisskb/src/fs/ext4/inline.c:1192:25: note: byref variable will be forcibly initialized 1192 | struct ext4_map_blocks map; | ^~~ /kisskb/src/kernel/trace/trace_output.c: In function 'lat_print_generic': /kisskb/src/kernel/trace/trace_output.c:502:7: note: byref variable will be forcibly initialized 502 | char comm[TASK_COMM_LEN]; | ^~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_get_max_inline_size': /kisskb/src/fs/ext4/inline.c:95:19: note: byref variable will be forcibly initialized 95 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_prepare_inline_data': /kisskb/src/fs/ext4/inline.c:385:17: note: byref variable will be forcibly initialized 385 | int ret, size, no_expand; | ^~~~~~~~~ /kisskb/src/kernel/trace/trace_output.c: In function 'trace_print_context': /kisskb/src/kernel/trace/trace_output.c:606:7: note: byref variable will be forcibly initialized 606 | char comm[TASK_COMM_LEN]; | ^~~~ /kisskb/src/kernel/trace/trace_output.c: In function 'trace_print_lat_context': /kisskb/src/kernel/trace/trace_output.c:648:8: note: byref variable will be forcibly initialized 648 | char comm[TASK_COMM_LEN]; | ^~~~ /kisskb/src/kernel/trace/trace_output.c:638:6: note: byref variable will be forcibly initialized 638 | u64 next_ts; | ^~~~~~~ /kisskb/src/kernel/trace/trace_output.c: In function 'register_trace_event': /kisskb/src/kernel/trace/trace_output.c:758:21: note: byref variable will be forcibly initialized 758 | struct list_head *list = NULL; | ^~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_try_to_write_inline_data': /kisskb/src/fs/ext4/inline.c:658:19: note: byref variable will be forcibly initialized 658 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_write_inline_data_end': /kisskb/src/fs/ext4/inline.c:740:19: note: byref variable will be forcibly initialized 740 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inline.c:738:6: note: byref variable will be forcibly initialized 738 | int no_expand; | ^~~~~~~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_journalled_write_inline_data': /kisskb/src/fs/ext4/inline.c:823:19: note: byref variable will be forcibly initialized 823 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inline.c:821:11: note: byref variable will be forcibly initialized 821 | int ret, no_expand; | ^~~~~~~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_da_write_inline_data_begin': /kisskb/src/fs/ext4/inline.c:918:6: note: byref variable will be forcibly initialized 918 | int retries = 0; | ^~~~~~~ /kisskb/src/fs/ext4/inline.c:917:19: note: byref variable will be forcibly initialized 917 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_try_add_inline_entry': /kisskb/src/fs/ext4/inline.c:1280:19: note: byref variable will be forcibly initialized 1280 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inline.c:1278:30: note: byref variable will be forcibly initialized 1278 | int ret, ret2, inline_size, no_expand; | ^~~~~~~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_inlinedir_to_tree': /kisskb/src/fs/ext4/inline.c:1359:21: note: byref variable will be forcibly initialized 1359 | struct fscrypt_str tmp_str; | ^~~~~~~ /kisskb/src/fs/ext4/inline.c:1358:26: note: byref variable will be forcibly initialized 1358 | struct ext4_dir_entry_2 fake; | ^~~~ /kisskb/src/fs/ext4/inline.c:1356:19: note: byref variable will be forcibly initialized 1356 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_read_inline_dir': /kisskb/src/fs/ext4/inline.c:1471:19: note: byref variable will be forcibly initialized 1471 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_get_first_inline_block': /kisskb/src/fs/ext4/inline.c:1595:19: note: byref variable will be forcibly initialized 1595 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_try_create_inline_dir': /kisskb/src/fs/ext4/inline.c:1615:19: note: byref variable will be forcibly initialized 1615 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_find_inline_entry': /kisskb/src/fs/ext4/inline.c:1650:19: note: byref variable will be forcibly initialized 1650 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_delete_inline_entry': /kisskb/src/fs/ext4/inline.c:1699:19: note: byref variable will be forcibly initialized 1699 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inline.c:1698:24: note: byref variable will be forcibly initialized 1698 | int err, inline_size, no_expand; | ^~~~~~~~~ /kisskb/src/fs/ext4/inline.c: In function 'empty_inline_dir': /kisskb/src/fs/ext4/inline.c:1780:8: note: byref variable will be forcibly initialized 1780 | void *inline_pos; | ^~~~~~~~~~ /kisskb/src/fs/ext4/inline.c:1778:19: note: byref variable will be forcibly initialized 1778 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inline.c:1777:11: note: byref variable will be forcibly initialized 1777 | int err, inline_size; | ^~~~~~~~~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_destroy_inline_data': /kisskb/src/fs/ext4/inline.c:1841:11: note: byref variable will be forcibly initialized 1841 | int ret, no_expand; | ^~~~~~~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_inline_data_iomap': /kisskb/src/fs/ext4/inline.c:1854:19: note: byref variable will be forcibly initialized 1854 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_inline_data_truncate': /kisskb/src/fs/ext4/inline.c:1885:45: note: byref variable will be forcibly initialized 1885 | int inline_size, value_len, needed_blocks, no_expand, err = 0; | ^~~~~~~~~ /kisskb/src/fs/ext4/inline.c: In function 'ext4_convert_inline_data': /kisskb/src/fs/ext4/inline.c:2002:19: note: byref variable will be forcibly initialized 2002 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inline.c:2000:28: note: byref variable will be forcibly initialized 2000 | int error, needed_blocks, no_expand; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/random.h:13, from /kisskb/src/include/linux/net.h:18, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/net/core/flow_dissector.c:3: /kisskb/src/net/core/flow_dissector.c: In function '__flow_hash_secret_init': /kisskb/src/include/linux/once.h:44:18: note: byref variable will be forcibly initialized 44 | unsigned long ___flags; \ | ^~~~~~~~ /kisskb/src/include/linux/once.h:56:2: note: in expansion of macro 'DO_ONCE' 56 | DO_ONCE(get_random_bytes, (buf), (nbytes)) | ^~~~~~~ /kisskb/src/include/linux/net.h:286:2: note: in expansion of macro 'get_random_once' 286 | get_random_once((buf), (nbytes)) | ^~~~~~~~~~~~~~~ /kisskb/src/net/core/flow_dissector.c:1466:2: note: in expansion of macro 'net_get_random_once' 1466 | net_get_random_once(&hashrnd, sizeof(hashrnd)); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/flow_dissector.c: In function '__skb_flow_get_ports': /kisskb/src/net/core/flow_dissector.c:127:18: note: byref variable will be forcibly initialized 127 | __be32 *ports, _ports; | ^~~~~~ /kisskb/src/net/core/flow_dissector.c: In function '__skb_flow_dissect_batadv': /kisskb/src/net/core/flow_dissector.c:673:10: note: byref variable will be forcibly initialized 673 | } *hdr, _hdr; | ^~~~ /kisskb/src/net/core/flow_dissector.c: In function '__skb_flow_dissect_tcp': /kisskb/src/net/core/flow_dissector.c:703:21: note: byref variable will be forcibly initialized 703 | struct tcphdr *th, _th; | ^~~ /kisskb/src/net/core/flow_dissector.c: In function 'skb_flow_get_icmp_tci': /kisskb/src/net/core/flow_dissector.c:166:22: note: byref variable will be forcibly initialized 166 | struct icmphdr *ih, _ih; | ^~~ /kisskb/src/fs/ntfs3/record.c: In function 'mi_pack_runs': /kisskb/src/fs/ntfs3/record.c:569:7: note: byref variable will be forcibly initialized 569 | CLST plen; | ^~~~ /kisskb/src/net/core/flow_dissector.c: In function '__skb_flow_dissect_arp': /kisskb/src/net/core/flow_dissector.c:481:16: note: byref variable will be forcibly initialized 481 | struct arphdr _arp; | ^~~~ /kisskb/src/net/core/flow_dissector.c:479:14: note: byref variable will be forcibly initialized 479 | } *arp_eth, _arp_eth; | ^~~~~~~~ /kisskb/src/net/core/flow_dissector.c: In function '__skb_flow_dissect_gre': /kisskb/src/net/core/flow_dissector.c:610:6: note: byref variable will be forcibly initialized 610 | u8 _ppp_hdr[PPP_HDRLEN]; | ^~~~~~~~ /kisskb/src/net/core/flow_dissector.c:592:18: note: byref variable will be forcibly initialized 592 | struct ethhdr _eth; | ^~~~ /kisskb/src/net/core/flow_dissector.c:565:10: note: byref variable will be forcibly initialized 565 | __be32 _keyid; | ^~~~~~ /kisskb/src/net/core/flow_dissector.c:532:28: note: byref variable will be forcibly initialized 532 | struct gre_base_hdr *hdr, _hdr; | ^~~~ /kisskb/src/net/core/flow_dissector.c: In function '__skb_flow_dissect_mpls': /kisskb/src/net/core/flow_dissector.c:415:26: note: byref variable will be forcibly initialized 415 | struct mpls_label *hdr, _hdr; | ^~~~ In file included from /kisskb/src/net/core/flow_dissector.c:14: /kisskb/src/net/core/flow_dissector.c: In function 'tipc_hdr_rps_key': /kisskb/src/include/net/tipc.h:51:9: note: byref variable will be forcibly initialized 51 | __be32 key; | ^~~ In file included from /kisskb/src/include/linux/random.h:13, from /kisskb/src/include/linux/net.h:18, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/net/core/flow_dissector.c:3: /kisskb/src/net/core/flow_dissector.c: In function 'flow_hash_from_keys': /kisskb/src/include/linux/once.h:44:18: note: byref variable will be forcibly initialized 44 | unsigned long ___flags; \ | ^~~~~~~~ /kisskb/src/include/linux/once.h:56:2: note: in expansion of macro 'DO_ONCE' 56 | DO_ONCE(get_random_bytes, (buf), (nbytes)) | ^~~~~~~ /kisskb/src/include/linux/net.h:286:2: note: in expansion of macro 'get_random_once' 286 | get_random_once((buf), (nbytes)) | ^~~~~~~~~~~~~~~ /kisskb/src/net/core/flow_dissector.c:1466:2: note: in expansion of macro 'net_get_random_once' 1466 | net_get_random_once(&hashrnd, sizeof(hashrnd)); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/flow_dissector.c: In function '__skb_flow_dissect': /kisskb/src/net/core/flow_dissector.c:1341:19: note: byref variable will be forcibly initialized 1341 | struct frag_hdr _fh, *fh; | ^~~ /kisskb/src/net/core/flow_dissector.c:1322:6: note: byref variable will be forcibly initialized 1322 | u8 _opthdr[2], *opthdr; | ^~~~~~~ /kisskb/src/net/core/flow_dissector.c:1269:27: note: byref variable will be forcibly initialized 1269 | struct ptp_header *hdr, _hdr; | ^~~~ /kisskb/src/net/core/flow_dissector.c:1216:31: note: byref variable will be forcibly initialized 1216 | struct tipc_basic_hdr *hdr, _hdr; | ^~~~ /kisskb/src/net/core/flow_dissector.c:1192:11: note: byref variable will be forcibly initialized 1192 | } *hdr, _hdr; | ^~~~ /kisskb/src/net/core/flow_dissector.c:1140:19: note: byref variable will be forcibly initialized 1140 | struct vlan_hdr _vlan; | ^~~~~ /kisskb/src/net/core/flow_dissector.c:1089:18: note: byref variable will be forcibly initialized 1089 | struct ipv6hdr _iph; | ^~~~ /kisskb/src/net/core/flow_dissector.c:1041:16: note: byref variable will be forcibly initialized 1041 | struct iphdr _iph; | ^~~~ /kisskb/src/net/core/flow_dissector.c:996:30: note: byref variable will be forcibly initialized 996 | struct bpf_flow_dissector ctx = { | ^~~ /kisskb/src/net/core/flow_dissector.c:995:25: note: byref variable will be forcibly initialized 995 | struct bpf_flow_keys flow_keys; | ^~~~~~~~~ /kisskb/src/net/core/flow_dissector.c:927:7: note: byref variable will be forcibly initialized 927 | bool mpls_el = false; | ^~~~~~~ In file included from /kisskb/src/include/linux/random.h:13, from /kisskb/src/include/linux/net.h:18, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/net/core/flow_dissector.c:3: /kisskb/src/net/core/flow_dissector.c: In function '__skb_get_hash_symmetric': /kisskb/src/include/linux/once.h:44:18: note: byref variable will be forcibly initialized 44 | unsigned long ___flags; \ | ^~~~~~~~ /kisskb/src/include/linux/once.h:56:2: note: in expansion of macro 'DO_ONCE' 56 | DO_ONCE(get_random_bytes, (buf), (nbytes)) | ^~~~~~~ /kisskb/src/include/linux/net.h:286:2: note: in expansion of macro 'get_random_once' 286 | get_random_once((buf), (nbytes)) | ^~~~~~~~~~~~~~~ /kisskb/src/net/core/flow_dissector.c:1466:2: note: in expansion of macro 'net_get_random_once' 1466 | net_get_random_once(&hashrnd, sizeof(hashrnd)); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/flow_dissector.c:1624:19: note: byref variable will be forcibly initialized 1624 | struct flow_keys keys; | ^~~~ In file included from /kisskb/src/include/linux/random.h:13, from /kisskb/src/include/linux/net.h:18, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/net/core/flow_dissector.c:3: /kisskb/src/net/core/flow_dissector.c: In function '__skb_get_hash': /kisskb/src/include/linux/once.h:44:18: note: byref variable will be forcibly initialized 44 | unsigned long ___flags; \ | ^~~~~~~~ /kisskb/src/include/linux/once.h:56:2: note: in expansion of macro 'DO_ONCE' 56 | DO_ONCE(get_random_bytes, (buf), (nbytes)) | ^~~~~~~ /kisskb/src/include/linux/net.h:286:2: note: in expansion of macro 'get_random_once' 286 | get_random_once((buf), (nbytes)) | ^~~~~~~~~~~~~~~ /kisskb/src/net/core/flow_dissector.c:1466:2: note: in expansion of macro 'net_get_random_once' 1466 | net_get_random_once(&hashrnd, sizeof(hashrnd)); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/flow_dissector.c:1648:19: note: byref variable will be forcibly initialized 1648 | struct flow_keys keys; | ^~~~ /kisskb/src/net/core/flow_dissector.c: In function 'skb_get_hash_perturb': /kisskb/src/net/core/flow_dissector.c:1662:19: note: byref variable will be forcibly initialized 1662 | struct flow_keys keys; | ^~~~ /kisskb/src/net/core/flow_dissector.c: In function '__skb_get_poff': /kisskb/src/net/core/flow_dissector.c:1682:6: note: byref variable will be forcibly initialized 1682 | u8 _doff; | ^~~~~ /kisskb/src/net/core/flow_dissector.c: In function 'skb_get_poff': /kisskb/src/net/core/flow_dissector.c:1730:25: note: byref variable will be forcibly initialized 1730 | struct flow_keys_basic keys; | ^~~~ /kisskb/src/drivers/video/backlight/lcd.c: In function 'contrast_store': /kisskb/src/drivers/video/backlight/lcd.c:133:16: note: byref variable will be forcibly initialized 133 | unsigned long contrast; | ^~~~~~~~ /kisskb/src/drivers/video/backlight/lcd.c: In function 'lcd_power_store': /kisskb/src/drivers/video/backlight/lcd.c:94:16: note: byref variable will be forcibly initialized 94 | unsigned long power; | ^~~~~ /kisskb/src/kernel/time/posix-clock.c: In function 'pc_clock_adjtime': /kisskb/src/kernel/time/posix-clock.c:228:26: note: byref variable will be forcibly initialized 228 | struct posix_clock_desc cd; | ^~ /kisskb/src/kernel/time/posix-clock.c: In function 'pc_clock_gettime': /kisskb/src/kernel/time/posix-clock.c:252:26: note: byref variable will be forcibly initialized 252 | struct posix_clock_desc cd; | ^~ /kisskb/src/kernel/time/posix-clock.c: In function 'pc_clock_settime': /kisskb/src/kernel/time/posix-clock.c:290:26: note: byref variable will be forcibly initialized 290 | struct posix_clock_desc cd; | ^~ /kisskb/src/kernel/time/posix-clock.c: In function 'pc_clock_getres': /kisskb/src/kernel/time/posix-clock.c:271:26: note: byref variable will be forcibly initialized 271 | struct posix_clock_desc cd; | ^~ /kisskb/src/fs/ntfs3/run.c: In function 'run_is_mapped_full': /kisskb/src/fs/ntfs3/run.c:169:9: note: byref variable will be forcibly initialized 169 | size_t i; | ^ /kisskb/src/fs/ntfs3/run.c: In function 'run_lookup_entry': /kisskb/src/fs/ntfs3/run.c:195:9: note: byref variable will be forcibly initialized 195 | size_t idx; | ^~~ /kisskb/src/fs/ntfs3/run.c: In function 'run_truncate_head': /kisskb/src/fs/ntfs3/run.c:230:9: note: byref variable will be forcibly initialized 230 | size_t index; | ^~~~~ /kisskb/src/fs/ntfs3/run.c: In function 'run_truncate': /kisskb/src/fs/ntfs3/run.c:265:9: note: byref variable will be forcibly initialized 265 | size_t index; | ^~~~~ /kisskb/src/fs/ntfs3/run.c: In function 'run_add_entry': /kisskb/src/fs/ntfs3/run.c:319:15: note: byref variable will be forcibly initialized 319 | size_t used, index; | ^~~~~ /kisskb/src/fs/ntfs3/run.c: In function 'run_collapse_range': /kisskb/src/fs/ntfs3/run.c:491:9: note: byref variable will be forcibly initialized 491 | size_t index, eat; | ^~~~~ /kisskb/src/fs/ntfs3/run.c: In function 'run_pack': /kisskb/src/fs/ntfs3/run.c:782:9: note: byref variable will be forcibly initialized 782 | size_t i; | ^ /kisskb/src/fs/ntfs3/run.c:778:22: note: byref variable will be forcibly initialized 778 | CLST next_vcn, vcn, lcn; | ^~~ /kisskb/src/fs/ntfs3/run.c:778:17: note: byref variable will be forcibly initialized 778 | CLST next_vcn, vcn, lcn; | ^~~ /kisskb/src/fs/ntfs3/run.c: In function 'run_unpack_ex': /kisskb/src/fs/ntfs3/run.c:1006:9: note: byref variable will be forcibly initialized 1006 | size_t index; | ^~~~~ /kisskb/src/fs/ntfs3/run.c:1005:22: note: byref variable will be forcibly initialized 1005 | CLST next_vcn, lcn, len; | ^~~ /kisskb/src/fs/ntfs3/run.c:1005:17: note: byref variable will be forcibly initialized 1005 | CLST next_vcn, lcn, len; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'saved_cmdlines_start': /kisskb/src/kernel/trace/trace.c:5799:9: note: byref variable will be forcibly initialized 5799 | loff_t l = 0; | ^ /kisskb/src/fs/ntfs/namei.c: In function 'ntfs_lookup': /kisskb/src/fs/ntfs/namei.c:168:14: note: byref variable will be forcibly initialized 168 | struct qstr nls_name; | ^~~~~~~~ /kisskb/src/fs/ntfs/namei.c:95:13: note: byref variable will be forcibly initialized 95 | ntfs_name *name = NULL; | ^~~~ /kisskb/src/fs/ntfs/namei.c:94:12: note: byref variable will be forcibly initialized 94 | ntfschar *uname; | ^~~~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/include/linux/ring_buffer.h:5, from /kisskb/src/kernel/trace/trace.c:15: /kisskb/src/kernel/trace/trace.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/kernel/trace/trace.c: In function 't_start': /kisskb/src/kernel/trace/trace.c:4976:9: note: byref variable will be forcibly initialized 4976 | loff_t l = 0; | ^ /kisskb/src/kernel/trace/trace.c: In function 'eval_map_start': /kisskb/src/kernel/trace/trace.c:5965:9: note: byref variable will be forcibly initialized 5965 | loff_t l = 0; | ^ /kisskb/src/kernel/trace/trace.c: In function 'set_tracing_thresh': /kisskb/src/kernel/trace/trace.c:1481:16: note: byref variable will be forcibly initialized 1481 | unsigned long threshold; | ^~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'buffer_ftrace_now': /kisskb/src/kernel/trace/trace.c:753:6: note: byref variable will be forcibly initialized 753 | u64 ts; | ^~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/writeback.h:13, from /kisskb/src/kernel/trace/trace.c:18: /kisskb/src/kernel/trace/trace.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_options_write': /kisskb/src/kernel/trace/trace.c:8641:16: note: byref variable will be forcibly initialized 8641 | unsigned long val; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'buffer_percent_write': /kisskb/src/kernel/trace/trace.c:8990:16: note: byref variable will be forcibly initialized 8990 | unsigned long val; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_nsecs_write': /kisskb/src/kernel/trace/trace.c:6466:16: note: byref variable will be forcibly initialized 6466 | unsigned long val; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_saved_cmdlines_size_write': /kisskb/src/kernel/trace/trace.c:5902:16: note: byref variable will be forcibly initialized 5902 | unsigned long val; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'saved_cmdlines_show': /kisskb/src/kernel/trace/trace.c:5822:7: note: byref variable will be forcibly initialized 5822 | char buf[TASK_COMM_LEN]; | ^~~ /kisskb/src/kernel/trace/trace.c: In function '__find_next_entry': /kisskb/src/kernel/trace/trace.c:3574:19: note: byref variable will be forcibly initialized 3574 | u64 next_ts = 0, ts; | ^~ /kisskb/src/kernel/trace/trace.c:3572:16: note: byref variable will be forcibly initialized 3572 | unsigned long lost_events = 0, next_lost = 0; | ^~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'get_total_entries': /kisskb/src/kernel/trace/trace.c:4146:19: note: byref variable will be forcibly initialized 4146 | unsigned long t, e; | ^ /kisskb/src/kernel/trace/trace.c:4146:16: note: byref variable will be forcibly initialized 4146 | unsigned long t, e; | ^ /kisskb/src/kernel/trace/trace.c: In function 'print_event_info': /kisskb/src/kernel/trace/trace.c:4199:16: note: byref variable will be forcibly initialized 4199 | unsigned long entries; | ^~~~~~~ /kisskb/src/kernel/trace/trace.c:4198:16: note: byref variable will be forcibly initialized 4198 | unsigned long total; | ^~~~~ /kisskb/src/kernel/trace/trace.c: In function 'print_hex_fmt': /kisskb/src/kernel/trace/trace.c:4389:16: note: byref variable will be forcibly initialized 4389 | unsigned char newline = '\n'; | ^~~~~~~ In file included from /kisskb/src/include/asm-generic/bug.h:5, from /kisskb/src/arch/powerpc/include/asm/bug.h:149, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/mm.h:9, from /kisskb/src/include/linux/ring_buffer.h:5, from /kisskb/src/kernel/trace/trace.c:15: /kisskb/src/kernel/trace/trace.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:756:6: note: in expansion of macro 'unlikely' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:756:15: note: in expansion of macro 'check_mul_overflow' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:756:6: note: in expansion of macro 'unlikely' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:756:15: note: in expansion of macro 'check_mul_overflow' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/writeback.h:13, from /kisskb/src/kernel/trace/trace.c:18: /kisskb/src/include/linux/slab.h:754:9: note: byref variable will be forcibly initialized 754 | size_t bytes; | ^~~~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_min_max_write': /kisskb/src/kernel/trace/trace.c:7639:6: note: byref variable will be forcibly initialized 7639 | u64 val; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_min_max_read': /kisskb/src/kernel/trace/trace.c:7685:7: note: byref variable will be forcibly initialized 7685 | char buf[U64_STR_SIZE]; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'buffer_percent_read': /kisskb/src/kernel/trace/trace.c:8976:7: note: byref variable will be forcibly initialized 8976 | char buf[64]; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_total_entries_read': /kisskb/src/kernel/trace/trace.c:6993:7: note: byref variable will be forcibly initialized 6993 | char buf[64]; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_entries_read': /kisskb/src/kernel/trace/trace.c:6919:7: note: byref variable will be forcibly initialized 6919 | char buf[64]; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_set_trace_read': /kisskb/src/kernel/trace/trace.c:6110:7: note: byref variable will be forcibly initialized 6110 | char buf[MAX_TRACER_SIZE+2]; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_buffers_splice_read': /kisskb/src/kernel/trace/trace.c:8159:15: note: byref variable will be forcibly initialized 8159 | struct page *pages_def[PIPE_DEF_BUFFERS]; | ^~~~~~~~~ /kisskb/src/kernel/trace/trace.c:8158:22: note: byref variable will be forcibly initialized 8158 | struct partial_page partial_def[PIPE_DEF_BUFFERS]; | ^~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_saved_cmdlines_size_read': /kisskb/src/kernel/trace/trace.c:5859:7: note: byref variable will be forcibly initialized 5859 | char buf[64]; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'test_can_verify_check': /kisskb/src/kernel/trace/trace.c:3710:10: note: byref variable will be forcibly initialized 3710 | va_list ap; | ^~ /kisskb/src/kernel/trace/trace.c:3709:7: note: byref variable will be forcibly initialized 3709 | char buf[16]; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_pid_next': /kisskb/src/kernel/trace/trace.c:604:15: note: byref variable will be forcibly initialized 604 | unsigned int next; | ^~~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_pid_start': /kisskb/src/kernel/trace/trace.c:633:9: note: byref variable will be forcibly initialized 633 | loff_t l = 0; | ^ /kisskb/src/kernel/trace/trace.c:632:15: note: byref variable will be forcibly initialized 632 | unsigned int first; | ^~~~~ /kisskb/src/kernel/trace/trace.c: In function 'rb_simple_write': /kisskb/src/kernel/trace/trace.c:8935:16: note: byref variable will be forcibly initialized 8935 | unsigned long val; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'rb_simple_read': /kisskb/src/kernel/trace/trace.c:8920:7: note: byref variable will be forcibly initialized 8920 | char buf[64]; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_nsecs_read': /kisskb/src/kernel/trace/trace.c:6452:7: note: byref variable will be forcibly initialized 6452 | char buf[64]; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_pid_write': /kisskb/src/kernel/trace/trace.c:677:8: note: byref variable will be forcibly initialized 677 | pid_t pid; | ^~~ /kisskb/src/kernel/trace/trace.c:676:9: note: byref variable will be forcibly initialized 676 | loff_t pos; | ^~~ /kisskb/src/kernel/trace/trace.c:672:16: note: byref variable will be forcibly initialized 672 | unsigned long val; | ^~~ /kisskb/src/kernel/trace/trace.c:671:22: note: byref variable will be forcibly initialized 671 | struct trace_parser parser; | ^~~~~~ In file included from /kisskb/src/drivers/clk/clk-bulk.c:13: /kisskb/src/drivers/clk/clk-bulk.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_event_buffer_commit': /kisskb/src/kernel/trace/trace.c:2886:26: note: byref variable will be forcibly initialized 2886 | enum event_trigger_type tt = ETT_NONE; | ^~ /kisskb/src/kernel/trace/trace.c: In function 'trace_array_printk': /kisskb/src/kernel/trace/trace.c:3469:10: note: byref variable will be forcibly initialized 3469 | va_list ap; | ^~ /kisskb/src/kernel/trace/trace.c: In function 'trace_array_printk_buf': /kisskb/src/kernel/trace/trace.c:3514:10: note: byref variable will be forcibly initialized 3514 | va_list ap; | ^~ /kisskb/src/drivers/clk/clkdev.c: In function 'clkdev_create': /kisskb/src/drivers/clk/clkdev.c:206:10: note: byref variable will be forcibly initialized 206 | va_list ap; | ^~ /kisskb/src/fs/stat.c: In function 'cp_new_stat': /kisskb/src/drivers/clk/clkdev.c: In function 'clkdev_hw_create': /kisskb/src/drivers/clk/clkdev.c:229:10: note: byref variable will be forcibly initialized 229 | va_list ap; | ^~ /kisskb/src/fs/stat.c:346:14: note: byref variable will be forcibly initialized 346 | struct stat tmp; | ^~~ /kisskb/src/drivers/clk/clkdev.c: In function '__clk_register_clkdev': /kisskb/src/drivers/clk/clkdev.c:273:10: note: byref variable will be forcibly initialized 273 | va_list ap; | ^~ /kisskb/src/lib/lzo/lzo1x_compress.c: In function 'lzogeneric1x_1_compress': /kisskb/src/lib/lzo/lzo1x_compress.c:313:14: note: byref variable will be forcibly initialized 313 | signed char state_offset = -2; | ^~~~~~~~~~~~ /kisskb/src/drivers/clk/clkdev.c: In function 'clk_register_clkdev': /kisskb/src/drivers/clk/clkdev.c:316:21: note: byref variable will be forcibly initialized 316 | struct clk_lookup *cl; | ^~ /kisskb/src/drivers/clk/clkdev.c: In function 'clk_hw_register_clkdev': /kisskb/src/drivers/clk/clkdev.c:343:21: note: byref variable will be forcibly initialized 343 | struct clk_lookup *cl; | ^~ /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 '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_readlinkat': /kisskb/src/fs/stat.c:436:6: note: byref variable will be forcibly initialized 436 | int empty = 0; | ^~~~~ /kisskb/src/fs/stat.c:434:14: note: byref variable will be forcibly initialized 434 | struct path path; | ^~~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_iter_reset': /kisskb/src/kernel/trace/trace.c:4020:6: note: byref variable will be forcibly initialized 4020 | u64 ts; | ^~ /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/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/trace/trace.c: In function 's_start': /kisskb/src/kernel/trace/trace.c:4055:9: note: byref variable will be forcibly initialized 4055 | loff_t l = 0; | ^ /kisskb/src/kernel/trace/trace.c: In function 'trace_total_entries_cpu': /kisskb/src/kernel/trace/trace.c:4161:23: note: byref variable will be forcibly initialized 4161 | unsigned long total, entries; | ^~~~~~~ /kisskb/src/kernel/trace/trace.c:4161:16: note: byref variable will be forcibly initialized 4161 | unsigned long total, entries; | ^~~~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_total_entries': /kisskb/src/kernel/trace/trace.c:4173:23: note: byref variable will be forcibly initialized 4173 | unsigned long total, entries; | ^~~~~~~ /kisskb/src/kernel/trace/trace.c:4173:16: note: byref variable will be forcibly initialized 4173 | unsigned long total, entries; | ^~~~~ /kisskb/src/kernel/trace/trace.c: In function 'print_trace_header': /kisskb/src/kernel/trace/trace.c:4245:16: note: byref variable will be forcibly initialized 4245 | unsigned long total; | ^~~~~ /kisskb/src/kernel/trace/trace.c:4244:16: note: byref variable will be forcibly initialized 4244 | unsigned long entries; | ^~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_splice_read_pipe': /kisskb/src/kernel/trace/trace.c:6835:26: note: byref variable will be forcibly initialized 6835 | struct splice_pipe_desc spd = { | ^~~ /kisskb/src/kernel/trace/trace.c:6833:22: note: byref variable will be forcibly initialized 6833 | struct partial_page partial_def[PIPE_DEF_BUFFERS]; | ^~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c:6832:15: note: byref variable will be forcibly initialized 6832 | struct page *pages_def[PIPE_DEF_BUFFERS]; | ^~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_cpumask_write': /kisskb/src/kernel/trace/trace.c:5146:16: note: byref variable will be forcibly initialized 5146 | cpumask_var_t tracing_cpumask_new; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace.c: In function 'trace_options_core_write': /kisskb/src/kernel/trace/trace.c:8732:16: note: byref variable will be forcibly initialized 8732 | unsigned long val; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'apply_trace_boot_options': /kisskb/src/kernel/trace/trace.c:5361:8: note: byref variable will be forcibly initialized 5361 | char *buf = trace_boot_options_buf; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_trace_options_write': /kisskb/src/kernel/trace/trace.c:5385:7: note: byref variable will be forcibly initialized 5385 | char buf[64]; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_entries_write': /kisskb/src/kernel/trace/trace.c:6966:16: note: byref variable will be forcibly initialized 6966 | unsigned long val; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_snapshot_write': /kisskb/src/kernel/trace/trace.c:7395:16: note: byref variable will be forcibly initialized 7395 | unsigned long val; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_set_trace_write': /kisskb/src/kernel/trace/trace.c:6420:7: note: byref variable will be forcibly initialized 6420 | char buf[MAX_TRACER_SIZE+1]; | ^~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_clock_write': /kisskb/src/kernel/trace/trace.c:7234:7: note: byref variable will be forcibly initialized 7234 | char buf[64]; | ^~~ In file included from /kisskb/src/kernel/trace/trace.c:8618: /kisskb/src/kernel/trace/trace.c: In function 'trace_selftest_startup_irqsoff': /kisskb/src/kernel/trace/trace_selftest.c:918:16: note: byref variable will be forcibly initialized 918 | unsigned long count; | ^~~~~ /kisskb/src/kernel/trace/trace.c: In function 'tracing_init_tracefs_percpu': /kisskb/src/kernel/trace/trace.c:8578:7: note: byref variable will be forcibly initialized 8578 | char cpu_dir[30]; /* 30 characters should be more than enough */ | ^~~~~~~ /kisskb/src/fs/ntfs3/super.c: In function 'ntfs_export_get_inode': /kisskb/src/fs/ntfs3/super.c:606:17: note: byref variable will be forcibly initialized 606 | struct MFT_REF ref; | ^~~ /kisskb/src/fs/ntfs3/super.c: In function 'ntfs_fs_parse_param': /kisskb/src/fs/ntfs3/super.c:279:25: note: byref variable will be forcibly initialized 279 | struct fs_parse_result result; | ^~~~~~ /kisskb/src/fs/ntfs3/super.c: In function 'ntfs_printk': /kisskb/src/fs/ntfs3/super.c:54:10: note: byref variable will be forcibly initialized 54 | va_list args; | ^~~~ /kisskb/src/fs/ntfs3/super.c:53:19: note: byref variable will be forcibly initialized 53 | struct va_format vaf; | ^~~ /kisskb/src/fs/ntfs3/super.c: In function 'ntfs_init_from_boot': /kisskb/src/fs/ntfs3/super.c:806:7: note: byref variable will be forcibly initialized 806 | u32 mb0, gb0; | ^~~ /kisskb/src/fs/ntfs3/super.c:684:6: note: byref variable will be forcibly initialized 684 | u32 mb, gb, boot_sector_size, sct_per_clst, record_size; | ^~ /kisskb/src/fs/ntfs3/super.c: In function 'ntfs_inode_printk': /kisskb/src/fs/ntfs3/super.c:86:19: note: byref variable will be forcibly initialized 86 | struct va_format vaf; | ^~~ /kisskb/src/fs/ntfs3/super.c:85:10: note: byref variable will be forcibly initialized 85 | va_list args; | ^~~~ /kisskb/src/fs/ntfs3/super.c: In function 'ntfs_fill_super': /kisskb/src/fs/ntfs3/super.c:895:17: note: byref variable will be forcibly initialized 895 | struct MFT_REF ref; | ^~~ /kisskb/src/fs/ntfs3/super.c:889:17: note: byref variable will be forcibly initialized 889 | CLST vcn, lcn, len; | ^~~ /kisskb/src/fs/ntfs3/super.c:889:12: note: byref variable will be forcibly initialized 889 | CLST vcn, lcn, len; | ^~~ /kisskb/src/fs/ntfs3/super.c:889:7: note: byref variable will be forcibly initialized 889 | CLST vcn, lcn, len; | ^~~ /kisskb/src/fs/udf/udftime.c: In function 'udf_time_to_disk_stamp': /kisskb/src/fs/udf/udftime.c:77:12: note: byref variable will be forcibly initialized 77 | struct tm tm; | ^~ /kisskb/src/kernel/panic.c: In function 'panic': /kisskb/src/kernel/panic.c:181:10: note: byref variable will be forcibly initialized 181 | va_list args; | ^~~~ /kisskb/src/kernel/panic.c: In function 'warn_slowpath_fmt': /kisskb/src/kernel/panic.c:621:19: note: byref variable will be forcibly initialized 621 | struct warn_args args; | ^~~~ /kisskb/src/drivers/pci/pci-sysfs.c: In function 'rescan_store': /kisskb/src/drivers/pci/pci-sysfs.c:435:16: note: byref variable will be forcibly initialized 435 | unsigned long val; | ^~~ /kisskb/src/drivers/pci/pci-sysfs.c: In function 'broken_parity_status_store': /kisskb/src/drivers/pci/pci-sysfs.c:89:16: note: byref variable will be forcibly initialized 89 | unsigned long val; | ^~~ /kisskb/src/drivers/pci/pci-sysfs.c: In function 'dev_rescan_store': /kisskb/src/drivers/pci/pci-sysfs.c:469:16: note: byref variable will be forcibly initialized 469 | unsigned long val; | ^~~ /kisskb/src/drivers/pci/pci-sysfs.c: In function 'bus_rescan_store': /kisskb/src/drivers/pci/pci-sysfs.c:504:16: note: byref variable will be forcibly initialized 504 | unsigned long val; | ^~~ /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; | ^~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/pci/pci-sysfs.c:18: /kisskb/src/drivers/pci/pci-sysfs.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/fs/overlayfs/readdir.c: In function 'ovl_cache_entry_add_rb': /kisskb/src/fs/overlayfs/readdir.c:178:18: note: byref variable will be forcibly initialized 178 | struct rb_node *parent = NULL; | ^~~~~~ /kisskb/src/fs/overlayfs/readdir.c:177:19: note: byref variable will be forcibly initialized 177 | struct rb_node **newp = &rdd->root->rb_node; | ^~~~ /kisskb/src/drivers/pci/pci-sysfs.c: In function 'reset_store': /kisskb/src/drivers/pci/pci-sysfs.c:1364:16: note: byref variable will be forcibly initialized 1364 | unsigned long val; | ^~~ /kisskb/src/drivers/pci/pci-sysfs.c: In function 'pci_read_rom': /kisskb/src/drivers/pci/pci-sysfs.c:1311:9: note: byref variable will be forcibly initialized 1311 | size_t size; | ^~~~ /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/drivers/pci/pci-sysfs.c: In function 'pci_read_config': /kisskb/src/drivers/pci/pci-sysfs.c:757:6: note: byref variable will be forcibly initialized 757 | u8 val; | ^~~ /kisskb/src/drivers/pci/pci-sysfs.c:748:7: note: byref variable will be forcibly initialized 748 | u16 val; | ^~~ /kisskb/src/drivers/pci/pci-sysfs.c:736:7: note: byref variable will be forcibly initialized 736 | u32 val; | ^~~ /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/drivers/pci/pci-sysfs.c:727:7: note: byref variable will be forcibly initialized 727 | u16 val; | ^~~ /kisskb/src/fs/overlayfs/readdir.c:497:16: note: byref variable will be forcibly initialized 497 | struct kstat stat; | ^~~~ /kisskb/src/drivers/pci/pci-sysfs.c:719:6: note: byref variable will be forcibly initialized 719 | u8 val; | ^~~ /kisskb/src/fs/overlayfs/readdir.c: In function 'ovl_dir_read_impure': /kisskb/src/fs/overlayfs/readdir.c:582:20: note: byref variable will be forcibly initialized 582 | struct rb_node *parent = NULL; | ^~~~~~ /kisskb/src/fs/overlayfs/readdir.c:581:21: note: byref variable will be forcibly initialized 581 | struct rb_node **newp = &root->rb_node; | ^~~~ /kisskb/src/fs/overlayfs/readdir.c:554:14: note: byref variable will be forcibly initialized 554 | struct path realpath; | ^~~~~~~~ /kisskb/src/drivers/pci/pci-sysfs.c: In function 'msi_bus_store': /kisskb/src/drivers/pci/pci-sysfs.c:402:16: note: byref variable will be forcibly initialized 402 | unsigned long val; | ^~~ /kisskb/src/drivers/pci/pci-sysfs.c: In function 'enable_store': /kisskb/src/drivers/pci/pci-sysfs.c:299:16: note: byref variable will be forcibly initialized 299 | unsigned long val; | ^~~ /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/drivers/pci/pci-sysfs.c: In function 'numa_node_store': /kisskb/src/drivers/pci/pci-sysfs.c:339:6: note: byref variable will be forcibly initialized 339 | int node; | ^~~~ /kisskb/src/drivers/pci/pci-sysfs.c: In function 'resource_show': /kisskb/src/drivers/pci/pci-sysfs.c:167:25: note: byref variable will be forcibly initialized 167 | resource_size_t start, end; | ^~~ /kisskb/src/drivers/pci/pci-sysfs.c:167:18: note: byref variable will be forcibly initialized 167 | resource_size_t start, end; | ^~~~~ /kisskb/src/drivers/pci/pci-sysfs.c: In function 'current_link_width_show': /kisskb/src/drivers/pci/pci-sysfs.c:228:6: note: byref variable will be forcibly initialized 228 | u16 linkstat; | ^~~~~~~~ /kisskb/src/drivers/pci/pci-sysfs.c: In function 'current_link_speed_show': /kisskb/src/drivers/pci/pci-sysfs.c:210:6: note: byref variable will be forcibly initialized 210 | u16 linkstat; | ^~~~~~~~ /kisskb/src/drivers/pci/pci-sysfs.c: In function 'secondary_bus_number_show': /kisskb/src/drivers/pci/pci-sysfs.c:245:5: note: byref variable will be forcibly initialized 245 | u8 sec_bus; | ^~~~~~~ /kisskb/src/drivers/pci/pci-sysfs.c: In function 'subordinate_bus_number_show': /kisskb/src/drivers/pci/pci-sysfs.c:261:5: note: byref variable will be forcibly initialized 261 | u8 sub_bus; | ^~~~~~~ /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/drivers/pci/pci-sysfs.c: In function 'remove_store': /kisskb/src/drivers/pci/pci-sysfs.c:488:16: note: byref variable will be forcibly initialized 488 | unsigned long val; | ^~~ /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/drivers/pci/pci-sysfs.c: In function 'pci_mmap_fits': /kisskb/src/drivers/pci/pci-sysfs.c:1037:33: note: byref variable will be forcibly initialized 1037 | resource_size_t pci_start = 0, pci_end; | ^~~~~~~ /kisskb/src/drivers/pci/pci-sysfs.c:1037:18: note: byref variable will be forcibly initialized 1037 | resource_size_t pci_start = 0, pci_end; | ^~~~~~~~~ /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/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/drivers/pci/rom.c: In function 'pci_enable_rom': /kisskb/src/drivers/pci/rom.c:28:6: note: byref variable will be forcibly initialized 28 | u32 rom_addr; | ^~~~~~~~ /kisskb/src/drivers/pci/rom.c:27:24: note: byref variable will be forcibly initialized 27 | struct pci_bus_region region; | ^~~~~~ /kisskb/src/drivers/pci/rom.c: In function 'pci_disable_rom': /kisskb/src/drivers/pci/rom.c:61:6: note: byref variable will be forcibly initialized 61 | u32 rom_addr; | ^~~~~~~~ /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:691:7: note: byref variable will be forcibly initialized 691 | char name[CS_NAME_LEN]; | ^~~~ /kisskb/src/kernel/trace/trace_seq.c: In function 'trace_seq_printf': /kisskb/src/kernel/trace/trace_seq.c:84:10: note: byref variable will be forcibly initialized 84 | va_list ap; | ^~ /kisskb/src/kernel/time/itimer.c: In function 'put_itimerval': /kisskb/src/kernel/time/itimer.c:103:32: note: byref variable will be forcibly initialized 103 | struct __kernel_old_itimerval v; | ^ /kisskb/src/kernel/time/itimer.c: In function 'get_itimerval': /kisskb/src/kernel/time/itimer.c:315:32: note: byref variable will be forcibly initialized 315 | struct __kernel_old_itimerval v; | ^ /kisskb/src/kernel/time/itimer.c: In function 'get_cpu_itimer': /kisskb/src/kernel/time/itimer.c:58:10: note: byref variable will be forcibly initialized 58 | u64 t, samples[CPUCLOCK_MAX]; | ^~~~~~~ /kisskb/src/kernel/time/itimer.c: In function '__do_sys_getitimer': /kisskb/src/kernel/time/itimer.c:115:22: note: byref variable will be forcibly initialized 115 | struct itimerspec64 get_buffer; | ^~~~~~~~~~ /kisskb/src/kernel/time/itimer.c: In function 'set_cpu_itimer': /kisskb/src/kernel/time/itimer.c:172:12: note: byref variable will be forcibly initialized 172 | u64 oval, nval, ointerval, ninterval; | ^~~~ /kisskb/src/kernel/time/itimer.c:172:6: note: byref variable will be forcibly initialized 172 | u64 oval, nval, ointerval, ninterval; | ^~~~ /kisskb/src/kernel/time/itimer.c: In function 'alarm_setitimer': /kisskb/src/kernel/time/itimer.c:279:30: note: byref variable will be forcibly initialized 279 | struct itimerspec64 it_new, it_old; | ^~~~~~ /kisskb/src/kernel/time/itimer.c:279:22: note: byref variable will be forcibly initialized 279 | struct itimerspec64 it_new, it_old; | ^~~~~~ /kisskb/src/kernel/time/itimer.c: In function '__do_sys_setitimer': /kisskb/src/kernel/time/itimer.c:335:34: note: byref variable will be forcibly initialized 335 | struct itimerspec64 set_buffer, get_buffer; | ^~~~~~~~~~ /kisskb/src/kernel/time/itimer.c:335:22: note: byref variable will be forcibly initialized 335 | struct itimerspec64 set_buffer, get_buffer; | ^~~~~~~~~~ /kisskb/src/fs/jfs/jfs_imap.c: In function 'diAllocBit': /kisskb/src/fs/jfs/jfs_imap.c:2005:32: note: byref variable will be forcibly initialized 2005 | struct metapage *amp = NULL, *bmp = NULL; | ^~~ /kisskb/src/fs/jfs/jfs_imap.c:2005:19: note: byref variable will be forcibly initialized 2005 | struct metapage *amp = NULL, *bmp = NULL; | ^~~ /kisskb/src/fs/jfs/jfs_imap.c: In function 'diAllocIno': /kisskb/src/fs/jfs/jfs_imap.c:1764:19: note: byref variable will be forcibly initialized 1764 | struct metapage *mp; | ^~ /kisskb/src/fs/jfs/jfs_imap.c: In function 'diNewExt': /kisskb/src/fs/jfs/jfs_imap.c:2154:6: note: byref variable will be forcibly initialized 2154 | s64 blkno, hint; | ^~~~~ /kisskb/src/fs/jfs/jfs_imap.c:2152:31: note: byref variable will be forcibly initialized 2152 | struct metapage *amp, *bmp, *cmp, *dmp; | ^~~ /kisskb/src/fs/jfs/jfs_imap.c:2152:25: note: byref variable will be forcibly initialized 2152 | struct metapage *amp, *bmp, *cmp, *dmp; | ^~~ /kisskb/src/fs/jfs/jfs_imap.c:2152:19: note: byref variable will be forcibly initialized 2152 | struct metapage *amp, *bmp, *cmp, *dmp; | ^~~ /kisskb/src/fs/jfs/jfs_imap.c: In function 'diRead': /kisskb/src/fs/jfs/jfs_imap.c:296:19: note: byref variable will be forcibly initialized 296 | struct metapage *mp; | ^~ /kisskb/src/fs/jfs/jfs_imap.c: In function 'duplicateIXtree': /kisskb/src/fs/jfs/jfs_imap.c:2977:16: note: byref variable will be forcibly initialized 2977 | struct inode *ip; | ^~ /kisskb/src/fs/jfs/jfs_imap.c:2976:22: note: byref variable will be forcibly initialized 2976 | struct buffer_head *bh; | ^~ /kisskb/src/fs/jfs/jfs_imap.c: In function 'diNewIAG': /kisskb/src/fs/jfs/jfs_imap.c:2442:16: note: byref variable will be forcibly initialized 2442 | struct inode *iplist[1]; | ^~~~~~ /kisskb/src/fs/jfs/jfs_imap.c:2439:6: note: byref variable will be forcibly initialized 2439 | s64 xaddr = 0; | ^~~~~ /kisskb/src/fs/jfs/jfs_imap.c:2437:19: note: byref variable will be forcibly initialized 2437 | struct metapage *mp; | ^~ /kisskb/src/fs/jfs/jfs_imap.c: In function 'diAllocExt': /kisskb/src/fs/jfs/jfs_imap.c:1888:19: note: byref variable will be forcibly initialized 1888 | struct metapage *mp; | ^~ /kisskb/src/fs/jfs/jfs_imap.c:1887:11: note: byref variable will be forcibly initialized 1887 | int rem, iagno, sword, extno, rc; | ^~~~~ /kisskb/src/fs/exec.c: In function 'get_arg_page': /kisskb/src/fs/exec.c:201:15: note: byref variable will be forcibly initialized 201 | struct page *page; | ^~~~ /kisskb/src/fs/jfs/jfs_imap.c: In function 'diFree': /kisskb/src/fs/jfs/jfs_imap.c:854:16: note: byref variable will be forcibly initialized 854 | struct inode *iplist[3]; | ^~~~~~ /kisskb/src/fs/jfs/jfs_imap.c:852:8: note: byref variable will be forcibly initialized 852 | pxd_t freepxd; | ^~~~~~~ /kisskb/src/fs/jfs/jfs_imap.c:846:42: note: byref variable will be forcibly initialized 846 | struct metapage *mp, *amp, *bmp, *cmp, *dmp; | ^~~ /kisskb/src/fs/jfs/jfs_imap.c:846:36: note: byref variable will be forcibly initialized 846 | struct metapage *mp, *amp, *bmp, *cmp, *dmp; | ^~~ /kisskb/src/fs/jfs/jfs_imap.c:846:30: note: byref variable will be forcibly initialized 846 | struct metapage *mp, *amp, *bmp, *cmp, *dmp; | ^~~ /kisskb/src/fs/jfs/jfs_imap.c:846:24: note: byref variable will be forcibly initialized 846 | struct metapage *mp, *amp, *bmp, *cmp, *dmp; | ^~~ /kisskb/src/fs/jfs/jfs_imap.c:846:19: note: byref variable will be forcibly initialized 846 | struct metapage *mp, *amp, *bmp, *cmp, *dmp; | ^~ /kisskb/src/fs/exec.c: In function 'shift_arg_pages': /kisskb/src/drivers/clk/clk-fixed-factor.c: In function '_of_fixed_factor_clk_setup': /kisskb/src/drivers/clk/clk-fixed-factor.c:201:11: note: byref variable will be forcibly initialized 201 | u32 div, mult; | ^~~~ /kisskb/src/fs/exec.c:684:20: note: byref variable will be forcibly initialized 684 | struct mmu_gather tlb; | ^~~ /kisskb/src/drivers/clk/clk-fixed-factor.c:201:6: note: byref variable will be forcibly initialized 201 | u32 div, mult; | ^~~ /kisskb/src/drivers/clk/clk-fixed-factor.c:199:14: note: byref variable will be forcibly initialized 199 | const char *clk_name = node->name; | ^~~~~~~~ /kisskb/src/fs/exec.c: In function 'setup_arg_pages': /kisskb/src/fs/exec.c:749:25: note: byref variable will be forcibly initialized 749 | struct vm_area_struct *prev = NULL; | ^~~~ /kisskb/src/fs/jfs/jfs_imap.c: In function 'diAlloc': /kisskb/src/fs/jfs/jfs_imap.c:1325:19: note: byref variable will be forcibly initialized 1325 | struct metapage *mp; | ^~ /kisskb/src/fs/jfs/jfs_imap.c: In function 'diUpdatePMap': /kisskb/src/fs/jfs/jfs_imap.c:2720:19: note: byref variable will be forcibly initialized 2720 | struct metapage *mp; | ^~ /kisskb/src/fs/jfs/jfs_imap.c: In function 'diExtendFS': /kisskb/src/fs/jfs/jfs_imap.c:2843:24: note: byref variable will be forcibly initialized 2843 | struct metapage *bp, *hbp; | ^~~ /kisskb/src/fs/jfs/jfs_imap.c:2843:19: note: byref variable will be forcibly initialized 2843 | struct metapage *bp, *hbp; | ^~ /kisskb/src/fs/exec.c: In function 'prepare_binprm': /kisskb/src/fs/exec.c:1650:9: note: byref variable will be forcibly initialized 1650 | loff_t pos = 0; | ^~~ /kisskb/src/drivers/pci/setup-res.c: In function 'pci_std_update_resource': /kisskb/src/drivers/pci/setup-res.c:30:11: note: byref variable will be forcibly initialized 30 | u32 new, check, mask; | ^~~~~ /kisskb/src/drivers/pci/setup-res.c:29:6: note: byref variable will be forcibly initialized 29 | u16 cmd; | ^~~ /kisskb/src/drivers/pci/setup-res.c:27:24: note: byref variable will be forcibly initialized 27 | struct pci_bus_region region; | ^~~~~~ /kisskb/src/fs/exec.c: In function 'do_execve': /kisskb/src/fs/exec.c:1989:22: note: userspace variable will be forcibly initialized 1989 | struct user_arg_ptr envp = { .ptr.native = __envp }; | ^~~~ /kisskb/src/fs/exec.c:1988:22: note: userspace variable will be forcibly initialized 1988 | struct user_arg_ptr argv = { .ptr.native = __argv }; | ^~~~ /kisskb/src/fs/exec.c: In function 'do_execveat': /kisskb/src/fs/exec.c:1999:22: note: userspace variable will be forcibly initialized 1999 | struct user_arg_ptr envp = { .ptr.native = __envp }; | ^~~~ /kisskb/src/fs/exec.c:1998:22: note: userspace variable will be forcibly initialized 1998 | struct user_arg_ptr argv = { .ptr.native = __argv }; | ^~~~ /kisskb/src/drivers/pci/setup-res.c: In function 'pci_resize_resource': /kisskb/src/drivers/pci/setup-res.c:416:6: note: byref variable will be forcibly initialized 416 | u16 cmd; | ^~~ /kisskb/src/drivers/pci/setup-res.c: In function 'pci_enable_resources': /kisskb/src/drivers/pci/setup-res.c:465:6: note: byref variable will be forcibly initialized 465 | u16 cmd, old_cmd; | ^~~ /kisskb/src/net/core/dev.c: In function '__netdev_walk_all_upper_dev': /kisskb/src/net/core/dev.c:7429:7: note: byref variable will be forcibly initialized 7429 | bool ignore; | ^~~~~~ /kisskb/src/net/core/dev.c:7427:35: note: byref variable will be forcibly initialized 7427 | struct list_head *niter, *iter, *iter_stack[MAX_NEST_DEV + 1]; | ^~~~~~~~~~ /kisskb/src/net/core/dev.c:7427:28: note: byref variable will be forcibly initialized 7427 | struct list_head *niter, *iter, *iter_stack[MAX_NEST_DEV + 1]; | ^~~~ /kisskb/src/net/core/dev.c:7426:41: note: byref variable will be forcibly initialized 7426 | struct net_device *udev, *next, *now, *dev_stack[MAX_NEST_DEV + 1]; | ^~~~~~~~~ /kisskb/src/net/core/dev.c: In function 'netdev_walk_all_lower_dev': /kisskb/src/net/core/dev.c:7650:35: note: byref variable will be forcibly initialized 7650 | struct list_head *niter, *iter, *iter_stack[MAX_NEST_DEV + 1]; | ^~~~~~~~~~ /kisskb/src/net/core/dev.c:7650:28: note: byref variable will be forcibly initialized 7650 | struct list_head *niter, *iter, *iter_stack[MAX_NEST_DEV + 1]; | ^~~~ /kisskb/src/net/core/dev.c:7649:41: note: byref variable will be forcibly initialized 7649 | struct net_device *ldev, *next, *now, *dev_stack[MAX_NEST_DEV + 1]; | ^~~~~~~~~ /kisskb/src/net/core/dev.c: In function '__netdev_walk_all_lower_dev': /kisskb/src/net/core/dev.c:7699:7: note: byref variable will be forcibly initialized 7699 | bool ignore; | ^~~~~~ /kisskb/src/net/core/dev.c:7697:35: note: byref variable will be forcibly initialized 7697 | struct list_head *niter, *iter, *iter_stack[MAX_NEST_DEV + 1]; | ^~~~~~~~~~ /kisskb/src/net/core/dev.c:7697:28: note: byref variable will be forcibly initialized 7697 | struct list_head *niter, *iter, *iter_stack[MAX_NEST_DEV + 1]; | ^~~~ /kisskb/src/net/core/dev.c:7696:41: note: byref variable will be forcibly initialized 7696 | struct net_device *ldev, *next, *now, *dev_stack[MAX_NEST_DEV + 1]; | ^~~~~~~~~ /kisskb/src/net/core/dev.c: In function '__netdev_upper_depth': /kisskb/src/net/core/dev.c:7760:7: note: byref variable will be forcibly initialized 7760 | bool ignore; | ^~~~~~ /kisskb/src/net/core/dev.c:7758:20: note: byref variable will be forcibly initialized 7758 | struct list_head *iter; | ^~~~ /kisskb/src/net/core/dev.c: In function '__netdev_lower_depth': /kisskb/src/net/core/dev.c:7780:7: note: byref variable will be forcibly initialized 7780 | bool ignore; | ^~~~~~ /kisskb/src/net/core/dev.c:7778:20: note: byref variable will be forcibly initialized 7778 | struct list_head *iter; | ^~~~ /kisskb/src/net/core/dev.c: In function 'netdev_walk_all_lower_dev_rcu': /kisskb/src/net/core/dev.c:7825:35: note: byref variable will be forcibly initialized 7825 | struct list_head *niter, *iter, *iter_stack[MAX_NEST_DEV + 1]; | ^~~~~~~~~~ /kisskb/src/net/core/dev.c:7825:28: note: byref variable will be forcibly initialized 7825 | struct list_head *niter, *iter, *iter_stack[MAX_NEST_DEV + 1]; | ^~~~ /kisskb/src/net/core/dev.c:7824:41: note: byref variable will be forcibly initialized 7824 | struct net_device *ldev, *next, *now, *dev_stack[MAX_NEST_DEV + 1]; | ^~~~~~~~~ /kisskb/src/fs/ntfs/super.c: In function 'parse_options': /kisskb/src/fs/ntfs/super.c:219:9: note: byref variable will be forcibly initialized 219 | bool val = false; | ^~~ /kisskb/src/fs/ntfs/super.c:152:8: note: byref variable will be forcibly initialized 152 | bool val; \ | ^~~ /kisskb/src/fs/ntfs/super.c:188:8: note: in expansion of macro 'NTFS_GETOPT_BOOL' 188 | else NTFS_GETOPT_BOOL("disable_sparse", disable_sparse) | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/ntfs/super.c:152:8: note: byref variable will be forcibly initialized 152 | bool val; \ | ^~~ /kisskb/src/fs/ntfs/super.c:187:8: note: in expansion of macro 'NTFS_GETOPT_BOOL' 187 | else NTFS_GETOPT_BOOL("case_sensitive", case_sensitive) | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/ntfs/super.c:152:8: note: byref variable will be forcibly initialized 152 | bool val; \ | ^~~ /kisskb/src/fs/ntfs/super.c:186:8: note: in expansion of macro 'NTFS_GETOPT_BOOL' 186 | else NTFS_GETOPT_BOOL("show_sys_files", show_sys_files) | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/ntfs/super.c:89:12: note: byref variable will be forcibly initialized 89 | char *p, *v, *ov; | ^ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/posix_acl.h:13, from /kisskb/src/fs/ntfs3/xattr.c:9: /kisskb/src/fs/ntfs3/xattr.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/fs/ntfs3/xattr.c: In function 'ntfs_read_ea': /kisskb/src/fs/ntfs3/xattr.c:117:20: note: byref variable will be forcibly initialized 117 | struct runs_tree run; | ^~~ /kisskb/src/fs/ntfs3/xattr.c:79:26: note: byref variable will be forcibly initialized 79 | struct ATTR_LIST_ENTRY *le = NULL; | ^~ /kisskb/src/fs/ntfs3/xattr.c: In function 'ntfs_list_ea': /kisskb/src/fs/ntfs3/xattr.c:162:18: note: byref variable will be forcibly initialized 162 | struct EA_FULL *ea_all = NULL; | ^~~~~~ /kisskb/src/fs/ntfs3/xattr.c:161:24: note: byref variable will be forcibly initialized 161 | const struct EA_INFO *info; | ^~~~ /kisskb/src/fs/ntfs3/xattr.c: In function 'ntfs_get_ea': /kisskb/src/fs/ntfs3/xattr.c:206:6: note: byref variable will be forcibly initialized 206 | u32 off, len; | ^~~ /kisskb/src/fs/ntfs3/xattr.c:204:18: note: byref variable will be forcibly initialized 204 | struct EA_FULL *ea_all = NULL; | ^~~~~~ /kisskb/src/fs/ntfs3/xattr.c:203:24: note: byref variable will be forcibly initialized 203 | const struct EA_INFO *info; | ^~~~ /kisskb/src/net/core/dev.c: In function 'napi_enable': /kisskb/src/net/core/dev.c:6960:16: note: byref variable will be forcibly initialized 6960 | unsigned long val, new; | ^~~ In file included from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/uaccess.h:8, from /kisskb/src/net/core/dev.c:71: /kisskb/src/net/core/dev.c: In function 'netdev_lower_get_first_private_rcu': /kisskb/src/include/linux/rculist.h:353:20: note: byref variable will be forcibly initialized 353 | struct list_head *__next = READ_ONCE(__ptr->next); \ | ^~~~~~ /kisskb/src/net/core/dev.c:7879:10: note: in expansion of macro 'list_first_or_null_rcu' 7879 | lower = list_first_or_null_rcu(&dev->adj_list.lower, | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ntfs3/xattr.c: In function 'ntfs_set_ea': /kisskb/src/fs/ntfs3/xattr.c:278:6: note: byref variable will be forcibly initialized 278 | u64 new_sz; | ^~~~~~ /kisskb/src/fs/ntfs3/xattr.c:277:19: note: byref variable will be forcibly initialized 277 | struct runs_tree ea_run; | ^~~~~~ /kisskb/src/fs/ntfs3/xattr.c:276:20: note: byref variable will be forcibly initialized 276 | struct mft_inode *mi; | ^~ /kisskb/src/fs/ntfs3/xattr.c:275:26: note: byref variable will be forcibly initialized 275 | struct ATTR_LIST_ENTRY *le; | ^~ /kisskb/src/fs/ntfs3/xattr.c:272:6: note: byref variable will be forcibly initialized 272 | u32 off, size; | ^~~ /kisskb/src/fs/ntfs3/xattr.c:270:18: note: byref variable will be forcibly initialized 270 | struct EA_FULL *ea_all = NULL; | ^~~~~~ /kisskb/src/fs/ntfs3/xattr.c:268:24: note: byref variable will be forcibly initialized 268 | const struct EA_INFO *info; | ^~~~ /kisskb/src/fs/ntfs3/xattr.c:267:17: note: byref variable will be forcibly initialized 267 | struct EA_INFO ea_info; | ^~~~~~~ /kisskb/src/net/core/dev.c: In function 'netdev_master_upper_dev_get_rcu': /kisskb/src/include/linux/rculist.h:353:20: note: byref variable will be forcibly initialized 353 | struct list_head *__next = READ_ONCE(__ptr->next); \ | ^~~~~~ /kisskb/src/net/core/dev.c:7898:10: note: in expansion of macro 'list_first_or_null_rcu' 7898 | upper = list_first_or_null_rcu(&dev->adj_list.upper, | ^~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/net/core/dev.c:78: /kisskb/src/net/core/dev.c: In function 'kmalloc_array': /kisskb/src/fs/ntfs3/xattr.c: In function 'ntfs_setxattr': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/fs/ntfs3/xattr.c:861:8: note: byref variable will be forcibly initialized 861 | bool inserted; | ^~~~~~~~ /kisskb/src/fs/ntfs3/xattr.c:860:10: note: byref variable will be forcibly initialized 860 | __le32 security_id; | ^~~~~~~~~~~ /kisskb/src/fs/ntfs3/xattr.c: In function 'ntfs_getxattr': /kisskb/src/fs/ntfs3/xattr.c:752:10: note: byref variable will be forcibly initialized 752 | size_t sd_size = 0; | ^~~~~~~ /kisskb/src/fs/ntfs3/xattr.c:751:40: note: byref variable will be forcibly initialized 751 | struct SECURITY_DESCRIPTOR_RELATIVE *sd = NULL; | ^~ /kisskb/src/fs/ntfs3/xattr.c: In function 'ntfs_save_wsl_perm': /kisskb/src/fs/ntfs3/xattr.c:915:9: note: byref variable will be forcibly initialized 915 | __le32 value; | ^~~~~ /kisskb/src/fs/ntfs3/xattr.c: In function 'ntfs_get_wsl_perm': /kisskb/src/fs/ntfs3/xattr.c:958:9: note: byref variable will be forcibly initialized 958 | __le32 value[3]; | ^~~~~ /kisskb/src/fs/ntfs3/xattr.c:957:9: note: byref variable will be forcibly initialized 957 | size_t sz; | ^~ /kisskb/src/net/core/dev.c: In function 'dev_get_port_parent_id': /kisskb/src/net/core/dev.c:9177:20: note: byref variable will be forcibly initialized 9177 | struct list_head *iter; | ^~~~ /kisskb/src/net/core/dev.c: In function '__netdev_has_upper_dev': /kisskb/src/net/core/dev.c:7520:28: note: byref variable will be forcibly initialized 7520 | struct netdev_nested_priv priv = { | ^~~~ /kisskb/src/net/core/dev.c: In function '__dev_alloc_name': /kisskb/src/net/core/dev.c:1089:6: note: byref variable will be forcibly initialized 1089 | int i = 0; | ^ /kisskb/src/net/core/dev.c: In function 'dev_alloc_name_ns': /kisskb/src/net/core/dev.c:1156:7: note: byref variable will be forcibly initialized 1156 | char buf[IFNAMSIZ]; | ^~~ /kisskb/src/net/core/dev.c: In function 'netdev_state_change': /kisskb/src/net/core/dev.c:1389:38: note: byref variable will be forcibly initialized 1389 | struct netdev_notifier_change_info change_info = { | ^~~~~~~~~~~ /kisskb/src/net/core/dev.c: In function 'call_netdevice_notifiers_extack': /kisskb/src/net/core/dev.c:2009:30: note: byref variable will be forcibly initialized 2009 | struct netdev_notifier_info info = { | ^~~~ /kisskb/src/net/core/dev.c: In function 'dev_pre_changeaddr_notify': /kisskb/src/net/core/dev.c:9015:45: note: byref variable will be forcibly initialized 9015 | struct netdev_notifier_pre_changeaddr_info info = { | ^~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/uaccess.h:8, from /kisskb/src/net/core/dev.c:71: /kisskb/src/net/core/dev.c: In function 'dev_close': /kisskb/src/net/core/dev.c:1622:13: note: byref variable will be forcibly initialized 1622 | LIST_HEAD(single); | ^~~~~~ /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/net/core/dev.c: In function '__dev_close': /kisskb/src/net/core/dev.c:1583:12: note: byref variable will be forcibly initialized 1583 | LIST_HEAD(single); | ^~~~~~ /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/udf/unicode.c: In function 'udf_name_conv_char': /kisskb/src/fs/udf/unicode.c:98:12: note: byref variable will be forcibly initialized 98 | unicode_t c; | ^ /kisskb/src/fs/udf/unicode.c: In function 'udf_name_from_CS0': /kisskb/src/fs/udf/unicode.c:169:10: note: byref variable will be forcibly initialized 169 | uint8_t crc[CRC_LEN]; | ^~~ /kisskb/src/fs/udf/unicode.c:168:10: note: byref variable will be forcibly initialized 168 | uint8_t ext[EXT_SIZE * NLS_MAX_CHARSET_SIZE + 1]; | ^~~ /kisskb/src/fs/udf/unicode.c:163:6: note: byref variable will be forcibly initialized 163 | int ext_o_len = 0; /* Extension output length */ | ^~~~~~~~~ /kisskb/src/fs/udf/unicode.c:162:6: note: byref variable will be forcibly initialized 162 | int str_o_len = 0; /* Length of resulting output */ | ^~~~~~~~~ /kisskb/src/fs/udf/unicode.c:160:6: note: byref variable will be forcibly initialized 160 | int needsCRC = 0; | ^~~~~~~~ /kisskb/src/fs/udf/unicode.c:158:6: note: byref variable will be forcibly initialized 158 | int idx, len; | ^~~ /kisskb/src/net/core/dev.c: In function 'netif_rx_internal': /kisskb/src/net/core/dev.c:4925:16: note: byref variable will be forcibly initialized 4925 | unsigned int qtail; | ^~~~~ /kisskb/src/net/core/dev.c:4908:34: note: byref variable will be forcibly initialized 4908 | struct rps_dev_flow voidflow, *rflow = &voidflow; | ^~~~~ /kisskb/src/net/core/dev.c:4908:23: note: byref variable will be forcibly initialized 4908 | struct rps_dev_flow voidflow, *rflow = &voidflow; | ^~~~~~~~ /kisskb/src/fs/udf/unicode.c: In function 'udf_name_to_CS0': /kisskb/src/fs/udf/unicode.c:305:12: note: byref variable will be forcibly initialized 305 | wchar_t wchar; | ^~~~~ /kisskb/src/fs/udf/unicode.c:282:12: note: byref variable will be forcibly initialized 282 | unicode_t uni_char; | ^~~~~~~~ /kisskb/src/net/core/dev.c: In function 'netdev_walk_all_upper_dev_rcu': /kisskb/src/net/core/dev.c:7476:35: note: byref variable will be forcibly initialized 7476 | struct list_head *niter, *iter, *iter_stack[MAX_NEST_DEV + 1]; | ^~~~~~~~~~ /kisskb/src/net/core/dev.c:7476:28: note: byref variable will be forcibly initialized 7476 | struct list_head *niter, *iter, *iter_stack[MAX_NEST_DEV + 1]; | ^~~~ /kisskb/src/net/core/dev.c:7475:41: note: byref variable will be forcibly initialized 7475 | struct net_device *udev, *next, *now, *dev_stack[MAX_NEST_DEV + 1]; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/filter.h:19, from /kisskb/src/include/trace/events/xdp.h:9, from /kisskb/src/include/linux/bpf_trace.h:5, from /kisskb/src/net/core/dev.c:96: /kisskb/src/net/core/dev.c: In function '__vlan_get_protocol': /kisskb/src/include/linux/if_vlan.h:600:20: note: byref variable will be forcibly initialized 600 | struct vlan_hdr vhdr, *vh; | ^~~~ /kisskb/src/net/core/dev.c: In function 'qdisc_pkt_len_init': /kisskb/src/net/core/dev.c:3764:18: note: byref variable will be forcibly initialized 3764 | struct udphdr _udphdr; | ^~~~~~~ /kisskb/src/net/core/dev.c:3757:18: note: byref variable will be forcibly initialized 3757 | struct tcphdr _tcphdr; | ^~~~~~~ /kisskb/src/net/core/dev.c: In function '__dev_xmit_skb': /kisskb/src/net/core/dev.c:3796:18: note: byref variable will be forcibly initialized 3796 | struct sk_buff *to_free = NULL; | ^~~~~~~ /kisskb/src/net/core/dev.c: In function 'netdev_adjacent_sysfs_add': /kisskb/src/net/core/dev.c:7910:7: note: byref variable will be forcibly initialized 7910 | char linkname[IFNAMSIZ+7]; | ^~~~~~~~ /kisskb/src/net/core/dev.c: In function 'netdev_adjacent_sysfs_del': /kisskb/src/net/core/dev.c:7921:7: note: byref variable will be forcibly initialized 7921 | char linkname[IFNAMSIZ+7]; | ^~~~~~~~ /kisskb/src/net/core/dev.c: In function '__netdev_upper_dev_link': /kisskb/src/net/core/dev.c:8096:42: note: byref variable will be forcibly initialized 8096 | struct netdev_notifier_changeupper_info changeupper_info = { | ^~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c: In function 'netdev_upper_dev_link': /kisskb/src/net/core/dev.c:8177:28: note: byref variable will be forcibly initialized 8177 | struct netdev_nested_priv priv = { | ^~~~ /kisskb/src/net/core/dev.c: In function 'netdev_master_upper_dev_link': /kisskb/src/net/core/dev.c:8206:28: note: byref variable will be forcibly initialized 8206 | struct netdev_nested_priv priv = { | ^~~~ /kisskb/src/net/core/dev.c: In function 'netdev_adjacent_change_prepare': /kisskb/src/net/core/dev.c:8300:28: note: byref variable will be forcibly initialized 8300 | struct netdev_nested_priv priv = { | ^~~~ /kisskb/src/net/core/dev.c: In function 'netdev_upper_dev_unlink': /kisskb/src/net/core/dev.c:8259:28: note: byref variable will be forcibly initialized 8259 | struct netdev_nested_priv priv = { | ^~~~ /kisskb/src/net/core/dev.c: In function 'netdev_adjacent_change_commit': /kisskb/src/net/core/dev.c:8327:28: note: byref variable will be forcibly initialized 8327 | struct netdev_nested_priv priv = { | ^~~~ /kisskb/src/net/core/dev.c: In function 'netdev_adjacent_change_abort': /kisskb/src/net/core/dev.c:8347:28: note: byref variable will be forcibly initialized 8347 | struct netdev_nested_priv priv = { | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/clk.h:270, from /kisskb/src/drivers/clk/clk.c:95: /kisskb/src/drivers/clk/clk.c: In function 'trace_event_raw_event_clk': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/clk.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 15 | DECLARE_EVENT_CLASS(clk, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 15 | DECLARE_EVENT_CLASS(clk, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c: In function 'dev_xdp_install': /kisskb/src/net/core/dev.c:9370:20: note: byref variable will be forcibly initialized 9370 | struct netdev_bpf xdp; | ^~~ /kisskb/src/drivers/clk/clk.c: In function 'trace_event_raw_event_clk_rate': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/clk.h:88:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 88 | DECLARE_EVENT_CLASS(clk_rate, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:88:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 88 | DECLARE_EVENT_CLASS(clk_rate, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'trace_event_raw_event_clk_rate_range': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/clk.h:135:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 135 | DECLARE_EVENT_CLASS(clk_rate_range, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:135:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 135 | DECLARE_EVENT_CLASS(clk_rate_range, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'trace_event_raw_event_clk_parent': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/clk.h:165:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 165 | DECLARE_EVENT_CLASS(clk_parent, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:165:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 165 | DECLARE_EVENT_CLASS(clk_parent, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'trace_event_raw_event_clk_phase': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/clk.h:198:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 198 | DECLARE_EVENT_CLASS(clk_phase, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:198:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 198 | DECLARE_EVENT_CLASS(clk_phase, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c: In function 'dev_xdp_attach': /kisskb/src/net/core/dev.c:9438:20: note: byref variable will be forcibly initialized 9438 | struct list_head *iter; | ^~~~ /kisskb/src/drivers/clk/clk.c: In function 'trace_event_raw_event_clk_duty_cycle': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/clk.h:231:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 231 | DECLARE_EVENT_CLASS(clk_duty_cycle, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/clk.h:231:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 231 | DECLARE_EVENT_CLASS(clk_duty_cycle, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c: In function 'netdev_sync_upper_features': /kisskb/src/net/core/dev.c:9819:20: note: byref variable will be forcibly initialized 9819 | netdev_features_t feature; | ^~~~~~~ /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; | ^~~~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/uaccess.h:8, from /kisskb/src/net/core/dev.c:71: /kisskb/src/net/core/dev.c: In function 'unregister_netdevice_many': /kisskb/src/net/core/dev.c:11026:12: note: byref variable will be forcibly initialized 11026 | LIST_HEAD(close_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/net/core/dev.c: In function 'unregister_netdevice_queue': /kisskb/src/net/core/dev.c:11008:13: note: byref variable will be forcibly initialized 11008 | LIST_HEAD(single); | ^~~~~~ /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/net/core/dev.c: In function '__dev_change_net_namespace': /kisskb/src/net/core/dev.c:11161:11: note: byref variable will be forcibly initialized 11161 | int err, new_nsid; | ^~~~~~~~ /kisskb/src/net/core/dev.c: In function 'default_device_exit': /kisskb/src/net/core/dev.c:11524:8: note: byref variable will be forcibly initialized 11524 | char fb_name[IFNAMSIZ]; | ^~~~~~~ /kisskb/src/net/core/dev.c: In function 'netdev_printk': /kisskb/src/net/core/dev.c:11463:10: note: byref variable will be forcibly initialized 11463 | va_list args; | ^~~~ /kisskb/src/net/core/dev.c:11462:19: note: byref variable will be forcibly initialized 11462 | struct va_format vaf; | ^~~ /kisskb/src/net/core/dev.c: In function 'netdev_emerg': /kisskb/src/net/core/dev.c:11480:10: note: byref variable will be forcibly initialized 11480 | va_list args; \ | ^~~~ /kisskb/src/net/core/dev.c:11493:1: note: in expansion of macro 'define_netdev_printk_level' 11493 | define_netdev_printk_level(netdev_emerg, KERN_EMERG); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c:11479:19: note: byref variable will be forcibly initialized 11479 | struct va_format vaf; \ | ^~~ /kisskb/src/net/core/dev.c:11493:1: note: in expansion of macro 'define_netdev_printk_level' 11493 | define_netdev_printk_level(netdev_emerg, KERN_EMERG); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c: In function 'netdev_alert': /kisskb/src/net/core/dev.c:11480:10: note: byref variable will be forcibly initialized 11480 | va_list args; \ | ^~~~ /kisskb/src/net/core/dev.c:11494:1: note: in expansion of macro 'define_netdev_printk_level' 11494 | define_netdev_printk_level(netdev_alert, KERN_ALERT); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c:11479:19: note: byref variable will be forcibly initialized 11479 | struct va_format vaf; \ | ^~~ /kisskb/src/net/core/dev.c:11494:1: note: in expansion of macro 'define_netdev_printk_level' 11494 | define_netdev_printk_level(netdev_alert, KERN_ALERT); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c: In function 'netdev_crit': /kisskb/src/drivers/clk/clk.c: In function 'clk_mux_determine_rate_flags': /kisskb/src/drivers/clk/clk.c:552:26: note: byref variable will be forcibly initialized 552 | struct clk_rate_request parent_req = *req; | ^~~~~~~~~~ /kisskb/src/net/core/dev.c:11480:10: note: byref variable will be forcibly initialized 11480 | va_list args; \ | ^~~~ /kisskb/src/net/core/dev.c:11495:1: note: in expansion of macro 'define_netdev_printk_level' 11495 | define_netdev_printk_level(netdev_crit, KERN_CRIT); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c:11479:19: note: byref variable will be forcibly initialized 11479 | struct va_format vaf; \ | ^~~ /kisskb/src/net/core/dev.c:11495:1: note: in expansion of macro 'define_netdev_printk_level' 11495 | define_netdev_printk_level(netdev_crit, KERN_CRIT); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c: In function 'netdev_err': /kisskb/src/net/core/dev.c:11480:10: note: byref variable will be forcibly initialized 11480 | va_list args; \ | ^~~~ /kisskb/src/net/core/dev.c:11496:1: note: in expansion of macro 'define_netdev_printk_level' 11496 | define_netdev_printk_level(netdev_err, KERN_ERR); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c:11479:19: note: byref variable will be forcibly initialized 11479 | struct va_format vaf; \ | ^~~ /kisskb/src/net/core/dev.c:11496:1: note: in expansion of macro 'define_netdev_printk_level' 11496 | define_netdev_printk_level(netdev_err, KERN_ERR); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_hw_round_rate': /kisskb/src/drivers/clk/clk.c:1436:26: note: byref variable will be forcibly initialized 1436 | struct clk_rate_request req; | ^~~ /kisskb/src/net/core/dev.c: In function 'netdev_warn': /kisskb/src/drivers/clk/clk.c: In function 'clk_round_rate': /kisskb/src/drivers/clk/clk.c:1460:26: note: byref variable will be forcibly initialized 1460 | struct clk_rate_request req; | ^~~ /kisskb/src/net/core/dev.c:11480:10: note: byref variable will be forcibly initialized 11480 | va_list args; \ | ^~~~ /kisskb/src/net/core/dev.c:11497:1: note: in expansion of macro 'define_netdev_printk_level' 11497 | define_netdev_printk_level(netdev_warn, KERN_WARNING); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c:11479:19: note: byref variable will be forcibly initialized 11479 | struct va_format vaf; \ | ^~~ /kisskb/src/net/core/dev.c:11497:1: note: in expansion of macro 'define_netdev_printk_level' 11497 | define_netdev_printk_level(netdev_warn, KERN_WARNING); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_core_req_round_rate_nolock': /kisskb/src/drivers/clk/clk.c:2150:26: note: byref variable will be forcibly initialized 2150 | struct clk_rate_request req; | ^~~ /kisskb/src/net/core/dev.c: In function 'netdev_notice': /kisskb/src/net/core/dev.c:11480:10: note: byref variable will be forcibly initialized 11480 | va_list args; \ | ^~~~ /kisskb/src/net/core/dev.c:11498:1: note: in expansion of macro 'define_netdev_printk_level' 11498 | define_netdev_printk_level(netdev_notice, KERN_NOTICE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c:11479:19: note: byref variable will be forcibly initialized 11479 | struct va_format vaf; \ | ^~~ /kisskb/src/net/core/dev.c:11498:1: note: in expansion of macro 'define_netdev_printk_level' 11498 | define_netdev_printk_level(netdev_notice, KERN_NOTICE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c: In function 'netdev_info': /kisskb/src/net/core/dev.c:11480:10: note: byref variable will be forcibly initialized 11480 | va_list args; \ | ^~~~ /kisskb/src/net/core/dev.c:11499:1: note: in expansion of macro 'define_netdev_printk_level' 11499 | define_netdev_printk_level(netdev_info, KERN_INFO); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/dev.c:11479:19: note: byref variable will be forcibly initialized 11479 | struct va_format vaf; \ | ^~~ /kisskb/src/net/core/dev.c:11499:1: note: in expansion of macro 'define_netdev_printk_level' 11499 | define_netdev_printk_level(netdev_info, KERN_INFO); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/uaccess.h:8, from /kisskb/src/net/core/dev.c:71: /kisskb/src/net/core/dev.c: In function 'default_device_exit_batch': /kisskb/src/net/core/dev.c:11585:12: note: byref variable will be forcibly initialized 11585 | LIST_HEAD(dev_kill_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/net/core/dev.c: In function 'skb_mac_gso_segment': /kisskb/src/net/core/dev.c:3328:6: note: byref variable will be forcibly initialized 3328 | int vlan_depth = skb->mac_len; | ^~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_set_duty_cycle': /kisskb/src/drivers/clk/clk.c:2832:18: note: byref variable will be forcibly initialized 2832 | struct clk_duty duty; | ^~~~ /kisskb/src/net/core/dev.c: In function '__dev_direct_xmit': /kisskb/src/net/core/dev.c:4275:7: note: byref variable will be forcibly initialized 4275 | bool again = false; | ^~~~~ /kisskb/src/net/core/dev_addr_lists.c: In function 'dev_addr_init': /kisskb/src/net/core/dev_addr_lists.c:529:16: note: byref variable will be forcibly initialized 529 | unsigned char addr[MAX_ADDR_LEN]; | ^~~~ /kisskb/src/net/core/dev.c: In function '__dev_queue_xmit': /kisskb/src/net/core/dev.c:4148:6: note: byref variable will be forcibly initialized 4148 | int rc = -ENOMEM; | ^~ /kisskb/src/drivers/clk/clk.c: In function '__clk_notify': /kisskb/src/drivers/clk/clk.c:1506:27: note: byref variable will be forcibly initialized 1506 | struct clk_notifier_data cnd; | ^~~ /kisskb/src/fs/nls/nls_utf8.c: In function 'char2uni': /kisskb/src/fs/nls/nls_utf8.c:32:12: note: byref variable will be forcibly initialized 32 | unicode_t u; | ^ /kisskb/src/net/core/dev.c: In function 'do_xdp_generic': /kisskb/src/net/core/dev.c:4871:19: note: byref variable will be forcibly initialized 4871 | struct xdp_buff xdp; | ^~~ /kisskb/src/net/core/dev.c: In function '__netif_receive_skb_core': /kisskb/src/net/core/dev.c:5255:18: note: byref variable will be forcibly initialized 5255 | struct sk_buff *skb = *pskb; | ^~~ /kisskb/src/net/core/dev.c:5253:30: note: byref variable will be forcibly initialized 5253 | struct packet_type *ptype, *pt_prev; | ^~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_calc_new_rates': /kisskb/src/drivers/clk/clk.c:1957:27: note: byref variable will be forcibly initialized 1957 | struct clk_rate_request req; | ^~~ /kisskb/src/drivers/clk/clk.c:1940:16: note: byref variable will be forcibly initialized 1940 | unsigned long max_rate; | ^~~~~~~~ /kisskb/src/drivers/clk/clk.c:1939:16: note: byref variable will be forcibly initialized 1939 | unsigned long min_rate; | ^~~~~~~~ /kisskb/src/net/core/dev.c: In function '__netif_receive_skb_one_core': /kisskb/src/net/core/dev.c:5457:22: note: byref variable will be forcibly initialized 5457 | struct packet_type *pt_prev = NULL; | ^~~~~~~ /kisskb/src/net/core/dev.c: In function 'netif_receive_skb_internal': /kisskb/src/net/core/dev.c:5652:34: note: byref variable will be forcibly initialized 5652 | struct rps_dev_flow voidflow, *rflow = &voidflow; | ^~~~~ /kisskb/src/net/core/dev.c:5652:23: note: byref variable will be forcibly initialized 5652 | struct rps_dev_flow voidflow, *rflow = &voidflow; | ^~~~~~~~ /kisskb/src/net/core/dev.c: In function '__netif_receive_skb_list_core': /kisskb/src/net/core/dev.c:5535:23: note: byref variable will be forcibly initialized 5535 | struct packet_type *pt_prev = NULL; | ^~~~~~~ /kisskb/src/net/core/dev.c:5530:18: note: byref variable will be forcibly initialized 5530 | struct sk_buff *skb, *next; | ^~~ /kisskb/src/net/core/dev.c:5529:19: note: byref variable will be forcibly initialized 5529 | struct list_head sublist; | ^~~~~~~ /kisskb/src/net/core/dev.c: In function '__netif_receive_skb_list': /kisskb/src/net/core/dev.c:5589:21: note: byref variable will be forcibly initialized 5589 | struct list_head sublist; | ^~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_dump_one': /kisskb/src/drivers/clk/clk.c:2998:26: note: byref variable will be forcibly initialized 2998 | unsigned long min_rate, max_rate; | ^~~~~~~~ /kisskb/src/drivers/clk/clk.c:2998:16: note: byref variable will be forcibly initialized 2998 | unsigned long min_rate, max_rate; | ^~~~~~~~ /kisskb/src/net/core/dev.c: In function 'netif_receive_skb_list_internal': /kisskb/src/net/core/dev.c:5685:35: note: byref variable will be forcibly initialized 5685 | struct rps_dev_flow voidflow, *rflow = &voidflow; | ^~~~~ /kisskb/src/net/core/dev.c:5685:24: note: byref variable will be forcibly initialized 5685 | struct rps_dev_flow voidflow, *rflow = &voidflow; | ^~~~~~~~ /kisskb/src/net/core/dev.c:5670:19: note: byref variable will be forcibly initialized 5670 | struct list_head sublist; | ^~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_max_rate_show': /kisskb/src/drivers/clk/clk.c:3248:26: note: byref variable will be forcibly initialized 3248 | unsigned long min_rate, max_rate; | ^~~~~~~~ /kisskb/src/drivers/clk/clk.c:3248:16: note: byref variable will be forcibly initialized 3248 | unsigned long min_rate, max_rate; | ^~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'clk_min_rate_show': /kisskb/src/drivers/clk/clk.c:3234:26: note: byref variable will be forcibly initialized 3234 | unsigned long min_rate, max_rate; | ^~~~~~~~ /kisskb/src/drivers/clk/clk.c:3234:16: note: byref variable will be forcibly initialized 3234 | unsigned long min_rate, max_rate; | ^~~~~~~~ In file included from /kisskb/src/drivers/clk/clk.c:17: /kisskb/src/drivers/clk/clk.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/net/core/dev.c: In function 'napi_threaded_poll': /kisskb/src/net/core/dev.c:7132:9: note: byref variable will be forcibly initialized 7132 | bool repoll = false; | ^~~~~~ /kisskb/src/net/core/dev.c: In function 'napi_poll': /kisskb/src/net/core/dev.c:7079:7: note: byref variable will be forcibly initialized 7079 | bool do_repoll = false; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/uaccess.h:8, from /kisskb/src/net/core/dev.c:71: /kisskb/src/net/core/dev.c: In function 'net_rx_action': /kisskb/src/net/core/dev.c:7158:12: note: byref variable will be forcibly initialized 7158 | LIST_HEAD(repoll); | ^~~~~~ /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/net/core/dev.c:7157:12: note: byref variable will be forcibly initialized 7157 | 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/net/core/dev.c: In function 'dev_change_name': /kisskb/src/net/core/dev.c:1215:7: note: byref variable will be forcibly initialized 1215 | char oldname[IFNAMSIZ]; | ^~~~~~~ /kisskb/src/net/core/dev.c: In function '__dev_notify_flags': /kisskb/src/net/core/dev.c:8838:38: note: byref variable will be forcibly initialized 8838 | struct netdev_notifier_change_info change_info = { | ^~~~~~~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'of_clk_get_parent_name': /kisskb/src/drivers/clk/clk.c:4932:6: note: byref variable will be forcibly initialized 4932 | u32 pv; | ^~ /kisskb/src/drivers/clk/clk.c:4930:14: note: byref variable will be forcibly initialized 4930 | const char *clk_name; | ^~~~~~~~ /kisskb/src/drivers/clk/clk.c:4928:25: note: byref variable will be forcibly initialized 4928 | struct of_phandle_args clkspec; | ^~~~~~~ /kisskb/src/net/core/dev.c: In function 'dev_set_mtu': /kisskb/src/net/core/dev.c:8952:25: note: byref variable will be forcibly initialized 8952 | struct netlink_ext_ack extack; | ^~~~~~ /kisskb/src/drivers/clk/clk.c: In function 'of_clk_get_hw': /kisskb/src/drivers/clk/clk.c:4863:25: note: byref variable will be forcibly initialized 4863 | struct of_phandle_args clkspec; | ^~~~~~~ /kisskb/src/net/core/dev.c: In function '__netdev_update_features': /kisskb/src/net/core/dev.c:9963:20: note: byref variable will be forcibly initialized 9963 | struct list_head *iter; | ^~~~ /kisskb/src/drivers/clk/clk.c: In function 'of_clk_detect_critical': /kisskb/src/drivers/clk/clk.c:5071:11: note: byref variable will be forcibly initialized 5071 | uint32_t idx; | ^~~ /kisskb/src/net/core/dev.c:9962:20: note: byref variable will be forcibly initialized 9962 | netdev_features_t features; | ^~~~~~~~ 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:5098:12: note: byref variable will be forcibly initialized 5098 | 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/drivers/clk/clk.c:5093:29: note: byref variable will be forcibly initialized 5093 | const struct of_device_id *match; | ^~~~~ /kisskb/src/net/core/dev.c: In function 'netdev_sync_lower_features': /kisskb/src/net/core/dev.c:9839:20: note: byref variable will be forcibly initialized 9839 | netdev_features_t feature; | ^~~~~~~ /kisskb/src/net/core/dev.c: In function 'dev_disable_lro': /kisskb/src/net/core/dev.c:1643:20: note: byref variable will be forcibly initialized 1643 | struct list_head *iter; | ^~~~ /kisskb/src/drivers/pci/irq.c: In function 'pci_request_irq': /kisskb/src/drivers/pci/irq.c:36:10: note: byref variable will be forcibly initialized 36 | va_list ap; | ^~ /kisskb/src/net/core/dev.c: In function 'netdev_run_todo': /kisskb/src/net/core/dev.c:10578:19: note: byref variable will be forcibly initialized 10578 | struct list_head unlink_list; | ^~~~~~~~~~~ /kisskb/src/net/core/dev.c:10576:19: note: byref variable will be forcibly initialized 10576 | struct list_head list; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/cpuhp.h:95, from /kisskb/src/kernel/cpu.c:39: /kisskb/src/kernel/cpu.c: In function 'trace_event_raw_event_cpuhp_enter': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(cpuhp_enter, | ^~~~~~~~~~~ /kisskb/src/kernel/cpu.c: In function 'trace_event_raw_event_cpuhp_multi_enter': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:37:1: note: in expansion of macro 'TRACE_EVENT' 37 | TRACE_EVENT(cpuhp_multi_enter, | ^~~~~~~~~~~ /kisskb/src/kernel/cpu.c: In function 'trace_event_raw_event_cpuhp_exit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/cpuhp.h:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | TRACE_EVENT(cpuhp_exit, | ^~~~~~~~~~~ /kisskb/src/kernel/cpu.c: In function 'cpuhp_invoke_callback_range': /kisskb/src/kernel/cpu.c:661:19: note: byref variable will be forcibly initialized 661 | enum cpuhp_state state; | ^~~~~ /kisskb/src/kernel/cpu.c: In function 'cpuhp_thread_fun': /kisskb/src/kernel/cpu.c:744:19: note: byref variable will be forcibly initialized 744 | enum cpuhp_state state; | ^~~~~ /kisskb/src/kernel/cpu.c: In function 'fail_store': /kisskb/src/kernel/cpu.c:2321:6: note: byref variable will be forcibly initialized 2321 | int fail, ret; | ^~~~ /kisskb/src/kernel/cpu.c: In function 'target_store': /kisskb/src/kernel/cpu.c:2273:6: note: byref variable will be forcibly initialized 2273 | int target, ret; | ^~~~~~ /kisskb/src/drivers/clk/clk-fixed-rate.c: In function '_of_fixed_clk_setup': /kisskb/src/drivers/clk/clk-fixed-rate.c:145:6: note: byref variable will be forcibly initialized 145 | u32 accuracy = 0; | ^~~~~~~~ /kisskb/src/drivers/clk/clk-fixed-rate.c:144:6: note: byref variable will be forcibly initialized 144 | u32 rate; | ^~~~ /kisskb/src/drivers/clk/clk-fixed-rate.c:143:14: note: byref variable will be forcibly initialized 143 | const char *clk_name = node->name; | ^~~~~~~~ /kisskb/src/kernel/trace/trace_printk.c: In function '__trace_bprintk': /kisskb/src/kernel/trace/trace_printk.c:203:10: note: byref variable will be forcibly initialized 203 | va_list ap; | ^~ /kisskb/src/kernel/trace/trace_printk.c: In function '__trace_printk': /kisskb/src/kernel/trace/trace_printk.c:233:10: note: byref variable will be forcibly initialized 233 | va_list ap; | ^~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/irq.h:166, from /kisskb/src/kernel/softirq.c:34: /kisskb/src/kernel/softirq.c: In function 'trace_event_raw_event_irq_handler_exit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:83:1: note: in expansion of macro 'TRACE_EVENT' 83 | TRACE_EVENT(irq_handler_exit, | ^~~~~~~~~~~ /kisskb/src/kernel/softirq.c: In function 'trace_event_raw_event_softirq': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/irq.h:103:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 103 | DECLARE_EVENT_CLASS(softirq, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/softirq.c: In function 'trace_event_raw_event_irq_handler_entry': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:53:1: note: in expansion of macro 'TRACE_EVENT' 53 | TRACE_EVENT(irq_handler_entry, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/irq.h:53:1: note: in expansion of macro 'TRACE_EVENT' 53 | TRACE_EVENT(irq_handler_entry, | ^~~~~~~~~~~ /kisskb/src/drivers/video/backlight/aat2870_bl.c: In function 'aat2870_bl_probe': /kisskb/src/drivers/video/backlight/aat2870_bl.c:114:30: note: byref variable will be forcibly initialized 114 | struct backlight_properties props; | ^~~~~ /kisskb/src/fs/overlayfs/copy_up.c: In function 'ovl_copy_up_data': /kisskb/src/fs/overlayfs/copy_up.c:192:9: note: byref variable will be forcibly initialized 192 | loff_t new_pos = 0; | ^~~~~~~ /kisskb/src/fs/overlayfs/copy_up.c:191:9: note: byref variable will be forcibly initialized 191 | loff_t old_pos = 0; | ^~~~~~~ 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:717, 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:887:2: note: in expansion of macro 'wait_var_event' 887 | 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:868:3: note: in expansion of macro 'wait_var_event' 868 | wait_var_event(&t->state, !test_bit(TASKLET_STATE_SCHED, &t->state)); | ^~~~~~~~~~~~~~ /kisskb/src/fs/overlayfs/copy_up.c: In function 'ovl_copy_up_meta_inode_data': /kisskb/src/fs/overlayfs/copy_up.c:887:8: note: byref variable will be forcibly initialized 887 | char *capability = NULL; | ^~~~~~~~~~ /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 = { | ^~~~ /kisskb/src/fs/overlayfs/copy_up.c: In function 'ovl_encode_real_fh': /kisskb/src/fs/overlayfs/copy_up.c:336:15: note: byref variable will be forcibly initialized 336 | int fh_type, dwords; | ^~~~~~ 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_tmpfile': /kisskb/src/fs/overlayfs/copy_up.c:719:22: note: byref variable will be forcibly initialized 719 | struct ovl_cu_creds cc; | ^~ /kisskb/src/fs/overlayfs/copy_up.c: In function 'ovl_copy_up_workdir': /kisskb/src/fs/overlayfs/copy_up.c:652:22: note: byref variable will be forcibly initialized 652 | struct ovl_cu_creds cc; | ^~ /kisskb/src/fs/overlayfs/copy_up.c: In function 'ovl_copy_up_one': /kisskb/src/fs/overlayfs/copy_up.c: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/vpd.c: In function 'pci_vpd_find_ro_info_keyword': /kisskb/src/drivers/pci/vpd.c:467:15: note: byref variable will be forcibly initialized 467 | unsigned int ro_len, infokw_size; | ^~~~~~ /kisskb/src/drivers/pci/vpd.c: In function 'pci_vpd_check_csum': /kisskb/src/drivers/pci/vpd.c:493:15: note: byref variable will be forcibly initialized 493 | unsigned int size; | ^~~~ /kisskb/src/drivers/pci/vpd.c: In function 'pci_vpd_wait': /kisskb/src/drivers/pci/vpd.c:131:6: note: byref variable will be forcibly initialized 131 | u16 status; | ^~~~~~ /kisskb/src/drivers/pci/vpd.c: In function 'pci_vpd_read': /kisskb/src/drivers/pci/vpd.c:184:7: note: byref variable will be forcibly initialized 184 | u32 val; | ^~~ /kisskb/src/drivers/pci/vpd.c: In function 'pci_vpd_size': /kisskb/src/drivers/pci/vpd.c:58:21: note: byref variable will be forcibly initialized 58 | unsigned char tag, header[1+2]; /* 1 byte tag, 2 bytes length */ | ^~~~~~ /kisskb/src/drivers/pci/vc.c: In function 'pci_vc_load_arb_table': /kisskb/src/drivers/pci/vc.c:50:6: note: byref variable will be forcibly initialized 50 | u16 ctrl; | ^~~~ /kisskb/src/drivers/pci/vc.c: In function 'pci_vc_load_port_arb_table': /kisskb/src/drivers/pci/vc.c:75:6: note: byref variable will be forcibly initialized 75 | u32 ctrl; | ^~~~ /kisskb/src/drivers/pci/vc.c: In function 'pci_vc_enable': /kisskb/src/drivers/pci/vc.c:106:26: note: byref variable will be forcibly initialized 106 | u32 ctrl, header, cap1, ctrl2; | ^~~~~ /kisskb/src/drivers/pci/vc.c:106:20: note: byref variable will be forcibly initialized 106 | u32 ctrl, header, cap1, ctrl2; | ^~~~ /kisskb/src/drivers/pci/vc.c:106:12: note: byref variable will be forcibly initialized 106 | u32 ctrl, header, cap1, ctrl2; | ^~~~~~ /kisskb/src/drivers/pci/vc.c:106:6: note: byref variable will be forcibly initialized 106 | u32 ctrl, header, cap1, ctrl2; | ^~~~ /kisskb/src/drivers/pci/vc.c: In function 'pci_vc_do_save_buffer': /kisskb/src/drivers/pci/vc.c:314:9: note: byref variable will be forcibly initialized 314 | u32 tmp, ctrl = *(u32 *)buf; | ^~~ /kisskb/src/drivers/pci/vc.c:275:7: note: byref variable will be forcibly initialized 275 | u32 cap; | ^~~ /kisskb/src/drivers/pci/vc.c:230:7: note: byref variable will be forcibly initialized 230 | u32 cap2; | ^~~~ /kisskb/src/drivers/pci/vc.c:188:6: note: byref variable will be forcibly initialized 188 | u32 cap1; | ^~~~ /kisskb/src/kernel/exit.c: In function '__exit_signal': /kisskb/src/kernel/exit.c:98:13: note: byref variable will be forcibly initialized 98 | u64 utime, stime; | ^~~~~ /kisskb/src/kernel/exit.c:98:6: note: byref variable will be forcibly initialized 98 | u64 utime, stime; | ^~~~~ /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; | ^~~~ /kisskb/src/drivers/pci/mmap.c: In function 'pci_mmap_page_range': /kisskb/src/drivers/pci/mmap.c:26:25: note: byref variable will be forcibly initialized 26 | resource_size_t start, end; | ^~~ /kisskb/src/drivers/pci/mmap.c:26:18: note: byref variable will be forcibly initialized 26 | resource_size_t start, end; | ^~~~~ In file included from /kisskb/src/fs/ext4/ext4_jbd2.h:17, from /kisskb/src/fs/ext4/inode.c:45: /kisskb/src/fs/ext4/inode.c: In function 'ext4_chksum': /kisskb/src/fs/ext4/ext4.h:2446:4: note: byref variable will be forcibly initialized 2446 | } desc; | ^~~~ /kisskb/src/drivers/pci/setup-bus.c: In function 'pci_setup_cardbus': /kisskb/src/drivers/pci/setup-bus.c:510:24: note: byref variable will be forcibly initialized 510 | struct pci_bus_region region; | ^~~~~~ /kisskb/src/drivers/pci/setup-bus.c: In function 'pci_setup_bridge_mmio': /kisskb/src/drivers/pci/setup-bus.c:614:24: note: byref variable will be forcibly initialized 614 | struct pci_bus_region region; | ^~~~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_inode_csum': /kisskb/src/fs/ext4/inode.c:57:8: note: byref variable will be forcibly initialized 57 | __u16 dummy_csum = 0; | ^~~~~~~~~~ /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:580:6: note: byref variable will be forcibly initialized 580 | u16 l; | ^ /kisskb/src/drivers/pci/setup-bus.c:577:24: note: byref variable will be forcibly initialized 577 | struct pci_bus_region region; | ^~~~~~ /kisskb/src/drivers/pci/setup-bus.c: In function 'pci_bus_size_cardbus': /kisskb/src/drivers/pci/setup-bus.c:1116:6: note: byref variable will be forcibly initialized 1116 | u16 ctrl; | ^~~~ 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/drivers/pci/setup-bus.c: In function 'adjust_bridge_window': /kisskb/src/drivers/pci/setup-bus.c:1865:18: note: byref variable will be forcibly initialized 1865 | resource_size_t add_size, size = resource_size(res); | ^~~~~~~~ /kisskb/src/kernel/exit.c: In function 'wait_task_zombie': /kisskb/src/kernel/exit.c:1044:16: note: byref variable will be forcibly initialized 1044 | u64 tgutime, tgstime; | ^~~~~~~ /kisskb/src/kernel/exit.c:1044:7: note: byref variable will be forcibly initialized 1044 | u64 tgutime, tgstime; | ^~~~~~~ /kisskb/src/drivers/pci/setup-bus.c: In function 'pbus_size_mem': /kisskb/src/drivers/pci/setup-bus.c:997:18: note: byref variable will be forcibly initialized 997 | resource_size_t aligns[18]; /* Alignments from 1MB to 128GB */ | ^~~~~~ /kisskb/src/drivers/pci/setup-bus.c: In function '__dev_sort_resources': /kisskb/src/drivers/pci/setup-bus.c:188:7: note: byref variable will be forcibly initialized 188 | u16 command; | ^~~~~~~ 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) | ^~~~ /kisskb/src/kernel/exit.c: In function 'kernel_waitid': /kisskb/src/kernel/exit.c:1557:15: note: byref variable will be forcibly initialized 1557 | unsigned int f_flags = 0; | ^~~~~~~ /kisskb/src/kernel/exit.c:1553:19: note: byref variable will be forcibly initialized 1553 | struct wait_opts wo; | ^~ /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/kernel/exit.c: In function '__do_sys_waitid': /kisskb/src/kernel/exit.c:1619:16: note: byref variable will be forcibly initialized 1619 | struct rusage r; | ^ /kisskb/src/fs/ext4/inode.c: In function 'ext4_iomap_is_delalloc': /kisskb/src/fs/ext4/inode.c:3473:23: note: byref variable will be forcibly initialized 3473 | struct extent_status es; | ^~ /kisskb/src/kernel/exit.c: In function 'kernel_wait4': /kisskb/src/kernel/exit.c:1652:19: note: byref variable will be forcibly initialized 1652 | struct wait_opts wo; | ^~ /kisskb/src/kernel/exit.c: In function '__do_sys_wait4': /kisskb/src/kernel/exit.c:1711:16: note: byref variable will be forcibly initialized 1711 | struct rusage r; | ^ /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_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/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_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/ext4/inode.c: In function 'mpage_prepare_extent_to_map': /kisskb/src/fs/ext4/inode.c:2555:10: note: byref variable will be forcibly initialized 2555 | pgoff_t index = mpd->first_page; | ^~~~~ /kisskb/src/fs/ext4/inode.c:2552:17: note: byref variable will be forcibly initialized 2552 | struct pagevec pvec; | ^~~~ /kisskb/src/fs/ext4/inode.c: In function 'mpage_map_and_submit_buffers': /kisskb/src/fs/ext4/inode.c:2317:7: note: byref variable will be forcibly initialized 2317 | bool map_bh = false; | ^~~~~~ /kisskb/src/fs/ext4/inode.c:2315:15: note: byref variable will be forcibly initialized 2315 | ext4_fsblk_t pblock; | ^~~~~~ /kisskb/src/fs/ext4/inode.c:2314:14: note: byref variable will be forcibly initialized 2314 | ext4_lblk_t lblk; | ^~~~ /kisskb/src/fs/ext4/inode.c:2313:10: note: byref variable will be forcibly initialized 2313 | pgoff_t start, end; | ^~~~~ /kisskb/src/fs/ext4/inode.c:2309:17: note: byref variable will be forcibly initialized 2309 | struct pagevec pvec; | ^~~~ /kisskb/src/fs/ext4/inode.c: In function 'mpage_release_unused_pages': /kisskb/src/fs/ext4/inode.c:1547:17: note: byref variable will be forcibly initialized 1547 | struct pagevec pvec; | ^~~~ /kisskb/src/fs/ext4/inode.c:1546:10: note: byref variable will be forcibly initialized 1546 | pgoff_t index, end; | ^~~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_try_to_expand_extra_isize': /kisskb/src/fs/ext4/inode.c:5787:6: note: byref variable will be forcibly initialized 5787 | int no_expand; | ^~~~~~~~~ /kisskb/src/fs/ext4/inode.c: In function '__ext4_get_inode_loc': /kisskb/src/fs/ext4/inode.c:4394:19: note: byref variable will be forcibly initialized 4394 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/ext4/inode.c: In function '__ext4_get_inode_loc_noinmem': /kisskb/src/fs/ext4/inode.c:4526:15: note: byref variable will be forcibly initialized 4526 | ext4_fsblk_t err_blk; | ^~~~~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_map_blocks': /kisskb/src/fs/ext4/inode.c:504:23: note: byref variable will be forcibly initialized 504 | struct extent_status es; | ^~ /kisskb/src/fs/ext4/inode.c: In function '_ext4_get_block': /kisskb/src/fs/ext4/inode.c:784:25: note: byref variable will be forcibly initialized 784 | struct ext4_map_blocks map; | ^~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_iomap_begin_report': /kisskb/src/fs/ext4/inode.c:3499:25: note: byref variable will be forcibly initialized 3499 | struct ext4_map_blocks map; | ^~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_getblk': /kisskb/src/fs/ext4/inode.c:837:25: note: byref variable will be forcibly initialized 837 | struct ext4_map_blocks map; | ^~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_da_map_blocks': /kisskb/src/fs/ext4/inode.c:1689:23: note: byref variable will be forcibly initialized 1689 | struct extent_status es; | ^~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_da_get_block_prep': /kisskb/src/fs/ext4/inode.c:1813:25: note: byref variable will be forcibly initialized 1813 | struct ext4_map_blocks map; | ^~~ In file included from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/ext4/inode.c:22: /kisskb/src/fs/ext4/inode.c: In function 'ext4_break_layouts': /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/fs/ext4/inode.c:3913:11: note: in expansion of macro '___wait_var_event' 3913 | error = ___wait_var_event(&page->_refcount, | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_get_inode_loc': /kisskb/src/fs/ext4/inode.c:4541:15: note: byref variable will be forcibly initialized 4541 | ext4_fsblk_t err_blk; | ^~~~~~~ /kisskb/src/fs/ext4/inode.c: In function '__ext4_iget': /kisskb/src/fs/ext4/inode.c:4761:10: note: byref variable will be forcibly initialized 4761 | __le32 gen = raw_inode->i_generation; | ^~~ /kisskb/src/fs/ext4/inode.c:4760:10: note: byref variable will be forcibly initialized 4760 | __le32 inum = cpu_to_le32(inode->i_ino); | ^~~~ /kisskb/src/fs/ext4/inode.c:4684:19: note: byref variable will be forcibly initialized 4684 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_write_inode': /kisskb/src/fs/ext4/inode.c:5196:20: note: byref variable will be forcibly initialized 5196 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_iomap_alloc': /kisskb/src/fs/ext4/inode.c:3326:37: note: byref variable will be forcibly initialized 3326 | int ret, dio_credits, m_flags = 0, retries = 0; | ^~~~~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_iomap_begin': /kisskb/src/fs/ext4/inode.c:3387:25: note: byref variable will be forcibly initialized 3387 | struct ext4_map_blocks map; | ^~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_expand_extra_isize': /kisskb/src/fs/ext4/inode.c:5821:6: note: byref variable will be forcibly initialized 5821 | int no_expand; | ^~~~~~~~~ /kisskb/src/fs/ext4/inode.c: In function '__ext4_mark_inode_dirty': /kisskb/src/fs/ext4/inode.c:5876:19: note: byref variable will be forcibly initialized 5876 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_writepages': /kisskb/src/fs/ext4/inode.c:2650:7: note: byref variable will be forcibly initialized 2650 | bool give_up_on_write = false; | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/inode.c:2649:18: note: byref variable will be forcibly initialized 2649 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/ext4/inode.c:2645:23: note: byref variable will be forcibly initialized 2645 | struct mpage_da_data mpd; | ^~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_writepage': /kisskb/src/fs/ext4/inode.c:1994:24: note: byref variable will be forcibly initialized 1994 | struct ext4_io_submit io_submit; | ^~~~~~~~~ In file included from /kisskb/src/fs/pipe.c:11: /kisskb/src/fs/pipe.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_truncate': /kisskb/src/fs/ext4/inode.c:4156:7: note: byref variable will be forcibly initialized 4156 | int has_inline = 1; | ^~~~~~~~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_write_begin': /kisskb/src/fs/ext4/inode.c:1139:6: note: byref variable will be forcibly initialized 1139 | int retries = 0; | ^~~~~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_da_write_begin': /kisskb/src/fs/ext4/inode.c:2928:11: note: byref variable will be forcibly initialized 2928 | int ret, retries = 0; | ^~~~~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_evict_inode': /kisskb/src/fs/ext4/inode.c:177:33: note: byref variable will be forcibly initialized 177 | struct ext4_xattr_inode_array *ea_inode_array = NULL; | ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/fs/pipe.c:8: /kisskb/src/fs/pipe.c: In function 'pipe_write': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:591:2: note: in expansion of macro '___wait_event' 591 | ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:599:11: note: in expansion of macro '__wait_event_interruptible_exclusive' 599 | __ret = __wait_event_interruptible_exclusive(wq, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c:569:3: note: in expansion of macro 'wait_event_interruptible_exclusive' 569 | wait_event_interruptible_exclusive(pipe->wr_wait, pipe_writable(pipe)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_journalled_write_end': /kisskb/src/fs/ext4/inode.c:1387:6: note: byref variable will be forcibly initialized 1387 | int partial = 0; | ^~~~~~~ /kisskb/src/fs/pipe.c: In function 'pipe_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:591:2: note: in expansion of macro '___wait_event' 591 | ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:599:11: note: in expansion of macro '__wait_event_interruptible_exclusive' 599 | __ret = __wait_event_interruptible_exclusive(wq, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c:376:7: note: in expansion of macro 'wait_event_interruptible_exclusive' 376 | if (wait_event_interruptible_exclusive(pipe->rd_wait, pipe_readable(pipe)) < 0) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c:261:30: note: byref variable will be forcibly initialized 261 | struct watch_notification n; | ^ /kisskb/src/fs/ntfs/unistr.c: In function 'ntfs_nlstoucs': /kisskb/src/fs/ntfs/unistr.c:250:10: note: byref variable will be forcibly initialized 250 | wchar_t wc; | ^~ /kisskb/src/drivers/pci/setup-irq.c: In function 'pci_assign_irq': /kisskb/src/drivers/pci/setup-irq.c:20:5: note: byref variable will be forcibly initialized 20 | u8 pin; | ^~~ /kisskb/src/fs/ext4/inode.c: In function 'ext4_page_mkwrite': /kisskb/src/fs/ext4/inode.c:6031:6: note: byref variable will be forcibly initialized 6031 | int retries = 0; | ^~~~~~~ /kisskb/src/fs/pipe.c: In function 'do_pipe2': /kisskb/src/fs/pipe.c:1003:6: note: byref variable will be forcibly initialized 1003 | int fd[2]; | ^~ /kisskb/src/fs/pipe.c:1002:15: note: byref variable will be forcibly initialized 1002 | struct file *files[2]; | ^~~~~ /kisskb/src/fs/pipe.c: In function 'do_pipe_flags': /kisskb/src/fs/pipe.c:987:15: note: byref variable will be forcibly initialized 987 | struct file *files[2]; | ^~~~~ 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:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c:1044:2: note: in expansion of macro 'wait_event_interruptible' 1044 | wait_event_interruptible(pipe->rd_wait, pipe_readable(pipe)); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c: In function 'pipe_wait_writable': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/pipe.c:1051:2: note: in expansion of macro 'wait_event_interruptible' 1051 | wait_event_interruptible(pipe->wr_wait, pipe_writable(pipe)); | ^~~~~~~~~~~~~~~~~~~~~~~~ /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; | ^~~~~ In file included from /kisskb/src/fs/jfs/jfs_dmap.c:8: /kisskb/src/fs/jfs/jfs_dmap.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/fs/fcntl.c: In function 'fcntl_rw_hint': /kisskb/src/fs/fcntl.c:291:6: note: byref variable will be forcibly initialized 291 | u64 h; | ^ /kisskb/src/fs/jfs/jfs_dmap.c: In function 'dbFindCtl': /kisskb/src/fs/jfs/jfs_dmap.c:1716:10: note: byref variable will be forcibly initialized 1716 | int rc, leafidx, lev; | ^~~~~~~ /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 'do_fcntl': /kisskb/src/fs/fcntl.c:335:15: note: byref variable will be forcibly initialized 335 | struct flock flock; | ^~~~~ /kisskb/src/fs/jfs/jfs_dmap.c: In function 'dbAllocDmapLev': /kisskb/src/fs/jfs/jfs_dmap.c:1988:6: note: byref variable will be forcibly initialized 1988 | int leafidx, rc; | ^~~~~~~ /kisskb/src/fs/jfs/jfs_dmap.c: In function 'dbAllocAG': /kisskb/src/fs/jfs/jfs_dmap.c:1358:6: note: byref variable will be forcibly initialized 1358 | s64 blkno, lblkno; | ^~~~~ /kisskb/src/fs/jfs/jfs_dmap.c: In function 'dbAllocAny': /kisskb/src/fs/jfs/jfs_dmap.c:1554:6: note: byref variable will be forcibly initialized 1554 | s64 blkno = 0; | ^~~~~ /kisskb/src/fs/jfs/jfs_dmap.c: In function 'dbDiscardAG': /kisskb/src/fs/jfs/jfs_dmap.c:1610:15: note: byref variable will be forcibly initialized 1610 | s64 nblocks, blkno; | ^~~~~ /kisskb/src/drivers/pci/msi.c: In function 'pci_msi_vec_count': /kisskb/src/drivers/pci/msi.c:847:6: note: byref variable will be forcibly initialized 847 | u16 msgctl; | ^~~~~~ /kisskb/src/drivers/pci/msi.c: In function 'pci_msix_vec_count': /kisskb/src/drivers/pci/msi.c:901:6: note: byref variable will be forcibly initialized 901 | u16 control; | ^~~~~~~ /kisskb/src/drivers/pci/msi.c: In function 'pci_msi_set_enable': /kisskb/src/drivers/pci/msi.c:397:6: note: byref variable will be forcibly initialized 397 | u16 control; | ^~~~~~~ /kisskb/src/drivers/pci/msi.c: In function 'pci_msix_clear_and_set_ctrl': /kisskb/src/drivers/pci/msi.c:429:6: note: byref variable will be forcibly initialized 429 | u16 ctrl; | ^~~~ /kisskb/src/drivers/pci/msi.c: In function 'msi_setup_entry': /kisskb/src/drivers/pci/msi.c:469:6: note: byref variable will be forcibly initialized 469 | u16 control; | ^~~~~~~ /kisskb/src/drivers/pci/msi.c: In function 'msix_map_region': /kisskb/src/drivers/pci/msi.c:591:6: note: byref variable will be forcibly initialized 591 | u32 table_offset; | ^~~~~~~~~~~~ /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/drivers/pci/msi.c: In function 'msix_capability_init': /kisskb/src/drivers/pci/msi.c:706:6: note: byref variable will be forcibly initialized 706 | u16 control; | ^~~~~~~ /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/drivers/pci/msi.c: In function '__pci_read_msi_msg': /kisskb/src/drivers/pci/msi.c:270:7: note: byref variable will be forcibly initialized 270 | u16 data; | ^~~~ /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/drivers/pci/msi.c: In function '__pci_write_msi_msg': /kisskb/src/drivers/pci/msi.c:322:7: note: byref variable will be forcibly initialized 322 | u16 msgctl; | ^~~~~~ /kisskb/src/drivers/pci/msi.c: In function '__pci_restore_msi_state': /kisskb/src/drivers/pci/msi.c:408:6: note: byref variable will be forcibly initialized 408 | u16 control; | ^~~~~~~ /kisskb/src/drivers/pci/msi.c: In function 'pci_msi_domain_get_msi_rid': /kisskb/src/drivers/pci/msi.c:1463:6: note: byref variable will be forcibly initialized 1463 | u32 rid = pci_dev_id(pdev); | ^~~ /kisskb/src/drivers/pci/msi.c: In function 'pci_msi_get_device_domain': /kisskb/src/drivers/pci/msi.c:1486:6: note: byref variable will be forcibly initialized 1486 | u32 rid = pci_dev_id(pdev); | ^~~ /kisskb/src/drivers/pci/msi.c: In function 'pci_msi_init': /kisskb/src/drivers/pci/msi.c:1522:6: note: byref variable will be forcibly initialized 1522 | u16 ctrl; | ^~~~ /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; | ^~~~~~~ /kisskb/src/drivers/pci/msi.c: In function 'pci_msix_init': /kisskb/src/drivers/pci/msi.c:1544:6: note: byref variable will be forcibly initialized 1544 | u16 ctrl; | ^~~~ /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/fs/ioctl.c: In function 'ioctl_fibmap': /kisskb/src/fs/ioctl.c:64:11: note: byref variable will be forcibly initialized 64 | sector_t block; | ^~~~~ /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; | ^~ In file included from /kisskb/src/fs/jfs/jfs_unicode.c:7: /kisskb/src/fs/jfs/jfs_unicode.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /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 'do_vfs_ioctl': /kisskb/src/fs/ioctl.c:800:11: note: byref variable will be forcibly initialized 800 | loff_t res = inode_get_bytes(inode); | ^~~ In file included from /kisskb/src/fs/namei.c:21: /kisskb/src/fs/namei.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/kernel/trace/pid_list.c: In function 'pid_list_refill_irq': /kisskb/src/kernel/trace/pid_list.c:337:21: note: byref variable will be forcibly initialized 337 | union lower_chunk *lower = NULL; | ^~~~~ /kisskb/src/kernel/trace/pid_list.c:336:21: note: byref variable will be forcibly initialized 336 | union upper_chunk *upper = NULL; | ^~~~~ /kisskb/src/fs/namei.c: In function 'follow_down': /kisskb/src/fs/namei.c:1412:7: note: byref variable will be forcibly initialized 1412 | bool jumped; | ^~~~~~ /kisskb/src/kernel/trace/pid_list.c: In function 'trace_pid_list_is_set': /kisskb/src/kernel/trace/pid_list.c:136:15: note: byref variable will be forcibly initialized 136 | unsigned int lower; | ^~~~~ /kisskb/src/kernel/trace/pid_list.c:135:15: note: byref variable will be forcibly initialized 135 | unsigned int upper2; | ^~~~~~ /kisskb/src/kernel/trace/pid_list.c:134:15: note: byref variable will be forcibly initialized 134 | unsigned int upper1; | ^~~~~~ /kisskb/src/kernel/trace/pid_list.c: In function 'trace_pid_list_set': /kisskb/src/kernel/trace/pid_list.c:175:15: note: byref variable will be forcibly initialized 175 | unsigned int lower; | ^~~~~ /kisskb/src/kernel/trace/pid_list.c:174:15: note: byref variable will be forcibly initialized 174 | unsigned int upper2; | ^~~~~~ /kisskb/src/kernel/trace/pid_list.c:173:15: note: byref variable will be forcibly initialized 173 | unsigned int upper1; | ^~~~~~ /kisskb/src/kernel/trace/pid_list.c: In function 'trace_pid_list_clear': /kisskb/src/kernel/trace/pid_list.c:228:15: note: byref variable will be forcibly initialized 228 | unsigned int lower; | ^~~~~ /kisskb/src/kernel/trace/pid_list.c:227:15: note: byref variable will be forcibly initialized 227 | unsigned int upper2; | ^~~~~~ /kisskb/src/kernel/trace/pid_list.c:226:15: note: byref variable will be forcibly initialized 226 | unsigned int upper1; | ^~~~~~ /kisskb/src/kernel/trace/pid_list.c: In function 'trace_pid_list_next': /kisskb/src/kernel/trace/pid_list.c:281:15: note: byref variable will be forcibly initialized 281 | unsigned int lower; | ^~~~~ /kisskb/src/kernel/trace/pid_list.c:280:15: note: byref variable will be forcibly initialized 280 | unsigned int upper2; | ^~~~~~ /kisskb/src/kernel/trace/pid_list.c:279:15: note: byref variable will be forcibly initialized 279 | unsigned int upper1; | ^~~~~~ /kisskb/src/fs/namei.c: In function 'follow_dotdot_rcu': /kisskb/src/fs/namei.c:1839:12: note: byref variable will be forcibly initialized 1839 | unsigned seq; | ^~~ /kisskb/src/fs/namei.c:1838:15: note: byref variable will be forcibly initialized 1838 | struct path path; | ^~~~ /kisskb/src/fs/namei.c: In function 'choose_mountpoint': /kisskb/src/fs/namei.c:1265:12: note: byref variable will be forcibly initialized 1265 | unsigned seq, mseq = read_seqbegin(&mount_lock); | ^~~ /kisskb/src/fs/namei.c: In function 'follow_dotdot': /kisskb/src/fs/namei.c:1878:15: note: byref variable will be forcibly initialized 1878 | struct path path; | ^~~~ /kisskb/src/fs/namei.c: In function 'lookup_fast': /kisskb/src/fs/namei.c:1579:12: note: byref variable will be forcibly initialized 1579 | unsigned seq; | ^~~ 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:1636:34: note: byref variable will be forcibly initialized 1636 | 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 'handle_mounts': /kisskb/src/fs/namei.c:1477:7: note: byref variable will be forcibly initialized 1477 | bool jumped; | ^~~~~~ /kisskb/src/fs/namei.c: In function 'step_into': /kisskb/src/fs/namei.c:1799:14: note: byref variable will be forcibly initialized 1799 | struct path path; | ^~~~ /kisskb/src/fs/namei.c: In function 'handle_dots': /kisskb/src/fs/namei.c:1912:12: note: byref variable will be forcibly initialized 1912 | unsigned seq; | ^~~ /kisskb/src/fs/namei.c:1911:17: note: byref variable will be forcibly initialized 1911 | struct inode *inode; | ^~~~~ /kisskb/src/fs/namei.c: In function 'walk_component': /kisskb/src/fs/namei.c:1955:11: note: byref variable will be forcibly initialized 1955 | unsigned seq; | ^~~ /kisskb/src/fs/namei.c:1954:16: note: byref variable will be forcibly initialized 1954 | struct inode *inode; | ^~~~~ /kisskb/src/fs/namei.c: In function 'link_path_walk': /kisskb/src/fs/namei.c:2260:17: note: byref variable will be forcibly initialized 2260 | struct qstr this = { { .hash_len = hash_len }, .name = name }; | ^~~~ /kisskb/src/fs/namei.c: In function 'filename_parentat': /kisskb/src/fs/namei.c:2514:19: note: byref variable will be forcibly initialized 2514 | struct nameidata nd; | ^~ /kisskb/src/fs/namei.c: In function 'try_lookup_one_len': /kisskb/src/fs/namei.c:2649:14: note: byref variable will be forcibly initialized 2649 | struct qstr this; | ^~~~ /kisskb/src/fs/namei.c: In function 'lookup_one_len': /kisskb/src/fs/namei.c:2676:14: note: byref variable will be forcibly initialized 2676 | struct qstr this; | ^~~~ /kisskb/src/fs/namei.c: In function 'lookup_one': /kisskb/src/fs/namei.c:2706:14: note: byref variable will be forcibly initialized 2706 | struct qstr this; | ^~~~ /kisskb/src/fs/namei.c: In function 'lookup_one_len_unlocked': /kisskb/src/fs/namei.c:2735:14: note: byref variable will be forcibly initialized 2735 | struct qstr this; | ^~~~ /kisskb/src/fs/namei.c: In function '__kern_path_locked': /kisskb/src/fs/namei.c:2538:6: note: byref variable will be forcibly initialized 2538 | int type, error; | ^~~~ /kisskb/src/fs/namei.c:2537:14: note: byref variable will be forcibly initialized 2537 | struct qstr last; | ^~~~ /kisskb/src/fs/namei.c: In function 'do_o_path': /kisskb/src/fs/namei.c:3529:14: note: byref variable will be forcibly initialized 3529 | struct path path; | ^~~~ /kisskb/src/fs/namei.c: In function 'filename_create': /kisskb/src/fs/namei.c:3626:6: note: byref variable will be forcibly initialized 3626 | int type; | ^~~~ /kisskb/src/fs/namei.c:3625:14: note: byref variable will be forcibly initialized 3625 | struct qstr last; | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/namei.c:21: /kisskb/src/fs/namei.c: In function 'lookup_open': /kisskb/src/fs/namei.c:3195:34: note: byref variable will be forcibly initialized 3195 | 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) | ^~~~ In file included from /kisskb/src/include/linux/vmalloc.h:11, from /kisskb/src/kernel/trace/tracing_map.c:14: /kisskb/src/kernel/trace/tracing_map.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:135:6: note: in expansion of macro 'check_mul_overflow' 135 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:135:6: note: in expansion of macro 'check_mul_overflow' 135 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:133:9: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/fs/namei.c: In function 'open_last_lookups': /kisskb/src/fs/namei.c:3303:16: note: byref variable will be forcibly initialized 3303 | struct inode *inode; | ^~~~~ /kisskb/src/fs/namei.c:3302:11: note: byref variable will be forcibly initialized 3302 | unsigned seq; | ^~~ In file included from /kisskb/src/kernel/trace/tracing_map.c:16: /kisskb/src/kernel/trace/tracing_map.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/fs/namei.c: In function 'vfs_rename': /kisskb/src/fs/namei.c:4542:23: note: byref variable will be forcibly initialized 4542 | struct name_snapshot old_name; | ^~~~~~~~ /kisskb/src/fs/namei.c: In function '__page_symlink': /kisskb/src/fs/namei.c:4962:8: note: byref variable will be forcibly initialized 4962 | void *fsdata; | ^~~~~~ /kisskb/src/fs/namei.c:4961:15: note: byref variable will be forcibly initialized 4961 | struct page *page; | ^~~~ /kisskb/src/drivers/video/backlight/adp8860_bl.c: In function 'adp8860_set_bits': /kisskb/src/drivers/video/backlight/adp8860_bl.c:141:10: note: byref variable will be forcibly initialized 141 | uint8_t reg_val; | ^~~~~~~ /kisskb/src/drivers/video/backlight/adp8860_bl.c: In function 'adp8860_clr_bits': /kisskb/src/drivers/video/backlight/adp8860_bl.c:160:10: note: byref variable will be forcibly initialized 160 | uint8_t reg_val; | ^~~~~~~ /kisskb/src/fs/namei.c: In function 'do_mknodat': /kisskb/src/fs/namei.c:3790:14: note: byref variable will be forcibly initialized 3790 | struct path path; | ^~~~ /kisskb/src/drivers/video/backlight/adp8860_bl.c: In function 'adp8860_bl_ambient_light_zone_store': /kisskb/src/drivers/video/backlight/adp8860_bl.c:601:10: note: byref variable will be forcibly initialized 601 | uint8_t reg_val; | ^~~~~~~ /kisskb/src/drivers/video/backlight/adp8860_bl.c:600:16: note: byref variable will be forcibly initialized 600 | unsigned long val; | ^~~ /kisskb/src/drivers/video/backlight/adp8860_bl.c: In function 'adp8860_store': /kisskb/src/drivers/video/backlight/adp8860_bl.c:441:16: note: byref variable will be forcibly initialized 441 | unsigned long val; | ^~~ /kisskb/src/drivers/video/backlight/adp8860_bl.c: In function 'adp8860_bl_ambient_light_zone_show': /kisskb/src/drivers/video/backlight/adp8860_bl.c:582:10: note: byref variable will be forcibly initialized 582 | uint8_t reg_val; | ^~~~~~~ /kisskb/src/drivers/video/backlight/adp8860_bl.c: In function 'adp8860_bl_ambient_light_level_show': /kisskb/src/drivers/video/backlight/adp8860_bl.c:555:10: note: byref variable will be forcibly initialized 555 | uint8_t reg_val; | ^~~~~~~ /kisskb/src/fs/namei.c: In function 'filename_lookup': /kisskb/src/fs/namei.c:2474:19: note: byref variable will be forcibly initialized 2474 | struct nameidata nd; | ^~ /kisskb/src/drivers/video/backlight/adp8860_bl.c: In function 'adp8860_show': /kisskb/src/drivers/video/backlight/adp8860_bl.c:425:10: note: byref variable will be forcibly initialized 425 | uint8_t reg_val; | ^~~~~~~ /kisskb/src/fs/namei.c: In function 'vfs_path_lookup': /kisskb/src/fs/namei.c:2589:14: note: byref variable will be forcibly initialized 2589 | struct path root = {.mnt = mnt, .dentry = dentry}; | ^~~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/container_of.h:5, from /kisskb/src/include/linux/list.h:5, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/video/backlight/adp8860_bl.c:8: /kisskb/src/drivers/video/backlight/adp8860_bl.c: In function 'devm_kmalloc_array': /kisskb/src/fs/namei.c: In function 'do_tmpfile': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c:3501:14: note: byref variable will be forcibly initialized 3501 | struct path path; | ^~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/video/backlight/adp8860_bl.c:12: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/fs/namei.c: In function 'do_filp_open': /kisskb/src/fs/namei.c:3581:19: note: byref variable will be forcibly initialized 3581 | struct nameidata nd; | ^~ /kisskb/src/drivers/video/backlight/adp8860_bl.c: In function 'adp8860_probe': /kisskb/src/drivers/video/backlight/adp8860_bl.c:659:10: note: byref variable will be forcibly initialized 659 | uint8_t reg_val; | ^~~~~~~ /kisskb/src/drivers/video/backlight/adp8860_bl.c:658:30: note: byref variable will be forcibly initialized 658 | struct backlight_properties props; | ^~~~~ /kisskb/src/fs/namei.c: In function 'do_file_open_root': /kisskb/src/fs/namei.c:3598:19: note: byref variable will be forcibly initialized 3598 | struct nameidata nd; | ^~ /kisskb/src/fs/namei.c: In function 'do_mkdirat': /kisskb/src/fs/namei.c:3893:14: note: byref variable will be forcibly initialized 3893 | struct path path; | ^~~~ /kisskb/src/fs/namei.c: In function 'do_rmdir': /kisskb/src/fs/namei.c:3994:6: note: byref variable will be forcibly initialized 3994 | int type; | ^~~~ /kisskb/src/fs/namei.c:3993:14: note: byref variable will be forcibly initialized 3993 | struct qstr last; | ^~~~ /kisskb/src/fs/namei.c:3992:14: note: byref variable will be forcibly initialized 3992 | struct path path; | ^~~~ /kisskb/src/fs/namei.c: In function 'do_unlinkat': /kisskb/src/fs/namei.c:4135:16: note: byref variable will be forcibly initialized 4135 | struct inode *delegated_inode = NULL; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c:4133:6: note: byref variable will be forcibly initialized 4133 | int type; | ^~~~ /kisskb/src/fs/namei.c:4132:14: note: byref variable will be forcibly initialized 4132 | struct qstr last; | ^~~~ /kisskb/src/fs/namei.c:4131:14: note: byref variable will be forcibly initialized 4131 | struct path path; | ^~~~ /kisskb/src/fs/namei.c: In function 'do_symlinkat': /kisskb/src/fs/namei.c:4259:14: note: byref variable will be forcibly initialized 4259 | struct path path; | ^~~~ /kisskb/src/fs/namei.c: In function 'do_linkat': /kisskb/src/fs/namei.c:4406:16: note: byref variable will be forcibly initialized 4406 | struct inode *delegated_inode = NULL; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c:4405:24: note: byref variable will be forcibly initialized 4405 | struct path old_path, new_path; | ^~~~~~~~ /kisskb/src/fs/namei.c:4405:14: note: byref variable will be forcibly initialized 4405 | struct path old_path, new_path; | ^~~~~~~~ /kisskb/src/fs/namei.c: In function 'do_renameat2': /kisskb/src/fs/namei.c:4674:16: note: byref variable will be forcibly initialized 4674 | struct inode *delegated_inode = NULL; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/namei.c:4673:16: note: byref variable will be forcibly initialized 4673 | int old_type, new_type; | ^~~~~~~~ /kisskb/src/fs/namei.c:4673:6: note: byref variable will be forcibly initialized 4673 | int old_type, new_type; | ^~~~~~~~ /kisskb/src/fs/namei.c:4672:24: note: byref variable will be forcibly initialized 4672 | struct qstr old_last, new_last; | ^~~~~~~~ /kisskb/src/fs/namei.c:4672:14: note: byref variable will be forcibly initialized 4672 | struct qstr old_last, new_last; | ^~~~~~~~ /kisskb/src/fs/namei.c:4671:24: note: byref variable will be forcibly initialized 4671 | struct path old_path, new_path; | ^~~~~~~~ /kisskb/src/fs/namei.c:4671:14: note: byref variable will be forcibly initialized 4671 | struct path old_path, new_path; | ^~~~~~~~ /kisskb/src/fs/namei.c:4668:20: note: byref variable will be forcibly initialized 4668 | 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:4855:22: note: byref variable will be forcibly initialized 4855 | 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:4946:22: note: byref variable will be forcibly initialized 4946 | 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/of.c: In function 'of_pci_get_devfn': /kisskb/src/drivers/pci/of.c:162:6: note: byref variable will be forcibly initialized 162 | u32 reg[5]; | ^~~ /kisskb/src/drivers/pci/of.c: In function 'of_pci_parse_bus_range': /kisskb/src/drivers/pci/of.c:182:6: note: byref variable will be forcibly initialized 182 | u32 bus_range[2]; | ^~~~~~~~~ /kisskb/src/drivers/pci/of.c: In function 'of_get_pci_domain_nr': /kisskb/src/drivers/pci/of.c:218:6: note: byref variable will be forcibly initialized 218 | u32 domain; | ^~~~~~ /kisskb/src/drivers/pci/of.c: In function 'of_pci_get_max_link_speed': /kisskb/src/drivers/pci/of.c:627:6: note: byref variable will be forcibly initialized 627 | u32 max_link_speed; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/pci/of.c: In function 'of_pci_check_probe_only': /kisskb/src/drivers/pci/of.c:235:6: note: byref variable will be forcibly initialized 235 | u32 val; | ^~~ /kisskb/src/drivers/pci/of.c: In function 'of_irq_parse_pci': /kisskb/src/drivers/pci/of.c:429:5: note: byref variable will be forcibly initialized 429 | u8 pin; | ^~~ /kisskb/src/drivers/pci/of.c:428:9: note: byref variable will be forcibly initialized 428 | __be32 laddr[3]; | ^~~~~ /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; | ^~~~ /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; | ^~~~~~~ /kisskb/src/drivers/pci/of.c: In function 'pci_parse_request_of_pci_ranges': /kisskb/src/drivers/pci/of.c:553:18: note: byref variable will be forcibly initialized 553 | resource_size_t iobase; | ^~~~~~ /kisskb/src/fs/overlayfs/export.c: In function 'ovl_obtain_alias': /kisskb/src/fs/overlayfs/export.c:290:26: note: byref variable will be forcibly initialized 290 | struct ovl_inode_params oip = { | ^~~ /kisskb/src/fs/overlayfs/export.c: In function 'ovl_lookup_real_one': /kisskb/src/fs/overlayfs/export.c:371:23: note: byref variable will be forcibly initialized 371 | struct name_snapshot name; | ^~~~ /kisskb/src/fs/overlayfs/export.c: In function 'ovl_lower_fh_to_d': /kisskb/src/fs/overlayfs/export.c:700:19: note: byref variable will be forcibly initialized 700 | struct ovl_path *stack = &origin; | ^~~~~ /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 '__region_intersects': /kisskb/src/kernel/resource.c:520:18: note: byref variable will be forcibly initialized 520 | struct resource res; | ^~~ /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 }; | ^~~~~~~~~~ /kisskb/src/kernel/resource.c: In function 'reserve_setup': /kisskb/src/kernel/resource.c:1635:26: note: byref variable will be forcibly initialized 1635 | unsigned int io_start, io_num; | ^~~~~~ /kisskb/src/kernel/resource.c:1635:16: note: byref variable will be forcibly initialized 1635 | unsigned int io_start, io_num; | ^~~~~~~~ /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:37: note: byref variable will be forcibly initialized 609 | struct resource tmp = *new, avail, alloc; | ^~~~~ /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 'iomem_map_sanity_check': /kisskb/src/kernel/resource.c:1679:9: note: byref variable will be forcibly initialized 1679 | loff_t l; | ^ /kisskb/src/drivers/clk/clk-fractional-divider.c: In function 'clk_fd_set_rate': /kisskb/src/drivers/clk/clk-fractional-divider.c:156:19: note: byref variable will be forcibly initialized 156 | unsigned long m, n; | ^ /kisskb/src/drivers/clk/clk-fractional-divider.c:156:16: note: byref variable will be forcibly initialized 156 | unsigned long m, n; | ^ /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/clk/clk-fractional-divider.c: In function 'clk_fd_round_rate': /kisskb/src/drivers/clk/clk-fractional-divider.c:134:19: note: byref variable will be forcibly initialized 134 | unsigned long m, n; | ^ /kisskb/src/drivers/clk/clk-fractional-divider.c:134:16: note: byref variable will be forcibly initialized 134 | unsigned long m, n; | ^ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_alloc_btree.c:6: /kisskb/src/fs/xfs/libxfs/xfs_alloc_btree.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc_btree.c: In function 'xfs_allocbt_alloc_block': /kisskb/src/fs/xfs/libxfs/xfs_alloc_btree.c:60:17: note: byref variable will be forcibly initialized 60 | xfs_agblock_t bno; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_alloc_btree.c: In function 'xfs_allocbt_maxlevels_ondisk': /kisskb/src/fs/xfs/libxfs/xfs_alloc_btree.c:602:16: note: byref variable will be forcibly initialized 602 | unsigned int minrecs[2]; | ^~~~~~~ /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:83:6: note: byref variable will be forcibly initialized 83 | u32 rate; | ^~~~ /kisskb/src/drivers/clk/clk-conf.c:78:25: note: byref variable will be forcibly initialized 78 | struct of_phandle_args clkspec; | ^~~~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_nopciamd': /kisskb/src/drivers/pci/quirks.c:301:5: note: byref variable will be forcibly initialized 301 | u8 rev; | ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_via_acpi': /kisskb/src/drivers/pci/quirks.c:1065:5: note: byref variable will be forcibly initialized 1065 | u8 irq; | ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_intel_ntb': /kisskb/src/drivers/pci/quirks.c:3362:5: note: byref variable will be forcibly initialized 3362 | u8 val; | ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'pci_apply_final_quirks': /kisskb/src/drivers/pci/quirks.c:159:5: note: byref variable will be forcibly initialized 159 | u8 tmp; | ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_passive_release': /kisskb/src/drivers/pci/quirks.c:223:16: note: byref variable will be forcibly initialized 223 | unsigned char dlc; | ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_mediagx_master': /kisskb/src/drivers/pci/quirks.c:1247:5: note: byref variable will be forcibly initialized 1247 | u8 reg; | ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_amd_ide_mode': /kisskb/src/drivers/pci/quirks.c:1284:5: note: byref variable will be forcibly initialized 1284 | u8 tmp; | ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_svwks_csb5ide': /kisskb/src/drivers/pci/quirks.c:1310:5: note: byref variable will be forcibly initialized 1310 | u8 prog; | ^~~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_ide_samemode': /kisskb/src/drivers/pci/quirks.c:1324:5: note: byref variable will be forcibly initialized 1324 | u8 prog; | ^~~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_sis_96x_smbus': /kisskb/src/drivers/pci/quirks.c:1613:5: note: byref variable will be forcibly initialized 1613 | u8 val = 0; | ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_nvidia_ck804_pcie_aer_ext_cap': /kisskb/src/drivers/pci/quirks.c:2437:10: note: byref variable will be forcibly initialized 2437 | uint8_t b; | ^ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_unhide_mch_dev6': /kisskb/src/drivers/pci/quirks.c:2528:5: note: byref variable will be forcibly initialized 2528 | u8 reg; | ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'piix4_mem_quirk': /kisskb/src/drivers/pci/quirks.c:685:6: note: byref variable will be forcibly initialized 685 | u32 devres; | ^~~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'piix4_io_quirk': /kisskb/src/drivers/pci/quirks.c:659:6: note: byref variable will be forcibly initialized 659 | u32 devres; | ^~~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'ich6_lpc_generic_decode': /kisskb/src/drivers/pci/quirks.c:812:6: note: byref variable will be forcibly initialized 812 | u32 val; | ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'ich7_lpc_generic_decode': /kisskb/src/drivers/pci/quirks.c:856:6: note: byref variable will be forcibly initialized 856 | u32 val; | ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'pci_quirk_intel_spt_pch_acs': /kisskb/src/drivers/pci/quirks.c:4751:11: note: byref variable will be forcibly initialized 4751 | u32 cap, ctrl; | ^~~~ /kisskb/src/drivers/pci/quirks.c:4751:6: note: byref variable will be forcibly initialized 4751 | u32 cap, ctrl; | ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_tigerpoint_bm_sts': /kisskb/src/drivers/pci/quirks.c:274:6: note: byref variable will be forcibly initialized 274 | u32 pmbase; | ^~~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'asus_hides_ac97_lpc': /kisskb/src/drivers/pci/quirks.c:1671:5: note: byref variable will be forcibly initialized 1671 | u8 val; | ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_vialatency': /kisskb/src/drivers/pci/quirks.c:337:5: note: byref variable will be forcibly initialized 337 | u8 busarb; | ^~~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_via_cx700_pci_parking_caching': /kisskb/src/drivers/pci/quirks.c:2466:10: note: byref variable will be forcibly initialized 2466 | uint8_t b; | ^ /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:507:6: note: byref variable will be forcibly initialized 507 | u32 region; | ^~~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_sis_503': /kisskb/src/drivers/pci/quirks.c:1642:6: note: byref variable will be forcibly initialized 1642 | u16 devid; | ^~~~~ /kisskb/src/drivers/pci/quirks.c:1641:5: note: byref variable will be forcibly initialized 1641 | u8 reg; | ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_p64h2_1k_io': /kisskb/src/drivers/pci/quirks.c:2419:6: note: byref variable will be forcibly initialized 2419 | u16 en1k; | ^~~~ /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; | ^~~~~~~~~~ /kisskb/src/drivers/pci/quirks.c:557:6: note: byref variable will be forcibly initialized 557 | u16 region; | ^~~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_piix4_acpi': /kisskb/src/drivers/pci/quirks.c:717:6: note: byref variable will be forcibly initialized 717 | u32 res_a; | ^~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_ich4_lpc_acpi': /kisskb/src/drivers/pci/quirks.c:764:5: note: byref variable will be forcibly initialized 764 | u8 enable; | ^~~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'ich6_lpc_acpi_gpio': /kisskb/src/drivers/pci/quirks.c:796:5: note: byref variable will be forcibly initialized 796 | u8 enable; | ^~~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_xio2000a': /kisskb/src/drivers/pci/quirks.c:951:6: note: byref variable will be forcibly initialized 951 | u16 command; | ^~~~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_disable_pxb': /kisskb/src/drivers/pci/quirks.c:1267:6: note: byref variable will be forcibly initialized 1267 | u16 config; | ^~~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'asus_hides_smbus_lpc': /kisskb/src/drivers/pci/quirks.c:1527:6: note: byref variable will be forcibly initialized 1527 | u16 val; | ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'pci_quirk_enable_intel_rp_mpc_acs': /kisskb/src/drivers/pci/quirks.c:5060:6: note: byref variable will be forcibly initialized 5060 | u32 mpc; | ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'pci_fixup_pericom_acs_store_forward': /kisskb/src/drivers/pci/quirks.c:5814:6: note: byref variable will be forcibly initialized 5814 | u16 val; | ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_via_vlink': /kisskb/src/drivers/pci/quirks.c:1129:5: note: byref variable will be forcibly initialized 1129 | u8 irq, new_irq; | ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_amd_ordering': /kisskb/src/drivers/pci/quirks.c:1196:6: note: byref variable will be forcibly initialized 1196 | u32 pcic; | ^~~~ /kisskb/src/drivers/pci/quirks.c: In function 'pci_quirk_disable_intel_spt_pch_acs_redir': /kisskb/src/drivers/pci/quirks.c:5135:11: note: byref variable will be forcibly initialized 5135 | u32 cap, ctrl; | ^~~~ /kisskb/src/drivers/pci/quirks.c:5135:6: note: byref variable will be forcibly initialized 5135 | u32 cap, ctrl; | ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_nvidia_hda': /kisskb/src/drivers/pci/quirks.c:5476:6: note: byref variable will be forcibly initialized 5476 | u32 val; | ^~~ /kisskb/src/drivers/pci/quirks.c:5475:5: note: byref variable will be forcibly initialized 5475 | u8 hdr_type; | ^~~~~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'asus_hides_smbus_lpc_ich6_suspend': /kisskb/src/drivers/pci/quirks.c:1562:6: note: byref variable will be forcibly initialized 1562 | u32 rcba; | ^~~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_e100_interrupt': /kisskb/src/drivers/pci/quirks.c:2281:15: note: byref variable will be forcibly initialized 2281 | u16 command, pmcsr; | ^~~~~ /kisskb/src/drivers/pci/quirks.c:2281:6: note: byref variable will be forcibly initialized 2281 | u16 command, pmcsr; | ^~~~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_brcm_5719_limit_mrrs': /kisskb/src/drivers/pci/quirks.c:2505:6: note: byref variable will be forcibly initialized 2505 | u32 rev; | ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'is_end_of_ht_chain': /kisskb/src/drivers/pci/quirks.c:2849:13: note: byref variable will be forcibly initialized 2849 | u16 flags, ctrl; | ^~~~ /kisskb/src/drivers/pci/quirks.c:2849:6: note: byref variable will be forcibly initialized 2849 | u16 flags, ctrl; | ^~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'msi_ht_cap_enabled': /kisskb/src/drivers/pci/quirks.c:2605:6: note: byref variable will be forcibly initialized 2605 | u8 flags; | ^~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'ht_enable_msi_mapping': /kisskb/src/drivers/pci/quirks.c:2659:6: note: byref variable will be forcibly initialized 2659 | u8 flags; | ^~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'ht_check_msi_mapping': /kisskb/src/drivers/pci/quirks.c:2791:6: note: byref variable will be forcibly initialized 2791 | u8 flags; | ^~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'ht_disable_msi_mapping': /kisskb/src/drivers/pci/quirks.c:2914:6: note: byref variable will be forcibly initialized 2914 | u8 flags; | ^~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'nvbridge_check_legacy_irq_routing': /kisskb/src/drivers/pci/quirks.c:2763:6: note: byref variable will be forcibly initialized 2763 | u32 cfg; | ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'ricoh_mmc_fixup_rl5c476': /kisskb/src/drivers/pci/quirks.c:3147:5: note: byref variable will be forcibly initialized 3147 | u8 disable; | ^~~~~~~ /kisskb/src/drivers/pci/quirks.c:3146:5: note: byref variable will be forcibly initialized 3146 | u8 write_target; | ^~~~~~~~~~~~ /kisskb/src/drivers/pci/quirks.c:3145:5: note: byref variable will be forcibly initialized 3145 | u8 write_enable; | ^~~~~~~~~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'ricoh_mmc_fixup_r5c832': /kisskb/src/drivers/pci/quirks.c:3178:5: note: byref variable will be forcibly initialized 3178 | u8 disable; | ^~~~~~~ /kisskb/src/drivers/pci/quirks.c:3177:5: note: byref variable will be forcibly initialized 3177 | u8 write_enable; | ^~~~~~~~~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_intel_mc_errata': /kisskb/src/drivers/pci/quirks.c:3296:6: note: byref variable will be forcibly initialized 3296 | u16 rcc; | ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'reset_chelsio_generic_dev': /kisskb/src/drivers/pci/quirks.c:3815:6: note: byref variable will be forcibly initialized 3815 | u16 msix_flags; | ^~~~~~~~~~ /kisskb/src/drivers/pci/quirks.c:3814:6: note: byref variable will be forcibly initialized 3814 | u16 old_command; | ^~~~~~~~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'nvme_disable_and_flr': /kisskb/src/drivers/pci/quirks.c:3893:6: note: byref variable will be forcibly initialized 3893 | u16 cmd; | ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'pci_quirk_enable_intel_spt_pch_acs': /kisskb/src/drivers/pci/quirks.c:5105:11: note: byref variable will be forcibly initialized 5105 | u32 cap, ctrl; | ^~~~ /kisskb/src/drivers/pci/quirks.c:5105:6: note: byref variable will be forcibly initialized 5105 | u32 cap, ctrl; | ^~~ /kisskb/src/drivers/pci/quirks.c: In function 'pci_quirk_enable_intel_lpc_acs': /kisskb/src/drivers/pci/quirks.c:5013:6: note: byref variable will be forcibly initialized 5013 | u32 rcba, bspr, updcr; | ^~~~ /kisskb/src/drivers/pci/quirks.c: In function 'quirk_intel_qat_vf_cap': /kisskb/src/drivers/pci/quirks.c:5255:7: note: byref variable will be forcibly initialized 5255 | u32 status; | ^~~~~~ /kisskb/src/drivers/pci/quirks.c:5224:6: note: byref variable will be forcibly initialized 5224 | u16 reg16, *cap; | ^~~~~ /kisskb/src/drivers/pci/quirks.c:5223:5: note: byref variable will be forcibly initialized 5223 | u8 next_cap; | ^~~~~~~~ In file included from /kisskb/src/fs/jfs/jfs_dtree.c:92: /kisskb/src/fs/jfs/jfs_dtree.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/fs/jfs/jfs_dtree.c: In function 'ciGetLeafPrefixKey': /kisskb/src/fs/jfs/jfs_dtree.c:3768:24: note: byref variable will be forcibly initialized 3768 | struct component_name rkey; | ^~~~ /kisskb/src/fs/jfs/jfs_dtree.c:3767:24: note: byref variable will be forcibly initialized 3767 | struct component_name lkey; | ^~~~ /kisskb/src/drivers/pci/ats.c: In function 'pci_disable_ats': /kisskb/src/drivers/pci/ats.c:96:6: note: byref variable will be forcibly initialized 96 | u16 ctrl; | ^~~~ /kisskb/src/drivers/pci/ats.c: In function 'pci_disable_pri': /kisskb/src/drivers/pci/ats.c:244:6: note: byref variable will be forcibly initialized 244 | u16 control; | ^~~~~~~ /kisskb/src/drivers/pci/ats.c: In function 'pci_ats_queue_depth': /kisskb/src/drivers/pci/ats.c:136:6: note: byref variable will be forcibly initialized 136 | u16 cap; | ^~~ /kisskb/src/drivers/pci/ats.c: In function 'pci_ats_page_aligned': /kisskb/src/drivers/pci/ats.c:161:6: note: byref variable will be forcibly initialized 161 | u16 cap; | ^~~ /kisskb/src/drivers/pci/ats.c: In function 'pci_pri_init': /kisskb/src/drivers/pci/ats.c:177:6: note: byref variable will be forcibly initialized 177 | u16 status; | ^~~~~~ /kisskb/src/drivers/pci/ats.c: In function 'pci_enable_pri': /kisskb/src/drivers/pci/ats.c:199:6: note: byref variable will be forcibly initialized 199 | u32 max_requests; | ^~~~~~~~~~~~ /kisskb/src/drivers/pci/ats.c:198:15: note: byref variable will be forcibly initialized 198 | u16 control, status; | ^~~~~~ /kisskb/src/drivers/pci/quirks.c: In function 'pci_idt_bus_quirk': /kisskb/src/drivers/pci/quirks.c:5527:6: note: byref variable will be forcibly initialized 5527 | u16 ctrl = 0; | ^~~~ /kisskb/src/fs/jfs/jfs_dtree.c: In function 'read_index_page': /kisskb/src/fs/jfs/jfs_dtree.c:200:6: note: byref variable will be forcibly initialized 200 | s32 xlen; | ^~~~ /kisskb/src/fs/jfs/jfs_dtree.c:199:6: note: byref variable will be forcibly initialized 199 | int xflag; | ^~~~~ /kisskb/src/fs/jfs/jfs_dtree.c:198:6: note: byref variable will be forcibly initialized 198 | s64 xaddr; | ^~~~~ /kisskb/src/fs/jfs/jfs_dtree.c: In function 'free_index': /kisskb/src/fs/jfs/jfs_dtree.c:487:19: note: byref variable will be forcibly initialized 487 | struct metapage *mp = NULL; | ^~ /kisskb/src/fs/jfs/jfs_dtree.c:486:6: note: byref variable will be forcibly initialized 486 | s64 lblock; | ^~~~~~ /kisskb/src/fs/jfs/jfs_dtree.c: In function 'read_index': /kisskb/src/fs/jfs/jfs_dtree.c:540:19: note: byref variable will be forcibly initialized 540 | struct metapage *mp = NULL; | ^~ /kisskb/src/fs/jfs/jfs_dtree.c:539:6: note: byref variable will be forcibly initialized 539 | s64 lblock; | ^~~~~~ /kisskb/src/fs/jfs/jfs_dtree.c: In function 'get_index_page': /kisskb/src/fs/jfs/jfs_dtree.c:219:6: note: byref variable will be forcibly initialized 219 | s32 xlen; | ^~~~ /kisskb/src/fs/jfs/jfs_dtree.c:218:6: note: byref variable will be forcibly initialized 218 | int xflag; | ^~~~~ /kisskb/src/fs/jfs/jfs_dtree.c:217:6: note: byref variable will be forcibly initialized 217 | s64 xaddr; | ^~~~~ /kisskb/src/fs/jfs/jfs_dtree.c: In function 'add_index': /kisskb/src/fs/jfs/jfs_dtree.c:366:25: note: byref variable will be forcibly initialized 366 | struct dir_table_slot temp_table[12]; | ^~~~~~~~~~ /kisskb/src/fs/jfs/jfs_dtree.c:335:6: note: byref variable will be forcibly initialized 335 | s64 xaddr; | ^~~~~ /kisskb/src/fs/jfs/jfs_dtree.c: In function 'dtInsertEntry': /kisskb/src/fs/jfs/jfs_dtree.c:4018:8: note: byref variable will be forcibly initialized 4018 | s64 lblock; | ^~~~~~ /kisskb/src/fs/jfs/jfs_dtree.c:3908:19: note: byref variable will be forcibly initialized 3908 | struct metapage *mp = NULL; | ^~ /kisskb/src/fs/jfs/jfs_dtree.c: In function 'dtExtendPage': /kisskb/src/fs/jfs/jfs_dtree.c:1694:8: note: byref variable will be forcibly initialized 1694 | s64 lblock; | ^~~~~~ /kisskb/src/fs/jfs/jfs_dtree.c:1646:18: note: byref variable will be forcibly initialized 1646 | struct dt_lock *dtlck; | ^~~~~ /kisskb/src/fs/jfs/jfs_dtree.c:1635:31: note: byref variable will be forcibly initialized 1635 | struct metapage *smp, *pmp, *mp; | ^~ /kisskb/src/fs/jfs/jfs_dtree.c: In function 'dtSplitRoot': /kisskb/src/fs/jfs/jfs_dtree.c:1985:20: note: byref variable will be forcibly initialized 1985 | struct metapage *mp = NULL; | ^~ /kisskb/src/fs/jfs/jfs_dtree.c:1984:7: note: byref variable will be forcibly initialized 1984 | s64 lblock; | ^~~~~~ /kisskb/src/fs/jfs/jfs_dtree.c:1881:18: note: byref variable will be forcibly initialized 1881 | struct dt_lock *dtlck; | ^~~~~ /kisskb/src/fs/jfs/jfs_dtree.c: In function 'dtSplitPage': /kisskb/src/fs/jfs/jfs_dtree.c:1570:7: note: byref variable will be forcibly initialized 1570 | s64 lblock; | ^~~~~~ /kisskb/src/fs/jfs/jfs_dtree.c:1339:27: note: byref variable will be forcibly initialized 1339 | struct dt_lock *sdtlck, *rdtlck; | ^~~~~~ /kisskb/src/fs/jfs/jfs_dtree.c:1339:18: note: byref variable will be forcibly initialized 1339 | struct dt_lock *sdtlck, *rdtlck; | ^~~~~~ /kisskb/src/fs/jfs/jfs_dtree.c:1327:19: note: byref variable will be forcibly initialized 1327 | struct metapage *mp; | ^~ /kisskb/src/fs/jfs/jfs_dtree.c: In function 'dtSplitUp': /kisskb/src/fs/jfs/jfs_dtree.c:939:18: note: byref variable will be forcibly initialized 939 | struct dt_lock *dtlck; | ^~~~~ /kisskb/src/fs/jfs/jfs_dtree.c:936:24: note: byref variable will be forcibly initialized 936 | struct component_name key = { 0, NULL }; | ^~~ /kisskb/src/fs/jfs/jfs_dtree.c:934:17: note: byref variable will be forcibly initialized 934 | struct pxdlist pxdlist; | ^~~~~~~ /kisskb/src/fs/jfs/jfs_dtree.c:932:13: note: byref variable will be forcibly initialized 932 | s64 xaddr, nxaddr; | ^~~~~~ /kisskb/src/fs/jfs/jfs_dtree.c:932:6: note: byref variable will be forcibly initialized 932 | s64 xaddr, nxaddr; | ^~~~~ /kisskb/src/fs/jfs/jfs_dtree.c:927:8: note: byref variable will be forcibly initialized 927 | pxd_t rpxd; /* new right page extent descriptor */ | ^~~~ /kisskb/src/fs/jfs/jfs_dtree.c:926:12: note: byref variable will be forcibly initialized 926 | dtpage_t *rp; /* new right page split from sp */ | ^~ /kisskb/src/fs/jfs/jfs_dtree.c:925:19: note: byref variable will be forcibly initialized 925 | struct metapage *rmp; | ^~~ /kisskb/src/fs/jfs/jfs_dtree.c: In function 'dtSearch': /kisskb/src/fs/jfs/jfs_dtree.c:581:24: note: byref variable will be forcibly initialized 581 | struct component_name ciKey; | ^~~~~ /kisskb/src/fs/jfs/jfs_dtree.c: In function 'dtInsert': /kisskb/src/fs/jfs/jfs_dtree.c:819:18: note: byref variable will be forcibly initialized 819 | struct dt_lock *dtlck; | ^~~~~ /kisskb/src/fs/jfs/jfs_dtree.c:818:10: note: byref variable will be forcibly initialized 818 | ddata_t data; | ^~~~ /kisskb/src/fs/jfs/jfs_dtree.c:817:17: note: byref variable will be forcibly initialized 817 | struct dtsplit split; /* split information */ | ^~~~~ /kisskb/src/fs/jfs/jfs_dtree.c: In function 'dtDeleteUp': /kisskb/src/fs/jfs/jfs_dtree.c:2234:18: note: byref variable will be forcibly initialized 2234 | struct dt_lock *dtlck; | ^~~~~ /kisskb/src/fs/jfs/jfs_dtree.c: In function 'dtDelete': /kisskb/src/fs/jfs/jfs_dtree.c:2193:8: note: byref variable will be forcibly initialized 2193 | s64 lblock; | ^~~~~~ /kisskb/src/fs/jfs/jfs_dtree.c:2079:18: note: byref variable will be forcibly initialized 2079 | struct dt_lock *dtlck; | ^~~~~ /kisskb/src/fs/jfs/jfs_dtree.c:2078:17: note: byref variable will be forcibly initialized 2078 | struct btstack btstack; | ^~~~~~~ /kisskb/src/fs/jfs/jfs_dtree.c:2075:24: note: byref variable will be forcibly initialized 2075 | struct metapage *mp, *imp; | ^~~ /kisskb/src/fs/jfs/jfs_dtree.c: In function 'jfs_readdir': /kisskb/src/fs/jfs/jfs_dtree.c:3047:26: note: byref variable will be forcibly initialized 3047 | struct dir_table_slot dirtab_slot; | ^~~~~~~~~~~ /kisskb/src/fs/jfs/jfs_dtree.c:3009:17: note: byref variable will be forcibly initialized 3009 | struct btstack btstack; | ^~~~~~~ /kisskb/src/fs/jfs/jfs_dtree.c:2998:9: note: byref variable will be forcibly initialized 2998 | loff_t dtpos; /* legacy OS/2 style position */ | ^~~~~ /kisskb/src/fs/jfs/jfs_dtree.c: In function 'dtModify': /kisskb/src/fs/jfs/jfs_dtree.c:4515:17: note: byref variable will be forcibly initialized 4515 | struct btstack btstack; | ^~~~~~~ /kisskb/src/kernel/trace/synth_event_gen_test.c: In function 'test_gen_synth_cmd': /kisskb/src/kernel/trace/synth_event_gen_test.c:48:6: note: byref variable will be forcibly initialized 48 | u64 vals[7]; | ^~~~ /kisskb/src/kernel/trace/synth_event_gen_test.c:47:22: note: byref variable will be forcibly initialized 47 | struct dynevent_cmd cmd; | ^~~ /kisskb/src/kernel/trace/synth_event_gen_test.c: In function 'test_empty_synth_event': /kisskb/src/kernel/trace/synth_event_gen_test.c:141:6: note: byref variable will be forcibly initialized 141 | u64 vals[7]; | ^~~~ /kisskb/src/kernel/trace/synth_event_gen_test.c:140:22: note: byref variable will be forcibly initialized 140 | struct dynevent_cmd cmd; | ^~~ /kisskb/src/kernel/trace/synth_event_gen_test.c: In function 'test_create_synth_event': /kisskb/src/kernel/trace/synth_event_gen_test.c:259:6: note: byref variable will be forcibly initialized 259 | u64 vals[9]; | ^~~~ /kisskb/src/kernel/trace/synth_event_gen_test.c: In function 'test_add_next_synth_val': /kisskb/src/kernel/trace/synth_event_gen_test.c:321:33: note: byref variable will be forcibly initialized 321 | struct synth_event_trace_state trace_state; | ^~~~~~~~~~~ /kisskb/src/kernel/trace/synth_event_gen_test.c: In function 'test_add_synth_val': /kisskb/src/kernel/trace/synth_event_gen_test.c:377:33: note: byref variable will be forcibly initialized 377 | struct synth_event_trace_state trace_state; | ^~~~~~~~~~~ /kisskb/src/kernel/time/tick-sched.c: In function 'tick_nohz_next_event': /kisskb/src/kernel/time/tick-sched.c:771:37: note: byref variable will be forcibly initialized 771 | u64 basemono, next_tick, next_tmr, next_rcu, delta, expires; | ^~~~~~~~ /kisskb/src/drivers/clk/clk-cs2000-cp.c: In function 'cs2000_clk_register': /kisskb/src/drivers/clk/clk-cs2000-cp.c:422:14: note: byref variable will be forcibly initialized 422 | const char *name = np->name; | ^~~~ /kisskb/src/drivers/clk/clk-cs2000-cp.c:421:23: note: byref variable will be forcibly initialized 421 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/pci/iov.c: In function 'sriov_vf_msix_count_store': /kisskb/src/drivers/pci/iov.c:186:6: note: byref variable will be forcibly initialized 186 | int val, ret = 0; | ^~~ /kisskb/src/drivers/pci/iov.c: In function 'sriov_drivers_autoprobe_store': /kisskb/src/drivers/pci/iov.c:478:7: note: byref variable will be forcibly initialized 478 | bool drivers_autoprobe; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pci/iov.c: In function 'sriov_numvfs_store': /kisskb/src/drivers/pci/iov.c:379:6: note: byref variable will be forcibly initialized 379 | u16 num_vfs; | ^~~~~~~ /kisskb/src/drivers/pci/iov.c: In function 'sriov_restore_state': /kisskb/src/drivers/pci/iov.c:823:6: note: byref variable will be forcibly initialized 823 | u16 ctrl; | ^~~~ /kisskb/src/drivers/pci/iov.c: In function 'sriov_init': /kisskb/src/drivers/pci/iov.c:703:12: note: byref variable will be forcibly initialized 703 | u16 ctrl, total; | ^~~~~ /kisskb/src/drivers/pci/iov.c:703:6: note: byref variable will be forcibly initialized 703 | u16 ctrl, total; | ^~~~ /kisskb/src/drivers/pci/iov.c:702:6: note: byref variable will be forcibly initialized 702 | u32 pgsz; | ^~~~ /kisskb/src/drivers/pci/iov.c: In function 'pci_iov_sysfs_link': /kisskb/src/drivers/pci/iov.c:140:7: note: byref variable will be forcibly initialized 140 | char buf[VIRTFN_ID_LEN]; | ^~~ /kisskb/src/drivers/pci/iov.c: In function 'pci_iov_remove_virtfn': /kisskb/src/drivers/pci/iov.c:315:7: note: byref variable will be forcibly initialized 315 | char buf[VIRTFN_ID_LEN]; | ^~~ /kisskb/src/drivers/pci/iov.c: In function 'sriov_enable': /kisskb/src/drivers/pci/iov.c:560:6: note: byref variable will be forcibly initialized 560 | u16 initial; | ^~~~~~~ /kisskb/src/drivers/pci/iov.c: In function 'pci_iov_update_resource': /kisskb/src/drivers/pci/iov.c:907:6: note: byref variable will be forcibly initialized 907 | u16 cmd; | ^~~ /kisskb/src/drivers/pci/iov.c:906:24: note: byref variable will be forcibly initialized 906 | struct pci_bus_region region; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr.c: In function 'xfs_attr_leaf_get': /kisskb/src/fs/xfs/libxfs/xfs_attr.c:1046:18: note: byref variable will be forcibly initialized 1046 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_attr.c: In function 'xfs_attr_node_hasname': /kisskb/src/fs/xfs/libxfs/xfs_attr.c:1076:8: note: byref variable will be forcibly initialized 1076 | int retval, error; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr.c: In function 'xfs_attr_node_get': /kisskb/src/fs/xfs/libxfs/xfs_attr.c:1635:23: note: byref variable will be forcibly initialized 1635 | struct xfs_da_state *state; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr.c: In function 'xfs_attr_node_shrink': /kisskb/src/fs/xfs/libxfs/xfs_attr.c:1276:19: note: byref variable will be forcibly initialized 1276 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_attr.c: In function 'xfs_attr_node_addname_clear_incomplete': /kisskb/src/fs/xfs/libxfs/xfs_attr.c:1232:9: note: byref variable will be forcibly initialized 1232 | int retval = 0; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr.c: In function 'xfs_attr_leaf_removename': /kisskb/src/fs/xfs/libxfs/xfs_attr.c:1004:19: note: byref variable will be forcibly initialized 1004 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_attr.c: In function 'xfs_attr_is_leaf': /kisskb/src/fs/xfs/libxfs/xfs_attr.c:90:23: note: byref variable will be forcibly initialized 90 | struct xfs_bmbt_irec imap; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr.c:89:25: note: byref variable will be forcibly initialized 89 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr.c: In function 'xfs_attr_set_iter': /kisskb/src/fs/xfs/libxfs/xfs_attr.c:357:20: note: byref variable will be forcibly initialized 357 | struct xfs_buf *bp = NULL; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_attr.c: In function 'xfs_attr_lookup': /kisskb/src/fs/xfs/libxfs/xfs_attr.c:650:19: note: byref variable will be forcibly initialized 650 | struct xfs_buf *bp = NULL; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_attr.c: In function 'xfs_attr_set_args': /kisskb/src/fs/xfs/libxfs/xfs_attr.c:278:20: note: byref variable will be forcibly initialized 278 | struct xfs_buf *leaf_bp = NULL; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr.c: In function 'xfs_attr_set': /kisskb/src/fs/xfs/libxfs/xfs_attr.c:709:15: note: byref variable will be forcibly initialized 709 | int error, local; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr.c:707:23: note: byref variable will be forcibly initialized 707 | struct xfs_trans_res tres; | ^~~~ /kisskb/src/drivers/pci/pci-stub.c: In function 'pci_stub_init': /kisskb/src/drivers/pci/pci-stub.c:58:39: note: byref variable will be forcibly initialized 58 | subdevice = PCI_ANY_ID, class = 0, class_mask = 0; | ^~~~~~~~~~ /kisskb/src/drivers/pci/pci-stub.c:58:28: note: byref variable will be forcibly initialized 58 | subdevice = PCI_ANY_ID, class = 0, class_mask = 0; | ^~~~~ /kisskb/src/drivers/pci/pci-stub.c:58:4: note: byref variable will be forcibly initialized 58 | subdevice = PCI_ANY_ID, class = 0, class_mask = 0; | ^~~~~~~~~ /kisskb/src/drivers/pci/pci-stub.c:57:32: note: byref variable will be forcibly initialized 57 | unsigned int vendor, device, subvendor = PCI_ANY_ID, | ^~~~~~~~~ /kisskb/src/drivers/pci/pci-stub.c:57:24: note: byref variable will be forcibly initialized 57 | unsigned int vendor, device, subvendor = PCI_ANY_ID, | ^~~~~~ /kisskb/src/drivers/pci/pci-stub.c:57:16: note: byref variable will be forcibly initialized 57 | unsigned int vendor, device, subvendor = PCI_ANY_ID, | ^~~~~~ /kisskb/src/drivers/pci/pci-stub.c:43:8: note: byref variable will be forcibly initialized 43 | char *p, *id; | ^ /kisskb/src/drivers/video/backlight/adp8870_bl.c: In function 'adp8870_set_bits': /kisskb/src/drivers/video/backlight/adp8870_bl.c:156:10: note: byref variable will be forcibly initialized 156 | uint8_t reg_val; | ^~~~~~~ /kisskb/src/drivers/video/backlight/adp8870_bl.c: In function 'adp8870_clr_bits': /kisskb/src/drivers/video/backlight/adp8870_bl.c:175:10: note: byref variable will be forcibly initialized 175 | uint8_t reg_val; | ^~~~~~~ /kisskb/src/drivers/video/backlight/adp8870_bl.c: In function 'adp8870_bl_ambient_light_zone_store': /kisskb/src/drivers/video/backlight/adp8870_bl.c:785:10: note: byref variable will be forcibly initialized 785 | uint8_t reg_val; | ^~~~~~~ /kisskb/src/drivers/video/backlight/adp8870_bl.c:784:16: note: byref variable will be forcibly initialized 784 | unsigned long val; | ^~~ /kisskb/src/drivers/video/backlight/adp8870_bl.c: In function 'adp8870_store': /kisskb/src/drivers/video/backlight/adp8870_bl.c:562:16: note: byref variable will be forcibly initialized 562 | unsigned long val; | ^~~ /kisskb/src/drivers/video/backlight/adp8870_bl.c: In function 'adp8870_bl_ambient_light_zone_show': /kisskb/src/drivers/video/backlight/adp8870_bl.c:766:10: note: byref variable will be forcibly initialized 766 | uint8_t reg_val; | ^~~~~~~ /kisskb/src/drivers/video/backlight/adp8870_bl.c: In function 'adp8870_bl_ambient_light_level_show': /kisskb/src/drivers/video/backlight/adp8870_bl.c:737:10: note: byref variable will be forcibly initialized 737 | uint8_t reg_val; | ^~~~~~~ /kisskb/src/drivers/video/backlight/adp8870_bl.c: In function 'adp8870_show': /kisskb/src/drivers/video/backlight/adp8870_bl.c:546:10: note: byref variable will be forcibly initialized 546 | uint8_t reg_val; | ^~~~~~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/container_of.h:5, from /kisskb/src/include/linux/list.h:5, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/video/backlight/adp8870_bl.c:8: /kisskb/src/drivers/video/backlight/adp8870_bl.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/video/backlight/adp8870_bl.c:12: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/drivers/video/backlight/adp8870_bl.c: In function 'adp8870_probe': /kisskb/src/drivers/video/backlight/adp8870_bl.c:847:10: note: byref variable will be forcibly initialized 847 | uint8_t reg_val; | ^~~~~~~ /kisskb/src/drivers/video/backlight/adp8870_bl.c:842:30: note: byref variable will be forcibly initialized 842 | struct backlight_properties props; | ^~~~~ /kisskb/src/drivers/pci/syscall.c: In function '__do_sys_pciconfig_read': /kisskb/src/drivers/pci/syscall.c:21:6: note: byref variable will be forcibly initialized 21 | u32 dword; | ^~~~~ /kisskb/src/drivers/pci/syscall.c:20:6: note: byref variable will be forcibly initialized 20 | u16 word; | ^~~~ /kisskb/src/drivers/pci/syscall.c:19:5: note: byref variable will be forcibly initialized 19 | u8 byte; | ^~~~ /kisskb/src/drivers/clk/clk-s2mps11.c: In function 's2mps11_clk_is_prepared': /kisskb/src/drivers/clk/clk-s2mps11.c:57:6: note: byref variable will be forcibly initialized 57 | u32 val; | ^~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/container_of.h:5, from /kisskb/src/include/linux/list.h:5, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/clk/clk-s2mps11.c:7: /kisskb/src/drivers/clk/clk-s2mps11.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/powerpc/include/asm/io.h:27, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/iopoll.h:14, from /kisskb/src/include/linux/regmap.h:20, from /kisskb/src/drivers/clk/clk-s2mps11.c:11: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/clkdev.h:12, from /kisskb/src/drivers/clk/clk-s2mps11.c:10: /kisskb/src/drivers/clk/clk-s2mps11.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/fs/dcache.c: In function 'path_check_mount': /kisskb/src/fs/dcache.c:1437:14: note: byref variable will be forcibly initialized 1437 | struct path path = { .mnt = info->mnt, .dentry = dentry }; | ^~~~ /kisskb/src/fs/dcache.c: In function 'd_walk': /kisskb/src/fs/dcache.c:1328:11: note: byref variable will be forcibly initialized 1328 | unsigned seq = 0; | ^~~ /kisskb/src/fs/dcache.c: In function 'path_has_submounts': /kisskb/src/fs/dcache.c:1458:21: note: byref variable will be forcibly initialized 1458 | struct check_mount data = { .mnt = parent->mnt, .mounted = 0 }; | ^~~~ /kisskb/src/fs/dcache.c: In function 'd_alloc_name': /kisskb/src/fs/dcache.c:1881:14: note: byref variable will be forcibly initialized 1881 | struct qstr q; | ^ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/fs/dcache.c:18: /kisskb/src/fs/dcache.c: In function 'd_wait_lookup': /kisskb/src/fs/dcache.c:2557:21: note: byref variable will be forcibly initialized 2557 | DECLARE_WAITQUEUE(wait, current); | ^~~~ /kisskb/src/include/linux/wait.h:55:26: note: in definition of macro 'DECLARE_WAITQUEUE' 55 | struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) | ^~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/static_call.h:135, from /kisskb/src/include/linux/tracepoint.h:22, from /kisskb/src/include/trace/syscall.h:5, from /kisskb/src/include/linux/syscalls.h:88, from /kisskb/src/fs/select.c:21: /kisskb/src/fs/select.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/restart_block.h:10, from /kisskb/src/include/linux/thread_info.h:14, from /kisskb/src/arch/powerpc/include/asm/ptrace.h:323, from /kisskb/src/arch/powerpc/include/asm/hw_irq.h:12, from /kisskb/src/arch/powerpc/include/asm/irqflags.h:12, from /kisskb/src/include/linux/irqflags.h:16, from /kisskb/src/include/linux/rcupdate.h:26, from /kisskb/src/include/linux/rculist.h:11, from /kisskb/src/include/linux/sched/signal.h:5, from /kisskb/src/fs/select.c:19: /kisskb/src/fs/select.c: In function 'timespec64_sub': /kisskb/src/include/linux/time64.h:80:20: note: byref variable will be forcibly initialized 80 | struct timespec64 ts_delta; | ^~~~~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/fs/dcache.c:18: /kisskb/src/fs/dcache.c: In function 'shrink_dcache_sb': /kisskb/src/fs/dcache.c:1292:13: note: byref variable will be forcibly initialized 1292 | LIST_HEAD(dispose); | ^~~~~~~ /kisskb/src/include/linux/list.h: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_parent': /kisskb/src/fs/dcache.c:1597:22: note: byref variable will be forcibly initialized 1597 | struct select_data data = {.start = parent}; | ^~~~ /kisskb/src/fs/dcache.c: In function 'd_invalidate': /kisskb/src/fs/dcache.c:1714:18: note: byref variable will be forcibly initialized 1714 | struct dentry *victim = NULL; | ^~~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/fs/dcache.c:18: /kisskb/src/fs/dcache.c: In function 'prune_dcache_sb': /kisskb/src/fs/dcache.c:1252:12: note: byref variable will be forcibly initialized 1252 | LIST_HEAD(dispose); | ^~~~~~~ /kisskb/src/include/linux/list.h: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/fs/select.c:336:25: note: byref variable will be forcibly initialized 336 | struct old_timeval32 rtv; | ^~~ /kisskb/src/fs/select.c:324:32: note: byref variable will be forcibly initialized 324 | struct __kernel_old_timeval rtv; | ^~~ /kisskb/src/fs/select.c:301:20: note: byref variable will be forcibly initialized 301 | struct timespec64 rts; | ^~~ /kisskb/src/fs/dcache.c: In function 'd_alloc_parallel': /kisskb/src/fs/dcache.c:2577:23: note: byref variable will be forcibly initialized 2577 | unsigned seq, r_seq, d_seq; | ^~~~~ /kisskb/src/fs/select.c: In function 'select_estimate_accuracy': /kisskb/src/fs/select.c:78:20: note: byref variable will be forcibly initialized 78 | struct timespec64 now; | ^~~ /kisskb/src/fs/select.c: In function 'do_select': /kisskb/src/fs/select.c:479:22: note: byref variable will be forcibly initialized 479 | struct poll_wqueues table; | ^~~~~ /kisskb/src/fs/select.c:478:10: note: byref variable will be forcibly initialized 478 | ktime_t expire, *to = NULL; | ^~~~~~ /kisskb/src/fs/select.c: In function 'do_poll': /kisskb/src/fs/select.c:902:8: note: byref variable will be forcibly initialized 902 | bool can_busy_loop = false; | ^~~~~~~~~~~~~ /kisskb/src/fs/select.c:885:10: note: byref variable will be forcibly initialized 885 | ktime_t expire, *to = NULL; | ^~~~~~ /kisskb/src/fs/select.c: In function 'do_sys_poll': /kisskb/src/fs/select.c:978:7: note: byref variable will be forcibly initialized 978 | long stack_pps[POLL_STACK_ALLOC/sizeof(long)]; | ^~~~~~~~~ /kisskb/src/fs/select.c:973:22: note: byref variable will be forcibly initialized 973 | struct poll_wqueues table; | ^~~~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'clear_sticky_store': /kisskb/src/drivers/clk/clk-si5341.c:1525:7: note: byref variable will be forcibly initialized 1525 | long val; | ^~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_output_get_parent': /kisskb/src/drivers/clk/clk-si5341.c:918:6: note: byref variable will be forcibly initialized 918 | u32 val; | ^~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_output_clk_is_on': /kisskb/src/drivers/clk/clk-si5341.c:751:6: note: byref variable will be forcibly initialized 751 | u32 val; | ^~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_synth_clk_is_on': /kisskb/src/drivers/clk/clk-si5341.c:566:6: note: byref variable will be forcibly initialized 566 | u32 val; | ^~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_clk_get_selected_input': /kisskb/src/drivers/clk/clk-si5341.c:451:6: note: byref variable will be forcibly initialized 451 | u32 val; | ^~~ /kisskb/src/fs/select.c: In function 'do_restart_poll': /kisskb/src/fs/select.c:1047:32: note: byref variable will be forcibly initialized 1047 | struct timespec64 *to = NULL, end_time; | ^~~~~~~~ /kisskb/src/fs/select.c: In function 'poll_select_set_timeout': /kisskb/src/fs/select.c:275:20: note: byref variable will be forcibly initialized 275 | struct timespec64 ts = {.tv_sec = sec, .tv_nsec = nsec}; | ^~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'pll_locked_sticky_show': /kisskb/src/drivers/clk/clk-si5341.c:1510:6: note: byref variable will be forcibly initialized 1510 | u32 status; | ^~~~~~ /kisskb/src/fs/select.c: In function '__do_sys_poll': /kisskb/src/drivers/clk/clk-si5341.c: In function 'pll_locked_show': /kisskb/src/fs/select.c:1067:20: note: byref variable will be forcibly initialized 1067 | struct timespec64 end_time, *to = NULL; | ^~~~~~~~ /kisskb/src/drivers/clk/clk-si5341.c:1495:6: note: byref variable will be forcibly initialized 1495 | u32 status; | ^~~~~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'input_present_sticky_show': /kisskb/src/drivers/clk/clk-si5341.c:1480:6: note: byref variable will be forcibly initialized 1480 | u32 status; | ^~~~~~ /kisskb/src/fs/select.c: In function '__do_sys_ppoll': /kisskb/src/fs/select.c:1101:24: note: byref variable will be forcibly initialized 1101 | struct timespec64 ts, end_time, *to = NULL; | ^~~~~~~~ /kisskb/src/fs/select.c:1101:20: note: byref variable will be forcibly initialized 1101 | struct timespec64 ts, end_time, *to = NULL; | ^~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'input_present_show': /kisskb/src/drivers/clk/clk-si5341.c:1465:6: note: byref variable will be forcibly initialized 1465 | u32 status; | ^~~~~~ /kisskb/src/fs/select.c: In function 'core_sys_select': /kisskb/src/fs/select.c:630:7: note: byref variable will be forcibly initialized 630 | long stack_fds[SELECT_STACK_ALLOC/sizeof(long)]; | ^~~~~~~~~ /kisskb/src/fs/select.c:624:14: note: byref variable will be forcibly initialized 624 | fd_set_bits fds; | ^~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_encode_44_32': /kisskb/src/drivers/clk/clk-si5341.c:385:5: note: byref variable will be forcibly initialized 385 | u8 r[10]; | ^ /kisskb/src/fs/select.c: In function 'kern_select': /kisskb/src/fs/select.c:704:30: note: byref variable will be forcibly initialized 704 | struct __kernel_old_timeval tv; | ^~ /kisskb/src/fs/select.c:703:20: note: byref variable will be forcibly initialized 703 | struct timespec64 end_time, *to = NULL; | ^~~~~~~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_output_clk_recalc_rate': /kisskb/src/drivers/clk/clk-si5341.c:799:5: note: byref variable will be forcibly initialized 799 | u8 r[3]; | ^ /kisskb/src/drivers/clk/clk-si5341.c:797:6: note: byref variable will be forcibly initialized 797 | u32 val; | ^~~ /kisskb/src/fs/select.c: In function 'do_pselect': /kisskb/src/fs/select.c:733:24: note: byref variable will be forcibly initialized 733 | struct timespec64 ts, end_time, *to = NULL; | ^~~~~~~~ /kisskb/src/fs/select.c:733:20: note: byref variable will be forcibly initialized 733 | struct timespec64 ts, end_time, *to = NULL; | ^~ /kisskb/src/fs/select.c: In function '__do_sys_pselect6': /kisskb/src/fs/select.c:795:24: note: byref variable will be forcibly initialized 795 | struct sigset_argpack x = {NULL, 0}; | ^ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_decode_44_32': /kisskb/src/drivers/clk/clk-si5341.c:369:5: note: byref variable will be forcibly initialized 369 | u8 r[10]; | ^ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_synth_clk_recalc_rate': /kisskb/src/drivers/clk/clk-si5341.c:640:6: note: byref variable will be forcibly initialized 640 | u32 n_den; | ^~~~~ /kisskb/src/drivers/clk/clk-si5341.c:639:6: note: byref variable will be forcibly initialized 639 | u64 n_num; | ^~~~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_clk_recalc_rate': /kisskb/src/drivers/clk/clk-si5341.c:412:6: note: byref variable will be forcibly initialized 412 | u32 m_den; | ^~~~~ /kisskb/src/drivers/clk/clk-si5341.c:411:6: note: byref variable will be forcibly initialized 411 | u64 m_num; | ^~~~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_is_programmed_already': /kisskb/src/drivers/clk/clk-si5341.c:945:5: note: byref variable will be forcibly initialized 945 | u8 r[4]; | ^ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_read_settings': /kisskb/src/drivers/clk/clk-si5341.c:1056:5: note: byref variable will be forcibly initialized 1056 | u8 r[10]; | ^ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_finalize_defaults': /kisskb/src/drivers/clk/clk-si5341.c:1162:6: note: byref variable will be forcibly initialized 1162 | u32 revision; | ^~~~~~~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_send_preamble': /kisskb/src/drivers/clk/clk-si5341.c:1130:6: note: byref variable will be forcibly initialized 1130 | u32 revision; | ^~~~~~~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_probe_chip_id': /kisskb/src/drivers/clk/clk-si5341.c:994:5: note: byref variable will be forcibly initialized 994 | u8 reg[4]; | ^~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_dt_parse_dt': /kisskb/src/drivers/clk/clk-si5341.c:1271:6: note: byref variable will be forcibly initialized 1271 | u32 val; | ^~~ /kisskb/src/drivers/clk/clk-si5341.c:1270:6: note: byref variable will be forcibly initialized 1270 | u32 num; | ^~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_initialize_pll': /kisskb/src/drivers/clk/clk-si5341.c:1393:6: note: byref variable will be forcibly initialized 1393 | u32 m_den = 0; | ^~~~~ /kisskb/src/drivers/clk/clk-si5341.c:1392:6: note: byref variable will be forcibly initialized 1392 | u32 m_num = 0; | ^~~~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_output_clk_set_rate': /kisskb/src/drivers/clk/clk-si5341.c:866:5: note: byref variable will be forcibly initialized 866 | u8 r[3]; | ^ /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_is_prepared': /kisskb/src/drivers/clk/clk-si514.c:85:15: note: byref variable will be forcibly initialized 85 | unsigned int val; | ^~~ /kisskb/src/drivers/clk/clk-si514.c: In function 'si514_set_muldiv': /kisskb/src/drivers/clk/clk-si514.c:119:5: note: byref variable will be forcibly initialized 119 | u8 reg[7]; | ^~~ /kisskb/src/drivers/clk/clk-si5341.c: In function 'si5341_probe': /kisskb/src/drivers/clk/clk-si5341.c:1586:8: note: byref variable will be forcibly initialized 1586 | char reg_name[10]; | ^~~~~~~~ /kisskb/src/drivers/clk/clk-si5341.c:1560:6: note: byref variable will be forcibly initialized 1560 | u32 status; | ^~~~~~ /kisskb/src/drivers/clk/clk-si5341.c:1558:34: note: byref variable will be forcibly initialized 1558 | struct clk_si5341_output_config config[SI5341_MAX_NUM_OUTPUTS]; | ^~~~~~ /kisskb/src/drivers/clk/clk-si5341.c:1555:14: note: byref variable will be forcibly initialized 1555 | const char *synth_clock_names[SI5341_NUM_SYNTH]; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-si5341.c:1554:14: note: byref variable will be forcibly initialized 1554 | const char *root_clock_name; | ^~~~~~~~~~~~~~~ /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/clk/clk-si514.c: In function 'si514_set_rate': /kisskb/src/drivers/clk/clk-si514.c:256:15: note: byref variable will be forcibly initialized 256 | unsigned int old_oe_state; | ^~~~~~~~~~~~ /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_get_muldiv': /kisskb/src/drivers/clk/clk-si514.c:100:5: note: byref variable will be forcibly initialized 100 | u8 reg[7]; | ^~~ /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; | ^~~~ 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:642:12: note: byref variable will be forcibly initialized 642 | 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/clk/clk-si570.c: In function 'si570_round_rate': /kisskb/src/drivers/clk/clk-si570.c:249:19: note: byref variable will be forcibly initialized 249 | unsigned int n1, hs_div; | ^~~~~~ /kisskb/src/drivers/clk/clk-si570.c:249:15: note: byref variable will be forcibly initialized 249 | unsigned int n1, hs_div; | ^~ /kisskb/src/drivers/clk/clk-si570.c:248:6: note: byref variable will be forcibly initialized 248 | u64 rfreq; | ^~~~~ /kisskb/src/drivers/clk/clk-si570.c: In function 'si570_update_rfreq': /kisskb/src/drivers/clk/clk-si570.c:165:5: note: byref variable will be forcibly initialized 165 | u8 reg[5]; | ^~~ /kisskb/src/drivers/clk/clk-si570.c: In function 'si570_get_divs': /kisskb/src/drivers/clk/clk-si570.c:98:5: note: byref variable will be forcibly initialized 98 | u8 reg[6]; | ^~~ /kisskb/src/drivers/clk/clk-si570.c: In function 'si570_recalc_rate': /kisskb/src/drivers/clk/clk-si570.c:229:19: note: byref variable will be forcibly initialized 229 | unsigned int n1, hs_div; | ^~~~~~ /kisskb/src/drivers/clk/clk-si570.c:229:15: note: byref variable will be forcibly initialized 229 | unsigned int n1, hs_div; | ^~ /kisskb/src/drivers/clk/clk-si570.c:228:6: note: byref variable will be forcibly initialized 228 | u64 rfreq, rate; | ^~~~~ /kisskb/src/drivers/clk/clk-si570.c: In function 'si570_probe': /kisskb/src/drivers/clk/clk-si570.c:406:34: note: byref variable will be forcibly initialized 406 | u32 initial_fout, factory_fout, stability; | ^~~~~~~~~ /kisskb/src/drivers/clk/clk-si570.c:406:20: note: byref variable will be forcibly initialized 406 | u32 initial_fout, factory_fout, stability; | ^~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-si570.c:406:6: note: byref variable will be forcibly initialized 406 | u32 initial_fout, factory_fout, stability; | ^~~~~~~~~~~~ /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/inode.c: In function '__remove_privs': /kisskb/src/fs/inode.c:1931:15: note: byref variable will be forcibly initialized 1931 | struct iattr newattrs; | ^~~~~~~~ /kisskb/src/fs/inode.c: In function 'current_time': /kisskb/src/fs/inode.c:2324:20: note: byref variable will be forcibly initialized 2324 | struct timespec64 now; | ^~~ /kisskb/src/fs/inode.c: In function 'file_update_time': /kisskb/src/fs/inode.c:1989:20: note: byref variable will be forcibly initialized 1989 | struct timespec64 now; | ^~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/inode.c:7: /kisskb/src/fs/inode.c: In function 'invalidate_inodes': /kisskb/src/fs/inode.c:693:12: note: byref variable will be forcibly initialized 693 | 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/inode.c: In function 'prune_icache_sb': /kisskb/src/fs/inode.c:819:12: note: byref variable will be forcibly initialized 819 | 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) | ^~~~ /kisskb/src/fs/inode.c: In function 'atime_needs_update': /kisskb/src/fs/inode.c:1813:20: note: byref variable will be forcibly initialized 1813 | struct timespec64 now; | ^~~ /kisskb/src/fs/inode.c: In function 'touch_atime': /kisskb/src/fs/inode.c:1849:20: note: byref variable will be forcibly initialized 1849 | struct timespec64 now; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/preemptirq.h:67, from /kisskb/src/kernel/trace/trace_preemptirq.c:16: /kisskb/src/kernel/trace/trace_preemptirq.c: In function 'trace_event_raw_event_preemptirq_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/preemptirq.h:14:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 14 | DECLARE_EVENT_CLASS(preemptirq_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/user.c: In function 'free_uid': /kisskb/src/kernel/user.c:180:16: note: byref variable will be forcibly initialized 180 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/ptrace.c: In function 'ptrace_get_syscall_info_entry': /kisskb/src/kernel/ptrace.c:941:16: note: byref variable will be forcibly initialized 941 | unsigned long args[ARRAY_SIZE(info->entry.args)]; | ^~~~ /kisskb/src/kernel/ptrace.c: In function 'ptrace_peek_siginfo': /kisskb/src/kernel/ptrace.c:747:20: note: byref variable will be forcibly initialized 747 | kernel_siginfo_t info; | ^~~~ /kisskb/src/kernel/ptrace.c:721:33: note: byref variable will be forcibly initialized 721 | struct ptrace_peeksiginfo_args arg; | ^~~ /kisskb/src/kernel/ptrace.c: In function 'ptrace_getsiginfo': /kisskb/src/kernel/ptrace.c:687:16: note: byref variable will be forcibly initialized 687 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/ptrace.c: In function 'ptrace_setsiginfo': /kisskb/src/kernel/ptrace.c:703:16: note: byref variable will be forcibly initialized 703 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/ptrace.c: In function 'ptrace_readdata': /kisskb/src/kernel/ptrace.c:609:8: note: byref variable will be forcibly initialized 609 | char buf[128]; | ^~~ /kisskb/src/kernel/ptrace.c: In function 'ptrace_writedata': /kisskb/src/kernel/ptrace.c:635:8: note: byref variable will be forcibly initialized 635 | char buf[128]; | ^~~ /kisskb/src/kernel/ptrace.c: In function 'generic_ptrace_peekdata': /kisskb/src/kernel/ptrace.c:1325:16: note: byref variable will be forcibly initialized 1325 | unsigned long tmp; | ^~~ /kisskb/src/kernel/ptrace.c: In function 'ptrace_request': /kisskb/src/kernel/ptrace.c:1231:16: note: byref variable will be forcibly initialized 1231 | struct iovec kiov; | ^~~~ /kisskb/src/kernel/ptrace.c:1097:12: note: byref variable will be forcibly initialized 1097 | sigset_t new_set; | ^~~~~~~ /kisskb/src/kernel/ptrace.c:1039:16: note: byref variable will be forcibly initialized 1039 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/ptrace.c:1036:19: note: byref variable will be forcibly initialized 1036 | kernel_siginfo_t siginfo, *si; | ^~~~~~~ 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/drivers/clk/clk-versaclock5.c: In function 'vc5_pfd_recalc_rate': /kisskb/src/drivers/clk/clk-versaclock5.c:336:23: note: byref variable will be forcibly initialized 336 | unsigned int prediv, div; | ^~~ /kisskb/src/drivers/clk/clk-versaclock5.c:336:15: note: byref variable will be forcibly initialized 336 | unsigned int prediv, div; | ^~~~~~ /kisskb/src/drivers/clk/clk-versaclock5.c: In function 'vc5_dbl_recalc_rate': /kisskb/src/drivers/clk/clk-versaclock5.c:288:15: note: byref variable will be forcibly initialized 288 | unsigned int premul; | ^~~~~~ /kisskb/src/drivers/clk/clk-versaclock5.c: In function 'vc5_clk_out_get_parent': /kisskb/src/drivers/clk/clk-versaclock5.c:658:15: note: byref variable will be forcibly initialized 658 | unsigned int src; | ^~~ /kisskb/src/drivers/clk/clk-versaclock5.c: In function 'vc5_mux_get_parent': /kisskb/src/drivers/clk/clk-versaclock5.c:232:15: note: byref variable will be forcibly initialized 232 | unsigned int src; | ^~~ /kisskb/src/drivers/clk/clk-versaclock5.c: In function 'vc5_pll_set_rate': /kisskb/src/drivers/clk/clk-versaclock5.c:464:5: note: byref variable will be forcibly initialized 464 | u8 fb[5]; | ^~ /kisskb/src/drivers/clk/clk-versaclock5.c: In function 'vc5_fod_recalc_rate': /kisskb/src/drivers/clk/clk-versaclock5.c:490:5: note: byref variable will be forcibly initialized 490 | u8 od_frc[4]; | ^~~~~~ /kisskb/src/drivers/clk/clk-versaclock5.c:489:5: note: byref variable will be forcibly initialized 489 | u8 od_int[2]; | ^~~~~~ /kisskb/src/drivers/clk/clk-versaclock5.c: In function 'vc5_pll_recalc_rate': /kisskb/src/drivers/clk/clk-versaclock5.c:420:5: note: byref variable will be forcibly initialized 420 | u8 fb[5]; | ^~ In file included from /kisskb/src/include/linux/mm_types.h:12, 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/drivers/clk/clk-versaclock5.c: In function 'vc5_update_mode': /kisskb/src/drivers/clk/clk-versaclock5.c:736:6: note: byref variable will be forcibly initialized 736 | u32 value; | ^~~~~ /kisskb/src/drivers/clk/clk-versaclock5.c: In function 'vc5_update_power': /kisskb/src/drivers/clk/clk-versaclock5.c:761:6: note: byref variable will be forcibly initialized 761 | u32 value; | ^~~~~ /kisskb/src/drivers/clk/clk-versaclock5.c: In function 'vc5_update_slew': /kisskb/src/drivers/clk/clk-versaclock5.c:843:6: note: byref variable will be forcibly initialized 843 | u32 value; | ^~~~~ /kisskb/src/kernel/umh.c: In function 'proc_cap_handler': /kisskb/src/kernel/umh.c:492:16: note: byref variable will be forcibly initialized 492 | unsigned long cap_array[_KERNEL_CAPABILITY_U32S]; | ^~~~~~~~~ /kisskb/src/kernel/umh.c:491:19: note: byref variable will be forcibly initialized 491 | struct ctl_table t; | ^ /kisskb/src/drivers/clk/clk-versaclock5.c: In function 'vc5_clk_out_prepare': /kisskb/src/drivers/clk/clk-versaclock5.c:585:15: note: byref variable will be forcibly initialized 585 | unsigned int src; | ^~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/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:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/umh.c:313:11: note: in expansion of macro 'wait_event_timeout' 313 | retval = wait_event_timeout(running_helpers_waitq, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-versaclock5.c: In function 'vc5_fod_set_rate': /kisskb/src/drivers/clk/clk-versaclock5.c:546:5: note: byref variable will be forcibly initialized 546 | u8 data[14] = { | ^~~~ /kisskb/src/drivers/clk/clk-versaclock5.c: In function 'vc5_update_cap_load': /kisskb/src/drivers/clk/clk-versaclock5.c:820:6: note: byref variable will be forcibly initialized 820 | u32 value; | ^~~~~ /kisskb/src/drivers/clk/clk-versaclock5.c: In function 'vc5_probe': /kisskb/src/drivers/clk/clk-versaclock5.c:913:14: note: byref variable will be forcibly initialized 913 | const char *parent_names[2]; | ^~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-versaclock5.c:912:23: note: byref variable will be forcibly initialized 912 | struct clk_init_data init; | ^~~~ /kisskb/src/drivers/clk/clk-versaclock5.c:910:19: note: byref variable will be forcibly initialized 910 | unsigned int oe, sd, src_mask = 0, src_val = 0; | ^~ /kisskb/src/drivers/clk/clk-versaclock5.c:910:15: note: byref variable will be forcibly initialized 910 | unsigned int oe, sd, src_mask = 0, src_val = 0; | ^~ /kisskb/src/kernel/trace/trace_hwlat.c: In function 'start_cpu_kthread': /kisskb/src/kernel/trace/trace_hwlat.c:494:7: note: byref variable will be forcibly initialized 494 | char comm[24]; | ^~~~ /kisskb/src/kernel/trace/trace_hwlat.c: In function 'get_sample': /kisskb/src/kernel/trace/trace_hwlat.c:205:22: note: byref variable will be forcibly initialized 205 | struct hwlat_sample s; | ^ /kisskb/src/kernel/trace/trace_hwlat.c: In function 'hwlat_mode_write': /kisskb/src/kernel/trace/trace_hwlat.c:688:7: note: byref variable will be forcibly initialized 688 | char buf[64]; | ^~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigpending': /kisskb/src/kernel/signal.c:3208:11: note: byref variable will be forcibly initialized 3208 | sigset_t set; | ^~~ /kisskb/src/kernel/signal.c: In function '__do_sys_sigpending': /kisskb/src/kernel/signal.c:4306:11: note: byref variable will be forcibly initialized 4306 | sigset_t set; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/signal.h:125, from /kisskb/src/kernel/signal.c:50: /kisskb/src/kernel/signal.c: In function 'trace_event_raw_event_signal_generate': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:50:1: note: in expansion of macro 'TRACE_EVENT' 50 | TRACE_EVENT(signal_generate, | ^~~~~~~~~~~ /kisskb/src/kernel/signal.c: In function 'trace_event_raw_event_signal_deliver': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/signal.h:96:1: note: in expansion of macro 'TRACE_EVENT' 96 | TRACE_EVENT(signal_deliver, | ^~~~~~~~~~~ /kisskb/src/kernel/signal.c: In function 'post_copy_siginfo_from_user': /kisskb/src/kernel/signal.c:3331:8: note: byref variable will be forcibly initialized 3331 | char buf[SI_EXPANSION_SIZE]; | ^~~ /kisskb/src/kernel/signal.c: In function '__flush_itimer_signals': /kisskb/src/kernel/signal.c:491:19: note: byref variable will be forcibly initialized 491 | sigset_t signal, retain; | ^~~~~~ /kisskb/src/kernel/signal.c:491:11: note: byref variable will be forcibly initialized 491 | sigset_t signal, retain; | ^~~~~~ /kisskb/src/kernel/signal.c: In function 'kernel_sigaction': /kisskb/src/kernel/signal.c:4059:12: note: byref variable will be forcibly initialized 4059 | sigset_t mask; | ^~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_sigaltstack': /kisskb/src/kernel/signal.c:4210:15: note: byref variable will be forcibly initialized 4210 | stack_t new, old; | ^~~ /kisskb/src/kernel/signal.c:4210:10: note: byref variable will be forcibly initialized 4210 | stack_t new, old; | ^~~ /kisskb/src/drivers/video/backlight/bd6107.c: In function 'bd6107_probe': /kisskb/src/drivers/video/backlight/bd6107.c:121:30: note: byref variable will be forcibly initialized 121 | struct backlight_properties props; | ^~~~~ /kisskb/src/kernel/signal.c: In function 'dequeue_signal': /kisskb/src/kernel/signal.c:631:7: note: byref variable will be forcibly initialized 631 | bool resched_timer = false; | ^~~~~~~~~~~~~ /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/signal.c: In function '__set_task_blocked': /kisskb/src/kernel/signal.c:3005:12: note: byref variable will be forcibly initialized 3005 | sigset_t newblocked; | ^~~~~~~~~~ /kisskb/src/kernel/signal.c: In function 'do_sigtimedwait': /kisskb/src/kernel/signal.c:3564:11: note: byref variable will be forcibly initialized 3564 | sigset_t mask = *which; | ^~~~ /kisskb/src/kernel/signal.c:3562:22: note: byref variable will be forcibly initialized 3562 | ktime_t *to = NULL, timeout = KTIME_MAX; | ^~~~~~~ /kisskb/src/kernel/signal.c: In function 'prepare_signal': /kisskb/src/kernel/signal.c:904:11: note: byref variable will be forcibly initialized 904 | sigset_t flush; | ^~~~~ /kisskb/src/kernel/sys.c: In function 'do_sys_times': /kisskb/src/kernel/sys.c:978:15: note: byref variable will be forcibly initialized 978 | u64 tgutime, tgstime, cutime, cstime; | ^~~~~~~ /kisskb/src/kernel/sys.c:978:6: note: byref variable will be forcibly initialized 978 | u64 tgutime, tgstime, cutime, cstime; | ^~~~~~~ /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/signal.c: In function 'kill_pid_usb_asyncio': /kisskb/src/kernel/signal.c:1538:16: note: byref variable will be forcibly initialized 1538 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/signal.c:1536:24: note: byref variable will be forcibly initialized 1536 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/sys.c: In function 'override_release': /kisskb/src/kernel/sys.c:1252:8: note: byref variable will be forcibly initialized 1252 | char buf[65] = { 0 }; | ^~~ /kisskb/src/kernel/signal.c: In function 'send_sigqueue': /kisskb/src/kernel/signal.c:1951:16: note: byref variable will be forcibly initialized 1951 | unsigned long flags; | ^~~~~ /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/signal.c: In function 'do_notify_parent': /kisskb/src/kernel/sys.c: In function '__do_sys_uname': /kisskb/src/kernel/signal.c:2016:13: note: byref variable will be forcibly initialized 2016 | u64 utime, stime; | ^~~~~ /kisskb/src/kernel/sys.c:1295:21: note: byref variable will be forcibly initialized 1295 | struct old_utsname tmp; | ^~~ /kisskb/src/kernel/signal.c:2016:6: note: byref variable will be forcibly initialized 2016 | u64 utime, stime; | ^~~~~ /kisskb/src/kernel/signal.c:2012:24: note: byref variable will be forcibly initialized 2012 | struct kernel_siginfo info; | ^~~~ /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; | ^~~ /kisskb/src/fs/jfs/jfs_extent.c: In function 'extBalloc': /kisskb/src/fs/jfs/jfs_extent.c:500:17: note: byref variable will be forcibly initialized 500 | s64 nb, nblks, daddr, max; | ^~~~~ /kisskb/src/kernel/sys.c: In function '__do_sys_sethostname': /kisskb/src/kernel/sys.c:1343:7: note: byref variable will be forcibly initialized 1343 | char tmp[__NEW_UTS_LEN]; | ^~~ /kisskb/src/kernel/signal.c: In function '__do_sys_sigprocmask': /kisskb/src/kernel/signal.c:4347:11: note: byref variable will be forcibly initialized 4347 | sigset_t new_blocked; | ^~~~~~~~~~~ /kisskb/src/kernel/signal.c:4346:24: note: byref variable will be forcibly initialized 4346 | old_sigset_t old_set, new_set; | ^~~~~~~ /kisskb/src/kernel/signal.c:4346:15: note: byref variable will be forcibly initialized 4346 | old_sigset_t old_set, new_set; | ^~~~~~~ /kisskb/src/kernel/sys.c: In function '__do_sys_setdomainname': /kisskb/src/kernel/sys.c:1396:7: note: byref variable will be forcibly initialized 1396 | char tmp[__NEW_UTS_LEN]; | ^~~ /kisskb/src/kernel/signal.c: In function '__do_sys_ssetmask': /kisskb/src/kernel/signal.c:4554:11: note: byref variable will be forcibly initialized 4554 | sigset_t newset; | ^~~~~~ /kisskb/src/fs/jfs/jfs_extent.c: In function 'extAlloc': /kisskb/src/fs/jfs/jfs_extent.c:76:13: note: byref variable will be forcibly initialized 76 | s64 nxlen, nxaddr, xoff, hint, xaddr = 0; | ^~~~~~ /kisskb/src/fs/jfs/jfs_extent.c:76:6: note: byref variable will be forcibly initialized 76 | s64 nxlen, nxaddr, xoff, hint, xaddr = 0; | ^~~~~ /kisskb/src/kernel/sys.c: In function '__do_sys_gethostname': /kisskb/src/kernel/sys.c:1371:7: note: byref variable will be forcibly initialized 1371 | char tmp[__NEW_UTS_LEN + 1]; | ^~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigsuspend': /kisskb/src/kernel/signal.c:4616:11: note: byref variable will be forcibly initialized 4616 | sigset_t newset; | ^~~~~~ /kisskb/src/fs/jfs/jfs_extent.c: In function 'extHint': /kisskb/src/fs/jfs/jfs_extent.c:359:6: note: byref variable will be forcibly initialized 359 | int xflag; | ^~~~~ /kisskb/src/fs/jfs/jfs_extent.c:358:6: note: byref variable will be forcibly initialized 358 | int xlen; | ^~~~ /kisskb/src/fs/jfs/jfs_extent.c:357:6: note: byref variable will be forcibly initialized 357 | s64 xaddr; | ^~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_sigsuspend': /kisskb/src/kernel/signal.c:4645:11: note: byref variable will be forcibly initialized 4645 | sigset_t blocked; | ^~~~~~~ /kisskb/src/kernel/signal.c: In function 'sigprocmask': /kisskb/src/kernel/signal.c:3054:11: note: byref variable will be forcibly initialized 3054 | sigset_t newset; | ^~~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigprocmask': /kisskb/src/kernel/signal.c:3137:20: note: byref variable will be forcibly initialized 3137 | sigset_t old_set, new_set; | ^~~~~~~ /kisskb/src/kernel/signal.c:3137:11: note: byref variable will be forcibly initialized 3137 | sigset_t old_set, new_set; | ^~~~~~~ /kisskb/src/kernel/signal.c: In function 'set_user_sigmask': /kisskb/src/kernel/signal.c:3090:11: note: byref variable will be forcibly initialized 3090 | sigset_t kmask; | ^~~~~ /kisskb/src/kernel/signal.c: In function 'do_notify_parent_cldstop': /kisskb/src/kernel/signal.c:2128:13: note: byref variable will be forcibly initialized 2128 | u64 utime, stime; | ^~~~~ /kisskb/src/kernel/signal.c:2128:6: note: byref variable will be forcibly initialized 2128 | u64 utime, stime; | ^~~~~ /kisskb/src/kernel/signal.c:2124:24: note: byref variable will be forcibly initialized 2124 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/sys.c: In function 'do_sysinfo': /kisskb/src/kernel/sys.c:2561:20: note: byref variable will be forcibly initialized 2561 | struct timespec64 tp; | ^~ /kisskb/src/kernel/sys.c: In function '__do_sys_sysinfo': /kisskb/src/kernel/sys.c:2622:17: note: byref variable will be forcibly initialized 2622 | struct sysinfo val; | ^~~ /kisskb/src/kernel/signal.c: In function 'ptrace_do_notify': /kisskb/src/kernel/signal.c:2328:19: note: byref variable will be forcibly initialized 2328 | kernel_siginfo_t info; | ^~~~ /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/signal.c: In function 'signal_delivered': /kisskb/src/kernel/signal.c:2877:11: note: byref variable will be forcibly initialized 2877 | sigset_t blocked; | ^~~~~~~ /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/signal.c: In function 'exit_signals': /kisskb/src/kernel/signal.c:2937:11: note: byref variable will be forcibly initialized 2937 | sigset_t unblocked; | ^~~~~~~~~ /kisskb/src/kernel/sys.c: In function 'getrusage': /kisskb/src/kernel/sys.c:1745:16: note: byref variable will be forcibly initialized 1745 | unsigned long maxrss = 0; | ^~~~~~ /kisskb/src/kernel/sys.c:1744:31: note: byref variable will be forcibly initialized 1744 | u64 tgutime, tgstime, utime, stime; | ^~~~~ /kisskb/src/kernel/sys.c:1744:24: note: byref variable will be forcibly initialized 1744 | u64 tgutime, tgstime, utime, stime; | ^~~~~ /kisskb/src/kernel/sys.c:1744:15: note: byref variable will be forcibly initialized 1744 | u64 tgutime, tgstime, utime, stime; | ^~~~~~~ /kisskb/src/kernel/sys.c:1744:6: note: byref variable will be forcibly initialized 1744 | u64 tgutime, tgstime, utime, stime; | ^~~~~~~ /kisskb/src/kernel/sys.c:1743:16: note: byref variable will be forcibly initialized 1743 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/signal.c: In function 'do_send_sig_info': /kisskb/src/kernel/signal.c:1290:16: note: byref variable will be forcibly initialized 1290 | unsigned long flags; | ^~~~~ /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/kernel/signal.c: In function '__do_sys_rt_sigqueueinfo': /kisskb/src/kernel/signal.c:3989:19: note: byref variable will be forcibly initialized 3989 | kernel_siginfo_t info; | ^~~~ /kisskb/src/drivers/clk/clk-bd718x7.c: In function 'bd71837_clk_is_enabled': /kisskb/src/drivers/clk/clk-bd718x7.c:61:6: note: byref variable will be forcibly initialized 61 | int enabled; | ^~~~~~~ /kisskb/src/kernel/sys.c: In function '__do_sys_prctl': /kisskb/src/kernel/sys.c:2268:16: note: byref variable will be forcibly initialized 2268 | unsigned char comm[sizeof(me->comm)]; | ^~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_kill': /kisskb/src/drivers/clk/clk-bd718x7.c: In function 'bd71837_clk_probe': /kisskb/src/drivers/clk/clk-bd718x7.c:83:14: note: byref variable will be forcibly initialized 83 | const char *parent_clk; | ^~~~~~~~~~ /kisskb/src/kernel/signal.c:3763:24: note: byref variable will be forcibly initialized 3763 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'send_sig_fault': /kisskb/src/kernel/signal.c:1731:24: note: byref variable will be forcibly initialized 1731 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'send_sig_mceerr': /kisskb/src/kernel/signal.c:1762:24: note: byref variable will be forcibly initialized 1762 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'send_sig_fault_trapno': /kisskb/src/kernel/signal.c:1878:24: note: byref variable will be forcibly initialized 1878 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'do_tkill': /kisskb/src/kernel/signal.c:3920:24: note: byref variable will be forcibly initialized 3920 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_tgsigqueueinfo': /kisskb/src/kernel/signal.c:4029:19: note: byref variable will be forcibly initialized 4029 | kernel_siginfo_t info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig': /kisskb/src/kernel/signal.c:1649:24: note: byref variable will be forcibly initialized 1649 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_mceerr': /kisskb/src/kernel/signal.c:1748:24: note: byref variable will be forcibly initialized 1748 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_bnderr': /kisskb/src/kernel/signal.c:1777:24: note: byref variable will be forcibly initialized 1777 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_pkuerr': /kisskb/src/kernel/signal.c:1792:24: note: byref variable will be forcibly initialized 1792 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_perf': /kisskb/src/kernel/signal.c:1806:24: note: byref variable will be forcibly initialized 1806 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_ptrace_errno_trap': /kisskb/src/kernel/signal.c:1846:24: note: byref variable will be forcibly initialized 1846 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_fault_trapno': /kisskb/src/kernel/signal.c:1861:24: note: byref variable will be forcibly initialized 1861 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_fatal_sig': /kisskb/src/kernel/signal.c:1663:24: note: byref variable will be forcibly initialized 1663 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_exit_sig': /kisskb/src/kernel/signal.c:1676:24: note: byref variable will be forcibly initialized 1676 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_fault_to_task': /kisskb/src/kernel/signal.c:1705:24: note: byref variable will be forcibly initialized 1705 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function 'force_sig_seccomp': /kisskb/src/kernel/signal.c:1828:24: note: byref variable will be forcibly initialized 1828 | struct kernel_siginfo info; | ^~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigtimedwait': /kisskb/src/kernel/signal.c:3624:19: note: byref variable will be forcibly initialized 3624 | kernel_siginfo_t info; | ^~~~ /kisskb/src/kernel/signal.c:3623:20: note: byref variable will be forcibly initialized 3623 | struct timespec64 ts; | ^~ /kisskb/src/kernel/signal.c:3622:11: note: byref variable will be forcibly initialized 3622 | sigset_t these; | ^~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigtimedwait_time32': /kisskb/src/kernel/signal.c:3657:19: note: byref variable will be forcibly initialized 3657 | kernel_siginfo_t info; | ^~~~ /kisskb/src/kernel/signal.c:3656:20: note: byref variable will be forcibly initialized 3656 | struct timespec64 ts; | ^~ /kisskb/src/kernel/signal.c:3655:11: note: byref variable will be forcibly initialized 3655 | sigset_t these; | ^~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_pidfd_send_signal': /kisskb/src/kernel/signal.c:3842:19: note: byref variable will be forcibly initialized 3842 | kernel_siginfo_t kinfo; | ^~~~~ /kisskb/src/kernel/signal.c: In function 'do_sigaction': /kisskb/src/kernel/signal.c:4081:11: note: byref variable will be forcibly initialized 4081 | sigset_t mask; | ^~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_rt_sigaction': /kisskb/src/kernel/signal.c:4396:29: note: byref variable will be forcibly initialized 4396 | struct k_sigaction new_sa, old_sa; | ^~~~~~ /kisskb/src/kernel/signal.c:4396:21: note: byref variable will be forcibly initialized 4396 | struct k_sigaction new_sa, old_sa; | ^~~~~~ /kisskb/src/kernel/signal.c: In function '__do_sys_signal': /kisskb/src/kernel/signal.c:4569:29: note: byref variable will be forcibly initialized 4569 | struct k_sigaction new_sa, old_sa; | ^~~~~~ /kisskb/src/kernel/signal.c:4569:21: note: byref variable will be forcibly initialized 4569 | struct k_sigaction new_sa, old_sa; | ^~~~~~ /kisskb/src/kernel/signal.c: In function 'restore_altstack': /kisskb/src/kernel/signal.c:4224:10: note: byref variable will be forcibly initialized 4224 | stack_t new; | ^~~ /kisskb/src/drivers/clk/clk-rk808.c: In function 'rk808_clkout2_is_prepared': /kisskb/src/drivers/clk/clk-rk808.c:56:11: note: byref variable will be forcibly initialized 56 | uint32_t val; | ^~~ /kisskb/src/drivers/clk/clk-rk808.c: In function 'rk817_clkout2_is_prepared': /kisskb/src/drivers/clk/clk-rk808.c:119:15: note: byref variable will be forcibly initialized 119 | unsigned int val; | ^~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/neighbour.h:31, from /kisskb/src/net/core/neighbour.c:29: /kisskb/src/net/core/neighbour.c: In function 'nla_put_u8': /kisskb/src/include/net/netlink.h:1244:5: note: byref variable will be forcibly initialized 1244 | u8 tmp = value; | ^~~ /kisskb/src/net/core/neighbour.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized 1309 | u32 tmp = value; | ^~~ /kisskb/src/net/core/neighbour.c: In function 'neigh_fill_info': /kisskb/src/net/core/neighbour.c:2531:8: note: byref variable will be forcibly initialized 2531 | char haddr[MAX_ADDR_LEN]; | ^~~~~ /kisskb/src/net/core/neighbour.c:2506:23: note: byref variable will be forcibly initialized 2506 | struct nda_cacheinfo ci; | ^~ /kisskb/src/drivers/clk/clk-si544.c: In function 'si544_is_prepared': /kisskb/src/drivers/clk/clk-si544.c:114:15: note: byref variable will be forcibly initialized 114 | unsigned int val; | ^~~ /kisskb/src/drivers/clk/clk-si544.c: In function 'si544_get_muldiv': /kisskb/src/drivers/clk/clk-si544.c:129:5: note: byref variable will be forcibly initialized 129 | u8 reg[6]; | ^~~ /kisskb/src/drivers/clk/clk-si544.c: In function 'si544_recalc_rate': /kisskb/src/drivers/clk/clk-si544.c:320:26: note: byref variable will be forcibly initialized 320 | struct clk_si544_muldiv settings; | ^~~~~~~~ /kisskb/src/drivers/clk/clk-si544.c: In function 'si544_set_delta_m': /kisskb/src/drivers/clk/clk-si544.c:159:5: note: byref variable will be forcibly initialized 159 | u8 reg[3]; | ^~~ /kisskb/src/drivers/clk/clk-si544.c: In function 'si544_set_muldiv': /kisskb/src/drivers/clk/clk-si544.c:173:5: note: byref variable will be forcibly initialized 173 | u8 reg[6]; | ^~~ /kisskb/src/drivers/clk/clk-si544.c: In function 'si544_set_rate': /kisskb/src/drivers/clk/clk-si544.c:368:15: note: byref variable will be forcibly initialized 368 | unsigned int old_oe_state; | ^~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-si544.c:364:26: note: byref variable will be forcibly initialized 364 | struct clk_si544_muldiv settings; | ^~~~~~~~ /kisskb/src/drivers/clk/clk-si544.c: In function 'si544_probe': /kisskb/src/drivers/clk/clk-si544.c:458:23: note: byref variable will be forcibly initialized 458 | struct clk_init_data init; | ^~~~ /kisskb/src/net/core/neighbour.c: In function '__neigh_update': /kisskb/src/net/core/neighbour.c:1264:11: note: byref variable will be forcibly initialized 1264 | int err, notify = 0; | ^~~~~~ /kisskb/src/net/core/neighbour.c:1261:26: note: byref variable will be forcibly initialized 1261 | bool gc_update = false, managed_update = false; | ^~~~~~~~~~~~~~ /kisskb/src/net/core/neighbour.c:1261:7: note: byref variable will be forcibly initialized 1261 | bool gc_update = false, managed_update = false; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/kernel/workqueue.c:35: /kisskb/src/kernel/workqueue.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/net/core/neighbour.c: In function 'neigh_valid_dump_req': /kisskb/src/net/core/neighbour.c:2740:17: note: byref variable will be forcibly initialized 2740 | struct nlattr *tb[NDA_MAX + 1]; | ^~ /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/net/core/neighbour.c: In function 'neigh_valid_get_req': /kisskb/src/net/core/neighbour.c:2847:17: note: byref variable will be forcibly initialized 2847 | struct nlattr *tb[NDA_MAX + 1]; | ^~ /kisskb/src/drivers/soc/fsl/qe/qe.c: In function 'qe_get_brg_clk': /kisskb/src/drivers/soc/fsl/qe/qe.c:162:6: note: byref variable will be forcibly initialized 162 | u32 brg; | ^~~ /kisskb/src/drivers/soc/fsl/qe/qe.c: In function 'qe_get_num_of_risc': /kisskb/src/drivers/clk/clk-si5351.c: In function 'si5351_reg_read': /kisskb/src/drivers/soc/fsl/qe/qe.c:620:15: note: byref variable will be forcibly initialized 620 | unsigned int num_of_risc = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/clk/clk-si5351.c:85:6: note: byref variable will be forcibly initialized 85 | u32 val; | ^~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/neighbour.h:31, from /kisskb/src/net/core/neighbour.c:29: /kisskb/src/net/core/neighbour.c: In function 'nla_get_u64': /kisskb/src/include/net/netlink.h:1617:6: note: byref variable will be forcibly initialized 1617 | u64 tmp; | ^~~ /kisskb/src/net/core/neighbour.c: In function 'neightbl_set': /kisskb/src/net/core/neighbour.c:2298:18: note: byref variable will be forcibly initialized 2298 | struct nlattr *tbp[NDTPA_MAX+1]; | ^~~ /kisskb/src/net/core/neighbour.c:2260:17: note: byref variable will be forcibly initialized 2260 | struct nlattr *tb[NDTA_MAX+1]; | ^~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/drivers/soc/fsl/qe/qe.c:20: /kisskb/src/drivers/soc/fsl/qe/qe.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/clk-si5351.c: In function 'si5351_msynth_round_rate': /kisskb/src/drivers/clk/clk-si5351.c:649:22: note: byref variable will be forcibly initialized 649 | unsigned long a, b, c; | ^ /kisskb/src/drivers/clk/clk-si5351.c:649:19: note: byref variable will be forcibly initialized 649 | unsigned long a, b, c; | ^ In file included from /kisskb/src/kernel/workqueue.c:35: /kisskb/src/kernel/workqueue.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/neighbour.h:31, from /kisskb/src/net/core/neighbour.c:29: /kisskb/src/net/core/neighbour.c: In function 'nla_put_msecs': /kisskb/src/include/net/netlink.h:1500:6: note: byref variable will be forcibly initialized 1500 | u64 tmp = jiffies_to_msecs(njiffies); | ^~~ /kisskb/src/drivers/clk/clk-si5351.c: In function 'si5351_pll_round_rate': /kisskb/src/drivers/clk/clk-si5351.c:450:36: note: byref variable will be forcibly initialized 450 | unsigned long rfrac, denom, a, b, c; | ^ /kisskb/src/drivers/clk/clk-si5351.c:450:33: note: byref variable will be forcibly initialized 450 | unsigned long rfrac, denom, a, b, c; | ^ /kisskb/src/drivers/clk/clk-si5351.c: In function 'si5351_read_parameters': /kisskb/src/drivers/clk/clk-si5351.c:132:5: note: byref variable will be forcibly initialized 132 | u8 buf[SI5351_PARAMETERS_LENGTH]; | ^~~ /kisskb/src/net/core/neighbour.c: In function 'neightbl_fill_info': /kisskb/src/net/core/neighbour.c:2155:20: note: byref variable will be forcibly initialized 2155 | struct ndt_stats ndst; | ^~~~ /kisskb/src/net/core/neighbour.c:2134:21: note: byref variable will be forcibly initialized 2134 | struct ndt_config ndc = { | ^~~ /kisskb/src/drivers/clk/clk-si5351.c: In function 'si5351_dt_parse': /kisskb/src/drivers/clk/clk-si5351.c:1171:6: note: byref variable will be forcibly initialized 1171 | u32 val; | ^~~ /kisskb/src/drivers/clk/clk-si5351.c:1170:6: note: byref variable will be forcibly initialized 1170 | int num = 0; | ^~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/container_of.h:5, from /kisskb/src/include/linux/list.h:5, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/clk/clk-si5351.c:15: /kisskb/src/drivers/clk/clk-si5351.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/clk/clk-si5351.c:23: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/drivers/clk/clk-si5351.c: In function '_si5351_clkout_reset_pll': /kisskb/src/drivers/clk/clk-si5351.c:907:15: note: byref variable will be forcibly initialized 907 | unsigned int v; | ^ 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:3570:29: note: byref variable will be forcibly initialized 3570 | 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/drivers/clk/clk-si5351.c: In function 'si5351_write_parameters': /kisskb/src/drivers/clk/clk-si5351.c:154:5: note: byref variable will be forcibly initialized 154 | u8 buf[SI5351_PARAMETERS_LENGTH]; | ^~~ /kisskb/src/net/core/neighbour.c: In function 'neigh_get': /kisskb/src/net/core/neighbour.c:2972:6: note: byref variable will be forcibly initialized 2972 | int dev_idx = 0; | ^~~~~~~ /kisskb/src/net/core/neighbour.c:2971:5: note: byref variable will be forcibly initialized 2971 | u8 ndm_flags = 0; | ^~~~~~~~~ /kisskb/src/net/core/neighbour.c:2970:8: note: byref variable will be forcibly initialized 2970 | void *dst = NULL; | ^~~ /kisskb/src/net/core/neighbour.c:2968:22: note: byref variable will be forcibly initialized 2968 | struct neigh_table *tbl = NULL; | ^~~ /kisskb/src/drivers/clk/clk-si5351.c: In function 'si5351_i2c_probe': /kisskb/src/drivers/clk/clk-si5351.c:1377:14: note: byref variable will be forcibly initialized 1377 | const char *parent_names[4]; | ^~~~~~~~~~~~ /kisskb/src/drivers/clk/clk-si5351.c:1376:23: note: byref variable will be forcibly initialized 1376 | struct clk_init_data init; | ^~~~ /kisskb/src/net/core/neighbour.c: In function 'neigh_add': /kisskb/src/net/core/neighbour.c:1913:17: note: byref variable will be forcibly initialized 1913 | struct nlattr *tb[NDA_MAX+1]; | ^~ /kisskb/src/kernel/workqueue.c: In function 'create_worker': /kisskb/src/kernel/workqueue.c:1939:7: note: byref variable will be forcibly initialized 1939 | char id_buf[16]; | ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/workqueue.h:130, from /kisskb/src/kernel/workqueue.c:381: /kisskb/src/kernel/workqueue.c: In function 'trace_event_raw_event_workqueue_activate_work': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:59:1: note: in expansion of macro 'TRACE_EVENT' 59 | TRACE_EVENT(workqueue_activate_work, | ^~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'trace_event_raw_event_workqueue_execute_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:82:1: note: in expansion of macro 'TRACE_EVENT' 82 | TRACE_EVENT(workqueue_execute_start, | ^~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'trace_event_raw_event_workqueue_execute_end': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:108:1: note: in expansion of macro 'TRACE_EVENT' 108 | TRACE_EVENT(workqueue_execute_end, | ^~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'trace_event_raw_event_workqueue_queue_work': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:23:1: note: in expansion of macro 'TRACE_EVENT' 23 | TRACE_EVENT(workqueue_queue_work, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/workqueue.h:23:1: note: in expansion of macro 'TRACE_EVENT' 23 | TRACE_EVENT(workqueue_queue_work, | ^~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'process_one_work': /kisskb/src/kernel/workqueue.c:2207:21: note: byref variable will be forcibly initialized 2207 | struct lockdep_map lockdep_map; | ^~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'rescuer_thread': /kisskb/src/kernel/workqueue.c:2525:30: note: byref variable will be forcibly initialized 2525 | struct work_struct *work, *n; | ^ /kisskb/src/kernel/workqueue.c: In function '__flush_work': /kisskb/src/kernel/workqueue.c:3070:20: note: byref variable will be forcibly initialized 3070 | struct wq_barrier barr; | ^~~~ /kisskb/src/kernel/workqueue.c: In function 'mod_delayed_work_on': /kisskb/src/kernel/workqueue.c:1733:16: note: byref variable will be forcibly initialized 1733 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/workqueue.c: In function '__cancel_work': /kisskb/src/kernel/workqueue.c:3255:16: note: byref variable will be forcibly initialized 3255 | unsigned long flags; | ^~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:7: /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/kernel/workqueue.c: In function 'flush_workqueue': /kisskb/src/kernel/workqueue.c:2808:20: note: byref variable will be forcibly initialized 2808 | struct wq_flusher this_flusher = { | ^~~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function '__cancel_work_timer': /kisskb/src/kernel/workqueue.c:3148:20: note: byref variable will be forcibly initialized 3148 | struct cwt_wait cwait; | ^~~~~ /kisskb/src/kernel/workqueue.c:3126:16: note: byref variable will be forcibly initialized 3126 | unsigned long flags; | ^~~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:78, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:7: /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_start_cksum_safe': /kisskb/src/fs/xfs/libxfs/xfs_cksum.h:16:11: note: byref variable will be forcibly initialized 16 | uint32_t zero = 0; | ^~~~ /kisskb/src/kernel/pid.c: In function 'pidfd_get_task': /kisskb/src/kernel/workqueue.c: In function 'set_worker_desc': /kisskb/src/kernel/pid.c:561:15: note: byref variable will be forcibly initialized 561 | unsigned int f_flags; | ^~~~~~~ /kisskb/src/kernel/workqueue.c:4647:10: note: byref variable will be forcibly initialized 4647 | va_list args; | ^~~~ /kisskb/src/kernel/workqueue.c: In function 'max_active_store': /kisskb/src/kernel/workqueue.c:5493:6: note: byref variable will be forcibly initialized 5493 | int val; | ^~~ 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:5358:12: note: byref variable will be forcibly initialized 5358 | 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/kernel/workqueue.c: In function 'wq_numa_store': /kisskb/src/kernel/workqueue.c:5641:6: note: byref variable will be forcibly initialized 5641 | int v, ret = -ENOMEM; | ^ /kisskb/src/kernel/workqueue.c: In function 'print_worker_info': /kisskb/src/kernel/workqueue.c:4676:27: note: byref variable will be forcibly initialized 4676 | struct workqueue_struct *wq = NULL; | ^~ /kisskb/src/kernel/workqueue.c:4675:25: note: byref variable will be forcibly initialized 4675 | struct pool_workqueue *pwq = NULL; | ^~~ /kisskb/src/kernel/workqueue.c:4674:7: note: byref variable will be forcibly initialized 4674 | char desc[WORKER_DESC_LEN] = { }; | ^~~~ /kisskb/src/kernel/workqueue.c:4673:7: note: byref variable will be forcibly initialized 4673 | char name[WQ_NAME_LEN] = { }; | ^~~~ /kisskb/src/kernel/workqueue.c:4672:15: note: byref variable will be forcibly initialized 4672 | work_func_t *fn = NULL; | ^~ /kisskb/src/kernel/workqueue.c: In function 'show_all_workqueues': /kisskb/src/kernel/workqueue.c:4899:6: note: byref variable will be forcibly initialized 4899 | int pi; | ^~ /kisskb/src/kernel/workqueue.c: In function 'workqueue_online_cpu': /kisskb/src/kernel/workqueue.c:5141:6: note: byref variable will be forcibly initialized 5141 | int pi; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_verify': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:302:11: note: byref variable will be forcibly initialized 302 | __u32 last_hashval = 0; | ^~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:295:30: note: byref variable will be forcibly initialized 295 | struct xfs_attr3_icleaf_hdr ichdr; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_create': /kisskb/src/kernel/workqueue.c: In function 'workqueue_set_unbound_cpumask': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1255:19: note: byref variable will be forcibly initialized 1255 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1252:30: note: byref variable will be forcibly initialized 1252 | struct xfs_attr3_icleaf_hdr ichdr; | ^~~~~ /kisskb/src/kernel/workqueue.c:5405:16: note: byref variable will be forcibly initialized 5405 | cpumask_var_t saved_cpumask; | ^~~~~~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'wq_unbound_cpumask_store': /kisskb/src/kernel/workqueue.c:5690:16: note: byref variable will be forcibly initialized 5690 | cpumask_var_t cpumask; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_compact': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1567:30: note: byref variable will be forcibly initialized 1567 | struct xfs_attr3_icleaf_hdr ichdr_src; | ^~~~~~~~~ /kisskb/src/kernel/workqueue.c: In function 'alloc_workqueue': /kisskb/src/kernel/workqueue.c:4294:10: note: byref variable will be forcibly initialized 4294 | va_list args; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr_shortform_add': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:725:28: note: byref variable will be forcibly initialized 725 | struct xfs_attr_sf_entry *sfe; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr_sf_removename': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:789:17: note: byref variable will be forcibly initialized 789 | unsigned int base; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:787:28: note: byref variable will be forcibly initialized 787 | struct xfs_attr_sf_entry *sfe; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr_shortform_allfit': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:982:30: note: byref variable will be forcibly initialized 982 | struct xfs_attr3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/kernel/params.c: In function 'param_set_uint_minmax': /kisskb/src/kernel/params.c:249:15: note: byref variable will be forcibly initialized 249 | unsigned int num; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_to_shortform': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1101:21: note: byref variable will be forcibly initialized 1101 | struct xfs_da_args nargs; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1098:30: note: byref variable will be forcibly initialized 1098 | struct xfs_attr3_icleaf_hdr ichdr; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_to_node': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1187:15: note: byref variable will be forcibly initialized 1187 | xfs_dablk_t blkno; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1186:19: note: byref variable will be forcibly initialized 1186 | struct xfs_buf *bp2 = NULL; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1185:19: note: byref variable will be forcibly initialized 1185 | struct xfs_buf *bp1 = NULL; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1181:28: note: byref variable will be forcibly initialized 1181 | struct xfs_da3_icnode_hdr icnodehdr; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1179:30: note: byref variable will be forcibly initialized 1179 | struct xfs_attr3_icleaf_hdr icleafhdr; | ^~~~~~~~~ /kisskb/src/kernel/params.c: In function 'param_set_bool_enable_only': /kisskb/src/kernel/params.c:336:22: note: byref variable will be forcibly initialized 336 | struct kernel_param dummy_kp = *kp; | ^~~~~~~~ /kisskb/src/kernel/params.c:334:7: note: byref variable will be forcibly initialized 334 | bool new_value; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr_leaf_order': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1646:30: note: byref variable will be forcibly initialized 1646 | struct xfs_attr3_icleaf_hdr ichdr2; | ^~~~~~ /kisskb/src/kernel/params.c: In function 'param_set_invbool': /kisskb/src/kernel/params.c:367:22: note: byref variable will be forcibly initialized 367 | struct kernel_param dummy; | ^~~~~ /kisskb/src/kernel/params.c:366:7: note: byref variable will be forcibly initialized 366 | bool boolval; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1645:30: note: byref variable will be forcibly initialized 1645 | struct xfs_attr3_icleaf_hdr ichdr1; | ^~~~~~ /kisskb/src/kernel/params.c: In function 'param_set_bint': /kisskb/src/kernel/params.c:393:7: note: byref variable will be forcibly initialized 393 | bool v; | ^ /kisskb/src/kernel/params.c:392:22: note: byref variable will be forcibly initialized 392 | struct kernel_param boolkp = *kp; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_toosmall': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2025:31: note: byref variable will be forcibly initialized 2025 | struct xfs_attr3_icleaf_hdr ichdr2; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1969:8: note: byref variable will be forcibly initialized 1969 | int retval; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1964:19: note: byref variable will be forcibly initialized 1964 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1963:30: note: byref variable will be forcibly initialized 1963 | struct xfs_attr3_icleaf_hdr ichdr; | ^~~~~ /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/kernel/params.c: In function 'param_array_set': /kisskb/src/kernel/params.c:465:15: note: byref variable will be forcibly initialized 465 | unsigned int temp_num; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_remove': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2089:30: note: byref variable will be forcibly initialized 2089 | struct xfs_attr3_icleaf_hdr ichdr; | ^~~~~ /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/kernel/params.c: In function 'param_sysfs_builtin': /kisskb/src/kernel/params.c:834:7: note: byref variable will be forcibly initialized 834 | char modname[MODULE_NAME_LEN]; | ^~~~~~~ /kisskb/src/fs/seq_file.c: In function 'seq_escape_mem': /kisskb/src/fs/seq_file.c:377:8: note: byref variable will be forcibly initialized 377 | char *buf; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_unbalance': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2290:31: note: byref variable will be forcibly initialized 2290 | struct xfs_attr3_icleaf_hdr tmphdr; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2246:30: note: byref variable will be forcibly initialized 2246 | struct xfs_attr3_icleaf_hdr savehdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2245:30: note: byref variable will be forcibly initialized 2245 | struct xfs_attr3_icleaf_hdr drophdr; | ^~~~~~~ /kisskb/src/fs/seq_file.c: In function 'seq_printf': /kisskb/src/fs/seq_file.c:403:10: note: byref variable will be forcibly initialized 403 | va_list args; | ^~~~ /kisskb/src/fs/seq_file.c: In function 'seq_path': /kisskb/src/fs/seq_file.c:472:8: note: byref variable will be forcibly initialized 472 | char *buf; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_lookup_int': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2369:30: note: byref variable will be forcibly initialized 2369 | struct xfs_attr3_icleaf_hdr ichdr; | ^~~~~ /kisskb/src/fs/seq_file.c: In function 'seq_dentry': /kisskb/src/fs/seq_file.c:539:8: note: byref variable will be forcibly initialized 539 | char *buf; | ^~~ /kisskb/src/kernel/params.c: In function 'parse_args': /kisskb/src/kernel/params.c:171:16: note: byref variable will be forcibly initialized 171 | char *param, *val, *err = NULL; | ^~~ /kisskb/src/kernel/params.c:171:8: note: byref variable will be forcibly initialized 171 | char *param, *val, *err = NULL; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_getvalue': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2476:30: note: byref variable will be forcibly initialized 2476 | struct xfs_attr3_icleaf_hdr ichdr; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr_leaf_lasthash': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2664:30: note: byref variable will be forcibly initialized 2664 | struct xfs_attr3_icleaf_hdr ichdr; | ^~~~~ /kisskb/src/fs/seq_file.c: In function 'seq_hex_dump': /kisskb/src/fs/seq_file.c:870:8: note: byref variable will be forcibly initialized 870 | char *buffer; | ^~~~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:78, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:7: /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c: In function 'xfs_start_cksum_safe': /kisskb/src/fs/xfs/libxfs/xfs_cksum.h:16:11: note: byref variable will be forcibly initialized 16 | uint32_t zero = 0; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_rebalance': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1680:8: note: byref variable will be forcibly initialized 1680 | int totallen; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1679:8: note: byref variable will be forcibly initialized 1679 | int count; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1676:30: note: byref variable will be forcibly initialized 1676 | struct xfs_attr3_icleaf_hdr ichdr2; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1675:30: note: byref variable will be forcibly initialized 1675 | struct xfs_attr3_icleaf_hdr ichdr1; | ^~~~~~ /kisskb/src/fs/seq_file.c: In function 'seq_path_root': /kisskb/src/fs/seq_file.c:510:8: note: byref variable will be forcibly initialized 510 | char *buf; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c: In function 'xfs_attr3_rmt_verify_struct': /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:175:17: note: byref variable will be forcibly initialized 175 | xfs_failaddr_t fa; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c: In function 'xfs_attr3_rmt_read_verify': /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:163:17: note: byref variable will be forcibly initialized 163 | xfs_failaddr_t fa; | ^~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:7: /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c: In function 'xfs_buf_read': /kisskb/src/fs/xfs/xfs_buf.h:232:24: note: byref variable will be forcibly initialized 232 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_add_work': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1448:8: note: byref variable will be forcibly initialized 1448 | int tmp; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c: In function 'xfs_buf_get': /kisskb/src/fs/xfs/xfs_buf.h:218:24: note: byref variable will be forcibly initialized 218 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_add': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1363:30: note: byref variable will be forcibly initialized 1363 | struct xfs_attr3_icleaf_hdr ichdr; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c: In function 'xfs_attr_rmtval_get': /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:394:8: note: byref variable will be forcibly initialized 394 | int offset = 0; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:390:8: note: byref variable will be forcibly initialized 390 | int nmap; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:389:8: note: byref variable will be forcibly initialized 389 | int valuelen; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:388:13: note: byref variable will be forcibly initialized 388 | uint8_t *dst = args->value; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:386:19: note: byref variable will be forcibly initialized 386 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:384:23: note: byref variable will be forcibly initialized 384 | struct xfs_bmbt_irec map[ATTR_RMTVALUE_MAPSIZE]; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr_shortform_to_leaf': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:911:20: note: byref variable will be forcibly initialized 911 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:910:16: note: byref variable will be forcibly initialized 910 | xfs_dablk_t blkno; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:907:22: note: byref variable will be forcibly initialized 907 | struct xfs_da_args nargs; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c: In function 'xfs_attr_rmt_find_hole': /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:452:17: note: byref variable will be forcibly initialized 452 | xfs_fileoff_t lfileoff = 0; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_split': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:1304:14: note: byref variable will be forcibly initialized 1304 | xfs_dablk_t blkno; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c: In function 'xfs_attr_rmtval_set_value': /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:496:19: note: byref variable will be forcibly initialized 496 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:484:8: note: byref variable will be forcibly initialized 484 | int offset = 0; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:482:8: note: byref variable will be forcibly initialized 482 | int nmap; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:481:8: note: byref variable will be forcibly initialized 481 | int valuelen; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:479:13: note: byref variable will be forcibly initialized 479 | uint8_t *src = args->value; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:477:23: note: byref variable will be forcibly initialized 477 | struct xfs_bmbt_irec map; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_clearflag': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2743:30: note: byref variable will be forcibly initialized 2743 | struct xfs_attr3_icleaf_hdr ichdr; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2740:19: note: byref variable will be forcibly initialized 2740 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_setflag': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2809:30: note: byref variable will be forcibly initialized 2809 | struct xfs_attr3_icleaf_hdr ichdr; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c: In function 'xfs_attr_rmtval_set_blk': /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:606:6: note: byref variable will be forcibly initialized 606 | int nmap; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2806:19: note: byref variable will be forcibly initialized 2806 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c: In function 'xfs_attr_rmtval_invalidate': /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:646:9: note: byref variable will be forcibly initialized 646 | int nmap; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:645:24: note: byref variable will be forcibly initialized 645 | struct xfs_bmbt_irec map; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c: In function 'xfs_attr_rmtval_remove': /kisskb/src/fs/xfs/libxfs/xfs_attr_remote.c:679:16: note: byref variable will be forcibly initialized 679 | int error, done; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c: In function 'xfs_attr3_leaf_flipflags': /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2865:30: note: byref variable will be forcibly initialized 2865 | struct xfs_attr3_icleaf_hdr ichdr2; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2864:30: note: byref variable will be forcibly initialized 2864 | struct xfs_attr3_icleaf_hdr ichdr1; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2861:19: note: byref variable will be forcibly initialized 2861 | struct xfs_buf *bp2; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_attr_leaf.c:2860:19: note: byref variable will be forcibly initialized 2860 | struct xfs_buf *bp1; | ^~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/container_of.h:5, from /kisskb/src/include/linux/list.h:5, 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/file.c:10: /kisskb/src/fs/file.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:756:6: note: in expansion of macro 'unlikely' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:756:15: note: in expansion of macro 'check_mul_overflow' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:756:6: note: in expansion of macro 'unlikely' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:756:15: note: in expansion of macro 'check_mul_overflow' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/trace_events.h:9, from /kisskb/src/include/trace/syscall.h:7, from /kisskb/src/include/linux/syscalls.h:88, from /kisskb/src/fs/file.c:10: /kisskb/src/include/linux/slab.h:754:9: note: byref variable will be forcibly initialized 754 | size_t bytes; | ^~~~~ 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:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/file.c:219:3: note: in expansion of macro 'wait_event' 219 | wait_event(files->resize_wait, !files->resize_in_progress); | ^~~~~~~~~~ /kisskb/src/fs/file.c: In function '__close_range': /kisskb/src/fs/file.c:705:45: note: byref variable will be forcibly initialized 705 | struct files_struct *cur_fds = me->files, *fds = NULL; | ^~~ /kisskb/src/fs/namespace.c: In function 'init_mount_tree': /kisskb/src/fs/namespace.c:4280:14: note: byref variable will be forcibly initialized 4280 | 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 'umount_tree': /kisskb/src/fs/namespace.c:1502:12: note: byref variable will be forcibly initialized 1502 | 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:3174:12: note: byref variable will be forcibly initialized 3174 | 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:912:12: note: byref variable will be forcibly initialized 912 | 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:2567:13: note: byref variable will be forcibly initialized 2567 | struct tm tm; | ^~ 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:1160:12: note: byref variable will be forcibly initialized 1160 | 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/fs/ext4/ext4_jbd2.h:17, from /kisskb/src/fs/ext4/ioctl.c:24: /kisskb/src/fs/ext4/ioctl.c: In function 'ext4_chksum': /kisskb/src/fs/ext4/ext4.h:2446:4: note: byref variable will be forcibly initialized 2446 | } desc; | ^~~~ /kisskb/src/fs/namespace.c: In function 'namespace_unlock': /kisskb/src/fs/namespace.c:1436:12: note: byref variable will be forcibly initialized 1436 | 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:1433:20: note: byref variable will be forcibly initialized 1433 | struct hlist_head head; | ^~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/include/linux/syscalls.h:77, from /kisskb/src/fs/namespace.c:11: /kisskb/src/fs/namespace.c: In function 'mark_mounts_for_expiry': /kisskb/src/fs/namespace.c:3089:12: note: byref variable will be forcibly initialized 3089 | 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/ext4/ioctl.c: In function 'ext4_ioctl_setflags': /kisskb/src/fs/ext4/ioctl.c:345:19: note: byref variable will be forcibly initialized 345 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/ioctl.c: In function 'ext4_ioctl_setproject': /kisskb/src/fs/ext4/ioctl.c:471:19: note: byref variable will be forcibly initialized 471 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/namespace.c: In function 'do_mount_setattr': /kisskb/src/fs/namespace.c:4057:6: note: byref variable will be forcibly initialized 4057 | int err = 0; | ^~~ /kisskb/src/fs/namespace.c: In function '__do_sys_mount_setattr': /kisskb/src/fs/namespace.c:4233:21: note: byref variable will be forcibly initialized 4233 | struct mount_kattr kattr; | ^~~~~ /kisskb/src/fs/namespace.c:4232:20: note: byref variable will be forcibly initialized 4232 | struct mount_attr attr; | ^~~~ /kisskb/src/fs/namespace.c:4231:14: note: byref variable will be forcibly initialized 4231 | struct path target; | ^~~~~~ /kisskb/src/fs/ext4/ioctl.c: In function 'ext4_getfsmap_format': /kisskb/src/fs/ext4/ioctl.c:612:15: note: byref variable will be forcibly initialized 612 | struct fsmap fm; | ^~ /kisskb/src/fs/ext4/ioctl.c: In function 'ext4_ioc_getfsmap': /kisskb/src/fs/ext4/ioctl.c:630:20: note: byref variable will be forcibly initialized 630 | struct fsmap_head head; | ^~~~ /kisskb/src/fs/ext4/ioctl.c: In function 'ext4_ioctl_get_es_cache': /kisskb/src/fs/ext4/ioctl.c:776:16: note: byref variable will be forcibly initialized 776 | struct fiemap fiemap; | ^~~~~~ /kisskb/src/fs/ext4/ioctl.c: In function 'ext4_ioctl_checkpoint': /kisskb/src/fs/ext4/ioctl.c:805:8: note: byref variable will be forcibly initialized 805 | __u32 flags = 0; | ^~~~~ /kisskb/src/fs/ext4/ioctl.c: In function 'ext4_reset_inode_seed': /kisskb/src/fs/ext4/ioctl.c:95:9: note: byref variable will be forcibly initialized 95 | __le32 gen = cpu_to_le32(inode->i_generation); | ^~~ /kisskb/src/fs/ext4/ioctl.c:94:9: note: byref variable will be forcibly initialized 94 | __le32 inum = cpu_to_le32(inode->i_ino); | ^~~~ /kisskb/src/fs/namespace.c: In function 'ksys_umount': /kisskb/src/fs/namespace.c:1764:14: note: byref variable will be forcibly initialized 1764 | struct path path; | ^~~~ /kisskb/src/fs/ext4/ioctl.c: In function '__ext4_ioctl': /kisskb/src/fs/ext4/ioctl.c:1100:23: note: byref variable will be forcibly initialized 1100 | struct fstrim_range range; | ^~~~~ /kisskb/src/fs/ext4/ioctl.c:1060:16: note: byref variable will be forcibly initialized 1060 | ext4_fsblk_t n_blocks_count; | ^~~~~~~~~~~~~~ /kisskb/src/fs/namespace.c: In function '__do_sys_open_tree': /kisskb/src/fs/ext4/ioctl.c:1001:30: note: byref variable will be forcibly initialized 1001 | struct ext4_new_group_data input; | ^~~~~ /kisskb/src/fs/ext4/ioctl.c:950:22: note: byref variable will be forcibly initialized 950 | struct move_extent me; | ^~ /kisskb/src/fs/namespace.c:2457:14: note: byref variable will be forcibly initialized 2457 | struct path path; | ^~~~ /kisskb/src/fs/ext4/ioctl.c:870:20: note: byref variable will be forcibly initialized 870 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/namespace.c: In function '__do_sys_fsmount': /kisskb/src/fs/namespace.c:3593:15: note: byref variable will be forcibly initialized 3593 | unsigned int mnt_flags = 0; | ^~~~~~~~~ /kisskb/src/fs/namespace.c:3590:14: note: byref variable will be forcibly initialized 3590 | 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:2154:13: note: byref variable will be forcibly initialized 2154 | HLIST_HEAD(tree_list); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:792:44: note: in definition of macro 'HLIST_HEAD' 792 | #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } | ^~~~ /kisskb/src/kernel/ksysfs.c: In function 'vmcoreinfo_show': /kisskb/src/kernel/ksysfs.c:133:14: note: byref variable will be forcibly initialized 133 | phys_addr_t vmcore_base = paddr_vmcoreinfo_note(); | ^~~~~~~~~~~ /kisskb/src/kernel/ksysfs.c: In function 'kexec_crash_size_store': /kisskb/src/kernel/ksysfs.c:115:16: note: byref variable will be forcibly initialized 115 | unsigned long cnt; | ^~~ /kisskb/src/fs/namespace.c: In function 'do_loopback': /kisskb/src/fs/namespace.c:2372:14: note: byref variable will be forcibly initialized 2372 | struct path old_path; | ^~~~~~~~ /kisskb/src/fs/namespace.c: In function 'do_move_mount_old': /kisskb/src/fs/namespace.c:2854:14: note: byref variable will be forcibly initialized 2854 | struct path old_path; | ^~~~~~~~ /kisskb/src/fs/namespace.c: In function '__do_sys_move_mount': /kisskb/src/fs/namespace.c:3718:25: note: byref variable will be forcibly initialized 3718 | struct path from_path, to_path; | ^~~~~~~ /kisskb/src/fs/namespace.c:3718:14: note: byref variable will be forcibly initialized 3718 | struct path from_path, to_path; | ^~~~~~~~~ /kisskb/src/fs/namespace.c: In function 'do_mount': /kisskb/src/fs/namespace.c:3325:14: note: byref variable will be forcibly initialized 3325 | struct path path; | ^~~~ /kisskb/src/fs/namespace.c: In function '__do_sys_pivot_root': /kisskb/src/fs/namespace.c:3819:24: note: byref variable will be forcibly initialized 3819 | struct path new, old, root; | ^~~~ /kisskb/src/fs/namespace.c:3819:19: note: byref variable will be forcibly initialized 3819 | struct path new, old, root; | ^~~ /kisskb/src/fs/namespace.c:3819:14: note: byref variable will be forcibly initialized 3819 | struct path new, old, root; | ^~~ /kisskb/src/fs/namespace.c: In function 'mount_subtree': /kisskb/src/fs/namespace.c:3484:14: note: byref variable will be forcibly initialized 3484 | struct path path; | ^~~~ /kisskb/src/fs/namespace.c: In function 'mntns_install': /kisskb/src/fs/namespace.c:4548:14: note: byref variable will be forcibly initialized 4548 | struct path root; | ^~~~ /kisskb/src/fs/namespace.c: In function 'current_chrooted': /kisskb/src/fs/namespace.c:4396:14: note: byref variable will be forcibly initialized 4396 | struct path fs_root; | ^~~~~~~ /kisskb/src/fs/namespace.c:4395:14: note: byref variable will be forcibly initialized 4395 | struct path ns_root; | ^~~~~~~ /kisskb/src/fs/jfs/jfs_metapage.c: In function 'metapage_get_blocks': /kisskb/src/fs/jfs/jfs_metapage.c:240:6: note: byref variable will be forcibly initialized 240 | s64 xaddr; | ^~~~~ /kisskb/src/fs/jfs/jfs_metapage.c:239:6: note: byref variable will be forcibly initialized 239 | int xflag; | ^~~~~ /kisskb/src/fs/jfs/jfs_metapage.c: In function 'metapage_readpage': /kisskb/src/fs/jfs/jfs_metapage.c:480:6: note: byref variable will be forcibly initialized 480 | int xlen; | ^~~~ /kisskb/src/kernel/kthread.c: In function '__kthread_create_on_node': /kisskb/src/kernel/kthread.c:408:8: note: byref variable will be forcibly initialized 408 | char name[TASK_COMM_LEN]; | ^~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/kernel/kthread.c:11: /kisskb/src/kernel/kthread.c:370:29: note: byref variable will be forcibly initialized 370 | DECLARE_COMPLETION_ONSTACK(done); | ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/kernel/kthread.c: In function 'kthread_create_on_node': /kisskb/src/kernel/kthread.c:450:10: note: byref variable will be forcibly initialized 450 | va_list args; | ^~~~ /kisskb/src/drivers/video/backlight/backlight.c: In function 'backlight_generate_event': /kisskb/src/drivers/video/backlight/backlight.c:163:8: note: byref variable will be forcibly initialized 163 | char *envp[2]; | ^~~~ /kisskb/src/fs/jfs/jfs_metapage.c: In function 'metapage_writepage': /kisskb/src/fs/jfs/jfs_metapage.c:343:6: note: byref variable will be forcibly initialized 343 | int xlen; | ^~~~ /kisskb/src/kernel/kthread.c: In function 'kthread_create_worker': /kisskb/src/kernel/kthread.c:825:10: note: byref variable will be forcibly initialized 825 | va_list args; | ^~~~ /kisskb/src/kernel/kthread.c: In function 'kthread_create_worker_on_cpu': /kisskb/src/kernel/kthread.c:875:10: note: byref variable will be forcibly initialized 875 | va_list args; | ^~~~ /kisskb/src/drivers/video/backlight/backlight.c: In function 'brightness_store': /kisskb/src/drivers/video/backlight/backlight.c:258:16: note: byref variable will be forcibly initialized 258 | unsigned long brightness; | ^~~~~~~~~~ /kisskb/src/drivers/video/backlight/backlight.c: In function 'bl_power_store': /kisskb/src/drivers/video/backlight/backlight.c:194:16: note: byref variable will be forcibly initialized 194 | unsigned long power, old_power; | ^~~~~ /kisskb/src/kernel/kthread.c: In function 'kthread_mod_delayed_work': /kisskb/src/kernel/kthread.c:1183:16: note: byref variable will be forcibly initialized 1183 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/kthread.c: In function '__kthread_cancel_work_sync': /kisskb/src/kernel/kthread.c:1228:16: note: byref variable will be forcibly initialized 1228 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/notifier.c: In function 'notifier_call_chain_robust': /kisskb/src/kernel/notifier.c:116:11: note: byref variable will be forcibly initialized 116 | int ret, nr = 0; | ^~ /kisskb/src/kernel/kthread.c: In function 'kthread_probe_data': /kisskb/src/kernel/kthread.c:229:8: note: byref variable will be forcibly initialized 229 | void *data = NULL; | ^~~~ /kisskb/src/kernel/notifier.c: In function 'notify_die': /kisskb/src/kernel/notifier.c:519:18: note: byref variable will be forcibly initialized 519 | struct die_args args = { | ^~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/jfs/jfs_logmgr.c:49: /kisskb/src/fs/jfs/jfs_logmgr.c: In function 'lbmAllocate': /kisskb/src/fs/jfs/jfs_lock.h:24:20: note: byref variable will be forcibly initialized 24 | DECLARE_WAITQUEUE(__wait, current); \ | ^~~~~~ /kisskb/src/include/linux/wait.h:55:26: note: in definition of macro 'DECLARE_WAITQUEUE' 55 | struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) | ^~~~ /kisskb/src/fs/jfs/jfs_logmgr.c:120:2: note: in expansion of macro '__SLEEP_COND' 120 | __SLEEP_COND(wq, cond, LCACHE_LOCK(flags), LCACHE_UNLOCK(flags)); \ | ^~~~~~~~~~~~ /kisskb/src/fs/jfs/jfs_logmgr.c:1893:2: note: in expansion of macro 'LCACHE_SLEEP_COND' 1893 | LCACHE_SLEEP_COND(log->free_wait, (bp = log->lbuf_free), flags); | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/jfs/jfs_logmgr.c: In function 'lbmIOWait': /kisskb/src/fs/jfs/jfs_lock.h:24:20: note: byref variable will be forcibly initialized 24 | DECLARE_WAITQUEUE(__wait, current); \ | ^~~~~~ /kisskb/src/include/linux/wait.h:55:26: note: in definition of macro 'DECLARE_WAITQUEUE' 55 | struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) | ^~~~ /kisskb/src/fs/jfs/jfs_logmgr.c:120:2: note: in expansion of macro '__SLEEP_COND' 120 | __SLEEP_COND(wq, cond, LCACHE_LOCK(flags), LCACHE_UNLOCK(flags)); \ | ^~~~~~~~~~~~ /kisskb/src/fs/jfs/jfs_logmgr.c:2162:2: note: in expansion of macro 'LCACHE_SLEEP_COND' 2162 | LCACHE_SLEEP_COND(bp->l_ioevent, (bp->l_flag & lbmDONE), flags); | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/jfs/jfs_logmgr.c: In function 'lbmRead': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/jfs/jfs_logmgr.c:2002:2: note: in expansion of macro 'wait_event' 2002 | wait_event(bp->l_ioevent, (bp->l_flag != lbmREAD)); | ^~~~~~~~~~ /kisskb/src/fs/jfs/jfs_logmgr.c: In function 'lmLogFileSystem': /kisskb/src/fs/jfs/jfs_logmgr.c:1721:15: note: byref variable will be forcibly initialized 1721 | struct lbuf *bpsuper; | ^~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/jfs/jfs_logmgr.c:49: /kisskb/src/fs/jfs/jfs_logmgr.c: In function 'lmGroupCommit': /kisskb/src/fs/jfs/jfs_lock.h:24:20: note: byref variable will be forcibly initialized 24 | DECLARE_WAITQUEUE(__wait, current); \ | ^~~~~~ /kisskb/src/include/linux/wait.h:55:26: note: in definition of macro 'DECLARE_WAITQUEUE' 55 | struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) | ^~~~ /kisskb/src/fs/jfs/jfs_logmgr.c:721:2: note: in expansion of macro '__SLEEP_COND' 721 | __SLEEP_COND(tblk->gcwait, (tblk->flag & tblkGC_COMMITTED), | ^~~~~~~~~~~~ /kisskb/src/fs/jfs/jfs_logmgr.c: In function 'lmLogInit': /kisskb/src/fs/jfs/jfs_logmgr.c:1254:15: note: byref variable will be forcibly initialized 1254 | struct lbuf *bp; | ^~ /kisskb/src/fs/jfs/jfs_logmgr.c:1253:15: note: byref variable will be forcibly initialized 1253 | struct lbuf *bpsuper; | ^~~~~~~ /kisskb/src/fs/jfs/jfs_logmgr.c:1251:13: note: byref variable will be forcibly initialized 1251 | struct lrd lrd; | ^~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/jfs/jfs_logmgr.c:49: /kisskb/src/fs/jfs/jfs_logmgr.c: In function 'jfs_flush_journal': /kisskb/src/fs/jfs/jfs_logmgr.c:1567:21: note: byref variable will be forcibly initialized 1567 | DECLARE_WAITQUEUE(__wait, current); | ^~~~~~ /kisskb/src/include/linux/wait.h:55:26: note: in definition of macro 'DECLARE_WAITQUEUE' 55 | struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) | ^~~~ /kisskb/src/fs/jfs/jfs_logmgr.c: In function 'lmLogSync': /kisskb/src/fs/jfs/jfs_logmgr.c:936:13: note: byref variable will be forcibly initialized 936 | struct lrd lrd; | ^~~ /kisskb/src/fs/jfs/jfs_logmgr.c: In function 'lmLogShutdown': /kisskb/src/fs/jfs/jfs_logmgr.c:1645:15: note: byref variable will be forcibly initialized 1645 | struct lbuf *bpsuper; | ^~~~~~~ /kisskb/src/fs/jfs/jfs_logmgr.c:1642:13: note: byref variable will be forcibly initialized 1642 | struct lrd lrd; | ^~~ /kisskb/src/fs/jfs/jfs_txnmgr.c: In function 'txInit': /kisskb/src/fs/jfs/jfs_txnmgr.c:228:17: note: byref variable will be forcibly initialized 228 | struct sysinfo si; | ^~ /kisskb/src/fs/jfs/jfs_txnmgr.c: In function 'txUpdateMap': /kisskb/src/fs/jfs/jfs_txnmgr.c:2281:18: note: byref variable will be forcibly initialized 2281 | struct pxd_lock pxdlock; | ^~~~~~~ /kisskb/src/fs/jfs/jfs_txnmgr.c: In function 'txCommit': /kisskb/src/fs/jfs/jfs_txnmgr.c:1128:16: note: byref variable will be forcibly initialized 1128 | struct commit cd; | ^~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/fs/jfs/jfs_txnmgr.c:32: /kisskb/src/fs/jfs/jfs_txnmgr.c: In function 'jfs_lazycommit': /kisskb/src/fs/jfs/jfs_txnmgr.c:2784:22: note: byref variable will be forcibly initialized 2784 | DECLARE_WAITQUEUE(wq, current); | ^~ /kisskb/src/include/linux/wait.h:55:26: note: in definition of macro 'DECLARE_WAITQUEUE' 55 | struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) | ^~~~ /kisskb/src/fs/jfs/jfs_txnmgr.c: In function 'txQuiesce': /kisskb/src/fs/jfs/jfs_txnmgr.c:2841:16: note: byref variable will be forcibly initialized 2841 | struct inode *ip; | ^~ /kisskb/src/fs/jfs/jfs_txnmgr.c: In function 'jfs_sync': /kisskb/src/fs/jfs/jfs_txnmgr.c:2912:16: note: byref variable will be forcibly initialized 2912 | struct inode *ip; | ^~ /kisskb/src/fs/xattr.c: In function 'xattr_getsecurity': /kisskb/src/fs/xattr.c:321:8: note: byref variable will be forcibly initialized 321 | void *buffer = NULL; | ^~~~~~ /kisskb/src/fs/xattr.c: In function 'vfs_removexattr': /kisskb/src/fs/xattr.c:520:16: note: byref variable will be forcibly initialized 520 | struct inode *delegated_inode = NULL; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/xattr.c: In function 'removexattr': /kisskb/src/fs/xattr.c:813:7: note: byref variable will be forcibly initialized 813 | char kname[XATTR_NAME_MAX + 1]; | ^~~~~ /kisskb/src/fs/xattr.c: In function 'path_removexattr': /kisskb/src/fs/xattr.c:827:14: note: byref variable will be forcibly initialized 827 | struct path path; | ^~~~ /kisskb/src/fs/xattr.c: In function 'path_listxattr': /kisskb/src/fs/xattr.c:765:14: note: byref variable will be forcibly initialized 765 | struct path path; | ^~~~ /kisskb/src/fs/xattr.c: In function 'getxattr': /kisskb/src/fs/xattr.c:650:7: note: byref variable will be forcibly initialized 650 | char kname[XATTR_NAME_MAX + 1]; | ^~~~~ /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 'vfs_setxattr': /kisskb/src/fs/xattr.c:288:16: note: byref variable will be forcibly initialized 288 | struct inode *delegated_inode = NULL; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/xattr.c: In function 'setxattr': /kisskb/src/fs/xattr.c:549:7: note: byref variable will be forcibly initialized 549 | char kname[XATTR_NAME_MAX + 1]; | ^~~~~ /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 'simple_xattr_list': /kisskb/src/fs/xattr.c:1088:10: note: byref variable will be forcibly initialized 1088 | ssize_t remaining_size = size; | ^~~~~~~~~~~~~~ /kisskb/src/fs/libfs.c: In function 'simple_attr_read': /kisskb/src/fs/libfs.c:980:7: note: byref variable will be forcibly initialized 980 | u64 val; | ^~~ /kisskb/src/fs/libfs.c: In function 'simple_attr_write': /kisskb/src/fs/libfs.c:1001:21: note: byref variable will be forcibly initialized 1001 | unsigned long long val; | ^~~ /kisskb/src/fs/libfs.c: In function 'generic_ci_d_compare': /kisskb/src/fs/libfs.c:1410:7: note: byref variable will be forcibly initialized 1410 | char strbuf[DNAME_INLINE_LEN]; | ^~~~~~ 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) | ^~~~ /kisskb/src/drivers/soc/fsl/qe/qe_common.c: In function 'cpm_muram_alloc': /kisskb/src/drivers/soc/fsl/qe/qe_common.c:152:28: note: byref variable will be forcibly initialized 152 | struct genpool_data_align muram_pool_data; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/soc/fsl/qe/qe_common.c: In function 'cpm_muram_alloc_fixed': /kisskb/src/drivers/soc/fsl/qe/qe_common.c:204:28: note: byref variable will be forcibly initialized 204 | struct genpool_data_fixed muram_pool_data_fixed; | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/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; | ^ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/async.h:14, from /kisskb/src/kernel/async.c:47: /kisskb/src/kernel/async.c: In function 'async_synchronize_cookie_domain': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/kernel/async.c:277:2: note: in expansion of macro 'wait_event' 277 | wait_event(async_done, lowest_in_progress(domain) >= cookie); | ^~~~~~~~~~ /kisskb/src/fs/jfs/resize.c: In function 'jfs_extendfs': /kisskb/src/fs/jfs/resize.c:73:22: note: byref variable will be forcibly initialized 73 | struct buffer_head *bh, *bh2; | ^~ /kisskb/src/fs/jfs/resize.c:69:16: note: byref variable will be forcibly initialized 69 | struct inode *iplist[1]; | ^~~~~~ /kisskb/src/fs/jfs/resize.c:66:38: note: byref variable will be forcibly initialized 66 | int newNpages = 0, nPages, newPage, xlen, t32; | ^~~~ /kisskb/src/fs/jfs/resize.c:62:38: note: byref variable will be forcibly initialized 62 | s64 XAddress, XSize, nblocks, xoff, xaddr, t64; | ^~~~~ 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/kernel/ucount.c: In function 'put_ucounts': /kisskb/src/kernel/ucount.c:208:16: note: byref variable will be forcibly initialized 208 | unsigned long flags; | ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/writeback.h:889, from /kisskb/src/fs/fs-writeback.c:81: /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_folio_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:55:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 55 | DECLARE_EVENT_CLASS(writeback_folio_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_dirty_inode_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:96:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 96 | DECLARE_EVENT_CLASS(writeback_dirty_inode_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_write_inode_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:304:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 304 | DECLARE_EVENT_CLASS(writeback_write_inode_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_work_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:347:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 347 | DECLARE_EVENT_CLASS(writeback_work_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_pages_written': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:395:1: note: in expansion of macro 'TRACE_EVENT' 395 | TRACE_EVENT(writeback_pages_written, | ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:407:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 407 | DECLARE_EVENT_CLASS(writeback_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_bdi_register': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:430:1: note: in expansion of macro 'TRACE_EVENT' 430 | TRACE_EVENT(writeback_bdi_register, | ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_wbc_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:444:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 444 | DECLARE_EVENT_CLASS(wbc_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_queue_io': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:498:1: note: in expansion of macro 'TRACE_EVENT' 498 | TRACE_EVENT(writeback_queue_io, | ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_bdi_dirty_ratelimit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:575:1: note: in expansion of macro 'TRACE_EVENT' 575 | TRACE_EVENT(bdi_dirty_ratelimit, | ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_balance_dirty_pages': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:621:1: note: in expansion of macro 'TRACE_EVENT' 621 | TRACE_EVENT(balance_dirty_pages, | ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_sb_inodes_requeue': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:706:1: note: in expansion of macro 'TRACE_EVENT' 706 | TRACE_EVENT(writeback_sb_inodes_requeue, | ^~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_congest_waited_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:738:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 738 | DECLARE_EVENT_CLASS(writeback_congest_waited_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_single_inode_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:766:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 766 | DECLARE_EVENT_CLASS(writeback_single_inode_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_writeback_inode_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/writeback.h:826:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 826 | DECLARE_EVENT_CLASS(writeback_inode_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/common/entropy_common.c: In function 'FSE_readNCount_body': /kisskb/src/lib/zstd/common/entropy_common.c:76:14: note: byref variable will be forcibly initialized 76 | char buffer[8] = {0}; | ^~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'trace_event_raw_event_global_dirty_state': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/writeback.h:530:1: note: in expansion of macro 'TRACE_EVENT' 530 | TRACE_EVENT(global_dirty_state, | ^~~~~~~~~~~ /kisskb/src/lib/zstd/common/entropy_common.c: In function 'HUF_readStats': /kisskb/src/lib/zstd/common/entropy_common.c:255:9: note: byref variable will be forcibly initialized 255 | U32 wksp[HUF_READ_STATS_WORKSPACE_SIZE_U32]; | ^~~~ /kisskb/src/kernel/reboot.c: In function 'cpu_store': /kisskb/src/kernel/reboot.c:836:15: note: byref variable will be forcibly initialized 836 | unsigned int cpunum; | ^~~~~~ /kisskb/src/kernel/reboot.c: In function '__do_sys_reboot': /kisskb/src/kernel/reboot.c:316:7: note: byref variable will be forcibly initialized 316 | char buffer[256]; | ^~~~~~ 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:1392:12: note: byref variable will be forcibly initialized 1392 | 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/drivers/virtio/virtio.c: In function 'virtio_device_of_init': /kisskb/src/drivers/virtio/virtio.c:338:7: note: byref variable will be forcibly initialized 338 | char compat[] = "virtio,deviceXXXXXXXX"; | ^~~~~~ /kisskb/src/fs/fs-writeback.c: In function 'writeback_inodes_wb': /kisskb/src/fs/fs-writeback.c:1975:18: note: byref variable will be forcibly initialized 1975 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/fs-writeback.c: In function 'wb_writeback': /kisskb/src/fs/fs-writeback.c:2010:18: note: byref variable will be forcibly initialized 2010 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/fs-writeback.c: In function 'wb_check_background_flush': /kisskb/src/fs/fs-writeback.c:2114:28: note: byref variable will be forcibly initialized 2114 | struct wb_writeback_work work = { | ^~~~ /kisskb/src/fs/fs-writeback.c: In function 'wb_check_start_all': /kisskb/src/fs/fs-writeback.c:2171:28: note: byref variable will be forcibly initialized 2171 | struct wb_writeback_work work = { | ^~~~ /kisskb/src/fs/fs-writeback.c: In function 'wb_check_old_data_flush': /kisskb/src/fs/fs-writeback.c:2148:28: note: byref variable will be forcibly initialized 2148 | struct wb_writeback_work work = { | ^~~~ 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 'wait_sb_inodes': /kisskb/src/fs/fs-writeback.c:2511:12: note: byref variable will be forcibly initialized 2511 | 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:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/fs-writeback.c:190:2: note: in expansion of macro 'wait_event' 190 | wait_event(*done->waitq, !atomic_read(&done->cnt)); | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/writeback.h:12, from /kisskb/src/fs/fs-writeback.c:26: /kisskb/src/fs/fs-writeback.c: In function '__writeback_inodes_sb_nr': /kisskb/src/fs/fs-writeback.c:2598:23: note: byref variable will be forcibly initialized 2598 | DEFINE_WB_COMPLETION(done, bdi); | ^~~~ /kisskb/src/include/linux/backing-dev-defs.h:86:23: note: in definition of macro 'DEFINE_WB_COMPLETION' 86 | struct wb_completion cmpl = WB_COMPLETION_INIT(bdi) | ^~~~ /kisskb/src/fs/fs-writeback.c: In function 'sync_inodes_sb': /kisskb/src/fs/fs-writeback.c:2676:23: note: byref variable will be forcibly initialized 2676 | DEFINE_WB_COMPLETION(done, bdi); | ^~~~ /kisskb/src/include/linux/backing-dev-defs.h:86:23: note: in definition of macro 'DEFINE_WB_COMPLETION' 86 | struct wb_completion cmpl = WB_COMPLETION_INIT(bdi) | ^~~~ /kisskb/src/kernel/regset.c: In function 'copy_regset_to_user': /kisskb/src/kernel/regset.c:68:8: note: byref variable will be forcibly initialized 68 | void *buf; | ^~~ /kisskb/src/lib/zstd/common/fse_decompress.c: In function 'FSE_decompress_usingDTable_generic': /kisskb/src/lib/zstd/common/fse_decompress.c:243:18: note: byref variable will be forcibly initialized 243 | FSE_DState_t state2; | ^~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:242:18: note: byref variable will be forcibly initialized 242 | FSE_DState_t state1; | ^~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:241:19: note: byref variable will be forcibly initialized 241 | BIT_DStream_t bitD; | ^~~~ /kisskb/src/lib/zstd/common/fse_decompress.c: In function 'FSE_decompress_wksp_body': /kisskb/src/lib/zstd/common/fse_decompress.c:241:19: note: byref variable will be forcibly initialized /kisskb/src/lib/zstd/common/fse_decompress.c:242:18: note: byref variable will be forcibly initialized 242 | FSE_DState_t state1; | ^~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:243:18: note: byref variable will be forcibly initialized 243 | FSE_DState_t state2; | ^~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:241:19: note: byref variable will be forcibly initialized 241 | BIT_DStream_t bitD; | ^~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:242:18: note: byref variable will be forcibly initialized 242 | FSE_DState_t state1; | ^~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:243:18: note: byref variable will be forcibly initialized 243 | FSE_DState_t state2; | ^~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:328:14: note: byref variable will be forcibly initialized 328 | unsigned maxSymbolValue = FSE_MAX_SYMBOL_VALUE; | ^~~~~~~~~~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:327:14: note: byref variable will be forcibly initialized 327 | unsigned tableLog; | ^~~~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c: In function 'FSE_decompress_wksp_body_default': /kisskb/src/lib/zstd/common/fse_decompress.c:327:14: note: byref variable will be forcibly initialized /kisskb/src/lib/zstd/common/fse_decompress.c:328:14: note: byref variable will be forcibly initialized 328 | unsigned maxSymbolValue = FSE_MAX_SYMBOL_VALUE; | ^~~~~~~~~~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c: In function 'FSE_decompress_usingDTable': /kisskb/src/lib/zstd/common/fse_decompress.c:241:19: note: byref variable will be forcibly initialized 241 | BIT_DStream_t bitD; | ^~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:242:18: note: byref variable will be forcibly initialized 242 | FSE_DState_t state1; | ^~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:243:18: note: byref variable will be forcibly initialized 243 | FSE_DState_t state2; | ^~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:241:19: note: byref variable will be forcibly initialized 241 | BIT_DStream_t bitD; | ^~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:242:18: note: byref variable will be forcibly initialized 242 | FSE_DState_t state1; | ^~~~~~ /kisskb/src/lib/zstd/common/fse_decompress.c:243:18: note: byref variable will be forcibly initialized 243 | FSE_DState_t state2; | ^~~~~~ /kisskb/src/drivers/video/backlight/gpio_backlight.c: In function 'gpio_backlight_probe': /kisskb/src/drivers/video/backlight/gpio_backlight.c:52:30: note: byref variable will be forcibly initialized 52 | struct backlight_properties props; | ^~~~~ /kisskb/src/fs/jfs/xattr.c: In function 'ea_get': /kisskb/src/fs/jfs/xattr.c:433:6: note: byref variable will be forcibly initialized 433 | s64 blkno; | ^~~~~ /kisskb/src/fs/jfs/xattr.c: In function 'ea_write': /kisskb/src/fs/jfs/xattr.c:208:6: note: byref variable will be forcibly initialized 208 | s64 blkno; | ^~~~~ /kisskb/src/fs/splice.c: In function 'pipe_to_sendpage': /kisskb/src/fs/splice.c:352:9: note: byref variable will be forcibly initialized 352 | loff_t pos = sd->pos; | ^~~ /kisskb/src/fs/jfs/xattr.c: In function '__jfs_setxattr': /kisskb/src/fs/jfs/xattr.c:660:19: note: byref variable will be forcibly initialized 660 | struct ea_buffer ea_buf; | ^~~~~~ /kisskb/src/fs/jfs/xattr.c: In function '__jfs_getxattr': /kisskb/src/fs/jfs/xattr.c:799:19: note: byref variable will be forcibly initialized 799 | struct ea_buffer ea_buf; | ^~~~~~ /kisskb/src/fs/jfs/xattr.c: In function 'jfs_listxattr': /kisskb/src/fs/jfs/xattr.c:863:19: note: byref variable will be forcibly initialized 863 | struct ea_buffer ea_buf; | ^~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/fs/splice.c:21: /kisskb/src/fs/splice.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/fs/splice.c: In function 'generic_file_splice_read': /kisskb/src/fs/splice.c:303:15: note: byref variable will be forcibly initialized 303 | struct kiocb kiocb; | ^~~~~ /kisskb/src/fs/splice.c:302:18: note: byref variable will be forcibly initialized 302 | struct iov_iter to; | ^~ /kisskb/src/fs/splice.c: In function 'iter_file_splice_write': /kisskb/src/fs/splice.c:639:19: note: byref variable will be forcibly initialized 639 | struct iov_iter from; | ^~~~ /kisskb/src/fs/splice.c: In function 'splice_direct_to_actor': /kisskb/src/fs/splice.c:868:10: note: byref variable will be forcibly initialized 868 | loff_t pos = sd->pos, prev_pos = pos; | ^~~ /kisskb/src/fs/splice.c: In function 'iter_to_pipe': /kisskb/src/fs/splice.c:1171:10: note: byref variable will be forcibly initialized 1171 | size_t start; | ^~~~~ /kisskb/src/fs/splice.c:1169:16: note: byref variable will be forcibly initialized 1169 | struct page *pages[16]; | ^~~~~ /kisskb/src/fs/splice.c: In function '__do_sys_vmsplice': /kisskb/src/fs/splice.c:1304:6: note: byref variable will be forcibly initialized 1304 | int type; | ^~~~ /kisskb/src/fs/splice.c:1301:18: note: byref variable will be forcibly initialized 1301 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/splice.c:1300:16: note: byref variable will be forcibly initialized 1300 | struct iovec *iov = iovstack; | ^~~ /kisskb/src/fs/splice.c:1299:15: note: byref variable will be forcibly initialized 1299 | struct iovec iovstack[UIO_FASTIOV]; | ^~~~~~~~ /kisskb/src/fs/splice.c: In function 'do_splice': /kisskb/src/fs/splice.c:1033:9: note: byref variable will be forcibly initialized 1033 | loff_t offset; | ^~~~~~ /kisskb/src/fs/splice.c: In function '__do_splice': /kisskb/src/fs/splice.c:1122:9: note: byref variable will be forcibly initialized 1122 | loff_t offset, *__off_in = NULL, *__off_out = NULL; | ^~~~~~ /kisskb/src/kernel/trace/trace_events.c: In function 'f_start': /kisskb/src/kernel/trace/trace_events.c:1584:9: note: byref variable will be forcibly initialized 1584 | loff_t l = 0; | ^ /kisskb/src/kernel/trace/trace_events.c: In function 's_start': /kisskb/src/kernel/trace/trace_events.c:1239:9: note: byref variable will be forcibly initialized 1239 | loff_t l; | ^ /kisskb/src/kernel/trace/trace_events.c: In function 't_start': /kisskb/src/kernel/trace/trace_events.c:1206:9: note: byref variable will be forcibly initialized 1206 | loff_t l; | ^ /kisskb/src/kernel/trace/trace_events.c: In function 'system_enable_read': /kisskb/src/kernel/trace/trace_events.c:1416:7: note: byref variable will be forcibly initialized 1416 | char buf[2]; | ^~~ /kisskb/src/kernel/trace/trace_events.c:1410:13: note: byref variable will be forcibly initialized 1410 | const char set_to_char[4] = { '?', '0', '1', 'X' }; | ^~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events.c: In function 'event_enable_write': /kisskb/src/kernel/trace/trace_events.c:1375:16: note: byref variable will be forcibly initialized 1375 | unsigned long val; | ^~~ /kisskb/src/kernel/trace/trace_events.c: In function 'system_enable_write': /kisskb/src/kernel/trace/trace_events.c:1460:16: note: byref variable will be forcibly initialized 1460 | unsigned long val; | ^~~ /kisskb/src/kernel/trace/trace_events.c: In function 'event_enable_read': /kisskb/src/kernel/trace/trace_events.c:1346:7: note: byref variable will be forcibly initialized 1346 | char buf[4] = "0"; | ^~~ /kisskb/src/kernel/trace/trace_events.c: In function 'event_pid_write': /kisskb/src/kernel/trace/trace_events.c:1930:25: note: byref variable will be forcibly initialized 1930 | struct trace_pid_list *pid_list; | ^~~~~~~~ In file included from /kisskb/src/include/linux/of_irq.h:8, from /kisskb/src/drivers/soc/fsl/qe/qe_ic.c:13: /kisskb/src/drivers/soc/fsl/qe/qe_ic.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized 427 | unsigned int irq; | ^~~ /kisskb/src/kernel/trace/trace_events.c: In function 'ftrace_event_write': /kisskb/src/kernel/trace/trace_events.c:1143:22: note: byref variable will be forcibly initialized 1143 | struct trace_parser parser; | ^~~~~~ /kisskb/src/kernel/trace/trace_events.c: In function 'early_enable_events': /kisskb/src/kernel/trace/trace_events.c:3585:8: note: byref variable will be forcibly initialized 3585 | char *buf = bootup_event_buf; | ^~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c: In function 'HUF_getDTableDesc': /kisskb/src/lib/zstd/decompress/huf_decompress.c:105:16: note: byref variable will be forcibly initialized 105 | DTableDesc dtd; | ^~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c: In function 'HUF_decompress1X1_usingDTable_internal_body': /kisskb/src/lib/zstd/decompress/huf_decompress.c:336:19: note: byref variable will be forcibly initialized 336 | BIT_DStream_t bitD; | ^~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c: In function 'HUF_decompress4X1_usingDTable_internal_body': /kisskb/src/lib/zstd/decompress/huf_decompress.c:369:23: note: byref variable will be forcibly initialized 369 | BIT_DStream_t bitD4; | ^~~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c:368:23: note: byref variable will be forcibly initialized 368 | BIT_DStream_t bitD3; | ^~~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c:367:23: note: byref variable will be forcibly initialized 367 | BIT_DStream_t bitD2; | ^~~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c:366:23: note: byref variable will be forcibly initialized 366 | BIT_DStream_t bitD1; | ^~~~~ /kisskb/src/fs/sync.c: In function 'do_sync_work': /kisskb/src/fs/sync.c:113:6: note: byref variable will be forcibly initialized 113 | int nowait = 0; | ^~~~~~ /kisskb/src/fs/sync.c: In function 'ksys_sync': /kisskb/src/fs/sync.c:93:18: note: byref variable will be forcibly initialized 93 | int nowait = 0, wait = 1; | ^~~~ /kisskb/src/fs/sync.c:93:6: note: byref variable will be forcibly initialized 93 | int nowait = 0, wait = 1; | ^~~~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c: In function 'HUF_decompress1X2_usingDTable_internal_body': /kisskb/src/lib/zstd/decompress/huf_decompress.c:782:19: note: byref variable will be forcibly initialized 782 | BIT_DStream_t bitD; | ^~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c: In function 'HUF_decompress4X2_usingDTable_internal_body': /kisskb/src/lib/zstd/decompress/huf_decompress.c:822:23: note: byref variable will be forcibly initialized 822 | BIT_DStream_t bitD4; | ^~~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c:821:23: note: byref variable will be forcibly initialized 821 | BIT_DStream_t bitD3; | ^~~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c:820:23: note: byref variable will be forcibly initialized 820 | BIT_DStream_t bitD2; | ^~~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c:819:23: note: byref variable will be forcibly initialized 819 | BIT_DStream_t bitD1; | ^~~~~ /kisskb/src/fs/jfs/ioctl.c: In function 'jfs_ioctl': /kisskb/src/fs/jfs/ioctl.c:114:23: note: byref variable will be forcibly initialized 114 | struct fstrim_range range; | ^~~~~ /kisskb/src/fs/jfs/acl.c: In function 'jfs_set_acl': /kisskb/src/fs/jfs/acl.c:103:10: note: byref variable will be forcibly initialized 103 | umode_t mode = inode->i_mode; | ^~~~ /kisskb/src/fs/jfs/acl.c: In function 'jfs_init_acl': /kisskb/src/fs/jfs/acl.c:131:34: note: byref variable will be forcibly initialized 131 | struct posix_acl *default_acl, *acl; | ^~~ /kisskb/src/fs/jfs/acl.c:131:20: note: byref variable will be forcibly initialized 131 | struct posix_acl *default_acl, *acl; | ^~~~~~~~~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c: In function 'HUF_readDTableX1_wksp_bmi2': /kisskb/src/lib/zstd/decompress/huf_decompress.c:150:9: note: byref variable will be forcibly initialized 150 | U32 nbSymbols = 0; | ^~~~~~~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c:149:9: note: byref variable will be forcibly initialized 149 | U32 tableLog = 0; | ^~~~~~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c: In function 'HUF_readDTableX2_wksp': /kisskb/src/lib/zstd/decompress/huf_decompress.c:630:37: note: byref variable will be forcibly initialized 630 | U32 tableLog, maxW, sizeOfSort, nbSymbols; | ^~~~~~~~~ /kisskb/src/lib/zstd/decompress/huf_decompress.c:630:9: note: byref variable will be forcibly initialized 630 | U32 tableLog, maxW, sizeOfSort, nbSymbols; | ^~~~~~~~ /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; | ^~~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/kernel/kmod.c:4: /kisskb/src/kernel/kmod.c: In function '__request_module': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:909:2: note: in expansion of macro '___wait_event' 909 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:940:11: note: in expansion of macro '__wait_event_killable_timeout' 940 | __ret = __wait_event_killable_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/kmod.c:155:9: note: in expansion of macro 'wait_event_killable_timeout' 155 | ret = wait_event_killable_timeout(kmod_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/kmod.c:127:7: note: byref variable will be forcibly initialized 127 | char module_name[MODULE_NAME_LEN]; | ^~~~~~~~~~~ /kisskb/src/kernel/kmod.c:126:10: note: byref variable will be forcibly initialized 126 | va_list args; | ^~~~ /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/fs/utimes.c: In function 'vfs_utimes': /kisskb/src/fs/utimes.c:24:16: note: byref variable will be forcibly initialized 24 | struct inode *delegated_inode = NULL; | ^~~~~~~~~~~~~~~ /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/fs/utimes.c: In function '__do_sys_utimensat': /kisskb/src/fs/utimes.c:150:20: note: byref variable will be forcibly initialized 150 | struct timespec64 tstimes[2]; | ^~~~~~~ /kisskb/src/fs/utimes.c: In function 'do_futimesat': /kisskb/src/fs/utimes.c:177:20: note: byref variable will be forcibly initialized 177 | struct timespec64 tstimes[2]; | ^~~~~~~ /kisskb/src/fs/utimes.c:176:30: note: byref variable will be forcibly initialized 176 | struct __kernel_old_timeval times[2]; | ^~~~~ /kisskb/src/fs/utimes.c: In function '__do_sys_utime': /kisskb/src/fs/utimes.c:216:20: note: byref variable will be forcibly initialized 216 | struct timespec64 tv[2]; | ^~ /kisskb/src/fs/utimes.c: In function '__do_sys_utime32': /kisskb/src/fs/utimes.c:238:20: note: byref variable will be forcibly initialized 238 | struct timespec64 tv[2]; | ^~ /kisskb/src/fs/utimes.c: In function '__do_sys_utimensat_time32': /kisskb/src/fs/utimes.c:253:20: note: byref variable will be forcibly initialized 253 | struct timespec64 tv[2]; | ^~ /kisskb/src/fs/utimes.c: In function 'do_compat_futimesat': /kisskb/src/fs/utimes.c:270:20: note: byref variable will be forcibly initialized 270 | struct timespec64 tv[2]; | ^~ /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:159:16: note: byref variable will be forcibly initialized 159 | unsigned seq, m_seq = 0; | ^~~~~ /kisskb/src/fs/d_path.c:159:11: note: byref variable will be forcibly initialized 159 | unsigned seq, m_seq = 0; | ^~~ /kisskb/src/fs/d_path.c: In function '__dentry_path': /kisskb/src/fs/d_path.c:335:6: note: byref variable will be forcibly initialized 335 | int seq = 0; | ^~~ /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 '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 '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 '__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 'dynamic_dname': /kisskb/src/fs/d_path.c:304:7: note: byref variable will be forcibly initialized 304 | char temp[64]; | ^~~~ /kisskb/src/fs/d_path.c:303:10: note: byref variable will be forcibly initialized 303 | va_list args; | ^~~~ /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': /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/kernel/kcmp.c: In function 'kcmp_epoll_target': /kisskb/src/kernel/kcmp.c:104:25: note: byref variable will be forcibly initialized 104 | struct kcmp_epoll_slot slot; | ^~~~ /kisskb/src/kernel/freezer.c: In function 'fake_signal_wake_up': /kisskb/src/kernel/freezer.c:96:16: note: byref variable will be forcibly initialized 96 | unsigned long flags; | ^~~~~ /kisskb/src/kernel/profile.c: In function 'profile_setup': /kisskb/src/kernel/profile.c:62:6: note: byref variable will be forcibly initialized 62 | int par; | ^~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:6: /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_trans_get_buf': /kisskb/src/fs/xfs/xfs_trans.h:180:24: note: byref variable will be forcibly initialized 180 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ In file included from /kisskb/src/fs/xfs/xfs_inode.h:10, from /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:17: /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_iext_peek_next_extent': /kisskb/src/fs/xfs/libxfs/xfs_inode_fork.h:201:25: note: byref variable will be forcibly initialized 201 | struct xfs_iext_cursor ncur = *cur; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_extents_to_btree': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:616:23: note: byref variable will be forcibly initialized 616 | struct xfs_bmbt_irec rec; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:615:25: note: byref variable will be forcibly initialized 615 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:606:23: note: byref variable will be forcibly initialized 606 | struct xfs_alloc_arg args; /* allocation arguments */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:605:19: note: byref variable will be forcibly initialized 605 | struct xfs_buf *abp; /* buffer for ablock */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_add_attrfork_extents': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:921:24: note: byref variable will be forcibly initialized 921 | struct xfs_btree_cur *cur; /* bmap btree cursor */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_add_attrfork_btree': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:881:8: note: byref variable will be forcibly initialized 881 | int stat; /* newroot status */ | ^~~~ In file included from /kisskb/src/fs/xfs/xfs_inode.h:10, from /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:17: /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_iext_peek_prev_extent': /kisskb/src/fs/xfs/libxfs/xfs_inode_fork.h:213:25: note: byref variable will be forcibly initialized 213 | struct xfs_iext_cursor ncur = *cur; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmbt_update': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:161:22: note: byref variable will be forcibly initialized 161 | union xfs_btree_rec rec; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_check_leaf_extents': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:333:18: note: byref variable will be forcibly initialized 333 | xfs_bmbt_rec_t last = {0, 0}; /* last extent in prev block */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:327:19: note: byref variable will be forcibly initialized 327 | struct xfs_buf *bp; /* buffer for "block" */ | ^~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_add_extent_hole_delay': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:2481:19: note: byref variable will be forcibly initialized 2481 | xfs_bmbt_irec_t right; /* right neighbor extent entry */ | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:2478:19: note: byref variable will be forcibly initialized 2478 | xfs_bmbt_irec_t left; /* left neighbor extent entry */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_btalloc_filestreams': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:3282:8: note: byref variable will be forcibly initialized 3282 | int notinit = 0; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:3281:18: note: byref variable will be forcibly initialized 3281 | xfs_agnumber_t ag; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_btalloc_nullfb': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:3248:8: note: byref variable will be forcibly initialized 3248 | int notinit = 0; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_add_extent_delay_real': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1896:7: note: byref variable will be forcibly initialized 1896 | int tmp_logflags; /* partial log flag return val */ | ^~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1407:23: note: byref variable will be forcibly initialized 1407 | struct xfs_bmbt_irec old; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1406:8: note: byref variable will be forcibly initialized 1406 | int tmp_rval; /* partial logging flags */ | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1399:19: note: byref variable will be forcibly initialized 1399 | xfs_bmbt_irec_t r[3]; /* neighbor extent entries */ | ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1397:8: note: byref variable will be forcibly initialized 1397 | int i; /* temp state */ | ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_add_extent_hole_real': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:2822:7: note: byref variable will be forcibly initialized 2822 | int tmp_logflags; /* partial log flag return val */ | ^~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:2630:23: note: byref variable will be forcibly initialized 2630 | struct xfs_bmbt_irec old; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:2627:19: note: byref variable will be forcibly initialized 2627 | xfs_bmbt_irec_t right; /* right neighbor extent entry */ | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:2626:19: note: byref variable will be forcibly initialized 2626 | xfs_bmbt_irec_t left; /* left neighbor extent entry */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:2625:8: note: byref variable will be forcibly initialized 2625 | int i; /* temp state */ | ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_btree_to_extents': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:551:24: note: byref variable will be forcibly initialized 551 | struct xfs_owner_info oinfo; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:548:19: note: byref variable will be forcibly initialized 548 | struct xfs_buf *cbp; /* child block's buffer */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_shift_update_extent': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5753:15: note: byref variable will be forcibly initialized 5753 | int error, i; | ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5752:23: note: byref variable will be forcibly initialized 5752 | struct xfs_bmbt_irec prev = *got; | ^~~~ /kisskb/src/drivers/video/backlight/qcom-wled.c: In function 'wled5_ovp_delay': /kisskb/src/drivers/video/backlight/qcom-wled.c:417:5: note: byref variable will be forcibly initialized 417 | u8 ovp_timer_ms[8] = {1, 2, 4, 8, 12, 16, 20, 24}; | ^~~~~~~~~~~~ /kisskb/src/drivers/video/backlight/qcom-wled.c:416:6: note: byref variable will be forcibly initialized 416 | u32 val; | ^~~ /kisskb/src/drivers/video/backlight/qcom-wled.c: In function 'wled_ovp_fault_status': /kisskb/src/drivers/video/backlight/qcom-wled.c:372:18: note: byref variable will be forcibly initialized 372 | u32 int_rt_sts, fault_sts; | ^~~~~~~~~ /kisskb/src/drivers/video/backlight/qcom-wled.c:372:6: note: byref variable will be forcibly initialized 372 | u32 int_rt_sts, fault_sts; | ^~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_del_extent_real': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5019:23: note: byref variable will be forcibly initialized 5019 | struct xfs_bmbt_irec old; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5015:19: note: byref variable will be forcibly initialized 5015 | xfs_bmbt_irec_t new; /* new record to be inserted */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5011:8: note: byref variable will be forcibly initialized 5011 | int i; /* temp state */ | ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5009:23: note: byref variable will be forcibly initialized 5009 | struct xfs_bmbt_irec got; /* current extent entry */ | ^~~ /kisskb/src/drivers/video/backlight/qcom-wled.c: In function 'wled5_set_brightness': /kisskb/src/drivers/video/backlight/qcom-wled.c:276:5: note: byref variable will be forcibly initialized 276 | u8 v[2]; | ^ /kisskb/src/drivers/video/backlight/qcom-wled.c: In function 'wled4_set_brightness': /kisskb/src/drivers/video/backlight/qcom-wled.c:253:5: note: byref variable will be forcibly initialized 253 | u8 v[2]; | ^ /kisskb/src/drivers/video/backlight/qcom-wled.c: In function 'wled3_set_brightness': /kisskb/src/drivers/video/backlight/qcom-wled.c:234:5: note: byref variable will be forcibly initialized 234 | u8 v[2]; | ^ /kisskb/src/drivers/video/backlight/qcom-wled.c: In function 'wled_configure': /kisskb/src/drivers/video/backlight/qcom-wled.c:1420:30: note: byref variable will be forcibly initialized 1420 | const struct wled_bool_opts bool_opts[] = { | ^~~~~~~~~ /kisskb/src/drivers/video/backlight/qcom-wled.c:1382:29: note: byref variable will be forcibly initialized 1382 | const struct wled_u32_opts wled5_opts[] = { | ^~~~~~~~~~ /kisskb/src/drivers/video/backlight/qcom-wled.c:1354:29: note: byref variable will be forcibly initialized 1354 | const struct wled_u32_opts wled4_opts[] = { | ^~~~~~~~~~ /kisskb/src/drivers/video/backlight/qcom-wled.c:1326:29: note: byref variable will be forcibly initialized 1326 | const struct wled_u32_opts wled3_opts[] = { | ^~~~~~~~~~ /kisskb/src/drivers/video/backlight/qcom-wled.c:1322:12: note: byref variable will be forcibly initialized 1322 | u32 size, val, c; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmse_merge': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5674:16: note: byref variable will be forcibly initialized 5674 | int error, i; | ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5672:24: note: byref variable will be forcibly initialized 5672 | struct xfs_bmbt_irec new; | ^~~ /kisskb/src/drivers/video/backlight/qcom-wled.c: In function 'wled_auto_string_detection': /kisskb/src/drivers/video/backlight/qcom-wled.c:578:7: note: byref variable will be forcibly initialized 578 | bool fault_set; | ^~~~~~~~~ /kisskb/src/drivers/video/backlight/qcom-wled.c:576:6: note: byref variable will be forcibly initialized 576 | u32 sink_config = 0; | ^~~~~~~~~~~ In file included from /kisskb/src/drivers/virtio/virtio_ring.c:10: /kisskb/src/drivers/virtio/virtio_ring.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/video/backlight/qcom-wled.c: In function 'wled_auto_detection_at_init': /kisskb/src/drivers/video/backlight/qcom-wled.c:813:7: note: byref variable will be forcibly initialized 813 | bool fault_set; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_local_to_extents': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:783:25: note: byref variable will be forcibly initialized 783 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:782:23: note: byref variable will be forcibly initialized 782 | struct xfs_bmbt_irec rec; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:781:18: note: byref variable will be forcibly initialized 781 | struct xfs_buf *bp; /* buffer for extent block */ | ^~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:780:18: note: byref variable will be forcibly initialized 780 | xfs_alloc_arg_t args; /* allocation arguments */ | ^~~~ /kisskb/src/drivers/video/backlight/qcom-wled.c: In function 'wled4_setup': /kisskb/src/drivers/video/backlight/qcom-wled.c:960:6: note: byref variable will be forcibly initialized 960 | u32 sink_cfg; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_add_attrfork_local': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:954:21: note: byref variable will be forcibly initialized 954 | struct xfs_da_args dargs; /* args for dir/attr code */ | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_add_attrfork': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1025:8: note: byref variable will be forcibly initialized 1025 | int logflags; /* logging flags */ | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1024:8: note: byref variable will be forcibly initialized 1024 | int version = 1; /* superblock attr version */ | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1022:16: note: byref variable will be forcibly initialized 1022 | xfs_trans_t *tp; /* transaction pointer */ | ^~ /kisskb/src/drivers/video/backlight/qcom-wled.c: In function 'wled_ovp_irq_handler': /kisskb/src/drivers/video/backlight/qcom-wled.c:838:15: note: byref variable will be forcibly initialized 838 | u32 int_sts, fault_sts; | ^~~~~~~~~ /kisskb/src/drivers/video/backlight/qcom-wled.c:838:6: note: byref variable will be forcibly initialized 838 | u32 int_sts, fault_sts; | ^~~~~~~ /kisskb/src/drivers/video/backlight/qcom-wled.c: In function 'wled_configure_ovp_irq': /kisskb/src/drivers/video/backlight/qcom-wled.c:1576:6: note: byref variable will be forcibly initialized 1576 | u32 val; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_iread_extents': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1168:25: note: byref variable will be forcibly initialized 1168 | struct xfs_iread_state ir; | ^~ /kisskb/src/drivers/video/backlight/qcom-wled.c: In function 'wled_probe': /kisskb/src/drivers/video/backlight/qcom-wled.c:1616:6: note: byref variable will be forcibly initialized 1616 | u32 val; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_first_unused': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1215:25: note: byref variable will be forcibly initialized 1215 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/drivers/video/backlight/qcom-wled.c:1612:30: note: byref variable will be forcibly initialized 1612 | struct backlight_properties props; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1214:23: note: byref variable will be forcibly initialized 1214 | struct xfs_bmbt_irec got; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_last_before': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1262:25: note: byref variable will be forcibly initialized 1262 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1261:23: note: byref variable will be forcibly initialized 1261 | struct xfs_bmbt_irec got; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_last_extent': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1295:25: note: byref variable will be forcibly initialized 1295 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_isaeof': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1325:8: note: byref variable will be forcibly initialized 1325 | int is_empty; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1324:23: note: byref variable will be forcibly initialized 1324 | struct xfs_bmbt_irec rec; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_last_offset': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1362:8: note: byref variable will be forcibly initialized 1362 | int is_empty; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1361:23: note: byref variable will be forcibly initialized 1361 | struct xfs_bmbt_irec rec; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_add_extent_unwritten_real': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:2442:7: note: byref variable will be forcibly initialized 2442 | int tmp_logflags; /* partial log flag return val */ | ^~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1955:23: note: byref variable will be forcibly initialized 1955 | struct xfs_bmbt_irec old; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1950:19: note: byref variable will be forcibly initialized 1950 | xfs_bmbt_irec_t r[3]; /* neighbor extent entries */ | ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1947:8: note: byref variable will be forcibly initialized 1947 | int i; /* temp state */ | ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1945:24: note: byref variable will be forcibly initialized 1945 | struct xfs_btree_cur *cur; /* btree cursor */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmapi_convert_unwritten': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:4191:8: note: byref variable will be forcibly initialized 4191 | int tmp_logflags = 0; | ^~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_btalloc': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:3538:16: note: byref variable will be forcibly initialized 3538 | xfs_extlen_t blen; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmapi_read': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:3878:8: note: byref variable will be forcibly initialized 3878 | int n = 0; | ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:3875:25: note: byref variable will be forcibly initialized 3875 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:3872:23: note: byref variable will be forcibly initialized 3872 | struct xfs_bmbt_irec got; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmapi_reserve_delalloc': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:3982:24: note: byref variable will be forcibly initialized 3982 | struct xfs_bmbt_irec prev; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:3968:17: note: byref variable will be forcibly initialized 3968 | xfs_fileoff_t aoff = off; | ^~~~ /kisskb/src/drivers/virtio/virtio_ring.c: In function 'vring_new_virtqueue': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:3965:16: note: byref variable will be forcibly initialized 3965 | xfs_extlen_t alen; | ^~~~ /kisskb/src/drivers/virtio/virtio_ring.c:2352:15: note: byref variable will be forcibly initialized 2352 | struct vring vring; | ^~~~~ /kisskb/src/drivers/virtio/virtio_ring.c: In function 'vring_create_virtqueue_packed': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmapi_write': /kisskb/src/drivers/virtio/virtio_ring.c:1708:51: note: byref variable will be forcibly initialized 1708 | dma_addr_t ring_dma_addr, driver_event_dma_addr, device_event_dma_addr; | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_ring.c:1708:28: note: byref variable will be forcibly initialized 1708 | dma_addr_t ring_dma_addr, driver_event_dma_addr, device_event_dma_addr; | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:4331:8: note: byref variable will be forcibly initialized 4331 | int n; /* current extent index */ | ^ /kisskb/src/drivers/virtio/virtio_ring.c:1708:13: note: byref variable will be forcibly initialized 1708 | dma_addr_t ring_dma_addr, driver_event_dma_addr, device_event_dma_addr; | ^~~~~~~~~~~~~ /kisskb/src/drivers/virtio/virtio_ring.c: In function 'vring_create_virtqueue_split': /kisskb/src/drivers/virtio/virtio_ring.c:951:15: note: byref variable will be forcibly initialized 951 | struct vring vring; | ^~~~~ /kisskb/src/drivers/virtio/virtio_ring.c:949:13: note: byref variable will be forcibly initialized 949 | dma_addr_t dma_addr; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmapi_convert_delalloc': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:4513:20: note: byref variable will be forcibly initialized 4513 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:4511:22: note: byref variable will be forcibly initialized 4511 | struct xfs_bmalloca bma = { NULL }; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmapi_remap': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:4640:8: note: byref variable will be forcibly initialized 4640 | int logflags = 0, error; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:4638:25: note: byref variable will be forcibly initialized 4638 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:4637:23: note: byref variable will be forcibly initialized 4637 | struct xfs_bmbt_irec got; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:4636:24: note: byref variable will be forcibly initialized 4636 | struct xfs_btree_cur *cur = NULL; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_del_extent_delay': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:4803:29: note: byref variable will be forcibly initialized 4803 | xfs_filblks_t got_indlen, new_indlen, stolen; | ^~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:4803:17: note: byref variable will be forcibly initialized 4803 | xfs_filblks_t got_indlen, new_indlen, stolen; | ^~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:4800:23: note: byref variable will be forcibly initialized 4800 | struct xfs_bmbt_irec new; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_del_extent_cow': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:4927:23: note: byref variable will be forcibly initialized 4927 | struct xfs_bmbt_irec new; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function '__xfs_bunmapi': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5491:26: note: byref variable will be forcibly initialized 5491 | struct xfs_bmbt_irec prev; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5304:25: note: byref variable will be forcibly initialized 5304 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5303:17: note: byref variable will be forcibly initialized 5303 | xfs_fileoff_t end; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5297:8: note: byref variable will be forcibly initialized 5297 | int tmp_logflags; /* partial logging flags */ | ^~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5294:8: note: byref variable will be forcibly initialized 5294 | int logflags; /* transaction logging flags */ | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5291:23: note: byref variable will be forcibly initialized 5291 | struct xfs_bmbt_irec got; /* current extent record */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5288:23: note: byref variable will be forcibly initialized 5288 | struct xfs_bmbt_irec del; /* extent being deleted */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5287:24: note: byref variable will be forcibly initialized 5287 | struct xfs_btree_cur *cur; /* bmap btree cursor */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_collapse_extents': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5798:8: note: byref variable will be forcibly initialized 5798 | int logflags = 0; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5795:25: note: byref variable will be forcibly initialized 5795 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5794:28: note: byref variable will be forcibly initialized 5794 | struct xfs_bmbt_irec got, prev; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5794:23: note: byref variable will be forcibly initialized 5794 | struct xfs_bmbt_irec got, prev; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_can_insert_extents': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5878:8: note: byref variable will be forcibly initialized 5878 | int is_empty; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5877:23: note: byref variable will be forcibly initialized 5877 | struct xfs_bmbt_irec got; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_insert_extents': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5913:8: note: byref variable will be forcibly initialized 5913 | int logflags = 0; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5910:25: note: byref variable will be forcibly initialized 5910 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5909:28: note: byref variable will be forcibly initialized 5909 | struct xfs_bmbt_irec got, next; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:5909:23: note: byref variable will be forcibly initialized 5909 | struct xfs_bmbt_irec got, next; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_bmap_split_extent': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:6094:7: note: byref variable will be forcibly initialized 6094 | int tmp_logflags; /* partial log flag return val */ | ^~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:6016:9: note: byref variable will be forcibly initialized 6016 | int i = 0; | ^ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:6013:26: note: byref variable will be forcibly initialized 6013 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:6010:24: note: byref variable will be forcibly initialized 6010 | struct xfs_bmbt_irec new; /* split extent */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:6009:24: note: byref variable will be forcibly initialized 6009 | struct xfs_bmbt_irec got; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:6008:25: note: byref variable will be forcibly initialized 6008 | struct xfs_btree_cur *cur = NULL; | ^~~ /kisskb/src/fs/ext4/migrate.c: In function 'finish_range': /kisskb/src/fs/ext4/migrate.c:27:24: note: byref variable will be forcibly initialized 27 | struct ext4_ext_path *path; | ^~~~ /kisskb/src/fs/ext4/migrate.c:26:21: note: byref variable will be forcibly initialized 26 | struct ext4_extent newext; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c: In function 'xfs_iread_bmbt_block': /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1138:24: note: byref variable will be forcibly initialized 1138 | struct xfs_bmbt_irec new; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap.c:1116:19: note: byref variable will be forcibly initialized 1116 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/ext4/migrate.c: In function 'ext4_ext_swap_inode_data': /kisskb/src/fs/ext4/migrate.c:291:9: note: byref variable will be forcibly initialized 291 | __le32 i_data[3]; | ^~~~~~ /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/fs/ext4/migrate.c: In function 'ext4_ext_migrate': /kisskb/src/fs/ext4/migrate.c:421:8: note: byref variable will be forcibly initialized 421 | uid_t owner[2]; | ^~~~~ /kisskb/src/fs/ext4/migrate.c:418:24: note: byref variable will be forcibly initialized 418 | struct migrate_struct lb; | ^~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/trace_events.h:9, from /kisskb/src/include/trace/syscall.h:7, from /kisskb/src/kernel/trace/trace_syscalls.c:2: /kisskb/src/kernel/trace/trace_syscalls.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'mb_buddy_mark_free': /kisskb/src/fs/ext4/mballoc.c:1726:6: note: byref variable will be forcibly initialized 1726 | int max; | ^~~ /kisskb/src/fs/ext4/mballoc.c: In function 'mb_find_order_for_block': /kisskb/src/fs/ext4/mballoc.c:1630:17: note: byref variable will be forcibly initialized 1630 | int order = 1, max; | ^~~ In file included from /kisskb/src/kernel/trace/trace_output.h:6, from /kisskb/src/kernel/trace/trace_syscalls.c:13: /kisskb/src/kernel/trace/trace_syscalls.c: In function 'event_trigger_unlock_commit': /kisskb/src/kernel/trace/trace.h:1397:26: note: byref variable will be forcibly initialized 1397 | enum event_trigger_type tt = ETT_NONE; | ^~ /kisskb/src/kernel/trace/trace_syscalls.c: In function 'ftrace_syscall_enter': /kisskb/src/kernel/trace/trace_syscalls.c:302:16: note: byref variable will be forcibly initialized 302 | unsigned long args[6]; | ^~~~ /kisskb/src/drivers/soc/fsl/qe/qe_io.c: In function 'par_io_of_config': /kisskb/src/drivers/soc/fsl/qe/qe_io.c:143:6: note: byref variable will be forcibly initialized 143 | int pio_map_len; | ^~~~~~~~~~~ /kisskb/src/drivers/soc/fsl/qe/qe_io.c: In function 'par_io_init': /kisskb/src/drivers/soc/fsl/qe/qe_io.c:31:6: note: byref variable will be forcibly initialized 31 | u32 num_ports; | ^~~~~~~~~ /kisskb/src/drivers/soc/fsl/qe/qe_io.c:29:18: note: byref variable will be forcibly initialized 29 | struct resource res; | ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/pagemap.h:11, from /kisskb/src/include/linux/buffer_head.h:14, from /kisskb/src/include/linux/jbd2.h:23, from /kisskb/src/fs/ext4/ext4_jbd2.h:16, from /kisskb/src/fs/ext4/mballoc.c:12: /kisskb/src/fs/ext4/mballoc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/kernel/trace/trace_syscalls.c: In function 'find_syscall_meta': /kisskb/src/kernel/trace/trace_syscalls.c:87:7: note: byref variable will be forcibly initialized 87 | char str[KSYM_SYMBOL_LEN]; | ^~~ /kisskb/src/fs/ext4/mballoc.c: In function 'mb_find_extent': /kisskb/src/fs/ext4/mballoc.c:1868:6: note: byref variable will be forcibly initialized 1868 | int max, order; | ^~~ /kisskb/src/fs/ext4/mballoc.c: In function 'mb_find_next_bit': /kisskb/src/fs/ext4/mballoc.c:501:6: note: byref variable will be forcibly initialized 501 | int fix = 0, ret, tmpmax; | ^~~ /kisskb/src/fs/ext4/mballoc.c: In function 'mb_find_next_zero_bit': /kisskb/src/fs/ext4/mballoc.c:488:6: note: byref variable will be forcibly initialized 488 | int fix = 0, ret, tmpmax; | ^~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_show_pa': /kisskb/src/fs/ext4/mballoc.c:5077:17: note: byref variable will be forcibly initialized 5077 | ext4_grpblk_t start; | ^~~~~ /kisskb/src/drivers/soc/fsl/qe/ucc.c: In function 'ucc_mux_set_grant_tsa_bkpt': /kisskb/src/drivers/soc/fsl/qe/ucc.c:102:15: note: byref variable will be forcibly initialized 102 | unsigned int shift; | ^~~~~ /kisskb/src/drivers/soc/fsl/qe/ucc.c:101:15: note: byref variable will be forcibly initialized 101 | unsigned int reg_num; | ^~~~~~~ /kisskb/src/drivers/soc/fsl/qe/ucc.c:100:18: note: byref variable will be forcibly initialized 100 | __be32 __iomem *cmxucr; | ^~~~~~ /kisskb/src/drivers/soc/fsl/qe/ucc.c: In function 'ucc_set_qe_mux_rxtx': /kisskb/src/drivers/soc/fsl/qe/ucc.c:123:15: note: byref variable will be forcibly initialized 123 | unsigned int shift; | ^~~~~ /kisskb/src/drivers/soc/fsl/qe/ucc.c:122:15: note: byref variable will be forcibly initialized 122 | unsigned int reg_num; | ^~~~~~~ /kisskb/src/drivers/soc/fsl/qe/ucc.c:121:18: note: byref variable will be forcibly initialized 121 | __be32 __iomem *cmxucr; | ^~~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_initialize_context': /kisskb/src/fs/ext4/mballoc.c:5204:16: note: byref variable will be forcibly initialized 5204 | ext4_grpblk_t block; | ^~~~~ /kisskb/src/fs/ext4/mballoc.c:5201:15: note: byref variable will be forcibly initialized 5201 | ext4_group_t group; | ^~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_free_blocks_simple': /kisskb/src/fs/ext4/mballoc.c:5811:16: note: byref variable will be forcibly initialized 5811 | ext4_grpblk_t blkoff; | ^~~~~~ /kisskb/src/fs/ext4/mballoc.c:5810:15: note: byref variable will be forcibly initialized 5810 | ext4_group_t group; | ^~~~~ /kisskb/src/fs/ext4/mballoc.c:5809:22: note: byref variable will be forcibly initialized 5809 | struct buffer_head *gdp_bh; | ^~~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_release_inode_pa': /kisskb/src/fs/ext4/mballoc.c:4742:16: note: byref variable will be forcibly initialized 4742 | ext4_grpblk_t bit; | ^~~ /kisskb/src/fs/ext4/mballoc.c:4741:15: note: byref variable will be forcibly initialized 4741 | ext4_group_t group; | ^~~~~ /kisskb/src/fs/nsfs.c: In function 'ns_get_path': /kisskb/src/fs/nsfs.c:139:31: note: byref variable will be forcibly initialized 139 | struct ns_get_path_task_args args = { | ^~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_release_group_pa': /kisskb/src/fs/ext4/mballoc.c:4793:16: note: byref variable will be forcibly initialized 4793 | ext4_grpblk_t bit; | ^~~ /kisskb/src/fs/ext4/mballoc.c:4792:15: note: byref variable will be forcibly initialized 4792 | ext4_group_t group; | ^~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_generate_from_pa': /kisskb/src/fs/ext4/mballoc.c:4455:16: note: byref variable will be forcibly initialized 4455 | ext4_grpblk_t start; | ^~~~~ /kisskb/src/fs/ext4/mballoc.c:4454:15: note: byref variable will be forcibly initialized 4454 | ext4_group_t groupnr; | ^~~~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_init_cache': /kisskb/src/fs/ext4/mballoc.c:1194:22: note: byref variable will be forcibly initialized 1194 | struct buffer_head *bhs; | ^~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_init_group': /kisskb/src/fs/ext4/mballoc.c:1414:20: note: byref variable will be forcibly initialized 1414 | struct ext4_buddy e4b; | ^~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_free_data_in_buddy': /kisskb/src/fs/ext4/mballoc.c:3640:20: note: byref variable will be forcibly initialized 3640 | struct ext4_buddy e4b; | ^~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_discard_allocated_blocks': /kisskb/src/fs/ext4/mballoc.c:4218:20: note: byref variable will be forcibly initialized 4218 | struct ext4_buddy e4b; | ^~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_bmap_btree.c:6: /kisskb/src/fs/xfs/libxfs/xfs_bmap_btree.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_discard_group_preallocations': /kisskb/src/fs/ext4/mballoc.c:4823:20: note: byref variable will be forcibly initialized 4823 | struct ext4_buddy e4b; | ^~~ /kisskb/src/fs/ext4/mballoc.c:4822:19: note: byref variable will be forcibly initialized 4822 | struct list_head list; | ^~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_discard_lg_preallocations': /kisskb/src/fs/ext4/mballoc.c:5254:19: note: byref variable will be forcibly initialized 5254 | struct list_head discard_list; | ^~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap_btree.c: In function 'xfs_bmbt_free_block': /kisskb/src/fs/xfs/libxfs/xfs_bmap_btree.c:288:24: note: byref variable will be forcibly initialized 288 | struct xfs_owner_info oinfo; | ^~~~~ /kisskb/src/fs/ext4/mballoc.c:5253:20: note: byref variable will be forcibly initialized 5253 | struct ext4_buddy e4b; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap_btree.c: In function 'xfs_bmbt_alloc_block': /kisskb/src/fs/xfs/libxfs/xfs_bmap_btree.c:203:19: note: byref variable will be forcibly initialized 203 | xfs_alloc_arg_t args; /* block allocation args */ | ^~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'mb_mark_used': /kisskb/src/fs/ext4/mballoc.c:1932:6: note: byref variable will be forcibly initialized 1932 | int max = 0; | ^~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_trim_extent': /kisskb/src/fs/ext4/mballoc.c:6270:26: note: byref variable will be forcibly initialized 6270 | struct ext4_free_extent ex; | ^~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_discard_work': /kisskb/src/fs/ext4/mballoc.c:3338:19: note: byref variable will be forcibly initialized 3338 | struct list_head discard_list; | ^~~~~~~~~~~~ /kisskb/src/fs/ext4/mballoc.c:3337:20: note: byref variable will be forcibly initialized 3337 | struct ext4_buddy e4b; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_bmap_btree.c: In function 'xfs_bmbt_maxlevels_ondisk': /kisskb/src/fs/xfs/libxfs/xfs_bmap_btree.c:604:16: note: byref variable will be forcibly initialized 604 | unsigned int minrecs[2]; | ^~~~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_trim_all_free': /kisskb/src/fs/ext4/mballoc.c:6361:20: note: byref variable will be forcibly initialized 6361 | struct ext4_buddy e4b; | ^~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_find_by_goal': /kisskb/src/fs/ext4/mballoc.c:2203:26: note: byref variable will be forcibly initialized 2203 | struct ext4_free_extent ex; | ^~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_simple_scan_group': /kisskb/src/fs/ext4/mballoc.c:2271:6: note: byref variable will be forcibly initialized 2271 | int max; | ^~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_scan_aligned': /kisskb/src/fs/ext4/mballoc.c:2385:26: note: byref variable will be forcibly initialized 2385 | struct ext4_free_extent ex; | ^~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_check_limits': /kisskb/src/fs/ext4/mballoc.c:2064:26: note: byref variable will be forcibly initialized 2064 | struct ext4_free_extent ex; | ^~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_complex_scan_group': /kisskb/src/fs/ext4/mballoc.c:2319:26: note: byref variable will be forcibly initialized 2319 | struct ext4_free_extent ex; | ^~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_try_best_found': /kisskb/src/fs/ext4/mballoc.c:2170:26: note: byref variable will be forcibly initialized 2170 | struct ext4_free_extent ex = ac->ac_b_ex; | ^~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_mark_diskspace_used': /kisskb/src/fs/ext4/mballoc.c:3779:22: note: byref variable will be forcibly initialized 3779 | struct buffer_head *gdp_bh; | ^~~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_prefetch': /kisskb/src/fs/ext4/mballoc.c:2563:18: note: byref variable will be forcibly initialized 2563 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_regular_allocator': /kisskb/src/fs/ext4/mballoc.c:2713:17: note: byref variable will be forcibly initialized 2713 | int ret = 0, new_cr; | ^~~~~~ /kisskb/src/fs/ext4/mballoc.c:2641:20: note: byref variable will be forcibly initialized 2641 | struct ext4_buddy e4b; | ^~~ /kisskb/src/fs/ext4/mballoc.c:2638:23: note: byref variable will be forcibly initialized 2638 | unsigned int nr = 0, prefetch_ios = 0; | ^~~~~~~~~~~~ /kisskb/src/fs/ext4/mballoc.c:2635:42: note: byref variable will be forcibly initialized 2635 | ext4_group_t prefetch_grp = 0, ngroups, group, i; | ^~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c: In function 'ZSTD_decompressFrame': /kisskb/src/lib/zstd/decompress/zstd_decompress.c:816:27: note: byref variable will be forcibly initialized 816 | blockProperties_t blockProperties; | ^~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c: In function 'ZSTD_findFrameSizeInfo': /kisskb/src/lib/zstd/decompress/zstd_decompress.c:665:31: note: byref variable will be forcibly initialized 665 | blockProperties_t blockProperties; | ^~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c:650:26: note: byref variable will be forcibly initialized 650 | ZSTD_frameHeader zfh; | ^~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c:635:24: note: byref variable will be forcibly initialized 635 | ZSTD_frameSizeInfo frameSizeInfo; | ^~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c: In function 'ZSTD_getFrameContentSize': /kisskb/src/lib/zstd/decompress/zstd_decompress.c:508:26: note: byref variable will be forcibly initialized 508 | { ZSTD_frameHeader zfh; | ^~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c: In function 'ZSTD_decompressContinue': /kisskb/src/lib/zstd/decompress/zstd_decompress.c:1084:31: note: byref variable will be forcibly initialized 1084 | { blockProperties_t bp; | ^~ /kisskb/src/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/lib/zstd/decompress/zstd_decompress.c: In function 'ZSTD_loadDEntropy': /kisskb/src/lib/zstd/decompress/zstd_decompress.c:1282:45: note: byref variable will be forcibly initialized 1282 | unsigned litlengthMaxValue = MaxLL, litlengthLog; | ^~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c:1282:18: note: byref variable will be forcibly initialized 1282 | unsigned litlengthMaxValue = MaxLL, litlengthLog; | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c:1281:15: note: byref variable will be forcibly initialized 1281 | { short litlengthNCount[MaxLL+1]; | ^~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c:1267:47: note: byref variable will be forcibly initialized 1267 | unsigned matchlengthMaxValue = MaxML, matchlengthLog; | ^~~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c:1267:18: note: byref variable will be forcibly initialized 1267 | unsigned matchlengthMaxValue = MaxML, matchlengthLog; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c:1266:15: note: byref variable will be forcibly initialized 1266 | { short matchlengthNCount[MaxML+1]; | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c:1252:44: note: byref variable will be forcibly initialized 1252 | unsigned offcodeMaxValue = MaxOff, offcodeLog; | ^~~~~~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c:1252:18: note: byref variable will be forcibly initialized 1252 | unsigned offcodeMaxValue = MaxOff, offcodeLog; | ^~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c:1251:15: note: byref variable will be forcibly initialized 1251 | { short offcodeNCount[MaxOff+1]; | ^~~~~~~~~~~~~ /kisskb/src/fs/statfs.c: In function 'do_statfs_native': /kisskb/src/fs/statfs.c:128:16: note: byref variable will be forcibly initialized 128 | struct statfs buf; | ^~~ /kisskb/src/fs/statfs.c: In function 'do_statfs64': /kisskb/src/fs/statfs.c:170:18: note: byref variable will be forcibly initialized 170 | struct statfs64 buf; | ^~~ /kisskb/src/fs/statfs.c: In function '__do_sys_ustat': /kisskb/src/fs/statfs.c:251:17: note: byref variable will be forcibly initialized 251 | struct kstatfs sbuf; | ^~~~ /kisskb/src/fs/statfs.c:250:15: note: byref variable will be forcibly initialized 250 | struct ustat tmp; | ^~~ /kisskb/src/fs/statfs.c: In function 'user_statfs': /kisskb/src/fs/statfs.c:99:14: note: byref variable will be forcibly initialized 99 | struct path path; | ^~~~ /kisskb/src/fs/statfs.c: In function '__do_sys_statfs': /kisskb/src/fs/statfs.c:194:17: note: byref variable will be forcibly initialized 194 | struct kstatfs st; | ^~ /kisskb/src/fs/statfs.c: In function '__do_sys_statfs64': /kisskb/src/fs/statfs.c:203:17: note: byref variable will be forcibly initialized 203 | struct kstatfs st; | ^~ /kisskb/src/fs/statfs.c: In function '__do_sys_fstatfs': /kisskb/src/fs/statfs.c:215:17: note: byref variable will be forcibly initialized 215 | struct kstatfs st; | ^~ /kisskb/src/fs/statfs.c: In function '__do_sys_fstatfs64': /kisskb/src/fs/statfs.c:224:17: note: byref variable will be forcibly initialized 224 | struct kstatfs st; | ^~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_process_freed_data': /kisskb/src/fs/ext4/mballoc.c:3695:19: note: byref variable will be forcibly initialized 3695 | struct list_head freed_data_list; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_mark_bb': /kisskb/src/fs/ext4/mballoc.c:3901:16: note: byref variable will be forcibly initialized 3901 | ext4_grpblk_t blkoff; | ^~~~~~ /kisskb/src/fs/ext4/mballoc.c:3900:15: note: byref variable will be forcibly initialized 3900 | ext4_group_t group; | ^~~~~ /kisskb/src/fs/ext4/mballoc.c:3898:22: note: byref variable will be forcibly initialized 3898 | struct buffer_head *gdp_bh; | ^~~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_new_blocks_simple': /kisskb/src/lib/zstd/decompress/zstd_decompress.c: In function 'ZSTD_estimateDStreamSize_fromFrame': /kisskb/src/lib/zstd/decompress/zstd_decompress.c:1730:22: note: byref variable will be forcibly initialized 1730 | ZSTD_frameHeader zfh; | ^~~ /kisskb/src/fs/ext4/mballoc.c:5759:16: note: byref variable will be forcibly initialized 5759 | ext4_grpblk_t blkoff; | ^~~~~~ /kisskb/src/fs/ext4/mballoc.c:5758:15: note: byref variable will be forcibly initialized 5758 | ext4_group_t group; | ^~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c: In function 'ZSTD_decompressStream': /kisskb/src/lib/zstd/decompress/zstd_decompress.c:1821:11: note: byref variable will be forcibly initialized 1821 | char* op = ostart; | ^~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_discard_preallocations': /kisskb/src/fs/ext4/mballoc.c:4936:20: note: byref variable will be forcibly initialized 4936 | struct ext4_buddy e4b; | ^~~ /kisskb/src/fs/ext4/mballoc.c:4935:19: note: byref variable will be forcibly initialized 4935 | struct list_head list; | ^~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c: In function 'ZSTD_decompressStream_simpleArgs': /kisskb/src/lib/zstd/decompress/zstd_decompress.c:2079:20: note: byref variable will be forcibly initialized 2079 | ZSTD_inBuffer input = { src, srcSize, *srcPos }; | ^~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress.c:2078:20: note: byref variable will be forcibly initialized 2078 | ZSTD_outBuffer output = { dst, dstCapacity, *dstPos }; | ^~~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mb_new_blocks': /kisskb/src/fs/ext4/mballoc.c:5511:6: note: byref variable will be forcibly initialized 5511 | u64 seq; | ^~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_free_blocks': /kisskb/src/fs/ext4/mballoc.c:5865:20: note: byref variable will be forcibly initialized 5865 | struct ext4_buddy e4b; | ^~~ /kisskb/src/fs/ext4/mballoc.c:5863:15: note: byref variable will be forcibly initialized 5863 | ext4_group_t block_group; | ^~~~~~~~~~~ /kisskb/src/fs/ext4/mballoc.c:5862:22: note: byref variable will be forcibly initialized 5862 | struct buffer_head *gd_bh; | ^~~~~ /kisskb/src/fs/ext4/mballoc.c:5861:16: note: byref variable will be forcibly initialized 5861 | ext4_grpblk_t bit; | ^~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_group_add_blocks': /kisskb/src/fs/ext4/mballoc.c:6132:20: note: byref variable will be forcibly initialized 6132 | struct ext4_buddy e4b; | ^~~ /kisskb/src/fs/ext4/mballoc.c:6128:16: note: byref variable will be forcibly initialized 6128 | ext4_grpblk_t bit; | ^~~ /kisskb/src/fs/ext4/mballoc.c:6127:15: note: byref variable will be forcibly initialized 6127 | ext4_group_t block_group; | ^~~~~~~~~~~ /kisskb/src/fs/ext4/mballoc.c:6126:22: note: byref variable will be forcibly initialized 6126 | struct buffer_head *gd_bh; | ^~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_trim_fs': /kisskb/src/fs/ext4/mballoc.c:6409:40: note: byref variable will be forcibly initialized 6409 | ext4_grpblk_t cnt = 0, first_cluster, last_cluster; | ^~~~~~~~~~~~ /kisskb/src/fs/ext4/mballoc.c:6409:25: note: byref variable will be forcibly initialized 6409 | ext4_grpblk_t cnt = 0, first_cluster, last_cluster; | ^~~~~~~~~~~~~ /kisskb/src/fs/ext4/mballoc.c:6408:35: note: byref variable will be forcibly initialized 6408 | ext4_group_t group, first_group, last_group; | ^~~~~~~~~~ /kisskb/src/fs/ext4/mballoc.c:6408:22: note: byref variable will be forcibly initialized 6408 | ext4_group_t group, first_group, last_group; | ^~~~~~~~~~~ /kisskb/src/fs/ext4/mballoc.c: In function 'ext4_mballoc_query_range': /kisskb/src/fs/ext4/mballoc.c:6496:21: note: byref variable will be forcibly initialized 6496 | struct ext4_buddy e4b; | ^~~ /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/fs/fs_context.c:387:10: note: byref variable will be forcibly initialized 387 | va_list va; | ^~ /kisskb/src/fs/fs_context.c: In function 'generic_parse_monolithic': /kisskb/src/fs/fs_context.c:203:8: note: byref variable will be forcibly initialized 203 | char *options = data, *key; | ^~~~~~~ /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/fs/kernel_read_file.c: In function 'kernel_read_file': /kisskb/src/fs/kernel_read_file.c:39:17: note: byref variable will be forcibly initialized 39 | loff_t i_size, pos; | ^~~ /kisskb/src/lib/xz/xz_dec_bcj.c: In function 'xz_dec_bcj_run': /kisskb/src/lib/xz/xz_dec_bcj.c:421:9: note: byref variable will be forcibly initialized 421 | size_t out_start; | ^~~~~~~~~ /kisskb/src/fs/kernel_read_file.c: In function 'kernel_read_file_from_path_initns': /kisskb/src/fs/kernel_read_file.c:153:14: note: byref variable will be forcibly initialized 153 | struct path root; | ^~~~ /kisskb/src/kernel/crash_core.c: In function 'parse_crashkernel_suffix': /kisskb/src/kernel/crash_core.c:167:8: note: byref variable will be forcibly initialized 167 | char *cur = cmdline; | ^~~ /kisskb/src/kernel/crash_core.c: In function 'parse_crashkernel_mem': /kisskb/src/kernel/crash_core.c:44:24: note: byref variable will be forcibly initialized 44 | char *cur = cmdline, *tmp; | ^~~ /kisskb/src/kernel/crash_core.c: In function 'parse_crashkernel_simple': /kisskb/src/kernel/crash_core.c:129:8: note: byref variable will be forcibly initialized 129 | char *cur = cmdline; | ^~~ /kisskb/src/kernel/crash_core.c: In function 'vmcoreinfo_append_str': /kisskb/src/kernel/crash_core.c:355:7: note: byref variable will be forcibly initialized 355 | char buf[0x50]; | ^~~ /kisskb/src/kernel/crash_core.c:354:10: note: byref variable will be forcibly initialized 354 | va_list args; | ^~~~ /kisskb/src/kernel/smp.c: In function 'cfd_seq_data_add': /kisskb/src/kernel/smp.c:249:20: note: byref variable will be forcibly initialized 249 | union cfd_seq_cnt new[2]; | ^~~ /kisskb/src/kernel/smp.c: In function 'csd_lock_print_extended': /kisskb/src/kernel/smp.c:293:15: note: byref variable will be forcibly initialized 293 | unsigned int n_data = 0, i; | ^~~~~~ /kisskb/src/kernel/smp.c:292:20: note: byref variable will be forcibly initialized 292 | union cfd_seq_cnt data[2 * ARRAY_SIZE(seq_type)]; | ^~~~ /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/kernel/smp.c: In function 'csdlock_debug': /kisskb/src/kernel/smp.c:166:15: note: byref variable will be forcibly initialized 166 | unsigned int val = 0; | ^~~ /kisskb/src/kernel/smp.c: In function 'nrcpus': /kisskb/src/kernel/smp.c:1051:6: note: byref variable will be forcibly initialized 1051 | int nr_cpus; | ^~~~~~~ /kisskb/src/kernel/smp.c: In function '__csd_lock_wait': /kisskb/src/kernel/smp.c:393:11: note: byref variable will be forcibly initialized 393 | u64 ts0, ts1; | ^~~ /kisskb/src/kernel/smp.c:392:6: note: byref variable will be forcibly initialized 392 | int bug_id = 0; | ^~~~~~ /kisskb/src/net/core/rtnetlink.c: In function 'do_setvfinfo': /kisskb/src/net/core/rtnetlink.c:2386:23: note: byref variable will be forcibly initialized 2386 | struct ifla_vf_info ivf; | ^~~ /kisskb/src/net/core/rtnetlink.c:2356:7: note: byref variable will be forcibly initialized 2356 | int rem, len = 0; | ^~~ /kisskb/src/net/core/rtnetlink.c: In function 'validate_linkmsg': /kisskb/src/net/core/rtnetlink.c:2282:7: note: byref variable will be forcibly initialized 2282 | int rem, err; | ^~~ In file included from /kisskb/src/include/linux/sockptr.h:11, from /kisskb/src/include/linux/net.h:25, from /kisskb/src/net/core/rtnetlink.c:24: /kisskb/src/net/core/rtnetlink.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/fs/remap_range.c: In function 'generic_remap_checks': /kisskb/src/fs/remap_range.c:35:11: note: byref variable will be forcibly initialized 35 | uint64_t count = *req_count; | ^~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/core/rtnetlink.c:17: /kisskb/src/net/core/rtnetlink.c: In function '__rtnl_kill_links': /kisskb/src/net/core/rtnetlink.c:417:12: note: byref variable will be forcibly initialized 417 | LIST_HEAD(list_kill); | ^~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_delete_link': /kisskb/src/net/core/rtnetlink.c:3056:12: note: byref variable will be forcibly initialized 3056 | LIST_HEAD(list_kill); | ^~~~~~~~~ /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/net/core/rtnetlink.c: In function 'rtnl_group_dellink': /kisskb/src/net/core/rtnetlink.c:3020:12: note: byref variable will be forcibly initialized 3020 | LIST_HEAD(list_kill); | ^~~~~~~~~ /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/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:25, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/include/net/inet_sock.h:22, from /kisskb/src/include/net/ip.h:29, from /kisskb/src/net/core/rtnetlink.c:45: /kisskb/src/net/core/rtnetlink.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized 1309 | u32 tmp = value; | ^~~ /kisskb/src/net/core/rtnetlink.c: In function 'nla_put_u8': /kisskb/src/include/net/netlink.h:1244:5: note: byref variable will be forcibly initialized 1244 | u8 tmp = value; | ^~~ /kisskb/src/net/core/rtnetlink.c: In function 'nla_put_s32': /kisskb/src/include/net/netlink.h:1448:6: note: byref variable will be forcibly initialized 1448 | s32 tmp = value; | ^~~ /kisskb/src/net/core/rtnetlink.c: In function 'nla_put_u16': /kisskb/src/include/net/netlink.h:1257:6: note: byref variable will be forcibly initialized 1257 | u16 tmp = value; | ^~~ /kisskb/src/fs/remap_range.c: In function 'generic_remap_file_range_prep': /kisskb/src/fs/remap_range.c:340:9: note: byref variable will be forcibly initialized 340 | bool is_same = false; | ^~~~~~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_xdp_fill': /kisskb/src/net/core/rtnetlink.c:1459:5: note: byref variable will be forcibly initialized 1459 | u8 mode; | ^~~~ /kisskb/src/net/core/rtnetlink.c:1457:6: note: byref variable will be forcibly initialized 1457 | u32 prog_id; | ^~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/module.h:134, from /kisskb/src/kernel/module.c:64: /kisskb/src/kernel/module.c: In function 'trace_event_raw_event_module_load': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:31:1: note: in expansion of macro 'TRACE_EVENT' 31 | TRACE_EVENT(module_load, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:31:1: note: in expansion of macro 'TRACE_EVENT' 31 | TRACE_EVENT(module_load, | ^~~~~~~~~~~ /kisskb/src/net/core/rtnetlink.c: In function 'valid_fdb_dump_legacy': /kisskb/src/net/core/rtnetlink.c:4301:17: note: byref variable will be forcibly initialized 4301 | struct nlattr *tb[IFLA_MAX+1]; | ^~ /kisskb/src/kernel/module.c: In function 'trace_event_raw_event_module_free': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:50:1: note: in expansion of macro 'TRACE_EVENT' 50 | TRACE_EVENT(module_free, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:50:1: note: in expansion of macro 'TRACE_EVENT' 50 | TRACE_EVENT(module_free, | ^~~~~~~~~~~ /kisskb/src/kernel/module.c: In function 'trace_event_raw_event_module_request': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:107:1: note: in expansion of macro 'TRACE_EVENT' 107 | TRACE_EVENT(module_request, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/module.h:107:1: note: in expansion of macro 'TRACE_EVENT' 107 | TRACE_EVENT(module_request, | ^~~~~~~~~~~ /kisskb/src/net/core/rtnetlink.c: In function 'valid_bridge_getlink_req': /kisskb/src/net/core/rtnetlink.c:4706:17: note: byref variable will be forcibly initialized 4706 | struct nlattr *tb[IFLA_MAX+1]; | ^~ /kisskb/src/net/core/rtnetlink.c: In function 'valid_fdb_dump_strict': /kisskb/src/net/core/rtnetlink.c:4247:17: note: byref variable will be forcibly initialized 4247 | struct nlattr *tb[NDA_MAX + 1]; | ^~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/include/linux/ring_buffer.h:5, from /kisskb/src/include/linux/trace_events.h:6, from /kisskb/src/kernel/module.c:13: /kisskb/src/kernel/module.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/kernel/module.c: In function 'find_symbol': /kisskb/src/kernel/module.c:537:20: note: byref variable will be forcibly initialized 537 | struct symsearch arr[] = { | ^~~ /kisskb/src/kernel/module.c: In function 'get_next_modinfo': /kisskb/src/kernel/module.c:2554:16: note: byref variable will be forcibly initialized 2554 | unsigned long size = infosec->sh_size; | ^~~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_calcit': /kisskb/src/net/core/rtnetlink.c:3722:17: note: byref variable will be forcibly initialized 3722 | struct nlattr *tb[IFLA_MAX+1]; | ^~ /kisskb/src/kernel/kallsyms.c: In function '__sprint_symbol': /kisskb/src/kernel/kallsyms.c:446:24: note: byref variable will be forcibly initialized 446 | unsigned long offset, size; | ^~~~ /kisskb/src/kernel/kallsyms.c:446:16: note: byref variable will be forcibly initialized 446 | unsigned long offset, size; | ^~~~~~ /kisskb/src/kernel/kallsyms.c:444:23: note: byref variable will be forcibly initialized 444 | const unsigned char *buildid; | ^~~~~~~ /kisskb/src/kernel/kallsyms.c:443:8: note: byref variable will be forcibly initialized 443 | char *modname; | ^~~~~~~ /kisskb/src/net/core/rtnetlink.c: In function 'nla_put_ifalias': /kisskb/src/net/core/rtnetlink.c:1557:7: note: byref variable will be forcibly initialized 1557 | char buf[IFALIASZ]; | ^~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_fill_link_ifmap': /kisskb/src/net/core/rtnetlink.c:1392:25: note: byref variable will be forcibly initialized 1392 | struct rtnl_link_ifmap map; | ^~~ /kisskb/src/kernel/kallsyms.c: In function 'kallsyms_lookup_name': /kisskb/src/kernel/kallsyms.c:211:7: note: byref variable will be forcibly initialized 211 | char namebuf[KSYM_NAME_LEN]; | ^~~~~~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:25, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/include/net/inet_sock.h:22, from /kisskb/src/include/net/ip.h:29, from /kisskb/src/net/core/rtnetlink.c:45: /kisskb/src/net/core/rtnetlink.c: In function 'nla_put_u64_64bit': /kisskb/src/include/net/netlink.h:1363:6: note: byref variable will be forcibly initialized 1363 | u64 tmp = value; | ^~~ /kisskb/src/kernel/kallsyms.c: In function 'kallsyms_lookup_size_offset': /kisskb/src/kernel/kallsyms.c:317:7: note: byref variable will be forcibly initialized 317 | char namebuf[KSYM_NAME_LEN]; | ^~~~~~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_fill_vfinfo': /kisskb/src/net/core/rtnetlink.c:1233:22: note: byref variable will be forcibly initialized 1233 | struct ifla_vf_guid port_guid; | ^~~~~~~~~ /kisskb/src/net/core/rtnetlink.c:1232:22: note: byref variable will be forcibly initialized 1232 | struct ifla_vf_guid node_guid; | ^~~~~~~~~ /kisskb/src/net/core/rtnetlink.c:1231:22: note: byref variable will be forcibly initialized 1231 | struct ifla_vf_info ivi; | ^~~ /kisskb/src/net/core/rtnetlink.c:1230:27: note: byref variable will be forcibly initialized 1230 | struct ifla_vf_broadcast vf_broadcast; | ^~~~~~~~~~~~ /kisskb/src/net/core/rtnetlink.c:1229:21: note: byref variable will be forcibly initialized 1229 | struct ifla_vf_mac vf_mac; | ^~~~~~ /kisskb/src/net/core/rtnetlink.c:1228:22: note: byref variable will be forcibly initialized 1228 | struct ifla_vf_rate vf_rate; | ^~~~~~~ /kisskb/src/net/core/rtnetlink.c:1227:22: note: byref variable will be forcibly initialized 1227 | struct ifla_vf_vlan vf_vlan; | ^~~~~~~ /kisskb/src/net/core/rtnetlink.c:1226:23: note: byref variable will be forcibly initialized 1226 | struct ifla_vf_trust vf_trust; | ^~~~~~~~ /kisskb/src/net/core/rtnetlink.c:1225:23: note: byref variable will be forcibly initialized 1225 | struct ifla_vf_stats vf_stats; | ^~~~~~~~ /kisskb/src/net/core/rtnetlink.c:1224:25: note: byref variable will be forcibly initialized 1224 | struct ifla_vf_tx_rate vf_tx_rate; | ^~~~~~~~~~ /kisskb/src/net/core/rtnetlink.c:1223:26: note: byref variable will be forcibly initialized 1223 | struct ifla_vf_spoofchk vf_spoofchk; | ^~~~~~~~~~~ /kisskb/src/net/core/rtnetlink.c:1222:27: note: byref variable will be forcibly initialized 1222 | struct ifla_vf_vlan_info vf_vlan_info; | ^~~~~~~~~~~~ /kisskb/src/net/core/rtnetlink.c:1221:28: note: byref variable will be forcibly initialized 1221 | struct ifla_vf_link_state vf_linkstate; | ^~~~~~~~~~~~ /kisskb/src/net/core/rtnetlink.c:1219:30: note: byref variable will be forcibly initialized 1219 | struct ifla_vf_rss_query_en vf_rss_query_en; | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/module.c: In function 'verify_exported_symbols': /kisskb/src/kernel/module.c:2252:27: note: byref variable will be forcibly initialized 2252 | struct find_symbol_arg fsa = { | ^~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_phys_port_id_fill': /kisskb/src/net/core/rtnetlink.c:1139:29: note: byref variable will be forcibly initialized 1139 | struct netdev_phys_item_id ppid; | ^~~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_phys_port_name_fill': /kisskb/src/net/core/rtnetlink.c:1156:7: note: byref variable will be forcibly initialized 1156 | char name[IFNAMSIZ]; | ^~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/include/linux/moduleloader.h:6, from /kisskb/src/kernel/module.c:11: /kisskb/src/kernel/module.c: In function 'add_unformed_module': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/module.c:3860:10: note: in expansion of macro 'wait_event_interruptible' 3860 | err = wait_event_interruptible(module_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_stats_dump': /kisskb/src/net/core/rtnetlink.c:5409:37: note: byref variable will be forcibly initialized 5409 | int h, s_h, err, s_idx, s_idxattr, s_prividx; | ^~~~~~~~~ /kisskb/src/net/core/rtnetlink.c:5409:26: note: byref variable will be forcibly initialized 5409 | int h, s_h, err, s_idx, s_idxattr, s_prividx; | ^~~~~~~~~ /kisskb/src/kernel/module.c: In function 'resolve_symbol_wait': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/module.c:1459:6: note: in expansion of macro 'wait_event_interruptible_timeout' 1459 | if (wait_event_interruptible_timeout(module_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/module.c:1457:7: note: byref variable will be forcibly initialized 1457 | char owner[MODULE_NAME_LEN]; | ^~~~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_bridge_getlink': /kisskb/src/net/core/rtnetlink.c:4764:6: note: byref variable will be forcibly initialized 4764 | u32 filter_mask = 0; | ^~~~~~~~~~~ /kisskb/src/kernel/module.c: In function 'module_sect_read': /kisskb/src/kernel/module.c:1501:7: note: byref variable will be forcibly initialized 1501 | char bounce[MODULE_SECT_READ_SIZE + 1]; | ^~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/include/linux/moduleloader.h:6, from /kisskb/src/kernel/module.c:11: /kisskb/src/kernel/module.c: In function 'mod_kobject_put': /kisskb/src/kernel/module.c:1807:29: note: byref variable will be forcibly initialized 1807 | 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/net/core/rtnetlink.c: In function 'rtnl_stats_get': /kisskb/src/net/core/rtnetlink.c:5364:19: note: byref variable will be forcibly initialized 5364 | int idxattr = 0, prividx = 0; | ^~~~~~~ /kisskb/src/net/core/rtnetlink.c:5364:6: note: byref variable will be forcibly initialized 5364 | int idxattr = 0, prividx = 0; | ^~~~~~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_fdb_dump': /kisskb/src/net/core/rtnetlink.c:4345:6: note: byref variable will be forcibly initialized 4345 | int fidx = 0; | ^~~~ /kisskb/src/net/core/rtnetlink.c:4341:6: note: byref variable will be forcibly initialized 4341 | int br_idx = 0; | ^~~~~~ /kisskb/src/net/core/rtnetlink.c:4340:6: note: byref variable will be forcibly initialized 4340 | int brport_idx = 0; | ^~~~~~~~~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_fdb_get': /kisskb/src/net/core/rtnetlink.c:4507:6: note: byref variable will be forcibly initialized 4507 | u16 vid = 0; | ^~~ /kisskb/src/net/core/rtnetlink.c:4506:6: note: byref variable will be forcibly initialized 4506 | u8 *addr = NULL; | ^~~~ /kisskb/src/net/core/rtnetlink.c:4505:6: note: byref variable will be forcibly initialized 4505 | int br_idx = 0; | ^~~~~~ /kisskb/src/net/core/rtnetlink.c:4504:5: note: byref variable will be forcibly initialized 4504 | u8 ndm_flags = 0; | ^~~~~~~~~ /kisskb/src/net/core/rtnetlink.c:4503:6: note: byref variable will be forcibly initialized 4503 | int brport_idx = 0; | ^~~~~~~~~~ /kisskb/src/net/core/rtnetlink.c:4501:17: note: byref variable will be forcibly initialized 4501 | struct nlattr *tb[NDA_MAX + 1]; | ^~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_fdb_add': /kisskb/src/net/core/rtnetlink.c:3999:6: note: byref variable will be forcibly initialized 3999 | u16 vid; | ^~~ /kisskb/src/net/core/rtnetlink.c:3996:17: note: byref variable will be forcibly initialized 3996 | struct nlattr *tb[NDA_MAX+1]; | ^~ In file included from /kisskb/src/lib/argv_split.c:9: /kisskb/src/lib/argv_split.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_bridge_setlink': /kisskb/src/net/core/rtnetlink.c:4874:6: note: byref variable will be forcibly initialized 4874 | int rem, err = -EOPNOTSUPP; | ^~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_bridge_dellink': /kisskb/src/net/core/rtnetlink.c:4951:6: note: byref variable will be forcibly initialized 4951 | int rem, err = -EOPNOTSUPP; | ^~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_fdb_del': /kisskb/src/net/core/rtnetlink.c:4108:6: note: byref variable will be forcibly initialized 4108 | u16 vid; | ^~~ /kisskb/src/net/core/rtnetlink.c:4104:17: note: byref variable will be forcibly initialized 4104 | struct nlattr *tb[NDA_MAX+1]; | ^~ /kisskb/src/net/core/rtnetlink.c: In function 'linkinfo_to_kind_ops': /kisskb/src/net/core/rtnetlink.c:1945:8: note: byref variable will be forcibly initialized 1945 | char kind[MODULE_NAME_LEN]; | ^~~~ /kisskb/src/net/core/rtnetlink.c:1939:17: note: byref variable will be forcibly initialized 1939 | struct nlattr *linfo[IFLA_INFO_MAX + 1]; | ^~~~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_dump_ifinfo': /kisskb/src/net/core/rtnetlink.c:2076:17: note: byref variable will be forcibly initialized 2076 | struct nlattr *tb[IFLA_MAX+1]; | ^~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_dev_get': /kisskb/src/net/core/rtnetlink.c:2959:7: note: byref variable will be forcibly initialized 2959 | char buffer[ALTIFNAMSIZ]; | ^~~~~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_dellink': /kisskb/src/net/core/rtnetlink.c:3076:17: note: byref variable will be forcibly initialized 3076 | struct nlattr *tb[IFLA_MAX+1]; | ^~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_getlink': /kisskb/src/net/core/rtnetlink.c:3565:17: note: byref variable will be forcibly initialized 3565 | struct nlattr *tb[IFLA_MAX+1]; | ^~ /kisskb/src/kernel/module.c: In function '__do_sys_finit_module': /kisskb/src/kernel/module.c:4204:8: note: byref variable will be forcibly initialized 4204 | void *hdr = NULL; | ^~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_linkprop': /kisskb/src/net/core/rtnetlink.c:3666:11: note: byref variable will be forcibly initialized 3666 | int err, rem; | ^~~ /kisskb/src/net/core/rtnetlink.c:3664:7: note: byref variable will be forcibly initialized 3664 | bool changed = false; | ^~~~~~~ /kisskb/src/net/core/rtnetlink.c:3661:17: note: byref variable will be forcibly initialized 3661 | struct nlattr *tb[IFLA_MAX + 1]; | ^~ /kisskb/src/net/core/rtnetlink.c: In function 'do_set_proto_down': /kisskb/src/net/core/rtnetlink.c:2541:17: note: byref variable will be forcibly initialized 2541 | struct nlattr *pdreason[IFLA_PROTO_DOWN_REASON_MAX + 1]; | ^~~~~~~~ /kisskb/src/kernel/module.c: In function 'print_modules': /kisskb/src/kernel/module.c:4781:7: note: byref variable will be forcibly initialized 4781 | char buf[MODULE_FLAGS_BUF_SIZE]; | ^~~ /kisskb/src/net/core/rtnetlink.c: In function 'do_setlink': /kisskb/src/net/core/rtnetlink.c:2893:18: note: byref variable will be forcibly initialized 2893 | struct nlattr *xdp[IFLA_XDP_MAX + 1]; | ^~~ /kisskb/src/net/core/rtnetlink.c:2868:7: note: byref variable will be forcibly initialized 2868 | int rem; | ^~~ /kisskb/src/net/core/rtnetlink.c:2850:18: note: byref variable will be forcibly initialized 2850 | struct nlattr *port[IFLA_PORT_MAX+1]; | ^~~~ /kisskb/src/net/core/rtnetlink.c:2818:7: note: byref variable will be forcibly initialized 2818 | int rem; | ^~~ /kisskb/src/net/core/rtnetlink.c:2815:18: note: byref variable will be forcibly initialized 2815 | struct nlattr *port[IFLA_PORT_MAX+1]; | ^~~~ /kisskb/src/net/core/rtnetlink.c:2792:7: note: byref variable will be forcibly initialized 2792 | int rem; | ^~~ /kisskb/src/net/core/rtnetlink.c:2790:18: note: byref variable will be forcibly initialized 2790 | struct nlattr *vfinfo[IFLA_VF_MAX + 1]; | ^~~~~~ /kisskb/src/net/core/rtnetlink.c:2633:16: note: byref variable will be forcibly initialized 2633 | struct ifmap k_map; | ^~~~~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_setlink': /kisskb/src/net/core/rtnetlink.c:2982:7: note: byref variable will be forcibly initialized 2982 | char ifname[IFNAMSIZ]; | ^~~~~~ /kisskb/src/net/core/rtnetlink.c:2981:17: note: byref variable will be forcibly initialized 2981 | struct nlattr *tb[IFLA_MAX+1]; | ^~ /kisskb/src/net/core/rtnetlink.c: In function 'rtnetlink_rcv_msg': /kisskb/src/net/core/rtnetlink.c:5529:32: note: byref variable will be forcibly initialized 5529 | struct netlink_dump_control c = { | ^ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/core/rtnetlink.c:17: /kisskb/src/net/core/rtnetlink.c: In function '__rtnl_newlink': /kisskb/src/net/core/rtnetlink.c:3486:13: note: byref variable will be forcibly initialized 3486 | LIST_HEAD(list_kill); | ^~~~~~~~~ /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/net/core/rtnetlink.c:3267:7: note: byref variable will be forcibly initialized 3267 | char ifname[IFNAMSIZ]; | ^~~~~~ /kisskb/src/net/core/rtnetlink.c:3264:7: note: byref variable will be forcibly initialized 3264 | char kind[MODULE_NAME_LEN]; | ^~~~ /kisskb/src/net/core/rtnetlink.c:3261:17: note: byref variable will be forcibly initialized 3261 | struct nlattr *tb[IFLA_MAX + 1]; | ^~ /kisskb/src/net/core/rtnetlink.c:3256:17: note: byref variable will be forcibly initialized 3256 | struct nlattr *linkinfo[IFLA_INFO_MAX + 1]; | ^~~~~~~~ /kisskb/src/net/core/rtnetlink.c:3254:17: note: byref variable will be forcibly initialized 3254 | struct nlattr *slave_attr[RTNL_SLAVE_MAX_TYPE + 1]; | ^~~~~~~~~~ /kisskb/src/fs/direct-io.c: In function 'do_blockdev_direct_IO': /kisskb/src/fs/direct-io.c:1140:18: note: byref variable will be forcibly initialized 1140 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/mpage.c: In function 'mpage_end_io': /kisskb/src/fs/mpage.c:50:23: note: byref variable will be forcibly initialized 50 | struct bvec_iter_all iter_all; | ^~~~~~~~ /kisskb/src/fs/mpage.c: In function 'mpage_writepages': /kisskb/src/fs/mpage.c:705:21: note: byref variable will be forcibly initialized 705 | struct mpage_data mpd = { | ^~~ /kisskb/src/fs/mpage.c:697:18: note: byref variable will be forcibly initialized 697 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/mpage.c: In function '__mpage_writepage': /kisskb/src/fs/mpage.c:498:21: note: byref variable will be forcibly initialized 498 | struct buffer_head map_bh; | ^~~~~~ /kisskb/src/fs/mpage.c: In function 'mpage_writepage': /kisskb/src/fs/mpage.c:727:20: note: byref variable will be forcibly initialized 727 | struct mpage_data mpd = { | ^~~ /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c: In function 'ZSTD_buildFSETable_body': /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c:388:31: note: byref variable will be forcibly initialized 388 | { ZSTD_seqSymbol_header DTableH; | ^~~~~~~ /kisskb/src/kernel/kexec.c: In function 'do_kexec_load': /kisskb/src/kernel/kexec.c:90:31: note: byref variable will be forcibly initialized 90 | struct kimage **dest_image, *image; | ^~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c: In function 'ZSTD_decompressSequences_body': /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c:1124:20: note: byref variable will be forcibly initialized 1124 | seqState_t seqState; | ^~~~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c:1114:17: note: byref variable will be forcibly initialized 1114 | const BYTE* litPtr = dctx->litPtr; | ^~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c: In function 'ZSTD_decompressSequences_default': /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c:1114:17: note: byref variable will be forcibly initialized In file included from /kisskb/src/fs/ext4/mmp.c:8: /kisskb/src/fs/ext4/mmp.c: In function 'ext4_chksum': /kisskb/src/fs/ext4/ext4.h:2446:4: note: byref variable will be forcibly initialized 2446 | } desc; | ^~~~ /kisskb/src/fs/ext4/mmp.c: In function 'kmmpd': /kisskb/src/fs/ext4/mmp.c:197:24: note: byref variable will be forcibly initialized 197 | struct buffer_head *bh_check = NULL; | ^~~~~~~~ /kisskb/src/fs/ext4/mmp.c: In function 'ext4_multi_mount_protect': /kisskb/src/fs/ext4/mmp.c:283:22: note: byref variable will be forcibly initialized 283 | struct buffer_head *bh = NULL; | ^~ /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c: In function 'ZSTD_decompressSequencesLong_body': /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c:1262:20: note: byref variable will be forcibly initialized 1262 | seqState_t seqState; | ^~~~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c:1248:17: note: byref variable will be forcibly initialized 1248 | const BYTE* litPtr = dctx->litPtr; | ^~~~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c: In function 'ZSTD_decompressSequencesLong_default': /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c:1248:17: note: byref variable will be forcibly initialized /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c:1260:15: note: byref variable will be forcibly initialized 1260 | seq_t sequences[STORED_SEQS]; | ^~~~~~~~~ /kisskb/src/fs/signalfd.c: In function 'signalfd_copyinfo': /kisskb/src/fs/signalfd.c:84:26: note: byref variable will be forcibly initialized 84 | struct signalfd_siginfo new; | ^~~ /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c: In function 'ZSTD_buildSeqTable': /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c:563:17: note: byref variable will be forcibly initialized 563 | S16 norm[MaxSeq+1]; | ^~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c:562:22: note: byref variable will be forcibly initialized 562 | { unsigned tableLog; | ^~~~~~~~ /kisskb/src/fs/signalfd.c: In function 'signalfd_read': /kisskb/src/fs/signalfd.c:218:19: note: byref variable will be forcibly initialized 218 | kernel_siginfo_t info; | ^~~~ /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c: In function 'ZSTD_decompressBlock_internal': /kisskb/src/lib/zstd/decompress/zstd_decompress_block.c:1483:13: note: byref variable will be forcibly initialized 1483 | int nbSeq; | ^~~~~ /kisskb/src/fs/signalfd.c: In function '__do_sys_signalfd4': /kisskb/src/fs/signalfd.c:314:11: note: byref variable will be forcibly initialized 314 | sigset_t mask; | ^~~~ /kisskb/src/fs/signalfd.c: In function '__do_sys_signalfd': /kisskb/src/fs/signalfd.c:326:11: note: byref variable will be forcibly initialized 326 | sigset_t mask; | ^~~~ /kisskb/src/kernel/kexec_core.c: In function 'kimage_alloc_normal_control_pages': /kisskb/src/kernel/kexec_core.c:367:19: note: byref variable will be forcibly initialized 367 | struct list_head extra_pages; | ^~~~~~~~~~~ /kisskb/src/kernel/kexec_core.c: In function 'kimage_crash_copy_vmcoreinfo': /kisskb/src/kernel/kexec_core.c:503:15: note: byref variable will be forcibly initialized 503 | struct page *vmcoreinfo_page; | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/kexec_core.c: In function '__crash_kexec': /kisskb/src/kernel/kexec_core.c:957:19: note: byref variable will be forcibly initialized 957 | struct pt_regs fixed_regs; | ^~~~~~~~~~ /kisskb/src/kernel/kexec_core.c: In function 'crash_save_cpu': /kisskb/src/kernel/kexec_core.c:1063:22: note: byref variable will be forcibly initialized 1063 | struct elf_prstatus prstatus; | ^~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, 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/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/perf_event.h:49, from /kisskb/src/kernel/trace/trace_events_filter.c:11: /kisskb/src/kernel/trace/trace_events_filter.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/kernel/trace/trace_events_filter.c: In function 'process_preds': /kisskb/src/kernel/trace/trace_events_filter.c:1513:6: note: byref variable will be forcibly initialized 1513 | int index; | ^~~~~ /kisskb/src/kernel/trace/trace_events_filter.c:1512:6: note: byref variable will be forcibly initialized 1512 | int nr_preds; | ^~~~~~~~ /kisskb/src/kernel/trace/trace_events_filter.c:1511:6: note: byref variable will be forcibly initialized 1511 | int nr_parens; | ^~~~~~~~~ /kisskb/src/kernel/trace/trace_events_filter.c: In function 'create_filter': /kisskb/src/kernel/trace/trace_events_filter.c:1717:29: note: byref variable will be forcibly initialized 1717 | struct filter_parse_error *pe = NULL; | ^~ /kisskb/src/drivers/video/backlight/arcxcnn_bl.c: In function 'arcxcnn_parse_dt': /kisskb/src/drivers/video/backlight/arcxcnn_bl.c:179:34: note: byref variable will be forcibly initialized 179 | u32 prog_val, num_entry, entry, sources[ARCXCNN_LEDEN_BITS]; | ^~~~~~~ /kisskb/src/drivers/video/backlight/arcxcnn_bl.c:179:6: note: byref variable will be forcibly initialized 179 | u32 prog_val, num_entry, entry, sources[ARCXCNN_LEDEN_BITS]; | ^~~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/kernel/trace/trace_events_filter.c:8: /kisskb/src/kernel/trace/trace_events_filter.c: In function 'process_system_preds': /kisskb/src/kernel/trace/trace_events_filter.c:1578:12: note: byref variable will be forcibly initialized 1578 | LIST_HEAD(filter_list); | ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/kernel/trace/trace_events_filter.c: In function 'create_system_filter': /kisskb/src/kernel/trace/trace_events_filter.c:1756:29: note: byref variable will be forcibly initialized 1756 | struct filter_parse_error *pe = NULL; | ^~ /kisskb/src/kernel/trace/trace_events_trigger.c: In function 'set_trigger_filter': /kisskb/src/kernel/trace/trace_events_trigger.c:756:23: note: byref variable will be forcibly initialized 756 | struct event_filter *filter = NULL, *tmp; | ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/kernel/trace/trace_events_filter_test.h:51, from /kisskb/src/kernel/trace/trace_events_filter.c:2081: /kisskb/src/kernel/trace/trace_events_filter.c: In function 'trace_event_raw_event_ftrace_test_filter': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/./trace_events_filter_test.h:10:1: note: in expansion of macro 'TRACE_EVENT' 10 | TRACE_EVENT(ftrace_test_filter, | ^~~~~~~~~~~ /kisskb/src/fs/buffer.c: In function 'clean_bdev_aliases': /kisskb/src/fs/buffer.c:1610:10: note: byref variable will be forcibly initialized 1610 | pgoff_t index = block >> (PAGE_SHIFT - bd_inode->i_blkbits); | ^~~~~ /kisskb/src/fs/buffer.c:1609:17: note: byref variable will be forcibly initialized 1609 | struct pagevec pvec; | ^~~~ /kisskb/src/kernel/trace/trace_events_filter.c: In function 'ftrace_test_event_filter': /kisskb/src/kernel/trace/trace_events_filter.c:2199:24: note: byref variable will be forcibly initialized 2199 | struct event_filter *filter = NULL; | ^~~~~~ In file included from /kisskb/src/include/linux/poll.h:8, from /kisskb/src/fs/timerfd.c:14: /kisskb/src/fs/timerfd.c: In function 'timerfd_read': /kisskb/src/include/linux/wait.h:750:14: note: byref variable will be forcibly initialized 750 | DEFINE_WAIT(__wait); \ | ^~~~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/include/linux/wait.h:750:2: note: in expansion of macro 'DEFINE_WAIT' 750 | DEFINE_WAIT(__wait); \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait.h:816:9: note: in expansion of macro '__wait_event_interruptible_locked' 816 | ? 0 : __wait_event_interruptible_locked(wq, condition, 0, do_wait_intr_irq)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/timerfd.c: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/kernel/trace/trace_events_filter.c: In function 'filter_build_regex': /kisskb/src/kernel/trace/trace_events_filter.c:865:8: note: byref variable will be forcibly initialized 865 | char *search; | ^~~~~~ /kisskb/src/kernel/trace/trace_events_trigger.c: In function 'event_enable_trigger_func': /kisskb/src/kernel/trace/trace_events_trigger.c:1395:8: note: byref variable will be forcibly initialized 1395 | char *trigger; | ^~~~~~~ /kisskb/src/kernel/trace/trace_events_filter.c: In function 'parse_pred': /kisskb/src/kernel/trace/trace_events_filter.c:1162:6: note: byref variable will be forcibly initialized 1162 | u64 val; | ^~~ /kisskb/src/kernel/trace/trace_events_filter.c:1159:7: note: byref variable will be forcibly initialized 1159 | char num_buf[24]; /* Big enough to hold an address */ | ^~~~~~~ /kisskb/src/kernel/trace/trace_events_trigger.c: In function 'event_trigger_callback': /kisskb/src/kernel/trace/trace_events_trigger.c:647:8: note: byref variable will be forcibly initialized 647 | char *trigger = NULL; | ^~~~~~~ /kisskb/src/kernel/trace/trace_events_trigger.c: In function 'trigger_process_regex': /kisskb/src/kernel/trace/trace_events_trigger.c:232:18: note: byref variable will be forcibly initialized 232 | char *command, *next; | ^~~~ /kisskb/src/fs/buffer.c: In function 'fsync_buffers_list': /kisskb/src/fs/buffer.c:679:18: note: byref variable will be forcibly initialized 679 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/buffer.c:676:19: note: byref variable will be forcibly initialized 676 | struct list_head tmp; | ^~~ /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/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/kernel/trace/trace_events_filter.c: In function 'apply_event_filter': /kisskb/src/kernel/trace/trace_events_filter.c:1779:23: note: byref variable will be forcibly initialized 1779 | struct event_filter *filter = NULL; | ^~~~~~ /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/kernel/trace/trace_events_filter.c: In function 'apply_subsystem_event_filter': /kisskb/src/kernel/trace/trace_events_filter.c:1832:23: note: byref variable will be forcibly initialized 1832 | struct event_filter *filter = NULL; | ^~~~~~ /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/buffer.c: In function 'generic_cont_expand_simple': /kisskb/src/fs/buffer.c:2353:8: note: byref variable will be forcibly initialized 2353 | void *fsdata; | ^~~~~~ /kisskb/src/fs/buffer.c:2352:15: note: byref variable will be forcibly initialized 2352 | struct page *page; | ^~~~ /kisskb/src/fs/buffer.c: In function 'cont_expand_zero': /kisskb/src/fs/buffer.c:2379:8: note: byref variable will be forcibly initialized 2379 | void *fsdata; | ^~~~~~ /kisskb/src/fs/buffer.c:2378:15: note: byref variable will be forcibly initialized 2378 | struct page *page; | ^~~~ /kisskb/src/fs/buffer.c: In function 'block_truncate_page': /kisskb/src/fs/buffer.c:2883:22: note: byref variable will be forcibly initialized 2883 | struct buffer_head *bh; | ^~ /kisskb/src/fs/buffer.c: In function 'nobh_truncate_page': /kisskb/src/fs/buffer.c:2805:21: note: byref variable will be forcibly initialized 2805 | struct buffer_head map_bh; | ^~~~~~ /kisskb/src/fs/buffer.c: In function 'try_to_free_buffers': /kisskb/src/fs/buffer.c:3228:22: note: byref variable will be forcibly initialized 3228 | struct buffer_head *buffers_to_free = NULL; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/buffer.c: In function '__breadahead': /kisskb/src/fs/buffer.c:1344:22: note: byref variable will be forcibly initialized 1344 | struct buffer_head *bh = __getblk(bdev, block, size); | ^~ /kisskb/src/fs/buffer.c: In function '__breadahead_gfp': /kisskb/src/fs/buffer.c:1355:22: note: byref variable will be forcibly initialized 1355 | struct buffer_head *bh = __getblk_gfp(bdev, block, size, gfp); | ^~ /kisskb/src/fs/buffer.c: In function 'write_boundary_block': /kisskb/src/fs/buffer.c:562:22: note: byref variable will be forcibly initialized 562 | struct buffer_head *bh = __find_get_block(bdev, bblock + 1, blocksize); | ^~ /kisskb/src/fs/buffer.c: In function '__block_write_begin_int': /kisskb/src/fs/buffer.c:1982:34: note: byref variable will be forcibly initialized 1982 | struct buffer_head *bh, *head, *wait[2], **wait_bh=wait; | ^~~~ /kisskb/src/fs/buffer.c:1982:22: note: byref variable will be forcibly initialized 1982 | struct buffer_head *bh, *head, *wait[2], **wait_bh=wait; | ^~ In file included from /kisskb/src/kernel/stop_machine.c:24: /kisskb/src/kernel/stop_machine.c: In function 'cpu_stop_queue_work': /kisskb/src/kernel/stop_machine.c:96:16: note: byref variable will be forcibly initialized 96 | DEFINE_WAKE_Q(wakeq); | ^~~~~ /kisskb/src/include/linux/sched/wake_q.h: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_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 '__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/fs/eventfd.c: In function 'eventfd_read': /kisskb/src/fs/eventfd.c:225:8: note: byref variable will be forcibly initialized 225 | __u64 ucnt = 0; | ^~~~ /kisskb/src/fs/eventfd.c: In function 'eventfd_write': /kisskb/src/fs/eventfd.c:270:8: note: byref variable will be forcibly initialized 270 | __u64 ucnt; | ^~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:78, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_btree.c:6: /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_start_cksum_safe': /kisskb/src/fs/xfs/libxfs/xfs_cksum.h:16:11: note: byref variable will be forcibly initialized 16 | uint32_t zero = 0; | ^~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_btree.c:6: /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_trans_read_buf': /kisskb/src/fs/xfs/xfs_trans.h:203:24: note: byref variable will be forcibly initialized 203 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_buf_readahead': /kisskb/src/fs/xfs/xfs_buf.h:245:24: note: byref variable will be forcibly initialized 245 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_trans_get_buf': /kisskb/src/fs/xfs/xfs_trans.h:180:24: note: byref variable will be forcibly initialized 180 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_read_buf_block': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1267:15: note: byref variable will be forcibly initialized 1267 | xfs_daddr_t d; | ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_readahead_ptr': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:974:15: note: byref variable will be forcibly initialized 974 | xfs_daddr_t daddr; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_dup_cursor': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:394:18: note: byref variable will be forcibly initialized 394 | struct xfs_buf *bp; /* btree block's buffer pointer */ | ^~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_lastrec': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:728:19: note: byref variable will be forcibly initialized 728 | struct xfs_buf *bp; /* buffer containing block */ | ^~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_firstrec': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:698:19: note: byref variable will be forcibly initialized 698 | struct xfs_buf *bp; /* buffer containing block */ | ^~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_read_bufl': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:797:19: note: byref variable will be forcibly initialized 797 | struct xfs_buf *bp; /* return value */ | ^~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_is_lastrec': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1174:22: note: byref variable will be forcibly initialized 1174 | union xfs_btree_ptr ptr; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_get_buf_block': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1238:15: note: byref variable will be forcibly initialized 1238 | xfs_daddr_t d; | ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_kill_iroot': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3495:22: note: byref variable will be forcibly initialized 3495 | union xfs_btree_ptr ptr; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3489:19: note: byref variable will be forcibly initialized 3489 | struct xfs_buf *cbp; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_log_block': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1462:8: note: byref variable will be forcibly initialized 1462 | int last; /* last byte offset logged */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1461:8: note: byref variable will be forcibly initialized 1461 | int first; /* first byte offset logged */ | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_block_change_owner': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4365:19: note: byref variable will be forcibly initialized 4365 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_increment': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1532:19: note: byref variable will be forcibly initialized 1532 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1531:22: note: byref variable will be forcibly initialized 1531 | union xfs_btree_ptr ptr; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1530:26: note: byref variable will be forcibly initialized 1530 | struct xfs_btree_block *block; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_decrement': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1636:22: note: byref variable will be forcibly initialized 1636 | union xfs_btree_ptr ptr; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1633:19: note: byref variable will be forcibly initialized 1633 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1632:26: note: byref variable will be forcibly initialized 1632 | struct xfs_btree_block *block; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_dec_cursor': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3613:8: note: byref variable will be forcibly initialized 3613 | int i; | ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_lookup_get_block': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1722:15: note: byref variable will be forcibly initialized 1722 | xfs_daddr_t daddr; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1721:19: note: byref variable will be forcibly initialized 1721 | struct xfs_buf *bp; /* buffer pointer for btree block */ | ^~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_visit_block': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4257:23: note: byref variable will be forcibly initialized 4257 | union xfs_btree_ptr rptr; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4256:20: note: byref variable will be forcibly initialized 4256 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4255:27: note: byref variable will be forcibly initialized 4255 | struct xfs_btree_block *block; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_overlapped_query_range': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4708:20: note: byref variable will be forcibly initialized 4708 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4704:27: note: byref variable will be forcibly initialized 4704 | struct xfs_btree_block *block; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4700:23: note: byref variable will be forcibly initialized 4700 | union xfs_btree_key rec_hkey; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4699:23: note: byref variable will be forcibly initialized 4699 | union xfs_btree_key rec_key; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4697:23: note: byref variable will be forcibly initialized 4697 | union xfs_btree_ptr ptr; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_lookup': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1934:8: note: byref variable will be forcibly initialized 1934 | int i; | ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1874:25: note: byref variable will be forcibly initialized 1874 | union xfs_btree_key key; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1815:22: note: byref variable will be forcibly initialized 1815 | union xfs_btree_ptr ptr; /* ptr to btree block */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1809:26: note: byref variable will be forcibly initialized 1809 | struct xfs_btree_block *block; /* current btree block */ | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_get_leaf_keys': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1981:22: note: byref variable will be forcibly initialized 1981 | union xfs_btree_key hkey; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:1980:22: note: byref variable will be forcibly initialized 1980 | union xfs_btree_key max_hkey; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_new_root': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3003:22: note: byref variable will be forcibly initialized 3003 | union xfs_btree_ptr lptr; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3002:22: note: byref variable will be forcibly initialized 3002 | union xfs_btree_ptr rptr; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3001:26: note: byref variable will be forcibly initialized 3001 | struct xfs_btree_block *right; /* right btree block */ | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3000:19: note: byref variable will be forcibly initialized 3000 | struct xfs_buf *rbp; /* right buffer pointer */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2998:26: note: byref variable will be forcibly initialized 2998 | struct xfs_btree_block *new; /* new (root) btree block */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2997:19: note: byref variable will be forcibly initialized 2997 | struct xfs_buf *nbp; /* new (root) buffer */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2996:26: note: byref variable will be forcibly initialized 2996 | struct xfs_btree_block *left; /* left btree block */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2995:19: note: byref variable will be forcibly initialized 2995 | struct xfs_buf *lbp; /* left buffer pointer */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2993:19: note: byref variable will be forcibly initialized 2993 | struct xfs_buf *bp; /* buffer containing block */ | ^~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function '__xfs_btree_updkeys': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2082:19: note: byref variable will be forcibly initialized 2082 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2077:22: note: byref variable will be forcibly initialized 2077 | union xfs_btree_key key; /* keys from current level */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_updkeys_force': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2130:19: note: byref variable will be forcibly initialized 2130 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_update_keys': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2148:22: note: byref variable will be forcibly initialized 2148 | union xfs_btree_key key; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2146:19: note: byref variable will be forcibly initialized 2146 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_rshift': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2454:8: note: byref variable will be forcibly initialized 2454 | int i; /* loop counter */ | ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2449:22: note: byref variable will be forcibly initialized 2449 | union xfs_btree_ptr rptr; /* right block pointer */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2448:24: note: byref variable will be forcibly initialized 2448 | struct xfs_btree_cur *tcur; /* temporary btree cursor */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2447:26: note: byref variable will be forcibly initialized 2447 | struct xfs_btree_block *right; /* right btree block */ | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2446:19: note: byref variable will be forcibly initialized 2446 | struct xfs_buf *rbp; /* right buffer pointer */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2444:19: note: byref variable will be forcibly initialized 2444 | struct xfs_buf *lbp; /* left buffer pointer */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_lshift': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2259:8: note: byref variable will be forcibly initialized 2259 | int i; | ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2254:22: note: byref variable will be forcibly initialized 2254 | union xfs_btree_ptr lptr; /* left btree pointer */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2252:24: note: byref variable will be forcibly initialized 2252 | struct xfs_btree_cur *tcur; /* temporary btree cursor */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2250:19: note: byref variable will be forcibly initialized 2250 | struct xfs_buf *rbp; /* right buffer pointer */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2248:26: note: byref variable will be forcibly initialized 2248 | struct xfs_btree_block *left; /* left btree block */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2247:19: note: byref variable will be forcibly initialized 2247 | struct xfs_buf *lbp; /* left buffer pointer */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function '__xfs_btree_split': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2624:26: note: byref variable will be forcibly initialized 2624 | struct xfs_btree_block *rrblock; /* right-right btree block */ | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2623:19: note: byref variable will be forcibly initialized 2623 | struct xfs_buf *rrbp; /* right-right buffer pointer */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2622:22: note: byref variable will be forcibly initialized 2622 | union xfs_btree_ptr rrptr; /* right-right sibling ptr */ | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2621:26: note: byref variable will be forcibly initialized 2621 | struct xfs_btree_block *right; /* right btree block */ | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2620:19: note: byref variable will be forcibly initialized 2620 | struct xfs_buf *rbp; /* right buffer pointer */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2619:22: note: byref variable will be forcibly initialized 2619 | union xfs_btree_ptr rptr; /* right sibling block ptr */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2617:19: note: byref variable will be forcibly initialized 2617 | struct xfs_buf *lbp; /* left buffer pointer */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2616:22: note: byref variable will be forcibly initialized 2616 | union xfs_btree_ptr lptr; /* left sibling block ptr */ | ^~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_btree.c:6: /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_split': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2855:29: note: byref variable will be forcibly initialized 2855 | DECLARE_COMPLETION_ONSTACK(done); | ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2854:30: note: byref variable will be forcibly initialized 2854 | struct xfs_btree_split_args args; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_delrec': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3653:24: note: byref variable will be forcibly initialized 3653 | struct xfs_btree_cur *tcur; /* temporary btree cursor */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3651:19: note: byref variable will be forcibly initialized 3651 | struct xfs_buf *rrbp; /* right-right buffer pointer */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3650:26: note: byref variable will be forcibly initialized 3650 | struct xfs_btree_block *rrblock; /* right-right btree block */ | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3649:26: note: byref variable will be forcibly initialized 3649 | struct xfs_btree_block *right; /* right btree block */ | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3648:19: note: byref variable will be forcibly initialized 3648 | struct xfs_buf *rbp; /* right buffer pointer */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3647:22: note: byref variable will be forcibly initialized 3647 | union xfs_btree_ptr rptr; /* right sibling block ptr */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3644:26: note: byref variable will be forcibly initialized 3644 | struct xfs_btree_block *left; /* left btree block */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3643:19: note: byref variable will be forcibly initialized 3643 | struct xfs_buf *lbp; /* left buffer pointer */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3642:22: note: byref variable will be forcibly initialized 3642 | union xfs_btree_ptr lptr; /* left sibling block ptr */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3641:8: note: byref variable will be forcibly initialized 3641 | int i; /* loop counter */ | ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3639:19: note: byref variable will be forcibly initialized 3639 | struct xfs_buf *bp; /* buffer for block */ | ^~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3638:22: note: byref variable will be forcibly initialized 3638 | union xfs_btree_ptr cptr; /* current block ptr */ | ^~~~ /kisskb/src/fs/eventpoll.c: In function 'ep_find': /kisskb/src/fs/eventpoll.c:969:22: note: byref variable will be forcibly initialized 969 | struct epoll_filefd ffd; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_update': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2194:19: note: byref variable will be forcibly initialized 2194 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_new_iroot': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2896:22: note: byref variable will be forcibly initialized 2896 | union xfs_btree_ptr nptr; /* new block addr */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2891:26: note: byref variable will be forcibly initialized 2891 | struct xfs_btree_block *cblock; /* child btree block */ | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:2889:19: note: byref variable will be forcibly initialized 2889 | struct xfs_buf *cbp; /* buffer for cblock */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_make_block_unfull': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3138:8: note: byref variable will be forcibly initialized 3138 | int logflags = 0; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_insrec': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3201:8: note: byref variable will be forcibly initialized 3201 | int ptr; /* key/record index */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3200:8: note: byref variable will be forcibly initialized 3200 | int optr; /* old key/record index */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3198:22: note: byref variable will be forcibly initialized 3198 | union xfs_btree_key nkey; /* new block key */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3197:24: note: byref variable will be forcibly initialized 3197 | struct xfs_btree_cur *ncur; /* new btree cursor */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3196:22: note: byref variable will be forcibly initialized 3196 | union xfs_btree_ptr nptr; /* new block ptr */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3195:19: note: byref variable will be forcibly initialized 3195 | struct xfs_buf *bp; /* buffer for block */ | ^~ /kisskb/src/lib/bootconfig.c: In function 'xbc_parse_array': /kisskb/src/lib/bootconfig.c:599:8: note: byref variable will be forcibly initialized 599 | char *next; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_insert': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3405:22: note: byref variable will be forcibly initialized 3405 | union xfs_btree_rec rec; /* record to insert */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3403:22: note: byref variable will be forcibly initialized 3403 | union xfs_btree_key bkey; /* key of block to insert */ | ^~~~ /kisskb/src/fs/eventpoll.c: In function '__ep_eventpoll_poll': /kisskb/src/fs/eventpoll.c:800:13: note: byref variable will be forcibly initialized 800 | poll_table pt; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3401:24: note: byref variable will be forcibly initialized 3401 | struct xfs_btree_cur *ncur; /* new cursor (split result) */ | ^~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/sched/signal.h:5, from /kisskb/src/fs/eventpoll.c:11: /kisskb/src/fs/eventpoll.c:798:12: note: byref variable will be forcibly initialized 798 | LIST_HEAD(txlist); | ^~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3400:22: note: byref variable will be forcibly initialized 3400 | union xfs_btree_ptr nptr; /* new block number (split result) */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:3398:8: note: byref variable will be forcibly initialized 3398 | int i; /* result value, 0 for failure */ | ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_delete': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4162:8: note: byref variable will be forcibly initialized 4162 | int i; | ^ /kisskb/src/lib/bootconfig.c: In function 'xbc_parse_kv': /kisskb/src/lib/bootconfig.c:683:8: note: byref variable will be forcibly initialized 683 | char *next; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_get_rec': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4216:19: note: byref variable will be forcibly initialized 4216 | struct xfs_buf *bp; /* buffer pointer */ | ^~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_simple_query_range': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4609:9: note: byref variable will be forcibly initialized 4609 | int stat; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4607:23: note: byref variable will be forcibly initialized 4607 | union xfs_btree_key rec_key; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4606:24: note: byref variable will be forcibly initialized 4606 | union xfs_btree_rec *recp; | ^~~~ /kisskb/src/lib/bootconfig.c: In function 'xbc_parse_tree': /kisskb/src/lib/bootconfig.c:838:8: note: byref variable will be forcibly initialized 838 | char *p, *q; | ^ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_visit_blocks': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4288:27: note: byref variable will be forcibly initialized 4288 | struct xfs_btree_block *block = NULL; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4286:23: note: byref variable will be forcibly initialized 4286 | union xfs_btree_ptr lptr; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_change_owner': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4410:43: note: byref variable will be forcibly initialized 4410 | struct xfs_btree_block_change_owner_info bbcoi; | ^~~~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/kernel/kcov.c:14: /kisskb/src/kernel/kcov.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/fs/eventpoll.c: In function 'do_epoll_create': /kisskb/src/fs/eventpoll.c:1961:20: note: byref variable will be forcibly initialized 1961 | struct eventpoll *ep = NULL; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_query_range': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4845:23: note: byref variable will be forcibly initialized 4845 | union xfs_btree_key high_key; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4844:23: note: byref variable will be forcibly initialized 4844 | union xfs_btree_key low_key; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4843:23: note: byref variable will be forcibly initialized 4843 | union xfs_btree_rec rec; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_query_all': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4875:23: note: byref variable will be forcibly initialized 4875 | union xfs_btree_key high_key; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4874:23: note: byref variable will be forcibly initialized 4874 | union xfs_btree_key low_key; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree.c: In function 'xfs_btree_has_more_records': /kisskb/src/fs/xfs/libxfs/xfs_btree.c:4955:19: note: byref variable will be forcibly initialized 4955 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/eventpoll.c: In function 'ep_create_wakeup_source': /kisskb/src/fs/eventpoll.c:1365:23: note: byref variable will be forcibly initialized 1365 | struct name_snapshot n; | ^ /kisskb/src/fs/eventpoll.c: In function 'ep_insert': /kisskb/src/fs/eventpoll.c:1443:19: note: byref variable will be forcibly initialized 1443 | struct ep_pqueue epq; | ^~~ /kisskb/src/fs/eventpoll.c: In function 'ep_modify': /kisskb/src/fs/eventpoll.c:1562:13: note: byref variable will be forcibly initialized 1562 | poll_table pt; | ^~ /kisskb/src/fs/eventpoll.c: In function 'ep_timeout_to_timespec': /kisskb/src/fs/eventpoll.c:1724:20: note: byref variable will be forcibly initialized 1724 | struct timespec64 now; | ^~~ /kisskb/src/fs/eventpoll.c: In function 'ep_send_events': /kisskb/src/fs/eventpoll.c:1635:13: note: byref variable will be forcibly initialized 1635 | 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:1634:12: note: byref variable will be forcibly initialized 1634 | 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_poll': /kisskb/src/fs/eventpoll.c:1766:10: note: byref variable will be forcibly initialized 1766 | ktime_t expires, *to = NULL; | ^~~~~~~ /kisskb/src/fs/eventpoll.c:1765:21: note: byref variable will be forcibly initialized 1765 | wait_queue_entry_t wait; | ^~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/static_call.h:135, from /kisskb/src/include/linux/tracepoint.h:22, from /kisskb/src/include/trace/syscall.h:5, from /kisskb/src/include/linux/syscalls.h:88, from /kisskb/src/fs/aio.c:20: /kisskb/src/fs/aio.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/fs/eventpoll.c: In function '__do_sys_epoll_wait': /kisskb/src/fs/eventpoll.c:2237:20: note: byref variable will be forcibly initialized 2237 | struct timespec64 to; | ^~ /kisskb/src/fs/eventpoll.c: In function '__do_sys_epoll_pwait': /kisskb/src/fs/eventpoll.c:2272:20: note: byref variable will be forcibly initialized 2272 | struct timespec64 to; | ^~ /kisskb/src/fs/eventpoll.c: In function '__do_sys_epoll_pwait2': /kisskb/src/fs/eventpoll.c:2283:20: note: byref variable will be forcibly initialized 2283 | struct timespec64 ts, *to = NULL; | ^~ /kisskb/src/fs/eventpoll.c: In function 'eventpoll_init': /kisskb/src/fs/eventpoll.c:2358:17: note: byref variable will be forcibly initialized 2358 | struct sysinfo si; | ^~ /kisskb/src/fs/eventpoll.c: In function '__do_sys_epoll_ctl': /kisskb/src/fs/eventpoll.c:2179:21: note: byref variable will be forcibly initialized 2179 | struct epoll_event epds; | ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/trace_events.h:9, from /kisskb/src/include/trace/syscall.h:7, from /kisskb/src/include/linux/syscalls.h:88, from /kisskb/src/fs/aio.c:20: /kisskb/src/fs/aio.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/fs/aio.c: In function 'aio_setup_ring': /kisskb/src/fs/aio.c:463:22: note: byref variable will be forcibly initialized 463 | unsigned long size, unused; | ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/fs_dax.h:286, from /kisskb/src/fs/dax.c:31: /kisskb/src/fs/dax.c: In function 'trace_event_raw_event_dax_pmd_fault_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 10 | DECLARE_EVENT_CLASS(dax_pmd_fault_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dax.c: In function 'trace_event_raw_event_dax_pmd_load_hole_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:63:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 63 | DECLARE_EVENT_CLASS(dax_pmd_load_hole_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dax.c: In function 'trace_event_raw_event_dax_pmd_insert_mapping_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:105:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 105 | DECLARE_EVENT_CLASS(dax_pmd_insert_mapping_class, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:21, from /kisskb/src/include/linux/ring_buffer.h:5, from /kisskb/src/include/linux/trace_events.h:6, from /kisskb/src/include/trace/syscall.h:7, from /kisskb/src/include/linux/syscalls.h:88, from /kisskb/src/fs/aio.c:20: /kisskb/src/fs/aio.c: In function 'percpu_ref_get_many': /kisskb/src/include/linux/percpu-refcount.h:200:26: note: byref variable will be forcibly initialized 200 | unsigned long __percpu *percpu_count; | ^~~~~~~~~~~~ /kisskb/src/fs/dax.c: In function 'trace_event_raw_event_dax_pte_fault_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:153:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 153 | DECLARE_EVENT_CLASS(dax_pte_fault_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dax.c: In function 'trace_event_raw_event_dax_insert_mapping': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:197:1: note: in expansion of macro 'TRACE_EVENT' 197 | TRACE_EVENT(dax_insert_mapping, | ^~~~~~~~~~~ /kisskb/src/fs/aio.c: In function 'percpu_ref_put_many': /kisskb/src/include/linux/percpu-refcount.h:328:26: note: byref variable will be forcibly initialized 328 | unsigned long __percpu *percpu_count; | ^~~~~~~~~~~~ /kisskb/src/fs/dax.c: In function 'trace_event_raw_event_dax_writeback_range_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:227:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 227 | DECLARE_EVENT_CLASS(dax_writeback_range_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/dax.c: In function 'trace_event_raw_event_dax_writeback_one': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fs_dax.h:259:1: note: in expansion of macro 'TRACE_EVENT' 259 | TRACE_EVENT(dax_writeback_one, | ^~~~~~~~~~~ /kisskb/src/fs/aio.c: In function 'percpu_ref_tryget_live_rcu': /kisskb/src/include/linux/percpu-refcount.h:277:26: note: byref variable will be forcibly initialized 277 | unsigned long __percpu *percpu_count; | ^~~~~~~~~~~~ /kisskb/src/fs/dax.c: In function 'wait_entry_unlocked': /kisskb/src/fs/dax.c:259:38: note: byref variable will be forcibly initialized 259 | struct wait_exceptional_entry_queue ewait; | ^~~~~ /kisskb/src/fs/aio.c: In function '__do_sys_io_destroy': /kisskb/src/fs/aio.c:1383:22: note: byref variable will be forcibly initialized 1383 | struct ctx_rq_wait wait; | ^~~~ /kisskb/src/fs/dax.c: In function 'dax_wake_entry': /kisskb/src/fs/dax.c:198:31: note: byref variable will be forcibly initialized 198 | struct exceptional_entry_key key; | ^~~ /kisskb/src/fs/dax.c: In function 'get_unlocked_entry': /kisskb/src/fs/dax.c:226:38: note: byref variable will be forcibly initialized 226 | struct wait_exceptional_entry_queue ewait; | ^~~~~ 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/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:6, from /kisskb/src/fs/dax.c:10: /kisskb/src/fs/dax.c: In function 'dax_layout_busy_page_range': /kisskb/src/fs/dax.c:599:11: note: byref variable will be forcibly initialized 599 | XA_STATE(xas, &mapping->i_pages, start_idx); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/fs/aio.c: In function 'aio_read': /kisskb/src/fs/aio.c:1518:18: note: byref variable will be forcibly initialized 1518 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/aio.c:1517:42: note: byref variable will be forcibly initialized 1517 | struct iovec inline_vecs[UIO_FASTIOV], *iovec = inline_vecs; | ^~~~~ /kisskb/src/fs/aio.c:1517:15: note: byref variable will be forcibly initialized 1517 | struct iovec inline_vecs[UIO_FASTIOV], *iovec = inline_vecs; | ^~~~~~~~~~~ /kisskb/src/fs/dax.c: In function '__dax_invalidate_entry': /kisskb/src/fs/dax.c:662:11: note: byref variable will be forcibly initialized 662 | XA_STATE(xas, &mapping->i_pages, index); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/fs/aio.c: In function 'aio_write': /kisskb/src/fs/aio.c:1546:18: note: byref variable will be forcibly initialized 1546 | struct iov_iter iter; | ^~~~ /kisskb/src/fs/aio.c:1545:42: note: byref variable will be forcibly initialized 1545 | struct iovec inline_vecs[UIO_FASTIOV], *iovec = inline_vecs; | ^~~~~ /kisskb/src/fs/aio.c:1545:15: note: byref variable will be forcibly initialized 1545 | struct iovec inline_vecs[UIO_FASTIOV], *iovec = inline_vecs; | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/static_call.h:135, from /kisskb/src/include/linux/tracepoint.h:22, from /kisskb/src/kernel/tracepoint.c:11: /kisskb/src/kernel/tracepoint.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/fs/dax.c: In function 'dax_entry_mkclean': /kisskb/src/fs/dax.c:814:29: note: byref variable will be forcibly initialized 814 | struct mmu_notifier_range range; | ^~~~~ /kisskb/src/fs/dax.c:810:14: note: byref variable will be forcibly initialized 810 | spinlock_t *ptl; | ^~~ /kisskb/src/fs/dax.c:809:9: note: byref variable will be forcibly initialized 809 | pmd_t *pmdp = NULL; | ^~~~ /kisskb/src/fs/dax.c:808:14: note: byref variable will be forcibly initialized 808 | pte_t pte, *ptep = NULL; | ^~~~ /kisskb/src/fs/aio.c: In function 'aio_poll': /kisskb/src/fs/aio.c:1738:24: note: byref variable will be forcibly initialized 1738 | struct aio_poll_table apt; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/filelock.h:244, from /kisskb/src/fs/locks.c:67: /kisskb/src/fs/locks.c: In function 'trace_event_raw_event_locks_get_lock_context': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:38:1: note: in expansion of macro 'TRACE_EVENT' 38 | TRACE_EVENT(locks_get_lock_context, | ^~~~~~~~~~~ /kisskb/src/fs/locks.c: In function 'trace_event_raw_event_filelock_lock': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/filelock.h:62:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 62 | DECLARE_EVENT_CLASS(filelock_lock, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c: In function 'trace_event_raw_event_filelock_lease': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/filelock.h:119:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 119 | DECLARE_EVENT_CLASS(filelock_lease, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c: In function 'trace_event_raw_event_generic_add_lease': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:171:1: note: in expansion of macro 'TRACE_EVENT' 171 | TRACE_EVENT(generic_add_lease, | ^~~~~~~~~~~ /kisskb/src/fs/locks.c: In function 'trace_event_raw_event_leases_conflict': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/filelock.h:206:1: note: in expansion of macro 'TRACE_EVENT' 206 | TRACE_EVENT(leases_conflict, | ^~~~~~~~~~~ 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/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:6, from /kisskb/src/fs/dax.c:10: /kisskb/src/fs/dax.c: In function 'dax_writeback_mapping_range': /kisskb/src/fs/dax.c:970:11: note: byref variable will be forcibly initialized 970 | XA_STATE(xas, &mapping->i_pages, wbc->range_start >> PAGE_SHIFT); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/fs/dax.c: In function 'dax_iomap_pfn': /kisskb/src/fs/dax.c:1017:10: note: byref variable will be forcibly initialized 1017 | pgoff_t pgoff; | ^~~~~ /kisskb/src/fs/aio.c: In function 'io_submit_one': /kisskb/src/fs/dax.c: In function 'dax_iomap_iter': /kisskb/src/fs/aio.c:1853:14: note: byref variable will be forcibly initialized 1853 | struct iocb iocb; | ^~~~ /kisskb/src/fs/dax.c:1209:9: note: byref variable will be forcibly initialized 1209 | void *kaddr; | ^~~~~ /kisskb/src/fs/dax.c:1208:11: note: byref variable will be forcibly initialized 1208 | pgoff_t pgoff; | ^~~~~ /kisskb/src/kernel/tracepoint.c: In function 'tracepoint_add_func': /kisskb/src/kernel/tracepoint.c:327:32: note: byref variable will be forcibly initialized 327 | struct tracepoint_func *old, *tp_funcs; | ^~~~~~~~ /kisskb/src/fs/aio.c: In function '__do_sys_io_submit': /kisskb/src/fs/aio.c:1914:18: note: byref variable will be forcibly initialized 1914 | struct blk_plug plug; | ^~~~ /kisskb/src/kernel/tracepoint.c: In function 'tracepoint_probe_register_prio_may_exist': /kisskb/src/kernel/tracepoint.c:475:25: note: byref variable will be forcibly initialized 475 | struct tracepoint_func tp_func; | ^~~~~~~ /kisskb/src/kernel/tracepoint.c: In function 'tracepoint_probe_register_prio': /kisskb/src/kernel/tracepoint.c:504:25: note: byref variable will be forcibly initialized 504 | struct tracepoint_func tp_func; | ^~~~~~~ /kisskb/src/kernel/tracepoint.c: In function 'tracepoint_remove_func': /kisskb/src/kernel/tracepoint.c:399:32: note: byref variable will be forcibly initialized 399 | struct tracepoint_func *old, *tp_funcs; | ^~~~~~~~ /kisskb/src/kernel/tracepoint.c: In function 'tracepoint_probe_unregister': /kisskb/src/kernel/tracepoint.c:545:25: note: byref variable will be forcibly initialized 545 | struct tracepoint_func tp_func; | ^~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/uapi/linux/aio_abi.h:31, from /kisskb/src/fs/aio.c:18: /kisskb/src/fs/aio.c: In function 'read_events': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:526:10: note: in expansion of macro '___wait_event' 526 | __ret = ___wait_event(wq_head, condition, state, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:585:11: note: in expansion of macro '__wait_event_hrtimeout' 585 | __ret = __wait_event_hrtimeout(wq, condition, timeout, \ | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/aio.c:1291:3: note: in expansion of macro 'wait_event_interruptible_hrtimeout' 1291 | wait_event_interruptible_hrtimeout(ctx->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:517:25: note: byref variable will be forcibly initialized 517 | struct hrtimer_sleeper __t; \ | ^~~ /kisskb/src/include/linux/wait.h:585:11: note: in expansion of macro '__wait_event_hrtimeout' 585 | __ret = __wait_event_hrtimeout(wq, condition, timeout, \ | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/aio.c:1291:3: note: in expansion of macro 'wait_event_interruptible_hrtimeout' 1291 | wait_event_interruptible_hrtimeout(ctx->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/aio.c:1272:7: note: byref variable will be forcibly initialized 1272 | long ret = 0; | ^~~ /kisskb/src/fs/dax.c: In function 'copy_cow_page_dax': /kisskb/src/fs/dax.c:716:10: note: byref variable will be forcibly initialized 716 | pgoff_t pgoff; | ^~~~~ /kisskb/src/fs/dax.c:715:14: note: byref variable will be forcibly initialized 715 | void *vto, *kaddr; | ^~~~~ /kisskb/src/fs/aio.c: In function '__do_sys_io_getevents': /kisskb/src/fs/aio.c:2084:20: note: byref variable will be forcibly initialized 2084 | struct timespec64 ts; | ^~ 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/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:6, from /kisskb/src/fs/dax.c:10: /kisskb/src/fs/dax.c: In function 'dax_insert_pfn_mkwrite': /kisskb/src/fs/dax.c:1662:17: note: byref variable will be forcibly initialized 1662 | XA_STATE_ORDER(xas, &mapping->i_pages, vmf->pgoff, order); | ^~~ /kisskb/src/include/linux/xarray.h:1365:18: note: in definition of macro 'XA_STATE_ORDER' 1365 | struct xa_state name = __XA_STATE(array, \ | ^~~~ /kisskb/src/fs/aio.c: In function '__do_sys_io_pgetevents': /kisskb/src/fs/aio.c:2112:20: note: byref variable will be forcibly initialized 2112 | struct timespec64 ts; | ^~ /kisskb/src/fs/aio.c: In function '__do_sys_io_getevents_time32': /kisskb/src/fs/aio.c:2182:20: note: byref variable will be forcibly initialized 2182 | struct timespec64 t; | ^ /kisskb/src/fs/aio.c: In function 'exit_aio': /kisskb/src/fs/aio.c:861:21: note: byref variable will be forcibly initialized 861 | struct ctx_rq_wait wait; | ^~~~ /kisskb/src/fs/dax.c: In function 'dax_fault_iter': /kisskb/src/fs/dax.c:1386:8: note: byref variable will be forcibly initialized 1386 | pfn_t pfn; | ^~~ /kisskb/src/fs/dax.c: In function 'dax_iomap_pte_fault': /kisskb/src/fs/dax.c:1436:8: note: byref variable will be forcibly initialized 1436 | void *entry; | ^~~~~ 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/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:6, from /kisskb/src/fs/dax.c:10: /kisskb/src/fs/dax.c:1428:11: note: byref variable will be forcibly initialized 1428 | XA_STATE(xas, &mapping->i_pages, vmf->pgoff); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/fs/dax.c: In function 'dax_unlock_page': /kisskb/src/fs/dax.c:450:11: note: byref variable will be forcibly initialized 450 | XA_STATE(xas, &mapping->i_pages, page->index); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/fs/dax.c: In function 'dax_iomap_zero': /kisskb/src/fs/dax.c:1134:8: note: byref variable will be forcibly initialized 1134 | void *kaddr; | ^~~~~ /kisskb/src/fs/dax.c:1132:10: note: byref variable will be forcibly initialized 1132 | pgoff_t pgoff; | ^~~~~ 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 'posix_lock_inode': /kisskb/src/fs/locks.c:1032:12: note: byref variable will be forcibly initialized 1032 | 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_posix': /kisskb/src/fs/locks.c:2491:19: note: byref variable will be forcibly initialized 2491 | struct file_lock lock; | ^~~~ 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:1753:12: note: byref variable will be forcibly initialized 1753 | 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:956:12: note: byref variable will be forcibly initialized 956 | 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:2526:19: note: byref variable will be forcibly initialized 2526 | struct file_lock fl; | ^~ 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 'locks_remove_lease': /kisskb/src/fs/locks.c:2549:12: note: byref variable will be forcibly initialized 2549 | 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 '__break_lease': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:1476:10: note: in expansion of macro 'wait_event_interruptible_timeout' 1476 | 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:1407:12: note: byref variable will be forcibly initialized 1407 | 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:1639:12: note: byref variable will be forcibly initialized 1639 | 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 'do_fcntl_add_lease': /kisskb/src/fs/locks.c:1911:24: note: byref variable will be forcibly initialized 1911 | struct fasync_struct *new; | ^~~ /kisskb/src/fs/locks.c:1910:20: note: byref variable will be forcibly initialized 1910 | struct file_lock *fl; | ^~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/fdtable.h:16, from /kisskb/src/fs/locks.c:54: /kisskb/src/fs/locks.c: In function 'posix_lock_inode_wait': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:1281:11: note: in expansion of macro 'wait_event_interruptible' 1281 | error = wait_event_interruptible(fl->fl_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c: In function 'flock_lock_inode_wait': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:1965:11: note: in expansion of macro 'wait_event_interruptible' 1965 | error = wait_event_interruptible(fl->fl_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c: In function 'do_lock_file_wait': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/locks.c:2253:11: note: in expansion of macro 'wait_event_interruptible' 2253 | error = wait_event_interruptible(fl->fl_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/fdtable.h:11, from /kisskb/src/fs/locks.c:54: /kisskb/src/fs/locks.c: In function 'fcntl_getlease': /kisskb/src/fs/locks.c:1564:12: note: byref variable will be forcibly initialized 1564 | 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/binfmt_elf.c: In function 'load_elf_library': /kisskb/src/fs/binfmt_elf.c:1352:16: note: byref variable will be forcibly initialized 1352 | struct elfhdr elf_ex; | ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/regulator.h:174, from /kisskb/src/drivers/regulator/core.c:31: /kisskb/src/drivers/regulator/core.c: In function 'trace_event_raw_event_regulator_basic': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/regulator.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 15 | DECLARE_EVENT_CLASS(regulator_basic, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:15:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 15 | DECLARE_EVENT_CLASS(regulator_basic, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'trace_event_raw_event_regulator_range': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/regulator.h:109:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 109 | DECLARE_EVENT_CLASS(regulator_range, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:109:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 109 | DECLARE_EVENT_CLASS(regulator_range, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'trace_event_raw_event_regulator_value': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/regulator.h:143:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 143 | DECLARE_EVENT_CLASS(regulator_value, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/regulator.h:143:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 143 | DECLARE_EVENT_CLASS(regulator_value, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/binfmt_elf.c: In function 'create_elf_tables': /kisskb/src/fs/binfmt_elf.c:186:16: note: byref variable will be forcibly initialized 186 | unsigned char k_rand_bytes[16]; | ^~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_get_voltage_rdev': /kisskb/src/drivers/regulator/core.c:4296:7: note: byref variable will be forcibly initialized 4296 | bool bypassed; | ^~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'of_get_regulator': /kisskb/src/drivers/regulator/core.c:400:7: note: byref variable will be forcibly initialized 400 | char prop_name[64]; /* 64 is max size of property name */ | ^~~~~~~~~ In file included from /kisskb/src/fs/mbcache.c:3: /kisskb/src/fs/mbcache.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/regulator/core.c: In function 'rdev_init_debugfs': /kisskb/src/drivers/regulator/core.c:5079:7: note: byref variable will be forcibly initialized 5079 | char name[NAME_MAX]; | ^~~~ In file included from /kisskb/src/drivers/regulator/core.c:14: /kisskb/src/drivers/regulator/core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/regulator/core.c: In function 'create_regulator': /kisskb/src/drivers/regulator/core.c:1735:8: note: byref variable will be forcibly initialized 1735 | char buf[REG_STR_SIZE]; | ^~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_lock_dependent': /kisskb/src/drivers/regulator/core.c:324:24: note: byref variable will be forcibly initialized 324 | struct regulator_dev *old_contended_rdev = NULL; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c:323:24: note: byref variable will be forcibly initialized 323 | struct regulator_dev *new_contended_rdev = NULL; | ^~~~~~~~~~~~~~~~~~ /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_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 'drms_uA_update': /kisskb/src/drivers/regulator/core.c:921:15: note: byref variable will be forcibly initialized 921 | unsigned int mode; | ^~~~ /kisskb/src/drivers/regulator/core.c: In function '_regulator_do_set_voltage': /kisskb/src/drivers/regulator/core.c:3467:15: note: byref variable will be forcibly initialized 3467 | unsigned int selector; | ^~~~~~~~ /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_lock': /kisskb/src/drivers/regulator/core.c:5922:24: note: byref variable will be forcibly initialized 5922 | struct regulator_dev *old_contended_rdev = NULL; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c:5921:24: note: byref variable will be forcibly initialized 5921 | struct regulator_dev *new_contended_rdev = NULL; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'print_constraints_debug': /kisskb/src/drivers/regulator/core.c:1048:7: note: byref variable will be forcibly initialized 1048 | char buf[160] = ""; | ^~~ /kisskb/src/drivers/regulator/core.c: In function 'bypass_show': /kisskb/src/drivers/regulator/core.c:898:7: note: byref variable will be forcibly initialized 898 | bool bypass; | ^~~~~~ In file included from /kisskb/src/include/linux/kprobes.h:30, from /kisskb/src/kernel/kprobes.c:23: /kisskb/src/kernel/kprobes.c: In function '__freelist_add': /kisskb/src/include/linux/freelist.h:46:24: note: byref variable will be forcibly initialized 46 | struct freelist_node *head = READ_ONCE(list->head); | ^~~~ /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_summary_show_subtree': /kisskb/src/kernel/kprobes.c: In function 'freelist_try_get': /kisskb/src/include/linux/freelist.h:81:38: note: byref variable will be forcibly initialized 81 | struct freelist_node *prev, *next, *head = smp_load_acquire(&list->head); | ^~~~ /kisskb/src/drivers/regulator/core.c:5790:22: note: byref variable will be forcibly initialized 5790 | struct summary_data summary_data; | ^~~~~~~~~~~~ /kisskb/src/fs/posix_acl.c: In function 'posix_acl_chmod': /kisskb/src/fs/posix_acl.c:588:20: note: byref variable will be forcibly initialized 588 | struct posix_acl *acl; | ^~~ /kisskb/src/fs/posix_acl.c: In function 'posix_acl_update_mode': /kisskb/src/fs/posix_acl.c:689:10: note: byref variable will be forcibly initialized 689 | umode_t mode = inode->i_mode; | ^~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_get_optimal_voltage': /kisskb/src/drivers/regulator/core.c:3801:7: note: byref variable will be forcibly initialized 3801 | int tmp_max = INT_MAX; | ^~~~~~~ /kisskb/src/drivers/regulator/core.c:3800:7: note: byref variable will be forcibly initialized 3800 | int tmp_min = 0; | ^~~~~~~ /kisskb/src/drivers/regulator/core.c:3766:26: note: byref variable will be forcibly initialized 3766 | int desired_min_uV = 0, desired_max_uV = INT_MAX; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c:3766:6: note: byref variable will be forcibly initialized 3766 | int desired_min_uV = 0, desired_max_uV = INT_MAX; | ^~~~~~~~~~~~~~ /kisskb/src/fs/posix_acl.c: In function 'simple_acl_create': /kisskb/src/fs/posix_acl.c:998:34: note: byref variable will be forcibly initialized 998 | struct posix_acl *default_acl, *acl; | ^~~ /kisskb/src/fs/posix_acl.c:998:20: note: byref variable will be forcibly initialized 998 | struct posix_acl *default_acl, *acl; | ^~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c: In function 'regulator_do_balance_voltage': /kisskb/src/drivers/regulator/core.c:3937:44: note: byref variable will be forcibly initialized 3937 | int optimal_uV = 0, optimal_max_uV = 0, current_uV = 0; | ^~~~~~~~~~ /kisskb/src/drivers/regulator/core.c:3937:24: note: byref variable will be forcibly initialized 3937 | int optimal_uV = 0, optimal_max_uV = 0, current_uV = 0; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/core.c:3937:8: note: byref variable will be forcibly initialized 3937 | int optimal_uV = 0, optimal_max_uV = 0, current_uV = 0; | ^~~~~~~~~~ /kisskb/src/drivers/regulator/core.c:3908:16: note: byref variable will be forcibly initialized 3908 | unsigned long c_rdev_done = 0; | ^~~~~~~~~~~ /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; | ^~~~~~ In file included from /kisskb/src/drivers/regulator/core.c:15: /kisskb/src/drivers/regulator/core.c: In function 'regulator_bulk_enable': /kisskb/src/drivers/regulator/core.c:4790: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/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/lib/cmdline.c: In function 'memparse': /kisskb/src/lib/cmdline.c:152:8: note: byref variable will be forcibly initialized 152 | char *endptr; /* local pointer to end of parsed string */ | ^~~~~~ /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/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_sync_voltage': /kisskb/src/drivers/regulator/core.c:4250:19: note: byref variable will be forcibly initialized 4250 | int ret, min_uV, max_uV; | ^~~~~~ /kisskb/src/drivers/regulator/core.c:4250:11: note: byref variable will be forcibly initialized 4250 | int ret, min_uV, max_uV; | ^~~~~~ /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/kernel/kprobes.c: In function 'read_enabled_file_bool': /kisskb/src/kernel/kprobes.c:2829:7: note: byref variable will be forcibly initialized 2829 | char buf[3]; | ^~~ /kisskb/src/kernel/kprobes.c: In function 'show_kprobe_addr': /kisskb/src/kernel/kprobes.c:2660:17: note: byref variable will be forcibly initialized 2660 | char *modname, namebuf[KSYM_NAME_LEN]; | ^~~~~~~ /kisskb/src/kernel/kprobes.c:2660:8: note: byref variable will be forcibly initialized 2660 | char *modname, namebuf[KSYM_NAME_LEN]; | ^~~~~~~ /kisskb/src/kernel/kprobes.c:2659:16: note: byref variable will be forcibly initialized 2659 | unsigned long offset = 0; | ^~~~~~ /kisskb/src/kernel/kprobes.c: In function 'write_enabled_file_bool': /kisskb/src/kernel/kprobes.c:2843:7: note: byref variable will be forcibly initialized 2843 | bool enable; | ^~~~~~ /kisskb/src/kernel/kprobes.c: In function 'within_kprobe_blacklist': /kisskb/src/kernel/kprobes.c:1452:7: note: byref variable will be forcibly initialized 1452 | char symname[KSYM_NAME_LEN], *p; | ^~~~~~~ /kisskb/src/kernel/kprobes.c: In function 'register_kprobe': /kisskb/src/kernel/kprobes.c:1615:17: note: byref variable will be forcibly initialized 1615 | struct module *probed_mod; | ^~~~~~~~~~ /kisskb/src/kernel/kprobes.c: In function '__kretprobe_trampoline_handler': /kisskb/src/kernel/kprobes.c:1939:29: note: byref variable will be forcibly initialized 1939 | struct llist_node *first, *node = NULL; | ^~~~ /kisskb/src/kernel/kprobes.c: In function 'kprobe_add_ksym_blacklist': /kisskb/src/kernel/kprobes.c:2305:28: note: byref variable will be forcibly initialized 2305 | unsigned long offset = 0, size = 0; | ^~~~ /kisskb/src/kernel/kprobes.c:2305:16: note: byref variable will be forcibly initialized 2305 | unsigned long offset = 0, size = 0; | ^~~~~~ In file included from /kisskb/src/kernel/padata.c:22: /kisskb/src/kernel/padata.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/fs/ext4/move_extent.c: In function 'mext_check_coverage': /kisskb/src/fs/ext4/move_extent.c:93:24: note: byref variable will be forcibly initialized 93 | struct ext4_ext_path *path = NULL; | ^~~~ In file included from /kisskb/src/include/linux/swait.h:5, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/kernel/padata.c:14: /kisskb/src/kernel/padata.c: In function 'padata_serial_worker': /kisskb/src/kernel/padata.c:347:12: note: byref variable will be forcibly initialized 347 | LIST_HEAD(local_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/ext4/move_extent.c: In function 'move_extent_per_page': /kisskb/src/fs/ext4/move_extent.c:258:24: note: byref variable will be forcibly initialized 258 | int i, err2, jblocks, retries = 0; | ^~~~~~~ /kisskb/src/fs/ext4/move_extent.c:258:9: note: byref variable will be forcibly initialized 258 | int i, err2, jblocks, retries = 0; | ^~~~ /kisskb/src/fs/ext4/move_extent.c:253:15: note: byref variable will be forcibly initialized 253 | struct page *pagep[2] = {NULL, NULL}; | ^~~~~ /kisskb/src/fs/ext4/move_extent.c: In function 'ext4_move_extents': /kisskb/src/fs/ext4/move_extent.c:562:6: note: byref variable will be forcibly initialized 562 | int ret; | ^~~ /kisskb/src/fs/ext4/move_extent.c:558:24: note: byref variable will be forcibly initialized 558 | struct ext4_ext_path *path = NULL; | ^~~~ /kisskb/src/kernel/padata.c: In function 'store_cpumask': /kisskb/src/kernel/padata.c:877:16: note: byref variable will be forcibly initialized 877 | cpumask_var_t new_cpumask; | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/swait.h:5, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/kernel/padata.c:14: /kisskb/src/kernel/padata.c: In function 'padata_do_multithreaded': /kisskb/src/kernel/padata.c:474:12: note: byref variable will be forcibly initialized 474 | LIST_HEAD(works); | ^~~~~ /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/padata.c:473:29: note: byref variable will be forcibly initialized 473 | struct padata_mt_job_state ps; | ^~ /kisskb/src/kernel/padata.c:472:21: note: byref variable will be forcibly initialized 472 | struct padata_work my_work, *pw; | ^~~~~~~ /kisskb/src/drivers/video/backlight/88pm860x_bl.c: In function 'pm860x_backlight_dt_init': /kisskb/src/drivers/video/backlight/88pm860x_bl.c:155:6: note: byref variable will be forcibly initialized 155 | int iset = 0; | ^~~~ /kisskb/src/drivers/video/backlight/88pm860x_bl.c: In function 'pm860x_backlight_probe': /kisskb/src/drivers/video/backlight/88pm860x_bl.c:188:7: note: byref variable will be forcibly initialized 188 | char name[MFD_NAME_SIZE]; | ^~~~ /kisskb/src/drivers/video/backlight/88pm860x_bl.c:187:30: note: byref variable will be forcibly initialized 187 | struct backlight_properties props; | ^~~~~ /kisskb/src/lib/zstd/compress/fse_compress.c: In function 'FSE_compress_usingCTable_generic': /kisskb/src/lib/zstd/compress/fse_compress.c:559:27: note: byref variable will be forcibly initialized 559 | FSE_CState_t CState1, CState2; | ^~~~~~~ /kisskb/src/lib/zstd/compress/fse_compress.c:559:18: note: byref variable will be forcibly initialized 559 | FSE_CState_t CState1, CState2; | ^~~~~~~ /kisskb/src/lib/zstd/compress/fse_compress.c:558:19: note: byref variable will be forcibly initialized 558 | BIT_CStream_t bitC; | ^~~~ /kisskb/src/fs/coredump.c: In function 'umh_pipe_setup': /kisskb/src/fs/coredump.c:495:15: note: byref variable will be forcibly initialized 495 | struct file *files[2]; | ^~~~~ /kisskb/src/fs/coredump.c: In function 'cn_vprintf': /kisskb/src/fs/coredump.c:86:10: note: byref variable will be forcibly initialized 86 | va_list arg_copy; | ^~~~~~~~ /kisskb/src/fs/coredump.c: In function 'cn_printf': /kisskb/src/fs/coredump.c:108:10: note: byref variable will be forcibly initialized 108 | va_list arg; | ^~~ /kisskb/src/fs/coredump.c: In function 'cn_esc_printf': /kisskb/src/fs/coredump.c:122:10: note: byref variable will be forcibly initialized 122 | va_list arg; | ^~~ In file included from /kisskb/src/fs/coredump.c:2: /kisskb/src/fs/coredump.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/coredump.c:2: /kisskb/src/fs/coredump.c: In function 'wait_for_dump_helpers': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/coredump.c:474:2: note: in expansion of macro 'wait_event_interruptible' 474 | wait_event_interruptible(pipe->rd_wait, pipe->readers == 1); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/coredump.c: In function '__dump_emit': /kisskb/src/fs/coredump.c:792:9: note: byref variable will be forcibly initialized 792 | loff_t pos = file->f_pos; | ^~~ In file included from /kisskb/src/include/asm-generic/bug.h:5, from /kisskb/src/arch/powerpc/include/asm/bug.h:149, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/coredump.c:2: /kisskb/src/fs/coredump.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:756:6: note: in expansion of macro 'unlikely' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:756:15: note: in expansion of macro 'check_mul_overflow' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:756:6: note: in expansion of macro 'unlikely' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:756:15: note: in expansion of macro 'check_mul_overflow' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/fs/coredump.c:2: /kisskb/src/include/linux/slab.h:754:9: note: byref variable will be forcibly initialized 754 | size_t bytes; | ^~~~~ /kisskb/src/drivers/video/backlight/lm3639_bl.c: In function 'lm3639_bled_mode_store': /kisskb/src/drivers/video/backlight/lm3639_bl.c:186:15: note: byref variable will be forcibly initialized 186 | unsigned int state; | ^~~~~ /kisskb/src/fs/coredump.c: In function 'do_coredump': /kisskb/src/fs/coredump.c:687:16: note: byref variable will be forcibly initialized 687 | struct path root; | ^~~~ /kisskb/src/fs/coredump.c:522:6: note: byref variable will be forcibly initialized 522 | int argc = 0; | ^~~~ /kisskb/src/fs/coredump.c:521:10: note: byref variable will be forcibly initialized 521 | size_t *argv = NULL; | ^~~~ /kisskb/src/fs/coredump.c:514:19: note: byref variable will be forcibly initialized 514 | struct core_name cn; | ^~ /kisskb/src/fs/coredump.c:513:20: note: byref variable will be forcibly initialized 513 | struct core_state core_state; | ^~~~~~~~~~ /kisskb/src/drivers/video/backlight/lm3639_bl.c: In function 'lm3639_bled_get_brightness': /kisskb/src/drivers/video/backlight/lm3639_bl.c:143:15: note: byref variable will be forcibly initialized 143 | unsigned int reg_val; | ^~~~~~~ /kisskb/src/drivers/video/backlight/lm3639_bl.c: In function 'lm3639_torch_brightness_set': /kisskb/src/drivers/video/backlight/lm3639_bl.c:223:15: note: byref variable will be forcibly initialized 223 | unsigned int reg_val; | ^~~~~~~ /kisskb/src/drivers/video/backlight/lm3639_bl.c: In function 'lm3639_flash_brightness_set': /kisskb/src/drivers/video/backlight/lm3639_bl.c:260:15: note: byref variable will be forcibly initialized 260 | unsigned int reg_val; | ^~~~~~~ /kisskb/src/drivers/video/backlight/lm3639_bl.c: In function 'lm3639_bled_update_status': /kisskb/src/drivers/video/backlight/lm3639_bl.c:97:15: note: byref variable will be forcibly initialized 97 | unsigned int reg_val; | ^~~~~~~ /kisskb/src/drivers/video/backlight/lm3639_bl.c: In function 'lm3639_probe': /kisskb/src/drivers/video/backlight/lm3639_bl.c:305:30: note: byref variable will be forcibly initialized 305 | struct backlight_properties props; | ^~~~~ /kisskb/src/drivers/video/backlight/rt4831-backlight.c: In function 'rt4831_bl_get_brightness': /kisskb/src/drivers/video/backlight/rt4831-backlight.c:58:5: note: byref variable will be forcibly initialized 58 | u8 v[2]; | ^ /kisskb/src/drivers/video/backlight/rt4831-backlight.c:57:15: note: byref variable will be forcibly initialized 57 | unsigned int val; | ^~~ /kisskb/src/drivers/video/backlight/rt4831-backlight.c: In function 'rt4831_bl_update_status': /kisskb/src/drivers/video/backlight/rt4831-backlight.c:38:5: note: byref variable will be forcibly initialized 38 | u8 v[2]; | ^ /kisskb/src/drivers/video/backlight/rt4831-backlight.c: In function 'rt4831_parse_backlight_properties': /kisskb/src/drivers/video/backlight/rt4831-backlight.c:88:6: note: byref variable will be forcibly initialized 88 | u32 brightness; | ^~~~~~~~~~ /kisskb/src/drivers/video/backlight/rt4831-backlight.c:87:5: note: byref variable will be forcibly initialized 87 | u8 propval; | ^~~~~~~ /kisskb/src/lib/zstd/compress/huf_compress.c: In function 'HUF_compress1X_usingCTable_internal_body': /kisskb/src/lib/zstd/compress/huf_compress.c:586:19: note: byref variable will be forcibly initialized 586 | BIT_CStream_t bitC; | ^~~~ /kisskb/src/lib/zstd/compress/huf_compress.c: In function 'HUF_compressWeights': /kisskb/src/lib/zstd/compress/huf_compress.c:73:14: note: byref variable will be forcibly initialized 73 | unsigned maxSymbolValue = HUF_TABLELOG_MAX; | ^~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/huf_compress.c: In function 'HUF_setMaxHeight': /kisskb/src/lib/zstd/compress/huf_compress.c:277:17: note: byref variable will be forcibly initialized 277 | U32 rankLast[HUF_TABLELOG_MAX+2]; | ^~~~~~~~ /kisskb/src/lib/zstd/compress/huf_compress.c: In function 'HUF_writeCTable': /kisskb/src/lib/zstd/compress/huf_compress.c:155:25: note: byref variable will be forcibly initialized 155 | HUF_WriteCTableWksp wksp; | ^~~~ /kisskb/src/lib/zstd/compress/huf_compress.c: In function 'HUF_readCTable': /kisskb/src/lib/zstd/compress/huf_compress.c:165:9: note: byref variable will be forcibly initialized 165 | U32 nbSymbols = 0; | ^~~~~~~~~ /kisskb/src/lib/zstd/compress/huf_compress.c:164:9: note: byref variable will be forcibly initialized 164 | U32 tableLog = 0; | ^~~~~~~~ /kisskb/src/lib/zstd/compress/huf_compress.c:163:9: note: byref variable will be forcibly initialized 163 | U32 rankVal[HUF_TABLELOG_ABSOLUTEMAX + 1]; /* large enough for values from 0 to 16 */ | ^~~~~~~ /kisskb/src/lib/zstd/compress/huf_compress.c:162:10: note: byref variable will be forcibly initialized 162 | BYTE huffWeight[HUF_SYMBOLVALUE_MAX + 1]; /* init not required, even though some static analyzer may complain */ | ^~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c: In function 'xfs_btree_bload_node': /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:484:20: note: byref variable will be forcibly initialized 484 | struct xfs_buf *child_bp; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:483:27: note: byref variable will be forcibly initialized 483 | struct xfs_btree_block *child_block; | ^~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:480:23: note: byref variable will be forcibly initialized 480 | union xfs_btree_key child_key; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c: In function 'xfs_btree_bload_prep_block': /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:376:27: note: byref variable will be forcibly initialized 376 | struct xfs_btree_block *new_block; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:375:20: note: byref variable will be forcibly initialized 375 | struct xfs_buf *new_bp; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:374:23: note: byref variable will be forcibly initialized 374 | union xfs_btree_ptr new_ptr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c: In function 'xfs_btree_bload_compute_geometry': /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:669:16: note: byref variable will be forcibly initialized 669 | unsigned int avg_per_block; | ^~~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:667:12: note: byref variable will be forcibly initialized 667 | uint64_t dontcare64; | ^~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:666:12: note: byref variable will be forcibly initialized 666 | uint64_t level_blocks; | ^~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress_literals.c: In function 'ZSTD_compressLiterals': /kisskb/src/lib/zstd/compress/zstd_compress_literals.c:101:20: note: byref variable will be forcibly initialized 101 | { HUF_repeat repeat = prevHuf->repeatMode; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c: In function 'xfs_btree_bload': /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:809:23: note: byref variable will be forcibly initialized 809 | union xfs_btree_ptr first_ptr; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:757:17: note: byref variable will be forcibly initialized 757 | unsigned int avg_per_block; | ^~~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:755:13: note: byref variable will be forcibly initialized 755 | uint64_t blocks_with_extra; | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:753:13: note: byref variable will be forcibly initialized 753 | uint64_t blocks; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:751:27: note: byref variable will be forcibly initialized 751 | struct xfs_btree_block *block = NULL; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:750:20: note: byref variable will be forcibly initialized 750 | struct xfs_buf *bp = NULL; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:749:23: note: byref variable will be forcibly initialized 749 | union xfs_btree_ptr ptr; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:748:23: note: byref variable will be forcibly initialized 748 | union xfs_btree_ptr child_ptr; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_btree_staging.c:747:20: note: byref variable will be forcibly initialized 747 | struct list_head buffers_list; | ^~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_eprobe.c: In function 'fetch_store_strlen': /kisskb/src/kernel/trace/trace_eprobe.c:388:5: note: byref variable will be forcibly initialized 388 | u8 c; | ^ /kisskb/src/kernel/trace/trace_eprobe.c: In function 'process_fetch_insn_bottom': /kisskb/src/kernel/trace/trace_eprobe.c:388:5: note: byref variable will be forcibly initialized /kisskb/src/kernel/trace/trace_eprobe.c: In function 'process_fetch_insn': /kisskb/src/kernel/trace/trace_eprobe.c:388:5: note: byref variable will be forcibly initialized /kisskb/src/kernel/trace/trace_eprobe.c:364:1: note: byref variable will be forcibly initialized 364 | process_fetch_insn(struct fetch_insn *code, void *rec, void *dest, | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/arch/powerpc/include/asm/io.h:27, 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/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/kernel/trace/trace_eprobe.c:14: /kisskb/src/kernel/trace/trace_eprobe.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/kernel/trace/trace_eprobe.c: In function 'get_eprobe_size': /kisskb/src/kernel/trace/trace_eprobe.c:388:5: note: byref variable will be forcibly initialized 388 | u8 c; | ^ /kisskb/src/kernel/trace/trace_eprobe.c:340:12: note: byref variable will be forcibly initialized 340 | static int get_eprobe_size(struct trace_probe *tp, void *rec) | ^~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_createCDict_advanced_internal': /kisskb/src/lib/zstd/compress/zstd_compress.c:3652:20: note: byref variable will be forcibly initialized 3652 | ZSTD_cwksp ws; | ^~ In file included from /kisskb/src/lib/zstd/compress/zstd_compress.c:22: /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_updateRep': /kisskb/src/lib/zstd/compress/zstd_compress_internal.h:401:16: note: byref variable will be forcibly initialized 401 | repcodes_t newReps; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_copySequencesToSeqStoreNoBlockDelim': /kisskb/src/lib/zstd/compress/zstd_compress.c:4553:16: note: byref variable will be forcibly initialized 4553 | repcodes_t updatedRepcodes; | ^~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_copySequencesToSeqStoreExplicitBlockDelim': /kisskb/src/lib/zstd/compress/zstd_compress.c:4485:16: note: byref variable will be forcibly initialized 4485 | repcodes_t updatedRepcodes; | ^~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_eprobe.c: In function '__eprobe_trace_func': /kisskb/src/kernel/trace/trace_eprobe.c:483:28: note: byref variable will be forcibly initialized 483 | struct trace_event_buffer fbuffer; | ^~~~~~~ /kisskb/src/kernel/trace/trace_eprobe.c: In function '__trace_eprobe_create': /kisskb/src/kernel/trace/trace_eprobe.c:868:7: note: byref variable will be forcibly initialized 868 | char buf2[MAX_EVENT_NAME_LEN]; | ^~~~ /kisskb/src/kernel/trace/trace_eprobe.c:867:7: note: byref variable will be forcibly initialized 867 | char buf1[MAX_EVENT_NAME_LEN]; | ^~~~ /kisskb/src/kernel/trace/trace_eprobe.c:864:33: note: byref variable will be forcibly initialized 864 | const char *sys_event = NULL, *sys_name = NULL; | ^~~~~~~~ /kisskb/src/kernel/trace/trace_eprobe.c:864:14: note: byref variable will be forcibly initialized 864 | const char *sys_event = NULL, *sys_name = NULL; | ^~~~~~~~~ /kisskb/src/kernel/trace/trace_eprobe.c:863:29: note: byref variable will be forcibly initialized 863 | const char *event = NULL, *group = EPROBE_EVENT_SYSTEM; | ^~~~~ /kisskb/src/kernel/trace/trace_eprobe.c:863:14: note: byref variable will be forcibly initialized 863 | const char *event = NULL, *group = EPROBE_EVENT_SYSTEM; | ^~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_initStaticCCtx': /kisskb/src/lib/zstd/compress/zstd_compress.c:105:16: note: byref variable will be forcibly initialized 105 | ZSTD_cwksp ws; | ^~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_copyBlockSequences': /kisskb/src/lib/zstd/compress/zstd_compress.c:2479:16: note: byref variable will be forcibly initialized 2479 | repcodes_t updatedRepcodes; | ^~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_makeCCtxParamsFromCParams': /kisskb/src/lib/zstd/compress/zstd_compress.c:206:22: note: byref variable will be forcibly initialized 206 | ZSTD_CCtx_params cctxParams; | ^~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress_sequences.c: In function 'ZSTD_encodeSequences_body': /kisskb/src/lib/zstd/compress/zstd_compress_sequences.c:298:19: note: byref variable will be forcibly initialized 298 | FSE_CState_t stateLitLength; | ^~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress_sequences.c:297:19: note: byref variable will be forcibly initialized 297 | FSE_CState_t stateOffsetBits; | ^~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress_sequences.c:296:19: note: byref variable will be forcibly initialized 296 | FSE_CState_t stateMatchLength; | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress_sequences.c:295:19: note: byref variable will be forcibly initialized 295 | BIT_CStream_t blockStream; | ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress_sequences.c: In function 'ZSTD_NCountCost': /kisskb/src/lib/zstd/compress/zstd_compress_sequences.c:74:9: note: byref variable will be forcibly initialized 74 | S16 norm[MaxSeq + 1]; | ^~~~ /kisskb/src/lib/zstd/compress/zstd_compress_sequences.c:73:10: note: byref variable will be forcibly initialized 73 | BYTE wksp[FSE_NCOUNTBOUND]; | ^~~~ /kisskb/src/lib/zstd/compress/zstd_compress_sequences.c: In function 'ZSTD_fseBitCost': /kisskb/src/lib/zstd/compress/zstd_compress_sequences.c:110:18: note: byref variable will be forcibly initialized 110 | FSE_CState_t cstate; | ^~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_entropyCompressSequences_internal': /kisskb/src/lib/zstd/compress/zstd_compress.c:2230:18: note: byref variable will be forcibly initialized 2230 | { unsigned max = MaxML; | ^~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:2202:18: note: byref variable will be forcibly initialized 2202 | { unsigned max = MaxOff; | ^~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:2176:18: note: byref variable will be forcibly initialized 2176 | { unsigned max = MaxLL; | ^~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_buildSeqStore': /kisskb/src/lib/zstd/compress/zstd_compress.c:2442:27: note: byref variable will be forcibly initialized 2442 | rawSeqStore_t ldmSeqStore = kNullRawSeqStore; | ^~~~~~~~~~~ In file included from /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c:18: /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c: In function 'ZSTD_updateRep': /kisskb/src/lib/zstd/compress/zstd_compress_internal.h:401:16: note: byref variable will be forcibly initialized 401 | repcodes_t newReps; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c: In function 'ZSTD_estimateSubBlockSize_literal': /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c:589:14: note: byref variable will be forcibly initialized 589 | unsigned maxSymbolValue = 255; | ^~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c: In function 'ZSTD_buildSuperBlockEntropy_literal': /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c:75:14: note: byref variable will be forcibly initialized 75 | unsigned maxSymbolValue = 255; | ^~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c: In function 'ZSTD_buildSuperBlockEntropy_sequences': /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c:246:18: note: byref variable will be forcibly initialized 246 | unsigned max = MaxML; | ^~~ /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c:222:18: note: byref variable will be forcibly initialized 222 | unsigned max = MaxOff; | ^~~ /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c:199:18: note: byref variable will be forcibly initialized 199 | unsigned max = MaxLL; | ^~~ /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c: In function 'ZSTD_estimateSubBlockSize_symbolType': /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c:617:14: note: byref variable will be forcibly initialized 617 | unsigned max = maxCode; | ^~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_compressSequences_internal': /kisskb/src/lib/zstd/compress/zstd_compress.c:4693:27: note: byref variable will be forcibly initialized 4693 | ZSTD_sequencePosition seqPos = {0, 0, 0}; | ^~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c: In function 'ZSTD_compressSubBlock_multi': /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c:818:24: note: byref variable will be forcibly initialized 818 | repcodes_t rep; | ^~~ /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c:764:17: note: byref variable will be forcibly initialized 764 | int seqEntropyWritten = 0; | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c:763:17: note: byref variable will be forcibly initialized 763 | int litEntropyWritten = 0; | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c: In function 'ZSTD_compressSuperBlock': /kisskb/src/lib/zstd/compress/zstd_compress_superblock.c:834:35: note: byref variable will be forcibly initialized 834 | ZSTD_entropyCTablesMetadata_t entropyMetadata; | ^~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_resetCCtx_byAttachingCDict': /kisskb/src/lib/zstd/compress/zstd_compress.c:1772:36: note: byref variable will be forcibly initialized 1772 | ZSTD_compressionParameters adjusted_cdict_cParams = cdict->matchState.cParams; | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/torture.c: In function 'torture_hrtimeout_ns': /kisskb/src/kernel/torture.c:88:10: note: byref variable will be forcibly initialized 88 | ktime_t hto = baset_ns; | ^~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_loadCEntropy': /kisskb/src/lib/zstd/compress/zstd_compress.c:3194:45: note: byref variable will be forcibly initialized 3194 | unsigned litlengthMaxValue = MaxLL, litlengthLog; | ^~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3194:18: note: byref variable will be forcibly initialized 3194 | unsigned litlengthMaxValue = MaxLL, litlengthLog; | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3193:15: note: byref variable will be forcibly initialized 3193 | { short litlengthNCount[MaxLL+1]; | ^~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3180:47: note: byref variable will be forcibly initialized 3180 | unsigned matchlengthMaxValue = MaxML, matchlengthLog; | ^~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3180:18: note: byref variable will be forcibly initialized 3180 | unsigned matchlengthMaxValue = MaxML, matchlengthLog; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3179:15: note: byref variable will be forcibly initialized 3179 | { short matchlengthNCount[MaxML+1]; | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3165:18: note: byref variable will be forcibly initialized 3165 | { unsigned offcodeLog; | ^~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3151:18: note: byref variable will be forcibly initialized 3151 | unsigned hasZeroWeights = 1; | ^~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3150:18: note: byref variable will be forcibly initialized 3150 | { unsigned maxSymbolValue = 255; | ^~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3144:14: note: byref variable will be forcibly initialized 3144 | unsigned offcodeMaxValue = MaxOff; | ^~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3143:11: note: byref variable will be forcibly initialized 3143 | short offcodeNCount[MaxOff+1]; | ^~~~~~~~~~~~~ /kisskb/src/kernel/torture.c: In function 'torture_kthread_stopping': /kisskb/src/kernel/torture.c:912:7: note: byref variable will be forcibly initialized 912 | char buf[128]; | ^~~ 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:78:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' 78 | #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:78:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' 78 | #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } | ^~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_initStaticCDict': /kisskb/src/lib/zstd/compress/zstd_compress.c:3803:20: note: byref variable will be forcibly initialized 3803 | ZSTD_cwksp ws; | ^~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3798:22: note: byref variable will be forcibly initialized 3798 | ZSTD_CCtx_params params; | ^~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_compressBegin_advanced': /kisskb/src/lib/zstd/compress/zstd_compress.c:3382:22: note: byref variable will be forcibly initialized 3382 | ZSTD_CCtx_params cctxParams; | ^~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_compress_advanced': /kisskb/src/lib/zstd/compress/zstd_compress.c:3488:22: note: byref variable will be forcibly initialized 3488 | ZSTD_CCtx_params cctxParams; | ^~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/context_tracking.h:59, from /kisskb/src/kernel/context_tracking.c:26: /kisskb/src/kernel/context_tracking.c: In function 'trace_event_raw_event_context_tracking_user': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/context_tracking.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 10 | DECLARE_EVENT_CLASS(context_tracking_user, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_getCParamsFromCCtxParams': /kisskb/src/lib/zstd/compress/zstd_compress.c:1218:32: note: byref variable will be forcibly initialized 1218 | ZSTD_compressionParameters cParams; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_estimateCCtxSize_usingCCtxParams': /kisskb/src/lib/zstd/compress/zstd_compress.c:1304:38: note: byref variable will be forcibly initialized 1304 | ZSTD_compressionParameters const cParams = | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_estimateCCtxSize_usingCParams': /kisskb/src/lib/zstd/compress/zstd_compress.c:1317:28: note: byref variable will be forcibly initialized 1317 | ZSTD_CCtx_params const params = ZSTD_makeCCtxParamsFromCParams(cParams); | ^~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_estimateCStreamSize_usingCCtxParams': /kisskb/src/lib/zstd/compress/zstd_compress.c:1349:42: note: byref variable will be forcibly initialized 1349 | { ZSTD_compressionParameters const cParams = | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_estimateCStreamSize_usingCParams': /kisskb/src/lib/zstd/compress/zstd_compress.c:1367:28: note: byref variable will be forcibly initialized 1367 | ZSTD_CCtx_params const params = ZSTD_makeCCtxParamsFromCParams(cParams); | ^~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_estimateCCtxSize_internal': /kisskb/src/lib/zstd/compress/zstd_compress.c:1328:42: note: byref variable will be forcibly initialized 1328 | ZSTD_compressionParameters const cParams = ZSTD_getCParams_internal(compressionLevel, srcSizeTiers[tier], 0, ZSTD_cpm_noAttachDict); | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_estimateCStreamSize_internal': /kisskb/src/lib/zstd/compress/zstd_compress.c:1373:38: note: byref variable will be forcibly initialized 1373 | ZSTD_compressionParameters const cParams = ZSTD_getCParams_internal(compressionLevel, ZSTD_CONTENTSIZE_UNKNOWN, 0, ZSTD_cpm_noAttachDict); | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_getParams_internal': /kisskb/src/lib/zstd/compress/zstd_compress.c:5094:38: note: byref variable will be forcibly initialized 5094 | ZSTD_compressionParameters const cParams = ZSTD_getCParams_internal(compressionLevel, srcSizeHint, dictSize, mode); | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:5093:21: note: byref variable will be forcibly initialized 5093 | ZSTD_parameters params; | ^~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_compressBegin_usingDict': /kisskb/src/lib/zstd/compress/zstd_compress.c:3394:31: note: byref variable will be forcibly initialized 3394 | ZSTD_parameters const params = ZSTD_getParams_internal(compressionLevel, ZSTD_CONTENTSIZE_UNKNOWN, dictSize, ZSTD_cpm_noAttachDict); | ^~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3392:22: note: byref variable will be forcibly initialized 3392 | ZSTD_CCtx_params cctxParams; | ^~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_compress_usingDict': /kisskb/src/lib/zstd/compress/zstd_compress.c:3522:31: note: byref variable will be forcibly initialized 3522 | ZSTD_parameters const params = ZSTD_getParams_internal(compressionLevel, srcSize, dict ? dictSize : 0, ZSTD_cpm_noAttachDict); | ^~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3520:22: note: byref variable will be forcibly initialized 3520 | ZSTD_CCtx_params cctxParams; | ^~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_estimateCDictSize': /kisskb/src/lib/zstd/compress/zstd_compress.c:3569:8: note: byref variable will be forcibly initialized 3569 | size_t ZSTD_estimateCDictSize(size_t dictSize, int compressionLevel) | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_dedicatedDictSearch_getCParams': /kisskb/src/lib/zstd/compress/zstd_compress.c:4978:32: note: byref variable will be forcibly initialized 4978 | ZSTD_compressionParameters cParams = ZSTD_getCParams_internal(compressionLevel, 0, dictSize, ZSTD_cpm_createCDict); | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_createCDict_advanced2': /kisskb/src/lib/zstd/compress/zstd_compress.c:3697:32: note: byref variable will be forcibly initialized 3697 | ZSTD_compressionParameters cParams; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3696:22: note: byref variable will be forcibly initialized 3696 | ZSTD_CCtx_params cctxParams = *originalCctxParams; | ^~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_createCDict_advanced': /kisskb/src/lib/zstd/compress/zstd_compress.c:3678:22: note: byref variable will be forcibly initialized 3678 | ZSTD_CCtx_params cctxParams; | ^~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_CCtx_init_compressStream2': /kisskb/src/lib/zstd/compress/zstd_compress.c:4311:22: note: byref variable will be forcibly initialized 4311 | ZSTD_CCtx_params params = cctx->requestedParams; | ^~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_compressStream2_simpleArgs': /kisskb/src/lib/zstd/compress/zstd_compress.c:4395:20: note: byref variable will be forcibly initialized 4395 | ZSTD_inBuffer input = { src, srcSize, *srcPos }; | ^~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:4394:20: note: byref variable will be forcibly initialized 4394 | ZSTD_outBuffer output = { dst, dstCapacity, *dstPos }; | ^~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_compress2': /kisskb/src/lib/zstd/compress/zstd_compress.c:4415:16: note: byref variable will be forcibly initialized 4415 | size_t iPos = 0; | ^~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:4414:16: note: byref variable will be forcibly initialized 4414 | { size_t oPos = 0; | ^~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_flushStream': /kisskb/src/lib/zstd/compress/zstd_compress.c:4842:19: note: byref variable will be forcibly initialized 4842 | ZSTD_inBuffer input = { NULL, 0, 0 }; | ^~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_endStream': /kisskb/src/lib/zstd/compress/zstd_compress.c:4849:19: note: byref variable will be forcibly initialized 4849 | ZSTD_inBuffer input = { NULL, 0, 0 }; | ^~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_createCDict': /kisskb/src/lib/zstd/compress/zstd_compress.c:3738:32: note: byref variable will be forcibly initialized 3738 | ZSTD_compressionParameters cParams = ZSTD_getCParams_internal(compressionLevel, ZSTD_CONTENTSIZE_UNKNOWN, dictSize, ZSTD_cpm_createCDict); | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_createCDict_byReference': /kisskb/src/lib/zstd/compress/zstd_compress.c:3749:32: note: byref variable will be forcibly initialized 3749 | ZSTD_compressionParameters cParams = ZSTD_getCParams_internal(compressionLevel, ZSTD_CONTENTSIZE_UNKNOWN, dictSize, ZSTD_cpm_createCDict); | ^~~~~~~ /kisskb/src/kernel/trace/trace_events_synth.c: In function 'check_command': /kisskb/src/kernel/trace/trace_events_synth.c:1431:6: note: byref variable will be forcibly initialized 1431 | int argc, ret = 0; | ^~~~ /kisskb/src/kernel/trace/trace_events_synth.c:1430:23: note: byref variable will be forcibly initialized 1430 | char **argv = NULL, *cmd, *saved_cmd, *name_and_field; | ^~~ /kisskb/src/lib/zstd/compress/zstd_compress.c: In function 'ZSTD_compressBegin_usingCDict_advanced': /kisskb/src/lib/zstd/compress/zstd_compress.c:3854:25: note: byref variable will be forcibly initialized 3854 | ZSTD_parameters params; | ^~~~~~ /kisskb/src/lib/zstd/compress/zstd_compress.c:3849:22: note: byref variable will be forcibly initialized 3849 | ZSTD_CCtx_params cctxParams; | ^~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_synth.c: In function 'synth_field_string_size': /kisskb/src/kernel/trace/trace_events_synth.c:170:6: note: byref variable will be forcibly initialized 170 | int size, err; | ^~~~ /kisskb/src/kernel/trace/trace_events_synth.c:168:7: note: byref variable will be forcibly initialized 168 | char buf[4], *end, *start; | ^~~ In file included from /kisskb/src/include/linux/security.h:30, from /kisskb/src/kernel/trace/trace_events_synth.c:10: /kisskb/src/kernel/trace/trace_events_synth.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/kernel/trace/trace_events_synth.c: In function 'parse_synth_field': /kisskb/src/kernel/trace/trace_events_synth.c:606:17: note: byref variable will be forcibly initialized 606 | struct seq_buf s; | ^ /kisskb/src/kernel/trace/trace_events_synth.c: In function 'trace_event_raw_event_synth': /kisskb/src/kernel/trace/trace_events_synth.c:438:28: note: byref variable will be forcibly initialized 438 | struct trace_event_buffer fbuffer; | ^~~~~~~ /kisskb/src/kernel/trace/trace_events_synth.c:435:18: note: byref variable will be forcibly initialized 435 | unsigned int i, n_u64, val_idx, len, data_size = 0; | ^~~~~ /kisskb/src/kernel/trace/trace_events_synth.c: In function 'print_synth_event': /kisskb/src/kernel/trace/trace_events_synth.c:365:29: note: byref variable will be forcibly initialized 365 | struct trace_print_flags __flags[] = { | ^~~~~~~ /kisskb/src/kernel/trace/trace_events_synth.c:321:7: note: byref variable will be forcibly initialized 321 | char print_fmt[32]; | ^~~~~~~~~ /kisskb/src/kernel/trace/trace_events_synth.c: In function 'synth_event_add_field': /kisskb/src/kernel/trace/trace_events_synth.c:939:27: note: byref variable will be forcibly initialized 939 | struct dynevent_arg_pair arg_pair; | ^~~~~~~~ /kisskb/src/kernel/trace/trace_events_synth.c: In function 'synth_event_add_field_str': /kisskb/src/kernel/trace/trace_events_synth.c:982:22: note: byref variable will be forcibly initialized 982 | struct dynevent_arg arg; | ^~~ /kisskb/src/kernel/trace/trace_events_synth.c: In function 'synth_event_gen_cmd_array_start': /kisskb/src/kernel/trace/trace_events_synth.c:1147:22: note: byref variable will be forcibly initialized 1147 | struct dynevent_arg arg; | ^~~ /kisskb/src/kernel/trace/trace_events_synth.c: In function '__synth_event_gen_cmd_start': /kisskb/src/kernel/trace/trace_events_synth.c:1077:10: note: byref variable will be forcibly initialized 1077 | va_list args; | ^~~~ /kisskb/src/kernel/trace/trace_events_synth.c:1076:22: note: byref variable will be forcibly initialized 1076 | struct dynevent_arg arg; | ^~~ /kisskb/src/kernel/trace/trace_events_synth.c: In function 'synth_event_create': /kisskb/src/kernel/trace/trace_events_synth.c:1344:22: note: byref variable will be forcibly initialized 1344 | struct dynevent_cmd cmd; | ^~~ /kisskb/src/kernel/trace/trace_events_synth.c: In function 'synth_event_trace': /kisskb/src/kernel/trace/trace_events_synth.c:1627:10: note: byref variable will be forcibly initialized 1627 | va_list args; | ^~~~ /kisskb/src/kernel/trace/trace_events_synth.c:1626:33: note: byref variable will be forcibly initialized 1626 | struct synth_event_trace_state state; | ^~~~~ /kisskb/src/kernel/trace/trace_events_synth.c:1625:18: note: byref variable will be forcibly initialized 1625 | unsigned int i, n_u64, len, data_size = 0; | ^~~~~ /kisskb/src/kernel/trace/trace_events_synth.c: In function 'synth_event_trace_array': /kisskb/src/kernel/trace/trace_events_synth.c:1731:33: note: byref variable will be forcibly initialized 1731 | struct synth_event_trace_state state; | ^~~~~ /kisskb/src/kernel/trace/trace_events_synth.c:1730:18: note: byref variable will be forcibly initialized 1730 | unsigned int i, n_u64, field_pos, len, data_size = 0; | ^~~~~ /kisskb/src/kernel/trace/trace_events_synth.c: In function '__create_synth_event': /kisskb/src/kernel/trace/trace_events_synth.c:1234:8: note: byref variable will be forcibly initialized 1234 | int field_version; | ^~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_synth.c:1184:9: note: byref variable will be forcibly initialized 1184 | int i, argc, n_fields = 0, ret = 0; | ^~~~ /kisskb/src/kernel/trace/trace_events_synth.c:1183:6: note: byref variable will be forcibly initialized 1183 | int consumed, cmd_version = 1, n_fields_this_loop; | ^~~~~~~~ /kisskb/src/kernel/trace/trace_events_synth.c:1182:30: note: byref variable will be forcibly initialized 1182 | struct synth_field *field, *fields[SYNTH_FIELDS_MAX]; | ^~~~~~ /kisskb/src/kernel/trace/trace_events_synth.c:1181:28: note: byref variable will be forcibly initialized 1181 | char **argv, *field_str, *tmp_fields, *saved_fields = NULL; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, 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/kernel/scftorture.c:18: /kisskb/src/kernel/scftorture.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ In file included from /kisskb/src/kernel/scftorture.c:35: /kisskb/src/kernel/scftorture.c: In function 'scftorture_invoker': /kisskb/src/kernel/scftorture.c:447:24: note: byref variable will be forcibly initialized 447 | DEFINE_TORTURE_RANDOM(rand); | ^~~~ /kisskb/src/include/linux/torture.h:78:65: note: in definition of macro 'DEFINE_TORTURE_RANDOM' 78 | #define DEFINE_TORTURE_RANDOM(name) struct torture_random_state name = { 0, 0 } | ^~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/kernel/watch_queue.c:14: /kisskb/src/kernel/watch_queue.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ In file included from /kisskb/src/kernel/watch_queue.c:14: /kisskb/src/kernel/watch_queue.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /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/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/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_lazy_generic': /kisskb/src/lib/zstd/compress/zstd_lazy.c:1044:28: note: byref variable will be forcibly initialized 1044 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1009:24: note: byref variable will be forcibly initialized 1009 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:971:20: note: byref variable will be forcibly initialized 971 | { size_t offsetFound = 999999999; | ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_ldm.c: In function 'ZSTD_ldm_generateSequences_internal': /kisskb/src/lib/zstd/compress/zstd_ldm.c:323:14: note: byref variable will be forcibly initialized 323 | unsigned numSplits; | ^~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_ldm.c:319:27: note: byref variable will be forcibly initialized 319 | ldmRollingHashState_t hashState; | ^~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_lazy_extDict_generic': /kisskb/src/lib/zstd/compress/zstd_lazy.c:1328:28: note: byref variable will be forcibly initialized 1328 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1297:24: note: byref variable will be forcibly initialized 1297 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1263:20: note: byref variable will be forcibly initialized 1263 | { size_t offsetFound = 999999999; | ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_ldm.c: In function 'ZSTD_ldm_fillHashTable': /kisskb/src/lib/zstd/compress/zstd_ldm.c:250:14: note: byref variable will be forcibly initialized 250 | unsigned numSplits; | ^~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_ldm.c:248:27: note: byref variable will be forcibly initialized 248 | ldmRollingHashState_t hashState; | ^~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_insertDUBT1': /kisskb/src/lib/zstd/compress/zstd_lazy.c:85:9: note: byref variable will be forcibly initialized 85 | U32 dummy32; /* to be nullified at the end */ | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_DUBT_findBestMatch': /kisskb/src/lib/zstd/compress/zstd_lazy.c:306:13: note: byref variable will be forcibly initialized 306 | U32 dummy32; /* to be nullified at the end */ | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_btlazy2': /kisskb/src/lib/zstd/compress/zstd_lazy.c:971:20: note: byref variable will be forcibly initialized 971 | { size_t offsetFound = 999999999; | ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1009:24: note: byref variable will be forcibly initialized 1009 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1044:28: note: byref variable will be forcibly initialized 1044 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_lazy2': /kisskb/src/lib/zstd/compress/zstd_lazy.c:971:20: note: byref variable will be forcibly initialized 971 | { size_t offsetFound = 999999999; | ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1009:24: note: byref variable will be forcibly initialized 1009 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1044:28: note: byref variable will be forcibly initialized 1044 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_lazy': /kisskb/src/lib/zstd/compress/zstd_lazy.c:971:20: note: byref variable will be forcibly initialized 971 | { size_t offsetFound = 999999999; | ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1009:24: note: byref variable will be forcibly initialized 1009 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_greedy': /kisskb/src/lib/zstd/compress/zstd_lazy.c:971:20: note: byref variable will be forcibly initialized 971 | { size_t offsetFound = 999999999; | ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_btlazy2_dictMatchState': /kisskb/src/lib/zstd/compress/zstd_lazy.c:971:20: note: byref variable will be forcibly initialized /kisskb/src/lib/zstd/compress/zstd_lazy.c:1009:24: note: byref variable will be forcibly initialized 1009 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1044:28: note: byref variable will be forcibly initialized 1044 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_lazy2_dictMatchState': /kisskb/src/lib/zstd/compress/zstd_lazy.c:971:20: note: byref variable will be forcibly initialized 971 | { size_t offsetFound = 999999999; | ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1009:24: note: byref variable will be forcibly initialized 1009 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1044:28: note: byref variable will be forcibly initialized 1044 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_lazy_dictMatchState': /kisskb/src/lib/zstd/compress/zstd_lazy.c:971:20: note: byref variable will be forcibly initialized 971 | { size_t offsetFound = 999999999; | ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1009:24: note: byref variable will be forcibly initialized 1009 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_greedy_dictMatchState': /kisskb/src/lib/zstd/compress/zstd_lazy.c:971:20: note: byref variable will be forcibly initialized 971 | { size_t offsetFound = 999999999; | ^~~~~~~~~~~ /kisskb/src/drivers/video/backlight/rave-sp-backlight.c: In function 'rave_sp_backlight_update_status': /kisskb/src/drivers/video/backlight/rave-sp-backlight.c:24:5: note: byref variable will be forcibly initialized 24 | u8 cmd[] = { | ^~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_lazy2_dedicatedDictSearch': /kisskb/src/lib/zstd/compress/zstd_lazy.c:971:20: note: byref variable will be forcibly initialized /kisskb/src/lib/zstd/compress/zstd_lazy.c:1009:24: note: byref variable will be forcibly initialized 1009 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1044:28: note: byref variable will be forcibly initialized 1044 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_lazy_dedicatedDictSearch': /kisskb/src/lib/zstd/compress/zstd_lazy.c:971:20: note: byref variable will be forcibly initialized 971 | { size_t offsetFound = 999999999; | ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1009:24: note: byref variable will be forcibly initialized 1009 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_greedy_dedicatedDictSearch': /kisskb/src/lib/zstd/compress/zstd_lazy.c:971:20: note: byref variable will be forcibly initialized 971 | { size_t offsetFound = 999999999; | ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_greedy_extDict': /kisskb/src/lib/zstd/compress/zstd_lazy.c:1263:20: note: byref variable will be forcibly initialized 1263 | { size_t offsetFound = 999999999; | ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_lazy_extDict': /kisskb/src/lib/zstd/compress/zstd_lazy.c:1263:20: note: byref variable will be forcibly initialized /kisskb/src/lib/zstd/compress/zstd_lazy.c:1297:24: note: byref variable will be forcibly initialized 1297 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_lazy2_extDict': /kisskb/src/lib/zstd/compress/zstd_lazy.c:1263:20: note: byref variable will be forcibly initialized 1263 | { size_t offsetFound = 999999999; | ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1297:24: note: byref variable will be forcibly initialized 1297 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1328:28: note: byref variable will be forcibly initialized 1328 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_btlazy2_extDict': /kisskb/src/lib/zstd/compress/zstd_lazy.c:1263:20: note: byref variable will be forcibly initialized 1263 | { size_t offsetFound = 999999999; | ^~~~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1297:24: note: byref variable will be forcibly initialized 1297 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_lazy.c:1328:28: note: byref variable will be forcibly initialized 1328 | { size_t offset2=999999999; | ^~~~~~~ /kisskb/src/drivers/video/backlight/led_bl.c: In function 'led_bl_parse_levels': /kisskb/src/drivers/video/backlight/led_bl.c:128:6: note: byref variable will be forcibly initialized 128 | u32 value; | ^~~~~ /kisskb/src/drivers/video/backlight/led_bl.c: In function 'led_bl_probe': /kisskb/src/drivers/video/backlight/led_bl.c:177:30: note: byref variable will be forcibly initialized 177 | struct backlight_properties props; | ^~~~~ /kisskb/src/fs/ext4/page-io.c: In function 'ext4_finish_bio': /kisskb/src/fs/ext4/page-io.c:103:23: note: byref variable will be forcibly initialized 103 | struct bvec_iter_all iter_all; | ^~~~~~~~ /kisskb/src/fs/ext4/page-io.c: In function 'ext4_do_flush_completed_IO': /kisskb/src/fs/ext4/page-io.c:242:19: note: byref variable will be forcibly initialized 242 | struct list_head unwritten; | ^~~~~~~~~ /kisskb/src/fs/ext4/readpage.c: In function '__read_end_io': /kisskb/src/fs/ext4/readpage.c:74:23: note: byref variable will be forcibly initialized 74 | struct bvec_iter_all iter_all; | ^~~~~~~~ /kisskb/src/fs/ext4/readpage.c: In function 'ext4_mpage_readpages': /kisskb/src/fs/ext4/readpage.c:242:25: note: byref variable will be forcibly initialized 242 | struct ext4_map_blocks map; | ^~~ /kisskb/src/lib/zstd/compress/zstd_opt.c: In function 'ZSTD_insertBt1': /kisskb/src/lib/zstd/compress/zstd_opt.c:405:9: note: byref variable will be forcibly initialized 405 | U32 dummy32; /* to be nullified at the end */ | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_opt.c: In function 'ZSTD_insertBtAndGetAllMatches': /kisskb/src/lib/zstd/compress/zstd_opt.c:554:9: note: byref variable will be forcibly initialized 554 | U32 dummy32; /* to be nullified at the end */ | ^~~~~~~ In file included from /kisskb/src/lib/zstd/compress/zstd_opt.c:23: /kisskb/src/lib/zstd/compress/zstd_opt.c: In function 'ZSTD_updateRep': /kisskb/src/lib/zstd/compress/zstd_compress_internal.h:401:16: note: byref variable will be forcibly initialized 401 | repcodes_t newReps; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_opt.c: In function 'ZSTD_rescaleFreqs': /kisskb/src/lib/zstd/compress/zstd_opt.c:187:26: note: byref variable will be forcibly initialized 187 | unsigned lit = MaxLit; | ^~~ /kisskb/src/lib/zstd/compress/zstd_opt.c:172:30: note: byref variable will be forcibly initialized 172 | FSE_CState_t ofstate; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_opt.c:160:30: note: byref variable will be forcibly initialized 160 | FSE_CState_t mlstate; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_opt.c:148:30: note: byref variable will be forcibly initialized 148 | FSE_CState_t llstate; | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_opt.c: In function 'ZSTD_compressBlock_opt_generic': /kisskb/src/lib/zstd/compress/zstd_opt.c:1170:24: note: byref variable will be forcibly initialized 1170 | repcodes_t reps = ZSTD_updateRep(opt[cur].rep, lastSequence.off, lastSequence.litlen==0); | ^~~~ /kisskb/src/lib/zstd/compress/zstd_opt.c:1102:21: note: byref variable will be forcibly initialized 1102 | U32 nbMatches = ZSTD_BtGetAllMatches(matches, ms, &nextToUpdate3, inr, iend, dictMode, opt[cur].rep, ll0, minMatch); | ^~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_opt.c:1081:28: note: byref variable will be forcibly initialized 1081 | repcodes_t newReps = ZSTD_updateRep(opt[prev].rep, opt[cur].off, opt[cur].litlen==0); | ^~~~~~~ /kisskb/src/lib/zstd/compress/zstd_opt.c:987:17: note: byref variable will be forcibly initialized 987 | U32 nbMatches = ZSTD_BtGetAllMatches(matches, ms, &nextToUpdate3, ip, iend, dictMode, rep, ll0, minMatch); | ^~~~~~~~~ /kisskb/src/lib/zstd/compress/zstd_opt.c:967:19: note: byref variable will be forcibly initialized 967 | ZSTD_optLdm_t optLdm; | ^~~~~~ /kisskb/src/lib/zstd/compress/zstd_opt.c:962:9: note: byref variable will be forcibly initialized 962 | U32 nextToUpdate3 = ms->nextToUpdate; | ^~~~~~~~~~~~~ /kisskb/src/lib/decompress_bunzip2.c: In function 'get_next_block': /kisskb/src/lib/decompress_bunzip2.c:235:38: note: byref variable will be forcibly initialized 235 | unsigned char length[MAX_SYMBOLS], temp[MAX_HUFCODE_BITS+1]; | ^~~~ /kisskb/src/lib/decompress_bunzip2.c:235:17: note: byref variable will be forcibly initialized 235 | unsigned char length[MAX_SYMBOLS], temp[MAX_HUFCODE_BITS+1]; | ^~~~~~ /kisskb/src/lib/zstd/compress/zstd_opt.c: In function 'ZSTD_initStats_ultra': /kisskb/src/lib/zstd/compress/zstd_opt.c:1270:9: note: byref variable will be forcibly initialized 1270 | U32 tmpRep[ZSTD_REP_NUM]; /* updated rep codes will sink here */ | ^~~~~~ /kisskb/src/lib/decompress_bunzip2.c: In function 'bunzip2': /kisskb/src/lib/decompress_bunzip2.c:686:22: note: byref variable will be forcibly initialized 686 | struct bunzip_data *bd; | ^~ In file included from /kisskb/src/fs/ext4/namei.c:39: /kisskb/src/fs/ext4/namei.c: In function 'ext4_chksum': /kisskb/src/fs/ext4/ext4.h:2446:4: note: byref variable will be forcibly initialized 2446 | } desc; | ^~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_dx_csum': /kisskb/src/fs/ext4/namei.c:448:8: note: byref variable will be forcibly initialized 448 | __u32 dummy_csum = 0; | ^~~~~~~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_dx_csum_verify': /kisskb/src/fs/ext4/namei.c:464:6: note: byref variable will be forcibly initialized 464 | int count_offset, limit, count; | ^~~~~~~~~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_dx_csum_set': /kisskb/src/fs/ext4/namei.c:493:6: note: byref variable will be forcibly initialized 493 | int count_offset, limit, count; | ^~~~~~~~~~~~ /kisskb/src/fs/ext4/namei.c: In function 'dx_make_map': /kisskb/src/fs/ext4/namei.c:1258:22: note: byref variable will be forcibly initialized 1258 | struct dx_hash_info h = *hinfo; | ^ /kisskb/src/fs/ext4/namei.c: In function 'ext4_ci_compare': /kisskb/src/fs/ext4/namei.c:1339:28: note: byref variable will be forcibly initialized 1339 | const struct fscrypt_str encrypted_name = | ^~~~~~~~~~~~~~ /kisskb/src/fs/ext4/namei.c:1334:21: note: byref variable will be forcibly initialized 1334 | struct fscrypt_str decrypted_name = FSTR_INIT(NULL, de_name_len); | ^~~~~~~~~~~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_match': /kisskb/src/fs/ext4/namei.c:1435:16: note: byref variable will be forcibly initialized 1435 | struct qstr cf = {.name = fname->cf_name.name, | ^~ /kisskb/src/fs/ext4/namei.c:1420:22: note: byref variable will be forcibly initialized 1420 | struct fscrypt_name f; | ^ /kisskb/src/fs/ext4/namei.c: In function 'ext4_tmpfile': /kisskb/src/fs/ext4/namei.c:2806:11: note: byref variable will be forcibly initialized 2806 | int err, retries = 0; | ^~~~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_whiteout_for_rename': /kisskb/src/fs/ext4/namei.c:3655:6: note: byref variable will be forcibly initialized 3655 | int retries = 0; | ^~~~~~~ /kisskb/src/fs/ext4/namei.c: In function 'htree_dirblock_to_tree': /kisskb/src/fs/ext4/namei.c:1086:23: note: byref variable will be forcibly initialized 1086 | struct fscrypt_str de_name = FSTR_INIT(de->name, | ^~~~~~~ /kisskb/src/fs/ext4/namei.c:1023:60: note: byref variable will be forcibly initialized 1023 | struct fscrypt_str fname_crypto_str = FSTR_INIT(NULL, 0), tmp_str; | ^~~~~~~ /kisskb/src/fs/ext4/namei.c:1023:21: note: byref variable will be forcibly initialized 1023 | struct fscrypt_str fname_crypto_str = FSTR_INIT(NULL, 0), tmp_str; | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_rename_dir_prepare': /kisskb/src/fs/ext4/namei.c:3496:6: note: byref variable will be forcibly initialized 3496 | int retval; | ^~~~~~ /kisskb/src/fs/ext4/namei.c: In function 'do_split': /kisskb/src/fs/ext4/namei.c:1911:14: note: byref variable will be forcibly initialized 1911 | ext4_lblk_t newblock; | ^~~~~~~~ /kisskb/src/lib/decompress_unlzma.c: In function 'process_bit0': /kisskb/src/lib/decompress_unlzma.c:351:6: note: byref variable will be forcibly initialized 351 | int mi = 1; | ^~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_htree_fill_tree': /kisskb/src/fs/ext4/namei.c:1150:8: note: byref variable will be forcibly initialized 1150 | int has_inline_data = 1; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/namei.c:1134:21: note: byref variable will be forcibly initialized 1134 | struct fscrypt_str tmp_str; | ^~~~~~~ /kisskb/src/lib/decompress_unlzma.c: In function 'process_bit1': /kisskb/src/lib/decompress_unlzma.c:498:11: note: byref variable will be forcibly initialized 498 | int i, mi; | ^~ /kisskb/src/fs/ext4/namei.c:1133:8: note: byref variable will be forcibly initialized 1133 | __u32 hashval; | ^~~~~~~ /kisskb/src/lib/decompress_unlzma.c:485:7: note: byref variable will be forcibly initialized 485 | int pos_slot; | ^~~~~~~~ /kisskb/src/lib/decompress_unlzma.c:397:6: note: byref variable will be forcibly initialized 397 | int len; | ^~~ /kisskb/src/fs/ext4/namei.c:1128:18: note: byref variable will be forcibly initialized 1128 | struct dx_frame frames[EXT4_HTREE_LEVEL], *frame; | ^~~~~~ /kisskb/src/fs/ext4/namei.c:1126:22: note: byref variable will be forcibly initialized 1126 | struct dx_hash_info hinfo; | ^~~~~ In file included from /kisskb/src/fs/ext4/namei.c:39: /kisskb/src/fs/ext4/namei.c: In function 'ext4_fname_setup_filename': /kisskb/src/fs/ext4/ext4.h:2747:22: note: byref variable will be forcibly initialized 2747 | struct fscrypt_name name; | ^~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_fname_prepare_lookup': /kisskb/src/fs/ext4/ext4.h:2766:22: note: byref variable will be forcibly initialized 2766 | struct fscrypt_name name; | ^~~~ /kisskb/src/lib/decompress_unlzma.c: In function 'unlzma': /kisskb/src/lib/decompress_unlzma.c:554:16: note: byref variable will be forcibly initialized 554 | struct cstate cst; | ^~~ /kisskb/src/lib/decompress_unlzma.c:553:16: note: byref variable will be forcibly initialized 553 | struct writer wr; | ^~ /kisskb/src/lib/decompress_unlzma.c:551:12: note: byref variable will be forcibly initialized 551 | struct rc rc; | ^~ /kisskb/src/lib/decompress_unlzma.c:545:21: note: byref variable will be forcibly initialized 545 | struct lzma_header header; | ^~~~~~ /kisskb/src/lib/decompress_unxz.c: In function 'unxz': /kisskb/src/fs/ext4/namei.c: In function 'ext4_dx_find_entry': /kisskb/src/lib/decompress_unxz.c:257:16: note: byref variable will be forcibly initialized 257 | struct xz_buf b; | ^ /kisskb/src/fs/ext4/namei.c:1712:18: note: byref variable will be forcibly initialized 1712 | struct dx_frame frames[EXT4_HTREE_LEVEL], *frame; | ^~~~~~ /kisskb/src/fs/ext4/namei.c: In function '__ext4_find_entry': /kisskb/src/fs/ext4/namei.c:1544:7: note: byref variable will be forcibly initialized 1544 | int has_inline_data = 1; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/namei.c:1526:22: note: byref variable will be forcibly initialized 1526 | struct buffer_head *bh_use[NAMEI_RA_SIZE]; | ^~~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_find_entry': /kisskb/src/fs/ext4/namei.c:1671:23: note: byref variable will be forcibly initialized 1671 | struct ext4_filename fname; | ^~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_resetent': /kisskb/src/fs/ext4/namei.c:3567:23: note: byref variable will be forcibly initialized 3567 | struct ext4_renament old = *ent; | ^~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_lookup_entry': /kisskb/src/fs/ext4/namei.c:1691:23: note: byref variable will be forcibly initialized 1691 | struct ext4_filename fname; | ^~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_lookup': /kisskb/src/fs/ext4/namei.c:1763:27: note: byref variable will be forcibly initialized 1763 | struct ext4_dir_entry_2 *de; | ^~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_get_parent': /kisskb/src/fs/ext4/namei.c:1820:28: note: byref variable will be forcibly initialized 1820 | struct ext4_dir_entry_2 * de; | ^~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_dx_add_entry': /kisskb/src/fs/ext4/namei.c:2441:15: note: byref variable will be forcibly initialized 2441 | ext4_lblk_t newblock; | ^~~~~~~~ /kisskb/src/fs/ext4/namei.c:2406:22: note: byref variable will be forcibly initialized 2406 | struct buffer_head *bh; | ^~ /kisskb/src/fs/ext4/namei.c:2404:18: note: byref variable will be forcibly initialized 2404 | struct dx_frame frames[EXT4_HTREE_LEVEL], *frame; | ^~~~~~ /kisskb/src/fs/ext4/namei.c: In function 'make_indexed_dir': /kisskb/src/fs/ext4/namei.c:2164:15: note: byref variable will be forcibly initialized 2164 | ext4_lblk_t block; | ^~~~~ /kisskb/src/fs/ext4/namei.c:2157:18: note: byref variable will be forcibly initialized 2157 | struct dx_frame frames[EXT4_HTREE_LEVEL], *frame; | ^~~~~~ /kisskb/src/fs/ext4/namei.c:2155:22: note: byref variable will be forcibly initialized 2155 | struct buffer_head *bh2; | ^~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_add_entry': /kisskb/src/fs/ext4/namei.c:2297:14: note: byref variable will be forcibly initialized 2297 | ext4_lblk_t block, blocks; | ^~~~~ /kisskb/src/fs/ext4/namei.c:2293:23: note: byref variable will be forcibly initialized 2293 | struct ext4_filename fname; | ^~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_mknod': /kisskb/src/fs/ext4/namei.c:2772:20: note: byref variable will be forcibly initialized 2772 | int err, credits, retries = 0; | ^~~~~~~ /kisskb/src/fs/ext4/namei.c:2771:16: note: byref variable will be forcibly initialized 2771 | struct inode *inode; | ^~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_symlink': /kisskb/src/fs/ext4/namei.c:3259:21: note: byref variable will be forcibly initialized 3259 | struct fscrypt_str disk_link; | ^~~~~~~~~ /kisskb/src/fs/ext4/namei.c:3256:16: note: byref variable will be forcibly initialized 3256 | struct inode *inode; | ^~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_create': /kisskb/src/fs/ext4/namei.c:2737:20: note: byref variable will be forcibly initialized 2737 | int err, credits, retries = 0; | ^~~~~~~ /kisskb/src/fs/ext4/namei.c:2736:16: note: byref variable will be forcibly initialized 2736 | struct inode *inode; | ^~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_delete_entry': /kisskb/src/fs/ext4/namei.c:2635:7: note: byref variable will be forcibly initialized 2635 | int has_inline_data = 1; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_find_delete_entry': /kisskb/src/fs/ext4/namei.c:3594:27: note: byref variable will be forcibly initialized 3594 | struct ext4_dir_entry_2 *de; | ^~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_init_new_dir': /kisskb/src/fs/ext4/namei.c:2876:14: note: byref variable will be forcibly initialized 2876 | ext4_lblk_t block = 0; | ^~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_mkdir': /kisskb/src/fs/ext4/namei.c:2917:30: note: byref variable will be forcibly initialized 2917 | int err, err2 = 0, credits, retries = 0; | ^~~~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_empty_dir': /kisskb/src/fs/ext4/namei.c:2988:7: note: byref variable will be forcibly initialized 2988 | int has_inline_data = 1; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_rename': /kisskb/src/fs/ext4/namei.c:3696:12: note: byref variable will be forcibly initialized 3696 | handle_t *handle = NULL; | ^~~~~~ /kisskb/src/fs/ext4/namei.c: In function 'ext4_rmdir': /kisskb/src/fs/ext4/namei.c:3062:27: note: byref variable will be forcibly initialized 3062 | struct ext4_dir_entry_2 *de; | ^~ /kisskb/src/fs/ext4/namei.c: In function '__ext4_unlink': /kisskb/src/fs/ext4/namei.c:3152:27: note: byref variable will be forcibly initialized 3152 | struct ext4_dir_entry_2 *de; | ^~ /kisskb/src/lib/mpi/ec.c: In function 'ec_mulm_448': /kisskb/src/lib/mpi/ec.c:354:13: note: byref variable will be forcibly initialized 354 | mpi_limb_t b1[LIMB_SIZE_HALF_448]; | ^~ /kisskb/src/fs/ext4/namei.c: In function '__ext4_link': /kisskb/src/lib/mpi/ec.c:353:13: note: byref variable will be forcibly initialized 353 | mpi_limb_t b0[LIMB_SIZE_HALF_448]; | ^~ /kisskb/src/lib/mpi/ec.c:352:13: note: byref variable will be forcibly initialized 352 | mpi_limb_t a3[LIMB_SIZE_HALF_448]; | ^~ /kisskb/src/lib/mpi/ec.c:351:13: note: byref variable will be forcibly initialized 351 | mpi_limb_t a2[LIMB_SIZE_HALF_448]; | ^~ /kisskb/src/lib/mpi/ec.c:350:13: note: byref variable will be forcibly initialized 350 | mpi_limb_t n[LIMB_SIZE_448*2]; | ^ /kisskb/src/fs/ext4/namei.c:3385:11: note: byref variable will be forcibly initialized 3385 | int err, retries = 0; | ^~~~~~~ /kisskb/src/lib/mpi/ec.c: In function 'ec_subm_448': /kisskb/src/lib/mpi/ec.c:330:13: note: byref variable will be forcibly initialized 330 | mpi_limb_t n[LIMB_SIZE_448]; | ^ /kisskb/src/lib/mpi/ec.c: In function 'ec_addm_448': /kisskb/src/lib/mpi/ec.c:310:13: note: byref variable will be forcibly initialized 310 | mpi_limb_t n[LIMB_SIZE_448]; | ^ /kisskb/src/lib/mpi/ec.c: In function 'ec_subm_25519': /kisskb/src/lib/mpi/ec.c:225:13: note: byref variable will be forcibly initialized 225 | mpi_limb_t n[LIMB_SIZE_25519]; | ^ /kisskb/src/lib/mpi/ec.c: In function 'ec_addm_25519': /kisskb/src/lib/mpi/ec.c:203:13: note: byref variable will be forcibly initialized 203 | mpi_limb_t n[LIMB_SIZE_25519]; | ^ /kisskb/src/lib/mpi/ec.c: In function 'ec_mulm_25519': /kisskb/src/lib/mpi/ec.c:247:13: note: byref variable will be forcibly initialized 247 | mpi_limb_t m[LIMB_SIZE_25519+1]; | ^ /kisskb/src/lib/mpi/ec.c:246:13: note: byref variable will be forcibly initialized 246 | mpi_limb_t n[LIMB_SIZE_25519*2]; | ^ /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; | ^~ In file included from /kisskb/src/fs/ext4/resize.c:16: /kisskb/src/fs/ext4/resize.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/fs/ext4/resize.c: In function 'verify_reserved_gdb': /kisskb/src/fs/ext4/resize.c:760:11: note: byref variable will be forcibly initialized 760 | unsigned seven = 7; | ^~~~~ /kisskb/src/fs/ext4/resize.c:759:11: note: byref variable will be forcibly initialized 759 | unsigned five = 5; | ^~~~ /kisskb/src/fs/ext4/resize.c:758:11: note: byref variable will be forcibly initialized 758 | unsigned three = 1; | ^~~~~ /kisskb/src/fs/ext4/resize.c: In function 'ext4_setup_next_flex_gd': /kisskb/src/fs/ext4/resize.c:1579:16: note: byref variable will be forcibly initialized 1579 | ext4_grpblk_t last; | ^~~~ /kisskb/src/fs/ext4/resize.c:1577:15: note: byref variable will be forcibly initialized 1577 | ext4_group_t group; | ^~~~~ /kisskb/src/fs/ext4/resize.c:1576:15: note: byref variable will be forcibly initialized 1576 | ext4_group_t n_group; | ^~~~~~~ /kisskb/src/fs/ext4/resize.c: In function 'verify_group_input': /kisskb/src/fs/ext4/resize.c:132:35: note: byref variable will be forcibly initialized 132 | ext4_grpblk_t free_blocks_count, offset; | ^~~~~~ /kisskb/src/lib/earlycpio.c: In function 'find_cpio_data': /kisskb/src/lib/earlycpio.c:65:15: note: byref variable will be forcibly initialized 65 | unsigned int ch[C_NFIELDS], *chp, v; | ^~ /kisskb/src/lib/earlycpio.c:63:19: note: byref variable will be forcibly initialized 63 | struct cpio_data cd = { NULL, 0, "" }; | ^~ /kisskb/src/fs/ext4/resize.c: In function 'reserve_backup_gdb': /kisskb/src/fs/ext4/resize.c:997:19: note: byref variable will be forcibly initialized 997 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/resize.c: In function 'update_backups': /kisskb/src/fs/ext4/resize.c:1112:11: note: byref variable will be forcibly initialized 1112 | unsigned seven = 7; | ^~~~~ /kisskb/src/fs/ext4/resize.c:1111:11: note: byref variable will be forcibly initialized 1111 | unsigned five = 5; | ^~~~ /kisskb/src/fs/ext4/resize.c:1110:11: note: byref variable will be forcibly initialized 1110 | unsigned three = 1; | ^~~~~ /kisskb/src/net/core/utils.c: In function 'inet_proto_csum_replace16': /kisskb/src/net/core/utils.c:462:9: note: byref variable will be forcibly initialized 462 | __be32 diff[] = { | ^~~~ /kisskb/src/net/core/utils.c: In function 'in4_pton': /kisskb/src/net/core/utils.c:124:5: note: byref variable will be forcibly initialized 124 | u8 dbuf[4]; | ^~~~ /kisskb/src/net/core/utils.c: In function 'in6_pton': /kisskb/src/net/core/utils.c:190:5: note: byref variable will be forcibly initialized 190 | u8 dbuf[16]; | ^~~~ /kisskb/src/net/core/utils.c:188:14: note: byref variable will be forcibly initialized 188 | const char *s, *tok = NULL; | ^ /kisskb/src/net/core/utils.c: In function 'inet6_pton': /kisskb/src/net/core/utils.c:337:8: note: byref variable will be forcibly initialized 337 | char scope_id[16]; | ^~~~~~~~ /kisskb/src/net/core/utils.c:324:14: note: byref variable will be forcibly initialized 324 | const char *scope_delim; | ^~~~~~~~~~~ /kisskb/src/net/core/utils.c: In function 'inet_pton_with_scope': /kisskb/src/net/core/utils.c:372:6: note: byref variable will be forcibly initialized 372 | u16 port_num; | ^~~~~~~~ /kisskb/src/net/core/utils.c: In function 'inet_addr_is_any': /kisskb/src/net/core/utils.c:406:29: note: byref variable will be forcibly initialized 406 | const struct sockaddr_in6 in6_any = | ^~~~~~~ /kisskb/src/fs/ext4/resize.c: In function 'ext4_flex_group_add': /kisskb/src/fs/ext4/resize.c:1484:15: note: byref variable will be forcibly initialized 1484 | ext4_group_t group; | ^~~~~ /kisskb/src/fs/ext4/resize.c:1483:16: note: byref variable will be forcibly initialized 1483 | ext4_grpblk_t last; | ^~~~ /kisskb/src/fs/ext4/resize.c: In function 'ext4_group_add': /kisskb/src/fs/ext4/resize.c:1653:8: note: byref variable will be forcibly initialized 1653 | __u16 bg_flags = 0; | ^~~~~~~~ /kisskb/src/fs/ext4/resize.c:1645:34: note: byref variable will be forcibly initialized 1645 | struct ext4_new_flex_group_data flex_gd; | ^~~~~~~ /kisskb/src/fs/ext4/resize.c: In function 'ext4_group_extend': /kisskb/src/fs/ext4/resize.c:1785:15: note: byref variable will be forcibly initialized 1785 | ext4_group_t group; | ^~~~~ /kisskb/src/fs/ext4/resize.c:1781:16: note: byref variable will be forcibly initialized 1781 | ext4_grpblk_t last; | ^~~~ /kisskb/src/fs/ext4/resize.c: In function 'ext4_resize_fs': /kisskb/src/fs/ext4/resize.c:1953:15: note: byref variable will be forcibly initialized 1953 | ext4_group_t o_group; | ^~~~~~~ /kisskb/src/fs/ext4/resize.c:1950:21: note: byref variable will be forcibly initialized 1950 | ext4_grpblk_t add, offset; | ^~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/core/link_watch.c:9: /kisskb/src/net/core/link_watch.c: In function '__linkwatch_run_queue': /kisskb/src/net/core/link_watch.c:178:12: note: byref variable will be forcibly initialized 178 | LIST_HEAD(wrk); | ^~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ In file included from /kisskb/src/lib/fdt.c:2: /kisskb/src/lib/fdt.c: In function 'fdt_next_node': /kisskb/src/lib/../scripts/dtc/libfdt/fdt.c:245:6: note: byref variable will be forcibly initialized 245 | int nextoffset = 0; | ^~~~~~~~~~ /kisskb/src/lib/fdt.c: In function 'fdt_first_subnode': /kisskb/src/lib/../scripts/dtc/libfdt/fdt.c:285:6: note: byref variable will be forcibly initialized 285 | int depth = 0; | ^~~~~ /kisskb/src/lib/fdt.c: In function 'fdt_next_subnode': /kisskb/src/lib/../scripts/dtc/libfdt/fdt.c:296:6: note: byref variable will be forcibly initialized 296 | int depth = 1; | ^~~~~ In file included from /kisskb/src/lib/fdt_addresses.c:2: /kisskb/src/lib/fdt_addresses.c: In function 'fdt_cells': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_addresses.c:18:6: note: byref variable will be forcibly initialized 18 | int len; | ^~~ /kisskb/src/lib/fdt_addresses.c: In function 'fdt_appendprop_addrrange': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_addresses.c:61:10: note: byref variable will be forcibly initialized 61 | uint8_t data[sizeof(fdt64_t) * 2], *prop; | ^~~~ /kisskb/src/net/core/sock_diag.c: In function 'sock_diag_put_meminfo': /kisskb/src/net/core/sock_diag.c:63:6: note: byref variable will be forcibly initialized 63 | u32 mem[SK_MEMINFO_VARS]; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/error_report.h:74, from /kisskb/src/kernel/trace/error_report-traces.c:9: /kisskb/src/kernel/trace/error_report-traces.c: In function 'trace_event_raw_event_error_report_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/error_report.h:47:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 47 | DECLARE_EVENT_CLASS(error_report_template, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/fdt_ro.c:2: /kisskb/src/lib/fdt_ro.c: In function 'nextprop_': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:204:6: note: byref variable will be forcibly initialized 204 | int nextoffset; | ^~~~~~~~~~ /kisskb/src/lib/fdt_ro.c: In function 'fdt_string_eq_': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:108:6: note: byref variable will be forcibly initialized 108 | int slen; | ^~~~ /kisskb/src/lib/fdt_ro.c: In function 'fdt_nodename_eq_': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:16:6: note: byref variable will be forcibly initialized 16 | int olen; | ^~~~ /kisskb/src/lib/fdt_ro.c: In function 'fdt_subnode_offset_namelen': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:228:6: note: byref variable will be forcibly initialized 228 | int depth; | ^~~~~ /kisskb/src/lib/fdt_ro.c: In function 'fdt_getprop_namelen': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:454:6: note: byref variable will be forcibly initialized 454 | int poffset; | ^~~~~~~ /kisskb/src/lib/fdt_ro.c: In function 'fdt_getprop_by_offset': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:479:7: note: byref variable will be forcibly initialized 479 | int namelen; | ^~~~~~~ /kisskb/src/lib/fdt_ro.c: In function 'fdt_get_phandle': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:511:6: note: byref variable will be forcibly initialized 511 | int len; | ^~~ /kisskb/src/lib/fdt_ro.c: In function 'fdt_generate_phandle': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:144:11: note: byref variable will be forcibly initialized 144 | uint32_t max; | ^~~ /kisskb/src/lib/fdt_ro.c: In function 'fdt_get_path': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:545:21: note: byref variable will be forcibly initialized 545 | int offset, depth, namelen; | ^~~~~~~ /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:545:14: note: byref variable will be forcibly initialized 545 | int offset, depth, namelen; | ^~~~~ /kisskb/src/lib/fdt_ro.c: In function 'fdt_supernode_atdepth_offset': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:597:14: note: byref variable will be forcibly initialized 597 | int offset, depth; | ^~~~~ /kisskb/src/lib/fdt_ro.c: In function 'fdt_node_depth': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:634:6: note: byref variable will be forcibly initialized 634 | int nodedepth; | ^~~~~~~~~ /kisskb/src/lib/fdt_ro.c: In function 'fdt_node_offset_by_prop_value': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:660:6: note: byref variable will be forcibly initialized 660 | int len; | ^~~ /kisskb/src/lib/fdt_ro.c: In function 'fdt_stringlist_count': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:726:6: note: byref variable will be forcibly initialized 726 | int length, count = 0; | ^~~~~~ /kisskb/src/lib/fdt_ro.c: In function 'fdt_stringlist_search': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:751:6: note: byref variable will be forcibly initialized 751 | int length, len, idx = 0; | ^~~~~~ /kisskb/src/lib/fdt_ro.c: In function 'fdt_stringlist_get': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:783:6: note: byref variable will be forcibly initialized 783 | int length; | ^~~~~~ /kisskb/src/lib/fdt_ro.c: In function 'fdt_node_check_compatible': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_ro.c:827:6: note: byref variable will be forcibly initialized 827 | int len; | ^~~ In file included from /kisskb/src/lib/fdt_rw.c:2: /kisskb/src/lib/fdt_rw.c: In function 'fdt_resize_property_': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_rw.c:187:6: note: byref variable will be forcibly initialized 187 | int oldlen; | ^~~~~~ /kisskb/src/lib/fdt_rw.c: In function 'fdt_add_property_': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_rw.c:209:6: note: byref variable will be forcibly initialized 209 | int allocated; | ^~~~~~~~~ /kisskb/src/lib/fdt_rw.c: In function 'fdt_set_name': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_rw.c:238:6: note: byref variable will be forcibly initialized 238 | int oldlen, newlen; | ^~~~~~ /kisskb/src/lib/fdt_rw.c: In function 'fdt_setprop_placeholder': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_rw.c:261:23: note: byref variable will be forcibly initialized 261 | struct fdt_property *prop; | ^~~~ /kisskb/src/lib/fdt_rw.c: In function 'fdt_setprop': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_rw.c:279:8: note: byref variable will be forcibly initialized 279 | void *prop_data; | ^~~~~~~~~ /kisskb/src/lib/fdt_rw.c: In function 'fdt_appendprop': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_rw.c:295:11: note: byref variable will be forcibly initialized 295 | int err, oldlen, newlen; | ^~~~~~ /kisskb/src/lib/../scripts/dtc/libfdt/fdt_rw.c:294:23: note: byref variable will be forcibly initialized 294 | struct fdt_property *prop; | ^~~~ /kisskb/src/lib/fdt_rw.c: In function 'fdt_delprop': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_rw.c:321:6: note: byref variable will be forcibly initialized 321 | int len, proplen; | ^~~ /kisskb/src/lib/fdt_rw.c: In function 'fdt_add_subnode_namelen': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_rw.c:337:14: note: byref variable will be forcibly initialized 337 | int offset, nextoffset; | ^~~~~~~~~~ /kisskb/src/lib/fdt_rw.c: In function 'fdt_open_into': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_rw.c:422:20: note: byref variable will be forcibly initialized 422 | int mem_rsv_size, struct_size; | ^~~~~~~~~~~ /kisskb/src/kernel/trace/trace_kprobe.c: In function 'fetch_store_strlen': /kisskb/src/kernel/trace/trace_kprobe.c:1233:5: note: byref variable will be forcibly initialized 1233 | u8 c; | ^ /kisskb/src/kernel/trace/trace_kprobe.c: In function 'process_fetch_insn_bottom': /kisskb/src/kernel/trace/trace_kprobe.c:1233:5: note: byref variable will be forcibly initialized /kisskb/src/kernel/trace/trace_kprobe.c: In function '__kprobe_trace_func': /kisskb/src/kernel/trace/trace_kprobe.c:1378:28: note: byref variable will be forcibly initialized 1378 | struct trace_event_buffer fbuffer; | ^~~~~~~ /kisskb/src/kernel/trace/trace_kprobe.c: In function '__kretprobe_trace_func': /kisskb/src/lib/decompress_unzstd.c: In function '__unzstd': /kisskb/src/lib/decompress_unzstd.c:172:20: note: byref variable will be forcibly initialized 172 | zstd_frame_header header; | ^~~~~~ /kisskb/src/kernel/trace/trace_kprobe.c:1424:28: note: byref variable will be forcibly initialized 1424 | struct trace_event_buffer fbuffer; | ^~~~~~~ /kisskb/src/lib/decompress_unzstd.c:171:18: note: byref variable will be forcibly initialized 171 | zstd_out_buffer out; | ^~~ /kisskb/src/lib/decompress_unzstd.c:170:17: note: byref variable will be forcibly initialized 170 | zstd_in_buffer in; | ^~ /kisskb/src/kernel/trace/trace_kprobe.c: In function 'process_fetch_insn': /kisskb/src/kernel/trace/trace_kprobe.c:1233:5: note: byref variable will be forcibly initialized 1233 | u8 c; | ^ /kisskb/src/kernel/trace/trace_kprobe.c:1324:1: note: byref variable will be forcibly initialized 1324 | process_fetch_insn(struct fetch_insn *code, void *rec, void *dest, | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/security.h:30, from /kisskb/src/kernel/trace/trace_kprobe.c:10: /kisskb/src/kernel/trace/trace_kprobe.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/kernel/trace/trace_kprobe.c: In function 'trace_kprobe_match_command_head': /kisskb/src/kernel/trace/trace_kprobe.c:141:7: note: byref variable will be forcibly initialized 141 | char buf[MAX_ARGSTR_LEN + 1]; | ^~~ /kisskb/src/kernel/trace/trace_kprobe.c: In function 'kprobe_event_delete': /kisskb/src/kernel/trace/trace_kprobe.c:1079:7: note: byref variable will be forcibly initialized 1079 | char buf[MAX_EVENT_NAME_LEN]; | ^~~ /kisskb/src/kernel/trace/trace_kprobe.c: In function 'kprobe_trace_func': /kisskb/src/kernel/trace/trace_kprobe.c:1378:28: note: byref variable will be forcibly initialized 1378 | struct trace_event_buffer fbuffer; | ^~~~~~~ /kisskb/src/kernel/trace/trace_events_hist.c: In function 'print_entries': /kisskb/src/kernel/trace/trace_events_hist.c:5185:34: note: byref variable will be forcibly initialized 5185 | struct tracing_map_sort_entry **sort_entries = NULL; | ^~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_kprobe.c: In function 'kretprobe_trace_func': /kisskb/src/kernel/trace/trace_kprobe.c:1424:28: note: byref variable will be forcibly initialized 1424 | struct trace_event_buffer fbuffer; | ^~~~~~~ /kisskb/src/drivers/regulator/helpers.c: In function 'regulator_is_enabled_regmap': /kisskb/src/drivers/regulator/helpers.c:29:15: note: byref variable will be forcibly initialized 29 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/helpers.c: In function 'regulator_get_bypass_regmap': /kisskb/src/drivers/regulator/helpers.c:746:15: note: byref variable will be forcibly initialized 746 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/helpers.c: In function 'regulator_get_voltage_sel_regmap': /kisskb/src/drivers/regulator/helpers.c:237:15: note: byref variable will be forcibly initialized 237 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/helpers.c: In function 'regulator_get_current_limit_regmap': /kisskb/src/drivers/regulator/helpers.c:851:15: note: byref variable will be forcibly initialized 851 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/helpers.c: In function 'regulator_get_voltage_sel_pickable_regmap': /kisskb/src/drivers/regulator/helpers.c:133:15: note: byref variable will be forcibly initialized 133 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/helpers.c:131:15: note: byref variable will be forcibly initialized 131 | unsigned int r_val; | ^~~~~ /kisskb/src/kernel/trace/trace_events_hist.c: In function 'event_hist_trigger': /kisskb/src/kernel/trace/trace_events_hist.c:5005:6: note: byref variable will be forcibly initialized 5005 | u64 field_contents; | ^~~~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_hist.c:5002:7: note: byref variable will be forcibly initialized 5002 | char compound_key[HIST_KEY_SIZE_MAX]; | ^~~~~~~~~~~~ /kisskb/src/drivers/regulator/helpers.c: In function 'regulator_map_voltage_linear_range': /kisskb/src/drivers/regulator/helpers.c:413:7: note: byref variable will be forcibly initialized 413 | bool found; | ^~~~~ /kisskb/src/drivers/regulator/helpers.c:412:15: note: byref variable will be forcibly initialized 412 | unsigned int sel; | ^~~ /kisskb/src/kernel/trace/trace_events_hist.c:5001:6: note: byref variable will be forcibly initialized 5001 | u64 var_ref_vals[TRACING_MAP_VARS_MAX]; | ^~~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_hist.c:5000:16: note: byref variable will be forcibly initialized 5000 | unsigned long entries[HIST_STACKTRACE_DEPTH]; | ^~~~~~~ /kisskb/src/kernel/trace/trace_kprobe.c: In function '__trace_kprobe_create': /kisskb/src/kernel/trace/trace_kprobe.c:745:7: note: byref variable will be forcibly initialized 745 | char buf[MAX_EVENT_NAME_LEN]; | ^~~ /kisskb/src/kernel/trace/trace_kprobe.c:744:8: note: byref variable will be forcibly initialized 744 | void *addr = NULL; | ^~~~ /kisskb/src/kernel/trace/trace_kprobe.c:743:7: note: byref variable will be forcibly initialized 743 | long offset = 0; | ^~~~~~ /kisskb/src/kernel/trace/trace_kprobe.c:742:6: note: byref variable will be forcibly initialized 742 | int maxactive = 0; | ^~~~~~~~~ /kisskb/src/kernel/trace/trace_kprobe.c:740:29: note: byref variable will be forcibly initialized 740 | const char *event = NULL, *group = KPROBE_EVENT_SYSTEM; | ^~~~~ /kisskb/src/kernel/trace/trace_kprobe.c:740:14: note: byref variable will be forcibly initialized 740 | const char *event = NULL, *group = KPROBE_EVENT_SYSTEM; | ^~~~~ /kisskb/src/drivers/regulator/helpers.c: In function 'regulator_map_voltage_pickable_linear_range': /kisskb/src/drivers/regulator/helpers.c:472:16: note: byref variable will be forcibly initialized 472 | unsigned int sel; | ^~~ /kisskb/src/drivers/regulator/helpers.c:471:8: note: byref variable will be forcibly initialized 471 | bool found; | ^~~~~ /kisskb/src/drivers/regulator/helpers.c: In function 'regulator_desc_list_voltage_linear_range': /kisskb/src/drivers/regulator/helpers.c:620:15: note: byref variable will be forcibly initialized 620 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/helpers.c: In function 'regulator_set_ramp_delay_regmap': /kisskb/src/drivers/regulator/helpers.c:949:15: note: byref variable will be forcibly initialized 949 | unsigned int sel; | ^~~ /kisskb/src/kernel/trace/trace_kprobe.c: In function '__kprobe_event_gen_cmd_start': /kisskb/src/kernel/trace/trace_kprobe.c:969:10: note: byref variable will be forcibly initialized 969 | va_list args; | ^~~~ /kisskb/src/kernel/trace/trace_kprobe.c:968:22: note: byref variable will be forcibly initialized 968 | struct dynevent_arg arg; | ^~~ /kisskb/src/kernel/trace/trace_kprobe.c:967:7: note: byref variable will be forcibly initialized 967 | char buf[MAX_EVENT_NAME_LEN]; | ^~~ /kisskb/src/kernel/trace/trace_kprobe.c: In function '__kprobe_event_add_fields': /kisskb/src/kernel/trace/trace_kprobe.c:1036:10: note: byref variable will be forcibly initialized 1036 | va_list args; | ^~~~ /kisskb/src/kernel/trace/trace_kprobe.c:1035:22: note: byref variable will be forcibly initialized 1035 | struct dynevent_arg arg; | ^~~ /kisskb/src/kernel/trace/trace_events_hist.c: In function 'expr_field_str': /kisskb/src/kernel/trace/trace_events_hist.c:1661:8: note: byref variable will be forcibly initialized 1661 | char str[HIST_CONST_DIGITS_MAX]; | ^~~ /kisskb/src/kernel/trace/trace_events_hist.c: In function 'create_sort_keys': /kisskb/src/kernel/trace/trace_events_hist.c:4463:9: note: byref variable will be forcibly initialized 4463 | char *field_str, *field_name; | ^~~~~~~~~ /kisskb/src/kernel/trace/trace_events_hist.c:4451:8: note: byref variable will be forcibly initialized 4451 | char *fields_str = hist_data->attrs->sort_key_str; | ^~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_hist.c: In function 'parse_var_defs': /kisskb/src/kernel/trace/trace_events_hist.c:4356:29: note: byref variable will be forcibly initialized 4356 | char *s, *str, *var_name, *field_str; | ^~~~~~~~~ /kisskb/src/kernel/trace/trace_events_hist.c:4356:12: note: byref variable will be forcibly initialized 4356 | char *s, *str, *var_name, *field_str; | ^~~ /kisskb/src/kernel/trace/trace_events_hist.c: In function 'parse_map_size': /kisskb/src/kernel/trace/trace_events_hist.c:1340:16: note: byref variable will be forcibly initialized 1340 | unsigned long size, map_bits; | ^~~~ In file included from /kisskb/src/include/linux/security.h:30, from /kisskb/src/kernel/trace/trace_events_hist.c:10: /kisskb/src/kernel/trace/trace_events_hist.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/kernel/trace/trace_events_hist.c: In function 'onmatch_parse': /kisskb/src/kernel/trace/trace_events_hist.c:4024:8: note: byref variable will be forcibly initialized 4024 | char *match_event, *match_event_system; | ^~~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_hist.c: In function 'save_track_data_snapshot': /kisskb/src/kernel/trace/trace_events_hist.c:3299:26: note: byref variable will be forcibly initialized 3299 | struct snapshot_context context; | ^~~~~~~ /kisskb/src/kernel/trace/trace_events_hist.c: In function 'parse_const': /kisskb/src/kernel/trace/trace_events_hist.c:2324:6: note: byref variable will be forcibly initialized 2324 | u64 constant; | ^~~~~~~~ /kisskb/src/lib/dump_stack.c: In function 'dump_stack_set_arch_desc': /kisskb/src/lib/dump_stack.c:32:10: note: byref variable will be forcibly initialized 32 | va_list args; | ^~~~ /kisskb/src/kernel/trace/trace_events_hist.c: In function 'parse_field': /kisskb/src/kernel/trace/trace_events_hist.c:2213:21: note: byref variable will be forcibly initialized 2213 | char *field_name, *modifier, *str; | ^~~~~~~~ /kisskb/src/kernel/trace/trace_events_hist.c: In function 'parse_atom': /kisskb/src/kernel/trace/trace_events_hist.c:2348:16: note: byref variable will be forcibly initialized 2348 | unsigned long buckets = 0; | ^~~~~~~ /kisskb/src/kernel/trace/trace_events_hist.c: In function 'parse_expr': /kisskb/src/kernel/trace/trace_events_hist.c:2557:8: note: byref variable will be forcibly initialized 2557 | char *sep, *operand1_str; | ^~~ /kisskb/src/kernel/trace/trace_events_hist.c:2554:35: note: byref variable will be forcibly initialized 2554 | struct hist_field *var1 = NULL, *var2 = NULL; | ^~~~ /kisskb/src/kernel/trace/trace_events_hist.c:2554:21: note: byref variable will be forcibly initialized 2554 | struct hist_field *var1 = NULL, *var2 = NULL; | ^~~~ /kisskb/src/kernel/trace/trace_events_hist.c: In function '__create_val_field': /kisskb/src/kernel/trace/trace_events_hist.c:4095:15: note: byref variable will be forcibly initialized 4095 | int ret = 0, n_subexprs = 0; | ^~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_hist.c: In function 'create_val_fields': /kisskb/src/kernel/trace/trace_events_hist.c:4196:8: note: byref variable will be forcibly initialized 4196 | char *fields_str, *field_str; | ^~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_hist.c: In function 'create_key_field': /kisskb/src/kernel/trace/trace_events_hist.c:4238:15: note: byref variable will be forcibly initialized 4238 | int ret = 0, n_subexprs = 0; | ^~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_hist.c: In function 'create_key_fields': /kisskb/src/kernel/trace/trace_events_hist.c:4295:8: note: byref variable will be forcibly initialized 4295 | char *fields_str, *field_str; | ^~~~~~~~~~ /kisskb/src/kernel/trace/trace_events_hist.c: In function 'create_field_var': /kisskb/src/kernel/trace/trace_events_hist.c:3109:16: note: byref variable will be forcibly initialized 3109 | unsigned long flags = HIST_FIELD_FL_VAR; | ^~~~~ /kisskb/src/kernel/trace/trace_events_hist.c: In function 'trace_action_create': /kisskb/src/kernel/trace/trace_events_hist.c:3849:21: note: byref variable will be forcibly initialized 3849 | char *event_name, *param, *system = NULL; | ^~~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:78, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_dir2_data.c:7: /kisskb/src/fs/xfs/libxfs/xfs_dir2_data.c: In function 'xfs_start_cksum_safe': /kisskb/src/fs/xfs/libxfs/xfs_cksum.h:16:11: note: byref variable will be forcibly initialized 16 | uint32_t zero = 0; | ^~~~ In file included from /kisskb/src/lib/fdt_wip.c:2: /kisskb/src/lib/fdt_wip.c: In function 'fdt_setprop_inplace_namelen_partial': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_wip.c:19:6: note: byref variable will be forcibly initialized 19 | int proplen; | ^~~~~~~ /kisskb/src/lib/fdt_wip.c: In function 'fdt_setprop_inplace': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_wip.c:37:6: note: byref variable will be forcibly initialized 37 | int proplen; | ^~~~~~~ /kisskb/src/lib/fdt_wip.c: In function 'fdt_nop_property': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_wip.c:62:6: note: byref variable will be forcibly initialized 62 | int len; | ^~~ /kisskb/src/lib/fdt_wip.c: In function 'fdt_node_end_offset_': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_wip.c:75:6: note: byref variable will be forcibly initialized 75 | int depth = 0; | ^~~~~ In file included from /kisskb/src/lib/fdt_sw.c:2: /kisskb/src/lib/fdt_sw.c: In function 'fdt_property_placeholder': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_sw.c:297:6: note: byref variable will be forcibly initialized 297 | int allocated; | ^~~~~~~~~ /kisskb/src/lib/fdt_sw.c: In function 'fdt_property': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_sw.c:327:8: note: byref variable will be forcibly initialized 327 | void *ptr; | ^~~ /kisskb/src/lib/fdt_sw.c: In function 'fdt_finish': /kisskb/src/lib/../scripts/dtc/libfdt/fdt_sw.c:343:14: note: byref variable will be forcibly initialized 343 | int offset, nextoffset; | ^~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_data.c: In function 'xfs_dir3_data_init': /kisskb/src/fs/xfs/libxfs/xfs_dir2_data.c:699:20: note: byref variable will be forcibly initialized 699 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_data.c: In function '__xfs_dir3_data_check': /kisskb/src/fs/xfs/libxfs/xfs_dir2_data.c:115:19: note: byref variable will be forcibly initialized 115 | struct xfs_name name; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_data.c:107:24: note: byref variable will be forcibly initialized 107 | xfs_dir2_data_free_t *dfp; /* bestfree entry */ | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/power.h:506, from /kisskb/src/kernel/trace/power-traces.c:15: /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_cpu': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/power.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 16 | DECLARE_EVENT_CLASS(cpu, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_pstate_sample': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:65:1: note: in expansion of macro 'TRACE_EVENT' 65 | TRACE_EVENT(pstate_sample, | ^~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_cpu_frequency_limits': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:152:1: note: in expansion of macro 'TRACE_EVENT' 152 | TRACE_EVENT(cpu_frequency_limits, | ^~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_suspend_resume': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:226:1: note: in expansion of macro 'TRACE_EVENT' 226 | TRACE_EVENT(suspend_resume, | ^~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_cpu_latency_qos_request': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/power.h:364:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 364 | DECLARE_EVENT_CLASS(cpu_latency_qos_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_pm_qos_update': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/power.h:406:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 406 | DECLARE_EVENT_CLASS(pm_qos_update, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_powernv_throttle': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:43:1: note: in expansion of macro 'TRACE_EVENT' 43 | TRACE_EVENT(powernv_throttle, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:43:1: note: in expansion of macro 'TRACE_EVENT' 43 | TRACE_EVENT(powernv_throttle, | ^~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_wakeup_source': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/power.h:248:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 248 | DECLARE_EVENT_CLASS(wakeup_source, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:248:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 248 | DECLARE_EVENT_CLASS(wakeup_source, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_clock': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/power.h:286:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 286 | DECLARE_EVENT_CLASS(clock, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:286:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 286 | DECLARE_EVENT_CLASS(clock, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_power_domain': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/power.h:332:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 332 | DECLARE_EVENT_CLASS(power_domain, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:332:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 332 | DECLARE_EVENT_CLASS(power_domain, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_dev_pm_qos_request': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/power.h:453:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 453 | DECLARE_EVENT_CLASS(dev_pm_qos_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:453:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 453 | DECLARE_EVENT_CLASS(dev_pm_qos_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_device_pm_callback_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:176:1: note: in expansion of macro 'TRACE_EVENT' 176 | TRACE_EVENT(device_pm_callback_start, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:176:1: note: in expansion of macro 'TRACE_EVENT' 176 | TRACE_EVENT(device_pm_callback_start, | ^~~~~~~~~~~ /kisskb/src/kernel/trace/power-traces.c: In function 'trace_event_raw_event_device_pm_callback_end': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:204:1: note: in expansion of macro 'TRACE_EVENT' 204 | TRACE_EVENT(device_pm_callback_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/power.h:204:1: note: in expansion of macro 'TRACE_EVENT' 204 | TRACE_EVENT(device_pm_callback_end, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/sysfs.c: In function 'reserved_clusters_store': /kisskb/src/fs/ext4/sysfs.c:101:21: note: byref variable will be forcibly initialized 101 | unsigned long long val; | ^~~ /kisskb/src/fs/ext4/sysfs.c: In function 'inode_readahead_blks_store': /kisskb/src/fs/ext4/sysfs.c:84:16: note: byref variable will be forcibly initialized 84 | unsigned long t; | ^ /kisskb/src/fs/ext4/sysfs.c: In function 'ext4_attr_store': /kisskb/src/fs/ext4/sysfs.c:452:16: note: byref variable will be forcibly initialized 452 | unsigned long t; | ^ /kisskb/src/fs/xfs/libxfs/xfs_defer.c: In function 'xfs_defer_finish_one': /kisskb/src/fs/xfs/libxfs/xfs_defer.c:440:25: note: byref variable will be forcibly initialized 440 | struct xfs_btree_cur *state = NULL; | ^~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_defer.c:6: /kisskb/src/fs/xfs/libxfs/xfs_defer.c: In function 'xfs_defer_finish_noroll': /kisskb/src/fs/xfs/libxfs/xfs_defer.c:492:12: note: byref variable will be forcibly initialized 492 | LIST_HEAD(dop_pending); | ^~~~~~~~~~~ /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/lib/flex_proportions.c: In function '__fprop_add_percpu_max': /kisskb/src/lib/flex_proportions.c:264:28: note: byref variable will be forcibly initialized 264 | unsigned long numerator, denominator; | ^~~~~~~~~~~ /kisskb/src/lib/flex_proportions.c:264:17: note: byref variable will be forcibly initialized 264 | unsigned long numerator, denominator; | ^~~~~~~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:78, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:7: /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_start_cksum_safe': /kisskb/src/fs/xfs/libxfs/xfs_cksum.h:16:11: note: byref variable will be forcibly initialized 16 | uint32_t zero = 0; | ^~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:7: /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_trans_read_buf': /kisskb/src/fs/xfs/xfs_trans.h:203:24: note: byref variable will be forcibly initialized 203 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/lib/klist.c: In function 'klist_remove': /kisskb/src/lib/klist.c:240:22: note: byref variable will be forcibly initialized 240 | struct klist_waiter waiter; | ^~~~~~ /kisskb/src/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_alloc': /kisskb/src/lib/idr.c:81:6: note: byref variable will be forcibly initialized 81 | u32 id = start; | ^~ /kisskb/src/lib/idr.c: In function 'idr_alloc_cyclic': /kisskb/src/lib/idr.c:119:6: note: byref variable will be forcibly initialized 119 | u32 id = idr->idr_next; | ^~ /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/net/core/filter.c: In function '____bpf_skb_load_helper_8': /kisskb/src/net/core/filter.c:212:5: note: byref variable will be forcibly initialized 212 | u8 tmp, *ptr; | ^~~ /kisskb/src/net/core/filter.c: In function 'bpf_skb_load_helper_8': /kisskb/src/net/core/filter.c:212:5: note: byref variable will be forcibly initialized /kisskb/src/net/core/filter.c: In function '____bpf_skb_load_helper_8_no_cache': /kisskb/src/net/core/filter.c:212:5: note: byref variable will be forcibly initialized /kisskb/src/lib/idr.c: In function 'idr_get_next_ul': /kisskb/src/lib/idr.c:229:25: note: byref variable will be forcibly initialized 229 | struct radix_tree_iter iter; | ^~~~ /kisskb/src/net/core/filter.c: In function 'bpf_skb_load_helper_8_no_cache': /kisskb/src/net/core/filter.c:212:5: note: byref variable will be forcibly initialized /kisskb/src/net/core/filter.c: In function '____bpf_skb_load_helper_16': /kisskb/src/net/core/filter.c:239:6: note: byref variable will be forcibly initialized 239 | u16 tmp, *ptr; | ^~~ /kisskb/src/lib/idr.c: In function 'idr_get_next': /kisskb/src/lib/idr.c:266:16: note: byref variable will be forcibly initialized 266 | unsigned long id = *nextid; | ^~ /kisskb/src/net/core/filter.c: In function 'bpf_skb_load_helper_16': /kisskb/src/net/core/filter.c:239:6: note: byref variable will be forcibly initialized /kisskb/src/lib/idr.c: In function 'idr_replace': /kisskb/src/lib/idr.c:293:15: note: byref variable will be forcibly initialized 293 | void __rcu **slot = NULL; | ^~~~ /kisskb/src/lib/idr.c:292:26: note: byref variable will be forcibly initialized 292 | struct radix_tree_node *node; | ^~~~ /kisskb/src/net/core/filter.c: In function '____bpf_skb_load_helper_16_no_cache': /kisskb/src/net/core/filter.c:239:6: note: byref variable will be forcibly initialized /kisskb/src/net/core/filter.c: In function 'bpf_skb_load_helper_16_no_cache': /kisskb/src/net/core/filter.c:239:6: note: byref variable will be forcibly initialized /kisskb/src/net/core/filter.c: In function '____bpf_skb_load_helper_32': /kisskb/src/net/core/filter.c:266:6: note: byref variable will be forcibly initialized 266 | u32 tmp, *ptr; | ^~~ /kisskb/src/lib/idr.c: In function 'ida_alloc_range': /kisskb/src/lib/idr.c:404:17: note: byref variable will be forcibly initialized 404 | unsigned long tmp = xa_to_value(bitmap); | ^~~ 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: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/net/core/filter.c: In function 'bpf_skb_load_helper_32': /kisskb/src/net/core/filter.c:266:6: note: byref variable will be forcibly initialized /kisskb/src/net/core/filter.c: In function '____bpf_skb_load_helper_32_no_cache': /kisskb/src/net/core/filter.c:266:6: note: byref variable will be forcibly initialized /kisskb/src/net/core/filter.c: In function 'bpf_skb_load_helper_32_no_cache': /kisskb/src/net/core/filter.c:266:6: note: byref variable will be forcibly initialized /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/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_dabuf_map': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2510:19: note: byref variable will be forcibly initialized 2510 | int error = 0, nirecs, i; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2507:23: note: byref variable will be forcibly initialized 2507 | struct xfs_bmbt_irec irec, *irecs = &irec; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_node_lasthash': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1364:28: note: byref variable will be forcibly initialized 1364 | struct xfs_da3_icnode_hdr nodehdr; | ^~~~~~~ /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_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/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_node_order': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1767:28: note: byref variable will be forcibly initialized 1767 | struct xfs_da3_icnode_hdr node2hdr; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1766:28: note: byref variable will be forcibly initialized 1766 | struct xfs_da3_icnode_hdr node1hdr; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_node_rebalance': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:872:28: note: byref variable will be forcibly initialized 872 | struct xfs_da3_icnode_hdr nodehdr2; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:871:28: note: byref variable will be forcibly initialized 871 | struct xfs_da3_icnode_hdr nodehdr1; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_node_add': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1007:28: note: byref variable will be forcibly initialized 1007 | struct xfs_da3_icnode_hdr nodehdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_node_unbalance': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1494:28: note: byref variable will be forcibly initialized 1494 | struct xfs_da3_icnode_hdr save_hdr; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1493:28: note: byref variable will be forcibly initialized 1493 | struct xfs_da3_icnode_hdr drop_hdr; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_node_remove': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1439:28: note: byref variable will be forcibly initialized 1439 | struct xfs_da3_icnode_hdr nodehdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_node_verify': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:212:28: note: byref variable will be forcibly initialized 212 | struct xfs_da3_icnode_hdr ichdr; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_fixhashpath': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1413:29: note: byref variable will be forcibly initialized 1413 | struct xfs_da3_icnode_hdr nodehdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1388:8: note: byref variable will be forcibly initialized 1388 | int count; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da_grow_inode_int': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2147:8: note: byref variable will be forcibly initialized 2147 | int nmap, error, got, i, mapi; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2146:23: note: byref variable will be forcibly initialized 2146 | struct xfs_bmbt_irec map, *mapp; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da_grow_inode': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2228:17: note: byref variable will be forcibly initialized 2228 | xfs_fileoff_t bno; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da_get_buf': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2592:8: note: byref variable will be forcibly initialized 2592 | int nmap = 1; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2591:27: note: byref variable will be forcibly initialized 2591 | struct xfs_buf_map map, *mapp = ↦ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2591:21: note: byref variable will be forcibly initialized 2591 | struct xfs_buf_map map, *mapp = ↦ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2590:19: note: byref variable will be forcibly initialized 2590 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_node_create': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:431:19: note: byref variable will be forcibly initialized 431 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_root_split': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:685:30: note: byref variable will be forcibly initialized 685 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:672:29: note: byref variable will be forcibly initialized 672 | struct xfs_da3_icnode_hdr icnodehdr; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:647:15: note: byref variable will be forcibly initialized 647 | xfs_dablk_t blkno; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:643:19: note: byref variable will be forcibly initialized 643 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:641:28: note: byref variable will be forcibly initialized 641 | struct xfs_da3_icnode_hdr nodehdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da_read_buf': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2629:8: note: byref variable will be forcibly initialized 2629 | int nmap = 1; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2628:27: note: byref variable will be forcibly initialized 2628 | struct xfs_buf_map map, *mapp = ↦ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2628:21: note: byref variable will be forcibly initialized 2628 | struct xfs_buf_map map, *mapp = ↦ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2627:19: note: byref variable will be forcibly initialized 2627 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_blk_unlink': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1891:19: note: byref variable will be forcibly initialized 1891 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_blk_link': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1798:19: note: byref variable will be forcibly initialized 1798 | struct xfs_buf *bp; | ^~ /kisskb/src/net/core/filter.c: In function '____bpf_msg_push_data': /kisskb/src/net/core/filter.c:2706:21: note: byref variable will be forcibly initialized 2706 | struct scatterlist sge, nsge, nnsge, rsge = {0}, *psge; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_node_split': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:773:15: note: byref variable will be forcibly initialized 773 | xfs_dablk_t blkno; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:772:28: note: byref variable will be forcibly initialized 772 | struct xfs_da3_icnode_hdr nodehdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_split': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:479:8: note: byref variable will be forcibly initialized 479 | int action = 0; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_path_shift': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1974:19: note: byref variable will be forcibly initialized 1974 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1973:28: note: byref variable will be forcibly initialized 1973 | struct xfs_da3_icnode_hdr nodehdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_node_toosmall': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1309:29: note: byref variable will be forcibly initialized 1309 | struct xfs_da3_icnode_hdr thdr; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1250:8: note: byref variable will be forcibly initialized 1250 | int retval; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1246:28: note: byref variable will be forcibly initialized 1246 | struct xfs_da3_icnode_hdr nodehdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1245:19: note: byref variable will be forcibly initialized 1245 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_node_lookup_int': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1585:8: note: byref variable will be forcibly initialized 1585 | int retval; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1576:28: note: byref variable will be forcibly initialized 1576 | struct xfs_da3_icnode_hdr nodehdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_swap_lastblock': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2323:29: note: byref variable will be forcibly initialized 2323 | struct xfs_da3_icnode_hdr deadhdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2313:30: note: byref variable will be forcibly initialized 2313 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2269:17: note: byref variable will be forcibly initialized 2269 | xfs_fileoff_t lastoff; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2267:19: note: byref variable will be forcibly initialized 2267 | struct xfs_buf *par_buf; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2266:19: note: byref variable will be forcibly initialized 2266 | struct xfs_buf *sib_buf; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2265:19: note: byref variable will be forcibly initialized 2265 | struct xfs_buf *last_buf; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2260:28: note: byref variable will be forcibly initialized 2260 | struct xfs_da3_icnode_hdr par_hdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da_shrink_inode': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2465:8: note: byref variable will be forcibly initialized 2465 | int done, error, w, count; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_root_join': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1176:28: note: byref variable will be forcibly initialized 1176 | struct xfs_da3_icnode_hdr oldroothdr; | ^~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1175:19: note: byref variable will be forcibly initialized 1175 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da3_join': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:1064:8: note: byref variable will be forcibly initialized 1064 | int action = 0; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c: In function 'xfs_da_reada_buf': /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2667:8: note: byref variable will be forcibly initialized 2667 | int nmap; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2666:22: note: byref variable will be forcibly initialized 2666 | struct xfs_buf_map *mapp; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_da_btree.c:2665:21: note: byref variable will be forcibly initialized 2665 | struct xfs_buf_map map; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2.c: In function 'xfs_dir2_grow_inode': /kisskb/src/fs/xfs/libxfs/xfs_dir2.c:562:17: note: byref variable will be forcibly initialized 562 | xfs_fileoff_t bno; /* directory offset of new block */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2.c: In function 'xfs_dir2_isblock': /kisskb/src/fs/xfs/libxfs/xfs_dir2.c:603:17: note: byref variable will be forcibly initialized 603 | xfs_fileoff_t last; /* last file offset */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2.c: In function 'xfs_dir2_isleaf': /kisskb/src/fs/xfs/libxfs/xfs_dir2.c:625:17: note: byref variable will be forcibly initialized 625 | xfs_fileoff_t last; /* last file offset */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2.c: In function 'xfs_dir2_shrink_inode': /kisskb/src/fs/xfs/libxfs/xfs_dir2.c:647:8: note: byref variable will be forcibly initialized 647 | int done; /* bunmap is finished */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2.c:645:17: note: byref variable will be forcibly initialized 645 | xfs_fileoff_t bno; /* directory file offset */ | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/rpm.h:107, from /kisskb/src/kernel/trace/rpm-traces.c:16: /kisskb/src/kernel/trace/rpm-traces.c: In function 'trace_event_raw_event_rpm_internal': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/rpm.h:18:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 18 | DECLARE_EVENT_CLASS(rpm_internal, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rpm.h:18:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 18 | DECLARE_EVENT_CLASS(rpm_internal, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2.c: In function 'xfs_dir_createname': /kisskb/src/fs/xfs/libxfs/xfs_dir2.c:252:8: note: byref variable will be forcibly initialized 252 | int v; /* type-checking value */ | ^ /kisskb/src/kernel/trace/rpm-traces.c: In function 'trace_event_raw_event_rpm_return_int': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rpm.h:84:1: note: in expansion of macro 'TRACE_EVENT' 84 | TRACE_EVENT(rpm_return_int, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/rpm.h:84:1: note: in expansion of macro 'TRACE_EVENT' 84 | TRACE_EVENT(rpm_return_int, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2.c: In function 'xfs_dir_lookup': /kisskb/src/fs/xfs/libxfs/xfs_dir2.c:348:7: note: byref variable will be forcibly initialized 348 | int v; /* type-checking value */ | ^ /kisskb/src/net/core/filter.c: In function '____bpf_skb_get_tunnel_key': /kisskb/src/net/core/filter.c:4204:5: note: byref variable will be forcibly initialized 4204 | u8 compat[sizeof(struct bpf_tunnel_key)]; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2.c: In function 'xfs_dir_removename': /kisskb/src/fs/xfs/libxfs/xfs_dir2.c:426:8: note: byref variable will be forcibly initialized 426 | int v; /* type-checking value */ | ^ /kisskb/src/fs/xfs/libxfs/xfs_dir2.c: In function 'xfs_dir_replace': /kisskb/src/fs/xfs/libxfs/xfs_dir2.c:484:8: note: byref variable will be forcibly initialized 484 | int v; /* type-checking value */ | ^ /kisskb/src/net/core/filter.c: In function '____bpf_skb_set_tunnel_key': /kisskb/src/net/core/filter.c:4310:5: note: byref variable will be forcibly initialized 4310 | u8 compat[sizeof(struct bpf_tunnel_key)]; | ^~~~~~ /kisskb/src/lib/mpi/mpicoder.c: In function 'mpi_read_buffer': /kisskb/src/lib/mpi/mpicoder.c:257:9: note: byref variable will be forcibly initialized 257 | __be64 alimb; | ^~~~~ /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:361:9: note: byref variable will be forcibly initialized 361 | __be64 alimb; | ^~~~~ /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/lib/mpi/mpicoder.c: In function 'mpi_print': /kisskb/src/lib/mpi/mpicoder.c:712:16: note: byref variable will be forcibly initialized 712 | unsigned int n = 0; | ^ /kisskb/src/lib/mpi/mpicoder.c:669:16: note: byref variable will be forcibly initialized 669 | unsigned int n; | ^ /kisskb/src/lib/mpi/mpicoder.c:642:16: note: byref variable will be forcibly initialized 642 | unsigned int n = (nbits + 7)/8; | ^ /kisskb/src/lib/mpi/mpicoder.c:621:16: note: byref variable will be forcibly initialized 621 | unsigned int n = (nbits + 7)/8; | ^ /kisskb/src/lib/mpi/mpicoder.c:581:16: note: byref variable will be forcibly initialized 581 | unsigned int n; | ^ /kisskb/src/lib/mpi/mpicoder.c:559:9: note: byref variable will be forcibly initialized 559 | size_t dummy_nwritten; | ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/linux/netlink.h:7, from /kisskb/src/include/linux/sock_diag.h:5, from /kisskb/src/net/core/filter.c:26: /kisskb/src/net/core/filter.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/filter.c: In function 'copy_bpf_fprog_from_user': /kisskb/src/net/core/filter.c:88:28: note: byref variable will be forcibly initialized 88 | struct compat_sock_fprog f32; | ^~~ /kisskb/src/drivers/video/hdmi.c: In function 'hdmi_spd_infoframe_log': /kisskb/src/drivers/video/hdmi.c:1269:5: note: byref variable will be forcibly initialized 1269 | u8 buf[17]; | ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/netlink.h:7, from /kisskb/src/include/linux/sock_diag.h:5, from /kisskb/src/net/core/filter.c:26: /kisskb/src/net/core/filter.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/net/core/filter.c: In function 'bpf_convert_filter': /kisskb/src/net/core/filter.c:775:23: note: byref variable will be forcibly initialized 775 | struct sock_filter tmp = { | ^~~ /kisskb/src/net/core/filter.c:618:20: note: byref variable will be forcibly initialized 618 | struct bpf_insn *insn = tmp_insns; | ^~~~ /kisskb/src/net/core/filter.c:617:19: note: byref variable will be forcibly initialized 617 | struct bpf_insn tmp_insns[32] = { }; | ^~~~~~~~~ /kisskb/src/net/core/filter.c: In function 'bpf_migrate_filter': /kisskb/src/net/core/filter.c:1243:7: note: byref variable will be forcibly initialized 1243 | bool seen_ld_abs = false; | ^~~~~~~~~~~ /kisskb/src/net/core/filter.c:1242:11: note: byref variable will be forcibly initialized 1242 | int err, new_len, old_len = fp->len; | ^~~~~~~ /kisskb/src/net/core/filter.c:1242:6: note: byref variable will be forcibly initialized 1242 | int err, new_len, old_len = fp->len; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/ext4.h:2843, from /kisskb/src/fs/ext4/super.c:60: /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_other_inode_update_time': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:110:1: note: in expansion of macro 'TRACE_EVENT' 110 | TRACE_EVENT(ext4_other_inode_update_time, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_free_inode': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:140:1: note: in expansion of macro 'TRACE_EVENT' 140 | TRACE_EVENT(ext4_free_inode, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_request_inode': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:169:1: note: in expansion of macro 'TRACE_EVENT' 169 | TRACE_EVENT(ext4_request_inode, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_allocate_inode': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:191:1: note: in expansion of macro 'TRACE_EVENT' 191 | TRACE_EVENT(ext4_allocate_inode, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_evict_inode': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:216:1: note: in expansion of macro 'TRACE_EVENT' 216 | TRACE_EVENT(ext4_evict_inode, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_drop_inode': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:238:1: note: in expansion of macro 'TRACE_EVENT' 238 | TRACE_EVENT(ext4_drop_inode, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_nfs_commit_metadata': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:260:1: note: in expansion of macro 'TRACE_EVENT' 260 | TRACE_EVENT(ext4_nfs_commit_metadata, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_mark_inode_dirty': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:280:1: note: in expansion of macro 'TRACE_EVENT' 280 | TRACE_EVENT(ext4_mark_inode_dirty, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_begin_ordered_truncate': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:302:1: note: in expansion of macro 'TRACE_EVENT' 302 | TRACE_EVENT(ext4_begin_ordered_truncate, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__write_begin': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:325:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 325 | DECLARE_EVENT_CLASS(ext4__write_begin, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__write_end': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:370:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 370 | DECLARE_EVENT_CLASS(ext4__write_end, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_writepages': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:422:1: note: in expansion of macro 'TRACE_EVENT' 422 | TRACE_EVENT(ext4_writepages, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_da_write_pages': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:464:1: note: in expansion of macro 'TRACE_EVENT' 464 | TRACE_EVENT(ext4_da_write_pages, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_da_write_pages_extent': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:493:1: note: in expansion of macro 'TRACE_EVENT' 493 | TRACE_EVENT(ext4_da_write_pages_extent, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_writepages_result': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:520:1: note: in expansion of macro 'TRACE_EVENT' 520 | TRACE_EVENT(ext4_writepages_result, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__page_op': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:555:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 555 | DECLARE_EVENT_CLASS(ext4__page_op, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_invalidatepage_op': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:600:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 600 | DECLARE_EVENT_CLASS(ext4_invalidatepage_op, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_discard_blocks': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:640:1: note: in expansion of macro 'TRACE_EVENT' 640 | TRACE_EVENT(ext4_discard_blocks, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__mb_new_pa': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:664:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 664 | DECLARE_EVENT_CLASS(ext4__mb_new_pa, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_mb_release_inode_pa': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:709:1: note: in expansion of macro 'TRACE_EVENT' 709 | TRACE_EVENT(ext4_mb_release_inode_pa, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_mb_release_group_pa': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:736:1: note: in expansion of macro 'TRACE_EVENT' 736 | TRACE_EVENT(ext4_mb_release_group_pa, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_discard_preallocations': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:759:1: note: in expansion of macro 'TRACE_EVENT' 759 | TRACE_EVENT(ext4_discard_preallocations, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_mb_discard_preallocations': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:785:1: note: in expansion of macro 'TRACE_EVENT' 785 | TRACE_EVENT(ext4_mb_discard_preallocations, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_request_blocks': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:806:1: note: in expansion of macro 'TRACE_EVENT' 806 | TRACE_EVENT(ext4_request_blocks, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_allocate_blocks': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:846:1: note: in expansion of macro 'TRACE_EVENT' 846 | TRACE_EVENT(ext4_allocate_blocks, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_free_blocks': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:888:1: note: in expansion of macro 'TRACE_EVENT' 888 | TRACE_EVENT(ext4_free_blocks, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_sync_file_enter': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:919:1: note: in expansion of macro 'TRACE_EVENT' 919 | TRACE_EVENT(ext4_sync_file_enter, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_sync_file_exit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:946:1: note: in expansion of macro 'TRACE_EVENT' 946 | TRACE_EVENT(ext4_sync_file_exit, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_sync_fs': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:969:1: note: in expansion of macro 'TRACE_EVENT' 969 | TRACE_EVENT(ext4_sync_fs, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_alloc_da_blocks': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:990:1: note: in expansion of macro 'TRACE_EVENT' 990 | TRACE_EVENT(ext4_alloc_da_blocks, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_mballoc_alloc': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1013:1: note: in expansion of macro 'TRACE_EVENT' 1013 | TRACE_EVENT(ext4_mballoc_alloc, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_mballoc_prealloc': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1080:1: note: in expansion of macro 'TRACE_EVENT' 1080 | TRACE_EVENT(ext4_mballoc_prealloc, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__mballoc': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:1120:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1120 | DECLARE_EVENT_CLASS(ext4__mballoc, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_forget': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1174:1: note: in expansion of macro 'TRACE_EVENT' 1174 | TRACE_EVENT(ext4_forget, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_da_update_reserve_space': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1201:1: note: in expansion of macro 'TRACE_EVENT' 1201 | TRACE_EVENT(ext4_da_update_reserve_space, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_da_reserve_space': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1236:1: note: in expansion of macro 'TRACE_EVENT' 1236 | TRACE_EVENT(ext4_da_reserve_space, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_da_release_space': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1265:1: note: in expansion of macro 'TRACE_EVENT' 1265 | TRACE_EVENT(ext4_da_release_space, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__bitmap_load': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:1296:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1296 | DECLARE_EVENT_CLASS(ext4__bitmap_load, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_read_block_bitmap_load': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1338:1: note: in expansion of macro 'TRACE_EVENT' 1338 | TRACE_EVENT(ext4_read_block_bitmap_load, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__fallocate_mode': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:1361:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1361 | DECLARE_EVENT_CLASS(ext4__fallocate_mode, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fallocate_exit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1410:1: note: in expansion of macro 'TRACE_EVENT' 1410 | TRACE_EVENT(ext4_fallocate_exit, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_unlink_enter': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1439:1: note: in expansion of macro 'TRACE_EVENT' 1439 | TRACE_EVENT(ext4_unlink_enter, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_unlink_exit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1464:1: note: in expansion of macro 'TRACE_EVENT' 1464 | TRACE_EVENT(ext4_unlink_exit, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__truncate': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:1487:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1487 | DECLARE_EVENT_CLASS(ext4__truncate, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_ext_convert_to_initialized_enter': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1524:1: note: in expansion of macro 'TRACE_EVENT' 1524 | TRACE_EVENT(ext4_ext_convert_to_initialized_enter, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_ext_convert_to_initialized_fastpath': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1562:1: note: in expansion of macro 'TRACE_EVENT' 1562 | TRACE_EVENT(ext4_ext_convert_to_initialized_fastpath, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__map_blocks_enter': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:1604:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1604 | DECLARE_EVENT_CLASS(ext4__map_blocks_enter, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__map_blocks_exit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:1646:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1646 | DECLARE_EVENT_CLASS(ext4__map_blocks_exit, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_ext_load_extent': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1696:1: note: in expansion of macro 'TRACE_EVENT' 1696 | TRACE_EVENT(ext4_ext_load_extent, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_load_inode': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1721:1: note: in expansion of macro 'TRACE_EVENT' 1721 | TRACE_EVENT(ext4_load_inode, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_journal_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1741:1: note: in expansion of macro 'TRACE_EVENT' 1741 | TRACE_EVENT(ext4_journal_start, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_journal_start_reserved': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1769:1: note: in expansion of macro 'TRACE_EVENT' 1769 | TRACE_EVENT(ext4_journal_start_reserved, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__trim': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:1791:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 1791 | DECLARE_EVENT_CLASS(ext4__trim, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_ext_handle_unwritten_extents': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1840:1: note: in expansion of macro 'TRACE_EVENT' 1840 | TRACE_EVENT(ext4_ext_handle_unwritten_extents, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_get_implied_cluster_alloc_exit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1878:1: note: in expansion of macro 'TRACE_EVENT' 1878 | TRACE_EVENT(ext4_get_implied_cluster_alloc_exit, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_ext_show_extent': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1907:1: note: in expansion of macro 'TRACE_EVENT' 1907 | TRACE_EVENT(ext4_ext_show_extent, | ^~~~~~~~~~~ /kisskb/src/net/core/filter.c: In function '_bpf_setsockopt': /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_remove_blocks': /kisskb/src/net/core/filter.c:4724:7: note: byref variable will be forcibly initialized 4724 | char devname[IFNAMSIZ]; | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1937:1: note: in expansion of macro 'TRACE_EVENT' 1937 | TRACE_EVENT(ext4_remove_blocks, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_ext_rm_leaf': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:1984:1: note: in expansion of macro 'TRACE_EVENT' 1984 | TRACE_EVENT(ext4_ext_rm_leaf, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_ext_rm_idx': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2028:1: note: in expansion of macro 'TRACE_EVENT' 2028 | TRACE_EVENT(ext4_ext_rm_idx, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_ext_remove_space': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2051:1: note: in expansion of macro 'TRACE_EVENT' 2051 | TRACE_EVENT(ext4_ext_remove_space, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_ext_remove_space_done': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2081:1: note: in expansion of macro 'TRACE_EVENT' 2081 | TRACE_EVENT(ext4_ext_remove_space_done, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__es_extent': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:2125:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2125 | DECLARE_EVENT_CLASS(ext4__es_extent, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_es_remove_extent': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2167:1: note: in expansion of macro 'TRACE_EVENT' 2167 | TRACE_EVENT(ext4_es_remove_extent, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_es_find_extent_range_enter': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2192:1: note: in expansion of macro 'TRACE_EVENT' 2192 | TRACE_EVENT(ext4_es_find_extent_range_enter, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_es_find_extent_range_exit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2214:1: note: in expansion of macro 'TRACE_EVENT' 2214 | TRACE_EVENT(ext4_es_find_extent_range_exit, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_es_lookup_extent_enter': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2244:1: note: in expansion of macro 'TRACE_EVENT' 2244 | TRACE_EVENT(ext4_es_lookup_extent_enter, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_es_lookup_extent_exit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2266:1: note: in expansion of macro 'TRACE_EVENT' 2266 | TRACE_EVENT(ext4_es_lookup_extent_exit, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4__es_shrink_enter': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:2300:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2300 | DECLARE_EVENT_CLASS(ext4__es_shrink_enter, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_es_shrink_scan_exit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2334:1: note: in expansion of macro 'TRACE_EVENT' 2334 | TRACE_EVENT(ext4_es_shrink_scan_exit, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_collapse_range': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2356:1: note: in expansion of macro 'TRACE_EVENT' 2356 | TRACE_EVENT(ext4_collapse_range, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_insert_range': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2381:1: note: in expansion of macro 'TRACE_EVENT' 2381 | TRACE_EVENT(ext4_insert_range, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_es_shrink': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2406:1: note: in expansion of macro 'TRACE_EVENT' 2406 | TRACE_EVENT(ext4_es_shrink, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_es_insert_delayed_block': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2434:1: note: in expansion of macro 'TRACE_EVENT' 2434 | TRACE_EVENT(ext4_es_insert_delayed_block, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fsmap_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:2470:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2470 | DECLARE_EVENT_CLASS(ext4_fsmap_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_getfsmap_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ext4.h:2507:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 2507 | DECLARE_EVENT_CLASS(ext4_getfsmap_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_shutdown': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2542:1: note: in expansion of macro 'TRACE_EVENT' 2542 | TRACE_EVENT(ext4_shutdown, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_error': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2562:1: note: in expansion of macro 'TRACE_EVENT' 2562 | TRACE_EVENT(ext4_error, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_prefetch_bitmaps': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2585:1: note: in expansion of macro 'TRACE_EVENT' 2585 | TRACE_EVENT(ext4_prefetch_bitmaps, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_lazy_itable_init': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2610:1: note: in expansion of macro 'TRACE_EVENT' 2610 | TRACE_EVENT(ext4_lazy_itable_init, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fc_replay_scan': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2629:1: note: in expansion of macro 'TRACE_EVENT' 2629 | TRACE_EVENT(ext4_fc_replay_scan, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fc_replay': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2651:1: note: in expansion of macro 'TRACE_EVENT' 2651 | TRACE_EVENT(ext4_fc_replay, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fc_commit_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2677:1: note: in expansion of macro 'TRACE_EVENT' 2677 | TRACE_EVENT(ext4_fc_commit_start, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fc_commit_stop': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2694:1: note: in expansion of macro 'TRACE_EVENT' 2694 | TRACE_EVENT(ext4_fc_commit_stop, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fc_stats': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2728:1: note: in expansion of macro 'TRACE_EVENT' 2728 | TRACE_EVENT(ext4_fc_stats, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fc_track_create': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2764:2: note: in expansion of macro 'TRACE_EVENT' 2764 | TRACE_EVENT(ext4_fc_track_##__type, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2787:1: note: in expansion of macro 'DEFINE_TRACE_DENTRY_EVENT' 2787 | DEFINE_TRACE_DENTRY_EVENT(create); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fc_track_link': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2764:2: note: in expansion of macro 'TRACE_EVENT' 2764 | TRACE_EVENT(ext4_fc_track_##__type, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2788:1: note: in expansion of macro 'DEFINE_TRACE_DENTRY_EVENT' 2788 | DEFINE_TRACE_DENTRY_EVENT(link); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fc_track_unlink': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2764:2: note: in expansion of macro 'TRACE_EVENT' 2764 | TRACE_EVENT(ext4_fc_track_##__type, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2789:1: note: in expansion of macro 'DEFINE_TRACE_DENTRY_EVENT' 2789 | DEFINE_TRACE_DENTRY_EVENT(unlink); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fc_track_inode': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2791:1: note: in expansion of macro 'TRACE_EVENT' 2791 | TRACE_EVENT(ext4_fc_track_inode, | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'trace_event_raw_event_ext4_fc_track_range': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ext4.h:2813:1: note: in expansion of macro 'TRACE_EVENT' 2813 | TRACE_EVENT(ext4_fc_track_range, | ^~~~~~~~~~~ In file included from /kisskb/src/fs/ext4/super.c:51: /kisskb/src/fs/ext4/super.c: In function 'ext4_chksum': /kisskb/src/fs/ext4/ext4.h:2446:4: note: byref variable will be forcibly initialized 2446 | } desc; | ^~~~ In file included from /kisskb/src/fs/ext4/super.c:49: /kisskb/src/fs/ext4/super.c: In function 'fsnotify_sb_error': /kisskb/src/include/linux/fsnotify.h:345:25: note: byref variable will be forcibly initialized 345 | struct fs_error_report report = { | ^~~~~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/container_of.h:5, from /kisskb/src/include/linux/list.h:5, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/fs/ext4/super.c:20: /kisskb/src/fs/ext4/super.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:756:6: note: in expansion of macro 'unlikely' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:756:15: note: in expansion of macro 'check_mul_overflow' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:756:6: note: in expansion of macro 'unlikely' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:756:15: note: in expansion of macro 'check_mul_overflow' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/fs/ext4/super.c:25: /kisskb/src/include/linux/slab.h:754:9: note: byref variable will be forcibly initialized 754 | size_t bytes; | ^~~~~ /kisskb/src/fs/ext4/super.c: In function 'ext4_group_desc_csum': /kisskb/src/fs/ext4/super.c:2812:9: note: byref variable will be forcibly initialized 2812 | __u16 dummy_csum = 0; | ^~~~~~~~~~ /kisskb/src/fs/ext4/super.c:2806:9: note: byref variable will be forcibly initialized 2806 | __le32 le_group = cpu_to_le32(block_group); | ^~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'ext4_run_li_request': /kisskb/src/fs/ext4/super.c:3273:15: note: byref variable will be forcibly initialized 3273 | unsigned int prefetch_ios = 0; | ^~~~~~~~~~~~ /kisskb/src/lib/kobject.c: In function 'kobject_set_name': /kisskb/src/lib/kobject.c:326:10: note: byref variable will be forcibly initialized 326 | va_list vargs; | ^~~~~ /kisskb/src/lib/kobject.c: In function 'kobject_add': /kisskb/src/lib/kobject.c:429:10: note: byref variable will be forcibly initialized 429 | va_list args; | ^~~~ /kisskb/src/lib/kobject.c: In function 'kobject_init_and_add': /kisskb/src/lib/kobject.c:467:10: note: byref variable will be forcibly initialized 467 | va_list args; | ^~~~ /kisskb/src/lib/kobject.c: In function 'kobject_rename': /kisskb/src/lib/kobject.c:496:8: note: byref variable will be forcibly initialized 496 | char *envp[2]; | ^~~~ /kisskb/src/lib/kobject.c: In function 'kobject_move': /kisskb/src/lib/kobject.c:560:8: note: byref variable will be forcibly initialized 560 | char *envp[2]; | ^~~~ /kisskb/src/fs/ext4/super.c: In function 'ext4_sync_fs': /kisskb/src/fs/ext4/super.c:5608:8: note: byref variable will be forcibly initialized 5608 | tid_t target; | ^~~~~~ /kisskb/src/fs/ext4/super.c: In function 'get_sb_block': /kisskb/src/fs/ext4/super.c:1804:9: note: byref variable will be forcibly initialized 1804 | char *options = (char *) *data; | ^~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__ext4_msg': /kisskb/src/fs/ext4/super.c:913:10: note: byref variable will be forcibly initialized 913 | va_list args; | ^~~~ /kisskb/src/fs/ext4/super.c:912:19: note: byref variable will be forcibly initialized 912 | struct va_format vaf; | ^~~ /kisskb/src/fs/ext4/super.c: In function '__ext4_error': /kisskb/src/fs/ext4/super.c:748:10: note: byref variable will be forcibly initialized 748 | va_list args; | ^~~~ /kisskb/src/fs/ext4/super.c:747:19: note: byref variable will be forcibly initialized 747 | struct va_format vaf; | ^~~ In file included from /kisskb/src/net/core/tso.c:3: /kisskb/src/net/core/tso.c: In function '__vlan_get_protocol': /kisskb/src/include/linux/if_vlan.h:600:20: note: byref variable will be forcibly initialized 600 | struct vlan_hdr vhdr, *vh; | ^~~~ In file included from /kisskb/src/lib/memcat_p.c:3: /kisskb/src/lib/memcat_p.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/fs/ext4/super.c: In function '__ext4_error_inode': /kisskb/src/fs/ext4/super.c:773:19: note: byref variable will be forcibly initialized 773 | struct va_format vaf; | ^~~ /kisskb/src/fs/ext4/super.c:772:10: note: byref variable will be forcibly initialized 772 | va_list args; | ^~~~ /kisskb/src/fs/ext4/super.c: In function 'ext4_set_context': /kisskb/src/fs/ext4/super.c:1477:26: note: byref variable will be forcibly initialized 1477 | int res, res2, credits, retries = 0; | ^~~~~~~ /kisskb/src/fs/ext4/super.c:1477:17: note: byref variable will be forcibly initialized 1477 | int res, res2, credits, retries = 0; | ^~~~~~~ /kisskb/src/fs/ext4/super.c: In function '__ext4_error_file': /kisskb/src/fs/ext4/super.c:808:7: note: byref variable will be forcibly initialized 808 | char pathname[80], *path; | ^~~~~~~~ /kisskb/src/fs/ext4/super.c:806:19: note: byref variable will be forcibly initialized 806 | struct va_format vaf; | ^~~ /kisskb/src/fs/ext4/super.c:805:10: note: byref variable will be forcibly initialized 805 | va_list args; | ^~~~ /kisskb/src/fs/ext4/super.c: In function '__ext4_std_error': /kisskb/src/fs/ext4/super.c:887:7: note: byref variable will be forcibly initialized 887 | char nbuf[16]; | ^~~~ /kisskb/src/fs/ext4/super.c: In function 'ext4_quota_write': /kisskb/src/fs/ext4/super.c:6465:6: note: byref variable will be forcibly initialized 6465 | int retries = 0; | ^~~~~~~ /kisskb/src/drivers/regulator/irq_helpers.c: In function 'regulator_notifier_isr': /kisskb/src/drivers/regulator/irq_helpers.c:161:16: note: byref variable will be forcibly initialized 161 | unsigned long rdev_map = 0; | ^~~~~~~~ /kisskb/src/fs/ext4/super.c: In function 'handle_mount_opt': /kisskb/src/fs/ext4/super.c:2266:15: note: byref variable will be forcibly initialized 2266 | struct path path; | ^~~~ /kisskb/src/fs/ext4/super.c:2111:6: note: byref variable will be forcibly initialized 2111 | int arg = 0; | ^~~ /kisskb/src/fs/ext4/super.c: In function 'parse_options': /kisskb/src/fs/ext4/super.c:2436:14: note: byref variable will be forcibly initialized 2436 | substring_t args[MAX_OPT_ARGS]; | ^~~~ /kisskb/src/fs/ext4/super.c: In function '__ext4_warning': /kisskb/src/fs/ext4/super.c:937:10: note: byref variable will be forcibly initialized 937 | va_list args; | ^~~~ /kisskb/src/fs/ext4/super.c:936:19: note: byref variable will be forcibly initialized 936 | struct va_format vaf; | ^~~ /kisskb/src/fs/ext4/super.c: In function 'ext4_clear_journal_err': /kisskb/src/fs/ext4/super.c:5573:8: note: byref variable will be forcibly initialized 5573 | char nbuf[16]; | ^~~~ /kisskb/src/fs/ext4/super.c: In function '__ext4_warning_inode': /kisskb/src/fs/ext4/super.c:954:10: note: byref variable will be forcibly initialized 954 | va_list args; | ^~~~ /kisskb/src/fs/ext4/super.c:953:19: note: byref variable will be forcibly initialized 953 | struct va_format vaf; | ^~~ /kisskb/src/fs/ext4/super.c: In function '__ext4_grp_locked_error': /kisskb/src/fs/ext4/super.c:976:10: note: byref variable will be forcibly initialized 976 | va_list args; | ^~~~ /kisskb/src/fs/ext4/super.c:975:19: note: byref variable will be forcibly initialized 975 | struct va_format vaf; | ^~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:78, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:7: /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c: In function 'xfs_start_cksum_safe': /kisskb/src/fs/xfs/libxfs/xfs_cksum.h:16:11: note: byref variable will be forcibly initialized 16 | uint32_t zero = 0; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c: In function 'xfs_dir2_block_compact': /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:311:8: note: byref variable will be forcibly initialized 311 | int needscan = 0; | ^~~~~~~~ /kisskb/src/net/core/dev_ioctl.c: In function 'dev_setifmap': /kisskb/src/net/core/dev_ioctl.c:117:16: note: byref variable will be forcibly initialized 117 | struct ifmap ifmap = { | ^~~~~ /kisskb/src/fs/ext4/super.c: In function 'ext4_fill_super': /kisskb/src/fs/ext4/super.c:4170:9: note: byref variable will be forcibly initialized 4170 | __u16 encoding_flags; | ^~~~~~~~~~~~~~ /kisskb/src/fs/ext4/super.c:4168:35: note: byref variable will be forcibly initialized 4168 | const struct ext4_sb_encodings *encoding_info; | ^~~~~~~~~~~~~ /kisskb/src/net/core/dev_ioctl.c: In function 'net_hwtstamp_validate': /kisskb/src/net/core/dev_ioctl.c:186:25: note: byref variable will be forcibly initialized 186 | struct hwtstamp_config cfg; | ^~~ /kisskb/src/fs/ext4/super.c:3902:29: note: byref variable will be forcibly initialized 3902 | struct ext4_parsed_options parsed_opts; | ^~~~~~~~~~~ /kisskb/src/fs/ext4/super.c:3901:15: note: byref variable will be forcibly initialized 3901 | ext4_group_t first_not_zeroed; | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c: In function 'xfs_dir2_block_lookup_int': /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:683:19: note: byref variable will be forcibly initialized 683 | struct xfs_buf *bp; /* block buffer */ | ^~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c: In function 'xfs_dir2_block_addname': /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:374:12: note: byref variable will be forcibly initialized 374 | __be16 *tagp; /* pointer to tag value */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:373:8: note: byref variable will be forcibly initialized 373 | int needscan; /* need to rescan freespace */ | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:372:8: note: byref variable will be forcibly initialized 372 | int needlog; /* need to log header */ | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:367:8: note: byref variable will be forcibly initialized 367 | int lfloglow=0; /* first final leaf to log */ | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:366:8: note: byref variable will be forcibly initialized 366 | int lfloghigh=0; /* last final leaf to log */ | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:362:26: note: byref variable will be forcibly initialized 362 | xfs_dir2_data_unused_t *enddup=NULL; /* unused at end of data */ | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:360:26: note: byref variable will be forcibly initialized 360 | xfs_dir2_data_unused_t *dup; /* block unused entry */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:357:8: note: byref variable will be forcibly initialized 357 | int compact; /* need to compact leaf ents */ | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:355:19: note: byref variable will be forcibly initialized 355 | struct xfs_buf *bp; /* buffer for block */ | ^~ /kisskb/src/net/core/dev_ioctl.c: In function 'dev_ifconf': /kisskb/src/net/core/dev_ioctl.c:53:17: note: byref variable will be forcibly initialized 53 | struct ifconf ifc; | ^~~ /kisskb/src/net/core/dev_ioctl.c:44:24: note: byref variable will be forcibly initialized 44 | struct compat_ifconf ifc32; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c: In function 'xfs_dir2_block_lookup': /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:639:8: note: byref variable will be forcibly initialized 639 | int ent; /* entry index */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:635:19: note: byref variable will be forcibly initialized 635 | struct xfs_buf *bp; /* block buffer */ | ^~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c: In function 'xfs_dir2_block_removename': /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:791:20: note: byref variable will be forcibly initialized 791 | xfs_dir2_sf_hdr_t sfh; /* shortform header */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:790:8: note: byref variable will be forcibly initialized 790 | int needscan; /* need to fixup bestfree */ | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:789:8: note: byref variable will be forcibly initialized 789 | int needlog; /* need to log block header */ | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:787:8: note: byref variable will be forcibly initialized 787 | int ent; /* block leaf entry index */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:783:19: note: byref variable will be forcibly initialized 783 | struct xfs_buf *bp; /* block buffer */ | ^~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c: In function 'xfs_dir2_block_replace': /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:868:8: note: byref variable will be forcibly initialized 868 | int ent; /* leaf entry index */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:864:19: note: byref variable will be forcibly initialized 864 | struct xfs_buf *bp; /* block buffer */ | ^~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c: In function 'xfs_dir2_leaf_to_block': /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:945:29: note: byref variable will be forcibly initialized 945 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:940:20: note: byref variable will be forcibly initialized 940 | xfs_dir2_sf_hdr_t sfh; /* shortform header */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:939:8: note: byref variable will be forcibly initialized 939 | int needscan; /* need to scan for bestfree */ | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:938:8: note: byref variable will be forcibly initialized 938 | int needlog; /* need to log data header */ | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c: In function 'xfs_dir2_sf_to_block': /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:1095:19: note: byref variable will be forcibly initialized 1095 | struct xfs_name name; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:1088:8: note: byref variable will be forcibly initialized 1088 | int needscan; /* need to scan block freespc */ | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:1087:8: note: byref variable will be forcibly initialized 1087 | int needlog; /* need to log block header */ | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:1082:8: note: byref variable will be forcibly initialized 1082 | int dummy; /* trash */ | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:1079:19: note: byref variable will be forcibly initialized 1079 | struct xfs_buf *bp; /* block buffer */ | ^~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_block.c:1076:17: note: byref variable will be forcibly initialized 1076 | xfs_dir2_db_t blkno; /* dir-relative block # (0) */ | ^~~~~ /kisskb/src/fs/ext4/super.c: In function 'ext4_remount': /kisskb/src/fs/ext4/super.c:5744:29: note: byref variable will be forcibly initialized 5744 | struct ext4_parsed_options parsed_opts; | ^~~~~~~~~~~ In file included from /kisskb/src/net/core/xdp.c:13: /kisskb/src/net/core/xdp.c: In function '__rhashtable_lookup': /kisskb/src/include/linux/rhashtable.h:585:32: note: byref variable will be forcibly initialized 585 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/net/core/xdp.c: In function 'xdp_rxq_info_unreg_mem_model': /kisskb/src/net/core/xdp.c:117:6: note: byref variable will be forcibly initialized 117 | int id = xdp_rxq->mem.id; | ^~ /kisskb/src/net/core/xdp.c: In function 'mem_allocator_disconnect': /kisskb/src/net/core/xdp.c:92:25: note: byref variable will be forcibly initialized 92 | struct rhashtable_iter iter; | ^~~~ /kisskb/src/net/core/xdp.c: In function 'xdp_rxq_info_reg_mem_model': /kisskb/src/net/core/xdp.c:267:6: note: byref variable will be forcibly initialized 267 | int id, errno, ret; | ^~ In file included from /kisskb/src/fs/ext4/xattr.c:56: /kisskb/src/fs/ext4/xattr.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ In file included from /kisskb/src/fs/ext4/ext4_jbd2.h:17, from /kisskb/src/fs/ext4/xattr.c:60: /kisskb/src/fs/ext4/xattr.c: In function 'ext4_chksum': /kisskb/src/fs/ext4/ext4.h:2446:4: note: byref variable will be forcibly initialized 2446 | } desc; | ^~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_inode_verify_hashes': /kisskb/src/fs/ext4/xattr.c:452:18: note: byref variable will be forcibly initialized 452 | __le32 e_hash, tmp_data; | ^~~~~~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_block_csum': /kisskb/src/fs/ext4/xattr.c:137:8: note: byref variable will be forcibly initialized 137 | __u32 dummy_csum = 0; | ^~~~~~~~~~ /kisskb/src/fs/ext4/xattr.c:136:9: note: byref variable will be forcibly initialized 136 | __le64 dsk_block_nr = cpu_to_le64(block_nr); | ^~~~~~~~~~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_inode_read': /kisskb/src/fs/ext4/xattr.c:347:22: note: byref variable will be forcibly initialized 347 | struct buffer_head *bhs_inline[8]; | ^~~~~~~~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_ibody_list': /kisskb/src/fs/ext4/xattr.c:726:19: note: byref variable will be forcibly initialized 726 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_inode_update_ref': /kisskb/src/fs/ext4/xattr.c:980:19: note: byref variable will be forcibly initialized 980 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_inode_write': /kisskb/src/fs/ext4/xattr.c:1343:26: note: byref variable will be forcibly initialized 1343 | struct ext4_map_blocks map; | ^~~ /kisskb/src/fs/ext4/xattr.c:1339:6: note: byref variable will be forcibly initialized 1339 | int retries = 0; | ^~~~~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_inode_get': /kisskb/src/fs/ext4/xattr.c:472:16: note: byref variable will be forcibly initialized 472 | struct inode *ea_inode; | ^~~~~~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_block_get': /kisskb/src/fs/ext4/xattr.c:518:27: note: byref variable will be forcibly initialized 518 | struct ext4_xattr_entry *entry; | ^~~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_inode_inc_ref_all': /kisskb/src/fs/ext4/xattr.c:1056:16: note: byref variable will be forcibly initialized 1056 | struct inode *ea_inode; | ^~~~~~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_inode_dec_ref_all': /kisskb/src/fs/ext4/xattr.c:1134:16: note: byref variable will be forcibly initialized 1134 | struct inode *ea_inode; | ^~~~~~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_inode_create': /kisskb/src/fs/ext4/xattr.c:1413:8: note: byref variable will be forcibly initialized 1413 | uid_t owner[2] = { i_uid_read(inode), i_gid_read(inode) }; | ^~~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_set_entry': /kisskb/src/fs/ext4/xattr.c:1765:11: note: byref variable will be forcibly initialized 1765 | __le32 crc32c_hash; | ^~~~~~~~~~~ /kisskb/src/fs/ext4/xattr.c:1563:16: note: byref variable will be forcibly initialized 1563 | struct inode *new_ea_inode = NULL; | ^~~~~~~~~~~~ /kisskb/src/fs/ext4/xattr.c:1562:16: note: byref variable will be forcibly initialized 1562 | struct inode *old_ea_inode = NULL; | ^~~~~~~~~~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_ibody_get': /kisskb/src/fs/ext4/xattr.c:580:19: note: byref variable will be forcibly initialized 580 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/xattr.c:578:27: note: byref variable will be forcibly initialized 578 | struct ext4_xattr_entry *entry; | ^~~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_delete_inode': /kisskb/src/fs/ext4/xattr.c:2839:16: note: byref variable will be forcibly initialized 2839 | struct inode *ea_inode; | ^~~~~~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_block_set': /kisskb/src/fs/ext4/xattr.c:2128:34: note: byref variable will be forcibly initialized 2128 | struct ext4_xattr_inode_array *ea_inode_array = NULL; | ^~~~~~~~~~~~~~ /kisskb/src/fs/ext4/xattr.c:1853:34: note: byref variable will be forcibly initialized 1853 | struct inode *ea_inode = NULL, *tmp_inode; | ^~~~~~~~~ /kisskb/src/fs/ext4/xattr.c:1853:16: note: byref variable will be forcibly initialized 1853 | struct inode *ea_inode = NULL, *tmp_inode; | ^~~~~~~~ /kisskb/src/fs/ext4/xattr.c:1851:6: note: byref variable will be forcibly initialized 1851 | int error = 0; | ^~~~~ /kisskb/src/fs/ext4/xattr.c:1850:25: note: byref variable will be forcibly initialized 1850 | struct mb_cache_entry *ce = NULL; | ^~ /kisskb/src/fs/ext4/xattr.c:1848:27: note: byref variable will be forcibly initialized 1848 | struct ext4_xattr_search s_copy = bs->s; | ^~~~~~ /kisskb/src/kernel/trace/trace_dynevent.c: In function 'dyn_event_release': /kisskb/src/kernel/trace/trace_dynevent.c:76:6: note: byref variable will be forcibly initialized 76 | int argc, ret = -ENOENT; | ^~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_set_handle': /kisskb/src/fs/ext4/xattr.c:2286:6: note: byref variable will be forcibly initialized 2286 | int no_expand; | ^~~~~~~~~ /kisskb/src/fs/ext4/xattr.c:2273:25: note: byref variable will be forcibly initialized 2273 | struct ext4_xattr_info i = { | ^ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_xattr_set': /kisskb/src/fs/ext4/xattr.c:2462:6: note: byref variable will be forcibly initialized 2462 | int credits; | ^~~~~~~ /kisskb/src/fs/ext4/xattr.c:2461:13: note: byref variable will be forcibly initialized 2461 | int error, retries = 0; | ^~~~~~~ /kisskb/src/fs/ext4/xattr.c: In function 'ext4_expand_extra_isize_ea': /kisskb/src/fs/ext4/xattr.c:2682:6: note: byref variable will be forcibly initialized 2682 | int total_ino; | ^~~~~~~~~ /kisskb/src/fs/ext4/xattr.c:2680:9: note: byref variable will be forcibly initialized 2680 | size_t min_offs; | ^~~~~~~~ /kisskb/src/drivers/regulator/of_regulator.c: In function 'of_get_regulator_prot_limits': /kisskb/src/drivers/regulator/of_regulator.c:62:8: note: byref variable will be forcibly initialized 62 | int *l[] = { | ^ /kisskb/src/drivers/regulator/of_regulator.c:56:8: note: byref variable will be forcibly initialized 56 | char prop[255]; | ^~~~ /kisskb/src/drivers/regulator/of_regulator.c:46:29: note: byref variable will be forcibly initialized 46 | struct notification_limit *limits[] = { | ^~~~~~ /kisskb/src/drivers/regulator/of_regulator.c:38:6: note: byref variable will be forcibly initialized 38 | u32 pval; | ^~~~ /kisskb/src/drivers/regulator/of_regulator.c: In function 'of_get_regulation_constraints': /kisskb/src/drivers/regulator/of_regulator.c:91:6: note: byref variable will be forcibly initialized 91 | u32 pval; | ^~~~ /kisskb/src/lib/kobject_uevent.c: In function 'add_uevent_var': /kisskb/src/lib/kobject_uevent.c:656:10: note: byref variable will be forcibly initialized 656 | va_list args; | ^~~~ /kisskb/src/lib/kobject_uevent.c: In function 'uevent_net_broadcast': /kisskb/src/lib/kobject_uevent.c:686:7: note: byref variable will be forcibly initialized 686 | char buf[sizeof("SEQNUM=") + 21]; | ^~~ /kisskb/src/drivers/regulator/of_regulator.c: In function 'of_check_coupling_data': /kisskb/src/drivers/regulator/of_regulator.c:623:7: note: byref variable will be forcibly initialized 623 | int c_max_spread, c_n_phandles; | ^~~~~~~~~~~~ /kisskb/src/drivers/regulator/of_regulator.c:616:6: note: byref variable will be forcibly initialized 616 | int index; | ^~~~~ /kisskb/src/lib/kobject_uevent.c: In function 'kobject_synth_uevent': /kisskb/src/lib/kobject_uevent.c:197:26: note: byref variable will be forcibly initialized 197 | struct kobj_uevent_env *env; | ^~~ /kisskb/src/lib/kobject_uevent.c:196:14: note: byref variable will be forcibly initialized 196 | const char *action_args; | ^~~~~~~~~~~ /kisskb/src/lib/kobject_uevent.c:195:22: note: byref variable will be forcibly initialized 195 | enum kobject_action action; | ^~~~~~ /kisskb/src/lib/kobject_uevent.c:194:8: note: byref variable will be forcibly initialized 194 | char *no_uuid_envp[] = { "SYNTH_UUID=0", NULL }; | ^~~~~~~~~~~~ /kisskb/src/drivers/regulator/virtual.c: In function 'set_max_uA': /kisskb/src/drivers/regulator/virtual.c:196:7: note: byref variable will be forcibly initialized 196 | long val; | ^~~ /kisskb/src/drivers/regulator/virtual.c: In function 'set_min_uA': /kisskb/src/drivers/regulator/virtual.c:170:7: note: byref variable will be forcibly initialized 170 | long val; | ^~~ /kisskb/src/drivers/regulator/virtual.c: In function 'set_max_uV': /kisskb/src/drivers/regulator/virtual.c:144:7: note: byref variable will be forcibly initialized 144 | long val; | ^~~ /kisskb/src/drivers/regulator/virtual.c: In function 'set_min_uV': /kisskb/src/drivers/regulator/virtual.c:118:7: note: byref variable will be forcibly initialized 118 | long val; | ^~~ In file included from /kisskb/src/kernel/trace/trace_probe.h:14, from /kisskb/src/kernel/trace/trace_probe.c:14: /kisskb/src/kernel/trace/trace_probe.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/kernel/trace/trace_probe.c: In function 'find_fetch_type': /kisskb/src/kernel/trace/trace_probe.c:110:17: note: byref variable will be forcibly initialized 110 | unsigned long bs; | ^~ /kisskb/src/kernel/trace/trace_probe.c: In function '__parse_bitfield_probe_arg': /kisskb/src/kernel/trace/trace_probe.c:524:8: note: byref variable will be forcibly initialized 524 | char *tail; | ^~~~ /kisskb/src/kernel/trace/trace_probe.c: In function 'parse_probe_vars': /kisskb/src/kernel/trace/trace_probe.c:278:16: note: byref variable will be forcibly initialized 278 | unsigned long param; | ^~~~~ /kisskb/src/kernel/trace/trace_probe.c: In function 'parse_probe_arg': /kisskb/src/kernel/trace/trace_probe.c:372:8: note: byref variable will be forcibly initialized 372 | char *tmp; | ^~~ /kisskb/src/kernel/trace/trace_probe.c:371:7: note: byref variable will be forcibly initialized 371 | long offset = 0; | ^~~~~~ /kisskb/src/kernel/trace/trace_probe.c:369:16: note: byref variable will be forcibly initialized 369 | unsigned long param; | ^~~~~ /kisskb/src/kernel/trace/trace_probe.c:368:21: note: byref variable will be forcibly initialized 368 | struct fetch_insn *code = *pcode; | ^~~~ /kisskb/src/kernel/trace/trace_probe.c: In function 'traceprobe_parse_probe_arg_body': /kisskb/src/kernel/trace/trace_probe.c:556:21: note: byref variable will be forcibly initialized 556 | struct fetch_insn *code, *scode, *tmp = NULL; | ^~~~ /kisskb/src/kernel/trace/trace_probe.c: In function 'traceprobe_update_arg': /kisskb/src/kernel/trace/trace_probe.c:828:7: note: byref variable will be forcibly initialized 828 | long offset; | ^~~~~~ /kisskb/src/kernel/trace/trace_probe.c: In function 'trace_probe_match_command_args': /kisskb/src/kernel/trace/trace_probe.c:1178:7: note: byref variable will be forcibly initialized 1178 | char buf[MAX_ARGSTR_LEN + 1]; | ^~~ /kisskb/src/kernel/trace/trace_probe.c: In function 'trace_probe_create': /kisskb/src/kernel/trace/trace_probe.c:1195:6: note: byref variable will be forcibly initialized 1195 | int argc = 0, ret = 0; | ^~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:78, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_dquot_buf.c:7: /kisskb/src/fs/xfs/libxfs/xfs_dquot_buf.c: In function 'xfs_start_cksum_safe': /kisskb/src/fs/xfs/libxfs/xfs_cksum.h:16:11: note: byref variable will be forcibly initialized 16 | uint32_t zero = 0; | ^~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_tag_clear': /kisskb/src/lib/radix-tree.c:1031:16: note: byref variable will be forcibly initialized 1031 | unsigned long maxindex; | ^~~~~~~~ /kisskb/src/lib/radix-tree.c:1030:26: note: byref variable will be forcibly initialized 1030 | struct radix_tree_node *node, *parent; | ^~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_tag_get': /kisskb/src/lib/radix-tree.c:1083:16: note: byref variable will be forcibly initialized 1083 | unsigned long maxindex; | ^~~~~~~~ /kisskb/src/lib/radix-tree.c:1082:26: note: byref variable will be forcibly initialized 1082 | struct radix_tree_node *node, *parent; | ^~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_next_chunk': /kisskb/src/lib/radix-tree.c:1158:31: note: byref variable will be forcibly initialized 1158 | unsigned long index, offset, maxindex; | ^~~~~~~~ /kisskb/src/lib/radix-tree.c:1157:33: note: byref variable will be forcibly initialized 1157 | struct radix_tree_node *node, *child; | ^~~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_tag_set': /kisskb/src/lib/radix-tree.c:969:16: note: byref variable will be forcibly initialized 969 | unsigned long maxindex; | ^~~~~~~~ /kisskb/src/lib/radix-tree.c:968:26: note: byref variable will be forcibly initialized 968 | struct radix_tree_node *node, *parent; | ^~~~ /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/lib/radix-tree.c: In function '__radix_tree_create': /kisskb/src/lib/radix-tree.c:602:16: note: byref variable will be forcibly initialized 602 | unsigned long maxindex; | ^~~~~~~~ /kisskb/src/lib/radix-tree.c:600:40: note: byref variable will be forcibly initialized 600 | struct radix_tree_node *node = NULL, *child; | ^~~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_insert': /kisskb/src/lib/radix-tree.c:705:15: note: byref variable will be forcibly initialized 705 | void __rcu **slot; | ^~~~ /kisskb/src/lib/radix-tree.c:704:26: note: byref variable will be forcibly initialized 704 | struct radix_tree_node *node; | ^~~~ /kisskb/src/drivers/video/of_display_timing.c: In function 'parse_timing_property': /kisskb/src/drivers/video/of_display_timing.c:29:6: note: byref variable will be forcibly initialized 29 | int length, cells, ret; | ^~~~~~ /kisskb/src/drivers/video/of_display_timing.c: In function 'of_parse_display_timing': /kisskb/src/drivers/video/of_display_timing.c:60:6: note: byref variable will be forcibly initialized 60 | u32 val = 0; | ^~~ In file included from /kisskb/src/drivers/video/of_display_timing.c:11: /kisskb/src/drivers/video/of_display_timing.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/lib/radix-tree.c: In function '__radix_tree_lookup': /kisskb/src/lib/radix-tree.c:750:16: note: byref variable will be forcibly initialized 750 | unsigned long maxindex; | ^~~~~~~~ /kisskb/src/lib/radix-tree.c:749:26: note: byref variable will be forcibly initialized 749 | struct radix_tree_node *node, *parent; | ^~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_lookup_slot': /kisskb/src/lib/radix-tree.c:795:15: note: byref variable will be forcibly initialized 795 | void __rcu **slot; | ^~~~ /kisskb/src/lib/radix-tree.c: In function 'radix_tree_delete_item': /kisskb/src/lib/radix-tree.c:1416:15: note: byref variable will be forcibly initialized 1416 | void __rcu **slot = NULL; | ^~~~ /kisskb/src/lib/radix-tree.c:1415:26: note: byref variable will be forcibly initialized 1415 | struct radix_tree_node *node = NULL; | ^~~~ /kisskb/src/lib/radix-tree.c: In function 'idr_get_free': /kisskb/src/lib/radix-tree.c:1481:16: note: byref variable will be forcibly initialized 1481 | unsigned long maxindex, start = iter->next_index; | ^~~~~~~~ /kisskb/src/lib/radix-tree.c:1479:40: note: byref variable will be forcibly initialized 1479 | struct radix_tree_node *node = NULL, *child; | ^~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/net/core/flow_offload.c:3: /kisskb/src/net/core/flow_offload.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/drivers/regulator/aat2870-regulator.c: In function 'aat2870_ldo_is_enabled': /kisskb/src/drivers/regulator/aat2870-regulator.c:77:5: note: byref variable will be forcibly initialized 77 | u8 val; | ^~~ /kisskb/src/drivers/regulator/aat2870-regulator.c: In function 'aat2870_ldo_get_voltage_sel': /kisskb/src/drivers/regulator/aat2870-regulator.c:46:5: note: byref variable will be forcibly initialized 46 | u8 val; | ^~~ 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/net/core/flow_offload.c:3: /kisskb/src/net/core/flow_offload.c: In function 'flow_indr_dev_unregister': /kisskb/src/net/core/flow_offload.c:431:12: note: byref variable will be forcibly initialized 431 | LIST_HEAD(cleanup_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/net/core/flow_offload.c: In function 'existing_qdiscs_register': /kisskb/src/net/core/flow_offload.c:363:28: note: byref variable will be forcibly initialized 363 | struct flow_block_offload bo; | ^~ /kisskb/src/lib/mpi/mpi-div.c: In function 'mpi_tdiv_qr': /kisskb/src/lib/mpi/mpi-div.c:94:12: note: byref variable will be forcibly initialized 94 | mpi_ptr_t marker[5]; | ^~~~~~ /kisskb/src/lib/seq_buf.c: In function 'seq_buf_printf': /kisskb/src/lib/seq_buf.c:85:10: note: byref variable will be forcibly initialized 85 | va_list ap; | ^~ /kisskb/src/kernel/trace/trace_boot.c: In function 'trace_boot_set_instance_options': /kisskb/src/kernel/trace/trace_boot.c:70:17: note: byref variable will be forcibly initialized 70 | cpumask_var_t new_mask; | ^~~~~~~~ /kisskb/src/kernel/trace/trace_boot.c:30:16: note: byref variable will be forcibly initialized 30 | unsigned long v = 0; | ^ /kisskb/src/kernel/trace/trace_boot.c:29:7: note: byref variable will be forcibly initialized 29 | char buf[MAX_BUF_LEN]; | ^~~ /kisskb/src/kernel/trace/trace_boot.c:27:19: note: byref variable will be forcibly initialized 27 | struct xbc_node *anode; | ^~~~~ /kisskb/src/lib/seq_buf.c: In function 'seq_buf_putmem_hex': /kisskb/src/lib/seq_buf.c:225:16: note: byref variable will be forcibly initialized 225 | unsigned char hex[HEX_CHARS]; | ^~~ /kisskb/src/kernel/trace/trace_boot.c: In function 'trace_boot_add_kprobe_event': /kisskb/src/kernel/trace/trace_boot.c:106:7: note: byref variable will be forcibly initialized 106 | char buf[MAX_BUF_LEN]; | ^~~ /kisskb/src/kernel/trace/trace_boot.c:105:19: note: byref variable will be forcibly initialized 105 | struct xbc_node *anode; | ^~~~~ /kisskb/src/kernel/trace/trace_boot.c:104:22: note: byref variable will be forcibly initialized 104 | struct dynevent_cmd cmd; | ^~~ /kisskb/src/kernel/trace/trace_boot.c: In function 'trace_boot_add_synth_event': /kisskb/src/kernel/trace/trace_boot.c:143:7: note: byref variable will be forcibly initialized 143 | char buf[MAX_BUF_LEN]; | ^~~ /kisskb/src/kernel/trace/trace_boot.c:142:19: note: byref variable will be forcibly initialized 142 | struct xbc_node *anode; | ^~~~~ /kisskb/src/kernel/trace/trace_boot.c:141:22: note: byref variable will be forcibly initialized 141 | struct dynevent_cmd cmd; | ^~~ /kisskb/src/kernel/trace/trace_boot.c: In function 'append_printf': /kisskb/src/kernel/trace/trace_boot.c:178:10: note: byref variable will be forcibly initialized 178 | va_list args; | ^~~~ /kisskb/src/lib/seq_buf.c: In function 'seq_buf_path': /kisskb/src/lib/seq_buf.c:272:8: note: byref variable will be forcibly initialized 272 | char *buf; | ^~~ /kisskb/src/kernel/trace/trace_boot.c: In function 'trace_boot_hist_add_array': /kisskb/src/kernel/trace/trace_boot.c:222:19: note: byref variable will be forcibly initialized 222 | struct xbc_node *anode; | ^~~~~ /kisskb/src/lib/seq_buf.c: In function 'seq_buf_hex_dump': /kisskb/src/lib/seq_buf.c:367:16: note: byref variable will be forcibly initialized 367 | unsigned char linebuf[32 * 3 + 2 + 32 + 1]; | ^~~~~~~ /kisskb/src/kernel/trace/trace_boot.c: In function 'trace_boot_compose_hist_cmd': /kisskb/src/kernel/trace/trace_boot.c:348:26: note: byref variable will be forcibly initialized 348 | struct xbc_node *node, *knode; | ^~~~~ /kisskb/src/kernel/trace/trace_boot.c: In function 'trace_boot_init_one_event': /kisskb/src/kernel/trace/trace_boot.c:467:7: note: byref variable will be forcibly initialized 467 | char buf[MAX_BUF_LEN]; | ^~~ /kisskb/src/kernel/trace/trace_boot.c:466:19: note: byref variable will be forcibly initialized 466 | struct xbc_node *anode; | ^~~~~ /kisskb/src/kernel/trace/trace_boot.c: In function 'trace_boot_enable_events': /kisskb/src/kernel/trace/trace_boot.c:86:7: note: byref variable will be forcibly initialized 86 | char buf[MAX_BUF_LEN]; | ^~~ /kisskb/src/kernel/trace/trace_boot.c:85:19: note: byref variable will be forcibly initialized 85 | struct xbc_node *anode; | ^~~~~ /kisskb/src/net/core/net-sysfs.c: In function 'netdev_store': /kisskb/src/net/core/net-sysfs.c:83:16: note: byref variable will be forcibly initialized 83 | unsigned long new; | ^~~ /kisskb/src/net/core/net-sysfs.c: In function 'phys_switch_id_show': /kisskb/src/net/core/net-sysfs.c:578:30: note: byref variable will be forcibly initialized 578 | struct netdev_phys_item_id ppid = { }; | ^~~~ /kisskb/src/net/core/net-sysfs.c: In function 'phys_port_name_show': /kisskb/src/net/core/net-sysfs.c:548:8: note: byref variable will be forcibly initialized 548 | char name[IFNAMSIZ]; | ^~~~ /kisskb/src/net/core/net-sysfs.c: In function 'phys_port_id_show': /kisskb/src/net/core/net-sysfs.c:519:30: note: byref variable will be forcibly initialized 519 | struct netdev_phys_item_id ppid; | ^~~~ /kisskb/src/net/core/net-sysfs.c: In function 'ifalias_show': /kisskb/src/net/core/net-sysfs.c:458:7: note: byref variable will be forcibly initialized 458 | char tmp[IFALIASZ]; | ^~~ /kisskb/src/net/core/net-sysfs.c: In function 'duplex_show': /kisskb/src/net/core/net-sysfs.c:243:33: note: byref variable will be forcibly initialized 243 | struct ethtool_link_ksettings cmd; | ^~~ /kisskb/src/net/core/net-sysfs.c: In function 'speed_show': /kisskb/src/net/core/net-sysfs.c:217:33: note: byref variable will be forcibly initialized 217 | struct ethtool_link_ksettings cmd; | ^~~ /kisskb/src/net/core/net-sysfs.c: In function 'store_rps_dev_flow_table_cnt': /kisskb/src/net/core/net-sysfs.c:921:22: note: byref variable will be forcibly initialized 921 | unsigned long mask, count; | ^~~~~ /kisskb/src/net/core/net-sysfs.c: In function 'store_rps_map': /kisskb/src/net/core/net-sysfs.c:833:16: note: byref variable will be forcibly initialized 833 | cpumask_var_t mask; | ^~~~ /kisskb/src/net/core/net-sysfs.c: In function 'show_rps_map': /kisskb/src/net/core/net-sysfs.c:810:16: note: byref variable will be forcibly initialized 810 | cpumask_var_t mask; | ^~~~ /kisskb/src/net/core/net-sysfs.c: In function 'bql_set_hold_time': /kisskb/src/net/core/net-sysfs.c:1355:15: note: byref variable will be forcibly initialized 1355 | unsigned int value; | ^~~~~ /kisskb/src/net/core/net-sysfs.c: In function 'tx_maxrate_store': /kisskb/src/net/core/net-sysfs.c:1273:6: note: byref variable will be forcibly initialized 1273 | u32 rate = 0; | ^~~~ /kisskb/src/net/core/net-sysfs.c: In function 'bql_set': /kisskb/src/net/core/net-sysfs.c:1325:15: note: byref variable will be forcibly initialized 1325 | unsigned int value; | ^~~~~ /kisskb/src/net/core/net-sysfs.c: In function 'xps_cpus_store': /kisskb/src/net/core/net-sysfs.c:1507:16: note: byref variable will be forcibly initialized 1507 | cpumask_var_t mask; | ^~~~ /kisskb/src/net/core/net-sysfs.c: In function 'netstat_show': /kisskb/src/net/core/net-sysfs.c:679:28: note: byref variable will be forcibly initialized 679 | struct rtnl_link_stats64 temp; | ^~~~ /kisskb/src/drivers/regulator/ad5398.c: In function 'ad5398_read_reg': /kisskb/src/drivers/regulator/ad5398.c:40:17: note: byref variable will be forcibly initialized 40 | unsigned short val; | ^~~ /kisskb/src/drivers/regulator/ad5398.c: In function 'ad5398_is_enabled': /kisskb/src/drivers/regulator/ad5398.c:128:17: note: byref variable will be forcibly initialized 128 | unsigned short data; | ^~~~ /kisskb/src/drivers/regulator/ad5398.c: In function 'ad5398_get_current_limit': /kisskb/src/drivers/regulator/ad5398.c:72:17: note: byref variable will be forcibly initialized 72 | unsigned short data; | ^~~~ /kisskb/src/drivers/regulator/ad5398.c: In function 'ad5398_write_reg': /kisskb/src/drivers/regulator/ad5398.c:55:17: note: byref variable will be forcibly initialized 55 | unsigned short val; | ^~~ /kisskb/src/drivers/regulator/ad5398.c: In function 'ad5398_disable': /kisskb/src/drivers/regulator/ad5398.c:166:17: note: byref variable will be forcibly initialized 166 | unsigned short data; | ^~~~ /kisskb/src/drivers/regulator/ad5398.c: In function 'ad5398_enable': /kisskb/src/drivers/regulator/ad5398.c:145:17: note: byref variable will be forcibly initialized 145 | unsigned short data; | ^~~~ /kisskb/src/drivers/regulator/ad5398.c: In function 'ad5398_set_current_limit': /kisskb/src/drivers/regulator/ad5398.c:90:17: note: byref variable will be forcibly initialized 90 | unsigned short data; | ^~~~ /kisskb/src/drivers/regulator/act8865-regulator.c: In function 'act8865_get_mode': /kisskb/src/drivers/regulator/act8865-regulator.c:362:16: note: byref variable will be forcibly initialized 362 | int reg, ret, val = 0; | ^~~ /kisskb/src/drivers/regulator/act8865-regulator.c: In function 'act8600_charger_get_status': /kisskb/src/drivers/regulator/act8865-regulator.c:587:15: note: byref variable will be forcibly initialized 587 | unsigned int val; | ^~~ /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/regulator/da9063-regulator.c: In function 'da9063_ldo_lim_event': /kisskb/src/drivers/regulator/da9063-regulator.c:693:6: note: byref variable will be forcibly initialized 693 | int bits, i, ret; | ^~~~ In file included from /kisskb/src/include/linux/err.h:5, from /kisskb/src/drivers/regulator/bcm590xx-regulator.c:9: /kisskb/src/drivers/regulator/bcm590xx-regulator.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mfd/bcm590xx.h:12, from /kisskb/src/drivers/regulator/bcm590xx-regulator.c:12: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/drivers/regulator/da9063-regulator.c: In function 'da9063_ldo_get_mode': /kisskb/src/drivers/regulator/da9063-regulator.c:294:11: note: byref variable will be forcibly initialized 294 | int ret, val; | ^~~ /kisskb/src/drivers/regulator/da9063-regulator.c: In function 'da9063_buck_get_mode': /kisskb/src/drivers/regulator/da9063-regulator.c:237:15: note: byref variable will be forcibly initialized 237 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/da9063-regulator.c: In function 'da9063_buck_get_current_limit': /kisskb/src/drivers/regulator/da9063-regulator.c:526:6: note: byref variable will be forcibly initialized 526 | int val, ret, limit; | ^~~ /kisskb/src/drivers/regulator/da9063-regulator.c: In function 'da9063_buck_set_limit_set_overdrive': /kisskb/src/drivers/regulator/da9063-regulator.c:440:15: note: byref variable will be forcibly initialized 440 | unsigned int orig_overdrive; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/da9063-regulator.c: In function 'da9063_buck_set_limit_clear_overdrive': /kisskb/src/drivers/regulator/da9063-regulator.c:478:11: note: byref variable will be forcibly initialized 478 | int ret, orig_limit; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/drivers/regulator/da9063-regulator.c:10: /kisskb/src/drivers/regulator/da9063-regulator.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/regulator/da9063-regulator.c:16: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/regulator/da9063-regulator.c:14: /kisskb/src/drivers/regulator/da9063-regulator.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/drivers/regulator/da9063-regulator.c: In function 'da9063_regulator_probe': /kisskb/src/drivers/regulator/da9063-regulator.c:817:37: note: byref variable will be forcibly initialized 817 | int id, irq, n, n_regulators, ret, val; | ^~~ /kisskb/src/drivers/regulator/da9063-regulator.c:815:26: note: byref variable will be forcibly initialized 815 | struct regulator_config config; | ^~~~~~ /kisskb/src/drivers/regulator/da9063-regulator.c:810:29: note: byref variable will be forcibly initialized 810 | struct of_regulator_match *da9063_reg_matches = NULL; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'tl_to_darg': /kisskb/src/fs/ext4/fast_commit.c:1292:29: note: byref variable will be forcibly initialized 1292 | struct ext4_fc_dentry_info fcd; | ^~~ /kisskb/src/net/core/fib_rules.c: In function 'call_fib_rule_notifier': /kisskb/src/net/core/fib_rules.c:352:32: note: byref variable will be forcibly initialized 352 | struct fib_rule_notifier_info info = { | ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/fs/ext4/ext4.h:22, from /kisskb/src/fs/ext4/fast_commit.c:10: /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_submit_inode_data_all': /kisskb/src/fs/ext4/fast_commit.c:937:16: note: byref variable will be forcibly initialized 937 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/fs/ext4/fast_commit.c:937:4: note: in expansion of macro 'DEFINE_WAIT' 937 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:25, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/net/core/fib_rules.c:14: /kisskb/src/net/core/fib_rules.c: In function 'nla_get_be64': In file included from /kisskb/src/fs/ext4/fast_commit.c:10: /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_chksum': /kisskb/src/include/net/netlink.h:1630:9: note: byref variable will be forcibly initialized 1630 | __be64 tmp; | ^~~ /kisskb/src/fs/ext4/ext4.h:2446:4: note: byref variable will be forcibly initialized 2446 | } desc; | ^~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_reserve_space': /kisskb/src/fs/ext4/fast_commit.c:657:22: note: byref variable will be forcibly initialized 657 | struct buffer_head *bh; | ^~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_add_tlv': /kisskb/src/fs/ext4/fast_commit.c:761:20: note: byref variable will be forcibly initialized 761 | struct ext4_fc_tl tl; | ^~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_add_dentry_tlv': /kisskb/src/fs/ext4/fast_commit.c:782:20: note: byref variable will be forcibly initialized 782 | struct ext4_fc_tl tl; | ^~ /kisskb/src/fs/ext4/fast_commit.c:781:29: note: byref variable will be forcibly initialized 781 | struct ext4_fc_dentry_info fcd; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/kernel/trace/trace_benchmark.h:42, from /kisskb/src/kernel/trace/trace_benchmark.c:8: /kisskb/src/kernel/trace/trace_benchmark.c: In function 'trace_event_raw_event_benchmark_event': /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_write_tail': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' 141 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/kernel/trace/./trace_benchmark.h:15:1: note: in expansion of macro 'TRACE_EVENT_FN' 15 | TRACE_EVENT_FN(benchmark_event, | ^~~~~~~~~~~~~~ /kisskb/src/fs/ext4/fast_commit.c:723:22: note: byref variable will be forcibly initialized 723 | struct ext4_fc_tail tail; | ^~~~ /kisskb/src/fs/ext4/fast_commit.c:722:20: note: byref variable will be forcibly initialized 722 | struct ext4_fc_tl tl; | ^~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_write_inode_data': /kisskb/src/fs/ext4/fast_commit.c:859:27: note: byref variable will be forcibly initialized 859 | struct ext4_fc_del_range lrange; | ^~~~~~ /kisskb/src/fs/ext4/fast_commit.c:858:27: note: byref variable will be forcibly initialized 858 | struct ext4_fc_add_range fc_ext; | ^~~~~~ /kisskb/src/fs/ext4/fast_commit.c:857:25: note: byref variable will be forcibly initialized 857 | struct ext4_map_blocks map; | ^~~ /kisskb/src/net/core/fib_rules.c: In function 'call_fib_rule_notifiers': /kisskb/src/net/core/fib_rules.c:367:32: note: byref variable will be forcibly initialized 367 | struct fib_rule_notifier_info info = { | ^~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_write_inode': /kisskb/src/fs/ext4/fast_commit.c:815:20: note: byref variable will be forcibly initialized 815 | struct ext4_fc_tl tl; | ^~ /kisskb/src/fs/ext4/fast_commit.c:814:23: note: byref variable will be forcibly initialized 814 | struct ext4_fc_inode fc_inode; | ^~~~~~~~ /kisskb/src/fs/ext4/fast_commit.c:813:19: note: byref variable will be forcibly initialized 813 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/net/core/fib_rules.c: In function 'nla_put_uid_range': /kisskb/src/net/core/fib_rules.c:231:28: note: byref variable will be forcibly initialized 231 | struct fib_rule_uid_range out = { | ^~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:25, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/net/core/fib_rules.c:14: /kisskb/src/net/core/fib_rules.c: In function 'nla_put_u8': /kisskb/src/include/net/netlink.h:1244:5: note: byref variable will be forcibly initialized 1244 | u8 tmp = value; | ^~~ /kisskb/src/net/core/fib_rules.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized 1309 | u32 tmp = value; | ^~~ /kisskb/src/net/core/fib_rules.c: In function 'nla_put_be64': /kisskb/src/include/net/netlink.h:1378:9: note: byref variable will be forcibly initialized 1378 | __be64 tmp = value; | ^~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_perform_commit': /kisskb/src/fs/ext4/fast_commit.c:1063:6: note: byref variable will be forcibly initialized 1063 | u32 crc = 0; | ^~~ /kisskb/src/fs/ext4/fast_commit.c:1061:18: note: byref variable will be forcibly initialized 1061 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/ext4/fast_commit.c:1059:22: note: byref variable will be forcibly initialized 1059 | struct ext4_fc_head head; | ^~~~ /kisskb/src/net/core/fib_rules.c: In function 'fib_nl_newrule': /kisskb/src/net/core/fib_rules.c:762:7: note: byref variable will be forcibly initialized 762 | bool user_priority = false; | ^~~~~~~~~~~~~ /kisskb/src/net/core/fib_rules.c:760:17: note: byref variable will be forcibly initialized 760 | struct nlattr *tb[FRA_MAX + 1]; | ^~ /kisskb/src/net/core/fib_rules.c:759:19: note: byref variable will be forcibly initialized 759 | struct fib_rule *rule = NULL, *r, *last = NULL; | ^~~~ /kisskb/src/net/core/fib_rules.c: In function 'fib_nl_delrule': /kisskb/src/net/core/fib_rules.c:870:7: note: byref variable will be forcibly initialized 870 | bool user_priority = false; | ^~~~~~~~~~~~~ /kisskb/src/net/core/fib_rules.c:868:17: note: byref variable will be forcibly initialized 868 | struct nlattr *tb[FRA_MAX+1]; | ^~ /kisskb/src/net/core/fib_rules.c:867:37: note: byref variable will be forcibly initialized 867 | struct fib_rule *rule = NULL, *r, *nlrule = NULL; | ^~~~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_replay_scan': /kisskb/src/fs/ext4/fast_commit.c:1937:27: note: byref variable will be forcibly initialized 1937 | struct ext4_fc_add_range ext; | ^~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_set_bitmaps_and_counters': /kisskb/src/fs/ext4/fast_commit.c:1833:25: note: byref variable will be forcibly initialized 1833 | struct ext4_map_blocks map; | ^~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_replay_link': /kisskb/src/fs/ext4/fast_commit.c:1406:26: note: byref variable will be forcibly initialized 1406 | struct dentry_info_args darg; | ^~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_replay_unlink': /kisskb/src/fs/ext4/fast_commit.c:1309:26: note: byref variable will be forcibly initialized 1309 | struct dentry_info_args darg; | ^~~~ /kisskb/src/fs/ext4/fast_commit.c:1308:14: note: byref variable will be forcibly initialized 1308 | struct qstr entry; | ^~~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_replay_add_range': /kisskb/src/fs/ext4/fast_commit.c:1650:24: note: byref variable will be forcibly initialized 1650 | struct ext4_ext_path *path = NULL; | ^~~~ /kisskb/src/fs/ext4/fast_commit.c:1649:25: note: byref variable will be forcibly initialized 1649 | struct ext4_map_blocks map; | ^~~ /kisskb/src/fs/ext4/fast_commit.c:1644:21: note: byref variable will be forcibly initialized 1644 | struct ext4_extent newex, *ex; | ^~~~~ /kisskb/src/fs/ext4/fast_commit.c:1643:27: note: byref variable will be forcibly initialized 1643 | struct ext4_fc_add_range fc_add_ex; | ^~~~~~~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_replay_create': /kisskb/src/fs/ext4/fast_commit.c:1560:26: note: byref variable will be forcibly initialized 1560 | struct dentry_info_args darg; | ^~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_replay_del_range': /kisskb/src/fs/ext4/fast_commit.c:1774:25: note: byref variable will be forcibly initialized 1774 | struct ext4_map_blocks map; | ^~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_replay_inode': /kisskb/src/fs/ext4/fast_commit.c:1461:19: note: byref variable will be forcibly initialized 1461 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_replay': /kisskb/src/fs/ext4/fast_commit.c:2050:20: note: byref variable will be forcibly initialized 2050 | struct ext4_fc_tl tl; | ^~ /kisskb/src/fs/ext4/fast_commit.c: In function '__ext4_fc_track_unlink': /kisskb/src/fs/ext4/fast_commit.c:481:36: note: byref variable will be forcibly initialized 481 | struct __track_dentry_update_args args; | ^~~~ /kisskb/src/fs/ext4/fast_commit.c: In function '__ext4_fc_track_link': /kisskb/src/fs/ext4/fast_commit.c:500:36: note: byref variable will be forcibly initialized 500 | struct __track_dentry_update_args args; | ^~~~ /kisskb/src/fs/ext4/fast_commit.c: In function '__ext4_fc_track_create': /kisskb/src/fs/ext4/fast_commit.c:519:36: note: byref variable will be forcibly initialized 519 | struct __track_dentry_update_args args; | ^~~~ /kisskb/src/fs/ext4/fast_commit.c: In function 'ext4_fc_track_range': /kisskb/src/fs/ext4/fast_commit.c:598:28: note: byref variable will be forcibly initialized 598 | struct __track_range_args args; | ^~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:78, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:7: /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_start_cksum_safe': /kisskb/src/fs/xfs/libxfs/xfs_cksum.h:16:11: note: byref variable will be forcibly initialized 16 | uint32_t zero = 0; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_dir3_leaf_verify': /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:194:29: note: byref variable will be forcibly initialized 194 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_dir3_leaf1_check': /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:105:29: note: byref variable will be forcibly initialized 105 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_dir3_leaf_compact_x1': /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:982:7: note: byref variable will be forcibly initialized 982 | int lowstale; /* stale entry before index */ | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:979:7: note: byref variable will be forcibly initialized 979 | int highstale; /* stale entry at/after index */ | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_dir3_leaf_get_buf': /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:354:19: note: byref variable will be forcibly initialized 354 | struct xfs_buf *bp; | ^~ /kisskb/src/drivers/regulator/da9121-regulator.c: In function 'da9121_i2c_remove': /kisskb/src/drivers/regulator/da9121-regulator.c:1067:12: note: byref variable will be forcibly initialized 1067 | const int mask_all[4] = { 0xFF, 0xFF, 0xFF, 0xFF }; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_dir2_block_to_leaf': /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:397:29: note: byref variable will be forcibly initialized 397 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:394:8: note: byref variable will be forcibly initialized 394 | int needscan; /* need to rescan bestfree */ | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:393:8: note: byref variable will be forcibly initialized 393 | int needlog; /* need to log block header */ | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:389:19: note: byref variable will be forcibly initialized 389 | struct xfs_buf *lbp; /* leaf block's buffer */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:383:15: note: byref variable will be forcibly initialized 383 | xfs_dablk_t blkno; /* leaf block's bno */ | ^~~~~ /kisskb/src/drivers/regulator/da9121-regulator.c: In function 'da9121_buck_get_mode': /kisskb/src/drivers/regulator/da9121-regulator.c:320:15: note: byref variable will be forcibly initialized 320 | unsigned int val, mode; | ^~~ /kisskb/src/drivers/regulator/da9121-regulator.c: In function 'da9121_get_current_limit': /kisskb/src/drivers/regulator/da9121-regulator.c:176:15: note: byref variable will be forcibly initialized 176 | unsigned int val = 0; | ^~~ /kisskb/src/drivers/regulator/da9121-regulator.c: In function 'da9121_set_current_limit': /kisskb/src/drivers/regulator/da9121-regulator.c:247:15: note: byref variable will be forcibly initialized 247 | unsigned int sel = 0; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_dir2_leaf_search_hash': /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1550:29: note: byref variable will be forcibly initialized 1550 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/drivers/regulator/da9121-regulator.c: In function 'da9121_of_parse_cb': /kisskb/src/drivers/regulator/da9121-regulator.c:385:12: note: byref variable will be forcibly initialized 385 | uint32_t ripple_cancel; | ^~~~~~~~~~~~~ /kisskb/src/drivers/regulator/da9121-regulator.c: In function 'da9121_check_device_type': /kisskb/src/drivers/regulator/da9121-regulator.c:820:6: note: byref variable will be forcibly initialized 820 | u32 variant_id; | ^~~~~~~~~~ /kisskb/src/drivers/regulator/da9121-regulator.c:819:6: note: byref variable will be forcibly initialized 819 | u32 device_id; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_dir2_leaf_addname': /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:640:17: note: byref variable will be forcibly initialized 640 | xfs_dir2_db_t use_block; /* data block number */ | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:639:8: note: byref variable will be forcibly initialized 639 | int needscan; /* need to rescan data free */ | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:638:8: note: byref variable will be forcibly initialized 638 | int needlog; /* need to log data header */ | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:636:8: note: byref variable will be forcibly initialized 636 | int lowstale = 0; /* index of prev stale leaf */ | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:635:8: note: byref variable will be forcibly initialized 635 | int lfloghigh; /* high leaf logging index */ | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:634:8: note: byref variable will be forcibly initialized 634 | int lfloglow; /* low leaf logging index */ | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:632:8: note: byref variable will be forcibly initialized 632 | int index; /* leaf table position */ | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:630:8: note: byref variable will be forcibly initialized 630 | int highstale = 0; /* index of next stale leaf */ | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:617:19: note: byref variable will be forcibly initialized 617 | struct xfs_buf *lbp; /* leaf's buffer */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:616:19: note: byref variable will be forcibly initialized 616 | struct xfs_buf *dbp; /* data block buffer */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:612:29: note: byref variable will be forcibly initialized 612 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_dir2_leaf_lookup_int': /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1222:19: note: byref variable will be forcibly initialized 1222 | struct xfs_buf *lbp; /* leaf buffer */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1217:19: note: byref variable will be forcibly initialized 1217 | struct xfs_buf *dbp = NULL; /* data buffer */ | ^~~ /kisskb/src/drivers/regulator/da9121-regulator.c: In function 'da9121_config_irq': /kisskb/src/drivers/regulator/da9121-regulator.c:957:12: note: byref variable will be forcibly initialized 957 | const int mask_all[4] = { 0, 0, 0xFF, 0xFF }; | ^~~~~~~~ /kisskb/src/drivers/regulator/da9121-regulator.c:956:15: note: byref variable will be forcibly initialized 956 | unsigned int p_delay = DA9121_DEFAULT_POLLING_PERIOD_MS; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_dir2_leaf_lookup': /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1165:29: note: byref variable will be forcibly initialized 1165 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1162:19: note: byref variable will be forcibly initialized 1162 | struct xfs_buf *lbp; /* leaf buffer */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1161:8: note: byref variable will be forcibly initialized 1161 | int index; /* found entry index */ | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1157:19: note: byref variable will be forcibly initialized 1157 | struct xfs_buf *dbp; /* data block buffer */ | ^~~ /kisskb/src/drivers/regulator/da9121-regulator.c: In function 'da9121_i2c_probe': /kisskb/src/drivers/regulator/da9121-regulator.c:1032:12: note: byref variable will be forcibly initialized 1032 | const int mask_all[4] = { 0xFF, 0xFF, 0xFF, 0xFF }; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_dir2_leaf_removename': /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1361:29: note: byref variable will be forcibly initialized 1361 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1358:8: note: byref variable will be forcibly initialized 1358 | int needscan; /* need to rescan data frees */ | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1357:8: note: byref variable will be forcibly initialized 1357 | int needlog; /* need to log data header */ | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1353:19: note: byref variable will be forcibly initialized 1353 | struct xfs_buf *lbp; /* leaf buffer */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1352:8: note: byref variable will be forcibly initialized 1352 | int index; /* index into leaf entries */ | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1347:19: note: byref variable will be forcibly initialized 1347 | struct xfs_buf *dbp; /* data block buffer */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_dir2_leaf_replace': /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1499:29: note: byref variable will be forcibly initialized 1499 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1496:19: note: byref variable will be forcibly initialized 1496 | struct xfs_buf *lbp; /* leaf buffer */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1495:8: note: byref variable will be forcibly initialized 1495 | int index; /* index of leaf entry */ | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1491:19: note: byref variable will be forcibly initialized 1491 | struct xfs_buf *dbp; /* data block buffer */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_dir2_leaf_trim_data': /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1597:19: note: byref variable will be forcibly initialized 1597 | struct xfs_buf *dbp; /* data block buffer */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c: In function 'xfs_dir2_node_to_leaf': /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1690:29: note: byref variable will be forcibly initialized 1690 | struct xfs_dir3_icfree_hdr freehdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1689:29: note: byref variable will be forcibly initialized 1689 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1687:8: note: byref variable will be forcibly initialized 1687 | int rval; /* successful free trim? */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1682:17: note: byref variable will be forcibly initialized 1682 | xfs_fileoff_t fo; /* freespace file offset */ | ^~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_leaf.c:1681:19: note: byref variable will be forcibly initialized 1681 | struct xfs_buf *fbp; /* buffer for freespace block */ | ^~~ /kisskb/src/kernel/trace/ring_buffer_benchmark.c: In function 'read_event': /kisskb/src/kernel/trace/ring_buffer_benchmark.c:89:6: note: byref variable will be forcibly initialized 89 | u64 ts; | ^~ /kisskb/src/kernel/trace/ring_buffer_benchmark.c: In function 'read_page': /kisskb/src/kernel/trace/ring_buffer_benchmark.c:110:8: note: byref variable will be forcibly initialized 110 | void *bpage; | ^~~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:78, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:7: /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_start_cksum_safe': /kisskb/src/fs/xfs/libxfs/xfs_cksum.h:16:11: note: byref variable will be forcibly initialized 16 | uint32_t zero = 0; | ^~~~ In file included from /kisskb/src/include/linux/err.h:5, from /kisskb/src/drivers/regulator/gpio-regulator.c:21: /kisskb/src/drivers/regulator/gpio-regulator.c: In function 'devm_kmalloc_array': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir3_free_get_buf': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:327:29: note: byref variable will be forcibly initialized 327 | struct xfs_dir3_icfree_hdr hdr; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:325:19: note: byref variable will be forcibly initialized 325 | struct xfs_buf *bp; | ^~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/regulator/gpio-regulator.c:24: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/drivers/regulator/gpio-regulator.c: In function 'of_get_gpio_regulator_config': /kisskb/src/drivers/regulator/gpio-regulator.c:174:8: note: byref variable will be forcibly initialized 174 | u32 val; | ^~~ /kisskb/src/drivers/regulator/gpio-regulator.c:134:14: note: byref variable will be forcibly initialized 134 | const char *regtype; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir3_leafn_check': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:65:29: note: byref variable will be forcibly initialized 65 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_leafn_lookup_for_entry': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:796:29: note: byref variable will be forcibly initialized 796 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:784:19: note: byref variable will be forcibly initialized 784 | struct xfs_buf *curbp = NULL; /* current data/free buffer */ | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_leafn_add': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:507:8: note: byref variable will be forcibly initialized 507 | int lowstale = 0; /* previous stale entry */ | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:506:8: note: byref variable will be forcibly initialized 506 | int lfloglow; /* low leaf entry logging */ | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:505:8: note: byref variable will be forcibly initialized 505 | int lfloghigh; /* high leaf entry logging */ | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:504:8: note: byref variable will be forcibly initialized 504 | int highstale = 0; /* next stale entry */ | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:498:29: note: byref variable will be forcibly initialized 498 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_free_hdr_check': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:582:29: note: byref variable will be forcibly initialized 582 | struct xfs_dir3_icfree_hdr hdr; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_node_find_freeblk': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1806:17: note: byref variable will be forcibly initialized 1806 | xfs_fileoff_t fo; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1800:19: note: byref variable will be forcibly initialized 1800 | struct xfs_buf *fbp = NULL; | ^~~ In file included from /kisskb/src/fs/ext4/orphan.c:8: /kisskb/src/fs/ext4/orphan.c: In function 'ext4_chksum': /kisskb/src/fs/ext4/ext4.h:2446:4: note: byref variable will be forcibly initialized 2446 | } desc; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_node_add_datablk': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1692:19: note: byref variable will be forcibly initialized 1692 | struct xfs_buf *dbp; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1691:19: note: byref variable will be forcibly initialized 1691 | struct xfs_buf *fbp; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1690:17: note: byref variable will be forcibly initialized 1690 | xfs_dir2_db_t fbno; | ^~~~ /kisskb/src/fs/ext4/orphan.c: In function 'ext4_orphan_file_block_csum_verify': /kisskb/src/fs/ext4/orphan.c:538:9: note: byref variable will be forcibly initialized 538 | __le64 dsk_block_nr = cpu_to_le64(bh->b_blocknr); | ^~~~~~~~~~~~ /kisskb/src/fs/ext4/orphan.c: In function 'ext4_orphan_add': /kisskb/src/fs/ext4/orphan.c:103:19: note: byref variable will be forcibly initialized 103 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_node_addname_int': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1914:8: note: byref variable will be forcibly initialized 1914 | int needscan = 0; /* need to rescan data frees */ | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1913:8: note: byref variable will be forcibly initialized 1913 | int needlog = 0; /* need to log data header */ | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1910:8: note: byref variable will be forcibly initialized 1910 | int findex; /* freespace entry index */ | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1908:17: note: byref variable will be forcibly initialized 1908 | xfs_dir2_db_t dbno; /* data block number */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1906:19: note: byref variable will be forcibly initialized 1906 | struct xfs_buf *fbp; /* freespace buffer */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1905:19: note: byref variable will be forcibly initialized 1905 | struct xfs_buf *dbp; /* data block buffer */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1904:29: note: byref variable will be forcibly initialized 1904 | struct xfs_dir3_icfree_hdr freehdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir3_data_block_free': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1189:29: note: byref variable will be forcibly initialized 1189 | struct xfs_dir3_icfree_hdr freehdr; | ^~~~~~~ /kisskb/src/fs/ext4/orphan.c: In function 'ext4_orphan_del': /kisskb/src/fs/ext4/orphan.c:285:20: note: byref variable will be forcibly initialized 285 | struct ext4_iloc iloc2; | ^~~~~ /kisskb/src/fs/ext4/orphan.c:233:19: note: byref variable will be forcibly initialized 233 | struct ext4_iloc iloc; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_leafn_lookup_for_addname': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:698:31: note: byref variable will be forcibly initialized 698 | struct xfs_dir3_icfree_hdr freehdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:646:29: note: byref variable will be forcibly initialized 646 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:631:19: note: byref variable will be forcibly initialized 631 | struct xfs_buf *curbp = NULL; /* current data/free buffer */ | ^~~~~ /kisskb/src/fs/ext4/orphan.c: In function 'ext4_orphan_cleanup': /kisskb/src/fs/ext4/orphan.c:383:22: note: byref variable will be forcibly initialized 383 | int nr_orphans = 0, nr_truncates = 0; | ^~~~~~~~~~~~ /kisskb/src/fs/ext4/orphan.c:383:6: note: byref variable will be forcibly initialized 383 | int nr_orphans = 0, nr_truncates = 0; | ^~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_leafn_remove': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1360:30: note: byref variable will be forcibly initialized 1360 | struct xfs_dir3_icfree_hdr freehdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1343:19: note: byref variable will be forcibly initialized 1343 | struct xfs_buf *fbp; /* freeblock buffer */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1282:29: note: byref variable will be forcibly initialized 1282 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1279:8: note: byref variable will be forcibly initialized 1279 | int needscan; /* need to rescan data frees */ | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1278:8: note: byref variable will be forcibly initialized 1278 | int needlog; /* need to log data header */ | ^~~~~~~ /kisskb/src/fs/ext4/orphan.c: In function 'ext4_orphan_file_block_trigger': /kisskb/src/fs/ext4/orphan.c:561:9: note: byref variable will be forcibly initialized 561 | __le64 dsk_block_nr = cpu_to_le64(bh->b_blocknr); | ^~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_leaf_to_node': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:420:29: note: byref variable will be forcibly initialized 420 | struct xfs_dir3_icfree_hdr freehdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:412:17: note: byref variable will be forcibly initialized 412 | xfs_dir2_db_t fdb; /* freespace block number */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:411:19: note: byref variable will be forcibly initialized 411 | struct xfs_buf *fbp; /* freespace buffer */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_leaf_lasthash': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:604:29: note: byref variable will be forcibly initialized 604 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_leafn_order': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1038:29: note: byref variable will be forcibly initialized 1038 | struct xfs_dir3_icleaf_hdr hdr2; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1037:29: note: byref variable will be forcibly initialized 1037 | struct xfs_dir3_icleaf_hdr hdr1; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_leafn_rebalance': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1080:29: note: byref variable will be forcibly initialized 1080 | struct xfs_dir3_icleaf_hdr hdr2; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1079:29: note: byref variable will be forcibly initialized 1079 | struct xfs_dir3_icleaf_hdr hdr1; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_leafn_split': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1424:15: note: byref variable will be forcibly initialized 1424 | xfs_dablk_t blkno; /* new leaf block number */ | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_leafn_toosmall': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1551:30: note: byref variable will be forcibly initialized 1551 | struct xfs_dir3_icleaf_hdr hdr2; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1498:29: note: byref variable will be forcibly initialized 1498 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1497:8: note: byref variable will be forcibly initialized 1497 | int rval; /* result from path_shift */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1490:19: note: byref variable will be forcibly initialized 1490 | struct xfs_buf *bp; /* leaf buffer */ | ^~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_leafn_unbalance': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1623:29: note: byref variable will be forcibly initialized 1623 | struct xfs_dir3_icleaf_hdr drophdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:1622:29: note: byref variable will be forcibly initialized 1622 | struct xfs_dir3_icleaf_hdr savehdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_node_addname': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:2010:8: note: byref variable will be forcibly initialized 2010 | int rval; /* sub-return value */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_node_lookup': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:2079:7: note: byref variable will be forcibly initialized 2079 | int rval; /* operation return value */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_node_removename': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:2131:8: note: byref variable will be forcibly initialized 2131 | int rval; /* operation return value */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_node_replace': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:2225:30: note: byref variable will be forcibly initialized 2225 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:2196:8: note: byref variable will be forcibly initialized 2196 | int rval; /* internal return value */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c: In function 'xfs_dir2_node_trim_free': /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:2288:29: note: byref variable will be forcibly initialized 2288 | struct xfs_dir3_icfree_hdr freehdr; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_node.c:2283:19: note: byref variable will be forcibly initialized 2283 | struct xfs_buf *bp; /* freespace buffer */ | ^~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_sf.c: In function 'xfs_dir2_sf_addname': /kisskb/src/fs/xfs/libxfs/xfs_dir2_sf.c:375:23: note: byref variable will be forcibly initialized 375 | xfs_dir2_sf_entry_t *sfep = NULL; /* shortform entry */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_dir2_sf.c:372:23: note: byref variable will be forcibly initialized 372 | xfs_dir2_data_aoff_t offset = 0; /* offset for new entry */ | ^~~~~~ In file included from /kisskb/src/lib/mpi/mpi-internal.h:22, from /kisskb/src/lib/mpi/mpi-mod.c:9: /kisskb/src/lib/mpi/mpi-mod.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/skb.h:76, from /kisskb/src/net/core/net-traces.c:30: /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_kfree_skb': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/skb.h:15:1: note: in expansion of macro 'TRACE_EVENT' 15 | TRACE_EVENT(kfree_skb, | ^~~~~~~~~~~ /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_consume_skb': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/skb.h:37:1: note: in expansion of macro 'TRACE_EVENT' 37 | TRACE_EVENT(consume_skb, | ^~~~~~~~~~~ /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_skb_copy_datagram_iovec': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/skb.h:54:1: note: in expansion of macro 'TRACE_EVENT' 54 | TRACE_EVENT(skb_copy_datagram_iovec, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/net.h:332, from /kisskb/src/net/core/net-traces.c:31: /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_net_dev_rx_exit_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/net.h:270:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 270 | DECLARE_EVENT_CLASS(net_dev_rx_exit_template, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/sock.h:267, from /kisskb/src/net/core/net-traces.c:33: /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_sock_rcvqueue_full': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sock.h:71:1: note: in expansion of macro 'TRACE_EVENT' 71 | TRACE_EVENT(sock_rcvqueue_full, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/udp.h:33, from /kisskb/src/net/core/net-traces.c:34: /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_udp_fail_queue_rcv_skb': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/udp.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(udp_fail_queue_rcv_skb, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/qdisc.h:153, from /kisskb/src/net/core/net-traces.c:37: /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_qdisc_dequeue': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:14:1: note: in expansion of macro 'TRACE_EVENT' 14 | TRACE_EVENT(qdisc_dequeue, | ^~~~~~~~~~~ /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_qdisc_enqueue': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:49:1: note: in expansion of macro 'TRACE_EVENT' 49 | TRACE_EVENT(qdisc_enqueue, | ^~~~~~~~~~~ /kisskb/src/lib/mpi/mpi-mul.c: In function 'mpi_mul': /kisskb/src/lib/mpi/mpi-mul.c:20:13: note: byref variable will be forcibly initialized 20 | mpi_limb_t cy; | ^~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/drivers/reset/core.c:8: /kisskb/src/drivers/reset/core.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/fib.h:103, from /kisskb/src/net/core/net-traces.c:36: /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_fib_table_lookup': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fib.h:13:1: note: in expansion of macro 'TRACE_EVENT' 13 | TRACE_EVENT(fib_table_lookup, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/neigh.h:255, from /kisskb/src/net/core/net-traces.c:50: /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_neigh_create': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/neigh.h:23:1: note: in expansion of macro 'TRACE_EVENT' 23 | TRACE_EVENT(neigh_create, | ^~~~~~~~~~~ /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/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/net.h:332, from /kisskb/src/net/core/net-traces.c:31: /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_net_dev_start_xmit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/net.h:14:1: note: in expansion of macro 'TRACE_EVENT' 14 | TRACE_EVENT(net_dev_start_xmit, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/net.h:14:1: note: in expansion of macro 'TRACE_EVENT' 14 | TRACE_EVENT(net_dev_start_xmit, | ^~~~~~~~~~~ /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_net_dev_xmit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/net.h:71:1: note: in expansion of macro 'TRACE_EVENT' 71 | TRACE_EVENT(net_dev_xmit, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/net.h:71:1: note: in expansion of macro 'TRACE_EVENT' 71 | TRACE_EVENT(net_dev_xmit, | ^~~~~~~~~~~ /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_net_dev_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/net.h:121:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 121 | DECLARE_EVENT_CLASS(net_dev_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/net.h:121:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 121 | DECLARE_EVENT_CLASS(net_dev_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_net_dev_rx_verbose_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/net.h:164:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 164 | DECLARE_EVENT_CLASS(net_dev_rx_verbose_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/net.h:164:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 164 | DECLARE_EVENT_CLASS(net_dev_rx_verbose_template, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/napi.h:44, from /kisskb/src/net/core/net-traces.c:32: /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_napi_poll': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/napi.h:14:1: note: in expansion of macro 'TRACE_EVENT' 14 | TRACE_EVENT(napi_poll, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/napi.h:14:1: note: in expansion of macro 'TRACE_EVENT' 14 | TRACE_EVENT(napi_poll, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/qdisc.h:153, from /kisskb/src/net/core/net-traces.c:37: /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_qdisc_reset': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:77:1: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(qdisc_reset, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:77:1: note: in expansion of macro 'TRACE_EVENT' 77 | TRACE_EVENT(qdisc_reset, | ^~~~~~~~~~~ /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_qdisc_destroy': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:102:1: note: in expansion of macro 'TRACE_EVENT' 102 | TRACE_EVENT(qdisc_destroy, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:102:1: note: in expansion of macro 'TRACE_EVENT' 102 | TRACE_EVENT(qdisc_destroy, | ^~~~~~~~~~~ /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/net/core/net-traces.c: In function 'trace_event_raw_event_qdisc_create': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:127:1: note: in expansion of macro 'TRACE_EVENT' 127 | TRACE_EVENT(qdisc_create, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/qdisc.h:127:1: note: in expansion of macro 'TRACE_EVENT' 127 | TRACE_EVENT(qdisc_create, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/net.h:332, from /kisskb/src/net/core/net-traces.c:31: /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_net_dev_xmit_timeout': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/net.h:98:1: note: in expansion of macro 'TRACE_EVENT' 98 | TRACE_EVENT(net_dev_xmit_timeout, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/net.h:98:1: note: in expansion of macro 'TRACE_EVENT' 98 | TRACE_EVENT(net_dev_xmit_timeout, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/sock.h:267, from /kisskb/src/net/core/net-traces.c:33: /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_sock_exceed_buf_limit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sock.h:93:1: note: in expansion of macro 'TRACE_EVENT' 93 | TRACE_EVENT(sock_exceed_buf_limit, | ^~~~~~~~~~~ /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_inet_sock_set_state': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sock.h:138:1: note: in expansion of macro 'TRACE_EVENT' 138 | TRACE_EVENT(inet_sock_set_state, | ^~~~~~~~~~~ /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_inet_sk_error_report': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/sock.h:204:1: note: in expansion of macro 'TRACE_EVENT' 204 | TRACE_EVENT(inet_sk_error_report, | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/tcp.h:377, from /kisskb/src/net/core/net-traces.c:35: /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_tcp_event_sk_skb': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/tcp.h:50:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 50 | DECLARE_EVENT_CLASS(tcp_event_sk_skb, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_tcp_retransmit_synack': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/tcp.h:190:1: note: in expansion of macro 'TRACE_EVENT' 190 | TRACE_EVENT(tcp_retransmit_synack, | ^~~~~~~~~~~ /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_tcp_event_sk': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/tcp.h:121:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 121 | DECLARE_EVENT_CLASS(tcp_event_sk, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_tcp_probe': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/tcp.h:238:1: note: in expansion of macro 'TRACE_EVENT' 238 | TRACE_EVENT(tcp_probe, | ^~~~~~~~~~~ /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_tcp_event_skb': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/tcp.h:343:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 343 | DECLARE_EVENT_CLASS(tcp_event_skb, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/neigh.h:255, from /kisskb/src/net/core/net-traces.c:50: /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_neigh_update': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/neigh.h:72:1: note: in expansion of macro 'TRACE_EVENT' 72 | TRACE_EVENT(neigh_update, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/neigh.h:72:1: note: in expansion of macro 'TRACE_EVENT' 72 | TRACE_EVENT(neigh_update, | ^~~~~~~~~~~ /kisskb/src/net/core/net-traces.c: In function 'trace_event_raw_event_neigh__update': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/neigh.h:156:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 156 | DECLARE_EVENT_CLASS(neigh__update, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/neigh.h:156:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 156 | DECLARE_EVENT_CLASS(neigh__update, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/xarray.c:13: /kisskb/src/lib/xarray.c: In function '__xa_set_mark': /kisskb/src/lib/xarray.c:1895:11: note: byref variable will be forcibly initialized 1895 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function '__xa_clear_mark': /kisskb/src/lib/xarray.c:1913:11: note: byref variable will be forcibly initialized 1913 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function 'xa_destroy': /kisskb/src/lib/xarray.c:2202:11: note: byref variable will be forcibly initialized 2202 | XA_STATE(xas, xa, 0); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /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_load': /kisskb/src/lib/xarray.c:1451:11: note: byref variable will be forcibly initialized 1451 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function 'xa_get_mark': /kisskb/src/lib/xarray.c:1935:11: note: byref variable will be forcibly initialized 1935 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function 'xa_find': /kisskb/src/lib/xarray.c:2009:11: note: byref variable will be forcibly initialized 2009 | XA_STATE(xas, xa, *indexp); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function 'xa_find_after': /kisskb/src/lib/xarray.c:2059:11: note: byref variable will be forcibly initialized 2059 | XA_STATE(xas, xa, *indexp + 1); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/lib/xarray.c: In function 'xa_extract': /kisskb/src/lib/xarray.c:2156:11: note: byref variable will be forcibly initialized 2156 | XA_STATE(xas, xa, start); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/net/core/ptp_classifier.c: In function 'ptp_classifier_init': /kisskb/src/net/core/ptp_classifier.c:210:25: note: byref variable will be forcibly initialized 210 | struct sock_fprog_kern ptp_prog; | ^~~~~~~~ /kisskb/src/lib/parser.c: In function 'match_number': /kisskb/src/lib/parser.c:131:8: note: byref variable will be forcibly initialized 131 | char *endp; | ^~~~ /kisskb/src/lib/parser.c: In function 'match_u64int': /kisskb/src/lib/parser.c:168:6: note: byref variable will be forcibly initialized 168 | u64 val; | ^~~ /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/regulator/lp3971.c: In function 'lp3971_i2c_probe': /kisskb/src/drivers/regulator/lp3971.c:408:6: note: byref variable will be forcibly initialized 408 | u16 val; | ^~~ /kisskb/src/drivers/regulator/lp3971.c: In function 'lp3971_reg_read': /kisskb/src/drivers/regulator/lp3971.c:342:6: note: byref variable will be forcibly initialized 342 | u16 val = 0; | ^~~ /kisskb/src/drivers/regulator/lp3971.c: In function 'lp3971_set_bits': /kisskb/src/drivers/regulator/lp3971.c:358:6: note: byref variable will be forcibly initialized 358 | u16 tmp; | ^~~ /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/regulator/lp3972.c: In function 'lp3972_i2c_probe': /kisskb/src/drivers/regulator/lp3972.c:504:6: note: byref variable will be forcibly initialized 504 | u16 val; | ^~~ /kisskb/src/drivers/regulator/lp3972.c: In function 'lp3972_reg_read': /kisskb/src/drivers/regulator/lp3972.c:188:6: note: byref variable will be forcibly initialized 188 | u16 val = 0; | ^~~ /kisskb/src/drivers/regulator/lp3972.c: In function 'lp3972_set_bits': /kisskb/src/drivers/regulator/lp3972.c:204:6: note: byref variable will be forcibly initialized 204 | u16 tmp; | ^~~ /kisskb/src/lib/kasprintf.c: In function 'kvasprintf': /kisskb/src/lib/kasprintf.c:19:10: note: byref variable will be forcibly initialized 19 | va_list aq; | ^~ /kisskb/src/lib/kasprintf.c: In function 'kasprintf': /kisskb/src/lib/kasprintf.c:55:10: note: byref variable will be forcibly initialized 55 | va_list ap; | ^~ /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/lib/mpi/mpih-mul.c: In function 'mpihelp_mul_karatsuba_case': /kisskb/src/lib/mpi/mpih-mul.c:394:15: note: byref variable will be forcibly initialized 394 | mpi_limb_t tmp; | ^~~ /kisskb/src/lib/mpi/mpi-pow.c: In function 'mpi_powm': /kisskb/src/lib/mpi/mpi-pow.c:218:18: note: byref variable will be forcibly initialized 218 | mpi_limb_t tmp; | ^~~ In file included from /kisskb/src/lib/mpi/mpi-internal.h:22, from /kisskb/src/lib/mpi/mpiutil.c:21: /kisskb/src/lib/mpi/mpiutil.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/regulator/max8649.c: In function 'max8649_enable_time': /kisskb/src/drivers/regulator/max8649.c:63:15: note: byref variable will be forcibly initialized 63 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/max8649.c: In function 'max8649_get_mode': /kisskb/src/drivers/regulator/max8649.c:104:15: note: byref variable will be forcibly initialized 104 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/max8649.c: In function 'max8649_regulator_probe': /kisskb/src/drivers/regulator/max8649.c:155:15: note: byref variable will be forcibly initialized 155 | unsigned int val; | ^~~ /kisskb/src/lib/list_sort.c: In function 'merge': /kisskb/src/lib/list_sort.c:19:20: note: byref variable will be forcibly initialized 19 | struct list_head *head, **tail = &head; | ^~~~ /kisskb/src/lib/list_sort.c: In function 'list_sort': /kisskb/src/lib/list_sort.c:187:40: note: byref variable will be forcibly initialized 187 | struct list_head *list = head->next, *pending = NULL; | ^~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'number': /kisskb/src/lib/vsprintf.c:453:7: note: byref variable will be forcibly initialized 453 | char tmp[3 * sizeof(num)] __aligned(2); | ^~~ /kisskb/src/lib/vsprintf.c: In function 'ip4_string': /kisskb/src/lib/vsprintf.c:1350:8: note: byref variable will be forcibly initialized 1350 | char temp[4] __aligned(2); /* hold each IP quad in reverse order */ | ^~~~ /kisskb/src/lib/vsprintf.c: In function 'simple_strntoull': /kisskb/src/lib/vsprintf.c:59:21: note: byref variable will be forcibly initialized 59 | unsigned long long result = 0ULL; | ^~~~~~ /kisskb/src/lib/vsprintf.c: In function 'ptr_to_id': /kisskb/src/lib/vsprintf.c:825:16: note: byref variable will be forcibly initialized 825 | unsigned long hashval; | ^~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'resource_string': /kisskb/src/lib/vsprintf.c:1084:7: note: byref variable will be forcibly initialized 1084 | char sym[max(2*RSRC_BUF_SIZE + DECODED_BUF_SIZE, | ^~~ /kisskb/src/lib/vsprintf.c: In function 'mac_address_string': /kisskb/src/lib/vsprintf.c:1283:7: note: byref variable will be forcibly initialized 1283 | char mac_addr[sizeof("xx:xx:xx:xx:xx:xx")]; | ^~~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'ip4_addr_string': /kisskb/src/lib/vsprintf.c:1487:7: note: byref variable will be forcibly initialized 1487 | char ip4_addr[sizeof("255.255.255.255")]; | ^~~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'uuid_string': /kisskb/src/lib/vsprintf.c:1704:7: note: byref variable will be forcibly initialized 1704 | char uuid[UUID_STRING_LEN + 1]; | ^~~~ /kisskb/src/lib/vsprintf.c: In function 'symbol_string': /kisskb/src/lib/vsprintf.c:988:7: note: byref variable will be forcibly initialized 988 | char sym[KSYM_SYMBOL_LEN]; | ^~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/container_of.h:5, from /kisskb/src/include/linux/list.h:5, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/regulator/max8660.c:27: /kisskb/src/drivers/regulator/max8660.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/regulator/max8660.c:29: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/lib/vsprintf.c: In function 'ip6_compressed_string': /kisskb/src/lib/vsprintf.c:1381:18: note: byref variable will be forcibly initialized 1381 | struct in6_addr in6; | ^~~ /kisskb/src/lib/vsprintf.c:1374:16: note: byref variable will be forcibly initialized 1374 | unsigned char zerolength[8]; | ^~~~~~~~~~ /kisskb/src/drivers/regulator/max8660.c: In function 'max8660_probe': /kisskb/src/drivers/regulator/max8660.c:378:22: note: byref variable will be forcibly initialized 378 | struct device_node *of_node[MAX8660_V_END]; | ^~~~~~~ /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/lib/vsprintf.c: In function 'ip6_addr_string': /kisskb/src/lib/vsprintf.c:1473:7: note: byref variable will be forcibly initialized 1473 | char ip6_addr[sizeof("xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:255.255.255.255")]; | ^~~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'ip4_addr_string_sa': /kisskb/src/lib/vsprintf.c:1564:7: note: byref variable will be forcibly initialized 1564 | char fmt4[3] = { fmt[0], '4', 0 }; | ^~~~ /kisskb/src/lib/vsprintf.c:1561:11: note: byref variable will be forcibly initialized 1561 | char *p, ip4_addr[sizeof("255.255.255.255") + sizeof(":12345")]; | ^~~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'ip6_addr_string_sa': /kisskb/src/lib/vsprintf.c:1504:7: note: byref variable will be forcibly initialized 1504 | char fmt6[2] = { fmt[0], '6' }; | ^~~~ /kisskb/src/lib/vsprintf.c:1499:7: note: byref variable will be forcibly initialized 1499 | char ip6_addr[sizeof("[xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:255.255.255.255]") + | ^~~~~~~~ In file included from /kisskb/src/include/linux/random.h:121, from /kisskb/src/lib/random32.c:39: /kisskb/src/lib/random32.c: In function 'arch_get_random_seed_int': /kisskb/src/arch/powerpc/include/asm/archrandom.h:29:16: note: byref variable will be forcibly initialized 29 | unsigned long val; | ^~~ /kisskb/src/lib/vsprintf.c: In function 'fourcc_string': /kisskb/src/lib/vsprintf.c:1771:7: note: byref variable will be forcibly initialized 1771 | char output[sizeof("0123 little-endian (0x01234567)")]; | ^~~~~~ /kisskb/src/lib/random32.c: In function '__extract_hwseed': /kisskb/src/lib/random32.c:251:15: note: byref variable will be forcibly initialized 251 | unsigned int val = 0; | ^~~ /kisskb/src/lib/vsprintf.c: In function 'time64_str': /kisskb/src/lib/vsprintf.c:1918:12: note: byref variable will be forcibly initialized 1918 | struct tm tm; | ^~ /kisskb/src/lib/vsprintf.c:1917:18: note: byref variable will be forcibly initialized 1917 | struct rtc_time rtc_time; | ^~~~~~~~ /kisskb/src/lib/random32.c: In function 'prandom_seed_full_state': /kisskb/src/lib/random32.c:117:7: note: byref variable will be forcibly initialized 117 | u32 seeds[4]; | ^~~~~ /kisskb/src/lib/vsprintf.c: In function 'device_node_string': /kisskb/src/lib/vsprintf.c:2121:14: note: byref variable will be forcibly initialized 2121 | const char *p; | ^ /kisskb/src/lib/vsprintf.c:2120:7: note: byref variable will be forcibly initialized 2120 | char tbuf[sizeof("xxxx") + 1]; | ^~~~ /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; | ^~~~~ /kisskb/src/lib/vsprintf.c: In function 'va_format': /kisskb/src/lib/vsprintf.c:1688:10: note: byref variable will be forcibly initialized 1688 | va_list va; | ^~ /kisskb/src/lib/vsprintf.c: In function 'vbin_printf': /kisskb/src/lib/vsprintf.c:3051:22: note: byref variable will be forcibly initialized 3051 | unsigned long long val8; \ | ^~~~ /kisskb/src/lib/vsprintf.c:3153:5: note: in expansion of macro 'save_arg' 3153 | save_arg(ptrdiff_t); | ^~~~~~~~ /kisskb/src/lib/vsprintf.c:3051:22: note: byref variable will be forcibly initialized 3051 | unsigned long long val8; \ | ^~~~ /kisskb/src/lib/vsprintf.c:3150:5: note: in expansion of macro 'save_arg' 3150 | save_arg(size_t); | ^~~~~~~~ /kisskb/src/lib/vsprintf.c:3051:22: note: byref variable will be forcibly initialized 3051 | unsigned long long val8; \ | ^~~~ /kisskb/src/lib/vsprintf.c:3147:5: note: in expansion of macro 'save_arg' 3147 | save_arg(unsigned long); | ^~~~~~~~ /kisskb/src/lib/vsprintf.c:3051:22: note: byref variable will be forcibly initialized 3051 | unsigned long long val8; \ | ^~~~ /kisskb/src/lib/vsprintf.c:3143:5: note: in expansion of macro 'save_arg' 3143 | save_arg(long long); | ^~~~~~~~ /kisskb/src/lib/vsprintf.c:3051:22: note: byref variable will be forcibly initialized 3051 | unsigned long long val8; \ | ^~~~ /kisskb/src/lib/vsprintf.c:3124:6: note: in expansion of macro 'save_arg' 3124 | save_arg(void *); | ^~~~~~~~ /kisskb/src/lib/vsprintf.c:3051:22: note: byref variable will be forcibly initialized 3051 | unsigned long long val8; \ | ^~~~ /kisskb/src/lib/vsprintf.c:3120:5: note: in expansion of macro 'save_arg' 3120 | save_arg(void *); | ^~~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'bstr_printf': /kisskb/src/lib/vsprintf.c:3211:15: note: byref variable will be forcibly initialized 3211 | typeof(type) value; \ | ^~~~~ /kisskb/src/lib/vsprintf.c:3363:11: note: in expansion of macro 'get_arg' 3363 | num = get_arg(int); | ^~~~~~~ /kisskb/src/lib/vsprintf.c:3211:15: note: byref variable will be forcibly initialized 3211 | typeof(type) value; \ | ^~~~~ /kisskb/src/lib/vsprintf.c:3360:11: note: in expansion of macro 'get_arg' 3360 | num = get_arg(unsigned int); | ^~~~~~~ /kisskb/src/lib/vsprintf.c:3211:15: note: byref variable will be forcibly initialized 3211 | typeof(type) value; \ | ^~~~~ /kisskb/src/lib/vsprintf.c:3357:11: note: in expansion of macro 'get_arg' 3357 | num = get_arg(short); | ^~~~~~~ /kisskb/src/lib/vsprintf.c:3211:15: note: byref variable will be forcibly initialized 3211 | typeof(type) value; \ | ^~~~~ /kisskb/src/lib/vsprintf.c:3354:11: note: in expansion of macro 'get_arg' 3354 | num = get_arg(unsigned short); | ^~~~~~~ /kisskb/src/lib/vsprintf.c:3211:15: note: byref variable will be forcibly initialized 3211 | typeof(type) value; \ | ^~~~~ /kisskb/src/lib/vsprintf.c:3351:11: note: in expansion of macro 'get_arg' 3351 | num = get_arg(signed char); | ^~~~~~~ /kisskb/src/lib/vsprintf.c:3211:15: note: byref variable will be forcibly initialized 3211 | typeof(type) value; \ | ^~~~~ /kisskb/src/lib/vsprintf.c:3348:11: note: in expansion of macro 'get_arg' 3348 | num = get_arg(unsigned char); | ^~~~~~~ /kisskb/src/lib/vsprintf.c:3211:15: note: byref variable will be forcibly initialized 3211 | typeof(type) value; \ | ^~~~~ /kisskb/src/lib/vsprintf.c:3345:11: note: in expansion of macro 'get_arg' 3345 | num = get_arg(ptrdiff_t); | ^~~~~~~ /kisskb/src/lib/vsprintf.c:3211:15: note: byref variable will be forcibly initialized 3211 | typeof(type) value; \ | ^~~~~ /kisskb/src/lib/vsprintf.c:3342:11: note: in expansion of macro 'get_arg' 3342 | num = get_arg(size_t); | ^~~~~~~ /kisskb/src/lib/vsprintf.c:3211:15: note: byref variable will be forcibly initialized 3211 | typeof(type) value; \ | ^~~~~ /kisskb/src/lib/vsprintf.c:3339:11: note: in expansion of macro 'get_arg' 3339 | num = get_arg(unsigned long); | ^~~~~~~ /kisskb/src/lib/vsprintf.c:3211:15: note: byref variable will be forcibly initialized 3211 | typeof(type) value; \ | ^~~~~ /kisskb/src/lib/vsprintf.c:3335:11: note: in expansion of macro 'get_arg' 3335 | num = get_arg(long long); | ^~~~~~~ /kisskb/src/lib/vsprintf.c:3211:15: note: byref variable will be forcibly initialized 3211 | typeof(type) value; \ | ^~~~~ /kisskb/src/lib/vsprintf.c:3313:34: note: in expansion of macro 'get_arg' 3313 | str = pointer(fmt, str, end, get_arg(void *), spec); | ^~~~~~~ /kisskb/src/lib/vsprintf.c:3211:15: note: byref variable will be forcibly initialized 3211 | typeof(type) value; \ | ^~~~~ /kisskb/src/lib/vsprintf.c:3266:24: note: in expansion of macro 'get_arg' 3266 | c = (unsigned char) get_arg(char); | ^~~~~~~ /kisskb/src/lib/vsprintf.c:3211:15: note: byref variable will be forcibly initialized 3211 | typeof(type) value; \ | ^~~~~ /kisskb/src/lib/vsprintf.c:3253:25: note: in expansion of macro 'get_arg' 3253 | set_precision(&spec, get_arg(int)); | ^~~~~~~ /kisskb/src/lib/vsprintf.c:3211:15: note: byref variable will be forcibly initialized 3211 | typeof(type) value; \ | ^~~~~ /kisskb/src/lib/vsprintf.c:3249:27: note: in expansion of macro 'get_arg' 3249 | set_field_width(&spec, get_arg(int)); | ^~~~~~~ /kisskb/src/lib/vsprintf.c: In function 'snprintf': /kisskb/src/lib/vsprintf.c:2934:10: note: byref variable will be forcibly initialized 2934 | va_list args; | ^~~~ /kisskb/src/lib/vsprintf.c: In function 'scnprintf': /kisskb/src/lib/vsprintf.c:2958:10: note: byref variable will be forcibly initialized 2958 | va_list args; | ^~~~ /kisskb/src/lib/vsprintf.c: In function 'sprintf': /kisskb/src/lib/vsprintf.c:3003:10: note: byref variable will be forcibly initialized 3003 | va_list args; | ^~~~ /kisskb/src/lib/vsprintf.c: In function 'bprintf': /kisskb/src/lib/vsprintf.c:3398:10: note: byref variable will be forcibly initialized 3398 | va_list args; | ^~~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from ./arch/powerpc/include/generated/asm/rwonce.h:1, from /kisskb/src/include/linux/compiler.h:266, from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/lib/vsprintf.c:21: /kisskb/src/lib/vsprintf.c: In function 'vsscanf': /kisskb/src/lib/vsprintf.c:3555:19: note: byref variable will be forcibly initialized 3555 | DECLARE_BITMAP(set, 256) = {0}; | ^~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/lib/vsprintf.c:3420:8: note: byref variable will be forcibly initialized 3420 | char *next; | ^~~~ /kisskb/src/lib/vsprintf.c: In function 'sscanf': /kisskb/src/lib/vsprintf.c:3698:10: note: byref variable will be forcibly initialized 3698 | va_list args; | ^~~~ /kisskb/src/lib/vsprintf.c: In function 'num_to_str': /kisskb/src/lib/vsprintf.c:374:7: note: byref variable will be forcibly initialized 374 | char tmp[sizeof(num) * 3] __aligned(2); | ^~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:6: /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_trans_get_buf': /kisskb/src/fs/xfs/xfs_trans.h:180:24: note: byref variable will be forcibly initialized 180 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_inobt_update': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:58:22: note: byref variable will be forcibly initialized 58 | union xfs_btree_rec rec; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_dialloc_roll': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1547:20: note: byref variable will be forcibly initialized 1547 | struct xfs_trans *tp = *tpp; | ^~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/neighbour.h:31, from /kisskb/src/include/net/dst.h:19, from /kisskb/src/include/net/route.h:23, from /kisskb/src/include/net/lwtunnel.h:9, from /kisskb/src/net/core/lwtunnel.c:21: /kisskb/src/net/core/lwtunnel.c: In function 'nla_put_u16': /kisskb/src/include/net/netlink.h:1257:6: note: byref variable will be forcibly initialized 1257 | u16 tmp = value; | ^~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:9, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:6: /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_difree_inode_chunk': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1826:17: note: byref variable will be forcibly initialized 1826 | DECLARE_BITMAP(holemask, XFS_INOBT_HOLEMASK_BITS); | ^~~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:78, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:6: /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_start_cksum_safe': /kisskb/src/fs/xfs/libxfs/xfs_cksum.h:16:11: note: byref variable will be forcibly initialized 16 | uint32_t zero = 0; | ^~~~ /kisskb/src/drivers/regulator/max8997-regulator.c: In function 'max8997_set_voltage_ldobuck': /kisskb/src/drivers/regulator/max8997-regulator.c:455:21: note: byref variable will be forcibly initialized 455 | int i, reg, shift, mask, ret; | ^~~~ /kisskb/src/drivers/regulator/max8997-regulator.c:455:14: note: byref variable will be forcibly initialized 455 | int i, reg, shift, mask, ret; | ^~~~~ /kisskb/src/drivers/regulator/max8997-regulator.c:455:9: note: byref variable will be forcibly initialized 455 | int i, reg, shift, mask, ret; | ^~~ /kisskb/src/drivers/regulator/max8997-regulator.c: In function 'max8997_set_current_limit': /kisskb/src/drivers/regulator/max8997-regulator.c:783:11: note: byref variable will be forcibly initialized 783 | unsigned dummy; | ^~~~~ /kisskb/src/drivers/regulator/max8997-regulator.c: In function 'max8997_reg_disable': /kisskb/src/drivers/regulator/max8997-regulator.c:277:22: note: byref variable will be forcibly initialized 277 | int ret, reg, mask, pattern; | ^~~~~~~ /kisskb/src/drivers/regulator/max8997-regulator.c:277:16: note: byref variable will be forcibly initialized 277 | int ret, reg, mask, pattern; | ^~~~ /kisskb/src/drivers/regulator/max8997-regulator.c:277:11: note: byref variable will be forcibly initialized 277 | int ret, reg, mask, pattern; | ^~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:6: /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_trans_read_buf': /kisskb/src/fs/xfs/xfs_trans.h:203:24: note: byref variable will be forcibly initialized 203 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/drivers/regulator/max8997-regulator.c: In function 'max8997_reg_enable': /kisskb/src/drivers/regulator/max8997-regulator.c:264:22: note: byref variable will be forcibly initialized 264 | int ret, reg, mask, pattern; | ^~~~~~~ /kisskb/src/drivers/regulator/max8997-regulator.c:264:16: note: byref variable will be forcibly initialized 264 | int ret, reg, mask, pattern; | ^~~~ /kisskb/src/drivers/regulator/max8997-regulator.c:264:11: note: byref variable will be forcibly initialized 264 | int ret, reg, mask, pattern; | ^~~ /kisskb/src/drivers/regulator/max8997-regulator.c: In function 'max8997_set_voltage_charger_cv': /kisskb/src/drivers/regulator/max8997-regulator.c:403:22: note: byref variable will be forcibly initialized 403 | int reg, shift = 0, mask, ret = 0; | ^~~~ /kisskb/src/drivers/regulator/max8997-regulator.c:403:11: note: byref variable will be forcibly initialized 403 | int reg, shift = 0, mask, ret = 0; | ^~~~~ /kisskb/src/drivers/regulator/max8997-regulator.c:403:6: note: byref variable will be forcibly initialized 403 | int reg, shift = 0, mask, ret = 0; | ^~~ /kisskb/src/drivers/regulator/max8997-regulator.c: In function 'max8997_set_voltage_safeout_sel': /kisskb/src/drivers/regulator/max8997-regulator.c:696:22: note: byref variable will be forcibly initialized 696 | int reg, shift = 0, mask, ret; | ^~~~ /kisskb/src/drivers/regulator/max8997-regulator.c:696:11: note: byref variable will be forcibly initialized 696 | int reg, shift = 0, mask, ret; | ^~~~~ /kisskb/src/drivers/regulator/max8997-regulator.c:696:6: note: byref variable will be forcibly initialized 696 | int reg, shift = 0, mask, ret; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_ialloc_count_inodes_rec': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2719:30: note: byref variable will be forcibly initialized 2719 | struct xfs_inobt_rec_incore irec; | ^~~~ /kisskb/src/drivers/regulator/max8997-regulator.c: In function 'max8997_assess_side_effect': /kisskb/src/drivers/regulator/max8997-regulator.c:545:6: note: byref variable will be forcibly initialized 545 | int side_effect[8]; | ^~~~~~~~~~~ /kisskb/src/drivers/regulator/max8997-regulator.c:544:7: note: byref variable will be forcibly initialized 544 | bool buckx_gpiodvs[3]; | ^~~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_inobt_get_rec': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:109:24: note: byref variable will be forcibly initialized 109 | union xfs_btree_rec *rec; | ^~~ /kisskb/src/drivers/regulator/max8997-regulator.c:543:6: note: byref variable will be forcibly initialized 543 | u8 *buckx_val[3]; | ^~~~~~~~~ /kisskb/src/drivers/regulator/max8997-regulator.c: In function 'max8997_get_voltage_sel': /kisskb/src/drivers/regulator/max8997-regulator.c:357:5: note: byref variable will be forcibly initialized 357 | u8 val; | ^~~ /kisskb/src/drivers/regulator/max8997-regulator.c:356:18: note: byref variable will be forcibly initialized 356 | int reg, shift, mask, ret; | ^~~~ /kisskb/src/drivers/regulator/max8997-regulator.c:356:11: note: byref variable will be forcibly initialized 356 | int reg, shift, mask, ret; | ^~~~~ /kisskb/src/drivers/regulator/max8997-regulator.c:356:6: note: byref variable will be forcibly initialized 356 | int reg, shift, mask, ret; | ^~~ /kisskb/src/drivers/regulator/max8997-regulator.c: In function 'max8997_reg_is_enabled': /kisskb/src/drivers/regulator/max8997-regulator.c:247:5: note: byref variable will be forcibly initialized 247 | u8 val; | ^~~ /kisskb/src/drivers/regulator/max8997-regulator.c:246:22: note: byref variable will be forcibly initialized 246 | int ret, reg, mask, pattern; | ^~~~~~~ /kisskb/src/drivers/regulator/max8997-regulator.c:246:16: note: byref variable will be forcibly initialized 246 | int ret, reg, mask, pattern; | ^~~~ /kisskb/src/drivers/regulator/max8997-regulator.c:246:11: note: byref variable will be forcibly initialized 246 | int ret, reg, mask, pattern; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_ialloc_get_rec': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:941:8: note: byref variable will be forcibly initialized 941 | int i; | ^ /kisskb/src/drivers/regulator/max8997-regulator.c: In function 'max8997_reg_disable_suspend': /kisskb/src/drivers/regulator/max8997-regulator.c:712:22: note: byref variable will be forcibly initialized 712 | int ret, reg, mask, pattern; | ^~~~~~~ /kisskb/src/drivers/regulator/max8997-regulator.c:712:16: note: byref variable will be forcibly initialized 712 | int ret, reg, mask, pattern; | ^~~~ /kisskb/src/drivers/regulator/max8997-regulator.c:712:11: note: byref variable will be forcibly initialized 712 | int ret, reg, mask, pattern; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_ialloc_next_rec': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:912:8: note: byref variable will be forcibly initialized 912 | int i; | ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_dialloc_ag_finobt_near': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1264:12: note: byref variable will be forcibly initialized 1264 | int i, j; | ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1264:9: note: byref variable will be forcibly initialized 1264 | int i, j; | ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1262:30: note: byref variable will be forcibly initialized 1262 | struct xfs_inobt_rec_incore rrec; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1261:25: note: byref variable will be forcibly initialized 1261 | struct xfs_btree_cur *rcur; /* right search cursor */ | ^~~~ /kisskb/src/drivers/regulator/max8997-regulator.c: In function 'max8997_set_voltage_buck': /kisskb/src/drivers/regulator/max8997-regulator.c:621:15: note: byref variable will be forcibly initialized 621 | int new_val, new_idx, damage, tmp_val, tmp_idx, tmp_dmg; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_dialloc_ag_finobt_newino': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1349:6: note: byref variable will be forcibly initialized 1349 | int i; | ^ In file included from /kisskb/src/include/asm-generic/bug.h:5, from /kisskb/src/arch/powerpc/include/asm/bug.h:149, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/drivers/regulator/max8997-regulator.c:10: /kisskb/src/drivers/regulator/max8997-regulator.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/include/asm-generic/gpio.h:11, from /kisskb/src/include/linux/gpio.h:62, from /kisskb/src/drivers/regulator/max8997-regulator.c:12: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_dialloc_ag_update_inobt': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1396:9: note: byref variable will be forcibly initialized 1396 | int i; | ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1394:30: note: byref variable will be forcibly initialized 1394 | struct xfs_inobt_rec_incore rec; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_check_agi_freecount': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:225:8: note: byref variable will be forcibly initialized 225 | int i; | ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:222:26: note: byref variable will be forcibly initialized 222 | xfs_inobt_rec_incore_t rec; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_inobt_insert_sprec': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:528:30: note: byref variable will be forcibly initialized 528 | struct xfs_inobt_rec_incore rec; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:527:9: note: byref variable will be forcibly initialized 527 | int i; | ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_inobt_insert': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:182:8: note: byref variable will be forcibly initialized 182 | int i; | ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_difree_finobt': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2033:9: note: byref variable will be forcibly initialized 2033 | int i; | ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2030:30: note: byref variable will be forcibly initialized 2030 | struct xfs_inobt_rec_incore rec; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_ialloc_inode_init': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:270:19: note: byref variable will be forcibly initialized 270 | struct xfs_buf *fbuf; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_ialloc_log_agi': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2422:8: note: byref variable will be forcibly initialized 2422 | int last; /* last byte number */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2421:8: note: byref variable will be forcibly initialized 2421 | int first; /* first byte number */ | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_ialloc_ag_alloc': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:626:12: note: byref variable will be forcibly initialized 626 | uint16_t allocmask = (uint16_t) -1; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:624:30: note: byref variable will be forcibly initialized 624 | struct xfs_inobt_rec_incore rec; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:619:15: note: byref variable will be forcibly initialized 619 | xfs_agino_t newino; /* new first inode's number */ | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:617:23: note: byref variable will be forcibly initialized 617 | struct xfs_alloc_arg args; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_dialloc_ag_inobt': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1024:8: note: byref variable will be forcibly initialized 1024 | int doneright; /* done, to the right */ | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1023:8: note: byref variable will be forcibly initialized 1023 | int doneleft; /* done, to the left */ | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:999:11: note: byref variable will be forcibly initialized 999 | int i, j; | ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:999:8: note: byref variable will be forcibly initialized 999 | int i, j; | ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:995:35: note: byref variable will be forcibly initialized 995 | struct xfs_inobt_rec_incore rec, trec; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:995:30: note: byref variable will be forcibly initialized 995 | struct xfs_inobt_rec_incore rec, trec; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:994:30: note: byref variable will be forcibly initialized 994 | struct xfs_btree_cur *cur, *tcur; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_dialloc_ag': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1448:9: note: byref variable will be forcibly initialized 1448 | int i; | ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1444:30: note: byref variable will be forcibly initialized 1444 | struct xfs_inobt_rec_incore rec; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1442:25: note: byref variable will be forcibly initialized 1442 | struct xfs_btree_cur *cur; /* finobt cursor */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_difree_inobt': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1901:9: note: byref variable will be forcibly initialized 1901 | int i; | ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1898:30: note: byref variable will be forcibly initialized 1898 | struct xfs_inobt_rec_incore rec; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_dialloc_try_ag': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1675:13: note: byref variable will be forcibly initialized 1675 | xfs_ino_t ino; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1674:19: note: byref variable will be forcibly initialized 1674 | struct xfs_buf *agbp; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_difree': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2143:30: note: byref variable will be forcibly initialized 2143 | struct xfs_inobt_rec_incore rec;/* btree record */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2139:19: note: byref variable will be forcibly initialized 2139 | struct xfs_buf *agbp; /* buffer for allocation group header */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_imap_lookup': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2216:8: note: byref variable will be forcibly initialized 2216 | int i; | ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2214:19: note: byref variable will be forcibly initialized 2214 | struct xfs_buf *agbp; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2212:30: note: byref variable will be forcibly initialized 2212 | struct xfs_inobt_rec_incore rec; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_imap': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2278:17: note: byref variable will be forcibly initialized 2278 | xfs_agblock_t offset_agbno; /* blks from chunk start to inode */ | ^~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2274:17: note: byref variable will be forcibly initialized 2274 | xfs_agblock_t chunk_agbno; /* first block in inode chunk */ | ^~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_ialloc_pagi_init': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2639:18: note: byref variable will be forcibly initialized 2639 | struct xfs_buf *bp = NULL; | ^~ /kisskb/src/lib/bitmap.c: In function 'bitmap_getnum': /kisskb/src/lib/bitmap.c:648:21: note: byref variable will be forcibly initialized 648 | unsigned long long n; | ^ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_dialloc': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:1741:13: note: byref variable will be forcibly initialized 1741 | xfs_ino_t ino; | ^~~ /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/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_ialloc_has_inode_record': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2661:8: note: byref variable will be forcibly initialized 2661 | int has_record; | ^~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2658:30: note: byref variable will be forcibly initialized 2658 | struct xfs_inobt_rec_incore irec; | ^~~~ In file included from /kisskb/src/lib/bitmap.c:16: /kisskb/src/lib/bitmap.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c: In function 'xfs_ialloc_check_shrink': /kisskb/src/lib/bitmap.c: In function 'kmalloc_array_node': /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2951:8: note: byref variable will be forcibly initialized 2951 | int has; | ^~~ /kisskb/src/include/linux/slab.h:680:9: note: byref variable will be forcibly initialized 680 | size_t bytes; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc.c:2946:30: note: byref variable will be forcibly initialized 2946 | struct xfs_inobt_rec_incore rec; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c: In function 'xfs_inobt_maxlevels_ondisk': /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c:567:16: note: byref variable will be forcibly initialized 567 | unsigned int minrecs[2]; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c: In function 'xfs_finobt_maxlevels_ondisk': /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c:583:16: note: byref variable will be forcibly initialized 583 | unsigned int minrecs[2]; | ^~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c:6: /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c: In function '__xfs_inobt_alloc_block': /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c:99:19: note: byref variable will be forcibly initialized 99 | xfs_alloc_arg_t args; /* block allocation args */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c: In function 'xfs_finobt_read_blocks': /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c:765:19: note: byref variable will be forcibly initialized 765 | struct xfs_buf *agbp; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c: In function 'xfs_inobt_irec_to_allocmask': /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c:617:10: note: byref variable will be forcibly initialized 617 | uint allocbitmap; | ^~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c: In function 'xfs_inobt_rec_check_count': /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c:664:13: note: byref variable will be forcibly initialized 664 | uint64_t allocbmap; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c: In function 'xfs_inobt_count_blocks': /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c:743:24: note: byref variable will be forcibly initialized 743 | struct xfs_btree_cur *cur = NULL; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c:742:19: note: byref variable will be forcibly initialized 742 | struct xfs_buf *agbp = NULL; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c: In function 'xfs_finobt_calc_reserves': /kisskb/src/fs/xfs/libxfs/xfs_ialloc_btree.c:790:16: note: byref variable will be forcibly initialized 790 | xfs_extlen_t tree_len = 0; | ^~~~~~~~ In file included from /kisskb/src/lib/scatterlist.c:8: /kisskb/src/lib/scatterlist.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /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; | ^~~~~ /kisskb/src/net/core/of_net.c: In function 'of_get_phy_mode': /kisskb/src/net/core/of_net.c:28:14: note: byref variable will be forcibly initialized 28 | const char *pm; | ^~ /kisskb/src/net/core/of_net.c: In function 'of_get_mac_addr_nvmem': /kisskb/src/net/core/of_net.c:65:9: note: byref variable will be forcibly initialized 65 | size_t len; | ^~~ /kisskb/src/net/core/of_net.c: In function 'of_get_ethdev_address': /kisskb/src/net/core/of_net.c:162:5: note: byref variable will be forcibly initialized 162 | u8 addr[ETH_ALEN]; | ^~~~ /kisskb/src/drivers/reset/reset-ti-syscon.c: In function 'ti_syscon_reset_status': /kisskb/src/drivers/reset/reset-ti-syscon.c:142:15: note: byref variable will be forcibly initialized 142 | unsigned int reset_state; | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/err.h:5, from /kisskb/src/include/linux/mfd/syscon.h:14, from /kisskb/src/drivers/reset/reset-ti-syscon.c:18: /kisskb/src/drivers/reset/reset-ti-syscon.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/reset/reset-ti-syscon.c:21: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/drivers/reset/reset-ti-syscon.c: In function 'ti_syscon_reset_probe': /kisskb/src/drivers/reset/reset-ti-syscon.c:175:6: note: byref variable will be forcibly initialized 175 | int size, nr_controls, i; | ^~~~ /kisskb/src/drivers/regulator/mp8859.c: In function 'mp8859_get_voltage_sel': /kisskb/src/drivers/regulator/mp8859.c:58:15: note: byref variable will be forcibly initialized 58 | unsigned int val_tmp; | ^~~~~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_inode_buf.c:6: /kisskb/src/fs/xfs/libxfs/xfs_inode_buf.c: In function 'xfs_trans_read_buf': /kisskb/src/fs/xfs/xfs_trans.h:203:24: note: byref variable will be forcibly initialized 203 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_inode_buf.c: In function 'xfs_inode_to_disk_ts': /kisskb/src/fs/xfs/libxfs/xfs_inode_buf.c:270:20: note: byref variable will be forcibly initialized 270 | xfs_timestamp_t ts; | ^~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:78, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_inode_buf.c:6: /kisskb/src/fs/xfs/libxfs/xfs_inode_buf.c: In function 'xfs_start_cksum_safe': /kisskb/src/fs/xfs/libxfs/xfs_cksum.h:16:11: note: byref variable will be forcibly initialized 16 | uint32_t zero = 0; | ^~~~ /kisskb/src/drivers/regulator/mt6311-regulator.c: In function 'mt6311_i2c_probe': /kisskb/src/drivers/regulator/mt6311-regulator.c:94:15: note: byref variable will be forcibly initialized 94 | unsigned int data; | ^~~~ /kisskb/src/net/ethernet/eth.c: In function 'eth_get_headlen': /kisskb/src/net/ethernet/eth.c:129:25: note: byref variable will be forcibly initialized 129 | struct flow_keys_basic keys; | ^~~~ /kisskb/src/net/ethernet/eth.c: In function 'eth_type_trans': /kisskb/src/net/ethernet/eth.c:157:17: note: byref variable will be forcibly initialized 157 | unsigned short _service_access_point; | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ethernet/eth.c: In function 'device_get_ethdev_address': /kisskb/src/net/ethernet/eth.c:650:5: note: byref variable will be forcibly initialized 650 | u8 addr[ETH_ALEN]; | ^~~~ /kisskb/src/net/ethernet/eth.c: In function 'platform_get_ethdev_address': /kisskb/src/net/ethernet/eth.c:536:5: note: byref variable will be forcibly initialized 536 | u8 addr[ETH_ALEN] __aligned(2); | ^~~~ /kisskb/src/net/ethernet/eth.c: In function 'nvmem_get_mac_address': /kisskb/src/net/ethernet/eth.c:559:9: note: byref variable will be forcibly initialized 559 | size_t len; | ^~~ /kisskb/src/drivers/regulator/pfuze100-regulator.c: In function 'pfuze_identify': /kisskb/src/drivers/regulator/pfuze100-regulator.c:637:15: note: byref variable will be forcibly initialized 637 | unsigned int value; | ^~~~~ /kisskb/src/drivers/regulator/pfuze100-regulator.c: In function 'pfuze100_regulator_probe': /kisskb/src/drivers/regulator/pfuze100-regulator.c:773:7: note: byref variable will be forcibly initialized 773 | int val; | ^~~ /kisskb/src/drivers/regulator/pv88090-regulator.c: In function 'pv88090_buck_get_mode': /kisskb/src/drivers/regulator/pv88090-regulator.c:93:15: note: byref variable will be forcibly initialized 93 | unsigned int data; | ^~~~ /kisskb/src/drivers/regulator/pv88090-regulator.c: In function 'pv88090_irq_handler': /kisskb/src/drivers/regulator/pv88090-regulator.c:221:9: note: byref variable will be forcibly initialized 221 | int i, reg_val, err, ret = IRQ_NONE; | ^~~~~~~ /kisskb/src/drivers/regulator/pv88090-regulator.c: In function 'pv88090_i2c_probe': /kisskb/src/drivers/regulator/pv88090-regulator.c:275:22: note: byref variable will be forcibly initialized 275 | unsigned int conf2, range, index; | ^~~~~ /kisskb/src/drivers/regulator/pv88090-regulator.c:275:15: note: byref variable will be forcibly initialized 275 | unsigned int conf2, range, index; | ^~~~~ /kisskb/src/drivers/regulator/rt4801-regulator.c: In function 'rt4801_probe': /kisskb/src/drivers/regulator/rt4801-regulator.c:186:16: note: byref variable will be forcibly initialized 186 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/rt4801-regulator.c:183:27: note: byref variable will be forcibly initialized 183 | struct regulator_config config = { .dev = &i2c->dev, .driver_data = priv, | ^~~~~~ /kisskb/src/lib/percpu-refcount.c: In function 'percpu_ref_is_zero': /kisskb/src/lib/percpu-refcount.c:410:26: note: byref variable will be forcibly initialized 410 | unsigned long __percpu *percpu_count; | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:19, from /kisskb/src/lib/percpu-refcount.c:7: /kisskb/src/lib/percpu-refcount.c: In function 'percpu_ref_put_many': /kisskb/src/include/linux/percpu-refcount.h:328:26: note: byref variable will be forcibly initialized 328 | unsigned long __percpu *percpu_count; | ^~~~~~~~~~~~ /kisskb/src/lib/hexdump.c: In function 'print_hex_dump': /kisskb/src/lib/hexdump.c:246:16: note: byref variable will be forcibly initialized 246 | unsigned char linebuf[32 * 3 + 2 + 32 + 1]; | ^~~~~~~ /kisskb/src/lib/percpu-refcount.c: In function 'percpu_ref_get_many': /kisskb/src/include/linux/percpu-refcount.h:200:26: note: byref variable will be forcibly initialized 200 | unsigned long __percpu *percpu_count; | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/lib/percpu-refcount.c:5: /kisskb/src/lib/percpu-refcount.c: In function '__percpu_ref_switch_mode': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:947:8: note: in expansion of macro '___wait_event' 947 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1007:2: note: in expansion of macro '__wait_event_lock_irq' 1007 | __wait_event_lock_irq(wq_head, condition, lock, ); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/percpu-refcount.c:275:2: note: in expansion of macro 'wait_event_lock_irq' 275 | wait_event_lock_irq(percpu_ref_switch_waitq, !data->confirm_switch, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/percpu-refcount.c: In function 'percpu_ref_resurrect': /kisskb/src/lib/percpu-refcount.c:463:26: note: byref variable will be forcibly initialized 463 | unsigned long __percpu *percpu_count; | ^~~~~~~~~~~~ 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_to_atomic_sync': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/lib/percpu-refcount.c:329:2: note: in expansion of macro 'wait_event' 329 | wait_event(percpu_ref_switch_waitq, !ref->data->confirm_switch); | ^~~~~~~~~~ /kisskb/src/drivers/regulator/rtq2134-regulator.c: In function 'rtq2134_buck_get_error_flags': /kisskb/src/drivers/regulator/rtq2134-regulator.c:169:27: note: byref variable will be forcibly initialized 169 | unsigned int chip_error, buck_error, events = 0; | ^~~~~~~~~~ /kisskb/src/drivers/regulator/rtq2134-regulator.c:169:15: note: byref variable will be forcibly initialized 169 | unsigned int chip_error, buck_error, events = 0; | ^~~~~~~~~~ /kisskb/src/drivers/regulator/rtq2134-regulator.c: In function 'rtq2134_buck_get_mode': /kisskb/src/drivers/regulator/rtq2134-regulator.c:99:15: note: byref variable will be forcibly initialized 99 | unsigned int mode; | ^~~~ In file included from /kisskb/src/lib/kfifo.c:10: /kisskb/src/lib/kfifo.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/lib/kfifo.c: In function '__kfifo_out_peek_r': /kisskb/src/lib/kfifo.c:467:15: note: byref variable will be forcibly initialized 467 | unsigned int n; | ^ /kisskb/src/lib/kfifo.c: In function '__kfifo_out_r': /kisskb/src/lib/kfifo.c:479:15: note: byref variable will be forcibly initialized 479 | unsigned int n; | ^ /kisskb/src/lib/iov_iter.c: In function 'iov_iter_bvec_advance': /kisskb/src/lib/iov_iter.c:1032:19: note: byref variable will be forcibly initialized 1032 | struct bvec_iter bi; | ^~ /kisskb/src/drivers/regulator/rtq6752-regulator.c: In function 'rtq6752_get_error_flags': /kisskb/src/drivers/regulator/rtq6752-regulator.c:108:21: note: byref variable will be forcibly initialized 108 | const unsigned int fault_mask[] = { | ^~~~~~~~~~ /kisskb/src/drivers/regulator/rtq6752-regulator.c:107:15: note: byref variable will be forcibly initialized 107 | unsigned int val, events = 0; | ^~~ /kisskb/src/drivers/regulator/rtq6752-regulator.c: In function 'rtq6752_init_device_properties': /kisskb/src/drivers/regulator/rtq6752-regulator.c:177:5: note: byref variable will be forcibly initialized 177 | u8 raw_vals[] = { 0, 0 }; | ^~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'iov_iter_npages': /kisskb/src/lib/iov_iter.c:1818:10: note: byref variable will be forcibly initialized 1818 | size_t off; | ^~~ /kisskb/src/lib/iov_iter.c:1816:16: note: byref variable will be forcibly initialized 1816 | unsigned int iter_head; | ^~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'push_pipe': /kisskb/src/lib/iov_iter.c:554:9: note: byref variable will be forcibly initialized 554 | size_t off; | ^~~ /kisskb/src/lib/iov_iter.c:553:15: note: byref variable will be forcibly initialized 553 | unsigned int iter_head; | ^~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'copy_pipe_to_iter': /kisskb/src/lib/iov_iter.c:601:12: note: byref variable will be forcibly initialized 601 | size_t n, off; | ^~~ /kisskb/src/lib/iov_iter.c:600:15: note: byref variable will be forcibly initialized 600 | unsigned int i_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/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 '_copy_to_iter': /kisskb/src/lib/iov_iter.c:78:11: note: byref variable will be forcibly initialized 78 | 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:142:4: note: in expansion of macro 'iterate_xarray' 142 | iterate_xarray(i, n, base, len, off, \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:149:2: note: in expansion of macro '__iterate_and_advance' 149 | __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:667:2: note: in expansion of macro 'iterate_and_advance' 667 | iterate_and_advance(i, bytes, base, len, off, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function '_copy_from_iter': /kisskb/src/lib/iov_iter.c:78:11: note: byref variable will be forcibly initialized 78 | 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:142:4: note: in expansion of macro 'iterate_xarray' 142 | iterate_xarray(i, n, base, len, off, \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:149:2: note: in expansion of macro '__iterate_and_advance' 149 | __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:767:2: note: in expansion of macro 'iterate_and_advance' 767 | iterate_and_advance(i, bytes, base, len, off, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function '_copy_from_iter_nocache': /kisskb/src/lib/iov_iter.c:78:11: note: byref variable will be forcibly initialized 78 | 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:142:4: note: in expansion of macro 'iterate_xarray' 142 | iterate_xarray(i, n, base, len, off, \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:149:2: note: in expansion of macro '__iterate_and_advance' 149 | __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:782:2: note: in expansion of macro 'iterate_and_advance' 782 | iterate_and_advance(i, bytes, base, len, off, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'copy_page_from_iter_atomic': /kisskb/src/lib/iov_iter.c:78:11: note: byref variable will be forcibly initialized 78 | 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:142:4: note: in expansion of macro 'iterate_xarray' 142 | iterate_xarray(i, n, base, len, off, \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:149:2: note: in expansion of macro '__iterate_and_advance' 149 | __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:969:2: note: in expansion of macro 'iterate_and_advance' 969 | iterate_and_advance(i, bytes, base, len, off, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'copy_mc_pipe_to_iter': /kisskb/src/lib/iov_iter.c:692:12: note: byref variable will be forcibly initialized 692 | size_t n, off, xfer = 0; | ^~~ /kisskb/src/lib/iov_iter.c:691:15: note: byref variable will be forcibly initialized 691 | unsigned int i_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/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 '_copy_mc_to_iter': /kisskb/src/lib/iov_iter.c:78:11: note: byref variable will be forcibly initialized 78 | 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:142:4: note: in expansion of macro 'iterate_xarray' 142 | iterate_xarray(i, n, base, len, off, \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:749:2: note: in expansion of macro '__iterate_and_advance' 749 | __iterate_and_advance(i, bytes, base, len, off, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function '_copy_from_iter_flushcache': /kisskb/src/lib/iov_iter.c:78:11: note: byref variable will be forcibly initialized 78 | 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:142:4: note: in expansion of macro 'iterate_xarray' 142 | iterate_xarray(i, n, base, len, off, \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:149:2: note: in expansion of macro '__iterate_and_advance' 149 | __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:814:2: note: in expansion of macro 'iterate_and_advance' 814 | iterate_and_advance(i, bytes, base, len, off, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/lib/rhashtable.c:20: /kisskb/src/lib/rhashtable.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/lib/iov_iter.c: In function 'pipe_get_pages': /kisskb/src/lib/iov_iter.c:1390:15: note: byref variable will be forcibly initialized 1390 | unsigned int iter_head, npages; | ^~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'pipe_zero': /kisskb/src/lib/iov_iter.c:919:12: note: byref variable will be forcibly initialized 919 | size_t n, off; | ^~~ /kisskb/src/lib/iov_iter.c:918:15: note: byref variable will be forcibly initialized 918 | unsigned int i_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/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 'iov_iter_zero': /kisskb/src/lib/iov_iter.c:78:11: note: byref variable will be forcibly initialized 78 | 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:142:4: note: in expansion of macro 'iterate_xarray' 142 | iterate_xarray(i, n, base, len, off, \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:149:2: note: in expansion of macro '__iterate_and_advance' 149 | __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:947:2: note: in expansion of macro 'iterate_and_advance' 947 | iterate_and_advance(i, bytes, base, len, count, | ^~~~~~~~~~~~~~~~~~~ /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/net/core/failover.c: In function 'failover_slave_unregister': /kisskb/src/net/core/failover.c:107:23: note: byref variable will be forcibly initialized 107 | struct failover_ops *fops; | ^~~~ /kisskb/src/net/core/failover.c: In function 'failover_slave_link_change': /kisskb/src/net/core/failover.c:138:23: note: byref variable will be forcibly initialized 138 | struct failover_ops *fops; | ^~~~ /kisskb/src/lib/iov_iter.c: In function 'iter_xarray_populate_pages': /kisskb/src/lib/iov_iter.c:1407:11: note: byref variable will be forcibly initialized 1407 | XA_STATE(xas, xa, index); | ^~~ /kisskb/src/include/linux/xarray.h:1351:18: note: in definition of macro 'XA_STATE' 1351 | struct xa_state name = __XA_STATE(array, index, 0, 0) | ^~~~ /kisskb/src/net/core/failover.c: In function 'failover_slave_name_change': /kisskb/src/net/core/failover.c:163:23: note: byref variable will be forcibly initialized 163 | struct failover_ops *fops; | ^~~~ /kisskb/src/lib/iov_iter.c: In function 'iov_iter_get_pages': /kisskb/src/lib/iov_iter.c:1522:9: note: byref variable will be forcibly initialized 1522 | size_t len; | ^~~ /kisskb/src/net/core/failover.c: In function 'failover_slave_register': /kisskb/src/net/core/failover.c:50:23: note: byref variable will be forcibly initialized 50 | struct failover_ops *fops; | ^~~~ /kisskb/src/net/core/failover.c:48:31: note: byref variable will be forcibly initialized 48 | struct netdev_lag_upper_info lag_upper_info; | ^~~~~~~~~~~~~~ In file included from /kisskb/src/arch/powerpc/include/asm/cmpxchg.h:6, from /kisskb/src/arch/powerpc/include/asm/atomic.h:11, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/crypto.h:15, from /kisskb/src/include/crypto/hash.h:11, from /kisskb/src/lib/iov_iter.c:2: /kisskb/src/lib/iov_iter.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:756:6: note: in expansion of macro 'unlikely' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:756:15: note: in expansion of macro 'check_mul_overflow' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:756:6: note: in expansion of macro 'unlikely' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:756:15: note: in expansion of macro 'check_mul_overflow' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/crypto.h:20, from /kisskb/src/include/crypto/hash.h:11, from /kisskb/src/lib/iov_iter.c:2: /kisskb/src/include/linux/slab.h:754:9: note: byref variable will be forcibly initialized 754 | size_t bytes; | ^~~~~ /kisskb/src/lib/iov_iter.c: In function 'pipe_get_pages_alloc': /kisskb/src/lib/iov_iter.c:1573:15: note: byref variable will be forcibly initialized 1573 | unsigned int iter_head, npages; | ^~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'iov_iter_get_pages_alloc': /kisskb/src/lib/iov_iter.c:1648:9: note: byref variable will be forcibly initialized 1648 | size_t len; | ^~~ 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 'csum_and_copy_from_iter': /kisskb/src/lib/iov_iter.c:78:11: note: byref variable will be forcibly initialized 78 | 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:142:4: note: in expansion of macro 'iterate_xarray' 142 | iterate_xarray(i, n, base, len, off, \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:149:2: note: in expansion of macro '__iterate_and_advance' 149 | __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:1708:2: note: in expansion of macro 'iterate_and_advance' 1708 | iterate_and_advance(i, bytes, base, len, off, ({ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c: In function 'csum_and_copy_to_pipe_iter': /kisskb/src/lib/iov_iter.c:638:9: note: byref variable will be forcibly initialized 638 | size_t r; | ^ /kisskb/src/lib/iov_iter.c:637:15: note: byref variable will be forcibly initialized 637 | unsigned int i_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/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 'csum_and_copy_to_iter': /kisskb/src/lib/iov_iter.c:78:11: note: byref variable will be forcibly initialized 78 | 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:142:4: note: in expansion of macro 'iterate_xarray' 142 | iterate_xarray(i, n, base, len, off, \ | ^~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:149:2: note: in expansion of macro '__iterate_and_advance' 149 | __iterate_and_advance(i, n, base, len, off, I, ((void)(K),0)) | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:1735:7: note: in expansion of macro 'iterate_and_advance' 1735 | else iterate_and_advance(i, bytes, base, len, off, ({ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/iov_iter.c:1725:9: note: byref variable will be forcibly initialized 1725 | __wsum sum, next; | ^~~ /kisskb/src/lib/iov_iter.c: In function 'hash_and_copy_to_iter': /kisskb/src/lib/iov_iter.c:1754:21: note: byref variable will be forcibly initialized 1754 | struct scatterlist sg; | ^~ In file included from /kisskb/src/include/linux/crypto.h:20, from /kisskb/src/include/crypto/hash.h:11, from /kisskb/src/lib/iov_iter.c:2: /kisskb/src/lib/iov_iter.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/tty/hvc/hvc_opal.c: In function 'udbg_opal_getc_poll': /kisskb/src/drivers/tty/hvc/hvc_opal.c:298:7: note: byref variable will be forcibly initialized 298 | char c; | ^ In file included from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/lib/bucket_locks.c:2: /kisskb/src/lib/bucket_locks.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:756:6: note: in expansion of macro 'unlikely' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:756:15: note: in expansion of macro 'check_mul_overflow' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:756:6: note: in expansion of macro 'unlikely' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:756:15: note: in expansion of macro 'check_mul_overflow' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/lib/bucket_locks.c:4: /kisskb/src/include/linux/slab.h:754:9: note: byref variable will be forcibly initialized 754 | size_t bytes; | ^~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtobool_from_user': /kisskb/src/lib/kstrtox.c:382:7: note: byref variable will be forcibly initialized 382 | char buf[4]; | ^~~ /kisskb/src/lib/kstrtox.c: In function '_kstrtoull': /kisskb/src/lib/kstrtox.c:95:21: note: byref variable will be forcibly initialized 95 | unsigned long long _res; | ^~~~ /kisskb/src/lib/kstrtox.c: In function '_kstrtoul': /kisskb/src/lib/kstrtox.c:178:21: note: byref variable will be forcibly initialized 178 | unsigned long long tmp; | ^~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtouint': /kisskb/src/lib/kstrtox.c:224:21: note: byref variable will be forcibly initialized 224 | unsigned long long tmp; | ^~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtouint_from_user': /kisskb/src/lib/kstrtox.c:396:7: note: byref variable will be forcibly initialized 396 | char buf[1 + sizeof(type) * 8 + 1 + 1]; \ | ^~~ /kisskb/src/lib/kstrtox.c:410:1: note: in expansion of macro 'kstrto_from_user' 410 | kstrto_from_user(kstrtouint_from_user, kstrtouint, unsigned int); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtou16': /kisskb/src/lib/kstrtox.c:269:21: note: byref variable will be forcibly initialized 269 | unsigned long long tmp; | ^~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtou16_from_user': /kisskb/src/lib/kstrtox.c:396:7: note: byref variable will be forcibly initialized 396 | char buf[1 + sizeof(type) * 8 + 1 + 1]; \ | ^~~ /kisskb/src/lib/kstrtox.c:412:1: note: in expansion of macro 'kstrto_from_user' 412 | kstrto_from_user(kstrtou16_from_user, kstrtou16, u16); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtou8': /kisskb/src/lib/kstrtox.c:299:21: note: byref variable will be forcibly initialized 299 | unsigned long long tmp; | ^~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtou8_from_user': /kisskb/src/lib/kstrtox.c:396:7: note: byref variable will be forcibly initialized 396 | char buf[1 + sizeof(type) * 8 + 1 + 1]; \ | ^~~ /kisskb/src/lib/kstrtox.c:414:1: note: in expansion of macro 'kstrto_from_user' 414 | kstrto_from_user(kstrtou8_from_user, kstrtou8, u8); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtoull_from_user': /kisskb/src/lib/kstrtox.c:396:7: note: byref variable will be forcibly initialized 396 | char buf[1 + sizeof(type) * 8 + 1 + 1]; \ | ^~~ /kisskb/src/lib/kstrtox.c:406:1: note: in expansion of macro 'kstrto_from_user' 406 | kstrto_from_user(kstrtoull_from_user, kstrtoull, unsigned long long); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtoul_from_user': /kisskb/src/lib/kstrtox.c:396:7: note: byref variable will be forcibly initialized 396 | char buf[1 + sizeof(type) * 8 + 1 + 1]; \ | ^~~ /kisskb/src/lib/kstrtox.c:408:1: note: in expansion of macro 'kstrto_from_user' 408 | kstrto_from_user(kstrtoul_from_user, kstrtoul, unsigned long); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtoll': /kisskb/src/lib/kstrtox.c:153:21: note: byref variable will be forcibly initialized 153 | unsigned long long tmp; | ^~~ /kisskb/src/lib/kstrtox.c: In function '_kstrtol': /kisskb/src/lib/kstrtox.c:194:12: note: byref variable will be forcibly initialized 194 | long long tmp; | ^~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtoint': /kisskb/src/lib/kstrtox.c:254:12: note: byref variable will be forcibly initialized 254 | long long tmp; | ^~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtoint_from_user': /kisskb/src/lib/kstrtox.c:396:7: note: byref variable will be forcibly initialized 396 | char buf[1 + sizeof(type) * 8 + 1 + 1]; \ | ^~~ /kisskb/src/lib/kstrtox.c:411:1: note: in expansion of macro 'kstrto_from_user' 411 | kstrto_from_user(kstrtoint_from_user, kstrtoint, int); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtos16': /kisskb/src/lib/kstrtox.c:284:12: note: byref variable will be forcibly initialized 284 | long long tmp; | ^~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtos16_from_user': /kisskb/src/lib/kstrtox.c:396:7: note: byref variable will be forcibly initialized 396 | char buf[1 + sizeof(type) * 8 + 1 + 1]; \ | ^~~ /kisskb/src/lib/kstrtox.c:413:1: note: in expansion of macro 'kstrto_from_user' 413 | kstrto_from_user(kstrtos16_from_user, kstrtos16, s16); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtos8': /kisskb/src/lib/kstrtox.c:314:12: note: byref variable will be forcibly initialized 314 | long long tmp; | ^~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtos8_from_user': /kisskb/src/lib/kstrtox.c:396:7: note: byref variable will be forcibly initialized 396 | char buf[1 + sizeof(type) * 8 + 1 + 1]; \ | ^~~ /kisskb/src/lib/kstrtox.c:415:1: note: in expansion of macro 'kstrto_from_user' 415 | kstrto_from_user(kstrtos8_from_user, kstrtos8, s8); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtoll_from_user': /kisskb/src/lib/kstrtox.c:396:7: note: byref variable will be forcibly initialized 396 | char buf[1 + sizeof(type) * 8 + 1 + 1]; \ | ^~~ /kisskb/src/lib/kstrtox.c:407:1: note: in expansion of macro 'kstrto_from_user' 407 | kstrto_from_user(kstrtoll_from_user, kstrtoll, long long); | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/kstrtox.c: In function 'kstrtol_from_user': /kisskb/src/lib/kstrtox.c:396:7: note: byref variable will be forcibly initialized 396 | char buf[1 + sizeof(type) * 8 + 1 + 1]; \ | ^~~ /kisskb/src/lib/kstrtox.c:409:1: note: in expansion of macro 'kstrto_from_user' 409 | kstrto_from_user(kstrtol_from_user, kstrtol, long); | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/sy8824x.c: In function 'sy8824_get_mode': /kisskb/src/drivers/regulator/sy8824x.c:62:6: note: byref variable will be forcibly initialized 62 | u32 val; | ^~~ /kisskb/src/lib/string_helpers.c: In function 'string_get_size': /kisskb/src/lib/string_helpers.c:54:7: note: byref variable will be forcibly initialized 54 | char tmp[8]; | ^~~ /kisskb/src/lib/string_helpers.c: In function 'string_unescape': /kisskb/src/lib/string_helpers.c:270:8: note: byref variable will be forcibly initialized 270 | char *out = dst; | ^~~ /kisskb/src/lib/string_helpers.c: In function 'string_escape_mem': /kisskb/src/lib/string_helpers.c:522:8: note: byref variable will be forcibly initialized 522 | char *p = dst; | ^ /kisskb/src/lib/string_helpers.c: In function 'kstrdup_quotable': /kisskb/src/lib/string_helpers.c:598:13: note: byref variable will be forcibly initialized 598 | const char esc[] = "\f\n\r\t\v\a\e\\\""; | ^~~ /kisskb/src/drivers/regulator/sy8827n.c: In function 'sy8827n_get_mode': /kisskb/src/drivers/regulator/sy8827n.c:61:6: note: byref variable will be forcibly initialized 61 | u32 val; | ^~~ /kisskb/src/drivers/regulator/tps65090-regulator.c: In function 'tps65090_try_enable_fet': /kisskb/src/drivers/regulator/tps65090-regulator.c:90:15: note: byref variable will be forcibly initialized 90 | unsigned int control; | ^~~~~~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/container_of.h:5, from /kisskb/src/include/linux/list.h:5, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/regulator/tps65090-regulator.c:9: /kisskb/src/drivers/regulator/tps65090-regulator.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/regulator/tps65090-regulator.c:16: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/drivers/regulator/tps65090-regulator.c: In function 'tps65090_regulator_probe': /kisskb/src/drivers/regulator/tps65090-regulator.c:414:29: note: byref variable will be forcibly initialized 414 | struct of_regulator_match *tps65090_reg_matches = NULL; | ^~~~~~~~~~~~~~~~~~~~ /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; | ^~ /kisskb/src/drivers/tty/hvc/hvsi_lib.c: In function 'hvsilib_read_mctrl': /kisskb/src/drivers/tty/hvc/hvsi_lib.c:259:20: note: byref variable will be forcibly initialized 259 | struct hvsi_query q; | ^ /kisskb/src/drivers/tty/hvc/hvsi_lib.c: In function 'hvsilib_write_mctrl': /kisskb/src/drivers/tty/hvc/hvsi_lib.c:289:22: note: byref variable will be forcibly initialized 289 | struct hvsi_control ctrl; | ^~~~ /kisskb/src/drivers/regulator/tps65910-regulator.c: In function 'tps65910_set_ext_sleep_config': /kisskb/src/drivers/regulator/tps65910-regulator.c:920:15: note: byref variable will be forcibly initialized 920 | int opvsel, srvsel; | ^~~~~~ /kisskb/src/drivers/regulator/tps65910-regulator.c:920:7: note: byref variable will be forcibly initialized 920 | int opvsel, srvsel; | ^~~~~~ /kisskb/src/drivers/regulator/tps65910-regulator.c: In function 'tps65910_get_mode': /kisskb/src/drivers/regulator/tps65910-regulator.c:419:16: note: byref variable will be forcibly initialized 419 | int ret, reg, value, id = rdev_get_id(dev); | ^~~~~ /kisskb/src/drivers/regulator/tps65910-regulator.c: In function 'tps65911_get_voltage_sel': /kisskb/src/drivers/regulator/tps65910-regulator.c:561:15: note: byref variable will be forcibly initialized 561 | unsigned int value, reg; | ^~~~~ /kisskb/src/drivers/regulator/tps65910-regulator.c: In function 'tps65910_get_voltage_sel': /kisskb/src/drivers/regulator/tps65910-regulator.c:517:16: note: byref variable will be forcibly initialized 517 | int ret, reg, value, id = rdev_get_id(dev); | ^~~~~ /kisskb/src/drivers/regulator/tps65910-regulator.c: In function 'tps65910_get_voltage_dcdc_sel': /kisskb/src/drivers/regulator/tps65910-regulator.c:441:43: note: byref variable will be forcibly initialized 441 | int opvsel = 0, srvsel = 0, vselmax = 0, mult = 0, sr = 0; | ^~~~ /kisskb/src/drivers/regulator/tps65910-regulator.c:441:18: note: byref variable will be forcibly initialized 441 | int opvsel = 0, srvsel = 0, vselmax = 0, mult = 0, sr = 0; | ^~~~~~ /kisskb/src/drivers/regulator/tps65910-regulator.c:441:6: note: byref variable will be forcibly initialized 441 | int opvsel = 0, srvsel = 0, vselmax = 0, mult = 0, sr = 0; | ^~~~~~ /kisskb/src/drivers/regulator/vctrl-regulator.c: In function 'vctrl_parse_dt': /kisskb/src/drivers/regulator/vctrl-regulator.c:246:6: note: byref variable will be forcibly initialized 246 | u32 vrange_ctrl[2]; | ^~~~~~~~~~~ /kisskb/src/drivers/regulator/vctrl-regulator.c:245:6: note: byref variable will be forcibly initialized 245 | u32 pval; | ^~~~ /kisskb/src/drivers/regulator/tps65910-regulator.c: In function 'tps65910_parse_dt_reg_data': /kisskb/src/drivers/regulator/tps65910-regulator.c:1006:15: note: byref variable will be forcibly initialized 1006 | unsigned int prop; | ^~~~ In file included from /kisskb/src/include/asm-generic/div64.h:27, from ./arch/powerpc/include/generated/asm/div64.h:1, from /kisskb/src/include/linux/math.h:5, from /kisskb/src/include/linux/delay.h:22, from /kisskb/src/drivers/regulator/vctrl-regulator.c:8: /kisskb/src/drivers/regulator/vctrl-regulator.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/of_device.h:5, from /kisskb/src/drivers/regulator/vctrl-regulator.c:13: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/drivers/regulator/tps65910-regulator.c:11: /kisskb/src/drivers/regulator/tps65910-regulator.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/regulator/tps65910-regulator.c:16: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/drivers/regulator/tps65910-regulator.c: In function 'tps65910_probe': /kisskb/src/drivers/regulator/tps65910-regulator.c:1080:29: note: byref variable will be forcibly initialized 1080 | struct of_regulator_match *tps65910_reg_matches = NULL; | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_inode_fork.c: In function 'xfs_iformat_extents': /kisskb/src/fs/xfs/libxfs/xfs_inode_fork.c:112:23: note: byref variable will be forcibly initialized 112 | struct xfs_bmbt_irec new; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_inode_fork.c:110:25: note: byref variable will be forcibly initialized 110 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_iext_tree.c: In function 'xfs_iext_insert_node': /kisskb/src/fs/xfs/libxfs/xfs_iext_tree.c:500:16: note: byref variable will be forcibly initialized 500 | int i, pos, nr_entries; | ^~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_iext_tree.c:500:11: note: byref variable will be forcibly initialized 500 | int i, pos, nr_entries; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_iext_tree.c:499:24: note: byref variable will be forcibly initialized 499 | struct xfs_iext_node *node, *new; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_iext_tree.c: In function 'xfs_iext_remove_node': /kisskb/src/fs/xfs/libxfs/xfs_iext_tree.c:729:19: note: byref variable will be forcibly initialized 729 | int level = 2, pos, nr_entries, i; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_inode_fork.c: In function 'xfs_iextents_copy': /kisskb/src/fs/xfs/libxfs/xfs_inode_fork.c:550:23: note: byref variable will be forcibly initialized 550 | struct xfs_bmbt_irec rec; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_inode_fork.c:549:25: note: byref variable will be forcibly initialized 549 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_iext_tree.c: In function 'xfs_iext_insert': /kisskb/src/fs/xfs/libxfs/xfs_iext_tree.c:634:8: note: byref variable will be forcibly initialized 634 | int nr_entries, i; | ^~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_iext_tree.c: In function 'xfs_iext_update_extent': /kisskb/src/fs/xfs/libxfs/xfs_iext_tree.c:989:24: note: byref variable will be forcibly initialized 989 | struct xfs_bmbt_irec old; | ^~~ /kisskb/src/drivers/regulator/as3711-regulator.c: In function 'as3711_get_mode_sd': /kisskb/src/drivers/regulator/as3711-regulator.c:56:15: note: byref variable will be forcibly initialized 56 | unsigned int val; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_ag_resv.c: In function 'xfs_ag_resv_init': /kisskb/src/fs/xfs/libxfs/xfs_ag_resv.c:255:17: note: byref variable will be forcibly initialized 255 | xfs_extlen_t used; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_ag_resv.c:254:17: note: byref variable will be forcibly initialized 254 | xfs_extlen_t ask; | ^~~ /kisskb/src/drivers/regulator/axp20x-regulator.c: In function 'axp20x_is_polyphase_slave': /kisskb/src/drivers/regulator/axp20x-regulator.c:1163:6: note: byref variable will be forcibly initialized 1163 | u32 reg = 0; | ^~~ /kisskb/src/drivers/regulator/axp20x-regulator.c: In function 'axp20x_regulator_parse_dt': /kisskb/src/drivers/regulator/axp20x-regulator.c:1074:6: note: byref variable will be forcibly initialized 1074 | u32 dcdcfreq = 0; | ^~~~~~~~ /kisskb/src/drivers/regulator/axp20x-regulator.c: In function 'axp20x_regulator_probe': /kisskb/src/drivers/regulator/axp20x-regulator.c:1219:14: note: byref variable will be forcibly initialized 1219 | const char *dcdc5_name = axp22x_regulators[AXP22X_DCDC5].name; | ^~~~~~~~~~ /kisskb/src/drivers/regulator/axp20x-regulator.c:1218:14: note: byref variable will be forcibly initialized 1218 | const char *dcdc1_name = axp22x_regulators[AXP22X_DCDC1].name; | ^~~~~~~~~~ /kisskb/src/drivers/regulator/axp20x-regulator.c:1217:6: note: byref variable will be forcibly initialized 1217 | u32 workmode; | ^~~~~~~~ /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; | ^~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/lib/assoc_array.c:11: /kisskb/src/lib/assoc_array.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/lib/assoc_array.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:135:6: note: in expansion of macro 'check_mul_overflow' 135 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:135:6: note: in expansion of macro 'check_mul_overflow' 135 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:133:9: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/regulator/bd71828-regulator.c: In function 'ldo6_parse_dt': /kisskb/src/drivers/regulator/bd71828-regulator.c:118:15: note: byref variable will be forcibly initialized 118 | unsigned int mask[] = { BD71828_MASK_RUN_EN, BD71828_MASK_IDLE_EN, | ^~~~ /kisskb/src/drivers/regulator/bd71828-regulator.c:111:11: note: byref variable will be forcibly initialized 111 | uint32_t uv = 0; | ^~ /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/lib/assoc_array.c: In function 'assoc_array_gc': /kisskb/src/lib/assoc_array.c:1462:26: note: byref variable will be forcibly initialized 1462 | struct assoc_array_ptr *new_root, *new_parent, **new_ptr_pp; | ^~~~~~~~ /kisskb/src/drivers/tty/hvc/hvc_console.c: In function 'hvc_console_print': /kisskb/src/drivers/tty/hvc/hvc_console.c:154:7: note: byref variable will be forcibly initialized 154 | char c[N_OUTBUF] __ALIGNED__; | ^ /kisskb/src/drivers/tty/hvc/hvc_console.c: In function '__hvc_poll': /kisskb/src/drivers/tty/hvc/hvc_console.c:636:7: note: byref variable will be forcibly initialized 636 | char buf[N_INBUF] __ALIGNED__; | ^~~ /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/regulator/bd9571mwv-regulator.c: In function 'bd9571mwv_suspend': /kisskb/src/drivers/regulator/bd9571mwv-regulator.c:222:15: note: byref variable will be forcibly initialized 222 | unsigned int mode; | ^~~~ /kisskb/src/drivers/regulator/bd9571mwv-regulator.c: In function 'bd9571mwv_avs_get_moni_state': /kisskb/src/drivers/regulator/bd9571mwv-regulator.c:54:15: note: byref variable will be forcibly initialized 54 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/bd9571mwv-regulator.c: In function 'backup_mode_store': /kisskb/src/drivers/regulator/bd9571mwv-regulator.c:185:15: note: byref variable will be forcibly initialized 185 | unsigned int mode; | ^~~~ /kisskb/src/drivers/regulator/bd9571mwv-regulator.c: In function 'bd9571mwv_avs_get_voltage_sel_regmap': /kisskb/src/drivers/regulator/bd9571mwv-regulator.c:79:15: note: byref variable will be forcibly initialized 79 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/bd9571mwv-regulator.c: In function 'bd9571mwv_regulator_probe': /kisskb/src/drivers/regulator/bd9571mwv-regulator.c:279:15: note: byref variable will be forcibly initialized 279 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/bd9576-regulator.c: In function 'bd9576_set_limit': /kisskb/src/drivers/regulator/bd9576-regulator.c:220:6: note: byref variable will be forcibly initialized 220 | int sel = 0; | ^~~ /kisskb/src/drivers/regulator/bd9576-regulator.c:219:7: note: byref variable will be forcibly initialized 219 | bool found; | ^~~~~ /kisskb/src/drivers/regulator/bd9576-regulator.c: In function 'vouts1_get_fet_res': /kisskb/src/drivers/regulator/bd9576-regulator.c:579:6: note: byref variable will be forcibly initialized 579 | u32 uohms; | ^~~~~ /kisskb/src/drivers/regulator/bd9576-regulator.c: In function 'bd957x_probe': /kisskb/src/drivers/regulator/bd9576-regulator.c:907:24: note: byref variable will be forcibly initialized 907 | struct regulator_dev *ovd_devs[BD9576_NUM_OVD_REGULATORS]; | ^~~~~~~~ /kisskb/src/drivers/regulator/bd9576-regulator.c:905:24: note: byref variable will be forcibly initialized 905 | struct regulator_dev *rdevs[BD9576_NUM_REGULATORS]; | ^~~~~ /kisskb/src/drivers/regulator/bd9576-regulator.c: In function 'bd9576_renable': /kisskb/src/drivers/regulator/bd9576-regulator.c:737:6: note: byref variable will be forcibly initialized 737 | int val, ret; | ^~~ /kisskb/src/drivers/regulator/bd9576-regulator.c: In function 'bd9576_thermal_handler': /kisskb/src/drivers/regulator/bd9576-regulator.c:864:6: note: byref variable will be forcibly initialized 864 | int val, ret, i; | ^~~ /kisskb/src/drivers/regulator/bd9576-regulator.c: In function 'bd9576_uvd_handler': /kisskb/src/drivers/regulator/bd9576-regulator.c:780:6: note: byref variable will be forcibly initialized 780 | int val, ret, i; | ^~~ /kisskb/src/drivers/regulator/bd9576-regulator.c: In function 'bd9576_ovd_handler': /kisskb/src/drivers/regulator/bd9576-regulator.c:824:6: note: byref variable will be forcibly initialized 824 | int val, ret, i; | ^~~ /kisskb/src/lib/debugobjects.c: In function 'debug_object_deactivate': /kisskb/src/lib/debugobjects.c:759:20: note: byref variable will be forcibly initialized 759 | struct debug_obj o = { .object = addr, | ^ /kisskb/src/lib/debugobjects.c: In function 'debug_object_active_state': /kisskb/src/lib/debugobjects.c:947:20: note: byref variable will be forcibly initialized 947 | struct debug_obj o = { .object = addr, | ^ /kisskb/src/lib/debugobjects.c: In function 'fill_pool': /kisskb/src/lib/debugobjects.c:167:21: note: byref variable will be forcibly initialized 167 | struct debug_obj *new[ODEBUG_BATCH_SIZE]; | ^~~ In file included from /kisskb/src/include/linux/debugobjects.h:5, from /kisskb/src/lib/debugobjects.c:13: /kisskb/src/lib/debugobjects.c: In function 'free_obj_work': /kisskb/src/lib/debugobjects.c:297:13: note: byref variable will be forcibly initialized 297 | HLIST_HEAD(tofree); | ^~~~~~ /kisskb/src/include/linux/list.h:792:44: note: in definition of macro 'HLIST_HEAD' 792 | #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } | ^~~~ /kisskb/src/lib/debugobjects.c: In function 'debug_objects_oom': /kisskb/src/lib/debugobjects.c:464:13: note: byref variable will be forcibly initialized 464 | HLIST_HEAD(freelist); | ^~~~~~~~ /kisskb/src/include/linux/list.h:792:44: note: in definition of macro 'HLIST_HEAD' 792 | #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } | ^~~~ /kisskb/src/lib/debugobjects.c: In function 'debug_object_assert_init': /kisskb/src/lib/debugobjects.c:881:20: note: byref variable will be forcibly initialized 881 | struct debug_obj o = { .object = addr, | ^ In file included from /kisskb/src/include/linux/debugobjects.h:5, from /kisskb/src/lib/debugobjects.c:13: /kisskb/src/lib/debugobjects.c: In function 'debug_objects_replace_static_objects': /kisskb/src/lib/debugobjects.c:1314:13: note: byref variable will be forcibly initialized 1314 | HLIST_HEAD(objects); | ^~~~~~~ /kisskb/src/include/linux/list.h:792:44: note: in definition of macro 'HLIST_HEAD' 792 | #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_update': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:83:22: note: byref variable will be forcibly initialized 83 | union xfs_btree_rec rec; | ^~~ /kisskb/src/drivers/regulator/da9062-regulator.c: In function 'da9062_ldo_lim_event': /kisskb/src/drivers/regulator/da9062-regulator.c:895:6: note: byref variable will be forcibly initialized 895 | int bits, i, ret; | ^~~~ /kisskb/src/drivers/regulator/da9062-regulator.c: In function 'da9062_ldo_get_mode': /kisskb/src/drivers/regulator/da9062-regulator.c:202:11: note: byref variable will be forcibly initialized 202 | int ret, val; | ^~~ /kisskb/src/drivers/regulator/da9062-regulator.c: In function 'da9062_buck_get_mode': /kisskb/src/drivers/regulator/da9062-regulator.c:146:15: note: byref variable will be forcibly initialized 146 | unsigned int val; | ^~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/regulator/da9062-regulator.c:10: /kisskb/src/drivers/regulator/da9062-regulator.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_delete': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:153:8: note: byref variable will be forcibly initialized 153 | int i; | ^ /kisskb/src/drivers/regulator/hi6421-regulator.c: In function 'hi6421_regulator_buck_get_mode': /kisskb/src/drivers/regulator/hi6421-regulator.c:401:15: note: byref variable will be forcibly initialized 401 | unsigned int reg_val; | ^~~~~~~ /kisskb/src/drivers/regulator/hi6421-regulator.c: In function 'hi6421_regulator_ldo_get_mode': /kisskb/src/drivers/regulator/hi6421-regulator.c:388:15: note: byref variable will be forcibly initialized 388 | unsigned int reg_val; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_insert': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:111:8: note: byref variable will be forcibly initialized 111 | int i; | ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_query_range_helper': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2288:25: note: byref variable will be forcibly initialized 2288 | struct xfs_rmap_irec irec; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_get_rec': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:205:23: note: byref variable will be forcibly initialized 205 | union xfs_btree_rec *rec; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_unmap': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:560:27: note: byref variable will be forcibly initialized 560 | struct xfs_rmap_irec rtrec; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:497:17: note: byref variable will be forcibly initialized 497 | unsigned int flags; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:496:13: note: byref variable will be forcibly initialized 496 | uint64_t offset; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:495:13: note: byref variable will be forcibly initialized 495 | uint64_t owner; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:494:9: note: byref variable will be forcibly initialized 494 | int i; | ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:491:24: note: byref variable will be forcibly initialized 491 | struct xfs_rmap_irec ltrec; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_map': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:771:17: note: byref variable will be forcibly initialized 771 | unsigned int flags = 0; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:770:13: note: byref variable will be forcibly initialized 770 | uint64_t offset; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:769:13: note: byref variable will be forcibly initialized 769 | uint64_t owner; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:768:9: note: byref variable will be forcibly initialized 768 | int i; | ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:766:9: note: byref variable will be forcibly initialized 766 | int have_lt; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:765:9: note: byref variable will be forcibly initialized 765 | int have_gt; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:764:24: note: byref variable will be forcibly initialized 764 | struct xfs_rmap_irec gtrec; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:763:24: note: byref variable will be forcibly initialized 763 | struct xfs_rmap_irec ltrec; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_convert': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:1008:8: note: byref variable will be forcibly initialized 1008 | int i; | ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:1007:16: note: byref variable will be forcibly initialized 1007 | unsigned int flags = 0; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:1003:12: note: byref variable will be forcibly initialized 1003 | uint64_t offset; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:1002:12: note: byref variable will be forcibly initialized 1002 | uint64_t owner; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:999:24: note: byref variable will be forcibly initialized 999 | struct xfs_rmap_irec r[4]; /* neighbor extent entries */ | ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_query_range': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2308:35: note: byref variable will be forcibly initialized 2308 | struct xfs_rmap_query_range_info query; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2307:25: note: byref variable will be forcibly initialized 2307 | union xfs_btree_irec high_brec; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2306:25: note: byref variable will be forcibly initialized 2306 | union xfs_btree_irec low_brec; | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_find_left_neighbor': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:298:37: note: byref variable will be forcibly initialized 298 | struct xfs_find_left_neighbor_info info; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_map_shared': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2114:17: note: byref variable will be forcibly initialized 2114 | unsigned int flags = 0; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2113:13: note: byref variable will be forcibly initialized 2113 | uint64_t offset; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2112:13: note: byref variable will be forcibly initialized 2112 | uint64_t owner; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2111:9: note: byref variable will be forcibly initialized 2111 | int i; | ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2109:9: note: byref variable will be forcibly initialized 2109 | int have_lt; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2108:9: note: byref variable will be forcibly initialized 2108 | int have_gt; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2107:24: note: byref variable will be forcibly initialized 2107 | struct xfs_rmap_irec gtrec; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2106:24: note: byref variable will be forcibly initialized 2106 | struct xfs_rmap_irec ltrec; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_map_raw': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2253:24: note: byref variable will be forcibly initialized 2253 | struct xfs_owner_info oinfo; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_lookup_le_range': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:376:37: note: byref variable will be forcibly initialized 376 | struct xfs_find_left_neighbor_info info; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_unmap_shared': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:1925:17: note: byref variable will be forcibly initialized 1925 | unsigned int flags; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:1924:13: note: byref variable will be forcibly initialized 1924 | uint64_t offset; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:1923:13: note: byref variable will be forcibly initialized 1923 | uint64_t owner; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:1922:9: note: byref variable will be forcibly initialized 1922 | int i; | ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:1919:24: note: byref variable will be forcibly initialized 1919 | struct xfs_rmap_irec ltrec; | ^~~~~ /kisskb/src/drivers/regulator/hi6421v600-regulator.c: In function 'hi6421_spmi_regulator_get_mode': /kisskb/src/drivers/regulator/hi6421v600-regulator.c:122:15: note: byref variable will be forcibly initialized 122 | unsigned int reg_val; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_convert_shared': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:1504:8: note: byref variable will be forcibly initialized 1504 | int i; | ^ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:1503:16: note: byref variable will be forcibly initialized 1503 | unsigned int flags = 0; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:1499:12: note: byref variable will be forcibly initialized 1499 | uint64_t offset; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:1498:12: note: byref variable will be forcibly initialized 1498 | uint64_t owner; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:1495:24: note: byref variable will be forcibly initialized 1495 | struct xfs_rmap_irec r[4]; /* neighbor extent entries */ | ^ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_rmap_btree.c:6: /kisskb/src/fs/xfs/libxfs/xfs_rmap_btree.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_query_all': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2325:35: note: byref variable will be forcibly initialized 2325 | struct xfs_rmap_query_range_info query; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_finish_one': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2373:25: note: byref variable will be forcibly initialized 2373 | struct xfs_owner_info oinfo; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2371:20: note: byref variable will be forcibly initialized 2371 | struct xfs_buf *agbp = NULL; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap_btree.c: In function 'xfs_rmapbt_alloc_block': /kisskb/src/fs/xfs/libxfs/xfs_rmap_btree.c:90:17: note: byref variable will be forcibly initialized 90 | xfs_agblock_t bno; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_alloc_extent': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2572:23: note: byref variable will be forcibly initialized 2572 | struct xfs_bmbt_irec bmap; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_free_extent': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2594:23: note: byref variable will be forcibly initialized 2594 | struct xfs_bmbt_irec bmap; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_has_record': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2644:23: note: byref variable will be forcibly initialized 2644 | union xfs_btree_irec high; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2643:23: note: byref variable will be forcibly initialized 2643 | union xfs_btree_irec low; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap_btree.c: In function 'xfs_rmapbt_maxlevels_ondisk': /kisskb/src/fs/xfs/libxfs/xfs_rmap_btree.c:552:16: note: byref variable will be forcibly initialized 552 | unsigned int minrecs[2]; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_record_exists': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2673:24: note: byref variable will be forcibly initialized 2673 | struct xfs_rmap_irec irec; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2672:9: note: byref variable will be forcibly initialized 2672 | int has_record; | ^~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2671:17: note: byref variable will be forcibly initialized 2671 | unsigned int flags; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2670:13: note: byref variable will be forcibly initialized 2670 | uint64_t offset; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2669:13: note: byref variable will be forcibly initialized 2669 | uint64_t owner; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap_btree.c: In function 'xfs_rmapbt_calc_reserves': /kisskb/src/fs/xfs/libxfs/xfs_rmap_btree.c:646:19: note: byref variable will be forcibly initialized 646 | struct xfs_buf *agbp; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c: In function 'xfs_rmap_has_other_keys': /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2737:28: note: byref variable will be forcibly initialized 2737 | struct xfs_rmap_key_state rks; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_rmap.c:2736:24: note: byref variable will be forcibly initialized 2736 | struct xfs_rmap_irec high; | ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/net/net_namespace.h:39, from /kisskb/src/include/linux/netdevice.h:37, from /kisskb/src/net/sched/sch_generic.c:17: /kisskb/src/net/sched/sch_generic.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/net/sched/sch_generic.c:10: /kisskb/src/net/sched/sch_generic.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:756:6: note: in expansion of macro 'unlikely' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:756:15: note: in expansion of macro 'check_mul_overflow' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:756:6: note: in expansion of macro 'unlikely' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:756:15: note: in expansion of macro 'check_mul_overflow' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/net/net_namespace.h:39, from /kisskb/src/include/linux/netdevice.h:37, from /kisskb/src/net/sched/sch_generic.c:17: /kisskb/src/include/linux/slab.h:754:9: note: byref variable will be forcibly initialized 754 | size_t bytes; | ^~~~~ /kisskb/src/net/sched/sch_generic.c: In function 'pfifo_fast_change_tx_queue_len': /kisskb/src/net/sched/sch_generic.c:839:20: note: byref variable will be forcibly initialized 839 | struct skb_array *bands[PFIFO_FAST_BANDS]; | ^~~~~ /kisskb/src/drivers/regulator/lp872x.c: In function 'lp872x_populate_pdata_from_dt': /kisskb/src/drivers/regulator/lp872x.c:828:5: note: byref variable will be forcibly initialized 828 | u8 dvs_state; | ^~~~~~~~~ /kisskb/src/drivers/regulator/lp872x.c: In function 'lp872x_read_byte': /kisskb/src/drivers/regulator/lp872x.c:158:15: note: byref variable will be forcibly initialized 158 | unsigned int val; | ^~~ /kisskb/src/net/sched/sch_generic.c: In function 'sch_direct_xmit': /kisskb/src/net/sched/sch_generic.c:319:7: note: byref variable will be forcibly initialized 319 | bool again = false; | ^~~~~ /kisskb/src/net/sched/sch_generic.c:318:6: note: byref variable will be forcibly initialized 318 | int ret = NETDEV_TX_BUSY; | ^~~ /kisskb/src/drivers/regulator/lp872x.c: In function 'lp872x_get_timestep_usec': /kisskb/src/drivers/regulator/lp872x.c:187:6: note: byref variable will be forcibly initialized 187 | int lp8725_time_usec[] = { 32, 64, 128, 256 }; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/lp872x.c:186:6: note: byref variable will be forcibly initialized 186 | int lp8720_time_usec[] = { 25, 50 }; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/lp872x.c:184:5: note: byref variable will be forcibly initialized 184 | u8 val, mask, shift; | ^~~ /kisskb/src/drivers/regulator/lp872x.c: In function 'lp872x_regulator_enable_time': /kisskb/src/drivers/regulator/lp872x.c:223:11: note: byref variable will be forcibly initialized 223 | u8 addr, val; | ^~~ /kisskb/src/drivers/regulator/lp872x.c: In function 'lp872x_buck_get_mode': /kisskb/src/net/sched/sch_generic.c: In function 'qdisc_restart': /kisskb/src/drivers/regulator/lp872x.c:391:17: note: byref variable will be forcibly initialized 391 | u8 addr, mask, val; | ^~~ /kisskb/src/net/sched/sch_generic.c:394:7: note: byref variable will be forcibly initialized 394 | bool validate; | ^~~~~~~~ /kisskb/src/drivers/regulator/lp872x.c: In function 'lp872x_select_buck_vout_addr': /kisskb/src/drivers/regulator/lp872x.c:264:5: note: byref variable will be forcibly initialized 264 | u8 val, addr; | ^~~ /kisskb/src/net/sched/sch_generic.c: In function '__qdisc_run': /kisskb/src/net/sched/sch_generic.c:413:6: note: byref variable will be forcibly initialized 413 | int packets; | ^~~~~~~ /kisskb/src/drivers/regulator/lp872x.c: In function 'lp872x_buck_get_voltage_sel': /kisskb/src/drivers/regulator/lp872x.c:337:11: note: byref variable will be forcibly initialized 337 | u8 addr, val; | ^~~ /kisskb/src/net/sched/sch_generic.c: In function 'dev_activate': /kisskb/src/net/sched/sch_generic.c:1158:6: note: byref variable will be forcibly initialized 1158 | int need_watchdog; | ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/sched/sch_generic.c:11: /kisskb/src/net/sched/sch_generic.c: In function 'dev_deactivate': /kisskb/src/net/sched/sch_generic.c:1309:12: note: byref variable will be forcibly initialized 1309 | LIST_HEAD(single); | ^~~~~~ /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/lib/libcrc32c.c:29: /kisskb/src/lib/libcrc32c.c: In function 'crc32c': /kisskb/src/include/crypto/hash.h:166:7: note: byref variable will be forcibly initialized 166 | char __##shash##_desc[sizeof(struct shash_desc) + HASH_MAX_DESCSIZE] \ | ^~ /kisskb/src/lib/libcrc32c.c:40:2: note: in expansion of macro 'SHASH_DESC_ON_STACK' 40 | SHASH_DESC_ON_STACK(shash, tfm); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_update': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:172:22: note: byref variable will be forcibly initialized 172 | union xfs_btree_rec rec; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_get_rec': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:115:24: note: byref variable will be forcibly initialized 115 | union xfs_btree_rec *rec; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_find_left_extents': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:621:9: note: byref variable will be forcibly initialized 621 | int found_rec; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:619:27: note: byref variable will be forcibly initialized 619 | struct xfs_refcount_irec tmp; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_find_right_extents': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:710:9: note: byref variable will be forcibly initialized 710 | int found_rec; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:708:27: note: byref variable will be forcibly initialized 708 | struct xfs_refcount_irec tmp; | ^~~ In file included from /kisskb/src/net/sched/sch_mq.c:9: /kisskb/src/net/sched/sch_mq.c: In function 'kmalloc_array': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_delete': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:230:8: note: byref variable will be forcibly initialized 230 | int found_rec; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:229:27: note: byref variable will be forcibly initialized 229 | struct xfs_refcount_irec irec; | ^~~~ /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_merge_center_extents': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:414:9: note: byref variable will be forcibly initialized 414 | int found_rec; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_merge_left_extent': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:490:9: note: byref variable will be forcibly initialized 490 | int found_rec; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_merge_right_extent': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:551:9: note: byref variable will be forcibly initialized 551 | int found_rec; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_split_extent': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:351:9: note: byref variable will be forcibly initialized 351 | int found_rec; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:350:34: note: byref variable will be forcibly initialized 350 | struct xfs_refcount_irec rcext, tmp; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:350:27: note: byref variable will be forcibly initialized 350 | struct xfs_refcount_irec rcext, tmp; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_adjust_extents': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:925:20: note: byref variable will be forcibly initialized 925 | int found_rec, found_tmp; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:925:9: note: byref variable will be forcibly initialized 925 | int found_rec, found_tmp; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:923:32: note: byref variable will be forcibly initialized 923 | struct xfs_refcount_irec ext, tmp; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:923:27: note: byref variable will be forcibly initialized 923 | struct xfs_refcount_irec ext, tmp; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_adjust': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1054:9: note: byref variable will be forcibly initialized 1054 | bool shape_changed; | ^~~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_adjust_cow_extents': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1449:20: note: byref variable will be forcibly initialized 1449 | int found_rec, found_tmp; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1449:9: note: byref variable will be forcibly initialized 1449 | int found_rec, found_tmp; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1447:32: note: byref variable will be forcibly initialized 1447 | struct xfs_refcount_irec ext, tmp; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1447:27: note: byref variable will be forcibly initialized 1447 | struct xfs_refcount_irec ext, tmp; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_adjust_cow': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1539:9: note: byref variable will be forcibly initialized 1539 | bool shape_changed; | ^~~~~~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_finish_one': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1146:18: note: byref variable will be forcibly initialized 1146 | xfs_agblock_t new_agbno; | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1143:20: note: byref variable will be forcibly initialized 1143 | struct xfs_buf *agbp = NULL; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_find_shared': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1296:9: note: byref variable will be forcibly initialized 1296 | int have; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1295:9: note: byref variable will be forcibly initialized 1295 | int i; | ^ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1294:27: note: byref variable will be forcibly initialized 1294 | struct xfs_refcount_irec tmp; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_recover_cow_leftovers': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1685:24: note: byref variable will be forcibly initialized 1685 | union xfs_btree_irec high; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1684:24: note: byref variable will be forcibly initialized 1684 | union xfs_btree_irec low; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1683:20: note: byref variable will be forcibly initialized 1683 | struct list_head debris; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1681:20: note: byref variable will be forcibly initialized 1681 | struct xfs_buf *agbp; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1679:21: note: byref variable will be forcibly initialized 1679 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c: In function 'xfs_refcount_has_record': /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1775:23: note: byref variable will be forcibly initialized 1775 | union xfs_btree_irec high; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount.c:1774:23: note: byref variable will be forcibly initialized 1774 | union xfs_btree_irec low; | ^~~ /kisskb/src/drivers/regulator/lp8755.c: In function 'lp8755_init_data': /kisskb/src/drivers/regulator/lp8755.c:193:15: note: byref variable will be forcibly initialized 193 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/regulator/lp8755.c: In function 'lp8755_buck_enable_time': /kisskb/src/drivers/regulator/lp8755.c:55:15: note: byref variable will be forcibly initialized 55 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/regulator/lp8755.c: In function 'lp8755_buck_get_mode': /kisskb/src/drivers/regulator/lp8755.c:112:15: note: byref variable will be forcibly initialized 112 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/regulator/lp8755.c: In function 'lp8755_int_config': /kisskb/src/drivers/regulator/lp8755.c:334:15: note: byref variable will be forcibly initialized 334 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/regulator/lp8755.c: In function 'lp8755_irq_handler': /kisskb/src/drivers/regulator/lp8755.c:276:22: note: byref variable will be forcibly initialized 276 | unsigned int flag0, flag1; | ^~~~~ /kisskb/src/drivers/regulator/lp8755.c:276:15: note: byref variable will be forcibly initialized 276 | unsigned int flag0, flag1; | ^~~~~ /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/fs/xfs/xfs_linux.h:78, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_symlink_remote.c:7: /kisskb/src/fs/xfs/libxfs/xfs_symlink_remote.c: In function 'xfs_start_cksum_safe': /kisskb/src/fs/xfs/libxfs/xfs_cksum.h:16:11: note: byref variable will be forcibly initialized 16 | uint32_t zero = 0; | ^~~~ /kisskb/src/net/802/mrp.c: In function 'mrp_pdu_parse_end_mark': /kisskb/src/net/802/mrp.c:632:9: note: byref variable will be forcibly initialized 632 | __be16 endmark; | ^~~~~~~ /kisskb/src/net/802/mrp.c: In function 'mrp_pdu_parse_vecattr': /kisskb/src/net/802/mrp.c:687:5: note: byref variable will be forcibly initialized 687 | u8 vaevents, vaevent; | ^~~~~~~~ /kisskb/src/net/802/mrp.c:685:25: note: byref variable will be forcibly initialized 685 | struct mrp_vecattr_hdr _vah; | ^~~~ /kisskb/src/net/802/mrp.c: In function 'mrp_pdu_parse_msg': /kisskb/src/net/802/mrp.c:758:21: note: byref variable will be forcibly initialized 758 | struct mrp_msg_hdr _mh; | ^~~ /kisskb/src/net/802/mrp.c: In function 'mrp_rcv': /kisskb/src/net/802/mrp.c:788:6: note: byref variable will be forcibly initialized 788 | int offset = skb_network_offset(skb); | ^~~~~~ /kisskb/src/net/802/mrp.c:786:21: note: byref variable will be forcibly initialized 786 | struct mrp_pdu_hdr _ph; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_trans_inode.c: In function 'xfs_trans_log_inode': /kisskb/src/fs/xfs/libxfs/xfs_trans_inode.c:169:19: note: byref variable will be forcibly initialized 169 | struct xfs_buf *bp; | ^~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:78, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_sb.c:6: /kisskb/src/fs/xfs/libxfs/xfs_sb.c: In function 'xfs_start_cksum_safe': /kisskb/src/fs/xfs/libxfs/xfs_cksum.h:16:11: note: byref variable will be forcibly initialized 16 | uint32_t zero = 0; | ^~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_sb.c:6: /kisskb/src/fs/xfs/libxfs/xfs_sb.c: In function 'xfs_buf_get': /kisskb/src/fs/xfs/xfs_buf.h:218:24: note: byref variable will be forcibly initialized 218 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_sb.c: In function 'xfs_trans_read_buf': /kisskb/src/fs/xfs/xfs_trans.h:203:24: note: byref variable will be forcibly initialized 203 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_sb.c: In function 'xfs_trans_get_buf': /kisskb/src/fs/xfs/xfs_trans.h:180:24: note: byref variable will be forcibly initialized 180 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_sb.c: In function 'xfs_sync_sb': /kisskb/src/fs/xfs/libxfs/xfs_sb.c:942:20: note: byref variable will be forcibly initialized 942 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_sb.c: In function 'xfs_update_secondary_sbs': /kisskb/src/fs/xfs/libxfs/xfs_sb.c:978:20: note: byref variable will be forcibly initialized 978 | struct xfs_buf *bp; | ^~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_sb.c:6: /kisskb/src/fs/xfs/libxfs/xfs_sb.c:974:14: note: byref variable will be forcibly initialized 974 | LIST_HEAD (buffer_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/xfs/libxfs/xfs_sb.c:971:18: note: byref variable will be forcibly initialized 971 | xfs_agnumber_t agno = 1; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_sb.c: In function 'xfs_sync_sb_buf': /kisskb/src/fs/xfs/libxfs/xfs_sb.c:1038:20: note: byref variable will be forcibly initialized 1038 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_sb.c: In function 'xfs_sb_read_secondary': /kisskb/src/fs/xfs/libxfs/xfs_sb.c:1163:19: note: byref variable will be forcibly initialized 1163 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_sb.c: In function 'xfs_sb_get_secondary': /kisskb/src/fs/xfs/libxfs/xfs_sb.c:1185:19: note: byref variable will be forcibly initialized 1185 | struct xfs_buf *bp; | ^~ /kisskb/src/drivers/regulator/mc13783-regulator.c: In function 'mc13783_gpo_regulator_is_enabled': /kisskb/src/drivers/regulator/mc13783-regulator.c:366:15: note: byref variable will be forcibly initialized 366 | unsigned int val; | ^~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/arch/powerpc/include/asm/io.h:27, 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/mfd/mc13xxx.h:9, from /kisskb/src/include/linux/mfd/mc13783.h:10, from /kisskb/src/drivers/regulator/mc13783-regulator.c:9: /kisskb/src/drivers/regulator/mc13783-regulator.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/drivers/regulator/mc13783-regulator.c: In function 'mc13783_powermisc_rmw': /kisskb/src/drivers/regulator/mc13783-regulator.c:299:6: note: byref variable will be forcibly initialized 299 | u32 valread; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_sb.c: In function 'xfs_sb_write_verify': /kisskb/src/fs/xfs/libxfs/xfs_sb.c:800:17: note: byref variable will be forcibly initialized 800 | struct xfs_sb sb; | ^~ /kisskb/src/fs/xfs/libxfs/xfs_sb.c: In function 'xfs_sb_read_verify': /kisskb/src/fs/xfs/libxfs/xfs_sb.c:734:17: note: byref variable will be forcibly initialized 734 | struct xfs_sb sb; | ^~ /kisskb/src/drivers/regulator/ltc3676.c: In function 'ltc3676_isr': /kisskb/src/drivers/regulator/ltc3676.c:271:18: note: byref variable will be forcibly initialized 271 | unsigned int i, irqstat, event; | ^~~~~~~ /kisskb/src/drivers/regulator/ltc3676.c: In function 'ltc3676_of_parse_cb': /kisskb/src/drivers/regulator/ltc3676.c:151:6: note: byref variable will be forcibly initialized 151 | u32 r[2]; | ^ /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 = { }; | ^~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_refcount_btree.c:6: /kisskb/src/fs/xfs/libxfs/xfs_refcount_btree.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount_btree.c: In function 'xfs_refcountbt_alloc_block': /kisskb/src/fs/xfs/libxfs/xfs_refcount_btree.c:63:23: note: byref variable will be forcibly initialized 63 | struct xfs_alloc_arg args; /* block allocation args */ | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount_btree.c: In function 'xfs_refcountbt_maxlevels_ondisk': /kisskb/src/fs/xfs/libxfs/xfs_refcount_btree.c:426:16: note: byref variable will be forcibly initialized 426 | unsigned int minrecs[2]; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_refcount_btree.c: In function 'xfs_refcountbt_calc_reserves': /kisskb/src/fs/xfs/libxfs/xfs_refcount_btree.c:487:19: note: byref variable will be forcibly initialized 487 | struct xfs_buf *agbp; | ^~~~ /kisskb/src/drivers/regulator/mc13892-regulator.c: In function 'mc13892_vcam_get_mode': /kisskb/src/drivers/regulator/mc13892-regulator.c:510:15: note: byref variable will be forcibly initialized 510 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/mc13892-regulator.c: In function 'mc13892_gpo_regulator_is_enabled': /kisskb/src/drivers/regulator/mc13892-regulator.c:372:15: note: byref variable will be forcibly initialized 372 | unsigned int val; | ^~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/arch/powerpc/include/asm/io.h:27, 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/mfd/mc13xxx.h:9, from /kisskb/src/include/linux/mfd/mc13892.h:9, from /kisskb/src/drivers/regulator/mc13892-regulator.c:9: /kisskb/src/drivers/regulator/mc13892-regulator.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/drivers/regulator/mc13892-regulator.c: In function 'mc13892_sw_regulator_get_voltage_sel': /kisskb/src/drivers/regulator/mc13892-regulator.c:402:15: note: byref variable will be forcibly initialized 402 | unsigned int val, selector; | ^~~ /kisskb/src/drivers/regulator/mc13892-regulator.c: In function 'mc13892_powermisc_rmw': /kisskb/src/drivers/regulator/mc13892-regulator.c:307:6: note: byref variable will be forcibly initialized 307 | u32 valread; | ^~~~~~~ /kisskb/src/drivers/regulator/mc13892-regulator.c: In function 'mc13892_regulator_probe': /kisskb/src/drivers/regulator/mc13892-regulator.c:537:6: note: byref variable will be forcibly initialized 537 | u32 val; | ^~~ /kisskb/src/drivers/tty/serial/8250/8250_core.c: In function 'univ8250_console_match': /kisskb/src/drivers/tty/serial/8250/8250_core.c:632:18: note: byref variable will be forcibly initialized 632 | resource_size_t addr; | ^~~~ /kisskb/src/drivers/tty/serial/8250/8250_core.c:631:16: note: byref variable will be forcibly initialized 631 | unsigned char iotype; | ^~~~~~ /kisskb/src/drivers/tty/serial/8250/8250_core.c:630:7: note: byref variable will be forcibly initialized 630 | char match[] = "uart"; /* 8250-specific earlycon name */ | ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/netlink.h:29, from /kisskb/src/net/netlink/af_netlink.c:71: /kisskb/src/net/netlink/af_netlink.c: In function 'trace_event_raw_event_netlink_extack': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netlink.h:9:1: note: in expansion of macro 'TRACE_EVENT' 9 | TRACE_EVENT(netlink_extack, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/netlink.h:9:1: note: in expansion of macro 'TRACE_EVENT' 9 | TRACE_EVENT(netlink_extack, | ^~~~~~~~~~~ /kisskb/src/drivers/tty/serial/8250/8250_core.c: In function 'serial8250_probe': /kisskb/src/drivers/tty/serial/8250/8250_core.c:799:24: note: byref variable will be forcibly initialized 799 | struct uart_8250_port uart; | ^~~~ /kisskb/src/net/netlink/af_netlink.c: In function 'netlink_set_err': /kisskb/src/net/netlink/af_netlink.c:1582:30: note: byref variable will be forcibly initialized 1582 | struct netlink_set_err_data info; | ^~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/net/netlink/af_netlink.c:36: /kisskb/src/net/netlink/af_netlink.c: In function 'copy_from_sockptr_offset': /kisskb/src/lib/genalloc.c: In function 'gen_pool_dma_alloc_align': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/genalloc.c:398:28: note: byref variable will be forcibly initialized 398 | struct genpool_data_align data = { .align = align }; | ^~~~ /kisskb/src/net/netlink/af_netlink.c: In function 'netlink_hash': /kisskb/src/net/netlink/af_netlink.c:2815:29: note: byref variable will be forcibly initialized 2815 | struct netlink_compare_arg arg; | ^~~ In file included from /kisskb/src/net/netlink/af_netlink.c:57: /kisskb/src/net/netlink/af_netlink.c: In function '__rhashtable_lookup': /kisskb/src/include/linux/rhashtable.h:585:32: note: byref variable will be forcibly initialized 585 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/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/net/netlink/af_netlink.c: In function '__netlink_lookup': /kisskb/src/net/netlink/af_netlink.c:511:29: note: byref variable will be forcibly initialized 511 | struct netlink_compare_arg arg; | ^~~ /kisskb/src/net/netlink/af_netlink.c: In function 'netlink_broadcast': /kisskb/src/net/netlink/af_netlink.c:1494:32: note: byref variable will be forcibly initialized 1494 | struct netlink_broadcast_data info; | ^~~~ /kisskb/src/lib/genalloc.c: In function 'of_gen_pool_get': /kisskb/src/lib/genalloc.c:884:14: note: byref variable will be forcibly initialized 884 | const char *name = NULL; | ^~~~ /kisskb/src/net/netlink/af_netlink.c: In function 'netlink_cmsg_recv_pktinfo': /kisskb/src/net/netlink/af_netlink.c:1824:20: note: byref variable will be forcibly initialized 1824 | struct nl_pktinfo info; | ^~~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:25, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/net/netlink/af_netlink.c:67: /kisskb/src/net/netlink/af_netlink.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized 1309 | u32 tmp = value; | ^~~ In file included from /kisskb/src/include/linux/netlink.h:9, from /kisskb/src/include/uapi/linux/neighbour.h:6, from /kisskb/src/include/linux/netdevice.h:45, from /kisskb/src/net/netlink/af_netlink.c:41: /kisskb/src/net/netlink/af_netlink.c: In function 'scm_recv': /kisskb/src/include/net/scm.h:125:16: note: byref variable will be forcibly initialized 125 | struct ucred ucreds = { | ^~~~~~ /kisskb/src/net/netlink/af_netlink.c: In function 'netlink_recvmsg': /kisskb/src/net/netlink/af_netlink.c:1932:6: note: byref variable will be forcibly initialized 1932 | int err, ret; | ^~~ /kisskb/src/net/netlink/af_netlink.c:1926:20: note: byref variable will be forcibly initialized 1926 | struct scm_cookie scm; | ^~~ In file included from /kisskb/src/include/linux/sockptr.h:11, from /kisskb/src/include/linux/net.h:25, from /kisskb/src/net/netlink/af_netlink.c:36: /kisskb/src/net/netlink/af_netlink.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ In file included from /kisskb/src/net/netlink/af_netlink.c:57: /kisskb/src/net/netlink/af_netlink.c: In function '__rhashtable_insert_fast': /kisskb/src/include/linux/rhashtable.h:701:32: note: byref variable will be forcibly initialized 701 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/net/netlink/af_netlink.c: In function '__netlink_insert': /kisskb/src/net/netlink/af_netlink.c:520:29: note: byref variable will be forcibly initialized 520 | struct netlink_compare_arg arg; | ^~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/net/netlink/af_netlink.c:21: /kisskb/src/net/netlink/af_netlink.c: In function 'netlink_table_grab': /kisskb/src/net/netlink/af_netlink.c:437:21: note: byref variable will be forcibly initialized 437 | DECLARE_WAITQUEUE(wait, current); | ^~~~ /kisskb/src/include/linux/wait.h:55:26: note: in definition of macro 'DECLARE_WAITQUEUE' 55 | struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) | ^~~~ /kisskb/src/net/netlink/af_netlink.c: In function '__netlink_kernel_create': /kisskb/src/net/netlink/af_netlink.c:2027:17: note: byref variable will be forcibly initialized 2027 | struct socket *sock; | ^~~~ /kisskb/src/net/netlink/af_netlink.c: In function 'netlink_setsockopt': /kisskb/src/net/netlink/af_netlink.c:1624:15: note: byref variable will be forcibly initialized 1624 | unsigned int val = 0; | ^~~ /kisskb/src/net/netlink/af_netlink.c: In function 'netlink_bind': /kisskb/src/net/netlink/af_netlink.c:996:16: note: byref variable will be forcibly initialized 996 | unsigned long groups; | ^~~~~~ /kisskb/src/net/netlink/af_netlink.c: In function 'netlink_release': /kisskb/src/net/netlink/af_netlink.c:783:25: note: byref variable will be forcibly initialized 783 | struct netlink_notify n = { | ^ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/net/netlink/af_netlink.c:21: /kisskb/src/net/netlink/af_netlink.c: In function 'netlink_attachskb': /kisskb/src/net/netlink/af_netlink.c:1228:21: note: byref variable will be forcibly initialized 1228 | DECLARE_WAITQUEUE(wait, current); | ^~~~ /kisskb/src/include/linux/wait.h:55:26: note: in definition of macro 'DECLARE_WAITQUEUE' 55 | struct wait_queue_entry name = __WAITQUEUE_INITIALIZER(name, tsk) | ^~~~ /kisskb/src/net/netlink/af_netlink.c: In function 'netlink_unicast': /kisskb/src/net/netlink/af_netlink.c:1333:7: note: byref variable will be forcibly initialized 1333 | long timeo; | ^~~~~ /kisskb/src/net/netlink/af_netlink.c: In function 'netlink_sendmsg': /kisskb/src/net/netlink/af_netlink.c:1849:20: note: byref variable will be forcibly initialized 1849 | struct scm_cookie scm; | ^~~ /kisskb/src/net/netlink/af_netlink.c: In function 'netlink_rcv_skb': /kisskb/src/net/netlink/af_netlink.c:2469:25: note: byref variable will be forcibly initialized 2469 | struct netlink_ext_ack extack; | ^~~~~~ /kisskb/src/drivers/regulator/mc13xxx-regulator-core.c: In function 'mc13xxx_regulator_is_enabled': /kisskb/src/drivers/regulator/mc13xxx-regulator-core.c:57:15: note: byref variable will be forcibly initialized 57 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/mc13xxx-regulator-core.c: In function 'mc13xxx_regulator_get_voltage': /kisskb/src/drivers/regulator/mc13xxx-regulator-core.c:83:15: note: byref variable will be forcibly initialized 83 | unsigned int val; | ^~~ In file included from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/interrupt.h:6, from /kisskb/src/include/linux/mfd/mc13xxx.h:9, from /kisskb/src/drivers/regulator/mc13xxx-regulator-core.c:14: /kisskb/src/drivers/regulator/mc13xxx-regulator-core.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/powerpc/include/asm/io.h:27, 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/mfd/mc13xxx.h:9, from /kisskb/src/drivers/regulator/mc13xxx-regulator-core.c:14: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/lib/error-inject.c: In function 'populate_error_injection_list': /kisskb/src/lib/error-inject.c:64:35: note: byref variable will be forcibly initialized 64 | unsigned long entry, offset = 0, size = 0; | ^~~~ /kisskb/src/lib/error-inject.c:64:23: note: byref variable will be forcibly initialized 64 | unsigned long entry, offset = 0, size = 0; | ^~~~~~ /kisskb/src/drivers/regulator/mcp16502.c: In function 'mcp16502_get_status': /kisskb/src/drivers/regulator/mcp16502.c:270:15: note: byref variable will be forcibly initialized 270 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/mcp16502.c: In function 'mcp16502_set_voltage_time_sel': /kisskb/src/drivers/regulator/mcp16502.c:293:25: note: byref variable will be forcibly initialized 293 | unsigned int uV_delta, val; | ^~~ /kisskb/src/drivers/regulator/mcp16502.c: In function 'mcp16502_get_mode': /kisskb/src/drivers/regulator/mcp16502.c:203:15: note: byref variable will be forcibly initialized 203 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/mp886x.c: In function 'mp886x_get_mode': /kisskb/src/drivers/regulator/mp886x.c:82:6: note: byref variable will be forcibly initialized 82 | u32 val; | ^~~ /kisskb/src/drivers/regulator/mp886x.c: In function 'mp8869_get_voltage_sel': /kisskb/src/drivers/regulator/mp886x.c:119:15: note: byref variable will be forcibly initialized 119 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/mp886x.c: In function 'mp8867_get_voltage_sel': /kisskb/src/drivers/regulator/mp886x.c:197:15: note: byref variable will be forcibly initialized 197 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/mp886x.c: In function 'mp886x_i2c_probe': /kisskb/src/drivers/regulator/mp886x.c:296:6: note: byref variable will be forcibly initialized 296 | u32 freq; | ^~~~ /kisskb/src/drivers/regulator/mt6323-regulator.c: In function 'mt6323_set_buck_vosel_reg': /kisskb/src/drivers/regulator/mt6323-regulator.c:347:6: note: byref variable will be forcibly initialized 347 | u32 regval; | ^~~~~~ /kisskb/src/drivers/regulator/mt6323-regulator.c: In function 'mt6323_get_status': /kisskb/src/drivers/regulator/mt6323-regulator.c:160:6: note: byref variable will be forcibly initialized 160 | u32 regval; | ^~~~~~ /kisskb/src/drivers/regulator/mt6323-regulator.c: In function 'mt6323_ldo_get_mode': /kisskb/src/drivers/regulator/mt6323-regulator.c:204:15: note: byref variable will be forcibly initialized 204 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/mt6323-regulator.c: In function 'mt6323_regulator_probe': /kisskb/src/drivers/regulator/mt6323-regulator.c:375:6: note: byref variable will be forcibly initialized 375 | u32 reg_value; | ^~~~~~~~~ /kisskb/src/drivers/regulator/mt6358-regulator.c: In function 'mt6358_get_status': /kisskb/src/drivers/regulator/mt6358-regulator.c:310:6: note: byref variable will be forcibly initialized 310 | u32 regval; | ^~~~~~ /kisskb/src/drivers/regulator/mt6358-regulator.c: In function 'mt6358_get_voltage_sel': /kisskb/src/drivers/regulator/mt6358-regulator.c:266:6: note: byref variable will be forcibly initialized 266 | u32 selector; | ^~~~~~~~ /kisskb/src/drivers/regulator/mt6358-regulator.c: In function 'mt6358_regulator_get_mode': /kisskb/src/drivers/regulator/mt6358-regulator.c:351:11: note: byref variable will be forcibly initialized 351 | int ret, regval; | ^~~~~~ /kisskb/src/drivers/regulator/mt6358-regulator.c: In function 'mt6358_get_buck_voltage_sel': /kisskb/src/drivers/regulator/mt6358-regulator.c:291:11: note: byref variable will be forcibly initialized 291 | int ret, regval; | ^~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_types.c: In function 'xfs_verify_agino': /kisskb/src/fs/xfs/libxfs/xfs_types.c:127:15: note: byref variable will be forcibly initialized 127 | xfs_agino_t last; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_types.c:126:15: note: byref variable will be forcibly initialized 126 | xfs_agino_t first; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_types.c: In function 'xfs_icount_range': /kisskb/src/fs/xfs/libxfs/xfs_types.c:233:22: note: byref variable will be forcibly initialized 233 | xfs_agino_t first, last; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_types.c:233:15: note: byref variable will be forcibly initialized 233 | xfs_agino_t first, last; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_types.c:227:18: note: byref variable will be forcibly initialized 227 | xfs_agnumber_t agno; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_types.c: In function 'xfs_verify_icount': /kisskb/src/fs/xfs/libxfs/xfs_types.c:247:26: note: byref variable will be forcibly initialized 247 | unsigned long long min, max; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_types.c:247:21: note: byref variable will be forcibly initialized 247 | unsigned long long min, max; | ^~~ /kisskb/src/drivers/regulator/mt6359-regulator.c: In function 'mt6359_get_status': /kisskb/src/drivers/regulator/mt6359-regulator.c:253:6: note: byref variable will be forcibly initialized 253 | u32 regval; | ^~~~~~ /kisskb/src/drivers/regulator/mt6359-regulator.c: In function 'mt6359_regulator_get_mode': /kisskb/src/drivers/regulator/mt6359-regulator.c:271:11: note: byref variable will be forcibly initialized 271 | int ret, regval; | ^~~~~~ /kisskb/src/drivers/regulator/mt6359-regulator.c: In function 'mt6359p_vemc_get_voltage_sel': /kisskb/src/drivers/regulator/mt6359-regulator.c:398:6: note: byref variable will be forcibly initialized 398 | u32 val = 0; | ^~~ /kisskb/src/drivers/regulator/mt6359-regulator.c: In function 'mt6359p_vemc_set_voltage_sel': /kisskb/src/drivers/regulator/mt6359-regulator.c:359:6: note: byref variable will be forcibly initialized 359 | u32 val = 0; | ^~~ /kisskb/src/drivers/regulator/mt6359-regulator.c: In function 'mt6359_regulator_probe': /kisskb/src/drivers/regulator/mt6359-regulator.c:954:9: note: byref variable will be forcibly initialized 954 | int i, hw_ver; | ^~~~~~ /kisskb/src/lib/cpu_rmap.c: In function 'cpu_rmap_update': /kisskb/src/lib/cpu_rmap.c:158:16: note: byref variable will be forcibly initialized 158 | cpumask_var_t update_mask; | ^~~~~~~~~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_saw_set_voltage': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:1282:16: note: byref variable will be forcibly initialized 1282 | u8 range_sel, voltage_sel; | ^~~~~~~~~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:1282:5: note: byref variable will be forcibly initialized 1282 | u8 range_sel, voltage_sel; | ^~~~~~~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_saw_set_vdd': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:1228:28: note: byref variable will be forcibly initialized 1228 | u32 vctl, data3, avs_ctl, pmic_sts; | ^~~~~~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:1228:19: note: byref variable will be forcibly initialized 1228 | u32 vctl, data3, avs_ctl, pmic_sts; | ^~~~~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:1228:12: note: byref variable will be forcibly initialized 1228 | u32 vctl, data3, avs_ctl, pmic_sts; | ^~~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:1228:6: note: byref variable will be forcibly initialized 1228 | u32 vctl, data3, avs_ctl, pmic_sts; | ^~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_ult_lo_smps_set_voltage': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:930:16: note: byref variable will be forcibly initialized 930 | u8 range_sel, voltage_sel; | ^~~~~~~~~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:930:5: note: byref variable will be forcibly initialized 930 | u8 range_sel, voltage_sel; | ^~~~~~~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_find_range': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:732:5: note: byref variable will be forcibly initialized 732 | u8 range_sel; | ^~~~~~~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_init_slew_rate': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:1615:5: note: byref variable will be forcibly initialized 1615 | u8 reg = 0; | ^~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_init_slew_rate_ftsmps426': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:1660:5: note: byref variable will be forcibly initialized 1660 | u8 reg = 0; | ^~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_match': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:1561:5: note: byref variable will be forcibly initialized 1561 | u8 version[SPMI_COMMON_REG_SUBTYPE - SPMI_COMMON_REG_DIG_MAJOR_REV + 1]; | ^~~~~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_common_get_bypass': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:1008:5: note: byref variable will be forcibly initialized 1008 | u8 val; | ^~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_common_get_mode': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:1020:5: note: byref variable will be forcibly initialized 1020 | u8 reg; | ^~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_single_range_get_voltage': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:915:5: note: byref variable will be forcibly initialized 915 | u8 selector; | ^~~~~~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_ult_lo_smps_get_voltage': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:954:5: note: byref variable will be forcibly initialized 954 | u8 voltage_sel; | ^~~~~~~~~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_common_get_voltage': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:865:5: note: byref variable will be forcibly initialized 865 | u8 voltage_sel; | ^~~~~~~~~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_ftsmps426_get_mode': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:1039:5: note: byref variable will be forcibly initialized 1039 | u8 reg; | ^~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_ftsmps426_get_voltage': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:880:5: note: byref variable will be forcibly initialized 880 | u8 buf[2]; | ^~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_init_registers': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:1690:5: note: byref variable will be forcibly initialized 1690 | u8 ctrl_reg[8], reg, mask; | ^~~~~~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_single_range_set_voltage': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:903:5: note: byref variable will be forcibly initialized 903 | u8 sel = selector; | ^~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_common_set_voltage': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:821:16: note: byref variable will be forcibly initialized 821 | u8 range_sel, voltage_sel; | ^~~~~~~~~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:821:5: note: byref variable will be forcibly initialized 821 | u8 range_sel, voltage_sel; | ^~~~~~~~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:820:5: note: byref variable will be forcibly initialized 820 | u8 buf[2]; | ^~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_vs_ocp': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:602:5: note: byref variable will be forcibly initialized 602 | u8 reg = SPMI_VS_OCP_OVERRIDE; | ^~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'spmi_regulator_ftsmps426_set_voltage': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:839:5: note: byref variable will be forcibly initialized 839 | u8 buf[2]; | ^~~ /kisskb/src/drivers/regulator/qcom_spmi-regulator.c: In function 'qcom_spmi_regulator_probe': /kisskb/src/drivers/regulator/qcom_spmi-regulator.c:2125:11: note: byref variable will be forcibly initialized 2125 | int ret, lenp; | ^~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/libxfs/xfs_rtbitmap.c:6: /kisskb/src/fs/xfs/libxfs/xfs_rtbitmap.c: In function 'xfs_trans_read_buf': /kisskb/src/fs/xfs/xfs_trans.h:203:24: note: byref variable will be forcibly initialized 203 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_rtbitmap.c: In function 'xfs_rtbuf_get': /kisskb/src/fs/xfs/libxfs/xfs_rtbitmap.c:64:7: note: byref variable will be forcibly initialized 64 | int nmap = 1; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_rtbitmap.c:63:18: note: byref variable will be forcibly initialized 63 | xfs_bmbt_irec_t map; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_rtbitmap.c:61:18: note: byref variable will be forcibly initialized 61 | struct xfs_buf *bp; /* block buffer, result */ | ^~ /kisskb/src/fs/xfs/libxfs/xfs_rtbitmap.c: In function 'xfs_rtfind_back': /kisskb/src/fs/xfs/libxfs/xfs_rtbitmap.c:104:18: note: byref variable will be forcibly initialized 104 | struct xfs_buf *bp; /* buf for the block */ | ^~ /kisskb/src/lib/nlattr.c: In function 'nla_find': /kisskb/src/lib/nlattr.c:701:6: note: byref variable will be forcibly initialized 701 | int rem; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_rtbitmap.c: In function 'xfs_rtfind_forw': /kisskb/src/fs/xfs/libxfs/xfs_rtbitmap.c:279:18: note: byref variable will be forcibly initialized 279 | struct xfs_buf *bp; /* buf for the block */ | ^~ In file included from /kisskb/src/lib/nlattr.c:16: /kisskb/src/lib/nlattr.c: In function 'nla_get_u64': /kisskb/src/include/net/netlink.h:1617:6: note: byref variable will be forcibly initialized 1617 | u64 tmp; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_rtbitmap.c: In function 'xfs_rtmodify_summary_int': /kisskb/src/fs/xfs/libxfs/xfs_rtbitmap.c:454:18: note: byref variable will be forcibly initialized 454 | struct xfs_buf *bp; /* buffer for the summary block */ | ^~ /kisskb/src/lib/nlattr.c: In function 'nla_get_s64': /kisskb/src/include/net/netlink.h:1679:6: note: byref variable will be forcibly initialized 1679 | s64 tmp; | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_rtbitmap.c: In function 'xfs_rtmodify_range': /kisskb/src/fs/xfs/libxfs/xfs_rtbitmap.c:542:18: note: byref variable will be forcibly initialized 542 | struct xfs_buf *bp; /* buf for the block */ | ^~ /kisskb/src/fs/xfs/libxfs/xfs_rtbitmap.c: In function 'xfs_rtfree_range': /kisskb/src/fs/xfs/libxfs/xfs_rtbitmap.c:699:16: note: byref variable will be forcibly initialized 699 | xfs_rtblock_t preblock; /* first block freed < start */ | ^~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rtbitmap.c:698:16: note: byref variable will be forcibly initialized 698 | xfs_rtblock_t postblock; /* first block freed > end */ | ^~~~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rtbitmap.c: In function 'xfs_rtcheck_range': /kisskb/src/fs/xfs/libxfs/xfs_rtbitmap.c:776:18: note: byref variable will be forcibly initialized 776 | struct xfs_buf *bp; /* buf for the block */ | ^~ /kisskb/src/fs/xfs/libxfs/xfs_rtbitmap.c: In function 'xfs_rtcheck_alloc_range': /kisskb/src/fs/xfs/libxfs/xfs_rtbitmap.c:947:7: note: byref variable will be forcibly initialized 947 | int stat; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_rtbitmap.c:946:16: note: byref variable will be forcibly initialized 946 | xfs_rtblock_t new; /* dummy for xfs_rtcheck_range */ | ^~~ /kisskb/src/fs/xfs/libxfs/xfs_rtbitmap.c: In function 'xfs_rtfree_extent': /kisskb/src/fs/xfs/libxfs/xfs_rtbitmap.c:972:18: note: byref variable will be forcibly initialized 972 | struct xfs_buf *sumbp = NULL; /* summary file block buffer */ | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rtbitmap.c:971:16: note: byref variable will be forcibly initialized 971 | xfs_fsblock_t sb; /* summary file block number */ | ^~ /kisskb/src/fs/xfs/libxfs/xfs_rtbitmap.c: In function 'xfs_rtalloc_query_range': /kisskb/src/fs/xfs/libxfs/xfs_rtbitmap.c:1022:9: note: byref variable will be forcibly initialized 1022 | int is_free; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rtbitmap.c:1020:18: note: byref variable will be forcibly initialized 1020 | xfs_rtblock_t rtend; | ^~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rtbitmap.c:1017:26: note: byref variable will be forcibly initialized 1017 | struct xfs_rtalloc_rec rec; | ^~~ /kisskb/src/lib/nlattr.c: In function 'nla_validate_range_unsigned': /kisskb/src/lib/nlattr.c:167:34: note: byref variable will be forcibly initialized 167 | struct netlink_range_validation range; | ^~~~~ /kisskb/src/drivers/regulator/qcom_usb_vbus-regulator.c: In function 'qcom_usb_vbus_regulator_probe': /kisskb/src/drivers/regulator/qcom_usb_vbus-regulator.c:53:6: note: byref variable will be forcibly initialized 53 | u32 base; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_rtbitmap.c: In function 'xfs_rtalloc_query_all': /kisskb/src/fs/xfs/libxfs/xfs_rtbitmap.c:1069:26: note: byref variable will be forcibly initialized 1069 | struct xfs_rtalloc_rec keys[2]; | ^~~~ /kisskb/src/fs/xfs/libxfs/xfs_rtbitmap.c: In function 'xfs_rtalloc_extent_is_free': /kisskb/src/fs/xfs/libxfs/xfs_rtbitmap.c:1088:9: note: byref variable will be forcibly initialized 1088 | int matches; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_rtbitmap.c:1087:18: note: byref variable will be forcibly initialized 1087 | xfs_rtblock_t end; | ^~~ /kisskb/src/lib/nlattr.c: In function 'nla_validate_int_range_signed': /kisskb/src/lib/nlattr.c:271:41: note: byref variable will be forcibly initialized 271 | struct netlink_range_validation_signed range; | ^~~~~ /kisskb/src/lib/nlattr.c: In function '__nla_validate_parse': /kisskb/src/lib/nlattr.c:565:6: note: byref variable will be forcibly initialized 565 | int rem; | ^~~ /kisskb/src/lib/nlattr.c: In function 'nla_validate_array': /kisskb/src/lib/nlattr.c:90:6: note: byref variable will be forcibly initialized 90 | int rem; | ^~~ /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_exec_query': /kisskb/src/lib/dynamic_debug.c:495:8: note: byref variable will be forcibly initialized 495 | char *words[MAXWORDS]; | ^~~~~ /kisskb/src/lib/dynamic_debug.c: In function '__dynamic_pr_debug': /kisskb/src/lib/dynamic_debug.c:635:7: note: byref variable will be forcibly initialized 635 | char buf[PREFIX_SIZE] = ""; | ^~~ /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:633:10: note: byref variable will be forcibly initialized 633 | va_list args; | ^~~~ /kisskb/src/lib/dynamic_debug.c: In function '__dynamic_dev_dbg': /kisskb/src/lib/dynamic_debug.c:668:8: note: byref variable will be forcibly initialized 668 | char buf[PREFIX_SIZE] = ""; | ^~~ /kisskb/src/lib/dynamic_debug.c:655:10: note: byref variable will be forcibly initialized 655 | va_list args; | ^~~~ /kisskb/src/lib/dynamic_debug.c:654:19: note: byref variable will be forcibly initialized 654 | struct va_format vaf; | ^~~ /kisskb/src/lib/dynamic_debug.c: In function '__dynamic_netdev_dbg': /kisskb/src/lib/dynamic_debug.c:697:8: note: byref variable will be forcibly initialized 697 | char buf[PREFIX_SIZE] = ""; | ^~~ /kisskb/src/lib/dynamic_debug.c:686:10: note: byref variable will be forcibly initialized 686 | va_list args; | ^~~~ /kisskb/src/lib/dynamic_debug.c:685:19: note: byref variable will be forcibly initialized 685 | struct va_format vaf; | ^~~ /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/stackdepot.c: In function 'stack_depot_snprint': /kisskb/src/lib/stackdepot.c:232:17: note: byref variable will be forcibly initialized 232 | unsigned long *entries; | ^~~~~~~ /kisskb/src/lib/stackdepot.c: In function 'stack_depot_print': /kisskb/src/lib/stackdepot.c:250:17: note: byref variable will be forcibly initialized 250 | unsigned long *entries; | ^~~~~~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/lib/stackdepot.c:25: /kisskb/src/lib/stackdepot.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:135:6: note: in expansion of macro 'check_mul_overflow' 135 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:135:6: note: in expansion of macro 'check_mul_overflow' 135 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:133:9: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/lib/stackdepot.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/drivers/regulator/pca9450-regulator.c: In function 'pca9450_irq_handler': /kisskb/src/drivers/regulator/pca9450-regulator.c:662:15: note: byref variable will be forcibly initialized 662 | unsigned int status; | ^~~~~~ /kisskb/src/lib/stackdepot.c: In function '__stack_depot_save': /kisskb/src/lib/stackdepot.c:322:8: note: byref variable will be forcibly initialized 322 | void *prealloc = NULL; | ^~~~~~~~ /kisskb/src/drivers/regulator/pca9450-regulator.c: In function 'buck_set_dvs': /kisskb/src/drivers/regulator/pca9450-regulator.c:158:11: note: byref variable will be forcibly initialized 158 | uint32_t uv; | ^~ /kisskb/src/drivers/regulator/pca9450-regulator.c: In function 'pca9450_i2c_probe': /kisskb/src/drivers/regulator/pca9450-regulator.c:704:15: note: byref variable will be forcibly initialized 704 | unsigned int device_id, i; | ^~~~~~~~~ /kisskb/src/fs/xfs/xfs_attr_inactive.c: In function 'xfs_attr3_rmt_stale': /kisskb/src/fs/xfs/xfs_attr_inactive.c:40:8: note: byref variable will be forcibly initialized 40 | int nmap; | ^~~~ /kisskb/src/fs/xfs/xfs_attr_inactive.c:39:23: note: byref variable will be forcibly initialized 39 | struct xfs_bmbt_irec map; | ^~~ /kisskb/src/fs/xfs/xfs_attr_inactive.c: In function 'xfs_attr3_leaf_inactive': /kisskb/src/fs/xfs/xfs_attr_inactive.c:87:30: note: byref variable will be forcibly initialized 87 | struct xfs_attr3_icleaf_hdr ichdr; | ^~~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_attr_inactive.c:7: /kisskb/src/fs/xfs/xfs_attr_inactive.c: In function 'xfs_trans_get_buf': /kisskb/src/fs/xfs/xfs_trans.h:180:24: note: byref variable will be forcibly initialized 180 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/xfs_attr_inactive.c: In function 'xfs_attr3_node_inactive': /kisskb/src/fs/xfs/xfs_attr_inactive.c:226:30: note: byref variable will be forcibly initialized 226 | struct xfs_da3_icnode_hdr phdr; | ^~~~ /kisskb/src/fs/xfs/xfs_attr_inactive.c:141:28: note: byref variable will be forcibly initialized 141 | struct xfs_da3_icnode_hdr ichdr; | ^~~~~ /kisskb/src/fs/xfs/xfs_attr_inactive.c:140:19: note: byref variable will be forcibly initialized 140 | struct xfs_buf *child_bp; | ^~~~~~~~ /kisskb/src/fs/xfs/xfs_attr_inactive.c: In function 'xfs_attr3_root_inactive': /kisskb/src/fs/xfs/xfs_attr_inactive.c:261:19: note: byref variable will be forcibly initialized 261 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/xfs_attr_inactive.c: In function 'xfs_attr_inactive': /kisskb/src/fs/xfs/xfs_attr_inactive.c:332:20: note: byref variable will be forcibly initialized 332 | struct xfs_trans *trans; | ^~~~~ /kisskb/src/lib/crc-t10dif.c: In function 'crc_t10dif_update': /kisskb/src/lib/crc-t10dif.c:68:4: note: byref variable will be forcibly initialized 68 | } desc; | ^~~~ /kisskb/src/drivers/regulator/pv88060-regulator.c: In function 'pv88060_buck_get_mode': /kisskb/src/drivers/regulator/pv88060-regulator.c:71:15: note: byref variable will be forcibly initialized 71 | unsigned int data; | ^~~~ /kisskb/src/drivers/regulator/pv88060-regulator.c: In function 'pv88060_irq_handler': /kisskb/src/drivers/regulator/pv88060-regulator.c:228:9: note: byref variable will be forcibly initialized 228 | int i, reg_val, err, ret = IRQ_NONE; | ^~~~~~~ /kisskb/src/lib/asn1_decoder.c: In function 'asn1_ber_decoder': /kisskb/src/lib/asn1_decoder.c:329:12: note: byref variable will be forcibly initialized 329 | size_t tmp = dp; | ^~~ /kisskb/src/lib/asn1_decoder.c:195:16: note: byref variable will be forcibly initialized 195 | unsigned char jump_stack[NR_JUMP_STACK]; | ^~~~~~~~~~ /kisskb/src/lib/asn1_decoder.c:193:16: note: byref variable will be forcibly initialized 193 | unsigned char cons_hdrlen_stack[NR_CONS_STACK]; | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/asn1_decoder.c:192:17: note: byref variable will be forcibly initialized 192 | unsigned short cons_datalen_stack[NR_CONS_STACK]; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/lib/asn1_decoder.c:191:17: note: byref variable will be forcibly initialized 191 | unsigned short cons_dp_stack[NR_CONS_STACK]; | ^~~~~~~~~~~~~ /kisskb/src/lib/asn1_decoder.c:178:34: note: byref variable will be forcibly initialized 178 | size_t pc = 0, dp = 0, tdp = 0, len = 0; | ^~~ /kisskb/src/lib/asn1_decoder.c:177:14: note: byref variable will be forcibly initialized 177 | const char *errmsg; | ^~~~~~ In file included from /kisskb/src/include/linux/sbitmap.h:19, from /kisskb/src/lib/sbitmap.c:9: /kisskb/src/lib/sbitmap.c: In function 'kmalloc_array_node': /kisskb/src/include/linux/slab.h:680:9: note: byref variable will be forcibly initialized 680 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/tty/serial/8250/8250_port.c:38: /kisskb/src/drivers/tty/serial/8250/8250_port.c: In function 'serial8250_in_MCR': /kisskb/src/drivers/tty/serial/8250/8250.h:235:16: note: byref variable will be forcibly initialized 235 | unsigned int mctrl_gpio = 0; | ^~~~~~~~~~ /kisskb/src/drivers/regulator/pv88080-regulator.c: In function 'pv88080_buck_get_mode': /kisskb/src/drivers/regulator/pv88080-regulator.c:212:15: note: byref variable will be forcibly initialized 212 | unsigned int data; | ^~~~ /kisskb/src/drivers/regulator/pv88080-regulator.c: In function 'pv88080_irq_handler': /kisskb/src/drivers/regulator/pv88080-regulator.c:329:9: note: byref variable will be forcibly initialized 329 | int i, reg_val, err, ret = IRQ_NONE; | ^~~~~~~ /kisskb/src/drivers/regulator/pv88080-regulator.c: In function 'pv88080_i2c_probe': /kisskb/src/drivers/regulator/pv88080-regulator.c:386:22: note: byref variable will be forcibly initialized 386 | unsigned int conf2, conf5; | ^~~~~ /kisskb/src/drivers/regulator/pv88080-regulator.c:386:15: note: byref variable will be forcibly initialized 386 | unsigned int conf2, conf5; | ^~~~~ /kisskb/src/drivers/tty/serial/8250/8250_port.c: In function 'serial8250_do_get_mctrl': /kisskb/src/drivers/tty/serial/8250/8250_port.c:2001:15: note: byref variable will be forcibly initialized 2001 | unsigned int val; | ^~~ /kisskb/src/drivers/tty/serial/8250/8250_port.c: In function 'serial8250_update_uartclk': /kisskb/src/drivers/tty/serial/8250/8250_port.c:2700:27: note: byref variable will be forcibly initialized 2700 | unsigned int baud, quot, frac = 0; | ^~~~ /kisskb/src/drivers/tty/serial/8250/8250_port.c: In function 'serial8250_console_restore': /kisskb/src/drivers/tty/serial/8250/8250_port.c:3321:27: note: byref variable will be forcibly initialized 3321 | unsigned int baud, quot, frac = 0; | ^~~~ /kisskb/src/drivers/tty/serial/8250/8250_port.c:3320:18: note: byref variable will be forcibly initialized 3320 | struct ktermios termios; | ^~~~~~~ /kisskb/src/drivers/tty/serial/8250/8250_port.c: In function 'serial8250_do_set_termios': /kisskb/src/drivers/tty/serial/8250/8250_port.c:2754:27: note: byref variable will be forcibly initialized 2754 | unsigned int baud, quot, frac = 0; | ^~~~ /kisskb/src/drivers/tty/serial/8250/8250_port.c: In function 'rx_trig_bytes_store': /kisskb/src/drivers/tty/serial/8250/8250_port.c:3142:16: note: byref variable will be forcibly initialized 3142 | unsigned char bytes; | ^~~~~ /kisskb/src/drivers/tty/serial/8250/8250_port.c: In function 'serial8250_console_setup': /kisskb/src/drivers/tty/serial/8250/8250_port.c:3432:6: note: byref variable will be forcibly initialized 3432 | int flow = 'n'; | ^~~~ /kisskb/src/drivers/tty/serial/8250/8250_port.c:3431:6: note: byref variable will be forcibly initialized 3431 | int parity = 'n'; | ^~~~~~ /kisskb/src/drivers/tty/serial/8250/8250_port.c:3430:6: note: byref variable will be forcibly initialized 3430 | int bits = 8; | ^~~~ /kisskb/src/drivers/tty/serial/8250/8250_port.c:3429:6: note: byref variable will be forcibly initialized 3429 | int baud = 9600; | ^~~~ /kisskb/src/drivers/regulator/rpi-panel-attiny-regulator.c: In function 'attiny_get_brightness': /kisskb/src/drivers/regulator/rpi-panel-attiny-regulator.c:117:11: note: byref variable will be forcibly initialized 117 | int ret, brightness; | ^~~~~~~~~~ /kisskb/src/drivers/regulator/rpi-panel-attiny-regulator.c: In function 'attiny_lcd_power_is_enabled': /kisskb/src/drivers/regulator/rpi-panel-attiny-regulator.c:66:15: note: byref variable will be forcibly initialized 66 | unsigned int data; | ^~~~ /kisskb/src/drivers/regulator/rpi-panel-attiny-regulator.c: In function 'attiny_lcd_power_enable': /kisskb/src/drivers/regulator/rpi-panel-attiny-regulator.c:39:15: note: byref variable will be forcibly initialized 39 | unsigned int data; | ^~~~ /kisskb/src/drivers/regulator/rpi-panel-attiny-regulator.c: In function 'attiny_i2c_probe': /kisskb/src/drivers/regulator/rpi-panel-attiny-regulator.c:142:15: note: byref variable will be forcibly initialized 142 | unsigned int data; | ^~~~ /kisskb/src/drivers/regulator/rohm-regulator.c: In function 'set_dvs_level': /kisskb/src/drivers/regulator/rohm-regulator.c:17:11: note: byref variable will be forcibly initialized 17 | uint32_t uv; | ^~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_one_feature': /kisskb/src/net/ethtool/ioctl.c:254:23: note: byref variable will be forcibly initialized 254 | struct ethtool_value edata = { | ^~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_rxnfc': /kisskb/src/net/ethtool/ioctl.c:947:23: note: byref variable will be forcibly initialized 947 | struct ethtool_rxnfc info; | ^~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_reset': /kisskb/src/net/ethtool/ioctl.c:1410:23: note: byref variable will be forcibly initialized 1410 | struct ethtool_value reset; | ^~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_wol': /kisskb/src/net/ethtool/ioctl.c:1446:25: note: byref variable will be forcibly initialized 1446 | struct ethtool_wolinfo wol; | ^~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_eee': /kisskb/src/net/ethtool/ioctl.c:1488:21: note: byref variable will be forcibly initialized 1488 | struct ethtool_eee edata; | ^~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_coalesce': /kisskb/src/net/ethtool/ioctl.c:1719:26: note: byref variable will be forcibly initialized 1719 | struct ethtool_coalesce coalesce; | ^~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_ringparam': /kisskb/src/net/ethtool/ioctl.c:1759:27: note: byref variable will be forcibly initialized 1759 | struct ethtool_ringparam ringparam, max = { .cmd = ETHTOOL_GRINGPARAM }; | ^~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_pauseparam': /kisskb/src/net/ethtool/ioctl.c:1870:28: note: byref variable will be forcibly initialized 1870 | struct ethtool_pauseparam pauseparam; | ^~~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_perm_addr': /kisskb/src/net/ethtool/ioctl.c:2138:27: note: byref variable will be forcibly initialized 2138 | struct ethtool_perm_addr epaddr; | ^~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_value_void': /kisskb/src/net/ethtool/ioctl.c:2173:23: note: byref variable will be forcibly initialized 2173 | struct ethtool_value edata; | ^~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_value': /kisskb/src/net/ethtool/ioctl.c:2188:23: note: byref variable will be forcibly initialized 2188 | struct ethtool_value edata; | ^~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_dump': /kisskb/src/net/ethtool/ioctl.c:2213:22: note: byref variable will be forcibly initialized 2213 | struct ethtool_dump dump; | ^~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_dump_flag': /kisskb/src/net/ethtool/ioctl.c:2228:22: note: byref variable will be forcibly initialized 2228 | struct ethtool_dump dump; | ^~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_fecparam': /kisskb/src/net/ethtool/ioctl.c:2698:26: note: byref variable will be forcibly initialized 2698 | struct ethtool_fecparam fecparam; | ^~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_wol': /kisskb/src/net/ethtool/ioctl.c:1430:25: note: byref variable will be forcibly initialized 1430 | struct ethtool_wolinfo wol; | ^~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_eee': /kisskb/src/net/ethtool/ioctl.c:1467:21: note: byref variable will be forcibly initialized 1467 | struct ethtool_eee edata; | ^~~~~ In file included from /kisskb/src/include/linux/compat.h:9, from /kisskb/src/net/ethtool/ioctl.c:10: /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_convert_link_mode_to_legacy_u32': /kisskb/src/net/ethtool/ioctl.c:375:36: note: byref variable will be forcibly initialized 375 | __ETHTOOL_DECLARE_LINK_MODE_MASK(ext); | ^~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/net/ethtool/ioctl.c:375:3: note: in expansion of macro '__ETHTOOL_DECLARE_LINK_MODE_MASK' 375 | __ETHTOOL_DECLARE_LINK_MODE_MASK(ext); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/regulator/rt4831-regulator.c: In function 'rt4831_get_error_flags': /kisskb/src/drivers/regulator/rt4831-regulator.c:52:15: note: byref variable will be forcibly initialized 52 | unsigned int val, events = 0; | ^~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_settings': /kisskb/src/net/ethtool/ioctl.c:668:21: note: byref variable will be forcibly initialized 668 | struct ethtool_cmd cmd; | ^~~ /kisskb/src/net/ethtool/ioctl.c:667:32: note: byref variable will be forcibly initialized 667 | struct ethtool_link_ksettings link_ksettings; | ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/netlink.h:7, from /kisskb/src/include/linux/ethtool.h:18, from /kisskb/src/net/ethtool/ioctl.c:15: /kisskb/src/net/ethtool/ioctl.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:135:6: note: in expansion of macro 'check_mul_overflow' 135 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:135:6: note: in expansion of macro 'check_mul_overflow' 135 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:133:9: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/random.h:13, from /kisskb/src/include/linux/net.h:18, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/linux/netlink.h:7, from /kisskb/src/include/linux/ethtool.h:18, from /kisskb/src/net/ethtool/ioctl.c:15: /kisskb/src/net/ethtool/ioctl.c: In function 'netdev_rss_key_fill': /kisskb/src/include/linux/once.h:44:18: note: byref variable will be forcibly initialized 44 | unsigned long ___flags; \ | ^~~~~~~~ /kisskb/src/include/linux/once.h:56:2: note: in expansion of macro 'DO_ONCE' 56 | DO_ONCE(get_random_bytes, (buf), (nbytes)) | ^~~~~~~ /kisskb/src/include/linux/net.h:286:2: note: in expansion of macro 'get_random_once' 286 | get_random_once((buf), (nbytes)) | ^~~~~~~~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c:1059:2: note: in expansion of macro 'net_get_random_once' 1059 | net_get_random_once(netdev_rss_key, sizeof(netdev_rss_key)); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_sprintf': /kisskb/src/net/ethtool/ioctl.c:1970:10: note: byref variable will be forcibly initialized 1970 | va_list args; | ^~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_any_eeprom': /kisskb/src/net/ethtool/ioctl.c:1530:24: note: byref variable will be forcibly initialized 1530 | struct ethtool_eeprom eeprom; | ^~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_eeprom': /kisskb/src/net/ethtool/ioctl.c:1594:24: note: byref variable will be forcibly initialized 1594 | struct ethtool_eeprom eeprom; | ^~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_rxfh': /kisskb/src/net/ethtool/ioctl.c:1185:5: note: byref variable will be forcibly initialized 1185 | u8 dev_hfunc = 0; | ^~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c:1181:22: note: byref variable will be forcibly initialized 1181 | struct ethtool_rxfh rxfh; | ^~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_rxfh': /kisskb/src/net/ethtool/ioctl.c:1259:22: note: byref variable will be forcibly initialized 1259 | struct ethtool_rxfh rxfh; | ^~~~ /kisskb/src/net/ethtool/ioctl.c:1258:23: note: byref variable will be forcibly initialized 1258 | struct ethtool_rxnfc rx_rings; | ^~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_tunable': /kisskb/src/net/ethtool/ioctl.c:2418:25: note: byref variable will be forcibly initialized 2418 | struct ethtool_tunable tuna; | ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/netlink.h:7, from /kisskb/src/include/linux/ethtool.h:18, from /kisskb/src/net/ethtool/ioctl.c:15: /kisskb/src/net/ethtool/ioctl.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_rxnfc': /kisskb/src/net/ethtool/ioctl.c:979:23: note: byref variable will be forcibly initialized 979 | struct ethtool_rxnfc info; | ^~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_rxfh_indir': /kisskb/src/net/ethtool/ioctl.c:1067:17: note: byref variable will be forcibly initialized 1067 | u32 user_size, dev_size; | ^~~~~~~~ /kisskb/src/net/ethtool/ioctl.c:1067:6: note: byref variable will be forcibly initialized 1067 | u32 user_size, dev_size; | ^~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_rxfh_indir': /kisskb/src/net/ethtool/ioctl.c:1116:6: note: byref variable will be forcibly initialized 1116 | u32 user_size, dev_size, i; | ^~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c:1115:23: note: byref variable will be forcibly initialized 1115 | struct ethtool_rxnfc rx_rings; | ^~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_features': /kisskb/src/net/ethtool/ioctl.c:125:36: note: byref variable will be forcibly initialized 125 | struct ethtool_set_features_block features[ETHTOOL_DEV_FEATURE_WORDS]; | ^~~~~~~~ /kisskb/src/net/ethtool/ioctl.c:124:27: note: byref variable will be forcibly initialized 124 | struct ethtool_sfeatures cmd; | ^~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_one_feature': /kisskb/src/net/ethtool/ioctl.c:267:23: note: byref variable will be forcibly initialized 267 | struct ethtool_value edata; | ^~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_settings': /kisskb/src/net/ethtool/ioctl.c:701:21: note: byref variable will be forcibly initialized 701 | struct ethtool_cmd cmd; | ^~~ /kisskb/src/net/ethtool/ioctl.c:700:32: note: byref variable will be forcibly initialized 700 | struct ethtool_link_ksettings link_ksettings; | ^~~~~~~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_regs': /kisskb/src/net/ethtool/ioctl.c:1368:22: note: byref variable will be forcibly initialized 1368 | struct ethtool_regs regs; | ^~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_strings': /kisskb/src/net/ethtool/ioctl.c:1927:26: note: byref variable will be forcibly initialized 1927 | struct ethtool_gstrings gstrings; | ^~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_stats': /kisskb/src/net/ethtool/ioctl.c:2037:23: note: byref variable will be forcibly initialized 2037 | struct ethtool_stats stats; | ^~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_dump_data': /kisskb/src/net/ethtool/ioctl.c:2251:28: note: byref variable will be forcibly initialized 2251 | struct ethtool_dump dump, tmp; | ^~~ /kisskb/src/net/ethtool/ioctl.c:2251:22: note: byref variable will be forcibly initialized 2251 | struct ethtool_dump dump, tmp; | ^~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_phy_stats': /kisskb/src/net/ethtool/ioctl.c:2083:23: note: byref variable will be forcibly initialized 2083 | struct ethtool_stats stats; | ^~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_self_test': /kisskb/src/net/ethtool/ioctl.c:1887:22: note: byref variable will be forcibly initialized 1887 | struct ethtool_test test; | ^~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_phys_id': /kisskb/src/net/ethtool/ioctl.c:1982:23: note: byref variable will be forcibly initialized 1982 | struct ethtool_value id; | ^~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_sset_info': /kisskb/src/net/ethtool/ioctl.c:777:27: note: byref variable will be forcibly initialized 777 | struct ethtool_sset_info info; | ^~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_features': /kisskb/src/net/ethtool/ioctl.c:89:36: note: byref variable will be forcibly initialized 89 | struct ethtool_get_features_block features[ETHTOOL_DEV_FEATURE_WORDS]; | ^~~~~~~~ /kisskb/src/net/ethtool/ioctl.c:85:27: note: byref variable will be forcibly initialized 85 | struct ethtool_gfeatures cmd = { | ^~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_channels': /kisskb/src/net/ethtool/ioctl.c:1803:6: note: byref variable will be forcibly initialized 1803 | u32 max_rx_in_use = 0; | ^~~~~~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c:1801:26: note: byref variable will be forcibly initialized 1801 | struct ethtool_channels channels, curr = { .cmd = ETHTOOL_GCHANNELS }; | ^~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_ts_info': /kisskb/src/net/ethtool/ioctl.c:2311:25: note: byref variable will be forcibly initialized 2311 | struct ethtool_ts_info info; | ^~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_tunable': /kisskb/src/net/ethtool/ioctl.c:2449:25: note: byref variable will be forcibly initialized 2449 | struct ethtool_tunable tuna; | ^~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_per_queue_coalesce': /kisskb/src/net/ethtool/ioctl.c:2488:27: note: byref variable will be forcibly initialized 2488 | struct ethtool_coalesce coalesce = { .cmd = ETHTOOL_GCOALESCE }; | ^~~~~~~~ In file included from /kisskb/src/include/linux/compat.h:9, from /kisskb/src/net/ethtool/ioctl.c:10: /kisskb/src/net/ethtool/ioctl.c:2477:17: note: byref variable will be forcibly initialized 2477 | DECLARE_BITMAP(queue_mask, MAX_NUM_QUEUE); | ^~~~~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_per_queue_coalesce': /kisskb/src/net/ethtool/ioctl.c:2525:27: note: byref variable will be forcibly initialized 2525 | struct ethtool_coalesce coalesce; | ^~~~~~~~ In file included from /kisskb/src/include/linux/compat.h:9, from /kisskb/src/net/ethtool/ioctl.c:10: /kisskb/src/net/ethtool/ioctl.c:2510:17: note: byref variable will be forcibly initialized 2510 | DECLARE_BITMAP(queue_mask, MAX_NUM_QUEUE); | ^~~~~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_per_queue': /kisskb/src/net/ethtool/ioctl.c:2566:30: note: byref variable will be forcibly initialized 2566 | struct ethtool_per_queue_op per_queue_opt; | ^~~~~~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'load_link_ksettings_from_user': /kisskb/src/net/ethtool/ioctl.c:470:32: note: byref variable will be forcibly initialized 470 | struct ethtool_link_usettings link_usettings; | ^~~~~~~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_set_link_ksettings': /kisskb/src/net/ethtool/ioctl.c:595:32: note: byref variable will be forcibly initialized 595 | struct ethtool_link_ksettings link_ksettings; | ^~~~~~~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'store_link_ksettings_for_user': /kisskb/src/net/ethtool/ioctl.c:515:32: note: byref variable will be forcibly initialized 515 | struct ethtool_link_usettings link_usettings; | ^~~~~~~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_link_ksettings': /kisskb/src/net/ethtool/ioctl.c:539:32: note: byref variable will be forcibly initialized 539 | struct ethtool_link_ksettings link_ksettings; | ^~~~~~~~~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'get_phy_tunable': /kisskb/src/net/ethtool/ioctl.c:2608:25: note: byref variable will be forcibly initialized 2608 | struct ethtool_tunable tuna; | ^~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'set_phy_tunable': /kisskb/src/net/ethtool/ioctl.c:2647:25: note: byref variable will be forcibly initialized 2647 | struct ethtool_tunable tuna; | ^~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_module_info': /kisskb/src/net/ethtool/ioctl.c:2346:25: note: byref variable will be forcibly initialized 2346 | struct ethtool_modinfo modinfo; | ^~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'ethtool_get_module_eeprom': /kisskb/src/net/ethtool/ioctl.c:2383:25: note: byref variable will be forcibly initialized 2383 | struct ethtool_modinfo modinfo; | ^~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function '__dev_ethtool': /kisskb/src/net/ethtool/ioctl.c:2722:6: note: byref variable will be forcibly initialized 2722 | u32 sub_cmd; | ^~~~~~~ /kisskb/src/net/ethtool/ioctl.c: In function 'dev_ethtool': /kisskb/src/net/ethtool/ioctl.c:3020:6: note: byref variable will be forcibly initialized 3020 | u32 ethcmd; | ^~~~~~ /kisskb/src/fs/xfs/xfs_aops.c: In function 'xfs_map_blocks': /kisskb/src/fs/xfs/xfs_aops.c:268:25: note: byref variable will be forcibly initialized 268 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/xfs_aops.c:267:23: note: byref variable will be forcibly initialized 267 | struct xfs_bmbt_irec imap; | ^~~~ /kisskb/src/fs/xfs/xfs_aops.c: In function 'xfs_setfilesize': /kisskb/src/fs/xfs/xfs_aops.c:52:20: note: byref variable will be forcibly initialized 52 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_aops.c: In function 'xfs_end_io': /kisskb/src/fs/xfs/xfs_aops.c:147:19: note: byref variable will be forcibly initialized 147 | struct list_head tmp; | ^~~ /kisskb/src/drivers/regulator/rt6160-regulator.c: In function 'rt6160_get_error_flags': /kisskb/src/drivers/regulator/rt6160-regulator.c:150:15: note: byref variable will be forcibly initialized 150 | unsigned int val, events = 0; | ^~~ /kisskb/src/drivers/regulator/rt6160-regulator.c: In function 'rt6160_get_mode': /kisskb/src/drivers/regulator/rt6160-regulator.c:115:15: note: byref variable will be forcibly initialized 115 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/rt6160-regulator.c: In function 'rt6160_probe': /kisskb/src/drivers/regulator/rt6160-regulator.c:233:15: note: byref variable will be forcibly initialized 233 | unsigned int devid; | ^~~~~ /kisskb/src/drivers/regulator/rt6245-regulator.c: In function 'rt6245_init_device_properties': /kisskb/src/drivers/regulator/rt6245-regulator.c:126:5: note: byref variable will be forcibly initialized 126 | u8 propval; | ^~~~~~~ /kisskb/src/drivers/regulator/rt6245-regulator.c:119:4: note: byref variable will be forcibly initialized 119 | } rt6245_props[] = { | ^~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_error.c: In function 'xfs_errortag_attr_store': /kisskb/src/fs/xfs/xfs_error.c:91:16: note: byref variable will be forcibly initialized 91 | unsigned int val; | ^~~ /kisskb/src/fs/xfs/xfs_export.c: In function 'xfs_fs_get_parent': /kisskb/src/fs/xfs/xfs_export.c:210:20: note: byref variable will be forcibly initialized 210 | struct xfs_inode *cip; | ^~~ /kisskb/src/fs/xfs/xfs_export.c: In function 'xfs_nfs_get_inode': /kisskb/src/fs/xfs/xfs_export.c:112:16: note: byref variable will be forcibly initialized 112 | xfs_inode_t *ip; | ^~ /kisskb/src/drivers/regulator/rtmv20-regulator.c: In function 'rtmv20_check_chip_exist': /kisskb/src/drivers/regulator/rtmv20-regulator.c:280:15: note: byref variable will be forcibly initialized 280 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/rtmv20-regulator.c: In function 'rtmv20_irq_handler': /kisskb/src/drivers/regulator/rtmv20-regulator.c:169:15: note: byref variable will be forcibly initialized 169 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/rtmv20-regulator.c: In function 'rtmv20_lsw_get_current_limit': /kisskb/src/drivers/regulator/rtmv20-regulator.c:132:15: note: byref variable will be forcibly initialized 132 | unsigned int val; | ^~~ /kisskb/src/drivers/regulator/rtmv20-regulator.c: In function 'rtmv20_properties_init': /kisskb/src/drivers/regulator/rtmv20-regulator.c:240:7: note: byref variable will be forcibly initialized 240 | u32 temp; | ^~~~ /kisskb/src/drivers/regulator/rtmv20-regulator.c:238:10: note: byref variable will be forcibly initialized 238 | __be16 bval16; | ^~~~~~ /kisskb/src/drivers/regulator/s2mps11.c: In function 's2mps11_regulator_set_suspend_disable': /kisskb/src/drivers/regulator/s2mps11.c:267:15: note: byref variable will be forcibly initialized 267 | unsigned int val, state; | ^~~ In file included from /kisskb/src/include/asm-generic/bug.h:5, from /kisskb/src/arch/powerpc/include/asm/bug.h:149, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/drivers/regulator/s2mps11.c:6: /kisskb/src/drivers/regulator/s2mps11.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/powerpc/include/asm/io.h:27, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/iopoll.h:14, from /kisskb/src/include/linux/regmap.h:20, from /kisskb/src/drivers/regulator/s2mps11.c:12: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/regulator/s2mps11.c:9: /kisskb/src/drivers/regulator/s2mps11.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/netlink.h:7, from /kisskb/src/include/net/netlink.h:6, from /kisskb/src/net/netlink/policy.c:13: /kisskb/src/net/netlink/policy.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/net/netlink/policy.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:135:6: note: in expansion of macro 'check_mul_overflow' 135 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:135:6: note: in expansion of macro 'check_mul_overflow' 135 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:133:9: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ In file included from /kisskb/src/net/netlink/policy.c:13: /kisskb/src/net/netlink/policy.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized 1309 | u32 tmp = value; | ^~~ /kisskb/src/net/netlink/policy.c: In function 'nla_put_u64_64bit': /kisskb/src/include/net/netlink.h:1363:6: note: byref variable will be forcibly initialized 1363 | u64 tmp = value; | ^~~ /kisskb/src/net/netlink/policy.c: In function 'nla_put_s64': /kisskb/src/include/net/netlink.h:1463:6: note: byref variable will be forcibly initialized 1463 | s64 tmp = value; | ^~~ /kisskb/src/net/netlink/policy.c: In function 'netlink_policy_dump_add_policy': /kisskb/src/net/netlink/policy.c:130:36: note: byref variable will be forcibly initialized 130 | struct netlink_policy_dump_state *state = *pstate; | ^~~~~ /kisskb/src/net/netlink/policy.c: In function '__netlink_policy_dump_write_attr': /kisskb/src/net/netlink/policy.c:351:36: note: byref variable will be forcibly initialized 351 | struct netlink_range_validation range; | ^~~~~ /kisskb/src/net/netlink/policy.c:313:42: note: byref variable will be forcibly initialized 313 | struct netlink_range_validation_signed range; | ^~~~~ /kisskb/src/net/netlink/policy.c:281:35: note: byref variable will be forcibly initialized 281 | struct netlink_range_validation range; | ^~~~~ In file included from /kisskb/src/include/linux/err.h:5, from /kisskb/src/drivers/regulator/s5m8767.c:6: /kisskb/src/drivers/regulator/s5m8767.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:5, from /kisskb/src/include/linux/of_gpio.h:14, from /kisskb/src/drivers/regulator/s5m8767.c:7: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/drivers/regulator/s5m8767.c: In function 's5m8767_enable_ext_control': /kisskb/src/drivers/regulator/s5m8767.c:468:16: note: byref variable will be forcibly initialized 468 | int ret, reg, enable_ctrl; | ^~~~~~~~~~~ /kisskb/src/drivers/regulator/s5m8767.c:468:11: note: byref variable will be forcibly initialized 468 | int ret, reg, enable_ctrl; | ^~~ /kisskb/src/drivers/regulator/s5m8767.c: In function 's5m8767_pmic_probe': /kisskb/src/drivers/regulator/s5m8767.c:927:19: note: byref variable will be forcibly initialized 927 | int enable_reg, enable_val; | ^~~~~~~~~~ /kisskb/src/drivers/regulator/s5m8767.c:927:7: note: byref variable will be forcibly initialized 927 | int enable_reg, enable_val; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_attr_list.c:7: /kisskb/src/fs/xfs/xfs_attr_list.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/fs/xfs/xfs_attr_list.c: In function 'xfs_attr_node_list_lookup': /kisskb/src/fs/xfs/xfs_attr_list.c:212:20: note: byref variable will be forcibly initialized 212 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/xfs_attr_list.c:206:28: note: byref variable will be forcibly initialized 206 | struct xfs_da3_icnode_hdr nodehdr; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_attr_list.c: In function 'xfs_attr3_leaf_list_int': /kisskb/src/fs/xfs/xfs_attr_list.c:393:30: note: byref variable will be forcibly initialized 393 | struct xfs_attr3_icleaf_hdr ichdr; | ^~~~~ /kisskb/src/fs/xfs/xfs_attr_list.c: In function 'xfs_attr_leaf_list': /kisskb/src/fs/xfs/xfs_attr_list.c:487:20: note: byref variable will be forcibly initialized 487 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/xfs_attr_list.c: In function 'xfs_attr_node_list': /kisskb/src/fs/xfs/xfs_attr_list.c:290:20: note: byref variable will be forcibly initialized 290 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/xfs_attr_list.c:287:30: note: byref variable will be forcibly initialized 287 | struct xfs_attr3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/drivers/regulator/tps62360-regulator.c: In function 'tps62360_get_mode': /kisskb/src/drivers/regulator/tps62360-regulator.c:222:15: note: byref variable will be forcibly initialized 222 | unsigned int data; | ^~~~ /kisskb/src/drivers/regulator/tps62360-regulator.c: In function 'tps62360_dcdc_get_voltage_sel': /kisskb/src/drivers/regulator/tps62360-regulator.c:124:15: note: byref variable will be forcibly initialized 124 | unsigned int data; | ^~~~ /kisskb/src/drivers/regulator/tps62360-regulator.c: In function 'tps62360_dcdc_set_voltage_sel': /kisskb/src/drivers/regulator/tps62360-regulator.c:143:6: note: byref variable will be forcibly initialized 143 | int new_vset_id = tps->curr_vset_id; | ^~~~~~~~~~~ /kisskb/src/drivers/regulator/tps62360-regulator.c: In function 'tps62360_init_dcdc': /kisskb/src/drivers/regulator/tps62360-regulator.c:249:15: note: byref variable will be forcibly initialized 249 | unsigned int ramp_ctrl; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/drivers/regulator/tps65218-regulator.c:18: /kisskb/src/drivers/regulator/tps65218-regulator.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/regulator/tps65218-regulator.c:20: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/drivers/regulator/tps65218-regulator.c: In function 'tps65218_regulator_probe': /kisskb/src/drivers/regulator/tps65218-regulator.c:318:15: note: byref variable will be forcibly initialized 318 | unsigned int val; | ^~~ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_unmap_extent': /kisskb/src/fs/xfs/xfs_bmap_util.c:908:20: note: byref variable will be forcibly initialized 908 | struct xfs_trans *tp; | ^~ /kisskb/src/drivers/tty/serial/8250/8250_fintek.c: In function 'probe_setup_port': /kisskb/src/drivers/tty/serial/8250/8250_fintek.c:400:20: note: byref variable will be forcibly initialized 400 | int i, j, k, min, max; | ^~~ /kisskb/src/drivers/tty/serial/8250/8250_fintek.c:400:15: note: byref variable will be forcibly initialized 400 | int i, j, k, min, max; | ^~~ /kisskb/src/drivers/tty/serial/8250/8250_fintek.c: In function 'fintek_8250_probe': /kisskb/src/drivers/tty/serial/8250/8250_fintek.c:468:21: note: byref variable will be forcibly initialized 468 | struct fintek_8250 probe_data; | ^~~~~~~~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_swap_extent_rmap': /kisskb/src/fs/xfs/xfs_bmap_util.c:1372:9: note: byref variable will be forcibly initialized 1372 | int nimaps; | ^~~~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:1365:24: note: byref variable will be forcibly initialized 1365 | struct xfs_bmbt_irec tirec; | ^~~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:1364:24: note: byref variable will be forcibly initialized 1364 | struct xfs_bmbt_irec uirec; | ^~~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:1363:24: note: byref variable will be forcibly initialized 1363 | struct xfs_bmbt_irec irec; | ^~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_getbmap_report_one': /kisskb/src/fs/xfs/xfs_bmap_util.c:307:9: note: byref variable will be forcibly initialized 307 | bool shared = false; | ^~~~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_bmap_rtalloc': /kisskb/src/fs/xfs/xfs_bmap_util.c:147:17: note: byref variable will be forcibly initialized 147 | xfs_rtblock_t rtx; /* realtime extent no */ | ^~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:81:16: note: byref variable will be forcibly initialized 81 | xfs_extlen_t ralen = 0; /* realtime allocation length */ | ^~~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:78:17: note: byref variable will be forcibly initialized 78 | xfs_rtblock_t rtb; | ^~~ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_bmap_count_leaves': /kisskb/src/fs/xfs/xfs_bmap_util.c:233:23: note: byref variable will be forcibly initialized 233 | struct xfs_bmbt_irec got; | ^~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:232:25: note: byref variable will be forcibly initialized 232 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_bmap_count_blocks': /kisskb/src/fs/xfs/xfs_bmap_util.c:261:16: note: byref variable will be forcibly initialized 261 | xfs_extlen_t btblocks = 0; | ^~~~~~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_swap_extent_forks': /kisskb/src/fs/xfs/xfs_bmap_util.c:1490:16: note: byref variable will be forcibly initialized 1490 | xfs_extnum_t junk; | ^~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:1489:17: note: byref variable will be forcibly initialized 1489 | xfs_filblks_t taforkblks = 0; | ^~~~~~~~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:1488:17: note: byref variable will be forcibly initialized 1488 | xfs_filblks_t aforkblks = 0; | ^~~~~~~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_getbmap': /kisskb/src/fs/xfs/xfs_bmap_util.c:418:25: note: byref variable will be forcibly initialized 418 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:416:28: note: byref variable will be forcibly initialized 416 | struct xfs_bmbt_irec got, rec; | ^~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:416:23: note: byref variable will be forcibly initialized 416 | struct xfs_bmbt_irec got, rec; | ^~~ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_bmap_punch_delalloc_range': /kisskb/src/fs/xfs/xfs_bmap_util.c:598:25: note: byref variable will be forcibly initialized 598 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:597:28: note: byref variable will be forcibly initialized 597 | struct xfs_bmbt_irec got, del; | ^~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:597:23: note: byref variable will be forcibly initialized 597 | struct xfs_bmbt_irec got, del; | ^~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:596:17: note: byref variable will be forcibly initialized 596 | xfs_fileoff_t end_fsb = start_fsb + length; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_can_free_eofblocks': /kisskb/src/fs/xfs/xfs_bmap_util.c:648:8: note: byref variable will be forcibly initialized 648 | int nimaps = 1; | ^~~~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:644:23: note: byref variable will be forcibly initialized 644 | struct xfs_bmbt_irec imap; | ^~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_free_eofblocks': /kisskb/src/fs/xfs/xfs_bmap_util.c:720:20: note: byref variable will be forcibly initialized 720 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_alloc_file_space': /kisskb/src/fs/xfs/xfs_bmap_util.c:787:19: note: byref variable will be forcibly initialized 787 | xfs_bmbt_irec_t imaps[1], *imapp; | ^~~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:786:16: note: byref variable will be forcibly initialized 786 | xfs_trans_t *tp; | ^~ /kisskb/src/fs/xfs/xfs_bmap_util.c:784:8: note: byref variable will be forcibly initialized 784 | int nimaps; | ^~~~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_free_file_space': /kisskb/src/fs/xfs/xfs_bmap_util.c:968:8: note: byref variable will be forcibly initialized 968 | int done = 0, error; | ^~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_collapse_file_space': /kisskb/src/fs/xfs/xfs_bmap_util.c:1106:9: note: byref variable will be forcibly initialized 1106 | bool done = false; | ^~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:1104:17: note: byref variable will be forcibly initialized 1104 | xfs_fileoff_t next_fsb = XFS_B_TO_FSB(mp, offset + len); | ^~~~~~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:1102:20: note: byref variable will be forcibly initialized 1102 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_insert_file_space': /kisskb/src/fs/xfs/xfs_bmap_util.c:1176:9: note: byref variable will be forcibly initialized 1176 | bool done = false; | ^~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:1174:17: note: byref variable will be forcibly initialized 1174 | xfs_fileoff_t next_fsb = NULLFSBLOCK; | ^~~~~~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:1171:20: note: byref variable will be forcibly initialized 1171 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_bmap_util.c: In function 'xfs_swap_extents': /kisskb/src/fs/xfs/xfs_bmap_util.c:1627:23: note: byref variable will be forcibly initialized 1627 | int src_log_flags, target_log_flags; | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:1627:8: note: byref variable will be forcibly initialized 1627 | int src_log_flags, target_log_flags; | ^~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_bmap_util.c:1625:20: note: byref variable will be forcibly initialized 1625 | struct xfs_trans *tp; | ^~ /kisskb/src/drivers/tty/serial/8250/8250_aspeed_vuart.c: In function 'lpc_address_store': /kisskb/src/drivers/tty/serial/8250/8250_aspeed_vuart.c:104:6: note: byref variable will be forcibly initialized 104 | u32 val; | ^~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/pci.h:37, from /kisskb/src/drivers/tty/serial/8250/8250_pci.c:11: /kisskb/src/drivers/tty/serial/8250/8250_pci.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/drivers/tty/serial/8250/8250_aspeed_vuart.c: In function 'sirq_polarity_store': /kisskb/src/drivers/tty/serial/8250/8250_aspeed_vuart.c:195:16: note: byref variable will be forcibly initialized 195 | unsigned long val; | ^~~ /kisskb/src/drivers/tty/serial/8250/8250_aspeed_vuart.c: In function 'sirq_store': /kisskb/src/drivers/tty/serial/8250/8250_aspeed_vuart.c:152:16: note: byref variable will be forcibly initialized 152 | unsigned long val; | ^~~ /kisskb/src/drivers/tty/serial/8250/8250_aspeed_vuart.c: In function 'aspeed_vuart_auto_configure_sirq_polarity': /kisskb/src/drivers/tty/serial/8250/8250_aspeed_vuart.c:384:6: note: byref variable will be forcibly initialized 384 | u32 value; | ^~~~~ /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:419:17: note: byref variable will be forcibly initialized 419 | u32 clk, prop, sirq[2]; | ^~~~ /kisskb/src/drivers/tty/serial/8250/8250_aspeed_vuart.c:419:11: note: byref variable will be forcibly initialized 419 | u32 clk, prop, sirq[2]; | ^~~~ /kisskb/src/drivers/tty/serial/8250/8250_aspeed_vuart.c:419:6: note: byref variable will be forcibly initialized 419 | u32 clk, prop, sirq[2]; | ^~~ /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/drivers/tty/serial/8250/8250_pci.c: In function 'pci_fintek_setup': /kisskb/src/drivers/tty/serial/8250/8250_pci.c:1496:6: note: byref variable will be forcibly initialized 1496 | u16 iobase; | ^~~~~~ /kisskb/src/drivers/tty/serial/8250/8250_pci.c: In function 'pci_fintek_rs485_config': /kisskb/src/drivers/tty/serial/8250/8250_pci.c:1447:5: note: byref variable will be forcibly initialized 1447 | u8 setting; | ^~~~~~~ /kisskb/src/drivers/tty/serial/8250/8250_pci.c: In function 'pci_siig20x_init': /kisskb/src/drivers/tty/serial/8250/8250_pci.c:496:5: note: byref variable will be forcibly initialized 496 | u8 data; | ^~~~ /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; | ^~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/tty/serial/8250/8250_exar.c:9: /kisskb/src/drivers/tty/serial/8250/8250_exar.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/drivers/tty/serial/8250/8250_pci.c: In function 'pci_inteli960ni_init': /kisskb/src/drivers/tty/serial/8250/8250_pci.c:232:6: note: byref variable will be forcibly initialized 232 | u32 oldval; | ^~~~~~ /kisskb/src/drivers/tty/serial/8250/8250_pci.c: In function 'pci_ite887x_exit': /kisskb/src/drivers/tty/serial/8250/8250_pci.c:989:6: note: byref variable will be forcibly initialized 989 | u32 ioport; | ^~~~~~ /kisskb/src/drivers/tty/serial/8250/8250_pci.c: In function 'pci_ite887x_init': /kisskb/src/drivers/tty/serial/8250/8250_pci.c:903:22: note: byref variable will be forcibly initialized 903 | u32 miscr, uartbar, ioport; | ^~~~~~ /kisskb/src/drivers/tty/serial/8250/8250_pci.c:903:13: note: byref variable will be forcibly initialized 903 | u32 miscr, uartbar, ioport; | ^~~~~~~ /kisskb/src/drivers/tty/serial/8250/8250_pci.c:903:6: note: byref variable will be forcibly initialized 903 | u32 miscr, uartbar, ioport; | ^~~~~ /kisskb/src/drivers/tty/serial/8250/8250_pci.c: In function 'pciserial_init_ports': /kisskb/src/drivers/tty/serial/8250/8250_pci.c:3929:24: note: byref variable will be forcibly initialized 3929 | struct uart_8250_port uart; | ^~~~ /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/tty/serial/8250/8250_pci.c: In function 'pciserial_init_one': /kisskb/src/drivers/tty/serial/8250/8250_pci.c:4088:25: note: byref variable will be forcibly initialized 4088 | struct pciserial_board tmp; | ^~~ /kisskb/src/net/netlink/genetlink.c: In function 'genl_validate_ops': /kisskb/src/net/netlink/genetlink.c:361:20: note: byref variable will be forcibly initialized 361 | struct genl_ops op2; | ^~~ /kisskb/src/net/netlink/genetlink.c:355:19: note: byref variable will be forcibly initialized 355 | struct genl_ops op; | ^~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:25, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/net/netlink/genetlink.c:22: /kisskb/src/net/netlink/genetlink.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized 1309 | u32 tmp = value; | ^~~ /kisskb/src/net/netlink/genetlink.c: In function 'nla_put_u16': /kisskb/src/include/net/netlink.h:1257:6: note: byref variable will be forcibly initialized 1257 | u16 tmp = value; | ^~~ /kisskb/src/net/netlink/genetlink.c: In function 'genl_family_find_byname': /kisskb/src/net/netlink/genetlink.c:93:15: note: byref variable will be forcibly initialized 93 | unsigned int id; | ^~ /kisskb/src/net/netlink/genetlink.c: In function 'ctrl_dumppolicy_start': /kisskb/src/net/netlink/genetlink.c:1128:18: note: byref variable will be forcibly initialized 1128 | struct genl_ops op; | ^~ In file included from /kisskb/src/net/netlink/genetlink.c:12: /kisskb/src/net/netlink/genetlink.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/net/netlink/genetlink.c: In function 'genl_validate_assign_mc_groups': /kisskb/src/net/netlink/genetlink.c:245:6: note: byref variable will be forcibly initialized 245 | int first_id; | ^~~~~~~~ /kisskb/src/net/netlink/genetlink.c: In function 'genl_bind': /kisskb/src/net/netlink/genetlink.c:1358:15: note: byref variable will be forcibly initialized 1358 | unsigned int id; | ^~ /kisskb/src/net/netlink/genetlink.c: In function 'ctrl_dumppolicy': /kisskb/src/net/netlink/genetlink.c:1261:20: note: byref variable will be forcibly initialized 1261 | struct genl_ops op; | ^~ /kisskb/src/net/netlink/genetlink.c: In function 'ctrl_fill_info': /kisskb/src/net/netlink/genetlink.c:839:20: note: byref variable will be forcibly initialized 839 | struct genl_ops op; | ^~ /kisskb/src/net/netlink/genetlink.c: In function 'ctrl_dumpfamily': /kisskb/src/net/netlink/genetlink.c:949:15: note: byref variable will be forcibly initialized 949 | unsigned int id; | ^~ /kisskb/src/net/netlink/genetlink.c: In function 'genl_family_rcv_msg_dumpit': /kisskb/src/net/netlink/genetlink.c:681:31: note: byref variable will be forcibly initialized 681 | struct netlink_dump_control c = { | ^ /kisskb/src/net/netlink/genetlink.c:669:31: note: byref variable will be forcibly initialized 669 | struct netlink_dump_control c = { | ^ /kisskb/src/net/netlink/genetlink.c:656:28: note: byref variable will be forcibly initialized 656 | struct genl_start_context ctx; | ^~~ /kisskb/src/net/netlink/genetlink.c: In function 'genl_family_rcv_msg_doit': /kisskb/src/net/netlink/genetlink.c:703:19: note: byref variable will be forcibly initialized 703 | struct genl_info info; | ^~~~ /kisskb/src/net/netlink/genetlink.c: In function 'genl_family_rcv_msg': /kisskb/src/net/netlink/genetlink.c:749:18: note: byref variable will be forcibly initialized 749 | struct genl_ops op; | ^~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/net/netlink/genetlink.c:10: /kisskb/src/net/netlink/genetlink.c: In function 'genl_unregister_family': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/net/netlink/genetlink.c:467:2: note: in expansion of macro 'wait_event' 467 | wait_event(genl_sk_destructing_waitq, | ^~~~~~~~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:62, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_buf.c:6: /kisskb/src/fs/xfs/xfs_buf.c: In function '__rhashtable_lookup': /kisskb/src/include/linux/rhashtable.h:585:32: note: byref variable will be forcibly initialized 585 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/fs/xfs/xfs_buf.c: In function '__rhashtable_insert_fast': /kisskb/src/include/linux/rhashtable.h:701:32: note: byref variable will be forcibly initialized 701 | struct rhashtable_compare_arg arg = { | ^~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_buf.c:6: /kisskb/src/fs/xfs/xfs_buf.c: In function 'xfs_buf_get_uncached': /kisskb/src/fs/xfs/xfs_buf.c:905:24: note: byref variable will be forcibly initialized 905 | DEFINE_SINGLE_BUF_MAP(map, XFS_BUF_DADDR_NULL, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/xfs_buf.c:904:19: note: byref variable will be forcibly initialized 904 | struct xfs_buf *bp; | ^~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_buf.c:6: /kisskb/src/fs/xfs/xfs_buf.c: In function 'xfs_buftarg_shrink_scan': /kisskb/src/fs/xfs/xfs_buf.c:1859:12: note: byref variable will be forcibly initialized 1859 | 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/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_buf.c:6: /kisskb/src/fs/xfs/xfs_buf.c: In function 'xfs_buf_incore': /kisskb/src/fs/xfs/xfs_buf.c:627:24: note: byref variable will be forcibly initialized 627 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/xfs_buf.c:625:19: note: byref variable will be forcibly initialized 625 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/xfs_buf.c: In function 'xfs_buf_get_map': /kisskb/src/fs/xfs/xfs_buf.c:649:19: note: byref variable will be forcibly initialized 649 | struct xfs_buf *new_bp; | ^~~~~~ /kisskb/src/fs/xfs/xfs_buf.c:648:19: note: byref variable will be forcibly initialized 648 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/xfs_buf.c: In function '_xfs_buf_ioapply': /kisskb/src/fs/xfs/xfs_buf.c:1494:7: note: byref variable will be forcibly initialized 1494 | int size; | ^~~~ /kisskb/src/fs/xfs/xfs_buf.c:1493:7: note: byref variable will be forcibly initialized 1493 | int offset; | ^~~~~~ /kisskb/src/fs/xfs/xfs_buf.c:1491:18: note: byref variable will be forcibly initialized 1491 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/xfs/xfs_buf.c: In function 'xfs_buf_read_map': /kisskb/src/fs/xfs/xfs_buf.c:770:19: note: byref variable will be forcibly initialized 770 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/xfs_buf.c: In function 'xfs_buf_readahead_map': /kisskb/src/fs/xfs/xfs_buf.c:844:19: note: byref variable will be forcibly initialized 844 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/xfs_buf.c: In function 'xfs_buf_read_uncached': /kisskb/src/fs/xfs/xfs_buf.c:869:19: note: byref variable will be forcibly initialized 869 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/xfs_buf.c: In function 'xfs_buf_delwri_submit_buffers': /kisskb/src/fs/xfs/xfs_buf.c:2090:19: note: byref variable will be forcibly initialized 2090 | struct blk_plug plug; | ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_buf.c:6: /kisskb/src/fs/xfs/xfs_buf.c: In function 'xfs_buftarg_drain': /kisskb/src/fs/xfs/xfs_buf.c:1779:12: note: byref variable will be forcibly initialized 1779 | 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/xfs/xfs_buf.c: In function 'xfs_buf_delwri_submit': /kisskb/src/fs/xfs/xfs_buf.c:2178:14: note: byref variable will be forcibly initialized 2178 | LIST_HEAD (wait_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/xfs/xfs_buf.c: In function 'xfs_buf_delwri_pushbuf': /kisskb/src/fs/xfs/xfs_buf.c:2223:14: note: byref variable will be forcibly initialized 2223 | LIST_HEAD (submit_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/tty/tty_io.c: In function 'show_cons_active': /kisskb/src/drivers/tty/tty_io.c:3572:7: note: byref variable will be forcibly initialized 3572 | int index = cs[i]->index; | ^~~~~ /kisskb/src/drivers/tty/tty_io.c:3554:18: note: byref variable will be forcibly initialized 3554 | struct console *cs[16]; | ^~ /kisskb/src/drivers/tty/tty_io.c: In function 'iterate_tty_read': /kisskb/src/drivers/tty/tty_io.c:861:7: note: byref variable will be forcibly initialized 861 | char kernel_buf[64]; | ^~~~~~~~~~ /kisskb/src/drivers/tty/tty_io.c:859:8: note: byref variable will be forcibly initialized 859 | void *cookie = NULL; | ^~~~~~ /kisskb/src/drivers/tty/tty_io.c: In function 'tty_tiocgicount': /kisskb/src/drivers/tty/tty_io.c:2613:32: note: byref variable will be forcibly initialized 2613 | struct serial_icounter_struct icount; | ^~~~~~ /kisskb/src/drivers/tty/tty_io.c: In function 'tty_tiocgserial': /kisskb/src/drivers/tty/tty_io.c:2654:23: note: byref variable will be forcibly initialized 2654 | struct serial_struct v; | ^ In file included from /kisskb/src/include/linux/irq.h:21, 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/drivers/tty/tty_io.c:75: /kisskb/src/drivers/tty/tty_io.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/tty/tty_io.c: In function 'tty_dev_name_to_number': /kisskb/src/drivers/tty/tty_io.c:348:6: note: byref variable will be forcibly initialized 348 | int index, prefix_length = 0; | ^~~~~ /kisskb/src/drivers/tty/tty_io.c: In function 'tiocswinsz': /kisskb/src/drivers/tty/tty_io.c:2386:17: note: byref variable will be forcibly initialized 2386 | struct winsize tmp_ws; | ^~~~~~ /kisskb/src/drivers/tty/tty_io.c: In function 'tiocsti': /kisskb/src/drivers/tty/tty_io.c:2297:11: note: byref variable will be forcibly initialized 2297 | char ch, mbz = 0; | ^~~ /kisskb/src/drivers/tty/tty_io.c:2297:7: note: byref variable will be forcibly initialized 2297 | char ch, mbz = 0; | ^~ /kisskb/src/drivers/tty/tty_io.c: In function 'tty_set_serial': /kisskb/src/drivers/tty/tty_io.c:2627:7: note: byref variable will be forcibly initialized 2627 | char comm[TASK_COMM_LEN]; | ^~~~ /kisskb/src/drivers/tty/tty_io.c: In function 'tty_tiocsserial': /kisskb/src/drivers/tty/tty_io.c:2644:23: note: byref variable will be forcibly initialized 2644 | struct serial_struct v; | ^ /kisskb/src/drivers/tty/tty_io.c: In function 'tty_register_device_attr': /kisskb/src/drivers/tty/tty_io.c:3254:7: note: byref variable will be forcibly initialized 3254 | char name[64]; | ^~~~ /kisskb/src/drivers/tty/tty_io.c: In function 'tty_register_driver': /kisskb/src/drivers/tty/tty_io.c:3448:8: note: byref variable will be forcibly initialized 3448 | dev_t dev; | ^~~ /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_io.c: In function 'tty_open_by_driver': /kisskb/src/drivers/tty/tty_io.c:2059:6: note: byref variable will be forcibly initialized 2059 | int index = -1; | ^~~~~ /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; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/uaccess.h:8, from /kisskb/src/include/asm-generic/termios-base.h:8, from /kisskb/src/arch/powerpc/include/asm/termios.h:16, from /kisskb/src/include/uapi/linux/termios.h:6, from /kisskb/src/drivers/tty/tty_ioctl.c:11: /kisskb/src/drivers/tty/tty_ioctl.c: In function 'tty_wait_until_sent': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/tty_ioctl.c: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_io.c: In function 'tty_kopen': /kisskb/src/drivers/tty/tty_io.c:1973:6: note: byref variable will be forcibly initialized 1973 | int index = -1; | ^~~~~ /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 '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/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/fs/xfs/xfs_dir2_readdir.c: In function 'xfs_dir2_leaf_readbuf': /kisskb/src/fs/xfs/xfs_dir2_readdir.c:257:25: note: byref variable will be forcibly initialized 257 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/xfs_dir2_readdir.c:252:19: note: byref variable will be forcibly initialized 252 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/xfs/xfs_dir2_readdir.c:251:23: note: byref variable will be forcibly initialized 251 | struct xfs_bmbt_irec map; | ^~~ /kisskb/src/fs/xfs/xfs_dir2_readdir.c:248:19: note: byref variable will be forcibly initialized 248 | struct xfs_buf *bp = NULL; | ^~ /kisskb/src/fs/xfs/xfs_discard.c: In function 'xfs_trim_extents': /kisskb/src/fs/xfs/xfs_discard.c:68:16: note: byref variable will be forcibly initialized 68 | xfs_extlen_t flen; | ^~~~ /kisskb/src/fs/xfs/xfs_discard.c:67:17: note: byref variable will be forcibly initialized 67 | xfs_agblock_t fbno; | ^~~~ /kisskb/src/fs/xfs/xfs_discard.c:37:8: note: byref variable will be forcibly initialized 37 | int i; | ^ /kisskb/src/fs/xfs/xfs_discard.c:33:19: note: byref variable will be forcibly initialized 33 | struct xfs_buf *agbp; | ^~~~ /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; | ^~~~~ /kisskb/src/fs/xfs/xfs_discard.c: In function 'xfs_ioc_trim': /kisskb/src/fs/xfs/xfs_discard.c:160:12: note: byref variable will be forcibly initialized 160 | uint64_t blocks_trimmed = 0; | ^~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_discard.c:157:22: note: byref variable will be forcibly initialized 157 | struct fstrim_range range; | ^~~~~ /kisskb/src/fs/xfs/xfs_dir2_readdir.c: In function 'xfs_dir2_block_getdents': /kisskb/src/fs/xfs/xfs_dir2_readdir.c:144:19: note: byref variable will be forcibly initialized 144 | struct xfs_buf *bp; /* buffer for block */ | ^~ /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/fs/xfs/xfs_dir2_readdir.c: In function 'xfs_dir2_leaf_getdents': /kisskb/src/fs/xfs/xfs_dir2_readdir.c:356:18: note: byref variable will be forcibly initialized 356 | xfs_dir2_off_t curoff; /* current overall offset */ | ^~~~~~ /kisskb/src/fs/xfs/xfs_dir2_readdir.c:355:15: note: byref variable will be forcibly initialized 355 | xfs_dablk_t rablk = 0; /* current readahead block */ | ^~~~~ /kisskb/src/drivers/tty/tty_ioctl.c: In function 'tty_mode_ioctl': /kisskb/src/fs/xfs/xfs_dir2_readdir.c:351:19: note: byref variable will be forcibly initialized 351 | struct xfs_buf *bp = NULL; /* data block buffer */ | ^~ /kisskb/src/drivers/tty/tty_ioctl.c:691:18: note: byref variable will be forcibly initialized 691 | struct ktermios kterm; | ^~~~~ /kisskb/src/fs/xfs/xfs_dir2_readdir.c: In function 'xfs_readdir': /kisskb/src/fs/xfs/xfs_dir2_readdir.c:511:8: note: byref variable will be forcibly initialized 511 | int v; | ^ /kisskb/src/fs/xfs/xfs_filestream.c: In function 'xfs_filestream_lookup_ag': /kisskb/src/fs/xfs/xfs_filestream.c:276:27: note: byref variable will be forcibly initialized 276 | xfs_agnumber_t startag, ag = NULLAGNUMBER; | ^~ /kisskb/src/fs/xfs/xfs_extent_busy.c: In function 'xfs_extent_busy_wait_all': /kisskb/src/fs/xfs/xfs_extent_busy.c:598:18: note: byref variable will be forcibly initialized 598 | xfs_agnumber_t agno; | ^~~~ /kisskb/src/drivers/tty/n_tty.c: In function 'n_tty_read': /kisskb/src/drivers/tty/n_tty.c:2069:17: note: byref variable will be forcibly initialized 2069 | unsigned char *kb = kbuf; | ^~ /kisskb/src/fs/xfs/xfs_fsops.c: In function 'xfs_growfs_imaxpct': /kisskb/src/fs/xfs/xfs_fsops.c:252:20: note: byref variable will be forcibly initialized 252 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_fsops.c: In function 'xfs_fs_reserve_ag_blocks': /kisskb/src/fs/xfs/xfs_fsops.c:568:18: note: byref variable will be forcibly initialized 568 | xfs_agnumber_t agno; | ^~~~ /kisskb/src/fs/xfs/xfs_fsops.c: In function 'xfs_growfs_data_private': /kisskb/src/fs/xfs/xfs_fsops.c:96:20: note: byref variable will be forcibly initialized 96 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_fsops.c:94:9: note: byref variable will be forcibly initialized 94 | bool lastag_extended; | ^~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_fsops.c:91:18: note: byref variable will be forcibly initialized 91 | xfs_agnumber_t nagimax = 0; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_fsops.c:88:19: note: byref variable will be forcibly initialized 88 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/xfs_fsops.c: In function 'xfs_fs_unreserve_ag_blocks': /kisskb/src/fs/xfs/xfs_fsops.c:596:18: note: byref variable will be forcibly initialized 596 | xfs_agnumber_t agno; | ^~~~ 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:717, from /kisskb/src/fs/xfs/kmem.h:11, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_file.c:6: /kisskb/src/fs/xfs/xfs_file.c: In function 'xfs_break_dax_layouts': /kisskb/src/include/linux/wait_bit.h:246:30: note: byref variable will be forcibly initialized 246 | struct wait_bit_queue_entry __wbq_entry; \ | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_file.c:863:9: note: in expansion of macro '___wait_var_event' 863 | return ___wait_var_event(&page->_refcount, | ^~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_file.c: In function 'xfs_file_remap_range': /kisskb/src/fs/xfs/xfs_file.c:1149:11: note: byref variable will be forcibly initialized 1149 | loff_t remapped = 0; | ^~~~~~~~ /kisskb/src/fs/xfs/xfs_file.c: In function 'xfs_file_fsync': /kisskb/src/fs/xfs/xfs_file.c:180:8: note: byref variable will be forcibly initialized 180 | int log_flushed = 0; | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_file.c: In function '__xfs_filemap_fault': /kisskb/src/fs/xfs/xfs_file.c:1327:9: note: byref variable will be forcibly initialized 1327 | pfn_t pfn; | ^~~ /kisskb/src/fs/xfs/xfs_fsmap.c: In function 'xfs_getfsmap_is_shared': /kisskb/src/fs/xfs/xfs_fsmap.c:201:17: note: byref variable will be forcibly initialized 201 | xfs_extlen_t flen; | ^~~~ /kisskb/src/fs/xfs/xfs_fsmap.c:200:18: note: byref variable will be forcibly initialized 200 | xfs_agblock_t fbno; | ^~~~ /kisskb/src/fs/xfs/xfs_fsmap.c: In function 'xfs_getfsmap_helper': /kisskb/src/fs/xfs/xfs_fsmap.c:253:10: note: byref variable will be forcibly initialized 253 | bool shared; | ^~~~~~ /kisskb/src/fs/xfs/xfs_fsmap.c:251:20: note: byref variable will be forcibly initialized 251 | struct xfs_fsmap fmr; | ^~~ /kisskb/src/fs/xfs/xfs_fsmap.c: In function 'xfs_getfsmap_rtdev_rtbitmap_helper': /kisskb/src/fs/xfs/xfs_fsmap.c:459:24: note: byref variable will be forcibly initialized 459 | struct xfs_rmap_irec irec; | ^~~~ /kisskb/src/fs/xfs/xfs_fsmap.c: In function 'xfs_getfsmap_datadev_bnobt_helper': /kisskb/src/fs/xfs/xfs_fsmap.c:373:24: note: byref variable will be forcibly initialized 373 | struct xfs_rmap_irec irec; | ^~~~ /kisskb/src/fs/xfs/xfs_file.c: In function 'xfs_update_prealloc_flags': /kisskb/src/fs/xfs/xfs_file.c:74:20: note: byref variable will be forcibly initialized 74 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_fsmap.c: In function 'xfs_getfsmap_logdev': /kisskb/src/fs/xfs/xfs_fsmap.c:411:24: note: byref variable will be forcibly initialized 411 | struct xfs_rmap_irec rmap; | ^~~~ /kisskb/src/fs/xfs/xfs_file.c: In function 'xfs_break_layouts': /kisskb/src/fs/xfs/xfs_file.c:874:9: note: byref variable will be forcibly initialized 874 | bool retry; | ^~~~~ /kisskb/src/fs/xfs/xfs_fsmap.c: In function '__xfs_getfsmap_datadev': /kisskb/src/fs/xfs/xfs_fsmap.c:588:19: note: byref variable will be forcibly initialized 588 | xfs_agnumber_t start_ag; | ^~~~~~~~ /kisskb/src/fs/xfs/xfs_fsmap.c:585:25: note: byref variable will be forcibly initialized 585 | struct xfs_btree_cur *bt_cur = NULL; | ^~~~~~ /kisskb/src/fs/xfs/xfs_file.c: In function 'xfs_file_fallocate': /kisskb/src/fs/xfs/xfs_file.c:1071:16: note: byref variable will be forcibly initialized 1071 | struct iattr iattr; | ^~~~~ /kisskb/src/fs/xfs/xfs_file.c:915:9: note: byref variable will be forcibly initialized 915 | uint iolock = XFS_IOLOCK_EXCL | XFS_MMAPLOCK_EXCL; | ^~~~~~ /kisskb/src/fs/xfs/xfs_fsmap.c: In function 'xfs_getfsmap_datadev_bnobt': /kisskb/src/fs/xfs/xfs_fsmap.c:763:30: note: byref variable will be forcibly initialized 763 | struct xfs_alloc_rec_incore akeys[2]; | ^~~~~ /kisskb/src/fs/xfs/xfs_fsmap.c: In function 'xfs_getfsmap': /kisskb/src/fs/xfs/xfs_fsmap.c:855:27: note: byref variable will be forcibly initialized 855 | struct xfs_getfsmap_dev handlers[XFS_GETFSMAP_DEVS]; | ^~~~~~~~ /kisskb/src/fs/xfs/xfs_fsmap.c:854:20: note: byref variable will be forcibly initialized 854 | struct xfs_fsmap dkeys[2]; /* per-dev keys */ | ^~~~~ /kisskb/src/fs/xfs/xfs_fsmap.c:853:21: note: byref variable will be forcibly initialized 853 | struct xfs_trans *tp = NULL; | ^~ /kisskb/src/fs/xfs/xfs_file.c: In function 'xfs_file_dax_write': /kisskb/src/fs/xfs/xfs_file.c:693:8: note: byref variable will be forcibly initialized 693 | int iolock = XFS_IOLOCK_EXCL; | ^~~~~~ /kisskb/src/fs/xfs/xfs_file.c: In function 'xfs_file_dio_write_unaligned': /kisskb/src/fs/xfs/xfs_file.c:604:8: note: byref variable will be forcibly initialized 604 | int iolock = XFS_IOLOCK_SHARED; | ^~~~~~ /kisskb/src/fs/xfs/xfs_file.c: In function 'xfs_file_dio_write_aligned': /kisskb/src/fs/xfs/xfs_file.c:551:8: note: byref variable will be forcibly initialized 551 | int iolock = XFS_IOLOCK_SHARED; | ^~~~~~ /kisskb/src/fs/xfs/xfs_file.c: In function 'xfs_file_buffered_write': /kisskb/src/fs/xfs/xfs_file.c:776:21: note: byref variable will be forcibly initialized 776 | struct xfs_icwalk icw = {0}; | ^~~ /kisskb/src/fs/xfs/xfs_file.c:738:8: note: byref variable will be forcibly initialized 738 | int iolock; | ^~~~~~ /kisskb/src/drivers/tty/serial/8250/8250_of.c: In function 'of_platform_serial_setup': /kisskb/src/drivers/tty/serial/8250/8250_of.c:38:16: note: byref variable will be forcibly initialized 38 | u32 clk, spd, prop; | ^~~~ /kisskb/src/drivers/tty/serial/8250/8250_of.c:38:11: note: byref variable will be forcibly initialized 38 | u32 clk, spd, prop; | ^~~ /kisskb/src/drivers/tty/serial/8250/8250_of.c:38:6: note: byref variable will be forcibly initialized 38 | u32 clk, spd, prop; | ^~~ /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:192:6: note: byref variable will be forcibly initialized 192 | u32 tx_threshold; | ^~~~~~~~~~~~ /kisskb/src/drivers/tty/serial/8250/8250_of.c:190:24: note: byref variable will be forcibly initialized 190 | struct uart_8250_port port8250; | ^~~~~~~~ /kisskb/src/drivers/tty/serial/8250/8250_dw.c: In function 'dw8250_probe': /kisskb/src/drivers/tty/serial/8250/8250_dw.c:443:6: note: byref variable will be forcibly initialized 443 | u32 val; | ^~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:25, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/net/netlink/diag.c:4: /kisskb/src/net/netlink/diag.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized 1309 | u32 tmp = value; | ^~~ /kisskb/src/net/netlink/diag.c: In function 'netlink_diag_handler_dump': /kisskb/src/net/netlink/diag.c:233:31: note: byref variable will be forcibly initialized 233 | struct netlink_dump_control c = { | ^ /kisskb/src/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/fs/xfs/xfs_itable.c: In function 'xfs_bulkstat_one_int': /kisskb/src/fs/xfs/xfs_itable.c:64:20: note: byref variable will be forcibly initialized 64 | struct xfs_inode *ip; /* incore inode pointer */ | ^~ /kisskb/src/fs/xfs/xfs_itable.c: In function 'xfs_bulkstat_one': /kisskb/src/fs/xfs/xfs_itable.c:167:20: note: byref variable will be forcibly initialized 167 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_itable.c: In function 'xfs_bulkstat': /kisskb/src/fs/xfs/xfs_itable.c:258:20: note: byref variable will be forcibly initialized 258 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_itable.c: In function 'xfs_inumbers': /kisskb/src/fs/xfs/xfs_itable.c:398:20: note: byref variable will be forcibly initialized 398 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_itable.c:394:28: note: byref variable will be forcibly initialized 394 | struct xfs_inumbers_chunk ic = { | ^~ /kisskb/src/fs/xfs/xfs_message.c: In function 'xfs_emerg': /kisskb/src/fs/xfs/xfs_message.c:35:8: note: byref variable will be forcibly initialized 35 | int level; \ | ^~~~~ /kisskb/src/fs/xfs/xfs_message.c:51:1: note: in expansion of macro 'define_xfs_printk_level' 51 | define_xfs_printk_level(xfs_emerg, KERN_EMERG); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_message.c:34:12: note: byref variable will be forcibly initialized 34 | va_list args; \ | ^~~~ /kisskb/src/fs/xfs/xfs_message.c:51:1: note: in expansion of macro 'define_xfs_printk_level' 51 | define_xfs_printk_level(xfs_emerg, KERN_EMERG); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_message.c:33:19: note: byref variable will be forcibly initialized 33 | struct va_format vaf; \ | ^~~ /kisskb/src/fs/xfs/xfs_message.c:51:1: note: in expansion of macro 'define_xfs_printk_level' 51 | define_xfs_printk_level(xfs_emerg, KERN_EMERG); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_message.c: In function 'xfs_alert': /kisskb/src/fs/xfs/xfs_message.c:35:8: note: byref variable will be forcibly initialized 35 | int level; \ | ^~~~~ /kisskb/src/fs/xfs/xfs_message.c:52:1: note: in expansion of macro 'define_xfs_printk_level' 52 | define_xfs_printk_level(xfs_alert, KERN_ALERT); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_message.c:34:12: note: byref variable will be forcibly initialized 34 | va_list args; \ | ^~~~ /kisskb/src/fs/xfs/xfs_message.c:52:1: note: in expansion of macro 'define_xfs_printk_level' 52 | define_xfs_printk_level(xfs_alert, KERN_ALERT); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_message.c:33:19: note: byref variable will be forcibly initialized 33 | struct va_format vaf; \ | ^~~ /kisskb/src/fs/xfs/xfs_message.c:52:1: note: in expansion of macro 'define_xfs_printk_level' 52 | define_xfs_printk_level(xfs_alert, KERN_ALERT); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_message.c: In function 'xfs_crit': /kisskb/src/fs/xfs/xfs_message.c:35:8: note: byref variable will be forcibly initialized 35 | int level; \ | ^~~~~ /kisskb/src/fs/xfs/xfs_message.c:53:1: note: in expansion of macro 'define_xfs_printk_level' 53 | define_xfs_printk_level(xfs_crit, KERN_CRIT); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_message.c:34:12: note: byref variable will be forcibly initialized 34 | va_list args; \ | ^~~~ /kisskb/src/fs/xfs/xfs_message.c:53:1: note: in expansion of macro 'define_xfs_printk_level' 53 | define_xfs_printk_level(xfs_crit, KERN_CRIT); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_message.c:33:19: note: byref variable will be forcibly initialized 33 | struct va_format vaf; \ | ^~~ /kisskb/src/fs/xfs/xfs_message.c:53:1: note: in expansion of macro 'define_xfs_printk_level' 53 | define_xfs_printk_level(xfs_crit, KERN_CRIT); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_message.c: In function 'xfs_err': /kisskb/src/fs/xfs/xfs_message.c:35:8: note: byref variable will be forcibly initialized 35 | int level; \ | ^~~~~ /kisskb/src/fs/xfs/xfs_message.c:54:1: note: in expansion of macro 'define_xfs_printk_level' 54 | define_xfs_printk_level(xfs_err, KERN_ERR); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_message.c:34:12: note: byref variable will be forcibly initialized 34 | va_list args; \ | ^~~~ /kisskb/src/fs/xfs/xfs_message.c:54:1: note: in expansion of macro 'define_xfs_printk_level' 54 | define_xfs_printk_level(xfs_err, KERN_ERR); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_message.c:33:19: note: byref variable will be forcibly initialized 33 | struct va_format vaf; \ | ^~~ /kisskb/src/fs/xfs/xfs_message.c:54:1: note: in expansion of macro 'define_xfs_printk_level' 54 | define_xfs_printk_level(xfs_err, KERN_ERR); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_message.c: In function 'xfs_warn': /kisskb/src/fs/xfs/xfs_message.c:35:8: note: byref variable will be forcibly initialized 35 | int level; \ | ^~~~~ /kisskb/src/fs/xfs/xfs_message.c:55:1: note: in expansion of macro 'define_xfs_printk_level' 55 | define_xfs_printk_level(xfs_warn, KERN_WARNING); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_message.c:34:12: note: byref variable will be forcibly initialized 34 | va_list args; \ | ^~~~ /kisskb/src/fs/xfs/xfs_message.c:55:1: note: in expansion of macro 'define_xfs_printk_level' 55 | define_xfs_printk_level(xfs_warn, KERN_WARNING); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_message.c:33:19: note: byref variable will be forcibly initialized 33 | struct va_format vaf; \ | ^~~ /kisskb/src/fs/xfs/xfs_message.c:55:1: note: in expansion of macro 'define_xfs_printk_level' 55 | define_xfs_printk_level(xfs_warn, KERN_WARNING); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_message.c: In function 'xfs_notice': /kisskb/src/fs/xfs/xfs_message.c:35:8: note: byref variable will be forcibly initialized 35 | int level; \ | ^~~~~ /kisskb/src/fs/xfs/xfs_message.c:56:1: note: in expansion of macro 'define_xfs_printk_level' 56 | define_xfs_printk_level(xfs_notice, KERN_NOTICE); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_message.c:34:12: note: byref variable will be forcibly initialized 34 | va_list args; \ | ^~~~ /kisskb/src/fs/xfs/xfs_message.c:56:1: note: in expansion of macro 'define_xfs_printk_level' 56 | define_xfs_printk_level(xfs_notice, KERN_NOTICE); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_message.c:33:19: note: byref variable will be forcibly initialized 33 | struct va_format vaf; \ | ^~~ /kisskb/src/fs/xfs/xfs_message.c:56:1: note: in expansion of macro 'define_xfs_printk_level' 56 | define_xfs_printk_level(xfs_notice, KERN_NOTICE); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_message.c: In function 'xfs_info': /kisskb/src/fs/xfs/xfs_message.c:35:8: note: byref variable will be forcibly initialized 35 | int level; \ | ^~~~~ /kisskb/src/fs/xfs/xfs_message.c:57:1: note: in expansion of macro 'define_xfs_printk_level' 57 | define_xfs_printk_level(xfs_info, KERN_INFO); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_message.c:34:12: note: byref variable will be forcibly initialized 34 | va_list args; \ | ^~~~ /kisskb/src/fs/xfs/xfs_message.c:57:1: note: in expansion of macro 'define_xfs_printk_level' 57 | define_xfs_printk_level(xfs_info, KERN_INFO); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_message.c:33:19: note: byref variable will be forcibly initialized 33 | struct va_format vaf; \ | ^~~ /kisskb/src/fs/xfs/xfs_message.c:57:1: note: in expansion of macro 'define_xfs_printk_level' 57 | define_xfs_printk_level(xfs_info, KERN_INFO); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_message.c: In function 'xfs_debug': /kisskb/src/fs/xfs/xfs_message.c:35:8: note: byref variable will be forcibly initialized 35 | int level; \ | ^~~~~ /kisskb/src/fs/xfs/xfs_message.c:59:1: note: in expansion of macro 'define_xfs_printk_level' 59 | define_xfs_printk_level(xfs_debug, KERN_DEBUG); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_message.c:34:12: note: byref variable will be forcibly initialized 34 | va_list args; \ | ^~~~ /kisskb/src/fs/xfs/xfs_message.c:59:1: note: in expansion of macro 'define_xfs_printk_level' 59 | define_xfs_printk_level(xfs_debug, KERN_DEBUG); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_message.c:33:19: note: byref variable will be forcibly initialized 33 | struct va_format vaf; \ | ^~~ /kisskb/src/fs/xfs/xfs_message.c:59:1: note: in expansion of macro 'define_xfs_printk_level' 59 | define_xfs_printk_level(xfs_debug, KERN_DEBUG); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_message.c: In function 'xfs_alert_tag': /kisskb/src/fs/xfs/xfs_message.c:69:12: note: byref variable will be forcibly initialized 69 | va_list args; | ^~~~ /kisskb/src/fs/xfs/xfs_message.c:68:19: note: byref variable will be forcibly initialized 68 | struct va_format vaf; | ^~~ /kisskb/src/fs/xfs/xfs_message.c: In function 'xfs_buf_alert_ratelimited': /kisskb/src/fs/xfs/xfs_message.c:130:12: note: byref variable will be forcibly initialized 130 | va_list args; | ^~~~ /kisskb/src/fs/xfs/xfs_message.c:129:19: note: byref variable will be forcibly initialized 129 | struct va_format vaf; | ^~~ /kisskb/src/fs/xfs/xfs_mru_cache.c: In function '_xfs_mru_cache_clear_reap_list': /kisskb/src/fs/xfs/xfs_mru_cache.c:233:19: note: byref variable will be forcibly initialized 233 | struct list_head tmp; | ^~~ /kisskb/src/fs/xfs/xfs_health.c: In function 'xfs_health_unmount': /kisskb/src/fs/xfs/xfs_health.c:30:16: note: byref variable will be forcibly initialized 30 | unsigned int checked = 0; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_health.c:29:16: note: byref variable will be forcibly initialized 29 | unsigned int sick = 0; | ^~~~ /kisskb/src/fs/xfs/xfs_health.c:28:18: note: byref variable will be forcibly initialized 28 | xfs_agnumber_t agno; | ^~~~ /kisskb/src/fs/xfs/xfs_health.c: In function 'xfs_fsop_geom_health': /kisskb/src/fs/xfs/xfs_health.c:313:17: note: byref variable will be forcibly initialized 313 | unsigned int checked; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_health.c:312:17: note: byref variable will be forcibly initialized 312 | unsigned int sick; | ^~~~ /kisskb/src/fs/xfs/xfs_health.c: In function 'xfs_ag_geom_health': /kisskb/src/fs/xfs/xfs_health.c:349:17: note: byref variable will be forcibly initialized 349 | unsigned int checked; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_health.c:348:17: note: byref variable will be forcibly initialized 348 | unsigned int sick; | ^~~~ /kisskb/src/fs/xfs/xfs_health.c: In function 'xfs_bulkstat_health': /kisskb/src/fs/xfs/xfs_health.c:383:17: note: byref variable will be forcibly initialized 383 | unsigned int checked; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_health.c:382:17: note: byref variable will be forcibly initialized 382 | unsigned int sick; | ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/netlink.h:7, from /kisskb/src/include/linux/ethtool.h:18, from /kisskb/src/include/uapi/linux/ethtool_netlink.h:12, from /kisskb/src/include/linux/ethtool_netlink.h:6, from /kisskb/src/net/ethtool/common.c:3: /kisskb/src/net/ethtool/common.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/char/hw_random/pseries-rng.c: In function 'pseries_rng_read': /kisskb/src/drivers/char/hw_random/pseries-rng.c:18:6: note: byref variable will be forcibly initialized 18 | u64 buffer[PLPAR_HCALL_BUFSIZE]; | ^~~~~~ /kisskb/src/fs/xfs/xfs_icache.c: In function 'xfs_check_delalloc': /kisskb/src/fs/xfs/xfs_icache.c:1789:25: note: byref variable will be forcibly initialized 1789 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/xfs_icache.c:1788:23: note: byref variable will be forcibly initialized 1788 | struct xfs_bmbt_irec got; | ^~~ /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_vn_update_time': /kisskb/src/fs/xfs/xfs_iops.c:1115:20: note: byref variable will be forcibly initialized 1115 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_icache.c: In function 'xfs_iget_cache_miss': /kisskb/src/fs/xfs/xfs_icache.c:618:20: note: byref variable will be forcibly initialized 618 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_initxattrs': /kisskb/src/fs/xfs/xfs_iops.c:54:22: note: byref variable will be forcibly initialized 54 | struct xfs_da_args args = { | ^~~~ /kisskb/src/fs/xfs/xfs_icache.c: In function 'xfs_iget': /kisskb/src/fs/xfs/xfs_icache.c:728:20: note: byref variable will be forcibly initialized 728 | struct xfs_inode *ip; | ^~ /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_cleanup_inode': /kisskb/src/fs/xfs/xfs_iops.c:118:18: note: byref variable will be forcibly initialized 118 | struct xfs_name teardown; | ^~~~~~~~ /kisskb/src/fs/xfs/xfs_icache.c: In function 'xfs_icache_inode_is_allocated': /kisskb/src/fs/xfs/xfs_icache.c:814:20: note: byref variable will be forcibly initialized 814 | struct xfs_inode *ip; | ^~ /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_vn_rename': /kisskb/src/fs/xfs/xfs_iops.c:457:18: note: byref variable will be forcibly initialized 457 | struct xfs_name nname; | ^~~~~ /kisskb/src/fs/xfs/xfs_iops.c:456:18: note: byref variable will be forcibly initialized 456 | struct xfs_name oname; | ^~~~~ In file included from /kisskb/src/include/linux/string.h:5, from /kisskb/src/include/linux/uuid.h:12, from /kisskb/src/fs/xfs/xfs_linux.h:10, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_ioctl.c:6: /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:756:6: note: in expansion of macro 'unlikely' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:756:15: note: in expansion of macro 'check_mul_overflow' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:756:6: note: in expansion of macro 'unlikely' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:756:15: note: in expansion of macro 'check_mul_overflow' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_ioctl.c:6: /kisskb/src/include/linux/slab.h:754:9: note: byref variable will be forcibly initialized 754 | size_t bytes; | ^~~~~ /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_vn_unlink': /kisskb/src/fs/xfs/xfs_iops.c:382:18: note: byref variable will be forcibly initialized 382 | struct xfs_name name; | ^~~~ /kisskb/src/fs/xfs/xfs_iomap.c: In function 'xfs_iomap_prealloc_size': /kisskb/src/fs/xfs/xfs_iomap.c:371:8: note: byref variable will be forcibly initialized 371 | int qshift = 0; | ^~~~~~ /kisskb/src/fs/xfs/xfs_iomap.c:367:17: note: byref variable will be forcibly initialized 367 | xfs_fsblock_t qblocks; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_iomap.c:366:12: note: byref variable will be forcibly initialized 366 | int64_t freesp; | ^~~~~~ /kisskb/src/fs/xfs/xfs_iomap.c:362:29: note: byref variable will be forcibly initialized 362 | struct xfs_bmbt_irec prev, got; | ^~~ /kisskb/src/fs/xfs/xfs_iomap.c:362:23: note: byref variable will be forcibly initialized 362 | struct xfs_bmbt_irec prev, got; | ^~~~ /kisskb/src/fs/xfs/xfs_iomap.c:361:25: note: byref variable will be forcibly initialized 361 | struct xfs_iext_cursor ncur = *icur; | ^~~~ /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_vn_link': /kisskb/src/fs/xfs/xfs_iops.c:361:18: note: byref variable will be forcibly initialized 361 | struct xfs_name name; | ^~~~ /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_vn_lookup': /kisskb/src/fs/xfs/xfs_iops.c:297:18: note: byref variable will be forcibly initialized 297 | struct xfs_name name; | ^~~~ /kisskb/src/fs/xfs/xfs_iops.c:296:20: note: byref variable will be forcibly initialized 296 | struct xfs_inode *cip; | ^~~ /kisskb/src/fs/xfs/xfs_icache.c: In function 'xfs_blockgc_scan_inode': /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_fsbulkstat_one_fmt': /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_vn_ci_lookup': /kisskb/src/fs/xfs/xfs_ioctl.c:716:20: note: byref variable will be forcibly initialized 716 | struct xfs_bstat bs1; | ^~~ /kisskb/src/fs/xfs/xfs_icache.c:1439:16: note: byref variable will be forcibly initialized 1439 | unsigned int lockflags = 0; | ^~~~~~~~~ /kisskb/src/fs/xfs/xfs_iops.c:323:14: note: byref variable will be forcibly initialized 323 | struct qstr dname; | ^~~~~ /kisskb/src/fs/xfs/xfs_iops.c:322:18: note: byref variable will be forcibly initialized 322 | struct xfs_name ci_name; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_iops.c:321:18: note: byref variable will be forcibly initialized 321 | struct xfs_name xname; | ^~~~~ /kisskb/src/fs/xfs/xfs_iops.c:320:20: note: byref variable will be forcibly initialized 320 | struct xfs_inode *ip; | ^~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_fsinumbers_fmt': /kisskb/src/fs/xfs/xfs_ioctl.c:729:21: note: byref variable will be forcibly initialized 729 | struct xfs_inogrp ig1; | ^~~ /kisskb/src/fs/xfs/xfs_icache.c: In function 'xfs_icwalk_ag': /kisskb/src/fs/xfs/xfs_icache.c:1669:21: note: byref variable will be forcibly initialized 1669 | struct xfs_inode *batch[XFS_LOOKUP_BATCH]; | ^~~~~ /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_setattr_nonsize': /kisskb/src/fs/xfs/xfs_iops.c:704:34: note: byref variable will be forcibly initialized 704 | struct xfs_dquot *udqp = NULL, *gdqp = NULL; | ^~~~ /kisskb/src/fs/xfs/xfs_iops.c:704:20: note: byref variable will be forcibly initialized 704 | struct xfs_dquot *udqp = NULL, *gdqp = NULL; | ^~~~ /kisskb/src/fs/xfs/xfs_iops.c:700:16: note: byref variable will be forcibly initialized 700 | xfs_trans_t *tp; | ^~ /kisskb/src/fs/xfs/xfs_iomap.c: In function 'xfs_read_iomap_begin': /kisskb/src/fs/xfs/xfs_iomap.c:1161:12: note: byref variable will be forcibly initialized 1161 | unsigned lockmode; | ^~~~~~~~ /kisskb/src/fs/xfs/xfs_iomap.c:1160:9: note: byref variable will be forcibly initialized 1160 | bool shared = false; | ^~~~~~ /kisskb/src/fs/xfs/xfs_iomap.c:1159:8: note: byref variable will be forcibly initialized 1159 | int nimaps = 1, error = 0; | ^~~~~~ /kisskb/src/fs/xfs/xfs_iomap.c:1156:23: note: byref variable will be forcibly initialized 1156 | struct xfs_bmbt_irec imap; | ^~~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioctl_setattr_get_trans': /kisskb/src/fs/xfs/xfs_ioctl.c:1262:20: note: byref variable will be forcibly initialized 1262 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_icache.c: In function 'xfs_blockgc_stop': /kisskb/src/fs/xfs/xfs_icache.c:1363:18: note: byref variable will be forcibly initialized 1363 | xfs_agnumber_t agno; | ^~~~ /kisskb/src/fs/xfs/xfs_iomap.c: In function 'xfs_seek_iomap_begin': /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_setattr_size': /kisskb/src/fs/xfs/xfs_iomap.c:1202:29: note: byref variable will be forcibly initialized 1202 | struct xfs_bmbt_irec imap, cmap; | ^~~~ /kisskb/src/fs/xfs/xfs_iops.c:865:9: note: byref variable will be forcibly initialized 865 | bool did_zeroing = false; | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_iops.c:862:20: note: byref variable will be forcibly initialized 862 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_iomap.c:1202:23: note: byref variable will be forcibly initialized 1202 | struct xfs_bmbt_irec imap, cmap; | ^~~~ /kisskb/src/fs/xfs/xfs_iomap.c:1201:25: note: byref variable will be forcibly initialized 1201 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/xfs_iomap.c: In function 'xfs_xattr_iomap_begin': /kisskb/src/fs/xfs/xfs_iomap.c:1285:8: note: byref variable will be forcibly initialized 1285 | int nimaps = 1, error = 0; | ^~~~~~ /kisskb/src/fs/xfs/xfs_iomap.c:1284:23: note: byref variable will be forcibly initialized 1284 | struct xfs_bmbt_irec imap; | ^~~~ /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_vn_setattr': /kisskb/src/fs/xfs/xfs_iomap.c: In function 'xfs_iomap_eof_align_last_fsb': /kisskb/src/fs/xfs/xfs_iomap.c:160:25: note: byref variable will be forcibly initialized 160 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/xfs_iops.c:1082:10: note: byref variable will be forcibly initialized 1082 | uint iolock; | ^~~~~~ /kisskb/src/fs/xfs/xfs_iomap.c:159:23: note: byref variable will be forcibly initialized 159 | struct xfs_bmbt_irec irec; | ^~~~ /kisskb/src/fs/xfs/xfs_iomap.c: In function 'xfs_iomap_write_direct': /kisskb/src/fs/xfs/xfs_iomap.c:196:8: note: byref variable will be forcibly initialized 196 | int nimaps; | ^~~~~~ /kisskb/src/fs/xfs/xfs_iomap.c:194:20: note: byref variable will be forcibly initialized 194 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_getlabel': /kisskb/src/fs/xfs/xfs_ioctl.c:1815:9: note: byref variable will be forcibly initialized 1815 | char label[XFSLABEL_MAX + 1]; | ^~~~~ /kisskb/src/fs/xfs/xfs_iomap.c: In function 'xfs_direct_write_iomap_begin': /kisskb/src/fs/xfs/xfs_iomap.c:733:12: note: byref variable will be forcibly initialized 733 | unsigned lockmode; | ^~~~~~~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_setlabel': /kisskb/src/fs/xfs/xfs_iomap.c:731:9: note: byref variable will be forcibly initialized 731 | bool shared = false; | ^~~~~~ /kisskb/src/fs/xfs/xfs_iomap.c:730:8: note: byref variable will be forcibly initialized 730 | int nimaps = 1, error = 0; | ^~~~~~ /kisskb/src/fs/xfs/xfs_ioctl.c:1838:9: note: byref variable will be forcibly initialized 1838 | char label[XFSLABEL_MAX + 1]; | ^~~~~ /kisskb/src/fs/xfs/xfs_iomap.c:727:29: note: byref variable will be forcibly initialized 727 | struct xfs_bmbt_irec imap, cmap; | ^~~~ /kisskb/src/fs/xfs/xfs_iomap.c:727:23: note: byref variable will be forcibly initialized 727 | struct xfs_bmbt_irec imap, cmap; | ^~~~ /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_generic_create': /kisskb/src/fs/xfs/xfs_iops.c:173:18: note: byref variable will be forcibly initialized 173 | struct xfs_name name; | ^~~~ /kisskb/src/fs/xfs/xfs_iops.c:172:34: note: byref variable will be forcibly initialized 172 | struct posix_acl *default_acl, *acl; | ^~~ /kisskb/src/fs/xfs/xfs_iops.c:172:20: note: byref variable will be forcibly initialized 172 | struct posix_acl *default_acl, *acl; | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_iops.c:171:20: note: byref variable will be forcibly initialized 171 | struct xfs_inode *ip = NULL; | ^~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_fsbulkstat': /kisskb/src/fs/xfs/xfs_ioctl.c:750:13: note: byref variable will be forcibly initialized 750 | xfs_ino_t lastino; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_ioctl.c:744:26: note: byref variable will be forcibly initialized 744 | struct xfs_fsop_bulkreq bulkreq; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_iomap.c: In function 'xfs_buffered_write_iomap_begin': /kisskb/src/fs/xfs/xfs_iops.c: In function 'xfs_vn_symlink': /kisskb/src/fs/xfs/xfs_iomap.c:873:39: note: byref variable will be forcibly initialized 873 | bool eof = false, cow_eof = false, shared = false; | ^~~~~~ /kisskb/src/fs/xfs/xfs_iops.c:410:18: note: byref variable will be forcibly initialized 410 | struct xfs_name name; | ^~~~ /kisskb/src/fs/xfs/xfs_iops.c:409:20: note: byref variable will be forcibly initialized 409 | struct xfs_inode *cip = NULL; | ^~~ /kisskb/src/fs/xfs/xfs_iomap.c:871:31: note: byref variable will be forcibly initialized 871 | struct xfs_iext_cursor icur, ccur; | ^~~~ /kisskb/src/fs/xfs/xfs_iomap.c:871:25: note: byref variable will be forcibly initialized 871 | struct xfs_iext_cursor icur, ccur; | ^~~~ /kisskb/src/fs/xfs/xfs_iomap.c:870:29: note: byref variable will be forcibly initialized 870 | struct xfs_bmbt_irec imap, cmap; | ^~~~ /kisskb/src/fs/xfs/xfs_iomap.c:870:23: note: byref variable will be forcibly initialized 870 | struct xfs_bmbt_irec imap, cmap; | ^~~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_bulkstat': /kisskb/src/fs/xfs/xfs_ioctl.c:920:24: note: byref variable will be forcibly initialized 920 | struct xfs_bulk_ireq hdr; | ^~~ /kisskb/src/fs/xfs/xfs_iomap.c: In function 'xfs_iomap_write_unwritten': /kisskb/src/fs/xfs/xfs_iomap.c:505:18: note: byref variable will be forcibly initialized 505 | xfs_bmbt_irec_t imap; | ^~~~ /kisskb/src/fs/xfs/xfs_iomap.c:504:15: note: byref variable will be forcibly initialized 504 | xfs_trans_t *tp; | ^~ /kisskb/src/fs/xfs/xfs_iomap.c:503:7: note: byref variable will be forcibly initialized 503 | int nimaps; | ^~~~~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_inumbers': /kisskb/src/fs/xfs/xfs_ioctl.c:971:24: note: byref variable will be forcibly initialized 971 | struct xfs_bulk_ireq hdr; | ^~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_fsgeometry': /kisskb/src/fs/xfs/xfs_ioctl.c:1010:23: note: byref variable will be forcibly initialized 1010 | struct xfs_fsop_geom fsgeo; | ^~~~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_ag_geometry': /kisskb/src/fs/xfs/xfs_ioctl.c:1034:25: note: byref variable will be forcibly initialized 1034 | struct xfs_ag_geometry ageo; | ^~~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_fsgetxattra': /kisskb/src/fs/xfs/xfs_ioctl.c:1100:19: note: byref variable will be forcibly initialized 1100 | struct fileattr fa; | ^~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_getfsmap': /kisskb/src/fs/xfs/xfs_ioctl.c:1584:10: note: byref variable will be forcibly initialized 1584 | __u32 last_flags = 0; | ^~~~~~~~~~ /kisskb/src/fs/xfs/xfs_ioctl.c:1581:20: note: byref variable will be forcibly initialized 1581 | struct fsmap_head head; | ^~~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_scrub_metadata': /kisskb/src/fs/xfs/xfs_ioctl.c:1710:28: note: byref variable will be forcibly initialized 1710 | struct xfs_scrub_metadata scrub; | ^~~~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_find_handle': /kisskb/src/fs/xfs/xfs_ioctl.c:65:15: note: byref variable will be forcibly initialized 65 | struct path path; | ^~~~ /kisskb/src/fs/xfs/xfs_ioctl.c:62:16: note: byref variable will be forcibly initialized 62 | xfs_handle_t handle; | ^~~~~~ /kisskb/src/fs/xfs/xfs_ioctl.c:61:8: note: byref variable will be forcibly initialized 61 | int hsize; | ^~~~~ /kisskb/src/drivers/tty/moxa.c: In function 'MoxaPortReadData': /kisskb/src/drivers/tty/moxa.c:2226:17: note: byref variable will be forcibly initialized 2226 | unsigned char *dst; | ^~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_handle_to_dentry': /kisskb/src/fs/xfs/xfs_ioctl.c:151:19: note: byref variable will be forcibly initialized 151 | struct xfs_fid64 fid; | ^~~ /kisskb/src/fs/xfs/xfs_ioctl.c:150:16: note: byref variable will be forcibly initialized 150 | xfs_handle_t handle; | ^~~~~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_open_by_handle': /kisskb/src/fs/xfs/xfs_ioctl.c:197:15: note: byref variable will be forcibly initialized 197 | struct path path; | ^~~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_readlink_by_handle': /kisskb/src/fs/xfs/xfs_ioctl.c:270:10: note: byref variable will be forcibly initialized 270 | __u32 olen; | ^~~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_attrlist_by_handle': /kisskb/src/fs/xfs/xfs_ioctl.c:445:37: note: byref variable will be forcibly initialized 445 | struct xfs_fsop_attrlist_handlereq al_hreq; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_attrmulti_by_handle': /kisskb/src/fs/xfs/xfs_ioctl.c:585:33: note: byref variable will be forcibly initialized 585 | xfs_fsop_attrmulti_handlereq_t am_hreq; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_ioc_space': /kisskb/src/fs/xfs/xfs_ioctl.c:639:9: note: byref variable will be forcibly initialized 639 | uint iolock = XFS_IOLOCK_EXCL | XFS_MMAPLOCK_EXCL; | ^~~~~~ /kisskb/src/fs/xfs/xfs_ioctl.c:637:16: note: byref variable will be forcibly initialized 637 | struct iattr iattr; | ^~~~~ /kisskb/src/drivers/tty/moxa.c: In function 'moxa_tiocmget': /kisskb/src/drivers/tty/moxa.c:1560:21: note: byref variable will be forcibly initialized 1560 | int flag = 0, dtr, rts; | ^~~ /kisskb/src/drivers/tty/moxa.c:1560:16: note: byref variable will be forcibly initialized 1560 | int flag = 0, dtr, rts; | ^~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_fileattr_set': /kisskb/src/fs/xfs/xfs_ioctl.c:1380:20: note: byref variable will be forcibly initialized 1380 | struct xfs_dquot *pdqp = NULL; | ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, 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/drivers/tty/moxa.c:29: /kisskb/src/drivers/tty/moxa.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/fs/xfs/xfs_ioctl.c: In function 'xfs_file_ioctl': /kisskb/src/fs/xfs/xfs_ioctl.c:2195:21: note: byref variable will be forcibly initialized 2195 | struct xfs_icwalk icw; | ^~~ /kisskb/src/fs/xfs/xfs_ioctl.c:2194:27: note: byref variable will be forcibly initialized 2194 | struct xfs_fs_eofblocks eofb; | ^~~~ /kisskb/src/fs/xfs/xfs_ioctl.c:2176:25: note: byref variable will be forcibly initialized 2176 | xfs_error_injection_t in; | ^~ /kisskb/src/fs/xfs/xfs_ioctl.c:2150:19: note: byref variable will be forcibly initialized 2150 | xfs_growfs_rt_t in; | ^~ /kisskb/src/fs/xfs/xfs_ioctl.c:2136:25: note: byref variable will be forcibly initialized 2136 | struct xfs_growfs_log in; | ^~ /kisskb/src/fs/xfs/xfs_ioctl.c:2122:26: note: byref variable will be forcibly initialized 2122 | struct xfs_growfs_data in; | ^~ /kisskb/src/fs/xfs/xfs_ioctl.c:2106:22: note: byref variable will be forcibly initialized 2106 | xfs_fsop_resblks_t out; | ^~~ /kisskb/src/fs/xfs/xfs_ioctl.c:2078:15: note: byref variable will be forcibly initialized 2078 | uint64_t in; | ^~ /kisskb/src/fs/xfs/xfs_ioctl.c:2077:22: note: byref variable will be forcibly initialized 2077 | xfs_fsop_resblks_t inout; | ^~~~~ /kisskb/src/fs/xfs/xfs_ioctl.c:2067:21: note: byref variable will be forcibly initialized 2067 | xfs_fsop_counts_t out; | ^~~ /kisskb/src/fs/xfs/xfs_ioctl.c:2054:22: note: byref variable will be forcibly initialized 2054 | struct xfs_swapext sxp; | ^~~ /kisskb/src/fs/xfs/xfs_ioctl.c:2041:24: note: byref variable will be forcibly initialized 2041 | xfs_fsop_handlereq_t hreq; | ^~~~ /kisskb/src/fs/xfs/xfs_ioctl.c:2033:24: note: byref variable will be forcibly initialized 2033 | xfs_fsop_handlereq_t hreq; | ^~~~ /kisskb/src/fs/xfs/xfs_ioctl.c:2026:24: note: byref variable will be forcibly initialized 2026 | xfs_fsop_handlereq_t hreq; | ^~~~ /kisskb/src/fs/xfs/xfs_ioctl.c:1976:19: note: byref variable will be forcibly initialized 1976 | struct dioattr da; | ^~ /kisskb/src/fs/xfs/xfs_ioctl.c:1968:18: note: byref variable will be forcibly initialized 1968 | xfs_flock64_t bf; | ^~ /kisskb/src/drivers/tty/moxa.c: In function 'moxa_load_fw': /kisskb/src/drivers/tty/moxa.c:1034:7: note: byref variable will be forcibly initialized 1034 | char rsn[64]; | ^~~ /kisskb/src/drivers/tty/moxa.c: In function 'moxa_init_board': /kisskb/src/drivers/tty/moxa.c:1122:25: note: byref variable will be forcibly initialized 1122 | const struct firmware *fw; | ^~ /kisskb/src/drivers/tty/moxa.c: In function 'moxa_tiocmset': /kisskb/src/drivers/tty/moxa.c:1581:11: note: byref variable will be forcibly initialized 1581 | int dtr, rts; | ^~~ /kisskb/src/drivers/tty/moxa.c:1581:6: note: byref variable will be forcibly initialized 1581 | int dtr, rts; | ^~~ /kisskb/src/drivers/tty/moxa.c: In function 'moxa_ioctl': /kisskb/src/drivers/tty/moxa.c:640:24: note: byref variable will be forcibly initialized 640 | struct mxser_mstatus tmp; | ^~~ /kisskb/src/drivers/tty/moxa.c:611:20: note: byref variable will be forcibly initialized 611 | struct moxaq_str tmp; | ^~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/arch/powerpc/include/asm/io.h:27, 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/drivers/tty/n_hdlc.c:87: /kisskb/src/drivers/tty/n_hdlc.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/drivers/tty/goldfish.c: In function 'goldfish_tty_interrupt': /kisskb/src/drivers/tty/goldfish.c:142:17: note: byref variable will be forcibly initialized 142 | unsigned char *buf; | ^~~ In file included from /kisskb/src/include/linux/irq.h:21, 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/drivers/tty/goldfish.c:9: /kisskb/src/drivers/tty/goldfish.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/tty/nozomi.c: In function 'nozomi_card_exit': /kisskb/src/drivers/tty/nozomi.c:1463:17: note: byref variable will be forcibly initialized 1463 | struct ctrl_ul ctrl; | ^~~~ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_iunlink_update_inode': /kisskb/src/fs/xfs/xfs_inode.c:2100:19: note: byref variable will be forcibly initialized 2100 | struct xfs_buf *ibp; | ^~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:62, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_inode.c:8: /kisskb/src/fs/xfs/xfs_inode.c: In function '__rhashtable_insert_fast': /kisskb/src/include/linux/rhashtable.h:701:32: note: byref variable will be forcibly initialized 701 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/drivers/tty/serial/jsm/jsm_neo.c: In function 'neo_copy_data_from_uart_to_queue': /kisskb/src/drivers/tty/serial/jsm/jsm_neo.c:426:7: note: byref variable will be forcibly initialized 426 | u8 discard; | ^~~~~~~ /kisskb/src/drivers/tty/nozomi.c: In function 'nozomi_read_config_table': /kisskb/src/drivers/tty/nozomi.c:654:7: note: byref variable will be forcibly initialized 654 | u32 offset = 0; | ^~~~~~ /kisskb/src/drivers/tty/nozomi.c: In function 'receive_flow_control': /kisskb/src/drivers/tty/nozomi.c:874:17: note: byref variable will be forcibly initialized 874 | struct ctrl_dl old_ctrl; | ^~~~~~~~ /kisskb/src/drivers/tty/nozomi.c:873:17: note: byref variable will be forcibly initialized 873 | struct ctrl_dl ctrl_dl; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_iunlink': /kisskb/src/fs/xfs/xfs_inode.c:2191:16: note: byref variable will be forcibly initialized 2191 | xfs_agino_t old_agino; | ^~~~~~~~~ /kisskb/src/fs/xfs/xfs_inode.c:2159:19: note: byref variable will be forcibly initialized 2159 | struct xfs_buf *agibp; | ^~~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:62, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_inode.c:8: /kisskb/src/fs/xfs/xfs_inode.c: In function '__rhashtable_lookup': /kisskb/src/include/linux/rhashtable.h:585:32: note: byref variable will be forcibly initialized 585 | struct rhashtable_compare_arg arg = { | ^~~ /kisskb/src/drivers/tty/nozomi.c: In function 'receive_data': /kisskb/src/drivers/tty/nozomi.c:771:5: note: byref variable will be forcibly initialized 771 | u8 buf[RECEIVE_BUF_MAX] = { 0 }; | ^~~ /kisskb/src/drivers/tty/nozomi.c: In function 'send_data': /kisskb/src/drivers/tty/nozomi.c:742:6: note: byref variable will be forcibly initialized 742 | u32 size = 0; | ^~~~ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_iunlink_remove': /kisskb/src/fs/xfs/xfs_inode.c:2397:15: note: byref variable will be forcibly initialized 2397 | xfs_agino_t prev_agino; | ^~~~~~~~~~ /kisskb/src/fs/xfs/xfs_inode.c:2396:19: note: byref variable will be forcibly initialized 2396 | struct xfs_imap imap; | ^~~~ /kisskb/src/fs/xfs/xfs_inode.c:2349:15: note: byref variable will be forcibly initialized 2349 | xfs_agino_t next_agino; | ^~~~~~~~~~ /kisskb/src/fs/xfs/xfs_inode.c:2347:21: note: byref variable will be forcibly initialized 2347 | struct xfs_dinode *last_dip = NULL; | ^~~~~~~~ /kisskb/src/fs/xfs/xfs_inode.c:2346:19: note: byref variable will be forcibly initialized 2346 | struct xfs_buf *last_ibp; | ^~~~~~~~ /kisskb/src/fs/xfs/xfs_inode.c:2345:19: note: byref variable will be forcibly initialized 2345 | struct xfs_buf *agibp; | ^~~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_inode.c:8: /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_trans_get_buf': /kisskb/src/fs/xfs/xfs_trans.h:180:24: note: byref variable will be forcibly initialized 180 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/tty/nozomi.c:32: /kisskb/src/drivers/tty/nozomi.c: In function 'ntty_ioctl': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/nozomi.c:1739:10: note: in expansion of macro 'wait_event_interruptible' 1739 | rval = wait_event_interruptible(port->tty_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/nozomi.c:1737:23: note: byref variable will be forcibly initialized 1737 | struct async_icount cprev = port->tty_icount; | ^~~~~ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_ifree_cluster': /kisskb/src/fs/xfs/xfs_inode.c:2536:19: note: byref variable will be forcibly initialized 2536 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_lookup': /kisskb/src/fs/xfs/xfs_inode.c:666:13: note: byref variable will be forcibly initialized 666 | xfs_ino_t inum; | ^~~~ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_init_new_inode': /kisskb/src/fs/xfs/xfs_inode.c:802:20: note: byref variable will be forcibly initialized 802 | struct xfs_inode *ip; | ^~ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_link': /kisskb/src/fs/xfs/xfs_inode.c:1219:16: note: byref variable will be forcibly initialized 1219 | xfs_trans_t *tp; | ^~ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_itruncate_extents_flags': /kisskb/src/fs/xfs/xfs_inode.c:1362:17: note: byref variable will be forcibly initialized 1362 | xfs_filblks_t unmap_len; | ^~~~~~~~~ /kisskb/src/fs/xfs/xfs_inode.c:1360:20: note: byref variable will be forcibly initialized 1360 | struct xfs_trans *tp = *tpp; | ^~ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_inactive_truncate': /kisskb/src/fs/xfs/xfs_inode.c:1523:20: note: byref variable will be forcibly initialized 1523 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_iunlink_destroy': /kisskb/src/fs/xfs/xfs_inode.c:2013:9: note: byref variable will be forcibly initialized 2013 | bool freed_anything = false; | ^~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_inactive_ifree': /kisskb/src/fs/xfs/xfs_inode.c:1572:20: note: byref variable will be forcibly initialized 1572 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_remove': /kisskb/src/fs/xfs/xfs_inode.c:2756:27: note: byref variable will be forcibly initialized 2756 | xfs_trans_t *tp = NULL; | ^~ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_create': /kisskb/src/fs/xfs/xfs_inode.c:979:13: note: byref variable will be forcibly initialized 979 | xfs_ino_t ino; | ^~~ /kisskb/src/fs/xfs/xfs_inode.c:976:20: note: byref variable will be forcibly initialized 976 | struct xfs_dquot *pdqp = NULL; | ^~~~ /kisskb/src/fs/xfs/xfs_inode.c:975:20: note: byref variable will be forcibly initialized 975 | struct xfs_dquot *gdqp = NULL; | ^~~~ /kisskb/src/fs/xfs/xfs_inode.c:974:20: note: byref variable will be forcibly initialized 974 | struct xfs_dquot *udqp = NULL; | ^~~~ /kisskb/src/fs/xfs/xfs_inode.c:970:20: note: byref variable will be forcibly initialized 970 | struct xfs_trans *tp = NULL; | ^~ /kisskb/src/fs/xfs/xfs_inode.c:969:20: note: byref variable will be forcibly initialized 969 | struct xfs_inode *ip = NULL; | ^~ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_create_tmpfile': /kisskb/src/fs/xfs/xfs_inode.c:1135:13: note: byref variable will be forcibly initialized 1135 | xfs_ino_t ino; | ^~~ /kisskb/src/fs/xfs/xfs_inode.c:1132:20: note: byref variable will be forcibly initialized 1132 | struct xfs_dquot *pdqp = NULL; | ^~~~ /kisskb/src/fs/xfs/xfs_inode.c:1131:20: note: byref variable will be forcibly initialized 1131 | struct xfs_dquot *gdqp = NULL; | ^~~~ /kisskb/src/fs/xfs/xfs_inode.c:1130:20: note: byref variable will be forcibly initialized 1130 | struct xfs_dquot *udqp = NULL; | ^~~~ /kisskb/src/fs/xfs/xfs_inode.c:1127:20: note: byref variable will be forcibly initialized 1127 | struct xfs_trans *tp = NULL; | ^~ /kisskb/src/fs/xfs/xfs_inode.c:1126:20: note: byref variable will be forcibly initialized 1126 | struct xfs_inode *ip = NULL; | ^~ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_rename_alloc_whiteout': /kisskb/src/fs/xfs/xfs_inode.c:3068:20: note: byref variable will be forcibly initialized 3068 | struct xfs_inode *tmpfile; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_inode.c: In function 'xfs_rename': /kisskb/src/fs/xfs/xfs_inode.c:3269:20: note: byref variable will be forcibly initialized 3269 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/xfs_inode.c:3108:8: note: byref variable will be forcibly initialized 3108 | int num_inodes = __XFS_SORT_INODES; | ^~~~~~~~~~ /kisskb/src/fs/xfs/xfs_inode.c:3106:20: note: byref variable will be forcibly initialized 3106 | struct xfs_inode *inodes[__XFS_SORT_INODES]; | ^~~~~~ /kisskb/src/fs/xfs/xfs_inode.c:3105:20: note: byref variable will be forcibly initialized 3105 | struct xfs_inode *wip = NULL; /* whiteout inode */ | ^~~ /kisskb/src/fs/xfs/xfs_inode.c:3104:20: note: byref variable will be forcibly initialized 3104 | struct xfs_trans *tp; | ^~ /kisskb/src/drivers/char/hw_random/timeriomem-rng.c: In function 'timeriomem_rng_probe': /kisskb/src/drivers/char/hw_random/timeriomem-rng.c:135:7: note: byref variable will be forcibly initialized 135 | int i; | ^ In file included from /kisskb/src/include/linux/netlink.h:9, from /kisskb/src/include/uapi/linux/neighbour.h:6, from /kisskb/src/include/linux/netdevice.h:45, from /kisskb/src/net/unix/af_unix.c:100: /kisskb/src/net/unix/af_unix.c: In function 'scm_recv': /kisskb/src/include/net/scm.h:125:16: note: byref variable will be forcibly initialized 125 | struct ucred ucreds = { | ^~~~~~ /kisskb/src/net/unix/af_unix.c: In function 'unix_stream_read_generic': /kisskb/src/net/unix/af_unix.c:2580:20: note: byref variable will be forcibly initialized 2580 | struct scm_cookie scm; | ^~~ /kisskb/src/fs/xfs/xfs_sysfs.c: In function 'pwork_threads_store': /kisskb/src/fs/xfs/xfs_sysfs.c:208:7: note: byref variable will be forcibly initialized 208 | int val; | ^~~ /kisskb/src/fs/xfs/xfs_sysfs.c: In function 'mount_delay_store': /kisskb/src/fs/xfs/xfs_sysfs.c:149:7: note: byref variable will be forcibly initialized 149 | int val; | ^~~ /kisskb/src/fs/xfs/xfs_sysfs.c: In function 'log_recovery_delay_store': /kisskb/src/fs/xfs/xfs_sysfs.c:119:7: note: byref variable will be forcibly initialized 119 | int val; | ^~~ /kisskb/src/fs/xfs/xfs_sysfs.c: In function 'bug_on_assert_store': /kisskb/src/fs/xfs/xfs_sysfs.c:87:8: note: byref variable will be forcibly initialized 87 | int val; | ^~~ /kisskb/src/fs/xfs/xfs_sysfs.c: In function 'fail_at_unmount_store': /kisskb/src/fs/xfs/xfs_sysfs.c:518:7: note: byref variable will be forcibly initialized 518 | int val; | ^~~ /kisskb/src/fs/xfs/xfs_sysfs.c: In function 'max_retries_store': /kisskb/src/fs/xfs/xfs_sysfs.c:439:7: note: byref variable will be forcibly initialized 439 | int val; | ^~~ /kisskb/src/net/unix/af_unix.c: In function 'unix_find_other': /kisskb/src/net/unix/af_unix.c:1017:14: note: byref variable will be forcibly initialized 1017 | struct path path; | ^~~~ /kisskb/src/fs/xfs/xfs_sysfs.c: In function 'stats_clear_store': /kisskb/src/fs/xfs/xfs_sysfs.c:279:7: note: byref variable will be forcibly initialized 279 | int val; | ^~~ /kisskb/src/fs/xfs/xfs_iwalk.c: In function 'xfs_iwalk_ichunk_ra': /kisskb/src/fs/xfs/xfs_iwalk.c:103:20: note: byref variable will be forcibly initialized 103 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/xfs/xfs_sysfs.c: In function 'retry_timeout_seconds_store': /kisskb/src/fs/xfs/xfs_sysfs.c:480:7: note: byref variable will be forcibly initialized 480 | int val; | ^~~ /kisskb/src/net/unix/af_unix.c: In function 'unix_dgram_sendmsg': /kisskb/src/net/unix/af_unix.c:1768:20: note: byref variable will be forcibly initialized 1768 | struct scm_cookie scm; | ^~~ /kisskb/src/net/unix/af_unix.c:1765:15: note: byref variable will be forcibly initialized 1765 | unsigned int hash; | ^~~~ /kisskb/src/net/unix/af_unix.c:1764:6: note: byref variable will be forcibly initialized 1764 | int err; | ^~~ /kisskb/src/fs/xfs/xfs_xattr.c: In function 'xfs_vn_listxattr': /kisskb/src/fs/xfs/xfs_xattr.c:194:31: note: byref variable will be forcibly initialized 194 | struct xfs_attr_list_context context; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_iwalk.c: In function 'xfs_iwalk_ag': /kisskb/src/fs/xfs/xfs_iwalk.c:411:9: note: byref variable will be forcibly initialized 411 | int has_more; | ^~~~~~~~ /kisskb/src/fs/xfs/xfs_iwalk.c:409:25: note: byref variable will be forcibly initialized 409 | struct xfs_btree_cur *cur = NULL; | ^~~ /kisskb/src/fs/xfs/xfs_iwalk.c:408:20: note: byref variable will be forcibly initialized 408 | struct xfs_buf *agi_bp = NULL; | ^~~~~~ /kisskb/src/net/unix/af_unix.c: In function 'unix_dgram_connect': /kisskb/src/net/unix/af_unix.c:1221:6: note: byref variable will be forcibly initialized 1221 | int err; | ^~~ /kisskb/src/net/unix/af_unix.c:1220:15: note: byref variable will be forcibly initialized 1220 | unsigned int hash; | ^~~~ /kisskb/src/fs/xfs/xfs_iwalk.c: In function 'xfs_iwalk': /kisskb/src/fs/xfs/xfs_iwalk.c:572:18: note: byref variable will be forcibly initialized 572 | xfs_agnumber_t agno = XFS_INO_TO_AGNO(mp, startino); | ^~~~ /kisskb/src/fs/xfs/xfs_iwalk.c: In function 'xfs_iwalk_threaded': /kisskb/src/fs/xfs/xfs_iwalk.c:650:18: note: byref variable will be forcibly initialized 650 | xfs_agnumber_t agno = XFS_INO_TO_AGNO(mp, startino); | ^~~~ /kisskb/src/fs/xfs/xfs_iwalk.c:648:23: note: byref variable will be forcibly initialized 648 | struct xfs_pwork_ctl pctl; | ^~~~ /kisskb/src/fs/xfs/xfs_iwalk.c: In function 'xfs_inobt_walk': /kisskb/src/fs/xfs/xfs_iwalk.c:757:18: note: byref variable will be forcibly initialized 757 | xfs_agnumber_t agno = XFS_INO_TO_AGNO(mp, startino); | ^~~~ /kisskb/src/net/unix/af_unix.c: In function 'unix_open_file': /kisskb/src/net/unix/af_unix.c:2953:14: note: byref variable will be forcibly initialized 2953 | struct path path; | ^~~~ /kisskb/src/net/unix/af_unix.c: In function 'unix_accept': /kisskb/src/net/unix/af_unix.c:1546:6: note: byref variable will be forcibly initialized 1546 | int err; | ^~~ /kisskb/src/net/unix/af_unix.c: In function 'unix_read_sock': /kisskb/src/net/unix/af_unix.c:2412:13: note: byref variable will be forcibly initialized 2412 | int used, err; | ^~~ /kisskb/src/net/unix/af_unix.c: In function 'unix_release_sock': /kisskb/src/net/unix/af_unix.c:537:14: note: byref variable will be forcibly initialized 537 | struct path path; | ^~~~ /kisskb/src/net/unix/af_unix.c: In function 'unix_bind_bsd': /kisskb/src/net/unix/af_unix.c:1073:14: note: byref variable will be forcibly initialized 1073 | struct path parent; | ^~~~~~ /kisskb/src/net/unix/af_unix.c: In function 'unix_bind': /kisskb/src/net/unix/af_unix.c:1156:15: note: byref variable will be forcibly initialized 1156 | unsigned int hash; | ^~~~ /kisskb/src/net/unix/af_unix.c: In function 'unix_stream_sendpage': /kisskb/src/net/unix/af_unix.c:2132:20: note: byref variable will be forcibly initialized 2132 | struct scm_cookie scm; | ^~~ /kisskb/src/net/unix/af_unix.c:2129:6: note: byref variable will be forcibly initialized 2129 | int err; | ^~~ /kisskb/src/net/unix/af_unix.c: In function 'queue_oob': /kisskb/src/net/unix/af_unix.c:1969:6: note: byref variable will be forcibly initialized 1969 | int err = 0; | ^~~ /kisskb/src/net/unix/af_unix.c: In function 'unix_stream_sendmsg': /kisskb/src/net/unix/af_unix.c:2019:20: note: byref variable will be forcibly initialized 2019 | struct scm_cookie scm; | ^~~ /kisskb/src/net/unix/af_unix.c:2016:6: note: byref variable will be forcibly initialized 2016 | int err, size; | ^~~ /kisskb/src/net/unix/af_unix.c: In function 'unix_stream_connect': /kisskb/src/net/unix/af_unix.c:1332:6: note: byref variable will be forcibly initialized 1332 | int err; | ^~~ /kisskb/src/net/unix/af_unix.c:1330:15: note: byref variable will be forcibly initialized 1330 | unsigned int hash; | ^~~~ /kisskb/src/net/unix/af_unix.c: In function '__unix_dgram_recvmsg': /kisskb/src/net/unix/af_unix.c:2291:6: note: byref variable will be forcibly initialized 2291 | int err; | ^~~ /kisskb/src/net/unix/af_unix.c:2290:6: note: byref variable will be forcibly initialized 2290 | int skip; | ^~~~ /kisskb/src/net/unix/af_unix.c:2289:7: note: byref variable will be forcibly initialized 2289 | long timeo; | ^~~~~ /kisskb/src/net/unix/af_unix.c:2288:24: note: byref variable will be forcibly initialized 2288 | struct sk_buff *skb, *last; | ^~~~ /kisskb/src/net/unix/af_unix.c:2285:20: note: byref variable will be forcibly initialized 2285 | struct scm_cookie scm; | ^~~ /kisskb/src/fs/xfs/xfs_mount.c: In function 'xfs_check_sizes': /kisskb/src/fs/xfs/xfs_mount.c:388:18: note: byref variable will be forcibly initialized 388 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/xfs_mount.c: In function 'xfs_update_alignment': /kisskb/src/fs/xfs/xfs_mount.c:339:9: note: byref variable will be forcibly initialized 339 | bool update_sb; | ^~~~~~~~~ In file included from /kisskb/src/fs/xfs/xfs_mount.c:33: /kisskb/src/fs/xfs/xfs_mount.c: In function 'xfs_fs_has_sickness': /kisskb/src/fs/xfs/libxfs/xfs_health.h:129:21: note: byref variable will be forcibly initialized 129 | unsigned int sick, checked; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_health.h:129:15: note: byref variable will be forcibly initialized 129 | unsigned int sick, checked; | ^~~~ /kisskb/src/fs/xfs/xfs_mount.c: In function 'xfs_readsb': /kisskb/src/fs/xfs/xfs_mount.c:152:18: note: byref variable will be forcibly initialized 152 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/xfs_mount.c: In function 'xfs_unmountfs': /kisskb/src/fs/xfs/xfs_mount.c:1021:12: note: byref variable will be forcibly initialized 1021 | uint64_t resblks; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_mount.c: In function 'xfs_mountfs': /kisskb/src/fs/xfs/xfs_mount.c:601:9: note: byref variable will be forcibly initialized 601 | uint quotaflags = 0; | ^~~~~~~~~~ /kisskb/src/fs/xfs/xfs_mount.c:600:9: note: byref variable will be forcibly initialized 600 | uint quotamount = 0; | ^~~~~~~~~~ /kisskb/src/fs/xfs/xfs_mount.c:599:12: note: byref variable will be forcibly initialized 599 | uint64_t resblks; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_mount.c:597:20: note: byref variable will be forcibly initialized 597 | struct xfs_inode *rip; | ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_pwork.c:6: /kisskb/src/fs/xfs/xfs_pwork.c: In function 'xfs_pwork_poll': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_pwork.c:118:9: note: in expansion of macro 'wait_event_timeout' 118 | while (wait_event_timeout(pctl->poll_wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_convert_cow_locked': /kisskb/src/fs/xfs/xfs_reflink.c:250:8: note: byref variable will be forcibly initialized 250 | int dummy_logflags; | ^~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_reflink.c:249:24: note: byref variable will be forcibly initialized 249 | struct xfs_btree_cur *dummy_cur = NULL; | ^~~~~~~~~ /kisskb/src/fs/xfs/xfs_reflink.c:248:23: note: byref variable will be forcibly initialized 248 | struct xfs_bmbt_irec got; | ^~~ /kisskb/src/fs/xfs/xfs_reflink.c:247:25: note: byref variable will be forcibly initialized 247 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_end_cow_extent': /kisskb/src/fs/xfs/xfs_reflink.c:594:17: note: byref variable will be forcibly initialized 594 | xfs_filblks_t rlen; | ^~~~ /kisskb/src/fs/xfs/xfs_reflink.c:592:20: note: byref variable will be forcibly initialized 592 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_reflink.c:590:25: note: byref variable will be forcibly initialized 590 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/xfs_reflink.c:589:28: note: byref variable will be forcibly initialized 589 | struct xfs_bmbt_irec got, del; | ^~~ /kisskb/src/fs/xfs/xfs_reflink.c:589:23: note: byref variable will be forcibly initialized 589 | struct xfs_bmbt_irec got, del; | ^~~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_remap_extent': /kisskb/src/fs/xfs/xfs_reflink.c:1130:17: note: byref variable will be forcibly initialized 1130 | xfs_filblks_t len = smap.br_blockcount; | ^~~ /kisskb/src/fs/xfs/xfs_reflink.c:1001:8: note: byref variable will be forcibly initialized 1001 | int nimaps; | ^~~~~~ /kisskb/src/fs/xfs/xfs_reflink.c:993:20: note: byref variable will be forcibly initialized 993 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_reflink.c:991:23: note: byref variable will be forcibly initialized 991 | struct xfs_bmbt_irec smap; | ^~~~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_set_inode_flag': /kisskb/src/fs/xfs/xfs_reflink.c:862:20: note: byref variable will be forcibly initialized 862 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_find_shared': /kisskb/src/fs/xfs/xfs_reflink.c:139:19: note: byref variable will be forcibly initialized 139 | struct xfs_buf *agbp; | ^~~~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_trim_around_shared': /kisskb/src/fs/xfs/xfs_reflink.c:178:16: note: byref variable will be forcibly initialized 178 | xfs_extlen_t flen; | ^~~~ /kisskb/src/fs/xfs/xfs_reflink.c:177:17: note: byref variable will be forcibly initialized 177 | xfs_agblock_t fbno; | ^~~~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_find_trim_cow_extent': /kisskb/src/fs/xfs/xfs_reflink.c:315:25: note: byref variable will be forcibly initialized 315 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_allocate_cow': /kisskb/src/fs/xfs/xfs_reflink.c:358:9: note: byref variable will be forcibly initialized 358 | bool found; | ^~~~~ /kisskb/src/fs/xfs/xfs_reflink.c:357:8: note: byref variable will be forcibly initialized 357 | int nimaps, error = 0; | ^~~~~~ /kisskb/src/fs/xfs/xfs_reflink.c:356:20: note: byref variable will be forcibly initialized 356 | struct xfs_trans *tp; | ^~ In file included from /kisskb/src/include/linux/random.h:12, from /kisskb/src/include/linux/net.h:18, from /kisskb/src/net/unix/garbage.c:70: /kisskb/src/net/unix/garbage.c: In function 'scan_children': /kisskb/src/net/unix/garbage.c:142:13: note: byref variable will be forcibly initialized 142 | LIST_HEAD(embryos); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_cancel_cow_blocks': /kisskb/src/fs/xfs/xfs_reflink.c:454:26: note: byref variable will be forcibly initialized 454 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/xfs_reflink.c:453:29: note: byref variable will be forcibly initialized 453 | struct xfs_bmbt_irec got, del; | ^~~ /kisskb/src/fs/xfs/xfs_reflink.c:453:24: note: byref variable will be forcibly initialized 453 | struct xfs_bmbt_irec got, del; | ^~~ /kisskb/src/net/unix/garbage.c: In function 'unix_gc': /kisskb/src/net/unix/garbage.c:208:12: note: byref variable will be forcibly initialized 208 | LIST_HEAD(not_cycle_list); | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/net/unix/garbage.c:207:19: note: byref variable will be forcibly initialized 207 | struct list_head cursor; | ^~~~~~ /kisskb/src/net/unix/garbage.c:206:22: note: byref variable will be forcibly initialized 206 | struct sk_buff_head hitlist; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_cancel_cow_range': /kisskb/src/fs/xfs/xfs_reflink.c:531:20: note: byref variable will be forcibly initialized 531 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_end_cow': /kisskb/src/fs/xfs/xfs_reflink.c:703:18: note: byref variable will be forcibly initialized 703 | xfs_fileoff_t end_fsb; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_recover_cow': /kisskb/src/fs/xfs/xfs_reflink.c:759:18: note: byref variable will be forcibly initialized 759 | xfs_agnumber_t agno; | ^~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/seq_file.h:12, from /kisskb/src/arch/powerpc/include/asm/machdep.h:6, from /kisskb/src/arch/powerpc/include/asm/archrandom.h:7, from /kisskb/src/include/linux/random.h:121, from /kisskb/src/include/linux/net.h:18, from /kisskb/src/net/unix/garbage.c:70: /kisskb/src/net/unix/garbage.c: In function 'wait_for_unix_gc': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/net/unix/garbage.c:198:2: note: in expansion of macro 'wait_event' 198 | wait_event(unix_gc_wait, gc_in_progress == false); | ^~~~~~~~~~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_update_dest': /kisskb/src/fs/xfs/xfs_reflink.c:920:20: note: byref variable will be forcibly initialized 920 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_remap_blocks': /kisskb/src/fs/xfs/xfs_reflink.c:1197:8: note: byref variable will be forcibly initialized 1197 | int nimaps; | ^~~~~~ /kisskb/src/fs/xfs/xfs_reflink.c:1190:23: note: byref variable will be forcibly initialized 1190 | struct xfs_bmbt_irec imap; | ^~~~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_inode_has_shared_extents': /kisskb/src/fs/xfs/xfs_reflink.c:1393:26: note: byref variable will be forcibly initialized 1393 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/xfs_reflink.c:1392:17: note: byref variable will be forcibly initialized 1392 | xfs_extlen_t rlen; | ^~~~ /kisskb/src/fs/xfs/xfs_reflink.c:1391:18: note: byref variable will be forcibly initialized 1391 | xfs_agblock_t rbno; | ^~~~ /kisskb/src/fs/xfs/xfs_reflink.c:1385:24: note: byref variable will be forcibly initialized 1385 | struct xfs_bmbt_irec got; | ^~~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_clear_inode_flag': /kisskb/src/fs/xfs/xfs_reflink.c:1439:9: note: byref variable will be forcibly initialized 1439 | bool needs_flag; | ^~~~~~~~~~ /kisskb/src/fs/xfs/xfs_reflink.c: In function 'xfs_reflink_try_clear_inode_flag': /kisskb/src/fs/xfs/xfs_reflink.c:1475:20: note: byref variable will be forcibly initialized 1475 | struct xfs_trans *tp; | ^~ /kisskb/src/net/unix/scm.c: In function 'unix_destruct_scm': /kisskb/src/net/unix/scm.c:140:20: note: byref variable will be forcibly initialized 140 | struct scm_cookie scm; | ^~~ /kisskb/src/net/ipv6/exthdrs_core.c: In function 'ipv6_skip_exthdr': /kisskb/src/net/ipv6/exthdrs_core.c:89:11: note: byref variable will be forcibly initialized 89 | __be16 _frag_off, *fp; | ^~~~~~~~~ /kisskb/src/net/ipv6/exthdrs_core.c:80:23: note: byref variable will be forcibly initialized 80 | struct ipv6_opt_hdr _hdr, *hp; | ^~~~ /kisskb/src/net/ipv6/exthdrs_core.c: In function 'ipv6_find_hdr': /kisskb/src/net/ipv6/exthdrs_core.c:235:19: note: byref variable will be forcibly initialized 235 | unsigned short _frag_off; | ^~~~~~~~~ /kisskb/src/net/ipv6/exthdrs_core.c:222:23: note: byref variable will be forcibly initialized 222 | struct ipv6_rt_hdr _rh, *rh; | ^~~ /kisskb/src/net/ipv6/exthdrs_core.c:207:23: note: byref variable will be forcibly initialized 207 | struct ipv6_opt_hdr _hdr, *hp; | ^~~~ /kisskb/src/net/ipv6/exthdrs_core.c:197:18: note: byref variable will be forcibly initialized 197 | struct ipv6hdr _ip6, *ip6; | ^~~~ /kisskb/src/fs/xfs/xfs_bmap_item.c: In function 'xfs_bmap_update_finish_item': /kisskb/src/fs/xfs/xfs_bmap_item.c:370:18: note: byref variable will be forcibly initialized 370 | xfs_filblks_t count; | ^~~~~ /kisskb/src/fs/xfs/xfs_bmap_item.c: In function 'xfs_bud_item_format': /kisskb/src/fs/xfs/xfs_bmap_item.c:180:24: note: byref variable will be forcibly initialized 180 | struct xfs_log_iovec *vecp = NULL; | ^~~~ /kisskb/src/fs/xfs/xfs_bmap_item.c: In function 'xfs_bui_item_format': /kisskb/src/fs/xfs/xfs_bmap_item.c:89:24: note: byref variable will be forcibly initialized 89 | struct xfs_log_iovec *vecp = NULL; | ^~~~ /kisskb/src/fs/xfs/xfs_bmap_item.c: In function 'xfs_bui_item_recover': /kisskb/src/fs/xfs/xfs_bmap_item.c:469:18: note: byref variable will be forcibly initialized 469 | xfs_filblks_t count; | ^~~~~ /kisskb/src/fs/xfs/xfs_bmap_item.c:465:21: note: byref variable will be forcibly initialized 465 | struct xfs_inode *ip = NULL; | ^~ /kisskb/src/fs/xfs/xfs_bmap_item.c:464:21: note: byref variable will be forcibly initialized 464 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_bmap_item.c:462:24: note: byref variable will be forcibly initialized 462 | struct xfs_bmbt_irec irec; | ^~~~ In file included from /kisskb/src/include/uapi/linux/virtio_rng.h:6, from /kisskb/src/drivers/char/hw_random/virtio-rng.c:12: /kisskb/src/drivers/char/hw_random/virtio-rng.c: In function 'virtio_find_single_vq': /kisskb/src/include/linux/virtio_config.h:195:20: note: byref variable will be forcibly initialized 195 | struct virtqueue *vq; | ^~ /kisskb/src/include/linux/virtio_config.h:194:14: note: byref variable will be forcibly initialized 194 | const char *names[] = { n }; | ^~~~~ /kisskb/src/include/linux/virtio_config.h:193:17: note: byref variable will be forcibly initialized 193 | vq_callback_t *callbacks[] = { c }; | ^~~~~~~~~ /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/fs/xfs/xfs_super.c: In function 'xfs_restore_resvblks': /kisskb/src/fs/xfs/xfs_super.c:856:11: note: byref variable will be forcibly initialized 856 | uint64_t resblks; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_super.c: In function 'xfs_save_resvblks': /kisskb/src/fs/xfs/xfs_super.c:847:11: note: byref variable will be forcibly initialized 847 | uint64_t resblks = 0; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_super.c: In function 'xfs_fs_dirty_inode': /kisskb/src/fs/xfs/xfs_super.c:650:21: note: byref variable will be forcibly initialized 650 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_super.c: In function 'xfs_open_devices': /kisskb/src/fs/xfs/xfs_super.c:412:39: note: byref variable will be forcibly initialized 412 | struct block_device *logdev = NULL, *rtdev = NULL; | ^~~~~ /kisskb/src/fs/xfs/xfs_super.c:412:23: note: byref variable will be forcibly initialized 412 | struct block_device *logdev = NULL, *rtdev = NULL; | ^~~~~~ /kisskb/src/fs/xfs/xfs_super.c: In function 'suffix_kstrtoint': /kisskb/src/fs/xfs/xfs_super.c:1135:36: note: byref variable will be forcibly initialized 1135 | int last, shift_left_factor = 0, _res; | ^~~~ /kisskb/src/fs/xfs/xfs_super.c: In function 'xfs_fs_parse_param': /kisskb/src/fs/xfs/xfs_super.c:1192:8: note: byref variable will be forcibly initialized 1192 | int size = 0; | ^~~~ /kisskb/src/fs/xfs/xfs_super.c:1191:25: note: byref variable will be forcibly initialized 1191 | struct fs_parse_result result; | ^~~~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_dquot_item_recover.c:6: /kisskb/src/fs/xfs/xfs_dquot_item_recover.c: In function 'xfs_trans_read_buf': /kisskb/src/fs/xfs/xfs_trans.h:203:24: note: byref variable will be forcibly initialized 203 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/xfs_dquot_item_recover.c: In function 'xlog_recover_dquot_commit_pass2': /kisskb/src/fs/xfs/xfs_dquot_item_recover.c:67:20: note: byref variable will be forcibly initialized 67 | struct xfs_buf *bp; | ^~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_symlink.c:7: /kisskb/src/fs/xfs/xfs_symlink.c: In function 'xfs_buf_read': /kisskb/src/fs/xfs/xfs_buf.h:232:24: note: byref variable will be forcibly initialized 232 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/xfs_symlink.c: In function 'xfs_trans_get_buf': /kisskb/src/fs/xfs/xfs_trans.h:180:24: note: byref variable will be forcibly initialized 180 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/xfs_symlink.c: In function 'xfs_inactive_symlink_rmt': /kisskb/src/fs/xfs/xfs_symlink.c:381:15: note: byref variable will be forcibly initialized 381 | xfs_trans_t *tp; | ^~ /kisskb/src/fs/xfs/xfs_symlink.c:379:7: note: byref variable will be forcibly initialized 379 | int nmaps; | ^~~~~ /kisskb/src/fs/xfs/xfs_symlink.c:378:18: note: byref variable will be forcibly initialized 378 | xfs_bmbt_irec_t mval[XFS_SYMLINK_MAPS]; | ^~~~ /kisskb/src/fs/xfs/xfs_symlink.c:374:7: note: byref variable will be forcibly initialized 374 | int done; | ^~~~ /kisskb/src/fs/xfs/xfs_symlink.c:373:18: note: byref variable will be forcibly initialized 373 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/xfs_symlink.c: In function 'xfs_readlink_bmap_ilocked': /kisskb/src/fs/xfs/xfs_symlink.c:38:8: note: byref variable will be forcibly initialized 38 | int nmaps = XFS_SYMLINK_MAPS; | ^~~~~ /kisskb/src/fs/xfs/xfs_symlink.c:34:19: note: byref variable will be forcibly initialized 34 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/xfs_symlink.c:33:23: note: byref variable will be forcibly initialized 33 | struct xfs_bmbt_irec mval[XFS_SYMLINK_MAPS]; | ^~~~ /kisskb/src/fs/xfs/xfs_symlink.c: In function 'xfs_symlink': /kisskb/src/fs/xfs/xfs_symlink.c:165:13: note: byref variable will be forcibly initialized 165 | xfs_ino_t ino; | ^~~ /kisskb/src/fs/xfs/xfs_symlink.c:163:20: note: byref variable will be forcibly initialized 163 | struct xfs_dquot *pdqp = NULL; | ^~~~ /kisskb/src/fs/xfs/xfs_symlink.c:162:20: note: byref variable will be forcibly initialized 162 | struct xfs_dquot *gdqp = NULL; | ^~~~ /kisskb/src/fs/xfs/xfs_symlink.c:161:20: note: byref variable will be forcibly initialized 161 | struct xfs_dquot *udqp = NULL; | ^~~~ /kisskb/src/fs/xfs/xfs_symlink.c:159:19: note: byref variable will be forcibly initialized 159 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/xfs_symlink.c:154:23: note: byref variable will be forcibly initialized 154 | struct xfs_bmbt_irec mval[XFS_SYMLINK_MAPS]; | ^~~~ /kisskb/src/fs/xfs/xfs_symlink.c:153:8: note: byref variable will be forcibly initialized 153 | int nmaps; | ^~~~~ /kisskb/src/fs/xfs/xfs_symlink.c:147:20: note: byref variable will be forcibly initialized 147 | struct xfs_inode *ip = NULL; | ^~ /kisskb/src/fs/xfs/xfs_symlink.c:146:20: note: byref variable will be forcibly initialized 146 | struct xfs_trans *tp = NULL; | ^~ /kisskb/src/fs/xfs/xfs_refcount_item.c: In function 'xfs_refcount_update_finish_item': /kisskb/src/fs/xfs/xfs_refcount_item.c:371:17: note: byref variable will be forcibly initialized 371 | xfs_extlen_t new_aglen; | ^~~~~~~~~ /kisskb/src/fs/xfs/xfs_refcount_item.c:370:18: note: byref variable will be forcibly initialized 370 | xfs_fsblock_t new_fsb; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_rmap_item.c: In function 'xfs_rud_item_format': /kisskb/src/fs/xfs/xfs_rmap_item.c:209:24: note: byref variable will be forcibly initialized 209 | struct xfs_log_iovec *vecp = NULL; | ^~~~ /kisskb/src/fs/xfs/xfs_rmap_item.c: In function 'xfs_rui_item_format': /kisskb/src/fs/xfs/xfs_rmap_item.c:87:24: note: byref variable will be forcibly initialized 87 | struct xfs_log_iovec *vecp = NULL; | ^~~~ /kisskb/src/fs/xfs/xfs_refcount_item.c: In function 'xfs_cud_item_format': /kisskb/src/fs/xfs/xfs_refcount_item.c:186:24: note: byref variable will be forcibly initialized 186 | struct xfs_log_iovec *vecp = NULL; | ^~~~ /kisskb/src/fs/xfs/xfs_refcount_item.c: In function 'xfs_cui_item_format': /kisskb/src/fs/xfs/xfs_refcount_item.c:88:24: note: byref variable will be forcibly initialized 88 | struct xfs_log_iovec *vecp = NULL; | ^~~~ /kisskb/src/fs/xfs/xfs_refcount_item.c: In function 'xfs_cui_item_recover': /kisskb/src/fs/xfs/xfs_refcount_item.c:462:17: note: byref variable will be forcibly initialized 462 | xfs_extlen_t new_len; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_refcount_item.c:461:18: note: byref variable will be forcibly initialized 461 | xfs_fsblock_t new_fsb; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_refcount_item.c:459:25: note: byref variable will be forcibly initialized 459 | struct xfs_btree_cur *rcur = NULL; | ^~~~ /kisskb/src/fs/xfs/xfs_refcount_item.c:458:21: note: byref variable will be forcibly initialized 458 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_refcount_item.c:454:24: note: byref variable will be forcibly initialized 454 | struct xfs_bmbt_irec irec; | ^~~~ /kisskb/src/fs/xfs/xfs_rmap_item.c: In function 'xfs_rui_item_recover': /kisskb/src/fs/xfs/xfs_rmap_item.c:512:25: note: byref variable will be forcibly initialized 512 | struct xfs_btree_cur *rcur = NULL; | ^~~~ /kisskb/src/fs/xfs/xfs_rmap_item.c:511:21: note: byref variable will be forcibly initialized 511 | struct xfs_trans *tp; | ^~ /kisskb/src/drivers/char/xillybus/xillybus_class.c: In function 'xillybus_init_chrdev': /kisskb/src/drivers/char/xillybus/xillybus_class.c:52:7: note: byref variable will be forcibly initialized 52 | char devname[48]; | ^~~~~~~ /kisskb/src/drivers/char/xillybus/xillybus_class.c:50:8: note: byref variable will be forcibly initialized 50 | dev_t mdev; | ^~~~ /kisskb/src/fs/xfs/xfs_trans.c: In function 'xfs_trans_trace_reservations': /kisskb/src/fs/xfs/xfs_trans.c:35:23: note: byref variable will be forcibly initialized 35 | struct xfs_trans_res resv; | ^~~~ /kisskb/src/fs/xfs/xfs_trans.c: In function '__xfs_trans_commit': /kisskb/src/fs/xfs/xfs_trans.c:839:13: note: byref variable will be forcibly initialized 839 | xfs_csn_t commit_seq = 0; | ^~~~~~~~~~ /kisskb/src/fs/xfs/xfs_trans.c: In function 'xfs_trans_committed_bulk': /kisskb/src/fs/xfs/xfs_trans.c:744:24: note: byref variable will be forcibly initialized 744 | struct xfs_ail_cursor cur; | ^~~ /kisskb/src/fs/xfs/xfs_trans.c:742:23: note: byref variable will be forcibly initialized 742 | struct xfs_log_item *log_items[LOG_ITEM_BATCH_SIZE]; | ^~~~~~~~~ /kisskb/src/fs/xfs/xfs_trans.c: In function 'xfs_trans_roll': /kisskb/src/fs/xfs/xfs_trans.c:989:23: note: byref variable will be forcibly initialized 989 | struct xfs_trans_res tres; | ^~~~ /kisskb/src/fs/xfs/xfs_trans.c: In function 'xfs_trans_alloc_inode': /kisskb/src/fs/xfs/xfs_trans.c:1041:20: note: byref variable will be forcibly initialized 1041 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_trans.c: In function 'xfs_trans_alloc_icreate': /kisskb/src/fs/xfs/xfs_trans.c:1097:20: note: byref variable will be forcibly initialized 1097 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_trans.c: In function 'xfs_trans_alloc_ichange': /kisskb/src/fs/xfs/xfs_trans.c:1140:20: note: byref variable will be forcibly initialized 1140 | struct xfs_trans *tp; | ^~ /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c: In function 'clear_interruption': /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c:70:5: note: byref variable will be forcibly initialized 70 | u8 interrupt; | ^~~~~~~~~ /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c: In function 'st33zp24_cancel': /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c:85:5: note: byref variable will be forcibly initialized 85 | u8 data; | ^~~~ /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c: In function 'st33zp24_status': /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c:99:5: note: byref variable will be forcibly initialized 99 | u8 data; | ^~~~ /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c: In function 'check_locality': /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c:113:5: note: byref variable will be forcibly initialized 113 | u8 data; | ^~~~ /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c: In function 'release_locality': /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c:165:5: note: byref variable will be forcibly initialized 165 | u8 data; | ^~~~ /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c: In function 'get_burstcount': /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c:182:5: note: byref variable will be forcibly initialized 182 | u8 temp; | ^~~~ /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c: In function 'request_locality': /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c:135:5: note: byref variable will be forcibly initialized 135 | u8 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:12, 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:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c:270:10: note: in expansion of macro 'wait_event_interruptible_timeout' 270 | ret = wait_event_interruptible_timeout(*queue, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c:245:7: note: byref variable will be forcibly initialized 245 | bool canceled = false; | ^~~~~~~~ /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c: In function 'st33zp24_send': /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c:362:5: note: byref variable will be forcibly initialized 362 | u8 data; | ^~~~ /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c: In function 'st33zp24_probe': /kisskb/src/drivers/char/tpm/st33zp24/st33zp24.c:514:5: note: byref variable will be forcibly initialized 514 | u8 intmask = 0; | ^~~~~~~ /kisskb/src/drivers/char/tpm/st33zp24/i2c.c: In function 'read8_reg': /kisskb/src/drivers/char/tpm/st33zp24/i2c.c:57:5: note: byref variable will be forcibly initialized 57 | u8 data; | ^~~~ /kisskb/src/fs/xfs/xfs_log_cil.c: In function 'xlog_discard_busy_extents': /kisskb/src/fs/xfs/xfs_log_cil.c:571:19: note: byref variable will be forcibly initialized 571 | struct blk_plug plug; | ^~~~ /kisskb/src/fs/xfs/xfs_log_cil.c:570:15: note: byref variable will be forcibly initialized 570 | struct bio *bio = NULL; | ^~~ /kisskb/src/fs/xfs/xfs_log_cil.c: In function 'xlog_cil_alloc_shadow_bufs': /kisskb/src/fs/xfs/xfs_log_cil.c:161:7: note: byref variable will be forcibly initialized 161 | int nbytes = 0; | ^~~~~~ /kisskb/src/fs/xfs/xfs_log_cil.c:160:7: note: byref variable will be forcibly initialized 160 | int niovecs = 0; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_log_cil.c: In function 'xlog_cil_insert_items': /kisskb/src/fs/xfs/xfs_log_cil.c:430:8: note: byref variable will be forcibly initialized 430 | int diff_iovecs = 0; | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_log_cil.c:429:8: note: byref variable will be forcibly initialized 429 | int len = 0; | ^~~ /kisskb/src/fs/xfs/xfs_log_cil.c: In function 'xlog_cil_write_commit_record': /kisskb/src/fs/xfs/xfs_log_cil.c:813:23: note: byref variable will be forcibly initialized 813 | struct xfs_log_iovec reg = { | ^~~ /kisskb/src/fs/xfs/xfs_dquot_item.c: In function 'xfs_qm_dquot_logitem_push': /kisskb/src/fs/xfs/xfs_dquot_item.c:126:19: note: byref variable will be forcibly initialized 126 | struct xfs_buf *bp = lip->li_buf; | ^~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_log_cil.c:6: /kisskb/src/fs/xfs/xfs_log_cil.c: In function 'xlog_cil_push_work': /kisskb/src/fs/xfs/xfs_log_cil.c:870:29: note: byref variable will be forcibly initialized 870 | DECLARE_COMPLETION_ONSTACK(bdev_flush); | ^~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/fs/xfs/xfs_log_cil.c:869:14: note: byref variable will be forcibly initialized 869 | struct bio bio; | ^~~ /kisskb/src/fs/xfs/xfs_log_cil.c:865:23: note: byref variable will be forcibly initialized 865 | struct xfs_log_iovec lhdr; | ^~~~ /kisskb/src/fs/xfs/xfs_log_cil.c:864:26: note: byref variable will be forcibly initialized 864 | struct xfs_trans_header thdr; | ^~~~ /kisskb/src/fs/xfs/xfs_dquot_item.c: In function 'xfs_qm_dquot_logitem_format': /kisskb/src/fs/xfs/xfs_dquot_item.c:50:24: note: byref variable will be forcibly initialized 50 | struct xfs_log_iovec *vecp = NULL; | ^~~~ /kisskb/src/fs/xfs/xfs_dquot_item.c:48:24: note: byref variable will be forcibly initialized 48 | struct xfs_disk_dquot ddq; | ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_dquot_item.c:6: /kisskb/src/fs/xfs/xfs_dquot_item.c: In function 'xfs_qm_dqunpin_wait': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_dquot_item.c:115:2: note: in expansion of macro 'wait_event' 115 | wait_event(dqp->q_pinwait, (atomic_read(&dqp->q_pincount) == 0)); | ^~~~~~~~~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'uart_get_rs485_config': /kisskb/src/drivers/tty/serial/serial_core.c:1271:22: note: byref variable will be forcibly initialized 1271 | 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:1286:22: note: byref variable will be forcibly initialized 1286 | 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:1312:24: note: byref variable will be forcibly initialized 1312 | 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:1330:24: note: byref variable will be forcibly initialized 1330 | struct serial_iso7816 iso7816; | ^~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_log.c:6: /kisskb/src/fs/xfs/xfs_log.c: In function 'xlog_state_shutdown_callbacks': /kisskb/src/fs/xfs/xfs_log.c:502:12: note: byref variable will be forcibly initialized 502 | LIST_HEAD(cb_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/tty/serial/serial_core.c: In function 'uart_set_options': /kisskb/src/drivers/tty/serial/serial_core.c:2058:18: note: byref variable will be forcibly initialized 2058 | struct ktermios termios; | ^~~~~~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'uart_suspend_port': /kisskb/src/drivers/tty/serial/serial_core.c:2155:20: note: byref variable will be forcibly initialized 2155 | struct uart_match match = {uport, drv}; | ^~~~~ /kisskb/src/fs/xfs/xfs_log.c: In function 'xlog_state_clean_iclog': /kisskb/src/fs/xfs/xfs_log.c:2734:8: note: byref variable will be forcibly initialized 2734 | int iclogs_changed = 0; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'uart_resume_port': /kisskb/src/drivers/tty/serial/serial_core.c:2218:18: note: byref variable will be forcibly initialized 2218 | struct ktermios termios; | ^~~~~~~ /kisskb/src/drivers/tty/serial/serial_core.c:2217:20: note: byref variable will be forcibly initialized 2217 | struct uart_match match = {uport, drv}; | ^~~~~ In file included from /kisskb/src/fs/xfs/xfs_log.c:22: /kisskb/src/fs/xfs/xfs_log.c: In function 'xfs_fs_has_sickness': /kisskb/src/fs/xfs/libxfs/xfs_health.h:129:21: note: byref variable will be forcibly initialized 129 | unsigned int sick, checked; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_health.h:129:15: note: byref variable will be forcibly initialized 129 | unsigned int sick, checked; | ^~~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'uart_get_icount': /kisskb/src/drivers/tty/serial/serial_core.c:1241:21: note: byref variable will be forcibly initialized 1241 | 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:1184:28: note: byref variable will be forcibly initialized 1184 | struct uart_icount cprev, cnow; | ^~~~ /kisskb/src/drivers/tty/serial/serial_core.c:1184:21: note: byref variable will be forcibly initialized 1184 | struct uart_icount cprev, cnow; | ^~~~~ In file included from /kisskb/src/drivers/tty/serial/serial_core.c:13: /kisskb/src/drivers/tty/serial/serial_core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'console_store': /kisskb/src/drivers/tty/serial/serial_core.c:2778:19: note: byref variable will be forcibly initialized 2778 | bool oldconsole, newconsole; | ^~~~~~~~~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'iomem_reg_shift_show': /kisskb/src/drivers/tty/serial/serial_core.c:2748:23: note: byref variable will be forcibly initialized 2748 | struct serial_struct tmp; | ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'iomem_base_show': /kisskb/src/drivers/tty/serial/serial_core.c:2738:23: note: byref variable will be forcibly initialized 2738 | struct serial_struct tmp; | ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'io_type_show': /kisskb/src/drivers/tty/serial/serial_core.c:2728:23: note: byref variable will be forcibly initialized 2728 | struct serial_struct tmp; | ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'custom_divisor_show': /kisskb/src/drivers/tty/serial/serial_core.c:2718:23: note: byref variable will be forcibly initialized 2718 | struct serial_struct tmp; | ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'closing_wait_show': /kisskb/src/drivers/tty/serial/serial_core.c:2708:23: note: byref variable will be forcibly initialized 2708 | struct serial_struct tmp; | ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'close_delay_show': /kisskb/src/drivers/tty/serial/serial_core.c:2698:23: note: byref variable will be forcibly initialized 2698 | struct serial_struct tmp; | ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'xmit_fifo_size_show': /kisskb/src/drivers/tty/serial/serial_core.c:2688:23: note: byref variable will be forcibly initialized 2688 | struct serial_struct tmp; | ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'flags_show': /kisskb/src/drivers/tty/serial/serial_core.c:2678:23: note: byref variable will be forcibly initialized 2678 | struct serial_struct tmp; | ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'irq_show': /kisskb/src/drivers/tty/serial/serial_core.c:2668:23: note: byref variable will be forcibly initialized 2668 | struct serial_struct tmp; | ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'port_show': /kisskb/src/drivers/tty/serial/serial_core.c:2654:23: note: byref variable will be forcibly initialized 2654 | struct serial_struct tmp; | ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'line_show': /kisskb/src/drivers/tty/serial/serial_core.c:2644:23: note: byref variable will be forcibly initialized 2644 | struct serial_struct tmp; | ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'type_show': /kisskb/src/drivers/tty/serial/serial_core.c:2634:23: note: byref variable will be forcibly initialized 2634 | struct serial_struct tmp; | ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'uartclk_show': /kisskb/src/drivers/tty/serial/serial_core.c:2624:23: note: byref variable will be forcibly initialized 2624 | struct serial_struct tmp; | ^~~ /kisskb/src/drivers/tty/serial/serial_core.c: In function 'uart_report_port': /kisskb/src/drivers/tty/serial/serial_core.c:2300:7: note: byref variable will be forcibly initialized 2300 | char address[64]; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_log.c: In function 'xfs_log_space_wake': /kisskb/src/fs/xfs/xfs_log.c:1125:8: note: byref variable will be forcibly initialized 1125 | int free_bytes; | ^~~~~~~~~~ /kisskb/src/fs/xfs/xfs_log.c: In function 'xlog_grant_head_check': /kisskb/src/fs/xfs/xfs_log.c:295:8: note: byref variable will be forcibly initialized 295 | int free_bytes; | ^~~~~~~~~~ /kisskb/src/fs/xfs/xfs_log.c: In function 'xfs_log_regrant': /kisskb/src/fs/xfs/xfs_log.c:379:8: note: byref variable will be forcibly initialized 379 | int need_bytes; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/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:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/tty/serial/serial_core.c:3018:2: note: in expansion of macro 'wait_event' 3018 | wait_event(state->remove_wait, !atomic_read(&state->refcount)); | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_log.c:6: /kisskb/src/fs/xfs/xfs_log.c: In function 'xlog_state_do_iclog_callbacks': /kisskb/src/fs/xfs/xfs_log.c:2871:13: note: byref variable will be forcibly initialized 2871 | LIST_HEAD(cb_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/tty/serial/serial_core.c: In function 'uart_get_rs485_mode': /kisskb/src/drivers/tty/serial/serial_core.c:3221:6: note: byref variable will be forcibly initialized 3221 | u32 rs485_delay[2]; | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_log.c: In function 'xlog_sync': /kisskb/src/fs/xfs/xfs_log.c:2013:16: note: byref variable will be forcibly initialized 2013 | unsigned int roundoff; /* roundoff to BB or stripe */ | ^~~~~~~~ /kisskb/src/fs/xfs/xfs_log.c: In function 'xlog_force_lsn': /kisskb/src/fs/xfs/xfs_log.c:3370:9: note: byref variable will be forcibly initialized 3370 | bool completed; | ^~~~~~~~~ /kisskb/src/fs/xfs/xfs_log.c: In function 'xlog_write': /kisskb/src/fs/xfs/xfs_log.c:2525:10: note: byref variable will be forcibly initialized 2525 | int copy_off; | ^~~~~~~~ /kisskb/src/fs/xfs/xfs_log.c:2524:10: note: byref variable will be forcibly initialized 2524 | int copy_len; | ^~~~~~~~ /kisskb/src/fs/xfs/xfs_log.c:2497:8: note: byref variable will be forcibly initialized 2497 | int log_offset; | ^~~~~~~~~~ /kisskb/src/fs/xfs/xfs_log.c:2496:10: note: byref variable will be forcibly initialized 2496 | void *ptr; | ^~~ /kisskb/src/fs/xfs/xfs_log.c:2477:8: note: byref variable will be forcibly initialized 2477 | int data_cnt = 0; | ^~~~~~~~ /kisskb/src/fs/xfs/xfs_log.c:2476:8: note: byref variable will be forcibly initialized 2476 | int record_cnt = 0; | ^~~~~~~~~~ /kisskb/src/fs/xfs/xfs_log.c:2475:8: note: byref variable will be forcibly initialized 2475 | int contwr = 0; | ^~~~~~ /kisskb/src/fs/xfs/xfs_log.c:2474:8: note: byref variable will be forcibly initialized 2474 | int partial_copy_len = 0; | ^~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_log.c:2473:8: note: byref variable will be forcibly initialized 2473 | int partial_copy = 0; | ^~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_log.c:2472:8: note: byref variable will be forcibly initialized 2472 | int len; | ^~~ /kisskb/src/fs/xfs/xfs_log.c:2468:23: note: byref variable will be forcibly initialized 2468 | struct xlog_in_core *iclog = NULL; | ^~~~~ /kisskb/src/fs/xfs/xfs_log.c: In function 'xlog_write_unmount_record': /kisskb/src/fs/xfs/xfs_log.c:921:23: note: byref variable will be forcibly initialized 921 | struct xfs_log_iovec reg = { | ^~~ /kisskb/src/fs/xfs/xfs_log.c: In function 'xfs_log_force': /kisskb/src/fs/xfs/xfs_log.c:3311:9: note: byref variable will be forcibly initialized 3311 | bool completed; | ^~~~~~~~~ /kisskb/src/fs/xfs/xfs_log.c: In function 'xfs_log_reserve': /kisskb/src/fs/xfs/xfs_log.c:445:8: note: byref variable will be forcibly initialized 445 | int need_bytes; | ^~~~~~~~~~ /kisskb/src/fs/xfs/xfs_log.c: In function 'xlog_unmount_write': /kisskb/src/fs/xfs/xfs_log.c:947:22: note: byref variable will be forcibly initialized 947 | struct xlog_ticket *tic = NULL; | ^~~ /kisskb/src/fs/xfs/xfs_qm_syscalls.c: In function 'xfs_qm_scall_trunc_qfile': /kisskb/src/fs/xfs/xfs_qm_syscalls.c:59:20: note: byref variable will be forcibly initialized 59 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_qm_syscalls.c:58:20: note: byref variable will be forcibly initialized 58 | struct xfs_inode *ip; | ^~ /kisskb/src/fs/xfs/xfs_qm_syscalls.c: In function 'xfs_qm_scall_setqlim': /kisskb/src/fs/xfs/xfs_qm_syscalls.c:293:20: note: byref variable will be forcibly initialized 293 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_qm_syscalls.c:292:20: note: byref variable will be forcibly initialized 292 | struct xfs_dquot *dqp; | ^~~ /kisskb/src/fs/xfs/xfs_qm_syscalls.c: In function 'xfs_qm_scall_getquota': /kisskb/src/fs/xfs/xfs_qm_syscalls.c:481:20: note: byref variable will be forcibly initialized 481 | struct xfs_dquot *dqp; | ^~~ /kisskb/src/net/packet/diag.c: In function 'pdiag_put_info': /kisskb/src/net/packet/diag.c:15:26: note: byref variable will be forcibly initialized 15 | struct packet_diag_info pinfo; | ^~~~~ /kisskb/src/fs/xfs/xfs_qm_syscalls.c: In function 'xfs_qm_scall_getquota_next': /kisskb/src/fs/xfs/xfs_qm_syscalls.c:523:20: note: byref variable will be forcibly initialized 523 | struct xfs_dquot *dqp; | ^~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:25, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/include/linux/sock_diag.h:8, from /kisskb/src/net/packet/diag.c:3: /kisskb/src/net/packet/diag.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized 1309 | u32 tmp = value; | ^~~ /kisskb/src/net/packet/diag.c: In function 'pdiag_put_ring': /kisskb/src/net/packet/diag.c:75:26: note: byref variable will be forcibly initialized 75 | struct packet_diag_ring pdr; | ^~~ /kisskb/src/net/packet/diag.c: In function 'packet_diag_handler_dump': /kisskb/src/net/packet/diag.c:239:31: note: byref variable will be forcibly initialized 239 | struct netlink_dump_control c = { | ^ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_buf_item_recover.c:6: /kisskb/src/fs/xfs/xfs_buf_item_recover.c: In function 'xfs_buf_read': /kisskb/src/fs/xfs/xfs_buf.h:232:24: note: byref variable will be forcibly initialized 232 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/xfs_buf_item.c: In function 'xfs_buf_item_format': /kisskb/src/fs/xfs/xfs_buf_item.c:402:24: note: byref variable will be forcibly initialized 402 | struct xfs_log_iovec *vecp = NULL; | ^~~~ /kisskb/src/fs/xfs/xfs_buf_item.c: In function 'xfs_buf_item_size': /kisskb/src/fs/xfs/xfs_buf_item.c:195:8: note: byref variable will be forcibly initialized 195 | int bytes; | ^~~~~ /kisskb/src/fs/xfs/xfs_buf_item_recover.c: In function 'xlog_recover_buf_commit_pass2': /kisskb/src/fs/xfs/xfs_buf_item_recover.c:883:20: note: byref variable will be forcibly initialized 883 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/xfs_extfree_item.c: In function 'xfs_efd_item_format': /kisskb/src/fs/xfs/xfs_extfree_item.c:283:24: note: byref variable will be forcibly initialized 283 | struct xfs_log_iovec *vecp = NULL; | ^~~~ /kisskb/src/fs/xfs/xfs_extfree_item.c: In function 'xfs_efi_item_format': /kisskb/src/fs/xfs/xfs_extfree_item.c:103:24: note: byref variable will be forcibly initialized 103 | struct xfs_log_iovec *vecp = NULL; | ^~~~ /kisskb/src/fs/xfs/xfs_extfree_item.c: In function 'xfs_efi_item_recover': /kisskb/src/fs/xfs/xfs_extfree_item.c:609:21: note: byref variable will be forcibly initialized 609 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_extfree_item.c: In function 'xfs_agfl_free_finish_item': /kisskb/src/fs/xfs/xfs_extfree_item.c:539:20: note: byref variable will be forcibly initialized 539 | struct xfs_buf *agbp; | ^~~~ /kisskb/src/fs/xfs/xfs_qm_bhv.c: In function 'xfs_qm_statvfs': /kisskb/src/fs/xfs/xfs_qm_bhv.c:61:20: note: byref variable will be forcibly initialized 61 | struct xfs_dquot *dqp; | ^~~ /kisskb/src/fs/xfs/xfs_icreate_item.c: In function 'xfs_icreate_item_format': /kisskb/src/fs/xfs/xfs_icreate_item.c:55:24: note: byref variable will be forcibly initialized 55 | struct xfs_log_iovec *vecp = NULL; | ^~~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/netlink.h:7, from /kisskb/src/include/linux/ethtool.h:18, from /kisskb/src/net/packet/af_packet.c:51: /kisskb/src/net/packet/af_packet.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:135:6: note: in expansion of macro 'check_mul_overflow' 135 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:135:6: note: in expansion of macro 'check_mul_overflow' 135 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:133:9: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/net/packet/af_packet.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ 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/char/xillybus/xillyusb.c:15: /kisskb/src/drivers/char/xillybus/xillyusb.c: In function 'xillyusb_send_opcode': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c:1085:9: note: in expansion of macro 'wait_event_interruptible' 1085 | while (wait_event_interruptible(fifo->waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c:1067:9: note: byref variable will be forcibly initialized 1067 | __le32 msg[2]; | ^~~ 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/char/xillybus/xillyusb.c:15: /kisskb/src/drivers/char/xillybus/xillyusb.c: In function 'flush_downstream': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c:1201:8: note: in expansion of macro 'wait_event_interruptible_timeout' 1201 | rc = wait_event_interruptible_timeout(chan->flushq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c:1182:9: note: in expansion of macro 'wait_event_interruptible' 1182 | rc = wait_event_interruptible(chan->flushq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c:1153:9: note: in expansion of macro 'wait_event_interruptible_timeout' 1153 | rc = wait_event_interruptible_timeout(chan->flushq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/linux/netlink.h:7, from /kisskb/src/include/linux/ethtool.h:18, from /kisskb/src/net/packet/af_packet.c:51: /kisskb/src/net/packet/af_packet.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/packet/af_packet.c: In function 'packet_rcv_vnet': /kisskb/src/net/packet/af_packet.c:2081:24: note: byref variable will be forcibly initialized 2081 | struct virtio_net_hdr vnet_hdr; | ^~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c: In function 'xillyusb_disconnect': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c:2191:7: note: in expansion of macro 'wait_event_interruptible_timeout' 2191 | rc = wait_event_interruptible_timeout(fifo->waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/packet/af_packet.c: In function 'prb_open_block': /kisskb/src/net/packet/af_packet.c:851:20: note: byref variable will be forcibly initialized 851 | struct timespec64 ts; | ^~ In file included from /kisskb/src/drivers/char/xillybus/xillyusb.c:15: /kisskb/src/drivers/char/xillybus/xillyusb.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/net/packet/af_packet.c: In function 'prb_close_block': In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/char/xillybus/xillyusb.c:15: /kisskb/src/drivers/char/xillybus/xillyusb.c: In function 'xillyusb_write': /kisskb/src/net/packet/af_packet.c:820:21: note: byref variable will be forcibly initialized 820 | struct timespec64 ts; | ^~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c:1663:7: note: in expansion of macro 'wait_event_interruptible' 1663 | if (wait_event_interruptible | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c: In function 'xillyusb_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c:1571:9: note: in expansion of macro 'wait_event_interruptible' 1571 | rc = wait_event_interruptible | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c:1560:9: note: in expansion of macro 'wait_event_interruptible_timeout' 1560 | rc = wait_event_interruptible_timeout | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/packet/af_packet.c: In function 'tpacket_rcv': /kisskb/src/net/packet/af_packet.c:2234:20: note: byref variable will be forcibly initialized 2234 | struct timespec64 ts; | ^~ /kisskb/src/drivers/char/xillybus/xillyusb.c: In function 'xillyusb_discovery': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c:2019:7: note: in expansion of macro 'wait_event_interruptible_timeout' 2019 | rc = wait_event_interruptible_timeout(idt_fifo.waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c:1976:19: note: byref variable will be forcibly initialized 1976 | struct xillyfifo idt_fifo; | ^~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c:1975:9: note: byref variable will be forcibly initialized 1975 | __le16 bogus_chandesc[2]; | ^~~~~~~~~~~~~~ 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/char/xillybus/xillyusb.c:15: /kisskb/src/drivers/char/xillybus/xillyusb.c: In function 'xillyusb_release': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c:1718:10: note: in expansion of macro 'wait_event_interruptible' 1718 | while (wait_event_interruptible(in_fifo->waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/packet/af_packet.c: In function '__packet_set_timestamp': /kisskb/src/net/packet/af_packet.c:472:20: note: byref variable will be forcibly initialized 472 | struct timespec64 ts; | ^~ /kisskb/src/drivers/char/xillybus/xillyusb.c: In function 'xillyusb_open': /kisskb/src/drivers/char/xillybus/xillyusb.c:1237:6: note: byref variable will be forcibly initialized 1237 | int index; | ^~~~~ /kisskb/src/drivers/char/xillybus/xillyusb.c:1232:23: note: byref variable will be forcibly initialized 1232 | struct xillyusb_dev *xdev; | ^~~~ /kisskb/src/net/packet/af_packet.c: In function 'packet_recvmsg': /kisskb/src/net/packet/af_packet.c:3493:26: note: byref variable will be forcibly initialized 3493 | struct tpacket_auxdata aux; | ^~~ /kisskb/src/net/packet/af_packet.c:3392:14: note: byref variable will be forcibly initialized 3392 | int copied, err; | ^~~ In file included from /kisskb/src/include/linux/netlink.h:7, from /kisskb/src/include/linux/ethtool.h:18, from /kisskb/src/net/packet/af_packet.c:51: /kisskb/src/net/packet/af_packet.c: In function 'skb_probe_transport_header': /kisskb/src/include/linux/skbuff.h:2643:25: note: byref variable will be forcibly initialized 2643 | struct flow_keys_basic keys; | ^~~~ /kisskb/src/fs/xfs/xfs_inode_item.c: In function 'xfs_inode_to_log_dinode_ts': /kisskb/src/fs/xfs/xfs_inode_item.c:322:23: note: byref variable will be forcibly initialized 322 | xfs_log_timestamp_t its; | ^~~ /kisskb/src/net/packet/af_packet.c: In function 'packet_sendmsg_spkt': /kisskb/src/net/packet/af_packet.c:1943:23: note: byref variable will be forcibly initialized 1943 | struct sockcm_cookie sockc; | ^~~~~ /kisskb/src/net/packet/af_packet.c: In function 'packet_bind_spkt': /kisskb/src/net/packet/af_packet.c:3261:7: note: byref variable will be forcibly initialized 3261 | char name[sizeof(uaddr->sa_data) + 1]; | ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/netlink.h:7, from /kisskb/src/include/linux/ethtool.h:18, from /kisskb/src/net/packet/af_packet.c:51: /kisskb/src/net/packet/af_packet.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/net/packet/af_packet.c: In function 'prb_calc_retire_blk_tmo': /kisskb/src/net/packet/af_packet.c:572:32: note: byref variable will be forcibly initialized 572 | struct ethtool_link_ksettings ecmd; | ^~~~ /kisskb/src/fs/xfs/xfs_quotaops.c: In function 'xfs_fs_set_info': /kisskb/src/fs/xfs/xfs_quotaops.c:113:19: note: byref variable will be forcibly initialized 113 | struct qc_dqblk newlim; | ^~~~~~ /kisskb/src/fs/xfs/xfs_inode_item.c: In function 'xfs_inode_item_format': /kisskb/src/fs/xfs/xfs_inode_item.c:453:24: note: byref variable will be forcibly initialized 453 | struct xfs_log_iovec *vecp = NULL; | ^~~~ /kisskb/src/fs/xfs/xfs_quotaops.c: In function 'xfs_fs_get_nextdqblk': /kisskb/src/fs/xfs/xfs_quotaops.c:238:14: note: byref variable will be forcibly initialized 238 | xfs_dqid_t id; | ^~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_inode_item.c:6: /kisskb/src/fs/xfs/xfs_inode_item.c: In function 'xfs_buf_inode_iodone': /kisskb/src/fs/xfs/xfs_inode_item.c:780:12: note: byref variable will be forcibly initialized 780 | LIST_HEAD(ail_updates); | ^~~~~~~~~~~ /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/xfs/xfs_inode_item.c:779:12: note: byref variable will be forcibly initialized 779 | LIST_HEAD(flushed_inodes); | ^~~~~~~~~~~~~~ /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/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_inode_item_recover.c:6: /kisskb/src/fs/xfs/xfs_inode_item_recover.c: In function 'xfs_buf_read': /kisskb/src/fs/xfs/xfs_buf.h:232:24: note: byref variable will be forcibly initialized 232 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/net/packet/af_packet.c: In function 'fanout_set_data_ebpf': /kisskb/src/net/packet/af_packet.c:1611:6: note: byref variable will be forcibly initialized 1611 | u32 fd; | ^~ /kisskb/src/fs/xfs/xfs_inode_item_recover.c: In function 'xfs_log_dinode_to_disk_ts': /kisskb/src/fs/xfs/xfs_inode_item_recover.c:132:20: note: byref variable will be forcibly initialized 132 | xfs_timestamp_t ts; | ^~ /kisskb/src/net/packet/af_packet.c: In function 'packet_release': /kisskb/src/net/packet/af_packet.c:3093:22: note: byref variable will be forcibly initialized 3093 | union tpacket_req_u req_u; | ^~~~~ /kisskb/src/fs/xfs/xfs_inode_item_recover.c: In function 'xlog_recover_inode_commit_pass2': /kisskb/src/fs/xfs/xfs_inode_item_recover.c:204:20: note: byref variable will be forcibly initialized 204 | struct xfs_buf *bp; | ^~ In file included from /kisskb/src/net/packet/af_packet.c:85: /kisskb/src/net/packet/af_packet.c: In function 'virtio_net_hdr_to_skb': /kisskb/src/include/linux/virtio_net.h:86:27: note: byref variable will be forcibly initialized 86 | struct flow_keys_basic keys; | ^~~~ /kisskb/src/net/packet/af_packet.c: In function 'tpacket_snd': /kisskb/src/net/packet/af_packet.c:2706:8: note: byref variable will be forcibly initialized 2706 | void *data; | ^~~~ /kisskb/src/net/packet/af_packet.c:2700:6: note: byref variable will be forcibly initialized 2700 | int err, reserve = 0; | ^~~ /kisskb/src/net/packet/af_packet.c:2698:23: note: byref variable will be forcibly initialized 2698 | struct sockcm_cookie sockc; | ^~~~~ /kisskb/src/net/packet/af_packet.c: In function 'packet_snd': /kisskb/src/net/packet/af_packet.c:2922:23: note: byref variable will be forcibly initialized 2922 | struct sockcm_cookie sockc; | ^~~~~ /kisskb/src/net/packet/af_packet.c:2921:6: note: byref variable will be forcibly initialized 2921 | int err, reserve = 0; | ^~~ /kisskb/src/net/packet/af_packet.c: In function 'packet_getsockopt': /kisskb/src/net/packet/af_packet.c:4003:32: note: byref variable will be forcibly initialized 4003 | struct tpacket_rollover_stats rstats; | ^~~~~~ /kisskb/src/net/packet/af_packet.c:4002:24: note: byref variable will be forcibly initialized 4002 | union tpacket_stats_u st; | ^~ /kisskb/src/net/packet/af_packet.c:3998:6: note: byref variable will be forcibly initialized 3998 | int val, lv = sizeof(val); | ^~~ /kisskb/src/net/packet/af_packet.c: In function 'fanout_add': /kisskb/src/net/packet/af_packet.c:1688:6: note: byref variable will be forcibly initialized 1688 | u16 id = args->id; | ^~ /kisskb/src/net/packet/af_packet.c: In function 'fanout_set_data_cbpf': /kisskb/src/net/packet/af_packet.c:1589:20: note: byref variable will be forcibly initialized 1589 | struct sock_fprog fprog; | ^~~~~ /kisskb/src/net/packet/af_packet.c:1588:19: note: byref variable will be forcibly initialized 1588 | struct bpf_prog *new; | ^~~ /kisskb/src/net/packet/af_packet.c: In function 'packet_setsockopt': /kisskb/src/net/packet/af_packet.c:3979:7: note: byref variable will be forcibly initialized 3979 | int val; | ^~~ /kisskb/src/net/packet/af_packet.c:3963:16: note: byref variable will be forcibly initialized 3963 | unsigned int val; | ^~~ /kisskb/src/net/packet/af_packet.c:3949:7: note: byref variable will be forcibly initialized 3949 | int val; | ^~~ /kisskb/src/net/packet/af_packet.c:3931:22: note: byref variable will be forcibly initialized 3931 | struct fanout_args args = { 0 }; | ^~~~ /kisskb/src/net/packet/af_packet.c:3919:7: note: byref variable will be forcibly initialized 3919 | int val; | ^~~ /kisskb/src/net/packet/af_packet.c:3898:7: note: byref variable will be forcibly initialized 3898 | int val; | ^~~ /kisskb/src/net/packet/af_packet.c:3884:7: note: byref variable will be forcibly initialized 3884 | int val; | ^~~ /kisskb/src/net/packet/af_packet.c:3870:7: note: byref variable will be forcibly initialized 3870 | int val; | ^~~ /kisskb/src/net/packet/af_packet.c:3851:16: note: byref variable will be forcibly initialized 3851 | unsigned int val; | ^~~ /kisskb/src/net/packet/af_packet.c:3831:16: note: byref variable will be forcibly initialized 3831 | unsigned int val; | ^~~ /kisskb/src/net/packet/af_packet.c:3805:7: note: byref variable will be forcibly initialized 3805 | int val; | ^~~ /kisskb/src/net/packet/af_packet.c:3793:7: note: byref variable will be forcibly initialized 3793 | int val; | ^~~ /kisskb/src/net/packet/af_packet.c:3765:23: note: byref variable will be forcibly initialized 3765 | union tpacket_req_u req_u; | ^~~~~ /kisskb/src/net/packet/af_packet.c:3744:26: note: byref variable will be forcibly initialized 3744 | struct packet_mreq_max mreq; | ^~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_rtalloc.c:6: /kisskb/src/fs/xfs/xfs_rtalloc.c: In function 'xfs_trans_get_buf': /kisskb/src/fs/xfs/xfs_trans.h:180:24: note: byref variable will be forcibly initialized 180 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/xfs_rtalloc.c: In function 'xfs_growfs_rt_alloc': /kisskb/src/fs/xfs/xfs_rtalloc.c:782:20: note: byref variable will be forcibly initialized 782 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_rtalloc.c:779:8: note: byref variable will be forcibly initialized 779 | int nmap; /* number of block maps */ | ^~~~ /kisskb/src/fs/xfs/xfs_rtalloc.c:778:23: note: byref variable will be forcibly initialized 778 | struct xfs_bmbt_irec map; /* block map output */ | ^~~ /kisskb/src/fs/xfs/xfs_rtalloc.c:774:19: note: byref variable will be forcibly initialized 774 | struct xfs_buf *bp; /* temporary buffer for zeroing */ | ^~ /kisskb/src/fs/xfs/xfs_rtalloc.c: In function 'xfs_rtcopy_summary': /kisskb/src/fs/xfs/xfs_rtalloc.c:111:16: note: byref variable will be forcibly initialized 111 | xfs_fsblock_t sumbno; /* summary block number */ | ^~~~~~ /kisskb/src/fs/xfs/xfs_rtalloc.c:110:16: note: byref variable will be forcibly initialized 110 | xfs_suminfo_t sum; /* summary data */ | ^~~ /kisskb/src/fs/xfs/xfs_rtalloc.c:107:18: note: byref variable will be forcibly initialized 107 | struct xfs_buf *bp; /* summary buffer */ | ^~ /kisskb/src/fs/xfs/xfs_rtalloc.c: In function 'xfs_rtany_summary': /kisskb/src/fs/xfs/xfs_rtalloc.c:59:16: note: byref variable will be forcibly initialized 59 | xfs_suminfo_t sum; /* summary data */ | ^~~ /kisskb/src/fs/xfs/xfs_rtalloc.c: In function 'xfs_rtallocate_range': /kisskb/src/fs/xfs/xfs_rtalloc.c:153:16: note: byref variable will be forcibly initialized 153 | xfs_rtblock_t preblock = 0; /* first block allocated < start */ | ^~~~~~~~ /kisskb/src/fs/xfs/xfs_rtalloc.c:152:16: note: byref variable will be forcibly initialized 152 | xfs_rtblock_t postblock = 0; /* first block allocated > end */ | ^~~~~~~~~ /kisskb/src/fs/xfs/xfs_rtalloc.c: In function 'xfs_rtallocate_extent_block': /kisskb/src/fs/xfs/xfs_rtalloc.c:240:7: note: byref variable will be forcibly initialized 240 | int stat; /* status from internal calls */ | ^~~~ /kisskb/src/fs/xfs/xfs_rtalloc.c:239:16: note: byref variable will be forcibly initialized 239 | xfs_rtblock_t next; /* next rtblock to try */ | ^~~~ /kisskb/src/fs/xfs/xfs_rtalloc.c:238:16: note: byref variable will be forcibly initialized 238 | xfs_rtblock_t i; /* current rtblock trying */ | ^ /kisskb/src/fs/xfs/xfs_rtalloc.c: In function 'xfs_rtallocate_extent_size': /kisskb/src/fs/xfs/xfs_rtalloc.c:639:16: note: byref variable will be forcibly initialized 639 | xfs_suminfo_t sum; /* summary information for extents */ | ^~~ /kisskb/src/fs/xfs/xfs_rtalloc.c:638:16: note: byref variable will be forcibly initialized 638 | xfs_rtblock_t r; /* result block number */ | ^ /kisskb/src/fs/xfs/xfs_rtalloc.c:637:16: note: byref variable will be forcibly initialized 637 | xfs_rtblock_t n; /* next block to be tried */ | ^ /kisskb/src/fs/xfs/xfs_rtalloc.c: In function 'xfs_rtallocate_extent_exact': /kisskb/src/fs/xfs/xfs_rtalloc.c:356:16: note: byref variable will be forcibly initialized 356 | xfs_rtblock_t next; /* next block to try (dummy) */ | ^~~~ /kisskb/src/fs/xfs/xfs_rtalloc.c:355:7: note: byref variable will be forcibly initialized 355 | int isfree; /* extent is free */ | ^~~~~~ /kisskb/src/fs/xfs/xfs_rtalloc.c: In function 'xfs_rtallocate_extent_near': /kisskb/src/fs/xfs/xfs_rtalloc.c:439:16: note: byref variable will be forcibly initialized 439 | xfs_rtblock_t r; /* result block */ | ^ /kisskb/src/fs/xfs/xfs_rtalloc.c:438:16: note: byref variable will be forcibly initialized 438 | xfs_rtblock_t n; /* next block to try */ | ^ /kisskb/src/fs/xfs/xfs_rtalloc.c:432:7: note: byref variable will be forcibly initialized 432 | int any; /* any useful extents from summary */ | ^~~ /kisskb/src/fs/xfs/xfs_rtalloc.c: In function 'xfs_growfs_rt': /kisskb/src/fs/xfs/xfs_rtalloc.c:1023:21: note: byref variable will be forcibly initialized 1023 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_rtalloc.c:922:16: note: byref variable will be forcibly initialized 922 | xfs_fsblock_t sumbno; /* summary block number */ | ^~~~~~ /kisskb/src/fs/xfs/xfs_rtalloc.c:908:18: note: byref variable will be forcibly initialized 908 | struct xfs_buf *bp; /* temporary buffer */ | ^~ /kisskb/src/fs/xfs/xfs_rtalloc.c: In function 'xfs_rtallocate_extent': /kisskb/src/fs/xfs/xfs_rtalloc.c:1186:18: note: byref variable will be forcibly initialized 1186 | struct xfs_buf *sumbp; /* summary file block buffer */ | ^~~~~ /kisskb/src/fs/xfs/xfs_rtalloc.c:1185:16: note: byref variable will be forcibly initialized 1185 | xfs_fsblock_t sb; /* summary file block number */ | ^~ /kisskb/src/fs/xfs/xfs_rtalloc.c:1184:16: note: byref variable will be forcibly initialized 1184 | xfs_rtblock_t r; /* result allocated block */ | ^ /kisskb/src/fs/xfs/xfs_rtalloc.c: In function 'xfs_rtmount_init': /kisskb/src/fs/xfs/xfs_rtalloc.c:1247:19: note: byref variable will be forcibly initialized 1247 | struct xfs_buf *bp; /* buffer for last block of subvolume */ | ^~ /kisskb/src/drivers/char/tpm/tpm-chip.c: In function 'tpm_default_chip': /kisskb/src/drivers/char/tpm/tpm-chip.c:199:6: note: byref variable will be forcibly initialized 199 | int chip_num = 0; | ^~~~~~~~ /kisskb/src/fs/xfs/xfs_pnfs.c: In function 'xfs_pnfs_validate_isize': /kisskb/src/fs/xfs/xfs_pnfs.c:193:8: note: byref variable will be forcibly initialized 193 | int nimaps = 1; | ^~~~~~ /kisskb/src/fs/xfs/xfs_pnfs.c:192:23: note: byref variable will be forcibly initialized 192 | struct xfs_bmbt_irec imap; | ^~~~ /kisskb/src/fs/xfs/xfs_pnfs.c: In function 'xfs_fs_map_blocks': /kisskb/src/fs/xfs/xfs_pnfs.c:91:8: note: byref variable will be forcibly initialized 91 | int nimaps = 1; | ^~~~~~ /kisskb/src/fs/xfs/xfs_pnfs.c:87:23: note: byref variable will be forcibly initialized 87 | struct xfs_bmbt_irec imap; | ^~~~ /kisskb/src/fs/xfs/xfs_pnfs.c: In function 'xfs_fs_commit_blocks': /kisskb/src/fs/xfs/xfs_pnfs.c:229:20: note: byref variable will be forcibly initialized 229 | struct xfs_trans *tp; | ^~ /kisskb/src/net/bluetooth/bnep/sock.c: In function 'do_bnep_sock_ioctl': /kisskb/src/net/bluetooth/bnep/sock.c:60:6: note: byref variable will be forcibly initialized 60 | int err; | ^~~ /kisskb/src/net/bluetooth/bnep/sock.c:59:8: note: byref variable will be forcibly initialized 59 | __u32 supp_feat = BIT(BNEP_SETUP_RESPONSE); | ^~~~~~~~~ /kisskb/src/net/bluetooth/bnep/sock.c:57:23: note: byref variable will be forcibly initialized 57 | struct bnep_conninfo ci; | ^~ /kisskb/src/net/bluetooth/bnep/sock.c:56:27: note: byref variable will be forcibly initialized 56 | struct bnep_conndel_req cd; | ^~ /kisskb/src/net/bluetooth/bnep/sock.c:55:27: note: byref variable will be forcibly initialized 55 | struct bnep_connadd_req ca; | ^~ /kisskb/src/net/bluetooth/bnep/sock.c:54:27: note: byref variable will be forcibly initialized 54 | struct bnep_connlist_req cl; | ^~ /kisskb/src/fs/xfs/xfs_trans_ail.c: In function 'xfsaild_push': /kisskb/src/fs/xfs/xfs_trans_ail.c:422:24: note: byref variable will be forcibly initialized 422 | struct xfs_ail_cursor cur; | ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_trans_ail.c:7: /kisskb/src/fs/xfs/xfs_trans_ail.c: In function 'xfs_trans_ail_update_bulk': /kisskb/src/fs/xfs/xfs_trans_ail.c:793:12: note: byref variable will be forcibly initialized 793 | 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/net/bluetooth/bnep/core.c: In function 'bnep_send': /kisskb/src/net/bluetooth/bnep/core.c:74:14: note: byref variable will be forcibly initialized 74 | struct kvec iv = { data, len }; | ^~ /kisskb/src/net/bluetooth/bnep/core.c: In function 'bnep_send_rsp': /kisskb/src/net/bluetooth/bnep/core.c:81:26: note: byref variable will be forcibly initialized 81 | struct bnep_control_rsp rsp; | ^~~ /kisskb/src/net/bluetooth/bnep/core.c: In function 'bnep_rx_control': /kisskb/src/net/bluetooth/bnep/core.c:245:7: note: byref variable will be forcibly initialized 245 | u8 pkt[3]; | ^~~ /kisskb/src/net/bluetooth/bnep/core.c: In function 'bnep_tx_frame': /kisskb/src/net/bluetooth/bnep/core.c:425:5: note: byref variable will be forcibly initialized 425 | u8 type = 0; | ^~~~ /kisskb/src/net/bluetooth/bnep/core.c:423:14: note: byref variable will be forcibly initialized 423 | struct kvec iv[3]; | ^~ /kisskb/src/fs/xfs/scrub/agheader.c: In function 'xchk_superblock_xref': /kisskb/src/fs/xfs/scrub/agheader.c:32:8: note: byref variable will be forcibly initialized 32 | int error; | ^~~~~ /kisskb/src/fs/xfs/scrub/agheader.c: In function 'xchk_agf_xref_freeblks': /kisskb/src/fs/xfs/scrub/agheader.c:376:8: note: byref variable will be forcibly initialized 376 | int error; | ^~~~~ /kisskb/src/fs/xfs/scrub/agheader.c:375:16: note: byref variable will be forcibly initialized 375 | xfs_extlen_t blocks = 0; | ^~~~~~ /kisskb/src/fs/xfs/scrub/agheader.c: In function 'xchk_agf_xref_cntbt': /kisskb/src/fs/xfs/scrub/agheader.c:398:8: note: byref variable will be forcibly initialized 398 | int error; | ^~~~~ /kisskb/src/fs/xfs/scrub/agheader.c:397:8: note: byref variable will be forcibly initialized 397 | int have; | ^~~~ /kisskb/src/fs/xfs/scrub/agheader.c:396:16: note: byref variable will be forcibly initialized 396 | xfs_extlen_t blocks; | ^~~~~~ /kisskb/src/fs/xfs/scrub/agheader.c:395:17: note: byref variable will be forcibly initialized 395 | xfs_agblock_t agbno; | ^~~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_log_recover.c:6: /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xfs_buf_readahead': /kisskb/src/fs/xfs/xfs_buf.h:245:24: note: byref variable will be forcibly initialized 245 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/net/bluetooth/bnep/core.c: In function 'bnep_init': /kisskb/src/net/bluetooth/bnep/core.c:733:7: note: byref variable will be forcibly initialized 733 | char flt[50] = ""; | ^~~ /kisskb/src/fs/xfs/scrub/agheader.c: In function 'xchk_agf_xref_btreeblks': /kisskb/src/fs/xfs/scrub/agheader.c:430:8: note: byref variable will be forcibly initialized 430 | int error; | ^~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_recover_cancel_intents': /kisskb/src/fs/xfs/scrub/agheader.c:428:17: note: byref variable will be forcibly initialized 428 | xfs_agblock_t blocks; | ^~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:2618:24: note: byref variable will be forcibly initialized 2618 | struct xfs_ail_cursor cur; | ^~~ /kisskb/src/net/bluetooth/bnep/core.c: In function 'bnep_add_connection': /kisskb/src/net/bluetooth/bnep/core.c:561:20: note: byref variable will be forcibly initialized 561 | u8 dst[ETH_ALEN], src[ETH_ALEN]; | ^~~ /kisskb/src/net/bluetooth/bnep/core.c:561:5: note: byref variable will be forcibly initialized 561 | u8 dst[ETH_ALEN], src[ETH_ALEN]; | ^~~ /kisskb/src/fs/xfs/scrub/agheader.c: In function 'xchk_agf_xref_refcblks': /kisskb/src/fs/xfs/scrub/agheader.c:478:8: note: byref variable will be forcibly initialized 478 | int error; | ^~~~~ /kisskb/src/fs/xfs/scrub/agheader.c:477:17: note: byref variable will be forcibly initialized 477 | xfs_agblock_t blocks; | ^~~~~~ /kisskb/src/fs/xfs/scrub/agheader.c: In function 'xchk_agi_xref_fiblocks': /kisskb/src/fs/xfs/scrub/agheader.c:798:8: note: byref variable will be forcibly initialized 798 | int error = 0; | ^~~~~ /kisskb/src/fs/xfs/scrub/agheader.c:797:17: note: byref variable will be forcibly initialized 797 | xfs_agblock_t blocks; | ^~~~~~ /kisskb/src/net/bluetooth/bnep/core.c: In function 'bnep_get_connlist': /kisskb/src/net/bluetooth/bnep/core.c:694:24: note: byref variable will be forcibly initialized 694 | struct bnep_conninfo ci; | ^~ /kisskb/src/fs/xfs/scrub/agheader.c: In function 'xchk_agi_xref_icounts': /kisskb/src/fs/xfs/scrub/agheader.c:778:8: note: byref variable will be forcibly initialized 778 | int error; | ^~~~~ /kisskb/src/fs/xfs/scrub/agheader.c:777:15: note: byref variable will be forcibly initialized 777 | xfs_agino_t freecount; | ^~~~~~~~~ /kisskb/src/fs/xfs/scrub/agheader.c:776:15: note: byref variable will be forcibly initialized 776 | xfs_agino_t icount; | ^~~~~~ /kisskb/src/fs/xfs/scrub/agheader.c: In function 'xchk_superblock': /kisskb/src/fs/xfs/scrub/agheader.c:70:8: note: byref variable will be forcibly initialized 70 | int error; | ^~~~~ /kisskb/src/fs/xfs/scrub/agheader.c:64:19: note: byref variable will be forcibly initialized 64 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/scrub/agheader.c: In function 'xchk_agf': /kisskb/src/fs/xfs/scrub/agheader.c:533:8: note: byref variable will be forcibly initialized 533 | int error = 0; | ^~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_find_cycle_start': /kisskb/src/fs/xfs/xfs_log_recover.c:283:9: note: byref variable will be forcibly initialized 283 | char *offset; | ^~~~~~ /kisskb/src/fs/xfs/scrub/agheader.c: In function 'xchk_agfl': /kisskb/src/fs/xfs/scrub/agheader.c:706:8: note: byref variable will be forcibly initialized 706 | int error; | ^~~~~ /kisskb/src/fs/xfs/scrub/agheader.c:701:24: note: byref variable will be forcibly initialized 701 | struct xchk_agfl_info sai; | ^~~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_rseek_logrec_hdr': /kisskb/src/fs/xfs/xfs_log_recover.c:783:10: note: byref variable will be forcibly initialized 783 | char *offset = NULL; | ^~~~~~ /kisskb/src/fs/xfs/scrub/agheader.c: In function 'xchk_agi': /kisskb/src/fs/xfs/scrub/agheader.c:863:8: note: byref variable will be forcibly initialized 863 | int error = 0; | ^~~~~ /kisskb/src/fs/xfs/scrub/agheader.c:859:15: note: byref variable will be forcibly initialized 859 | xfs_agino_t last_agino; | ^~~~~~~~~~ /kisskb/src/fs/xfs/scrub/agheader.c:858:15: note: byref variable will be forcibly initialized 858 | xfs_agino_t first_agino; | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_seek_logrec_hdr': /kisskb/src/fs/xfs/xfs_log_recover.c:857:10: note: byref variable will be forcibly initialized 857 | char *offset = NULL; | ^~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_check_unmount_rec': /kisskb/src/fs/xfs/xfs_log_recover.c:1154:10: note: byref variable will be forcibly initialized 1154 | char *offset; | ^~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_log_recover.c:6: /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_recover_reorder_trans': /kisskb/src/fs/xfs/xfs_log_recover.c:1879:12: note: byref variable will be forcibly initialized 1879 | LIST_HEAD(item_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/xfs/xfs_log_recover.c:1878:12: note: byref variable will be forcibly initialized 1878 | LIST_HEAD(inode_buffer_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/xfs/xfs_log_recover.c:1877:12: note: byref variable will be forcibly initialized 1877 | LIST_HEAD(buffer_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/xfs/xfs_log_recover.c:1876:12: note: byref variable will be forcibly initialized 1876 | LIST_HEAD(cancel_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/xfs/xfs_log_recover.c:1875:12: note: byref variable will be forcibly initialized 1875 | LIST_HEAD(sort_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/xfs/xfs_log_recover.c: In function 'xlog_recover_commit_trans': /kisskb/src/fs/xfs/xfs_log_recover.c:1989:15: note: byref variable will be forcibly initialized 1989 | LIST_HEAD (done_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/xfs/xfs_log_recover.c:1988:15: note: byref variable will be forcibly initialized 1988 | LIST_HEAD (ra_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/xfs/xfs_log_recover.c: In function 'xlog_find_verify_cycle': /kisskb/src/fs/xfs/xfs_log_recover.c:330:9: note: byref variable will be forcibly initialized 330 | char *buf = NULL; | ^~~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_find_verify_log_record': /kisskb/src/fs/xfs/xfs_log_recover.c:409:10: note: byref variable will be forcibly initialized 409 | char *offset = NULL; | ^~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_find_zeroed': /kisskb/src/fs/xfs/xfs_log_recover.c:1406:23: note: byref variable will be forcibly initialized 1406 | xfs_daddr_t new_blk, last_blk, start_blk; | ^~~~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:1406:14: note: byref variable will be forcibly initialized 1406 | xfs_daddr_t new_blk, last_blk, start_blk; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:1404:9: note: byref variable will be forcibly initialized 1404 | char *offset; | ^~~~~~ /kisskb/src/fs/xfs/xfs_trans_buf.c: In function 'xfs_trans_get_buf_map': /kisskb/src/fs/xfs/xfs_trans_buf.c:124:19: note: byref variable will be forcibly initialized 124 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_find_head': /kisskb/src/fs/xfs/xfs_log_recover.c:511:55: note: byref variable will be forcibly initialized 511 | xfs_daddr_t new_blk, first_blk, start_blk, last_blk, head_blk; | ^~~~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:511:23: note: byref variable will be forcibly initialized 511 | xfs_daddr_t new_blk, first_blk, start_blk, last_blk, head_blk; | ^~~~~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:511:14: note: byref variable will be forcibly initialized 511 | xfs_daddr_t new_blk, first_blk, start_blk, last_blk, head_blk; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:510:9: note: byref variable will be forcibly initialized 510 | char *offset; | ^~~~~~ /kisskb/src/fs/xfs/xfs_trans_buf.c: In function 'xfs_trans_read_buf_map': /kisskb/src/fs/xfs/xfs_trans_buf.c:221:19: note: byref variable will be forcibly initialized 221 | struct xfs_buf *bp = NULL; | ^~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_log_recover.c:6: /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_do_recovery_pass': /kisskb/src/fs/xfs/xfs_log_recover.c:2968:14: note: byref variable will be forcibly initialized 2968 | LIST_HEAD (buffer_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/xfs/xfs_log_recover.c:2967:20: note: byref variable will be forcibly initialized 2967 | struct hlist_head rhash[XLOG_RHASH_SIZE]; | ^~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:2960:10: note: byref variable will be forcibly initialized 2960 | char *offset; | ^~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_verify_tail': /kisskb/src/fs/xfs/xfs_log_recover.c:953:15: note: byref variable will be forcibly initialized 953 | xfs_daddr_t tmp_tail; | ^~~~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:952:9: note: byref variable will be forcibly initialized 952 | bool wrapped; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:950:15: note: byref variable will be forcibly initialized 950 | xfs_daddr_t first_bad; | ^~~~~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:948:26: note: byref variable will be forcibly initialized 948 | struct xlog_rec_header *thead; | ^~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_verify_head': /kisskb/src/fs/xfs/xfs_log_recover.c:1042:9: note: byref variable will be forcibly initialized 1042 | bool tmp_wrapped; | ^~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:1039:15: note: byref variable will be forcibly initialized 1039 | xfs_daddr_t tmp_rhead_blk; | ^~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:1038:15: note: byref variable will be forcibly initialized 1038 | xfs_daddr_t first_bad; | ^~~~~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:1036:26: note: byref variable will be forcibly initialized 1036 | struct xlog_rec_header *tmp_rhead; | ^~~~~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_find_tail': /kisskb/src/fs/xfs/xfs_log_recover.c:1258:9: note: byref variable will be forcibly initialized 1258 | bool clean = false; | ^~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:1257:9: note: byref variable will be forcibly initialized 1257 | bool wrapped = false; | ^~~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:1255:15: note: byref variable will be forcibly initialized 1255 | xfs_daddr_t rhead_blk; | ^~~~~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:1252:10: note: byref variable will be forcibly initialized 1252 | char *offset = NULL; | ^~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:1251:21: note: byref variable will be forcibly initialized 1251 | xlog_rec_header_t *rhead; | ^~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_recover_check_summary': /kisskb/src/fs/xfs/xfs_log_recover.c:3525:18: note: byref variable will be forcibly initialized 3525 | xfs_agnumber_t agno; | ^~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:3524:19: note: byref variable will be forcibly initialized 3524 | struct xfs_buf *agibp; | ^~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:3523:19: note: byref variable will be forcibly initialized 3523 | struct xfs_buf *agfbp; | ^~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_finish_defer_ops': /kisskb/src/fs/xfs/xfs_log_recover.c:2473:30: note: byref variable will be forcibly initialized 2473 | struct xfs_defer_resources dres; | ^~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:2472:24: note: byref variable will be forcibly initialized 2472 | struct xfs_trans_res resv; | ^~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:2468:20: note: byref variable will be forcibly initialized 2468 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_recover_process_intents': /kisskb/src/fs/xfs/xfs_log_recover.c:2543:24: note: byref variable will be forcibly initialized 2543 | struct xfs_ail_cursor cur; | ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_log_recover.c:6: /kisskb/src/fs/xfs/xfs_log_recover.c:2542:12: note: byref variable will be forcibly initialized 2542 | LIST_HEAD(capture_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/xfs/xfs_log_recover.c: In function 'xlog_recover_clear_agi_bucket': /kisskb/src/fs/xfs/xfs_log_recover.c:2659:18: note: byref variable will be forcibly initialized 2659 | struct xfs_buf *agibp; | ^~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:2657:15: note: byref variable will be forcibly initialized 2657 | xfs_trans_t *tp; | ^~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_recover_process_one_iunlink': /kisskb/src/fs/xfs/xfs_log_recover.c:2699:21: note: byref variable will be forcibly initialized 2699 | struct xfs_inode *ip; | ^~ /kisskb/src/fs/xfs/xfs_log_recover.c:2697:20: note: byref variable will be forcibly initialized 2697 | struct xfs_buf *ibp; | ^~~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_recover_process_iunlinks': /kisskb/src/fs/xfs/xfs_log_recover.c:2773:19: note: byref variable will be forcibly initialized 2773 | struct xfs_buf *agibp; | ^~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:2771:18: note: byref variable will be forcibly initialized 2771 | xfs_agnumber_t agno; | ^~~~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_recover_release_intent': /kisskb/src/fs/xfs/xfs_log_recover.c:1737:24: note: byref variable will be forcibly initialized 1737 | struct xfs_ail_cursor cur; | ^~~ /kisskb/src/fs/xfs/xfs_log_recover.c: In function 'xlog_recover': /kisskb/src/fs/xfs/xfs_log_recover.c:3372:24: note: byref variable will be forcibly initialized 3372 | xfs_daddr_t head_blk, tail_blk; | ^~~~~~~~ /kisskb/src/fs/xfs/xfs_log_recover.c:3372:14: note: byref variable will be forcibly initialized 3372 | xfs_daddr_t head_blk, tail_blk; | ^~~~~~~~ /kisskb/src/fs/xfs/scrub/alloc.c: In function 'xchk_allocbt_xref_other': /kisskb/src/fs/xfs/scrub/alloc.c:45:8: note: byref variable will be forcibly initialized 45 | int error; | ^~~~~ /kisskb/src/fs/xfs/scrub/alloc.c:44:8: note: byref variable will be forcibly initialized 44 | int has_otherrec; | ^~~~~~~~~~~~ /kisskb/src/fs/xfs/scrub/alloc.c:43:16: note: byref variable will be forcibly initialized 43 | xfs_extlen_t flen; | ^~~~ /kisskb/src/fs/xfs/scrub/alloc.c:42:17: note: byref variable will be forcibly initialized 42 | xfs_agblock_t fbno; | ^~~~ /kisskb/src/fs/xfs/scrub/alloc.c: In function 'xchk_xref_is_used_space': /kisskb/src/fs/xfs/scrub/alloc.c:148:8: note: byref variable will be forcibly initialized 148 | int error; | ^~~~~ /kisskb/src/fs/xfs/scrub/alloc.c:147:9: note: byref variable will be forcibly initialized 147 | bool is_freesp; | ^~~~~~~~~ /kisskb/src/fs/xfs/scrub/attr.c: In function 'xchk_xattr_listent': /kisskb/src/fs/xfs/scrub/attr.c:115:9: note: byref variable will be forcibly initialized 115 | int error = 0; | ^~~~~ /kisskb/src/fs/xfs/scrub/attr.c: In function 'xchk_xattr_block': /kisskb/src/fs/xfs/scrub/attr.c:318:17: note: byref variable will be forcibly initialized 318 | unsigned int usedbytes = 0; | ^~~~~~~~~ /kisskb/src/fs/xfs/scrub/attr.c:317:11: note: byref variable will be forcibly initialized 317 | __u32 last_hashval = 0; | ^~~~~~~~~~~~ /kisskb/src/fs/xfs/scrub/attr.c:306:30: note: byref variable will be forcibly initialized 306 | struct xfs_attr3_icleaf_hdr leafhdr; | ^~~~~~~ /kisskb/src/fs/xfs/scrub/attr.c: In function 'xchk_xattr': /kisskb/src/fs/xfs/scrub/attr.c:479:9: note: byref variable will be forcibly initialized 479 | int error = 0; | ^~~~~ /kisskb/src/fs/xfs/scrub/attr.c:478:16: note: byref variable will be forcibly initialized 478 | xfs_dablk_t last_checked = -1U; | ^~~~~~~~~~~~ /kisskb/src/fs/xfs/scrub/attr.c:477:21: note: byref variable will be forcibly initialized 477 | struct xchk_xattr sx; | ^~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/fs/xfs/scrub/trace.h:920, from /kisskb/src/fs/xfs/scrub/trace.c:40: /kisskb/src/fs/xfs/scrub/trace.c: In function 'trace_event_raw_event_xchk_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./scrub/trace.h:96:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 96 | DECLARE_EVENT_CLASS(xchk_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/atm/addr.c: In function 'notify_sigd': /kisskb/src/net/atm/addr.c:42:25: note: byref variable will be forcibly initialized 42 | struct sockaddr_atmpvc pvc; | ^~~ /kisskb/src/fs/xfs/scrub/trace.c: In function 'trace_event_raw_event_xchk_op_error': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./scrub/trace.h:142:1: note: in expansion of macro 'TRACE_EVENT' 142 | TRACE_EVENT(xchk_op_error, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/scrub/trace.c: In function 'trace_event_raw_event_xchk_file_op_error': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./scrub/trace.h:171:1: note: in expansion of macro 'TRACE_EVENT' 171 | TRACE_EVENT(xchk_file_op_error, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/scrub/trace.c: In function 'trace_event_raw_event_xchk_block_error_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./scrub/trace.h:203:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 203 | DECLARE_EVENT_CLASS(xchk_block_error_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/scrub/trace.c: In function 'trace_event_raw_event_xchk_ino_error_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./scrub/trace.h:238:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 238 | DECLARE_EVENT_CLASS(xchk_ino_error_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/scrub/trace.c: In function 'trace_event_raw_event_xchk_fblock_error_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./scrub/trace.h:270:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 270 | DECLARE_EVENT_CLASS(xchk_fblock_error_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/scrub/trace.c: In function 'trace_event_raw_event_xchk_incomplete': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./scrub/trace.h:308:1: note: in expansion of macro 'TRACE_EVENT' 308 | TRACE_EVENT(xchk_incomplete, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/scrub/trace.c: In function 'trace_event_raw_event_xchk_btree_op_error': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./scrub/trace.h:327:1: note: in expansion of macro 'TRACE_EVENT' 327 | TRACE_EVENT(xchk_btree_op_error, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/scrub/trace.c: In function 'trace_event_raw_event_xchk_ifork_btree_op_error': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./scrub/trace.h:367:1: note: in expansion of macro 'TRACE_EVENT' 367 | TRACE_EVENT(xchk_ifork_btree_op_error, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/scrub/trace.c: In function 'trace_event_raw_event_xchk_btree_error': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./scrub/trace.h:412:1: note: in expansion of macro 'TRACE_EVENT' 412 | TRACE_EVENT(xchk_btree_error, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/scrub/trace.c: In function 'trace_event_raw_event_xchk_ifork_btree_error': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./scrub/trace.h:448:1: note: in expansion of macro 'TRACE_EVENT' 448 | TRACE_EVENT(xchk_ifork_btree_error, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/scrub/trace.c: In function 'trace_event_raw_event_xchk_sbtree_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./scrub/trace.h:490:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 490 | DECLARE_EVENT_CLASS(xchk_sbtree_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/scrub/trace.c: In function 'trace_event_raw_event_xchk_xref_error': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./scrub/trace.h:535:1: note: in expansion of macro 'TRACE_EVENT' 535 | TRACE_EVENT(xchk_xref_error, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/scrub/trace.c: In function 'trace_event_raw_event_xchk_iallocbt_check_cluster': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./scrub/trace.h:557:1: note: in expansion of macro 'TRACE_EVENT' 557 | TRACE_EVENT(xchk_iallocbt_check_cluster, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/scrub/trace.c: In function 'trace_event_raw_event_xchk_fscounters_calc': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./scrub/trace.h:602:1: note: in expansion of macro 'TRACE_EVENT' 602 | TRACE_EVENT(xchk_fscounters_calc, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/scrub/trace.c: In function 'trace_event_raw_event_xchk_fscounters_within_range': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./scrub/trace.h:637:1: note: in expansion of macro 'TRACE_EVENT' 637 | TRACE_EVENT(xchk_fscounters_within_range, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/scrub/trace.c: In function 'trace_event_raw_event_xrep_extent_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./scrub/trace.h:663:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 663 | DECLARE_EVENT_CLASS(xrep_extent_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/scrub/trace.c: In function 'trace_event_raw_event_xrep_rmap_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/fs/xfs/./scrub/trace.h:693:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 693 | DECLARE_EVENT_CLASS(xrep_rmap_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/scrub/trace.c: In function 'trace_event_raw_event_xrep_refcount_extent_fn': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./scrub/trace.h:736:1: note: in expansion of macro 'TRACE_EVENT' 736 | TRACE_EVENT(xrep_refcount_extent_fn, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/scrub/trace.c: In function 'trace_event_raw_event_xrep_init_btblock': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./scrub/trace.h:762:1: note: in expansion of macro 'TRACE_EVENT' 762 | TRACE_EVENT(xrep_init_btblock, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/scrub/trace.c: In function 'trace_event_raw_event_xrep_findroot_block': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./scrub/trace.h:784:1: note: in expansion of macro 'TRACE_EVENT' 784 | TRACE_EVENT(xrep_findroot_block, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/scrub/trace.c: In function 'trace_event_raw_event_xrep_calc_ag_resblks': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./scrub/trace.h:809:1: note: in expansion of macro 'TRACE_EVENT' 809 | TRACE_EVENT(xrep_calc_ag_resblks, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/scrub/trace.c: In function 'trace_event_raw_event_xrep_calc_ag_resblks_btsize': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./scrub/trace.h:838:1: note: in expansion of macro 'TRACE_EVENT' 838 | TRACE_EVENT(xrep_calc_ag_resblks_btsize, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/scrub/trace.c: In function 'trace_event_raw_event_xrep_reset_counters': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./scrub/trace.h:867:1: note: in expansion of macro 'TRACE_EVENT' 867 | TRACE_EVENT(xrep_reset_counters, | ^~~~~~~~~~~ /kisskb/src/fs/xfs/scrub/trace.c: In function 'trace_event_raw_event_xrep_ialloc_insert': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/xfs/./scrub/trace.h:880:1: note: in expansion of macro 'TRACE_EVENT' 880 | TRACE_EVENT(xrep_ialloc_insert, | ^~~~~~~~~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_dquot.c:6: /kisskb/src/fs/xfs/xfs_dquot.c: In function 'xfs_trans_read_buf': /kisskb/src/fs/xfs/xfs_trans.h:203:24: note: byref variable will be forcibly initialized 203 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/xfs_dquot.c: In function 'xfs_dquot_disk_read': /kisskb/src/fs/xfs/xfs_dquot.c:401:8: note: byref variable will be forcibly initialized 401 | int nmaps = 1; | ^~~~~ /kisskb/src/fs/xfs/xfs_dquot.c:397:19: note: byref variable will be forcibly initialized 397 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/xfs_dquot.c:396:23: note: byref variable will be forcibly initialized 396 | struct xfs_bmbt_irec map; | ^~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_dquot.c:6: /kisskb/src/fs/xfs/xfs_dquot.c: In function 'xfs_trans_get_buf': /kisskb/src/fs/xfs/xfs_trans.h:180:24: note: byref variable will be forcibly initialized 180 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/xfs_dquot.c: In function 'xfs_dquot_disk_alloc': /kisskb/src/fs/xfs/xfs_dquot.c:302:8: note: byref variable will be forcibly initialized 302 | int nmaps = 1; | ^~~~~ /kisskb/src/fs/xfs/xfs_dquot.c:299:19: note: byref variable will be forcibly initialized 299 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/xfs_dquot.c:296:23: note: byref variable will be forcibly initialized 296 | struct xfs_bmbt_irec map; | ^~~ /kisskb/src/fs/xfs/xfs_dquot.c: In function 'xfs_qm_dqread_alloc': /kisskb/src/fs/xfs/xfs_dquot.c:639:20: note: byref variable will be forcibly initialized 639 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_dquot.c: In function 'xfs_dq_get_next_id': /kisskb/src/fs/xfs/xfs_dquot.c:733:25: note: byref variable will be forcibly initialized 733 | struct xfs_iext_cursor cur; | ^~~ /kisskb/src/fs/xfs/xfs_dquot.c:732:23: note: byref variable will be forcibly initialized 732 | struct xfs_bmbt_irec got; | ^~~ /kisskb/src/fs/xfs/xfs_dquot.c: In function 'xfs_qm_dqread': /kisskb/src/fs/xfs/xfs_dquot.c:683:19: note: byref variable will be forcibly initialized 683 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/xfs_dquot.c: In function 'xfs_qm_dqget': /kisskb/src/fs/xfs/xfs_dquot.c:883:20: note: byref variable will be forcibly initialized 883 | struct xfs_dquot *dqp; | ^~~ /kisskb/src/fs/xfs/xfs_dquot.c: In function 'xfs_qm_dqget_inode': /kisskb/src/fs/xfs/xfs_dquot.c:972:20: note: byref variable will be forcibly initialized 972 | struct xfs_dquot *dqp; | ^~~ /kisskb/src/fs/xfs/xfs_dquot.c: In function 'xfs_qm_dqget_next': /kisskb/src/fs/xfs/xfs_dquot.c:1054:20: note: byref variable will be forcibly initialized 1054 | struct xfs_dquot *dqp; | ^~~ /kisskb/src/fs/xfs/xfs_dquot.c: In function 'xfs_qm_dqflush': /kisskb/src/fs/xfs/xfs_dquot.c:1246:19: note: byref variable will be forcibly initialized 1246 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/xfs_dquot.c: In function 'xfs_qm_dqiterate': /kisskb/src/fs/xfs/xfs_dquot.c:1405:20: note: byref variable will be forcibly initialized 1405 | struct xfs_dquot *dq; | ^~ /kisskb/src/fs/xfs/xfs_trans_dquot.c: In function 'xfs_trans_dqresv': /kisskb/src/fs/xfs/xfs_trans_dquot.c:648:9: note: byref variable will be forcibly initialized 648 | bool fatal; | ^~~~~ /kisskb/src/fs/xfs/scrub/bmap.c: In function 'xchk_bmap_btree': /kisskb/src/fs/xfs/scrub/bmap.c:449:8: note: byref variable will be forcibly initialized 449 | int error; | ^~~~~ /kisskb/src/fs/xfs/scrub/bmap.c:444:24: note: byref variable will be forcibly initialized 444 | struct xfs_owner_info oinfo; | ^~~~~ /kisskb/src/fs/xfs/scrub/bmap.c: In function 'xchk_bmapbt_rec': /kisskb/src/fs/xfs/scrub/bmap.c:394:19: note: byref variable will be forcibly initialized 394 | struct xfs_buf *bp = NULL; | ^~ /kisskb/src/fs/xfs/scrub/bmap.c:391:25: note: byref variable will be forcibly initialized 391 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/scrub/bmap.c:390:23: note: byref variable will be forcibly initialized 390 | struct xfs_bmbt_irec iext_irec; | ^~~~~~~~~ /kisskb/src/fs/xfs/scrub/bmap.c:389:23: note: byref variable will be forcibly initialized 389 | struct xfs_bmbt_irec irec; | ^~~~ /kisskb/src/fs/xfs/scrub/bmap.c: In function 'xchk_bmap_check_rmap': /kisskb/src/fs/xfs/scrub/bmap.c:480:24: note: byref variable will be forcibly initialized 480 | struct xfs_bmbt_irec irec; | ^~~~ /kisskb/src/fs/xfs/scrub/bmap.c: In function 'xchk_bmap_get_rmap': /kisskb/src/fs/xfs/scrub/bmap.c:112:8: note: byref variable will be forcibly initialized 112 | int error; | ^~~~~ /kisskb/src/fs/xfs/scrub/bmap.c:111:8: note: byref variable will be forcibly initialized 111 | int has_rmap; | ^~~~~~~~ /kisskb/src/fs/xfs/scrub/bmap.c: In function 'xchk_bmap_xref_rmap': /kisskb/src/fs/xfs/scrub/bmap.c:172:23: note: byref variable will be forcibly initialized 172 | struct xfs_rmap_irec rmap; | ^~~~ /kisskb/src/fs/xfs/scrub/bmap.c: In function 'xchk_bmap_iextent_xref': /kisskb/src/fs/xfs/scrub/bmap.c:257:8: note: byref variable will be forcibly initialized 257 | int error; | ^~~~~ /kisskb/src/fs/xfs/scrub/bmap.c: In function 'xchk_bmap_check_ag_rmaps': /kisskb/src/fs/xfs/scrub/bmap.c:556:20: note: byref variable will be forcibly initialized 556 | struct xfs_buf *agf; | ^~~ /kisskb/src/fs/xfs/scrub/bmap.c:554:35: note: byref variable will be forcibly initialized 554 | struct xchk_bmap_check_rmap_info sbcri; | ^~~~~ /kisskb/src/fs/xfs/scrub/bmap.c: In function 'xchk_bmap_check_rmaps': /kisskb/src/fs/xfs/scrub/bmap.c:584:18: note: byref variable will be forcibly initialized 584 | xfs_agnumber_t agno; | ^~~~ /kisskb/src/fs/xfs/scrub/bmap.c: In function 'xchk_bmap': /kisskb/src/fs/xfs/scrub/bmap.c:646:8: note: byref variable will be forcibly initialized 646 | int error = 0; | ^~~~~ /kisskb/src/fs/xfs/scrub/bmap.c:645:25: note: byref variable will be forcibly initialized 645 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/scrub/bmap.c:644:17: note: byref variable will be forcibly initialized 644 | xfs_fileoff_t endoff; | ^~~~~~ /kisskb/src/fs/xfs/scrub/bmap.c:639:23: note: byref variable will be forcibly initialized 639 | struct xfs_bmbt_irec irec; | ^~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/scrub/btree.c:6: /kisskb/src/fs/xfs/scrub/btree.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/fs/xfs/scrub/btree.c: In function 'xchk_btree_check_block_owner': /kisskb/src/fs/xfs/scrub/btree.c:366:8: note: byref variable will be forcibly initialized 366 | int error = 0; | ^~~~~ /kisskb/src/fs/xfs/scrub/btree.c: In function 'xchk_btree_rec': /kisskb/src/fs/xfs/scrub/btree.c:136:19: note: byref variable will be forcibly initialized 136 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/scrub/btree.c:132:22: note: byref variable will be forcibly initialized 132 | union xfs_btree_key hkey; | ^~~~ /kisskb/src/fs/xfs/scrub/btree.c:131:22: note: byref variable will be forcibly initialized 131 | union xfs_btree_key key; | ^~~ /kisskb/src/fs/xfs/scrub/btree.c: In function 'xchk_btree_block_keys': /kisskb/src/fs/xfs/scrub/btree.c:589:19: note: byref variable will be forcibly initialized 589 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/scrub/btree.c:583:22: note: byref variable will be forcibly initialized 583 | union xfs_btree_key block_keys; | ^~~~~~~~~~ /kisskb/src/fs/xfs/scrub/btree.c: In function 'xchk_btree_key': /kisskb/src/fs/xfs/scrub/btree.c:183:19: note: byref variable will be forcibly initialized 183 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/scrub/btree.c: In function 'xchk_btree_check_minrecs': /kisskb/src/fs/xfs/scrub/btree.c:499:20: note: byref variable will be forcibly initialized 499 | struct xfs_buf *root_bp; | ^~~~~~~ /kisskb/src/fs/xfs/scrub/btree.c: In function 'xchk_btree_block_check_sibling': /kisskb/src/fs/xfs/scrub/btree.c:258:8: note: byref variable will be forcibly initialized 258 | int error; | ^~~~~ /kisskb/src/fs/xfs/scrub/btree.c:257:8: note: byref variable will be forcibly initialized 257 | int success; | ^~~~~~~ /kisskb/src/fs/xfs/scrub/btree.c:255:24: note: byref variable will be forcibly initialized 255 | struct xfs_btree_cur *ncur = NULL; | ^~~~ /kisskb/src/fs/xfs/scrub/btree.c:254:19: note: byref variable will be forcibly initialized 254 | struct xfs_buf *pbp; | ^~~ /kisskb/src/fs/xfs/scrub/btree.c: In function 'xchk_btree_block_check_siblings': /kisskb/src/fs/xfs/scrub/btree.c:315:22: note: byref variable will be forcibly initialized 315 | union xfs_btree_ptr rightsib; | ^~~~~~~~ /kisskb/src/fs/xfs/scrub/btree.c:314:22: note: byref variable will be forcibly initialized 314 | union xfs_btree_ptr leftsib; | ^~~~~~~ /kisskb/src/fs/xfs/scrub/btree.c: In function 'xchk_btree_get_block': /kisskb/src/fs/xfs/scrub/btree.c:532:8: note: byref variable will be forcibly initialized 532 | int error; | ^~~~~ /kisskb/src/fs/xfs/scrub/btree.c: In function 'xchk_btree': /kisskb/src/fs/xfs/scrub/btree.c:640:9: note: byref variable will be forcibly initialized 640 | int error = 0; | ^~~~~ /kisskb/src/fs/xfs/scrub/btree.c:635:20: note: byref variable will be forcibly initialized 635 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/scrub/btree.c:634:27: note: byref variable will be forcibly initialized 634 | struct xfs_btree_block *block; | ^~~~~ /kisskb/src/fs/xfs/scrub/btree.c:630:23: note: byref variable will be forcibly initialized 630 | union xfs_btree_ptr ptr; | ^~~ /kisskb/src/fs/xfs/scrub/dabtree.c: In function 'xchk_da_btree_node_entry': /kisskb/src/fs/xfs/scrub/dabtree.c:86:28: note: byref variable will be forcibly initialized 86 | struct xfs_da3_icnode_hdr hdr; | ^~~ /kisskb/src/fs/xfs/scrub/dabtree.c: In function 'xchk_da_btree_block_check_sibling': /kisskb/src/fs/xfs/scrub/dabtree.c:226:8: note: byref variable will be forcibly initialized 226 | int error; | ^~~~~ /kisskb/src/fs/xfs/scrub/dabtree.c:224:8: note: byref variable will be forcibly initialized 224 | int retval; | ^~~~~~ /kisskb/src/fs/xfs/scrub/dabtree.c: In function 'xchk_da_btree_block': /kisskb/src/fs/xfs/scrub/dabtree.c:325:9: note: byref variable will be forcibly initialized 325 | int error = 0; | ^~~~~ /kisskb/src/fs/xfs/scrub/dabtree.c:324:28: note: byref variable will be forcibly initialized 324 | struct xfs_da3_icnode_hdr nodehdr; | ^~~~~~~ /kisskb/src/fs/xfs/scrub/dabtree.c: In function 'xchk_da_btree': /kisskb/src/fs/xfs/scrub/dabtree.c:482:9: note: byref variable will be forcibly initialized 482 | int error; | ^~~~~ /kisskb/src/fs/xfs/scrub/common.c: In function 'xchk_count_rmap_ownedby_ag': /kisskb/src/fs/xfs/scrub/common.c:357:32: note: byref variable will be forcibly initialized 357 | struct xchk_rmap_ownedby_info sroi = { | ^~~~ /kisskb/src/fs/xfs/scrub/common.c: In function 'xchk_get_inode': /kisskb/src/fs/xfs/scrub/common.c:646:20: note: byref variable will be forcibly initialized 646 | struct xfs_inode *ip = NULL; | ^~ /kisskb/src/fs/xfs/scrub/common.c:643:19: note: byref variable will be forcibly initialized 643 | struct xfs_imap imap; | ^~~~ /kisskb/src/fs/xfs/scrub/common.c: In function 'xchk_metadata_inode_forks': /kisskb/src/fs/xfs/scrub/common.c:800:8: note: byref variable will be forcibly initialized 800 | int error; | ^~~~~ /kisskb/src/fs/xfs/scrub/common.c:799:9: note: byref variable will be forcibly initialized 799 | bool shared; | ^~~~~~ /kisskb/src/fs/xfs/scrub/dir.c: In function 'xchk_dir_rec': /kisskb/src/fs/xfs/scrub/dir.c:222:9: note: byref variable will be forcibly initialized 222 | int error; | ^~~~~ /kisskb/src/fs/xfs/scrub/dir.c:220:29: note: byref variable will be forcibly initialized 220 | struct xfs_dir3_icleaf_hdr hdr; | ^~~ /kisskb/src/fs/xfs/scrub/dir.c:209:20: note: byref variable will be forcibly initialized 209 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/scrub/dir.c: In function 'xchk_dir_check_ftype': /kisskb/src/fs/xfs/scrub/dir.c:52:8: note: byref variable will be forcibly initialized 52 | int error = 0; | ^~~~~ /kisskb/src/fs/xfs/scrub/dir.c:50:20: note: byref variable will be forcibly initialized 50 | struct xfs_inode *ip; | ^~ /kisskb/src/fs/xfs/scrub/dir.c: In function 'xchk_dir_actor': /kisskb/src/fs/xfs/scrub/dir.c:118:8: note: byref variable will be forcibly initialized 118 | int error = 0; | ^~~~~ /kisskb/src/fs/xfs/scrub/dir.c:115:13: note: byref variable will be forcibly initialized 115 | xfs_ino_t lookup_ino; | ^~~~~~~~~~ /kisskb/src/fs/xfs/scrub/dir.c:114:19: note: byref variable will be forcibly initialized 114 | struct xfs_name xname; | ^~~~~ /kisskb/src/fs/xfs/scrub/dir.c: In function 'xchk_directory_data_bestfree': /kisskb/src/fs/xfs/scrub/dir.c:358:9: note: byref variable will be forcibly initialized 358 | int error; | ^~~~~ /kisskb/src/fs/xfs/scrub/dir.c:348:20: note: byref variable will be forcibly initialized 348 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/scrub/dir.c: In function 'xchk_directory_leaf1_bestfree': /kisskb/src/fs/xfs/scrub/dir.c:515:9: note: byref variable will be forcibly initialized 515 | int error; | ^~~~~ /kisskb/src/fs/xfs/scrub/dir.c:506:20: note: byref variable will be forcibly initialized 506 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/scrub/dir.c:505:20: note: byref variable will be forcibly initialized 505 | struct xfs_buf *dbp; | ^~~ /kisskb/src/fs/xfs/scrub/dir.c:502:29: note: byref variable will be forcibly initialized 502 | struct xfs_dir3_icleaf_hdr leafhdr; | ^~~~~~~ In file included from /kisskb/src/fs/xfs/scrub/health.c:12: /kisskb/src/fs/xfs/scrub/health.c: In function 'xfs_ag_has_sickness': /kisskb/src/fs/xfs/libxfs/xfs_health.h:147:21: note: byref variable will be forcibly initialized 147 | unsigned int sick, checked; | ^~~~~~~ /kisskb/src/fs/xfs/libxfs/xfs_health.h:147:15: note: byref variable will be forcibly initialized 147 | unsigned int sick, checked; | ^~~~ /kisskb/src/fs/xfs/scrub/dir.c: In function 'xchk_directory_free_bestfree': /kisskb/src/fs/xfs/scrub/dir.c:618:9: note: byref variable will be forcibly initialized 618 | int error; | ^~~~~ /kisskb/src/fs/xfs/scrub/dir.c:614:20: note: byref variable will be forcibly initialized 614 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/scrub/dir.c:613:20: note: byref variable will be forcibly initialized 613 | struct xfs_buf *dbp; | ^~~ /kisskb/src/fs/xfs/scrub/dir.c:612:29: note: byref variable will be forcibly initialized 612 | struct xfs_dir3_icfree_hdr freehdr; | ^~~~~~~ /kisskb/src/fs/xfs/scrub/dir.c: In function 'xchk_directory_blocks': /kisskb/src/fs/xfs/scrub/dir.c:674:8: note: byref variable will be forcibly initialized 674 | int error; | ^~~~~ /kisskb/src/fs/xfs/scrub/dir.c:673:8: note: byref variable will be forcibly initialized 673 | int is_block = 0; | ^~~~~~~~ /kisskb/src/fs/xfs/scrub/dir.c:670:25: note: byref variable will be forcibly initialized 670 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/scrub/dir.c:664:21: note: byref variable will be forcibly initialized 664 | struct xfs_da_args args; | ^~~~ /kisskb/src/fs/xfs/scrub/dir.c:663:23: note: byref variable will be forcibly initialized 663 | struct xfs_bmbt_irec got; | ^~~ /kisskb/src/fs/xfs/scrub/dir.c: In function 'xchk_directory': /kisskb/src/fs/xfs/scrub/dir.c:804:8: note: byref variable will be forcibly initialized 804 | int error = 0; | ^~~~~ /kisskb/src/fs/xfs/scrub/dir.c:797:22: note: byref variable will be forcibly initialized 797 | struct xchk_dir_ctx sdc = { | ^~~ /kisskb/src/fs/xfs/scrub/fscounters.c: In function 'xchk_fscount_warmup': /kisskb/src/fs/xfs/scrub/fscounters.c:72:8: note: byref variable will be forcibly initialized 72 | int error = 0; | ^~~~~ /kisskb/src/fs/xfs/scrub/fscounters.c:71:18: note: byref variable will be forcibly initialized 71 | xfs_agnumber_t agno; | ^~~~ /kisskb/src/fs/xfs/scrub/fscounters.c:69:19: note: byref variable will be forcibly initialized 69 | struct xfs_buf *agf_bp = NULL; | ^~~~~~ /kisskb/src/fs/xfs/scrub/fscounters.c:68:19: note: byref variable will be forcibly initialized 68 | struct xfs_buf *agi_bp = NULL; | ^~~~~~ /kisskb/src/fs/xfs/scrub/fscounters.c: In function 'xchk_fscount_btreeblks': /kisskb/src/fs/xfs/scrub/fscounters.c:148:16: note: byref variable will be forcibly initialized 148 | xfs_extlen_t blocks; | ^~~~~~ /kisskb/src/fs/xfs/scrub/fscounters.c: In function 'xchk_fscount_aggregate_agcounts': /kisskb/src/fs/xfs/scrub/fscounters.c:186:8: note: byref variable will be forcibly initialized 186 | int error = 0; | ^~~~~ /kisskb/src/fs/xfs/scrub/fscounters.c:184:18: note: byref variable will be forcibly initialized 184 | xfs_agnumber_t agno; | ^~~~ /kisskb/src/fs/xfs/scrub/fscounters.c: In function 'xchk_fscounters': /kisskb/src/fs/xfs/scrub/fscounters.c:337:8: note: byref variable will be forcibly initialized 337 | int error; | ^~~~~ /kisskb/src/drivers/char/tpm/tpm-dev-common.c: In function 'tpm_dev_transmit': /kisskb/src/drivers/char/tpm/tpm-dev-common.c:28:15: note: byref variable will be forcibly initialized 28 | ssize_t ret, len; | ^~~ /kisskb/src/fs/xfs/scrub/inode.c: In function 'xchk_inode_check_reflink_iflag': /kisskb/src/fs/xfs/scrub/inode.c:561:8: note: byref variable will be forcibly initialized 561 | int error; | ^~~~~ /kisskb/src/fs/xfs/scrub/inode.c:560:9: note: byref variable will be forcibly initialized 560 | bool has_shared; | ^~~~~~~~~~ /kisskb/src/fs/xfs/scrub/inode.c: In function 'xchk_inode_xref_finobt': /kisskb/src/fs/xfs/scrub/inode.c:449:9: note: byref variable will be forcibly initialized 449 | int error; | ^~~~~ /kisskb/src/fs/xfs/scrub/inode.c:448:9: note: byref variable will be forcibly initialized 448 | int has_record; | ^~~~~~~~~~ /kisskb/src/fs/xfs/scrub/inode.c:446:30: note: byref variable will be forcibly initialized 446 | struct xfs_inobt_rec_incore rec; | ^~~ /kisskb/src/fs/xfs/scrub/inode.c: In function 'xchk_inode_xref_bmap': /kisskb/src/fs/xfs/scrub/inode.c:492:8: note: byref variable will be forcibly initialized 492 | int error; | ^~~~~ /kisskb/src/fs/xfs/scrub/inode.c:491:17: note: byref variable will be forcibly initialized 491 | xfs_filblks_t acount; | ^~~~~~ /kisskb/src/fs/xfs/scrub/inode.c:490:17: note: byref variable will be forcibly initialized 490 | xfs_filblks_t count; | ^~~~~ /kisskb/src/fs/xfs/scrub/inode.c:489:16: note: byref variable will be forcibly initialized 489 | xfs_extnum_t nextents; | ^~~~~~~~ /kisskb/src/fs/xfs/scrub/inode.c: In function 'xchk_inode_xref': /kisskb/src/fs/xfs/scrub/inode.c:526:8: note: byref variable will be forcibly initialized 526 | int error; | ^~~~~ /kisskb/src/fs/xfs/scrub/inode.c: In function 'xchk_inode': /kisskb/src/fs/xfs/scrub/inode.c:582:20: note: byref variable will be forcibly initialized 582 | struct xfs_dinode di; | ^~ /kisskb/src/fs/xfs/scrub/ialloc.c: In function 'xchk_iallocbt_chunk_xref_other': /kisskb/src/fs/xfs/scrub/ialloc.c:64:9: note: byref variable will be forcibly initialized 64 | int error; | ^~~~~ /kisskb/src/fs/xfs/scrub/ialloc.c:63:10: note: byref variable will be forcibly initialized 63 | bool has_irec; | ^~~~~~~~ /kisskb/src/fs/xfs/scrub/ialloc.c: In function 'xchk_iallocbt_check_cluster_ifree': /kisskb/src/fs/xfs/scrub/ialloc.c:157:9: note: byref variable will be forcibly initialized 157 | int error = 0; | ^~~~~ /kisskb/src/fs/xfs/scrub/ialloc.c:155:10: note: byref variable will be forcibly initialized 155 | bool ino_inuse; | ^~~~~~~~~ /kisskb/src/fs/xfs/scrub/ialloc.c: In function 'xchk_iallocbt_check_cluster': /kisskb/src/fs/xfs/scrub/ialloc.c:222:9: note: byref variable will be forcibly initialized 222 | int error = 0; | ^~~~~ /kisskb/src/fs/xfs/scrub/ialloc.c:215:20: note: byref variable will be forcibly initialized 215 | struct xfs_buf *cluster_bp; | ^~~~~~~~~~ /kisskb/src/fs/xfs/scrub/ialloc.c:213:20: note: byref variable will be forcibly initialized 213 | struct xfs_imap imap; | ^~~~ /kisskb/src/fs/xfs/scrub/ialloc.c: In function 'xchk_iallocbt_rec': /kisskb/src/fs/xfs/scrub/ialloc.c:425:30: note: byref variable will be forcibly initialized 425 | struct xfs_inobt_rec_incore irec; | ^~~~ /kisskb/src/fs/xfs/scrub/ialloc.c: In function 'xchk_iallocbt_xref_rmap_btreeblks': /kisskb/src/fs/xfs/scrub/ialloc.c:517:8: note: byref variable will be forcibly initialized 517 | int error; | ^~~~~ /kisskb/src/fs/xfs/scrub/ialloc.c:516:16: note: byref variable will be forcibly initialized 516 | xfs_extlen_t finobt_blocks = 0; | ^~~~~~~~~~~~~ /kisskb/src/fs/xfs/scrub/ialloc.c:515:16: note: byref variable will be forcibly initialized 515 | xfs_extlen_t inobt_blocks = 0; | ^~~~~~~~~~~~ /kisskb/src/fs/xfs/scrub/ialloc.c:514:17: note: byref variable will be forcibly initialized 514 | xfs_filblks_t blocks; | ^~~~~~ /kisskb/src/fs/xfs/scrub/ialloc.c: In function 'xchk_iallocbt_xref_rmap_inodes': /kisskb/src/fs/xfs/scrub/ialloc.c:555:8: note: byref variable will be forcibly initialized 555 | int error; | ^~~~~ /kisskb/src/fs/xfs/scrub/ialloc.c:553:17: note: byref variable will be forcibly initialized 553 | xfs_filblks_t blocks; | ^~~~~~ /kisskb/src/fs/xfs/scrub/ialloc.c: In function 'xchk_iallocbt': /kisskb/src/fs/xfs/scrub/ialloc.c:577:23: note: byref variable will be forcibly initialized 577 | struct xchk_iallocbt iabt = { | ^~~~ /kisskb/src/fs/xfs/scrub/ialloc.c: In function 'xchk_xref_inode_check': /kisskb/src/fs/xfs/scrub/ialloc.c:629:8: note: byref variable will be forcibly initialized 629 | int error; | ^~~~~ /kisskb/src/fs/xfs/scrub/ialloc.c:628:9: note: byref variable will be forcibly initialized 628 | bool has_inodes; | ^~~~~~~~~~ /kisskb/src/fs/xfs/scrub/parent.c: In function 'xchk_parent_validate': /kisskb/src/fs/xfs/scrub/parent.c:138:8: note: byref variable will be forcibly initialized 138 | int error = 0; | ^~~~~ /kisskb/src/fs/xfs/scrub/parent.c:137:15: note: byref variable will be forcibly initialized 137 | xfs_nlink_t nlink; | ^~~~~ /kisskb/src/fs/xfs/scrub/parent.c:135:20: note: byref variable will be forcibly initialized 135 | struct xfs_inode *dp = NULL; | ^~ /kisskb/src/fs/xfs/scrub/parent.c: In function 'xchk_parent_actor': /kisskb/src/fs/xfs/scrub/parent.c:51:8: note: byref variable will be forcibly initialized 51 | int error = 0; | ^~~~~ /kisskb/src/fs/xfs/scrub/parent.c: In function 'xchk_parent': /kisskb/src/fs/xfs/scrub/parent.c:270:8: note: byref variable will be forcibly initialized 270 | int error = 0; | ^~~~~ /kisskb/src/fs/xfs/scrub/parent.c:268:9: note: byref variable will be forcibly initialized 268 | bool try_again; | ^~~~~~~~~ /kisskb/src/fs/xfs/scrub/parent.c:267:13: note: byref variable will be forcibly initialized 267 | xfs_ino_t dnum; | ^~~~ /kisskb/src/fs/xfs/scrub/refcount.c: In function 'xchk_refcountbt_rmap_check': /kisskb/src/fs/xfs/scrub/refcount.c:101:9: note: byref variable will be forcibly initialized 101 | int error = 0; | ^~~~~ /kisskb/src/fs/xfs/xfs_qm.c: In function 'xfs_qm_dqpurge': /kisskb/src/fs/xfs/xfs_qm.c:142:19: note: byref variable will be forcibly initialized 142 | struct xfs_buf *bp = NULL; | ^~ /kisskb/src/fs/xfs/scrub/refcount.c: In function 'xchk_refcountbt_process_rmap_fragments': /kisskb/src/fs/xfs/scrub/refcount.c:150:20: note: byref variable will be forcibly initialized 150 | struct list_head worklist; | ^~~~~~~~ /kisskb/src/fs/xfs/xfs_qm.c: In function 'xfs_qm_dquot_walk': /kisskb/src/fs/xfs/xfs_qm.c:69:21: note: byref variable will be forcibly initialized 69 | struct xfs_dquot *batch[XFS_DQ_LOOKUP_BATCH]; | ^~~~~ /kisskb/src/fs/xfs/scrub/refcount.c: In function 'xchk_refcountbt_xref_rmap': /kisskb/src/fs/xfs/scrub/refcount.c:285:9: note: byref variable will be forcibly initialized 285 | int error; | ^~~~~ /kisskb/src/fs/xfs/scrub/refcount.c:282:24: note: byref variable will be forcibly initialized 282 | struct xfs_rmap_irec high; | ^~~~ /kisskb/src/fs/xfs/scrub/refcount.c:281:24: note: byref variable will be forcibly initialized 281 | struct xfs_rmap_irec low; | ^~~ /kisskb/src/fs/xfs/scrub/refcount.c: In function 'xchk_refcount_xref_rmap': /kisskb/src/fs/xfs/scrub/refcount.c:377:8: note: byref variable will be forcibly initialized 377 | int error; | ^~~~~ /kisskb/src/fs/xfs/scrub/refcount.c:376:17: note: byref variable will be forcibly initialized 376 | xfs_filblks_t blocks; | ^~~~~~ /kisskb/src/fs/xfs/scrub/refcount.c:375:16: note: byref variable will be forcibly initialized 375 | xfs_extlen_t refcbt_blocks = 0; | ^~~~~~~~~~~~~ /kisskb/src/fs/xfs/xfs_qm.c: In function 'xfs_qm_dqattach_one': /kisskb/src/fs/xfs/xfs_qm.c:254:20: note: byref variable will be forcibly initialized 254 | struct xfs_dquot *dqp; | ^~~ /kisskb/src/fs/xfs/scrub/refcount.c: In function 'xchk_refcountbt': /kisskb/src/fs/xfs/scrub/refcount.c:407:17: note: byref variable will be forcibly initialized 407 | xfs_agblock_t cow_blocks = 0; | ^~~~~~~~~~ /kisskb/src/fs/xfs/scrub/refcount.c: In function 'xchk_xref_is_cow_staging': /kisskb/src/fs/xfs/scrub/refcount.c:430:9: note: byref variable will be forcibly initialized 430 | int error; | ^~~~~ /kisskb/src/fs/xfs/scrub/refcount.c:429:9: note: byref variable will be forcibly initialized 429 | int has_refcount; | ^~~~~~~~~~~~ /kisskb/src/fs/xfs/scrub/refcount.c:427:27: note: byref variable will be forcibly initialized 427 | struct xfs_refcount_irec rc; | ^~ /kisskb/src/fs/xfs/scrub/refcount.c: In function 'xchk_xref_is_not_shared': /kisskb/src/fs/xfs/scrub/refcount.c:474:8: note: byref variable will be forcibly initialized 474 | int error; | ^~~~~ /kisskb/src/fs/xfs/scrub/refcount.c:473:9: note: byref variable will be forcibly initialized 473 | bool shared; | ^~~~~~ /kisskb/src/fs/xfs/xfs_qm.c: In function 'xfs_qm_dquot_isolate': /kisskb/src/fs/xfs/xfs_qm.c:450:19: note: byref variable will be forcibly initialized 450 | struct xfs_buf *bp = NULL; | ^~ /kisskb/src/drivers/tty/serial/earlycon.c: In function 'parse_options': /kisskb/src/drivers/tty/serial/earlycon.c:97:18: note: byref variable will be forcibly initialized 97 | resource_size_t addr; | ^~~~ /kisskb/src/fs/xfs/xfs_qm.c: In function 'xfs_qm_shrink_scan': /kisskb/src/fs/xfs/xfs_qm.c:501:24: note: byref variable will be forcibly initialized 501 | struct xfs_qm_isolate isol; | ^~~~ /kisskb/src/fs/xfs/xfs_qm.c: In function 'xfs_qm_qino_alloc': /kisskb/src/fs/xfs/xfs_qm.c:786:13: note: byref variable will be forcibly initialized 786 | xfs_ino_t ino; | ^~~ /kisskb/src/fs/xfs/xfs_qm.c:740:20: note: byref variable will be forcibly initialized 740 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_qm.c: In function 'xfs_qm_init_quotainos': /kisskb/src/fs/xfs/xfs_qm.c:1492:20: note: byref variable will be forcibly initialized 1492 | struct xfs_inode *pip = NULL; | ^~~ /kisskb/src/fs/xfs/xfs_qm.c:1491:20: note: byref variable will be forcibly initialized 1491 | struct xfs_inode *gip = NULL; | ^~~ /kisskb/src/fs/xfs/xfs_qm.c:1490:20: note: byref variable will be forcibly initialized 1490 | struct xfs_inode *uip = NULL; | ^~~ /kisskb/src/fs/xfs/xfs_qm.c: In function 'xfs_qm_init_timelimits': /kisskb/src/fs/xfs/xfs_qm.c:577:20: note: byref variable will be forcibly initialized 577 | struct xfs_dquot *dqp; | ^~~ /kisskb/src/fs/xfs/xfs_qm.c: In function 'xfs_qm_set_defquota': /kisskb/src/fs/xfs/xfs_qm.c:546:20: note: byref variable will be forcibly initialized 546 | struct xfs_dquot *dqp; | ^~~ /kisskb/src/fs/xfs/xfs_qm.c: In function 'xfs_qm_flush_one': /kisskb/src/fs/xfs/xfs_qm.c:1222:19: note: byref variable will be forcibly initialized 1222 | struct xfs_buf *bp = NULL; | ^~ /kisskb/src/fs/xfs/xfs_qm.c: In function 'xfs_qm_quotacheck_dqadjust': /kisskb/src/fs/xfs/xfs_qm.c:1080:20: note: byref variable will be forcibly initialized 1080 | struct xfs_dquot *dqp; | ^~~ /kisskb/src/fs/xfs/xfs_qm.c: In function 'xfs_qm_dqusage_adjust': /kisskb/src/fs/xfs/xfs_qm.c:1141:17: note: byref variable will be forcibly initialized 1141 | xfs_filblks_t rtblks = 0; /* total rt blks */ | ^~~~~~ /kisskb/src/fs/xfs/xfs_qm.c:1139:20: note: byref variable will be forcibly initialized 1139 | struct xfs_inode *ip; | ^~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_qm.c:6: /kisskb/src/fs/xfs/xfs_qm.c: In function 'xfs_buf_readahead': /kisskb/src/fs/xfs/xfs_buf.h:245:24: note: byref variable will be forcibly initialized 245 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/xfs_qm.c: In function 'xfs_trans_read_buf': /kisskb/src/fs/xfs/xfs_trans.h:203:24: note: byref variable will be forcibly initialized 203 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/xfs_qm.c: In function 'xfs_qm_reset_dqcounts_all': /kisskb/src/fs/xfs/xfs_qm.c:914:19: note: byref variable will be forcibly initialized 914 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/xfs_qm.c: In function 'xfs_qm_reset_dqcounts_buf': /kisskb/src/fs/xfs/xfs_qm.c:981:11: note: byref variable will be forcibly initialized 981 | int i, nmaps; /* number of map entries */ | ^~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/include/linux/mmzone.h:8, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/fs/xfs/kmem.h:9, from /kisskb/src/fs/xfs/xfs_linux.h:24, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/xfs_qm.c:6: /kisskb/src/fs/xfs/xfs_qm.c: In function 'xfs_qm_quotacheck': /kisskb/src/fs/xfs/xfs_qm.c:1277:14: note: byref variable will be forcibly initialized 1277 | LIST_HEAD (buffer_list); | ^~~~~~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/fs/xfs/xfs_qm.c: In function 'xfs_qm_vop_dqalloc': /kisskb/src/fs/xfs/xfs_qm.c:1638:20: note: byref variable will be forcibly initialized 1638 | struct xfs_dquot *pq = NULL; | ^~ /kisskb/src/fs/xfs/xfs_qm.c:1637:20: note: byref variable will be forcibly initialized 1637 | struct xfs_dquot *gq = NULL; | ^~ /kisskb/src/fs/xfs/xfs_qm.c:1636:20: note: byref variable will be forcibly initialized 1636 | struct xfs_dquot *uq = NULL; | ^~ /kisskb/src/fs/xfs/scrub/rmap.c: In function 'xchk_rmapbt_xref_refc': /kisskb/src/fs/xfs/scrub/rmap.c:44:8: note: byref variable will be forcibly initialized 44 | int error; | ^~~~~ /kisskb/src/fs/xfs/scrub/rmap.c:39:16: note: byref variable will be forcibly initialized 39 | xfs_extlen_t flen; | ^~~~ /kisskb/src/fs/xfs/scrub/rmap.c:38:17: note: byref variable will be forcibly initialized 38 | xfs_agblock_t fbno; | ^~~~ /kisskb/src/fs/xfs/scrub/rmap.c: In function 'xchk_rmapbt_rec': /kisskb/src/fs/xfs/scrub/rmap.c:100:8: note: byref variable will be forcibly initialized 100 | int error; | ^~~~~ /kisskb/src/fs/xfs/scrub/rmap.c:94:23: note: byref variable will be forcibly initialized 94 | struct xfs_rmap_irec irec; | ^~~~ /kisskb/src/fs/xfs/scrub/rmap.c: In function 'xchk_xref_check_owner': /kisskb/src/fs/xfs/scrub/rmap.c:182:9: note: byref variable will be forcibly initialized 182 | int error; | ^~~~~ /kisskb/src/fs/xfs/scrub/rmap.c:181:10: note: byref variable will be forcibly initialized 181 | bool has_rmap; | ^~~~~~~~ /kisskb/src/fs/xfs/scrub/rmap.c: In function 'xchk_xref_has_no_owner': /kisskb/src/fs/xfs/scrub/rmap.c:225:8: note: byref variable will be forcibly initialized 225 | int error; | ^~~~~ /kisskb/src/fs/xfs/scrub/rmap.c:224:9: note: byref variable will be forcibly initialized 224 | bool has_rmap; | ^~~~~~~~ /kisskb/src/fs/xfs/xfs_acl.c: In function 'xfs_acl_set_mode': /kisskb/src/fs/xfs/xfs_acl.c:225:20: note: byref variable will be forcibly initialized 225 | struct xfs_trans *tp; | ^~ /kisskb/src/fs/xfs/xfs_acl.c: In function 'xfs_set_acl': /kisskb/src/fs/xfs/xfs_acl.c:247:10: note: byref variable will be forcibly initialized 247 | umode_t mode; | ^~~~ /kisskb/src/fs/xfs/scrub/symlink.c: In function 'xchk_symlink': /kisskb/src/fs/xfs/scrub/symlink.c:40:8: note: byref variable will be forcibly initialized 40 | int error = 0; | ^~~~~ /kisskb/src/fs/xfs/scrub/scrub.c: In function 'xchk_probe': /kisskb/src/fs/xfs/scrub/scrub.c:138:8: note: byref variable will be forcibly initialized 138 | int error = 0; | ^~~~~ /kisskb/src/fs/xfs/scrub/rtbitmap.c: In function 'xchk_rtbitmap_check_extents': /kisskb/src/fs/xfs/scrub/rtbitmap.c:68:8: note: byref variable will be forcibly initialized 68 | int error = 0; | ^~~~~ /kisskb/src/fs/xfs/scrub/rtbitmap.c:67:8: note: byref variable will be forcibly initialized 67 | int nmap; | ^~~~ /kisskb/src/fs/xfs/scrub/rtbitmap.c:65:23: note: byref variable will be forcibly initialized 65 | struct xfs_bmbt_irec map; | ^~~ /kisskb/src/fs/xfs/scrub/rtbitmap.c: In function 'xchk_rtbitmap': /kisskb/src/fs/xfs/scrub/rtbitmap.c:99:8: note: byref variable will be forcibly initialized 99 | int error; | ^~~~~ /kisskb/src/fs/xfs/scrub/rtbitmap.c: In function 'xchk_xref_is_used_rt_space': /kisskb/src/fs/xfs/scrub/rtbitmap.c:173:8: note: byref variable will be forcibly initialized 173 | int error; | ^~~~~ /kisskb/src/fs/xfs/scrub/rtbitmap.c:172:9: note: byref variable will be forcibly initialized 172 | bool is_free; | ^~~~~~~ /kisskb/src/fs/xfs/scrub/quota.c: In function 'xchk_quota_item': /kisskb/src/fs/xfs/scrub/quota.c:84:8: note: byref variable will be forcibly initialized 84 | int error = 0; | ^~~~~ /kisskb/src/fs/xfs/scrub/quota.c: In function 'xchk_quota_data_fork': /kisskb/src/fs/xfs/scrub/quota.c:179:8: note: byref variable will be forcibly initialized 179 | int error = 0; | ^~~~~ /kisskb/src/fs/xfs/scrub/quota.c:175:25: note: byref variable will be forcibly initialized 175 | struct xfs_iext_cursor icur; | ^~~~ /kisskb/src/fs/xfs/scrub/quota.c: In function 'xchk_quota': /kisskb/src/fs/xfs/scrub/quota.c:217:8: note: byref variable will be forcibly initialized 217 | int error = 0; | ^~~~~ /kisskb/src/fs/xfs/scrub/quota.c:213:25: note: byref variable will be forcibly initialized 213 | struct xchk_quota_info sqi; | ^~~ /kisskb/src/fs/xfs/scrub/bitmap.c: In function 'xbitmap_collect_btblock': /kisskb/src/fs/xfs/scrub/bitmap.c:280:19: note: byref variable will be forcibly initialized 280 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/scrub/bitmap.c: In function 'xbitmap_set_btcur_path': /kisskb/src/fs/xfs/scrub/bitmap.c:254:19: note: byref variable will be forcibly initialized 254 | struct xfs_buf *bp; | ^~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/scrub/agheader_repair.c:6: /kisskb/src/fs/xfs/scrub/agheader_repair.c: In function 'xfs_trans_read_buf': /kisskb/src/fs/xfs/xfs_trans.h:203:24: note: byref variable will be forcibly initialized 203 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/scrub/agheader_repair.c: In function 'xrep_agf_calc_from_btrees': /kisskb/src/fs/xfs/scrub/agheader_repair.c:246:17: note: byref variable will be forcibly initialized 246 | xfs_agblock_t blocks; | ^~~~~~ /kisskb/src/fs/xfs/scrub/agheader_repair.c: In function 'xrep_agf_walk_allocbt': /kisskb/src/fs/xfs/scrub/agheader_repair.c:77:9: note: byref variable will be forcibly initialized 77 | int error = 0; | ^~~~~ /kisskb/src/fs/xfs/scrub/agheader_repair.c: In function 'xrep_agi_find_btrees': /kisskb/src/fs/xfs/scrub/agheader_repair.c:728:20: note: byref variable will be forcibly initialized 728 | struct xfs_buf *agf_bp; | ^~~~~~ /kisskb/src/fs/xfs/scrub/agheader_repair.c: In function 'xrep_agfl_collect_blocks': /kisskb/src/fs/xfs/scrub/agheader_repair.c:488:19: note: byref variable will be forcibly initialized 488 | struct xrep_agfl ra; | ^~ /kisskb/src/fs/xfs/scrub/agheader_repair.c: In function 'xrep_agfl_walk_rmap': /kisskb/src/fs/xfs/scrub/agheader_repair.c:455:8: note: byref variable will be forcibly initialized 455 | int error = 0; | ^~~~~ /kisskb/src/fs/xfs/scrub/agheader_repair.c: In function 'xrep_agi_calc_from_btrees': /kisskb/src/fs/xfs/scrub/agheader_repair.c:837:17: note: byref variable will be forcibly initialized 837 | xfs_agblock_t blocks; | ^~~~~~ /kisskb/src/fs/xfs/scrub/agheader_repair.c:824:17: note: byref variable will be forcibly initialized 824 | xfs_agblock_t blocks; | ^~~~~~ /kisskb/src/fs/xfs/scrub/agheader_repair.c:815:15: note: byref variable will be forcibly initialized 815 | xfs_agino_t freecount; | ^~~~~~~~~ /kisskb/src/fs/xfs/scrub/agheader_repair.c:814:15: note: byref variable will be forcibly initialized 814 | xfs_agino_t count; | ^~~~~ /kisskb/src/fs/xfs/scrub/agheader_repair.c: In function 'xrep_superblock': /kisskb/src/fs/xfs/scrub/agheader_repair.c:38:19: note: byref variable will be forcibly initialized 38 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/scrub/agheader_repair.c: In function 'xrep_agf': /kisskb/src/fs/xfs/scrub/agheader_repair.c:366:20: note: byref variable will be forcibly initialized 366 | struct xfs_buf *agfl_bp; | ^~~~~~~ /kisskb/src/fs/xfs/scrub/agheader_repair.c:365:20: note: byref variable will be forcibly initialized 365 | struct xfs_buf *agf_bp; | ^~~~~~ /kisskb/src/fs/xfs/scrub/agheader_repair.c:363:19: note: byref variable will be forcibly initialized 363 | struct xfs_agf old_agf; | ^~~~~~~ /kisskb/src/fs/xfs/scrub/agheader_repair.c: In function 'xrep_agfl': /kisskb/src/fs/xfs/scrub/agheader_repair.c:643:17: note: byref variable will be forcibly initialized 643 | xfs_agblock_t flcount; | ^~~~~~~ /kisskb/src/fs/xfs/scrub/agheader_repair.c:642:19: note: byref variable will be forcibly initialized 642 | struct xfs_buf *agfl_bp; | ^~~~~~~ /kisskb/src/fs/xfs/scrub/agheader_repair.c:641:19: note: byref variable will be forcibly initialized 641 | struct xfs_buf *agf_bp; | ^~~~~~ /kisskb/src/fs/xfs/scrub/agheader_repair.c:639:18: note: byref variable will be forcibly initialized 639 | struct xbitmap agfl_extents; | ^~~~~~~~~~~~ /kisskb/src/fs/xfs/scrub/agheader_repair.c: In function 'xrep_agi': /kisskb/src/fs/xfs/scrub/agheader_repair.c:901:20: note: byref variable will be forcibly initialized 901 | struct xfs_buf *agi_bp; | ^~~~~~ /kisskb/src/fs/xfs/scrub/agheader_repair.c:899:19: note: byref variable will be forcibly initialized 899 | struct xfs_agi old_agi; | ^~~~~~~ /kisskb/src/drivers/iommu/iommu-sysfs.c: In function 'iommu_device_sysfs_add': /kisskb/src/drivers/iommu/iommu-sysfs.c:59:10: note: byref variable will be forcibly initialized 59 | va_list vargs; | ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/iommu.h:167, from /kisskb/src/drivers/iommu/iommu-traces.c:13: /kisskb/src/drivers/iommu/iommu-traces.c: In function 'trace_event_raw_event_map': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:86:1: note: in expansion of macro 'TRACE_EVENT' 86 | TRACE_EVENT(map, | ^~~~~~~~~~~ /kisskb/src/drivers/iommu/iommu-traces.c: In function 'trace_event_raw_event_unmap': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:109:1: note: in expansion of macro 'TRACE_EVENT' 109 | TRACE_EVENT(unmap, | ^~~~~~~~~~~ /kisskb/src/drivers/iommu/iommu-traces.c: In function 'trace_event_raw_event_iommu_group_event': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/iommu.h:18:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 18 | DECLARE_EVENT_CLASS(iommu_group_event, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:18:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 18 | DECLARE_EVENT_CLASS(iommu_group_event, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/iommu-traces.c: In function 'trace_event_raw_event_iommu_device_event': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/iommu.h:54:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 54 | DECLARE_EVENT_CLASS(iommu_device_event, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:54:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 54 | DECLARE_EVENT_CLASS(iommu_device_event, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/iommu-traces.c: In function 'trace_event_raw_event_iommu_error': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/iommu.h:132:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 132 | DECLARE_EVENT_CLASS(iommu_error, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iommu.h:132:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 132 | DECLARE_EVENT_CLASS(iommu_error, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/fs/xfs/xfs_linux.h:79, from /kisskb/src/fs/xfs/xfs.h:22, from /kisskb/src/fs/xfs/scrub/repair.c:6: /kisskb/src/fs/xfs/scrub/repair.c: In function 'xfs_trans_get_buf': /kisskb/src/fs/xfs/xfs_trans.h:180:24: note: byref variable will be forcibly initialized 180 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/scrub/repair.c: In function 'xfs_trans_read_buf': /kisskb/src/fs/xfs/xfs_trans.h:203:24: note: byref variable will be forcibly initialized 203 | DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); | ^~~ /kisskb/src/fs/xfs/xfs_buf.h:114:22: note: in definition of macro 'DEFINE_SINGLE_BUF_MAP' 114 | struct xfs_buf_map (map) = { .bm_bn = (blkno), .bm_len = (numblk) }; | ^~~ /kisskb/src/fs/xfs/scrub/repair.c: In function 'xrep_findroot_block': /kisskb/src/fs/xfs/scrub/repair.c:687:20: note: byref variable will be forcibly initialized 687 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/scrub/repair.c: In function 'xrep_findroot_rmap': /kisskb/src/fs/xfs/scrub/repair.c:842:10: note: byref variable will be forcibly initialized 842 | bool done; | ^~~~ /kisskb/src/fs/xfs/scrub/repair.c: In function 'xrep_probe': /kisskb/src/fs/xfs/scrub/repair.c:105:8: note: byref variable will be forcibly initialized 105 | int error = 0; | ^~~~~ /kisskb/src/fs/xfs/scrub/repair.c: In function 'xrep_calc_ag_resblks': /kisskb/src/fs/xfs/scrub/repair.c:227:22: note: byref variable will be forcibly initialized 227 | xfs_agino_t first, last; | ^~~~ /kisskb/src/fs/xfs/scrub/repair.c:227:15: note: byref variable will be forcibly initialized 227 | xfs_agino_t first, last; | ^~~~~ /kisskb/src/fs/xfs/scrub/repair.c:181:20: note: byref variable will be forcibly initialized 181 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/scrub/repair.c: In function 'xrep_alloc_ag_block': /kisskb/src/fs/xfs/scrub/repair.c:296:18: note: byref variable will be forcibly initialized 296 | xfs_agblock_t bno; | ^~~ /kisskb/src/fs/xfs/scrub/repair.c: In function 'xrep_init_btblock': /kisskb/src/fs/xfs/scrub/repair.c:349:20: note: byref variable will be forcibly initialized 349 | struct xfs_buf *bp; | ^~ /kisskb/src/fs/xfs/scrub/repair.c: In function 'xrep_reap_block': /kisskb/src/fs/xfs/scrub/repair.c:540:10: note: byref variable will be forcibly initialized 540 | bool has_other_rmap; | ^~~~~~~~~~~~~~ /kisskb/src/fs/xfs/scrub/repair.c:537:20: note: byref variable will be forcibly initialized 537 | struct xfs_buf *agf_bp = NULL; | ^~~~~~ /kisskb/src/fs/xfs/scrub/repair.c: In function 'xrep_find_ag_btree_roots': /kisskb/src/fs/xfs/scrub/repair.c:877:24: note: byref variable will be forcibly initialized 877 | struct xrep_findroot ri; | ^~ /kisskb/src/drivers/iommu/of_iommu.c: In function 'of_pci_iommu_init': /kisskb/src/drivers/iommu/of_iommu.c:98:6: note: byref variable will be forcibly initialized 98 | u32 input_id = alias; | ^~~~~~~~ /kisskb/src/drivers/iommu/of_iommu.c: In function 'of_iommu_configure_dev': /kisskb/src/drivers/iommu/of_iommu.c:74:25: note: byref variable will be forcibly initialized 74 | struct of_phandle_args iommu_spec; | ^~~~~~~~~~ /kisskb/src/drivers/iommu/of_iommu.c: In function 'of_iommu_configure': /kisskb/src/drivers/iommu/of_iommu.c:135:34: note: byref variable will be forcibly initialized 135 | struct of_pci_iommu_alias_info info = { | ^~~~ /kisskb/src/drivers/iommu/iommu.c: In function '__iommu_unmap_pages': /kisskb/src/drivers/iommu/iommu.c:2569:17: note: byref variable will be forcibly initialized 2569 | size_t pgsize, count; | ^~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/drivers/iommu/iommu.c:9: /kisskb/src/drivers/iommu/iommu.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ 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:429:12: note: byref variable will be forcibly initialized 429 | 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_map_pages': /kisskb/src/drivers/iommu/iommu.c:2457:17: note: byref variable will be forcibly initialized 2457 | size_t pgsize, count; | ^~~~~ In file included from /kisskb/src/include/linux/tpm_eventlog.h:6, from /kisskb/src/drivers/char/tpm/tpm1-cmd.c:21: /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'tpm_buf_append_u16': /kisskb/src/include/linux/tpm.h:390:9: note: byref variable will be forcibly initialized 390 | __be16 value2 = cpu_to_be16(value); | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'tpm_buf_append_u32': /kisskb/src/include/linux/tpm.h:397:9: note: byref variable will be forcibly initialized 397 | __be32 value2 = cpu_to_be32(value); | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'tpm1_startup': /kisskb/src/drivers/char/tpm/tpm1-cmd.c:326:17: note: byref variable will be forcibly initialized 326 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'tpm1_getcap': /kisskb/src/drivers/char/tpm/tpm1-cmd.c:485:17: note: byref variable will be forcibly initialized 485 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'tpm1_continue_selftest': /kisskb/src/drivers/char/tpm/tpm1-cmd.c:622:17: note: byref variable will be forcibly initialized 622 | struct tpm_buf buf; | ^~~ In file included from /kisskb/src/drivers/char/tpm/tpm1-cmd.c:17: /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/iommu/iommu.c: In function 'pci_device_group': /kisskb/src/drivers/iommu/iommu.c:1446:28: note: byref variable will be forcibly initialized 1446 | struct group_for_pci_data data; | ^~~~ /kisskb/src/drivers/iommu/iommu.c: In function 'probe_alloc_default_domain': /kisskb/src/drivers/iommu/iommu.c:1726:29: note: byref variable will be forcibly initialized 1726 | struct __group_domain_type gtype; | ^~~~~ In file included from /kisskb/src/drivers/char/tpm/tpm.h:27, from /kisskb/src/drivers/char/tpm/tpm2-cmd.c:14: /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm_buf_append_u32': /kisskb/src/include/linux/tpm.h:397:9: note: byref variable will be forcibly initialized 397 | __be32 value2 = cpu_to_be32(value); | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'tpm1_get_timeouts': /kisskb/src/drivers/char/tpm/tpm1-cmd.c:346:16: note: byref variable will be forcibly initialized 346 | unsigned long durations[3]; | ^~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm1-cmd.c:345:49: note: byref variable will be forcibly initialized 345 | unsigned long timeout_old[4], timeout_chip[4], timeout_eff[4]; | ^~~~~~~~~~~ /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/tpm2-cmd.c: In function 'tpm_buf_append_u16': /kisskb/src/include/linux/tpm.h:390:9: note: byref variable will be forcibly initialized 390 | __be16 value2 = cpu_to_be16(value); | ^~~~~~ /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_probe': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:486:17: note: byref variable will be forcibly initialized 486 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_do_selftest': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:448:17: note: byref variable will be forcibly initialized 448 | struct tpm_buf buf; | ^~~ /kisskb/src/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/tpm1-cmd.c: In function 'tpm1_pcr_extend': /kisskb/src/drivers/char/tpm/tpm1-cmd.c:466:17: note: byref variable will be forcibly initialized 466 | struct tpm_buf buf; | ^~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/tpm.h:21, from /kisskb/src/drivers/char/tpm/tpm.h:27, from /kisskb/src/drivers/char/tpm/tpm2-cmd.c:14: /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /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; | ^~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/container_of.h:5, from /kisskb/src/include/linux/list.h:5, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/char/tpm/tpm.h:21, from /kisskb/src/drivers/char/tpm/tpm2-cmd.c:14: /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'devm_kmalloc_array': /kisskb/src/drivers/char/tpm/tpm1-cmd.c: In function 'tpm1_do_selftest': /kisskb/src/drivers/char/tpm/tpm1-cmd.c:648:5: note: byref variable will be forcibly initialized 648 | u8 dummy[TPM_DIGEST_SIZE]; | ^~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/char/tpm/tpm.h:25, from /kisskb/src/drivers/char/tpm/tpm2-cmd.c:14: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_get_cc_attrs_tbl': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:621:6: note: byref variable will be forcibly initialized 621 | u32 nr_commands; | ^~~~~~~~~~~ /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/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/char/tpm/tpm1-cmd.c:739:5: note: byref variable will be forcibly initialized 739 | u8 dummy_hash[TPM_DIGEST_SIZE] = { 0 }; | ^~~~~~~~~~ /kisskb/src/drivers/iommu/iommu.c: In function 'iommu_unmap': /kisskb/src/drivers/iommu/iommu.c:2634:28: note: byref variable will be forcibly initialized 2634 | struct iommu_iotlb_gather iotlb_gather; | ^~~~~~~~~~~~ /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/iommu/iommu.c: In function '__iommu_map': /kisskb/src/drivers/iommu/iommu.c:2510:10: note: byref variable will be forcibly initialized 2510 | size_t mapped = 0; | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_pcr_read': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:168:5: note: byref variable will be forcibly initialized 168 | u8 pcr_select[TPM2_PCR_SELECT_MIN] = {0}; | ^~~~~~~~~~ /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_shutdown': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:422:17: note: byref variable will be forcibly initialized 422 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c: In function 'tpm2_get_pcr_allocation': /kisskb/src/drivers/char/tpm/tpm2-cmd.c:542:17: note: byref variable will be forcibly initialized 542 | struct tpm_buf buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm2-cmd.c:541:28: note: byref variable will be forcibly initialized 541 | struct tpm2_pcr_selection pcr_selection; | ^~~~~~~~~~~~~ In file included from /kisskb/src/drivers/char/tpm/tpm.h:27, from /kisskb/src/drivers/char/tpm/tpm2-space.c:16: /kisskb/src/drivers/char/tpm/tpm2-space.c: In function 'tpm_buf_append_u32': /kisskb/src/include/linux/tpm.h:397:9: note: byref variable will be forcibly initialized 397 | __be32 value2 = cpu_to_be32(value); | ^~~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/iommu/iommu.c:9: /kisskb/src/drivers/iommu/iommu.c: In function 'bus_iommu_probe': /kisskb/src/drivers/iommu/iommu.c:1792:12: note: byref variable will be forcibly initialized 1792 | 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/iommu/iommu.c: In function 'iommu_create_device_direct_mappings': /kisskb/src/drivers/iommu/iommu.c:768:19: note: byref variable will be forcibly initialized 768 | struct list_head mappings; | ^~~~~~~~ /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/char/tpm/tpm2-space.c: In function 'tpm2_load_space': /kisskb/src/drivers/char/tpm/tpm2-space.c:200:7: note: byref variable will be forcibly initialized 200 | u32 handle; | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm2-space.c:179:15: note: byref variable will be forcibly initialized 179 | unsigned int offset; | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm2-space.c: In function 'tpm2_save_space': /kisskb/src/drivers/char/tpm/tpm2-space.c:494:15: note: byref variable will be forcibly initialized 494 | unsigned int offset; | ^~~~~~ /kisskb/src/drivers/iommu/iommu.c: In function 'iommu_get_group_resv_regions': /kisskb/src/drivers/iommu/iommu.c:500:20: note: byref variable will be forcibly initialized 500 | 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:518:19: note: byref variable will be forcibly initialized 518 | struct list_head group_resv_regions; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iommu/iommu.c: In function 'iommu_set_def_domain_type': /kisskb/src/drivers/iommu/iommu.c:336:7: note: byref variable will be forcibly initialized 336 | bool pt; | ^~ /kisskb/src/drivers/char/tpm/tpm-interface.c: In function 'tpm_transmit': /kisskb/src/drivers/char/tpm/tpm-interface.c:157:5: note: byref variable will be forcibly initialized 157 | u8 save[TPM_HEADER_SIZE + 3*sizeof(u32)]; | ^~~~ /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/tty/serial/altera_uart.c: In function 'altera_uart_console_setup': /kisskb/src/drivers/tty/serial/altera_uart.c:464:6: note: byref variable will be forcibly initialized 464 | int flow = 'n'; | ^~~~ /kisskb/src/drivers/tty/serial/altera_uart.c:463:6: note: byref variable will be forcibly initialized 463 | int parity = 'n'; | ^~~~~~ /kisskb/src/drivers/tty/serial/altera_uart.c:462:6: note: byref variable will be forcibly initialized 462 | int bits = 8; | ^~~~ /kisskb/src/drivers/tty/serial/altera_uart.c:461:6: note: byref variable will be forcibly initialized 461 | int baud = CONFIG_SERIAL_ALTERA_UART_BAUDRATE; | ^~~~ /kisskb/src/drivers/tty/serial/sccnxp.c: In function 'sccnxp_set_baud': /kisskb/src/drivers/tty/serial/sccnxp.c:306:45: note: byref variable will be forcibly initialized 306 | int div_std, tmp_baud, bestbaud = INT_MAX, besterr = INT_MAX; | ^~~~~~~ /kisskb/src/drivers/tty/serial/sc16is7xx.c: In function 'sc16is7xx_port_read': /kisskb/src/drivers/tty/serial/sc16is7xx.c:356:15: note: byref variable will be forcibly initialized 356 | unsigned int val = 0; | ^~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/drivers/tty/serial/sc16is7xx.c:14: /kisskb/src/drivers/tty/serial/sc16is7xx.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/drivers/tty/serial/sc16is7xx.c: In function 'sc16is7xx_probe': /kisskb/src/drivers/tty/serial/sc16is7xx.c:1321:7: note: byref variable will be forcibly initialized 1321 | u32 u; | ^ /kisskb/src/drivers/tty/serial/sc16is7xx.c:1184:6: note: byref variable will be forcibly initialized 1184 | u32 uartclk = 0; | ^~~~~~~ /kisskb/src/drivers/tty/serial/sc16is7xx.c:1183:15: note: byref variable will be forcibly initialized 1183 | unsigned int val; | ^~~ In file included from /kisskb/src/net/bluetooth/rfcomm/sock.c:32: /kisskb/src/net/bluetooth/rfcomm/sock.c: In function 'rfcomm_get_sock_by_channel': /kisskb/src/include/net/bluetooth/bluetooth.h:294:34: note: byref variable will be forcibly initialized 294 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/rfcomm/sock.c:143:36: note: in expansion of macro 'BDADDR_ANY' 143 | if (!bacmp(&rfcomm_pi(sk)->src, BDADDR_ANY)) | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/net/net_namespace.h:39, from /kisskb/src/include/linux/netdevice.h:37, from /kisskb/src/include/net/sock.h:46, from /kisskb/src/include/net/bluetooth/bluetooth.h:29, from /kisskb/src/net/bluetooth/rfcomm/sock.c:32: /kisskb/src/net/bluetooth/rfcomm/sock.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/rfcomm/sock.c: In function 'rfcomm_sock_setsockopt_old': /kisskb/src/net/bluetooth/rfcomm/sock.c:626:6: note: byref variable will be forcibly initialized 626 | u32 opt; | ^~~ /kisskb/src/net/bluetooth/rfcomm/sock.c: In function 'rfcomm_sock_setsockopt': /kisskb/src/net/bluetooth/rfcomm/sock.c:670:6: note: byref variable will be forcibly initialized 670 | u32 opt; | ^~~ /kisskb/src/net/bluetooth/rfcomm/sock.c:667:21: note: byref variable will be forcibly initialized 667 | struct bt_security sec; | ^~~ In file included from /kisskb/src/net/bluetooth/rfcomm/sock.c:32: /kisskb/src/net/bluetooth/rfcomm/sock.c: In function 'bt_skb_sendmsg': /kisskb/src/include/net/bluetooth/bluetooth.h:455:6: note: byref variable will be forcibly initialized 455 | int err; | ^~~ /kisskb/src/net/bluetooth/rfcomm/sock.c: In function 'rfcomm_sock_getsockopt_old': /kisskb/src/net/bluetooth/rfcomm/sock.c:737:25: note: byref variable will be forcibly initialized 737 | struct rfcomm_conninfo cinfo; | ^~~~~ /kisskb/src/net/bluetooth/rfcomm/sock.c: In function 'rfcomm_sock_getsockopt': /kisskb/src/net/bluetooth/rfcomm/sock.c:810:21: note: byref variable will be forcibly initialized 810 | struct bt_security sec; | ^~~ /kisskb/src/net/bluetooth/rfcomm/sock.c: In function 'rfcomm_sock_bind': /kisskb/src/net/bluetooth/rfcomm/sock.c:336:21: note: byref variable will be forcibly initialized 336 | struct sockaddr_rc sa; | ^~ /kisskb/src/net/bluetooth/rfcomm/sock.c: In function 'rfcomm_connect_ind': /kisskb/src/net/bluetooth/rfcomm/sock.c:939:16: note: byref variable will be forcibly initialized 939 | bdaddr_t src, dst; | ^~~ /kisskb/src/net/bluetooth/rfcomm/sock.c:939:11: note: byref variable will be forcibly initialized 939 | bdaddr_t src, dst; | ^~~ In file included from /kisskb/src/net/bluetooth/rfcomm/core.c:33: /kisskb/src/net/bluetooth/rfcomm/core.c: In function 'rfcomm_session_get': /kisskb/src/include/net/bluetooth/bluetooth.h:294:34: note: byref variable will be forcibly initialized 294 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/rfcomm/core.c:733:20: note: in expansion of macro 'BDADDR_ANY' 733 | if ((!bacmp(src, BDADDR_ANY) || !bacmp(&chan->src, src)) && | ^~~~~~~~~~ /kisskb/src/net/bluetooth/rfcomm/core.c: In function 'rfcomm_session_create': /kisskb/src/net/bluetooth/rfcomm/core.c:766:17: note: byref variable will be forcibly initialized 766 | struct socket *sock; | ^~~~ /kisskb/src/net/bluetooth/rfcomm/core.c:765:21: note: byref variable will be forcibly initialized 765 | struct sockaddr_l2 addr; | ^~~~ /kisskb/src/net/bluetooth/rfcomm/core.c: In function 'rfcomm_send_frame': /kisskb/src/net/bluetooth/rfcomm/core.c:831:16: note: byref variable will be forcibly initialized 831 | struct msghdr msg; | ^~~ /kisskb/src/net/bluetooth/rfcomm/core.c:830:14: note: byref variable will be forcibly initialized 830 | struct kvec iv = { data, len }; | ^~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/net/atm/svc.c:9: /kisskb/src/net/atm/svc.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/rfcomm/core.c: In function 'rfcomm_send_pn': /kisskb/src/net/bluetooth/rfcomm/core.c:955:5: note: byref variable will be forcibly initialized 955 | u8 buf[16], *ptr = buf; | ^~~ /kisskb/src/net/atm/svc.c: In function 'svc_setsockopt': /kisskb/src/net/atm/svc.c:458:6: note: byref variable will be forcibly initialized 458 | int value, error = 0; | ^~~~~ /kisskb/src/net/bluetooth/rfcomm/core.c: In function 'rfcomm_send_disc': /kisskb/src/net/bluetooth/rfcomm/core.c:877:20: note: byref variable will be forcibly initialized 877 | struct rfcomm_cmd cmd; | ^~~ /kisskb/src/net/bluetooth/rfcomm/core.c: In function 'rfcomm_send_ua': /kisskb/src/net/bluetooth/rfcomm/core.c:863:20: note: byref variable will be forcibly initialized 863 | struct rfcomm_cmd cmd; | ^~~ /kisskb/src/net/bluetooth/rfcomm/core.c: In function 'rfcomm_send_sabm': /kisskb/src/net/bluetooth/rfcomm/core.c:849:20: note: byref variable will be forcibly initialized 849 | struct rfcomm_cmd cmd; | ^~~ /kisskb/src/net/bluetooth/rfcomm/core.c: In function 'rfcomm_send_dm': /kisskb/src/net/bluetooth/rfcomm/core.c:913:20: note: byref variable will be forcibly initialized 913 | struct rfcomm_cmd cmd; | ^~~ /kisskb/src/net/bluetooth/rfcomm/core.c: In function 'rfcomm_send_msc': /kisskb/src/net/bluetooth/rfcomm/core.c:1062:5: note: byref variable will be forcibly initialized 1062 | u8 buf[16], *ptr = buf; | ^~~ /kisskb/src/net/bluetooth/rfcomm/core.c: In function 'rfcomm_send_rls': /kisskb/src/net/bluetooth/rfcomm/core.c:1035:5: note: byref variable will be forcibly initialized 1035 | u8 buf[16], *ptr = buf; | ^~~ /kisskb/src/net/bluetooth/rfcomm/core.c: In function 'rfcomm_send_fcoff': /kisskb/src/net/bluetooth/rfcomm/core.c:1088:5: note: byref variable will be forcibly initialized 1088 | u8 buf[16], *ptr = buf; | ^~~ /kisskb/src/net/atm/svc.c: In function 'svc_ioctl': /kisskb/src/net/atm/svc.c:586:25: note: byref variable will be forcibly initialized 586 | struct sockaddr_atmsvc sa; | ^~ /kisskb/src/net/atm/svc.c:585:13: note: byref variable will be forcibly initialized 585 | int error, ep_ref; | ^~~~~~ /kisskb/src/net/bluetooth/rfcomm/core.c: In function 'rfcomm_send_fcon': /kisskb/src/net/bluetooth/rfcomm/core.c:1110:5: note: byref variable will be forcibly initialized 1110 | u8 buf[16], *ptr = buf; | ^~~ /kisskb/src/net/bluetooth/rfcomm/core.c: In function 'rfcomm_send_nsc': /kisskb/src/net/bluetooth/rfcomm/core.c:929:5: note: byref variable will be forcibly initialized 929 | u8 buf[16], *ptr = buf; | ^~~ /kisskb/src/net/bluetooth/rfcomm/core.c: In function 'rfcomm_send_credits': /kisskb/src/net/bluetooth/rfcomm/core.c:1163:5: note: byref variable will be forcibly initialized 1163 | u8 buf[16], *ptr = buf; | ^~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/seq_file.h:12, from /kisskb/src/arch/powerpc/include/asm/machdep.h:6, from /kisskb/src/arch/powerpc/include/asm/archrandom.h:7, from /kisskb/src/include/linux/random.h:121, from /kisskb/src/include/linux/net.h:18, from /kisskb/src/net/atm/svc.c:9: /kisskb/src/net/atm/svc.c: In function 'svc_accept': /kisskb/src/net/atm/svc.c:342:15: note: byref variable will be forcibly initialized 342 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/net/atm/svc.c:342:3: note: in expansion of macro 'DEFINE_WAIT' 342 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ /kisskb/src/net/bluetooth/rfcomm/core.c: In function 'rfcomm_send_test': /kisskb/src/net/bluetooth/rfcomm/core.c:1133:24: note: byref variable will be forcibly initialized 1133 | unsigned char hdr[5], crc[1]; | ^~~ /kisskb/src/net/bluetooth/rfcomm/core.c:1133:16: note: byref variable will be forcibly initialized 1133 | unsigned char hdr[5], crc[1]; | ^~~ /kisskb/src/net/bluetooth/rfcomm/core.c:1132:16: note: byref variable will be forcibly initialized 1132 | struct msghdr msg; | ^~~ /kisskb/src/net/bluetooth/rfcomm/core.c:1131:14: note: byref variable will be forcibly initialized 1131 | struct kvec iv[3]; | ^~ /kisskb/src/net/bluetooth/rfcomm/core.c: In function '__rfcomm_dlc_open': /kisskb/src/net/bluetooth/rfcomm/core.c:370:6: note: byref variable will be forcibly initialized 370 | int err = 0; | ^~~ /kisskb/src/net/bluetooth/rfcomm/core.c: In function 'rfcomm_add_listener': /kisskb/src/net/bluetooth/rfcomm/core.c:2048:17: note: byref variable will be forcibly initialized 2048 | struct socket *sock; | ^~~~ /kisskb/src/net/bluetooth/rfcomm/core.c:2047:21: note: byref variable will be forcibly initialized 2047 | struct sockaddr_l2 addr; | ^~~~ /kisskb/src/net/bluetooth/rfcomm/core.c: In function 'rfcomm_accept_connection': /kisskb/src/net/bluetooth/rfcomm/core.c:1957:34: note: byref variable will be forcibly initialized 1957 | struct socket *sock = s->sock, *nsock; | ^~~~~ /kisskb/src/net/bluetooth/rfcomm/core.c: In function 'rfcomm_recv_pn': /kisskb/src/net/bluetooth/rfcomm/core.c:1431:21: note: byref variable will be forcibly initialized 1431 | struct rfcomm_dlc *d; | ^ /kisskb/src/net/bluetooth/rfcomm/tty.c: In function 'rfcomm_get_dev_info': /kisskb/src/net/bluetooth/rfcomm/tty.c:557:25: note: byref variable will be forcibly initialized 557 | struct rfcomm_dev_info di; | ^~ /kisskb/src/net/bluetooth/rfcomm/tty.c: In function '__rfcomm_create_dev': /kisskb/src/net/bluetooth/rfcomm/tty.c:394:24: note: byref variable will be forcibly initialized 394 | struct rfcomm_dev_req req; | ^~~ /kisskb/src/net/bluetooth/rfcomm/core.c: In function 'rfcomm_send_rpn': /kisskb/src/net/bluetooth/rfcomm/core.c:1000:5: note: byref variable will be forcibly initialized 1000 | u8 buf[16], *ptr = buf; | ^~~ /kisskb/src/net/bluetooth/rfcomm/tty.c: In function '__rfcomm_release_dev': /kisskb/src/net/bluetooth/rfcomm/tty.c:440:24: note: byref variable will be forcibly initialized 440 | struct rfcomm_dev_req req; | ^~~ /kisskb/src/net/bluetooth/rfcomm/tty.c: In function 'rfcomm_tty_tiocmset': /kisskb/src/net/bluetooth/rfcomm/tty.c:1075:5: note: byref variable will be forcibly initialized 1075 | u8 v24_sig; | ^~~~~~~ /kisskb/src/net/bluetooth/rfcomm/core.c: In function 'rfcomm_recv_sabm': /kisskb/src/net/bluetooth/rfcomm/core.c:1359:21: note: byref variable will be forcibly initialized 1359 | struct rfcomm_dlc *d; | ^ In file included from /kisskb/src/net/bluetooth/rfcomm/core.c:33: /kisskb/src/net/bluetooth/rfcomm/core.c: In function 'rfcomm_run': /kisskb/src/include/net/bluetooth/bluetooth.h:294:34: note: byref variable will be forcibly initialized 294 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/rfcomm/core.c:2116:22: note: in expansion of macro 'BDADDR_ANY' 2116 | rfcomm_add_listener(BDADDR_ANY); | ^~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'crng_init_try_arch': /kisskb/src/drivers/char/random.c:778:16: note: byref variable will be forcibly initialized 778 | unsigned long rv; | ^~ /kisskb/src/drivers/char/random.c: In function 'crng_init_try_arch_early': /kisskb/src/drivers/char/random.c:796:16: note: byref variable will be forcibly initialized 796 | unsigned long rv; | ^~ /kisskb/src/drivers/char/tpm/tpm-sysfs.c: In function 'pcr_value_show': /kisskb/src/drivers/char/tpm/tpm-sysfs.c:354:20: note: byref variable will be forcibly initialized 354 | struct tpm_digest digest; | ^~~~~~ /kisskb/src/drivers/char/random.c: In function 'init_std_data': /kisskb/src/drivers/char/random.c:1753:16: note: byref variable will be forcibly initialized 1753 | unsigned long rv; | ^~ /kisskb/src/drivers/char/random.c:1752:10: note: byref variable will be forcibly initialized 1752 | ktime_t now = ktime_get_real(); | ^~~ /kisskb/src/drivers/char/tpm/tpm-sysfs.c: In function 'temp_deactivated_show': /kisskb/src/net/atm/common.c: In function 'vcc_process_recv_queue': /kisskb/src/drivers/char/tpm/tpm-sysfs.c:188:8: note: byref variable will be forcibly initialized 188 | cap_t cap; | ^~~ /kisskb/src/net/atm/common.c:227:22: note: byref variable will be forcibly initialized 227 | struct sk_buff_head queue, *rq; | ^~~~~ /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/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:86:5: note: byref variable will be forcibly initialized 86 | u8 digest[TPM_DIGEST_SIZE]; | ^~~~~~ /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:40:7: note: byref variable will be forcibly initialized 40 | char anti_replay[20]; | ^~~~~~~~~~~ /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/char/random.c: In function 'get_random_bytes_arch': /kisskb/src/drivers/char/random.c:1725:17: note: byref variable will be forcibly initialized 1725 | unsigned long v; | ^ /kisskb/src/drivers/char/random.c: In function 'extract_buf': /kisskb/src/drivers/char/random.c:1376:8: note: byref variable will be forcibly initialized 1376 | __u32 workspace[SHA1_WORKSPACE_WORDS]; | ^~~~~~~~~ /kisskb/src/drivers/char/random.c:1375:4: note: byref variable will be forcibly initialized 1375 | } hash; | ^~~~ /kisskb/src/drivers/char/random.c: In function '_extract_entropy': /kisskb/src/drivers/char/random.c:1427:7: note: byref variable will be forcibly initialized 1427 | __u8 tmp[EXTRACT_SIZE]; | ^~~ In file included from /kisskb/src/drivers/char/random.c:318: /kisskb/src/drivers/char/random.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/net/bluetooth/af_bluetooth.c: In function 'bt_sock_recvmsg': /kisskb/src/net/bluetooth/af_bluetooth.c:259:6: note: byref variable will be forcibly initialized 259 | int err; | ^~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/net/atm/common.c:10: /kisskb/src/net/atm/common.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'crng_reseed': /kisskb/src/drivers/char/random.c:958:17: note: byref variable will be forcibly initialized 958 | unsigned long rv; | ^~ /kisskb/src/drivers/char/random.c:945:4: note: byref variable will be forcibly initialized 945 | } buf; | ^~~ /kisskb/src/drivers/char/random.c: In function '_get_random_bytes': /kisskb/src/drivers/char/random.c:1527:7: note: byref variable will be forcibly initialized 1527 | __u8 tmp[CHACHA_BLOCK_SIZE] __aligned(4); | ^~~ /kisskb/src/net/atm/common.c: In function 'vcc_recvmsg': /kisskb/src/net/atm/common.c:528:14: note: byref variable will be forcibly initialized 528 | int copied, error = -EINVAL; | ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/random.h:247, from /kisskb/src/drivers/char/random.c:348: /kisskb/src/drivers/char/random.c: In function 'trace_event_raw_event_add_device_randomness': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(add_device_randomness, | ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'trace_event_raw_event_random__mix_pool_bytes': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/random.h:30:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 30 | DECLARE_EVENT_CLASS(random__mix_pool_bytes, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'trace_event_raw_event_credit_entropy_bits': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:63:1: note: in expansion of macro 'TRACE_EVENT' 63 | TRACE_EVENT(credit_entropy_bits, | ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'trace_event_raw_event_debit_entropy': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:88:1: note: in expansion of macro 'TRACE_EVENT' 88 | TRACE_EVENT(debit_entropy, | ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'trace_event_raw_event_add_input_randomness': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:107:1: note: in expansion of macro 'TRACE_EVENT' 107 | TRACE_EVENT(add_input_randomness, | ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'trace_event_raw_event_add_disk_randomness': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:123:1: note: in expansion of macro 'TRACE_EVENT' 123 | TRACE_EVENT(add_disk_randomness, | ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'trace_event_raw_event_random__get_random_bytes': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/random.h:142:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 142 | DECLARE_EVENT_CLASS(random__get_random_bytes, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'trace_event_raw_event_random__extract_entropy': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/random.h:172:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 172 | DECLARE_EVENT_CLASS(random__extract_entropy, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/8021q/vlan_core.c: In function 'vlan_vid_add': /kisskb/src/net/8021q/vlan_core.c:321:24: note: byref variable will be forcibly initialized 321 | struct vlan_vid_info *vid_info; | ^~~~~~~~ /kisskb/src/net/atm/common.c: In function 'vcc_setsockopt': /kisskb/src/net/atm/common.c:761:18: note: byref variable will be forcibly initialized 761 | struct atm_qos qos; | ^~~ /kisskb/src/net/atm/common.c:751:16: note: byref variable will be forcibly initialized 751 | unsigned long value; | ^~~~~ /kisskb/src/drivers/char/random.c: In function 'trace_event_raw_event_urandom_read': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:205:1: note: in expansion of macro 'TRACE_EVENT' 205 | TRACE_EVENT(urandom_read, | ^~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'trace_event_raw_event_prandom_u32': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/random.h:227:1: note: in expansion of macro 'TRACE_EVENT' 227 | TRACE_EVENT(prandom_u32, | ^~~~~~~~~~~ /kisskb/src/net/atm/common.c: In function 'vcc_getsockopt': /kisskb/src/net/atm/common.c:812:26: note: byref variable will be forcibly initialized 812 | struct sockaddr_atmpvc pvc; | ^~~ /kisskb/src/drivers/char/random.c: In function 'add_device_randomness': /kisskb/src/drivers/char/random.c:1116:16: note: byref variable will be forcibly initialized 1116 | unsigned long time = random_get_entropy() ^ jiffies; | ^~~~ /kisskb/src/drivers/char/random.c: In function 'add_timer_randomness': /kisskb/src/drivers/char/random.c:1149:4: note: byref variable will be forcibly initialized 1149 | } sample; | ^~~~~~ /kisskb/src/drivers/char/random.c: In function 'write_pool': /kisskb/src/drivers/char/random.c:1865:11: note: byref variable will be forcibly initialized 1865 | __u32 t, buf[16]; | ^~~ /kisskb/src/drivers/char/random.c: In function 'extract_crng_user': /kisskb/src/drivers/char/random.c:1059:7: note: byref variable will be forcibly initialized 1059 | __u8 tmp[CHACHA_BLOCK_SIZE] __aligned(4); | ^~~ /kisskb/src/drivers/char/random.c: In function 'try_to_generate_entropy': /kisskb/src/drivers/char/random.c:1583:4: note: byref variable will be forcibly initialized 1583 | } stack; | ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/utsname.h:6, from /kisskb/src/drivers/char/random.c:312: /kisskb/src/drivers/char/random.c: In function 'wait_for_random_bytes': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c:1622:9: note: in expansion of macro 'wait_event_interruptible_timeout' 1622 | ret = wait_event_interruptible_timeout(crng_init_wait, crng_ready(), HZ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c: In function 'add_hwgenerator_randomness': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/random.c:2286:2: note: in expansion of macro 'wait_event_interruptible' 2286 | wait_event_interruptible(random_write_wait, kthread_should_stop() || | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hidp/core.c: In function 'hidp_input_event': /kisskb/src/net/bluetooth/hidp/core.c:152:21: note: byref variable will be forcibly initialized 152 | unsigned char hdr, data[2]; | ^~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/net/bluetooth/hidp/core.c:25: /kisskb/src/net/bluetooth/hidp/core.c: In function 'hidp_get_raw_report': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hidp/core.c:279:9: note: in expansion of macro 'wait_event_interruptible_timeout' 279 | res = wait_event_interruptible_timeout(session->report_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hidp/core.c: In function 'hidp_set_raw_report': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hidp/core.c:354:9: note: in expansion of macro 'wait_event_interruptible_timeout' 354 | res = wait_event_interruptible_timeout(session->report_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/eventlog/tpm1.c: In function 'get_event_name': /kisskb/src/drivers/char/tpm/eventlog/tpm1.c:148:7: note: byref variable will be forcibly initialized 148 | char data[41] = ""; | ^~~~ /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; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/8021q/vlan.c:20: /kisskb/src/net/8021q/vlan.c: In function 'vlan_device_event': /kisskb/src/net/8021q/vlan.c:440:13: note: byref variable will be forcibly initialized 440 | LIST_HEAD(close_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/net/8021q/vlan.c:375:12: note: byref variable will be forcibly initialized 375 | 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/net/bluetooth/hidp/core.c: In function 'hidp_session_start_sync': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/net/bluetooth/hidp/core.c:1066:3: note: in expansion of macro 'wait_event' 1066 | wait_event(session->state_queue, | ^~~~~~~~~~ /kisskb/src/net/8021q/vlan.c: In function 'register_vlan_device': /kisskb/src/net/8021q/vlan.c:223:7: note: byref variable will be forcibly initialized 223 | char name[IFNAMSIZ]; | ^~~~ /kisskb/src/net/8021q/vlan.c: In function 'vlan_ioctl_handler': /kisskb/src/net/8021q/vlan.c:547:25: note: byref variable will be forcibly initialized 547 | struct vlan_ioctl_args args; | ^~~~ /kisskb/src/net/bluetooth/hidp/core.c: In function 'hidp_send_frame': /kisskb/src/net/bluetooth/hidp/core.c:618:16: note: byref variable will be forcibly initialized 618 | struct msghdr msg; | ^~~ /kisskb/src/net/bluetooth/hidp/core.c:617:14: note: byref variable will be forcibly initialized 617 | struct kvec iv = { data, len }; | ^~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/security.h:30, from /kisskb/src/drivers/char/tpm/eventlog/tpm2.c:17: /kisskb/src/drivers/char/tpm/eventlog/tpm2.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/char/tpm/eventlog/tpm2.c:20: /kisskb/src/drivers/char/tpm/eventlog/tpm2.c: In function '__calc_tpm2_event_size': /kisskb/src/include/linux/tpm_eventlog.h:176:11: note: byref variable will be forcibly initialized 176 | const u8 zero_digest[sizeof(event_header->digest)] = {0}; | ^~~~~~~~~~~ /kisskb/src/include/linux/tpm_eventlog.h:172:6: note: byref variable will be forcibly initialized 172 | u16 halg; | ^~~~ /kisskb/src/net/bluetooth/hidp/core.c: In function 'hidp_connection_add': /kisskb/src/net/bluetooth/hidp/core.c:1352:23: note: byref variable will be forcibly initialized 1352 | struct hidp_session *session; | ^~~~~~~ /kisskb/src/net/bluetooth/hidp/core.c: In function 'hidp_get_connlist': /kisskb/src/net/bluetooth/hidp/core.c:1427:24: note: byref variable will be forcibly initialized 1427 | struct hidp_conninfo ci; | ^~ /kisskb/src/net/bluetooth/hci_conn.c: In function 'hci_setup_sync_conn': /kisskb/src/net/bluetooth/hci_conn.c:433:32: note: byref variable will be forcibly initialized 433 | struct hci_cp_setup_sync_conn cp; | ^~ /kisskb/src/net/bluetooth/hci_conn.c: In function 'hci_add_sco': /kisskb/src/net/bluetooth/hci_conn.c:281:24: note: byref variable will be forcibly initialized 281 | struct hci_cp_add_sco cp; | ^~ /kisskb/src/net/bluetooth/hci_conn.c: In function 'le_disable_advertising': /kisskb/src/net/bluetooth/hci_conn.c:650:6: note: byref variable will be forcibly initialized 650 | u8 enable = 0x00; | ^~~~~~ /kisskb/src/net/bluetooth/hci_conn.c:642:39: note: byref variable will be forcibly initialized 642 | struct hci_cp_le_set_ext_adv_enable cp; | ^~ /kisskb/src/net/bluetooth/hci_conn.c: In function 'hci_conn_idle': /kisskb/src/net/bluetooth/hci_conn.c:620:28: note: byref variable will be forcibly initialized 620 | struct hci_cp_sniff_mode cp; | ^~ /kisskb/src/net/bluetooth/hci_conn.c:611:31: note: byref variable will be forcibly initialized 611 | struct hci_cp_sniff_subrate cp; | ^~ /kisskb/src/net/bluetooth/hci_conn.c: In function 'hci_conn_auth': /kisskb/src/net/bluetooth/hci_conn.c:1558:32: note: byref variable will be forcibly initialized 1558 | struct hci_cp_auth_requested cp; | ^~ /kisskb/src/net/bluetooth/hci_conn.c: In function 'hci_conn_encrypt': /kisskb/src/net/bluetooth/hci_conn.c:1582:34: note: byref variable will be forcibly initialized 1582 | struct hci_cp_set_conn_encrypt cp; | ^~ /kisskb/src/net/bluetooth/hci_conn.c: In function 'hci_enhanced_setup_sync_conn': /kisskb/src/net/bluetooth/hci_conn.c:313:41: note: byref variable will be forcibly initialized 313 | struct hci_cp_enhanced_setup_sync_conn cp; | ^~ /kisskb/src/net/bluetooth/hci_conn.c: In function 'hci_conn_switch_role': /kisskb/src/net/bluetooth/hci_conn.c:1696:29: note: byref variable will be forcibly initialized 1696 | struct hci_cp_switch_role cp; | ^~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'check_locality': /kisskb/src/drivers/char/tpm/tpm_tis_core.c:123:5: note: byref variable will be forcibly initialized 123 | u8 access; | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'tpm_tis_reenable_interrupts': /kisskb/src/drivers/char/tpm/tpm_tis_core.c:1107:6: note: byref variable will be forcibly initialized 1107 | u32 intmask; | ^~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'tpm_tis_remove': /kisskb/src/drivers/char/tpm/tpm_tis_core.c:836:6: note: byref variable will be forcibly initialized 836 | u32 interrupt; | ^~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'tpm_tis_update_durations': /kisskb/src/drivers/char/tpm/tpm_tis_core.c:511:8: note: byref variable will be forcibly initialized 511 | cap_t cap; | ^~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c:509:6: note: byref variable will be forcibly initialized 509 | u32 did_vid; | ^~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'tpm_tis_update_timeouts': /kisskb/src/drivers/char/tpm/tpm_tis_core.c:585:6: note: byref variable will be forcibly initialized 585 | u32 did_vid; | ^~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'tpm_tis_status': /kisskb/src/drivers/char/tpm/tpm_tis_core.c:193:5: note: byref variable will be forcibly initialized 193 | u8 status; | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'get_burstcount': /kisskb/src/drivers/char/tpm/tpm_tis_core.c:237:6: note: byref variable will be forcibly initialized 237 | u32 value; | ^~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'wait_startup': /kisskb/src/drivers/char/tpm/tpm_tis_core.c:106:6: note: byref variable will be forcibly initialized 106 | u8 access; | ^~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/char/tpm/tpm_tis_core.c:19: /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'wait_for_tpm_stat': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c:69:8: note: in expansion of macro 'wait_event_interruptible_timeout' 69 | rc = wait_event_interruptible_timeout(*queue, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c:55:7: note: byref variable will be forcibly initialized 55 | bool canceled = false; | ^~~~~~~~ /kisskb/src/net/bluetooth/hci_conn.c: In function 'hci_get_route': /kisskb/src/net/bluetooth/hci_conn.c:833:7: note: byref variable will be forcibly initialized 833 | u8 id_addr_type; | ^~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_conn.c:832:13: note: byref variable will be forcibly initialized 832 | bdaddr_t id_addr; | ^~~~~~~ /kisskb/src/net/bluetooth/hci_conn.c: In function 'hci_req_directed_advertising': /kisskb/src/net/bluetooth/hci_conn.c:1129:34: note: byref variable will be forcibly initialized 1129 | struct hci_cp_le_set_adv_param cp; | ^~ /kisskb/src/net/bluetooth/hci_conn.c:1115:43: note: byref variable will be forcibly initialized 1115 | struct hci_cp_le_set_adv_set_rand_addr cp; | ^~ In file included from /kisskb/src/net/bluetooth/hci_conn.c:30: /kisskb/src/include/net/bluetooth/bluetooth.h:294:34: note: byref variable will be forcibly initialized 294 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/hci_conn.c:1113:27: note: in expansion of macro 'BDADDR_ANY' 1113 | bacmp(&random_addr, BDADDR_ANY) && | ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_conn.c:1078:12: note: byref variable will be forcibly initialized 1078 | bdaddr_t random_addr; | ^~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_conn.c:1077:39: note: byref variable will be forcibly initialized 1077 | struct hci_cp_le_set_ext_adv_params cp; | ^~ /kisskb/src/net/bluetooth/hci_conn.c:1074:5: note: byref variable will be forcibly initialized 1074 | u8 enable; | ^~~~~~ /kisskb/src/net/bluetooth/hci_conn.c:1073:5: note: byref variable will be forcibly initialized 1073 | u8 own_addr_type; | ^~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_conn.c: In function 'hci_req_add_le_create_conn': /kisskb/src/net/bluetooth/hci_conn.c:1045:32: note: byref variable will be forcibly initialized 1045 | struct hci_cp_le_create_conn cp; | ^~ /kisskb/src/net/bluetooth/hci_conn.c:1005:6: note: byref variable will be forcibly initialized 1005 | u8 data[sizeof(*cp) + sizeof(*p) * 3]; | ^~~~ /kisskb/src/net/bluetooth/hci_conn.c:981:5: note: byref variable will be forcibly initialized 981 | u8 own_addr_type; | ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/char/tpm/tpm_tis_core.c:19: /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'request_locality': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c:168:8: note: in expansion of macro 'wait_event_interruptible_timeout' 168 | rc = wait_event_interruptible_timeout(priv->int_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'probe_itpm': /kisskb/src/drivers/char/tpm/tpm_tis_core.c:628:6: note: byref variable will be forcibly initialized 628 | u16 vendor; | ^~~~~~ /kisskb/src/net/bluetooth/hci_conn.c: In function 'hci_acl_create_connection': /kisskb/src/net/bluetooth/hci_conn.c:202:28: note: byref variable will be forcibly initialized 202 | struct hci_cp_create_conn cp; | ^~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'tis_int_handler': /kisskb/src/drivers/char/tpm/tpm_tis_core.c:686:6: note: byref variable will be forcibly initialized 686 | u32 interrupt; | ^~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'tpm_tis_gen_interrupt': /kisskb/src/drivers/char/tpm/tpm_tis_core.c:721:8: note: byref variable will be forcibly initialized 721 | cap_t cap; | ^~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c:720:6: note: byref variable will be forcibly initialized 720 | u32 cap2; | ^~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'tpm_tis_probe_irq_single': /kisskb/src/drivers/char/tpm/tpm_tis_core.c:748:6: note: byref variable will be forcibly initialized 748 | u32 int_status; | ^~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c:746:5: note: byref variable will be forcibly initialized 746 | u8 original_int_vec; | ^~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_conn.c: In function 'hci_disconnect': /kisskb/src/net/bluetooth/hci_conn.c:268:35: note: byref variable will be forcibly initialized 268 | struct hci_cp_read_clock_offset clkoff_cp; | ^~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'tpm_tis_probe_irq': /kisskb/src/drivers/char/tpm/tpm_tis_core.c:813:5: note: byref variable will be forcibly initialized 813 | u8 original_int_vec; | ^~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_conn.c: In function 'hci_le_conn_update': /kisskb/src/net/bluetooth/hci_conn.c:495:31: note: byref variable will be forcibly initialized 495 | struct hci_cp_le_conn_update cp; | ^~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'disable_interrupts': /kisskb/src/drivers/char/tpm/tpm_tis_core.c:412:6: note: byref variable will be forcibly initialized 412 | u32 intmask; | ^~~~~~~ /kisskb/src/net/bluetooth/hci_conn.c: In function 'hci_le_start_enc': /kisskb/src/net/bluetooth/hci_conn.c:530:29: note: byref variable will be forcibly initialized 530 | struct hci_cp_le_start_enc cp; | ^~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c: In function 'tpm_tis_core_init': /kisskb/src/drivers/char/tpm/tpm_tis_core.c:930:5: note: byref variable will be forcibly initialized 930 | u8 rid; | ^~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c:928:6: note: byref variable will be forcibly initialized 928 | u32 intmask; | ^~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c:927:6: note: byref variable will be forcibly initialized 927 | u32 intfcaps; | ^~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_core.c:926:6: note: byref variable will be forcibly initialized 926 | u32 vendor; | ^~~~~~ /kisskb/src/net/bluetooth/hci_conn.c: In function 'hci_conn_enter_active_mode': /kisskb/src/net/bluetooth/hci_conn.c:1720:33: note: byref variable will be forcibly initialized 1720 | struct hci_cp_exit_sniff_mode cp; | ^~ /kisskb/src/net/bluetooth/hci_conn.c: In function 'hci_get_conn_list': /kisskb/src/net/bluetooth/hci_conn.c:1788:27: note: byref variable will be forcibly initialized 1788 | struct hci_conn_list_req req, *cl; | ^~~ /kisskb/src/net/bluetooth/hci_conn.c: In function 'hci_get_conn_info': /kisskb/src/net/bluetooth/hci_conn.c:1841:23: note: byref variable will be forcibly initialized 1841 | struct hci_conn_info ci; | ^~ /kisskb/src/net/bluetooth/hci_conn.c:1840:27: note: byref variable will be forcibly initialized 1840 | struct hci_conn_info_req req; | ^~~ /kisskb/src/net/bluetooth/hci_conn.c: In function 'hci_get_auth_info': /kisskb/src/net/bluetooth/hci_conn.c:1868:27: note: byref variable will be forcibly initialized 1868 | struct hci_auth_info_req req; | ^~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from ./arch/powerpc/include/generated/asm/rwonce.h:1, from /kisskb/src/include/linux/compiler.h:266, from /kisskb/src/include/linux/err.h:5, from /kisskb/src/drivers/tty/serial/serial_mctrl_gpio.c:8: /kisskb/src/drivers/tty/serial/serial_mctrl_gpio.c: In function 'mctrl_gpio_set': /kisskb/src/drivers/tty/serial/serial_mctrl_gpio.c:49:17: note: byref variable will be forcibly initialized 49 | DECLARE_BITMAP(values, UART_GPIO_MAX); | ^~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/tty/serial/serial_mctrl_gpio.c:48:20: note: byref variable will be forcibly initialized 48 | struct gpio_desc *desc_array[UART_GPIO_MAX]; | ^~~~~~~~~~ /kisskb/src/drivers/tty/serial/serial_mctrl_gpio.c: In function 'mctrl_gpio_irq_handle': /kisskb/src/drivers/tty/serial/serial_mctrl_gpio.c:160:6: note: byref variable will be forcibly initialized 160 | u32 mctrl = gpios->mctrl_prev; | ^~~~~ In file included from /kisskb/src/net/bluetooth/hci_conn.c:30: /kisskb/src/net/bluetooth/hci_conn.c: In function 'hci_connect_le': /kisskb/src/include/net/bluetooth/bluetooth.h:294:34: note: byref variable will be forcibly initialized 294 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/hci_conn.c:1223:31: note: in expansion of macro 'BDADDR_ANY' 1223 | if (irk && bacmp(&irk->rpa, BDADDR_ANY)) { | ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_conn.c:1177:21: note: byref variable will be forcibly initialized 1177 | struct hci_request req; | ^~~ In file included from /kisskb/src/include/linux/crypto.h:20, from /kisskb/src/net/bluetooth/hci_core.c:31: /kisskb/src/net/bluetooth/hci_core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_inq_req': /kisskb/src/net/bluetooth/hci_core.c:1173:24: note: byref variable will be forcibly initialized 1173 | struct hci_cp_inquiry cp; | ^~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_set_event_mask_page_2': /kisskb/src/net/bluetooth/hci_core.c:422:5: note: byref variable will be forcibly initialized 422 | u8 events[8] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; | ^~~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_init4_req': /kisskb/src/net/bluetooth/hci_core.c:771:36: note: byref variable will be forcibly initialized 771 | struct hci_cp_le_set_default_phy cp; | ^~ /kisskb/src/net/bluetooth/hci_core.c:762:39: note: byref variable will be forcibly initialized 762 | struct hci_cp_le_write_def_data_len cp; | ^~ /kisskb/src/net/bluetooth/hci_core.c:749:47: note: byref variable will be forcibly initialized 749 | struct hci_cp_write_def_err_data_reporting cp; | ^~ /kisskb/src/net/bluetooth/hci_core.c:733:6: note: byref variable will be forcibly initialized 733 | u8 support = 0x01; | ^~~~~~~ In file included from /kisskb/src/net/bluetooth/hci_core.c:37: /kisskb/src/include/net/bluetooth/bluetooth.h:294:34: note: byref variable will be forcibly initialized 294 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/hci_core.c:708:21: note: in expansion of macro 'BDADDR_ANY' 708 | bacpy(&cp.bdaddr, BDADDR_ANY); | ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c:706:40: note: byref variable will be forcibly initialized 706 | struct hci_cp_delete_stored_link_key cp; | ^~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_setup_link_policy': /kisskb/src/net/bluetooth/hci_core.c:382:38: note: byref variable will be forcibly initialized 382 | struct hci_cp_write_def_link_policy cp; | ^~ /kisskb/src/net/bluetooth/hci_core.c: In function 'bredr_setup': /kisskb/src/net/bluetooth/hci_core.c:152:7: note: byref variable will be forcibly initialized 152 | __u8 flt_type; | ^~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c:151:9: note: byref variable will be forcibly initialized 151 | __le16 param; | ^~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_linkpol_req': /kisskb/src/net/bluetooth/hci_core.c:918:9: note: byref variable will be forcibly initialized 918 | __le16 policy = cpu_to_le16(opt); | ^~~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_scan_req': /kisskb/src/net/bluetooth/hci_core.c:885:7: note: byref variable will be forcibly initialized 885 | __u8 scan = opt; | ^~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_encrypt_req': /kisskb/src/net/bluetooth/hci_core.c:907:7: note: byref variable will be forcibly initialized 907 | __u8 encrypt = opt; | ^~~~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_auth_req': /kisskb/src/net/bluetooth/hci_core.c:896:7: note: byref variable will be forcibly initialized 896 | __u8 auth = opt; | ^~~~ /kisskb/src/net/atm/resources.c: In function 'fetch_stats': /kisskb/src/net/atm/resources.c:178:23: note: byref variable will be forcibly initialized 178 | struct atm_dev_stats tmp; | ^~~ In file included from /kisskb/src/net/bluetooth/hci_core.c:37: /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_dev_get_bd_addr_from_property': /kisskb/src/include/net/bluetooth/bluetooth.h:294:34: note: byref variable will be forcibly initialized 294 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/hci_core.c:1312:29: note: in expansion of macro 'BDADDR_ANY' 1312 | if (ret < 0 || !bacmp(&ba, BDADDR_ANY)) | ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c:1307:11: note: byref variable will be forcibly initialized 1307 | bdaddr_t ba; | ^~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_setup_event_mask': /kisskb/src/net/bluetooth/hci_core.c:207:5: note: byref variable will be forcibly initialized 207 | u8 events[8] = { 0xff, 0xff, 0xfb, 0xff, 0x00, 0x00, 0x00, 0x00 }; | ^~~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_set_le_support': /kisskb/src/net/bluetooth/hci_core.c:401:40: note: byref variable will be forcibly initialized 401 | struct hci_cp_write_le_host_supported cp; | ^~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_init3_req': /kisskb/src/net/bluetooth/hci_core.c:677:41: note: byref variable will be forcibly initialized 677 | struct hci_cp_read_local_ext_features cp; | ^~ /kisskb/src/net/bluetooth/hci_core.c:651:11: note: byref variable will be forcibly initialized 651 | __le16 rpa_timeout = cpu_to_le16(hdev->rpa_timeout); | ^~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c:498:6: note: byref variable will be forcibly initialized 498 | u8 events[8]; | ^~~~~~ In file included from /kisskb/src/net/bluetooth/hci_core.c:37: /kisskb/src/include/net/bluetooth/bluetooth.h:294:34: note: byref variable will be forcibly initialized 294 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/hci_core.c:475:21: note: in expansion of macro 'BDADDR_ANY' 475 | bacpy(&cp.bdaddr, BDADDR_ANY); | ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c:473:38: note: byref variable will be forcibly initialized 473 | struct hci_cp_read_stored_link_key cp; | ^~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_init2_req': /kisskb/src/net/bluetooth/hci_core.c:371:6: note: byref variable will be forcibly initialized 371 | u8 enable = 1; | ^~~~~~ /kisskb/src/net/bluetooth/hci_core.c:363:41: note: byref variable will be forcibly initialized 363 | struct hci_cp_read_local_ext_features cp; | ^~ /kisskb/src/net/bluetooth/hci_core.c:348:6: note: byref variable will be forcibly initialized 348 | u8 mode; | ^~~~ /kisskb/src/net/bluetooth/hci_core.c:337:28: note: byref variable will be forcibly initialized 337 | struct hci_cp_write_eir cp; | ^~ /kisskb/src/net/bluetooth/hci_core.c:332:7: note: byref variable will be forcibly initialized 332 | u8 mode = 0x01; | ^~~~ /kisskb/src/drivers/tty/serial/uartlite.c: In function 'ulite_probe': /kisskb/src/drivers/tty/serial/uartlite.c:791:7: note: byref variable will be forcibly initialized 791 | u32 val = 0; | ^~~ /kisskb/src/drivers/tty/serial/uartlite.c:781:6: note: byref variable will be forcibly initialized 781 | int id = pdev->id; | ^~ /kisskb/src/net/atm/resources.c: In function 'atm_dev_ioctl': /kisskb/src/net/atm/resources.c:321:26: note: byref variable will be forcibly initialized 321 | struct sockaddr_atmsvc addr; | ^~~~ /kisskb/src/net/atm/resources.c:269:17: note: byref variable will be forcibly initialized 269 | unsigned char esi[ESI_LEN]; | ^~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_sched_sco': /kisskb/src/net/bluetooth/hci_core.c:4637:6: note: byref variable will be forcibly initialized 4637 | int quote; | ^~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_sched_esco': /kisskb/src/net/bluetooth/hci_core.c:4660:6: note: byref variable will be forcibly initialized 4660 | int quote; | ^~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_sched_acl_pkt': /kisskb/src/net/bluetooth/hci_core.c:4685:6: note: byref variable will be forcibly initialized 4685 | int quote; | ^~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_sched_acl_blk': /kisskb/src/net/bluetooth/hci_core.c:4727:6: note: byref variable will be forcibly initialized 4727 | int quote; | ^~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_sched_le': /kisskb/src/net/bluetooth/hci_core.c:4803:6: note: byref variable will be forcibly initialized 4803 | int quote, cnt, tmp; | ^~~~~ /kisskb/src/drivers/tty/serial/ucc_uart.c: In function 'qe_uart_request_port': /kisskb/src/drivers/tty/serial/ucc_uart.c:989:13: note: byref variable will be forcibly initialized 989 | dma_addr_t bd_dma_addr = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/tty/serial/ucc_uart.c:986:27: note: byref variable will be forcibly initialized 986 | struct ucc_slow_private *uccs; | ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/leds.h:12, from /kisskb/src/include/linux/rfkill.h:36, from /kisskb/src/net/bluetooth/hci_core.c:29: /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_suspend_wait_event': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c:3574:12: note: in expansion of macro 'wait_event_timeout' 3574 | int ret = wait_event_timeout(hdev->suspend_wait_q, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/serial/ucc_uart.c: In function 'ucc_uart_probe': /kisskb/src/drivers/tty/serial/ucc_uart.c:1258:6: note: byref variable will be forcibly initialized 1258 | u32 val; | ^~~ /kisskb/src/drivers/tty/serial/ucc_uart.c:1257:18: note: byref variable will be forcibly initialized 1257 | struct resource res; | ^~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_set_hw_info': /kisskb/src/net/bluetooth/hci_core.c:4120:10: note: byref variable will be forcibly initialized 4120 | va_list vargs; | ^~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_set_fw_info': /kisskb/src/net/bluetooth/hci_core.c:4131:10: note: byref variable will be forcibly initialized 4131 | va_list vargs; | ^~~~~ In file included from /kisskb/src/net/bluetooth/hci_core.c:37: /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_inquiry_cache_lookup_resolve': /kisskb/src/include/net/bluetooth/bluetooth.h:294:34: note: byref variable will be forcibly initialized 294 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/hci_core.c:1051:22: note: in expansion of macro 'BDADDR_ANY' 1051 | if (!bacmp(bdaddr, BDADDR_ANY) && e->name_state == state) | ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_inquiry': /kisskb/src/net/bluetooth/hci_core.c:1192:25: note: byref variable will be forcibly initialized 1192 | struct hci_inquiry_req ir; | ^~ In file included from /kisskb/src/net/bluetooth/hci_core.c:37: /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_dev_do_close': /kisskb/src/include/net/bluetooth/bluetooth.h:294:34: note: byref variable will be forcibly initialized 294 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/hci_core.c:1729:28: note: in expansion of macro 'BDADDR_ANY' 1729 | bacpy(&hdev->random_addr, BDADDR_ANY); | ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_dev_cmd': /kisskb/src/net/bluetooth/hci_core.c:1892:21: note: byref variable will be forcibly initialized 1892 | struct hci_dev_req dr; | ^~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_get_dev_info': /kisskb/src/net/bluetooth/hci_core.c:2048:22: note: byref variable will be forcibly initialized 2048 | struct hci_dev_info di; | ^~ In file included from /kisskb/src/net/bluetooth/hci_core.c:37: /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_dev_do_open': /kisskb/src/include/net/bluetooth/bluetooth.h:294:34: note: byref variable will be forcibly initialized 294 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/hci_core.c:1449:33: note: in expansion of macro 'BDADDR_ANY' 1449 | if (bacmp(&hdev->public_addr, BDADDR_ANY) && | ^~~~~~~~~~ /kisskb/src/include/net/bluetooth/bluetooth.h:294:34: note: byref variable will be forcibly initialized 294 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/hci_core.c:1401:34: note: in expansion of macro 'BDADDR_ANY' 1401 | if (bacmp(&hdev->public_addr, BDADDR_ANY) && | ^~~~~~~~~~ /kisskb/src/include/net/bluetooth/bluetooth.h:294:34: note: byref variable will be forcibly initialized 294 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/hci_core.c:1398:35: note: in expansion of macro 'BDADDR_ANY' 1398 | if (!bacmp(&hdev->public_addr, BDADDR_ANY)) | ^~~~~~~~~~ /kisskb/src/include/net/bluetooth/bluetooth.h:294:34: note: byref variable will be forcibly initialized 294 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/hci_core.c:1356:34: note: in expansion of macro 'BDADDR_ANY' 1356 | !bacmp(&hdev->static_addr, BDADDR_ANY)) { | ^~~~~~~~~~ /kisskb/src/include/net/bluetooth/bluetooth.h:294:34: note: byref variable will be forcibly initialized 294 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/hci_core.c:1355:29: note: in expansion of macro 'BDADDR_ANY' 1355 | !bacmp(&hdev->bdaddr, BDADDR_ANY) && | ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_power_on': /kisskb/src/include/net/bluetooth/bluetooth.h:294:34: note: byref variable will be forcibly initialized 294 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/hci_core.c:2159:34: note: in expansion of macro 'BDADDR_ANY' 2159 | !bacmp(&hdev->static_addr, BDADDR_ANY))) { | ^~~~~~~~~~ /kisskb/src/include/net/bluetooth/bluetooth.h:294:34: note: byref variable will be forcibly initialized 294 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/hci_core.c:2158:29: note: in expansion of macro 'BDADDR_ANY' 2158 | !bacmp(&hdev->bdaddr, BDADDR_ANY) && | ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_adv_monitors_clear': /kisskb/src/net/bluetooth/hci_core.c:3021:6: note: byref variable will be forcibly initialized 3021 | int handle; | ^~~~~~ /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_remove_all_adv_monitor': /kisskb/src/net/bluetooth/hci_core.c:3177:6: note: byref variable will be forcibly initialized 3177 | int idr_next_id = 0; | ^~~~~~~~~~~ In file included from /kisskb/src/net/bluetooth/hci_core.c:37: /kisskb/src/net/bluetooth/hci_core.c: In function 'hci_copy_identity_address': /kisskb/src/include/net/bluetooth/bluetooth.h:294:34: note: byref variable will be forcibly initialized 294 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/hci_core.c:3548:33: note: in expansion of macro 'BDADDR_ANY' 3548 | bacmp(&hdev->static_addr, BDADDR_ANY))) { | ^~~~~~~~~~ /kisskb/src/include/net/bluetooth/bluetooth.h:294:34: note: byref variable will be forcibly initialized 294 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/hci_core.c:3546:28: note: in expansion of macro 'BDADDR_ANY' 3546 | !bacmp(&hdev->bdaddr, BDADDR_ANY) || | ^~~~~~~~~~ /kisskb/src/drivers/tty/serial/xilinx_uartps.c: In function 'cdns_uart_set_baud_rate': /kisskb/src/drivers/tty/serial/xilinx_uartps.c:465:6: note: byref variable will be forcibly initialized 465 | int div8; | ^~~~ /kisskb/src/drivers/tty/serial/xilinx_uartps.c:463:14: note: byref variable will be forcibly initialized 463 | u32 cd = 0, bdiv = 0; | ^~~~ /kisskb/src/drivers/tty/serial/xilinx_uartps.c:463:6: note: byref variable will be forcibly initialized 463 | u32 cd = 0, bdiv = 0; | ^~ /kisskb/src/drivers/tty/serial/xilinx_uartps.c: In function 'cdns_uart_clk_notifier_cb': /kisskb/src/drivers/tty/serial/xilinx_uartps.c:511:7: note: byref variable will be forcibly initialized 511 | int div8; | ^~~~ /kisskb/src/drivers/tty/serial/xilinx_uartps.c:510:13: note: byref variable will be forcibly initialized 510 | u32 bdiv, cd; | ^~ /kisskb/src/drivers/tty/serial/xilinx_uartps.c:510:7: note: byref variable will be forcibly initialized 510 | u32 bdiv, cd; | ^~~~ /kisskb/src/net/atm/lec.c: In function 'lec_mcast_make': /kisskb/src/net/atm/lec.c:2111:16: note: byref variable will be forcibly initialized 2111 | unsigned char mac_addr[] = { | ^~~~~~~~ /kisskb/src/net/atm/lec.c: In function 'lec_start_xmit': /kisskb/src/net/atm/lec.c:211:24: note: byref variable will be forcibly initialized 211 | struct lec_arp_table *entry; | ^~~~~ /kisskb/src/net/atm/lec.c: In function 'lec_vcc_attach': /kisskb/src/net/atm/lec.c:685:20: note: byref variable will be forcibly initialized 685 | struct atmlec_ioc ioc_data; | ^~~~~~~~ /kisskb/src/drivers/tty/serial/arc_uart.c: In function 'arc_serial_probe': /kisskb/src/drivers/tty/serial/arc_uart.c:580:6: note: byref variable will be forcibly initialized 580 | u32 val; | ^~~ /kisskb/src/drivers/char/tpm/tpm_tis_i2c_cr50.c: In function 'tpm_cr50_i2c_tis_set_ready': /kisskb/src/drivers/char/tpm/tpm_tis_i2c_cr50.c:390:5: note: byref variable will be forcibly initialized 390 | u8 buf[4] = { TPM_STS_COMMAND_READY }; | ^~~ /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/char/tpm/tpm_tis_i2c_cr50.c: In function 'tpm_cr50_i2c_tis_status': /kisskb/src/drivers/char/tpm/tpm_tis_i2c_cr50.c:374:5: note: byref variable will be forcibly initialized 374 | u8 buf[4]; | ^~~ /kisskb/src/drivers/char/tpm/tpm_tis_i2c_cr50.c: In function 'tpm_cr50_i2c_get_burst_and_status': /kisskb/src/drivers/char/tpm/tpm_tis_i2c_cr50.c:414:5: note: byref variable will be forcibly initialized 414 | u8 buf[4]; | ^~~ /kisskb/src/drivers/char/tpm/tpm_tis_i2c_cr50.c: In function 'tpm_cr50_check_locality': /kisskb/src/drivers/char/tpm/tpm_tis_i2c_cr50.c:298:5: note: byref variable will be forcibly initialized 298 | u8 buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm_tis_i2c_cr50.c: In function 'tpm_cr50_request_locality': /kisskb/src/drivers/char/tpm/tpm_tis_i2c_cr50.c:341:5: note: byref variable will be forcibly initialized 341 | u8 buf = TPM_ACCESS_REQUEST_USE; | ^~~ /kisskb/src/drivers/char/tpm/tpm_tis_i2c_cr50.c: In function 'tpm_cr50_release_locality': /kisskb/src/drivers/char/tpm/tpm_tis_i2c_cr50.c:320:5: note: byref variable will be forcibly initialized 320 | u8 buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm_tis_i2c_cr50.c: In function 'tpm_cr50_i2c_tis_send': /kisskb/src/drivers/char/tpm/tpm_tis_i2c_cr50.c:545:6: note: byref variable will be forcibly initialized 545 | u32 status; | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_i2c_cr50.c:543:5: note: byref variable will be forcibly initialized 543 | u8 tpm_go[4] = { TPM_STS_GO }; | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_i2c_cr50.c:542:9: note: byref variable will be forcibly initialized 542 | size_t burstcnt, limit, sent = 0; | ^~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_i2c_cr50.c: In function 'tpm_cr50_i2c_tis_recv': /kisskb/src/drivers/char/tpm/tpm_tis_i2c_cr50.c:457:6: note: byref variable will be forcibly initialized 457 | u32 status; | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_i2c_cr50.c:455:9: note: byref variable will be forcibly initialized 455 | size_t burstcnt, cur, len, expected; | ^~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_tis_i2c_cr50.c: In function 'tpm_cr50_i2c_probe': /kisskb/src/drivers/char/tpm/tpm_tis_i2c_cr50.c:673:5: note: byref variable will be forcibly initialized 673 | u8 buf[4]; | ^~~ /kisskb/src/drivers/tty/serial/rp2.c: In function 'rp2_asic_interrupt': /kisskb/src/drivers/tty/serial/rp2.c:486:16: note: byref variable will be forcibly initialized 486 | unsigned long status = readl(base + RP2_CH_IRQ_STAT) & | ^~~~~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/drivers/tty/serial/rp2.c:16: /kisskb/src/drivers/tty/serial/rp2.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/powerpc/include/asm/io.h:27, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/tty/serial/rp2.c:23: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/drivers/tty/serial/rp2.c: In function 'rp2_probe': /kisskb/src/drivers/tty/serial/rp2.c:719:25: note: byref variable will be forcibly initialized 719 | const struct firmware *fw; | ^~ /kisskb/src/drivers/char/tpm/tpm_i2c_infineon.c: In function 'iic_tpm_read': /kisskb/src/drivers/char/tpm/tpm_i2c_infineon.c:106:17: note: byref variable will be forcibly initialized 106 | struct i2c_msg msgs[] = {msg1, msg2}; | ^~~~ /kisskb/src/drivers/char/tpm/tpm_i2c_infineon.c:100:17: note: byref variable will be forcibly initialized 100 | struct i2c_msg msg2 = { | ^~~~ /kisskb/src/drivers/char/tpm/tpm_i2c_infineon.c: In function 'tpm_tis_i2c_status': /kisskb/src/drivers/char/tpm/tpm_i2c_infineon.c:368:5: note: byref variable will be forcibly initialized 368 | u8 buf = 0xFF; | ^~~ /kisskb/src/drivers/char/tpm/tpm_i2c_infineon.c: In function 'check_locality': /kisskb/src/drivers/char/tpm/tpm_i2c_infineon.c:314:5: note: byref variable will be forcibly initialized 314 | u8 buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm_i2c_infineon.c: In function 'get_burstcount': /kisskb/src/drivers/char/tpm/tpm_i2c_infineon.c:393:5: note: byref variable will be forcibly initialized 393 | u8 buf[3]; | ^~~ /kisskb/src/drivers/char/tpm/tpm_i2c_infineon.c: In function 'release_locality': /kisskb/src/drivers/char/tpm/tpm_i2c_infineon.c:333:5: note: byref variable will be forcibly initialized 333 | u8 buf; | ^~~ /kisskb/src/drivers/char/tpm/tpm_i2c_infineon.c: In function 'request_locality': /kisskb/src/drivers/char/tpm/tpm_i2c_infineon.c:347:5: note: byref variable will be forcibly initialized 347 | u8 buf = TPM_ACCESS_REQUEST_USE; | ^~~ /kisskb/src/drivers/char/tpm/tpm_i2c_infineon.c: In function 'tpm_tis_i2c_ready': /kisskb/src/drivers/char/tpm/tpm_i2c_infineon.c:385:5: note: byref variable will be forcibly initialized 385 | u8 buf = TPM_STS_COMMAND_READY; | ^~~ /kisskb/src/drivers/char/tpm/tpm_i2c_infineon.c: In function 'tpm_tis_i2c_send': /kisskb/src/drivers/char/tpm/tpm_i2c_infineon.c:523:5: note: byref variable will be forcibly initialized 523 | u8 sts = TPM_STS_GO; | ^~~ /kisskb/src/drivers/char/tpm/tpm_i2c_infineon.c:519:10: note: byref variable will be forcibly initialized 519 | int rc, status; | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm_i2c_infineon.c: In function 'tpm_tis_i2c_recv': /kisskb/src/drivers/char/tpm/tpm_i2c_infineon.c:471:6: note: byref variable will be forcibly initialized 471 | int status; | ^~~~~~ /kisskb/src/drivers/char/tpm/tpm_i2c_infineon.c: In function 'tpm_tis_i2c_init': /kisskb/src/drivers/char/tpm/tpm_i2c_infineon.c:614:6: note: byref variable will be forcibly initialized 614 | u32 vendor; | ^~~~~~ /kisskb/src/drivers/tty/serial/sifive.c: In function '__ssp_receive_chars': /kisskb/src/drivers/tty/serial/sifive.c:439:7: note: byref variable will be forcibly initialized 439 | char is_empty; | ^~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_i2c_nuvoton.c: In function 'i2c_nuvoton_get_burstcount': /kisskb/src/drivers/char/tpm/tpm_i2c_nuvoton.c:141:5: note: byref variable will be forcibly initialized 141 | u8 data; | ^~~~ /kisskb/src/drivers/char/tpm/tpm_i2c_nuvoton.c: In function 'i2c_nuvoton_read_status': /kisskb/src/drivers/char/tpm/tpm_i2c_nuvoton.c:92:5: note: byref variable will be forcibly initialized 92 | u8 data; | ^~~~ /kisskb/src/drivers/char/tpm/tpm_i2c_nuvoton.c: In function 'get_vid': /kisskb/src/drivers/char/tpm/tpm_i2c_nuvoton.c:494:6: note: byref variable will be forcibly initialized 494 | u32 temp; | ^~~~ /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/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/char/tpm/tpm_i2c_nuvoton.c:16: /kisskb/src/drivers/char/tpm/tpm_i2c_nuvoton.c: In function 'i2c_nuvoton_wait_for_stat': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/tpm/tpm_i2c_nuvoton.c:179:8: note: in expansion of macro 'wait_event_interruptible_timeout' 179 | rc = wait_event_interruptible_timeout(*queue, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/serial/sprd_serial.c: In function 'sprd_rx': /kisskb/src/drivers/tty/serial/sprd_serial.c:600:25: note: byref variable will be forcibly initialized 600 | unsigned int ch, flag, lsr, max_count = SPRD_TIMEOUT; | ^~~ /kisskb/src/drivers/tty/serial/sprd_serial.c:600:19: note: byref variable will be forcibly initialized 600 | unsigned int ch, flag, lsr, max_count = SPRD_TIMEOUT; | ^~~~ 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:969:21: note: byref variable will be forcibly initialized 969 | 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/tpm_i2c_nuvoton.c: In function 'i2c_nuvoton_probe': /kisskb/src/drivers/char/tpm/tpm_i2c_nuvoton.c:532:6: note: byref variable will be forcibly initialized 532 | u32 vid = 0; | ^~~ /kisskb/src/drivers/char/tpm/tpm_i2c_nuvoton.c:528:6: note: byref variable will be forcibly initialized 528 | int rc; | ^~ /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/tty/serial/fsl_lpuart.c: In function 'lpuart_copy_rx_to_tty': /kisskb/src/drivers/tty/serial/fsl_lpuart.c:1107:22: note: byref variable will be forcibly initialized 1107 | 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:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/tty/serial/fsl_lpuart.c:1796:7: note: in expansion of macro 'wait_event_interruptible' 1796 | if (wait_event_interruptible(sport->dma_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/r128/r128_cce.c: In function 'r128_cce_load_microcode': /kisskb/src/drivers/gpu/drm/r128/r128_cce.c:151:25: note: byref variable will be forcibly initialized 151 | const struct firmware *fw; | ^~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:10: /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:135:6: note: in expansion of macro 'check_mul_overflow' 135 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:135:6: note: in expansion of macro 'check_mul_overflow' 135 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:133:9: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c: In function 'insert_outside_range': /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:967:16: note: byref variable will be forcibly initialized 967 | struct drm_mm mm; | ^~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c: In function '__igt_once': /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:1947:39: note: byref variable will be forcibly initialized 1947 | struct drm_mm_node rsvd_lo, rsvd_hi, node; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:1947:30: note: byref variable will be forcibly initialized 1947 | struct drm_mm_node rsvd_lo, rsvd_hi, node; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:1947:21: note: byref variable will be forcibly initialized 1947 | struct drm_mm_node rsvd_lo, rsvd_hi, node; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:1946:16: note: byref variable will be forcibly initialized 1946 | struct drm_mm mm; | ^~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c: In function 'igt_debug': /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:201:21: note: byref variable will be forcibly initialized 201 | struct drm_printer __p = drm_debug_printer(__func__); \ | ^~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:296:2: note: in expansion of macro 'show_mm' 296 | show_mm(&mm); | ^~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:268:21: note: byref variable will be forcibly initialized 268 | struct drm_mm_node nodes[2]; | ^~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:267:16: note: byref variable will be forcibly initialized 267 | struct drm_mm mm; | ^~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c: In function 'igt_init': /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:201:21: note: byref variable will be forcibly initialized 201 | struct drm_printer __p = drm_debug_printer(__func__); \ | ^~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:260:3: note: in expansion of macro 'show_mm' 260 | show_mm(&mm); | ^~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:208:21: note: byref variable will be forcibly initialized 208 | struct drm_mm_node tmp; | ^~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:207:16: note: byref variable will be forcibly initialized 207 | struct drm_mm mm; | ^~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c: In function 'evict_color': /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:2202:21: note: byref variable will be forcibly initialized 2202 | struct drm_mm_node tmp; | ^~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:8: /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:2200:12: note: byref variable will be forcibly initialized 2200 | LIST_HEAD(evict_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/gpu/drm/selftests/test-drm_mm.c:2199:21: note: byref variable will be forcibly initialized 2199 | struct drm_mm_scan scan; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c: In function 'igt_color_evict_range': /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:201:21: note: byref variable will be forcibly initialized 201 | struct drm_printer __p = drm_debug_printer(__func__); \ | ^~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:2448:3: note: in expansion of macro 'show_mm' 2448 | show_mm(&mm); | ^~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:17: /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:12:19: note: byref variable will be forcibly initialized 12 | struct rnd_state state__; \ | ^~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:18:28: note: in expansion of macro 'DRM_RND_STATE_INITIALIZER' 18 | struct rnd_state name__ = DRM_RND_STATE_INITIALIZER(seed__) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:2360:2: note: in expansion of macro 'DRM_RND_STATE' 2360 | DRM_RND_STATE(prng, random_seed); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:2367:16: note: byref variable will be forcibly initialized 2367 | struct drm_mm mm; | ^~ In file included from /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:17: /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:2360:16: note: byref variable will be forcibly initialized 2360 | DRM_RND_STATE(prng, random_seed); | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:18:19: note: in definition of macro 'DRM_RND_STATE' 18 | struct rnd_state name__ = DRM_RND_STATE_INITIALIZER(seed__) | ^~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c: In function 'igt_color_evict': /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:201:21: note: byref variable will be forcibly initialized 201 | struct drm_printer __p = drm_debug_printer(__func__); \ | ^~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:2347:3: note: in expansion of macro 'show_mm' 2347 | show_mm(&mm); | ^~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:17: /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:12:19: note: byref variable will be forcibly initialized 12 | struct rnd_state state__; \ | ^~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:18:28: note: in expansion of macro 'DRM_RND_STATE_INITIALIZER' 18 | struct rnd_state name__ = DRM_RND_STATE_INITIALIZER(seed__) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:2260:2: note: in expansion of macro 'DRM_RND_STATE' 2260 | DRM_RND_STATE(prng, random_seed); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:2264:16: note: byref variable will be forcibly initialized 2264 | struct drm_mm mm; | ^~ In file included from /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:17: /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:2260:16: note: byref variable will be forcibly initialized 2260 | DRM_RND_STATE(prng, random_seed); | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:18:19: note: in definition of macro 'DRM_RND_STATE' 18 | struct rnd_state name__ = DRM_RND_STATE_INITIALIZER(seed__) | ^~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c: In function 'igt_color': /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:2036:16: note: byref variable will be forcibly initialized 2036 | struct drm_mm mm; | ^~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c: In function 'igt_align_pot': /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:1209:16: note: byref variable will be forcibly initialized 1209 | struct drm_mm mm; | ^~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c: In function 'igt_align': /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:1157:16: note: byref variable will be forcibly initialized 1157 | struct drm_mm mm; | ^~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c: In function 'evict_something': /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:1459:21: note: byref variable will be forcibly initialized 1459 | struct drm_mm_node tmp; | ^~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:8: /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:1457:12: note: byref variable will be forcibly initialized 1457 | LIST_HEAD(evict_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/gpu/drm/selftests/test-drm_mm.c:1456:21: note: byref variable will be forcibly initialized 1456 | struct drm_mm_scan scan; | ^~~~ In file included from /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:17: /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c: In function 'igt_evict_range': /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:12:19: note: byref variable will be forcibly initialized 12 | struct rnd_state state__; \ | ^~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:18:28: note: in expansion of macro 'DRM_RND_STATE_INITIALIZER' 18 | struct rnd_state name__ = DRM_RND_STATE_INITIALIZER(seed__) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:1630:2: note: in expansion of macro 'DRM_RND_STATE' 1630 | DRM_RND_STATE(prng, random_seed); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:1636:16: note: byref variable will be forcibly initialized 1636 | struct drm_mm mm; | ^~ In file included from /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:17: /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:1630:16: note: byref variable will be forcibly initialized 1630 | DRM_RND_STATE(prng, random_seed); | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:18:19: note: in definition of macro 'DRM_RND_STATE' 18 | struct rnd_state name__ = DRM_RND_STATE_INITIALIZER(seed__) | ^~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:8: /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c: In function 'evict_nothing': /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:1356:12: note: byref variable will be forcibly initialized 1356 | LIST_HEAD(evict_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/gpu/drm/selftests/test-drm_mm.c:1355:21: note: byref variable will be forcibly initialized 1355 | struct drm_mm_scan scan; | ^~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:8: /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c: In function 'evict_everything': /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:1403:12: note: byref variable will be forcibly initialized 1403 | LIST_HEAD(evict_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/gpu/drm/selftests/test-drm_mm.c:1402:21: note: byref variable will be forcibly initialized 1402 | struct drm_mm_scan scan; | ^~~~ In file included from /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:17: /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c: In function 'igt_evict': /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:12:19: note: byref variable will be forcibly initialized 12 | struct rnd_state state__; \ | ^~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:18:28: note: in expansion of macro 'DRM_RND_STATE_INITIALIZER' 18 | struct rnd_state name__ = DRM_RND_STATE_INITIALIZER(seed__) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:1520:2: note: in expansion of macro 'DRM_RND_STATE' 1520 | DRM_RND_STATE(prng, random_seed); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:1523:16: note: byref variable will be forcibly initialized 1523 | struct drm_mm mm; | ^~ In file included from /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:17: /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:1520:16: note: byref variable will be forcibly initialized 1520 | DRM_RND_STATE(prng, random_seed); | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:18:19: note: in definition of macro 'DRM_RND_STATE' 18 | struct rnd_state name__ = DRM_RND_STATE_INITIALIZER(seed__) | ^~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c: In function '__igt_reserve': /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:12:19: note: byref variable will be forcibly initialized 12 | struct rnd_state state__; \ | ^~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:18:28: note: in expansion of macro 'DRM_RND_STATE_INITIALIZER' 18 | struct rnd_state name__ = DRM_RND_STATE_INITIALIZER(seed__) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:374:2: note: in expansion of macro 'DRM_RND_STATE' 374 | DRM_RND_STATE(prng, random_seed); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:376:21: note: byref variable will be forcibly initialized 376 | struct drm_mm_node tmp, *nodes, *node, *next; | ^~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:375:16: note: byref variable will be forcibly initialized 375 | struct drm_mm mm; | ^~ In file included from /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:17: /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:374:16: note: byref variable will be forcibly initialized 374 | DRM_RND_STATE(prng, random_seed); | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:18:19: note: in definition of macro 'DRM_RND_STATE' 18 | struct rnd_state name__ = DRM_RND_STATE_INITIALIZER(seed__) | ^~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c: In function '__igt_insert_range': /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:880:16: note: byref variable will be forcibly initialized 880 | struct drm_mm mm; | ^~ In file included from /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:17: /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c: In function 'igt_topdown': /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:12:19: note: byref variable will be forcibly initialized 12 | struct rnd_state state__; \ | ^~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:18:28: note: in expansion of macro 'DRM_RND_STATE_INITIALIZER' 18 | struct rnd_state name__ = DRM_RND_STATE_INITIALIZER(seed__) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:1733:2: note: in expansion of macro 'DRM_RND_STATE' 1733 | DRM_RND_STATE(prng, random_seed); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:1737:16: note: byref variable will be forcibly initialized 1737 | struct drm_mm mm; | ^~ In file included from /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:17: /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:1733:16: note: byref variable will be forcibly initialized 1733 | DRM_RND_STATE(prng, random_seed); | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:18:19: note: in definition of macro 'DRM_RND_STATE' 18 | struct rnd_state name__ = DRM_RND_STATE_INITIALIZER(seed__) | ^~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c: In function 'igt_bottomup': /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:12:19: note: byref variable will be forcibly initialized 12 | struct rnd_state state__; \ | ^~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:18:28: note: in expansion of macro 'DRM_RND_STATE_INITIALIZER' 18 | struct rnd_state name__ = DRM_RND_STATE_INITIALIZER(seed__) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:1847:2: note: in expansion of macro 'DRM_RND_STATE' 1847 | DRM_RND_STATE(prng, random_seed); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:1851:16: note: byref variable will be forcibly initialized 1851 | struct drm_mm mm; | ^~ In file included from /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:17: /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:1847:16: note: byref variable will be forcibly initialized 1847 | DRM_RND_STATE(prng, random_seed); | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:18:19: note: in definition of macro 'DRM_RND_STATE' 18 | struct rnd_state name__ = DRM_RND_STATE_INITIALIZER(seed__) | ^~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c: In function 'igt_frag': /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:1085:16: note: byref variable will be forcibly initialized 1085 | struct drm_mm mm; | ^~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c: In function '__igt_insert': /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:597:23: note: byref variable will be forcibly initialized 597 | struct drm_mm_node tmp; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:17: /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:12:19: note: byref variable will be forcibly initialized 12 | struct rnd_state state__; \ | ^~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:18:28: note: in expansion of macro 'DRM_RND_STATE_INITIALIZER' 18 | struct rnd_state name__ = DRM_RND_STATE_INITIALIZER(seed__) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:571:2: note: in expansion of macro 'DRM_RND_STATE' 571 | DRM_RND_STATE(prng, random_seed); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:573:16: note: byref variable will be forcibly initialized 573 | struct drm_mm mm; | ^~ In file included from /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:17: /kisskb/src/drivers/gpu/drm/selftests/test-drm_mm.c:571:16: note: byref variable will be forcibly initialized 571 | DRM_RND_STATE(prng, random_seed); | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/../lib/drm_random.h:18:19: note: in definition of macro 'DRM_RND_STATE' 18 | struct rnd_state name__ = DRM_RND_STATE_INITIALIZER(seed__) | ^~~~~~ /kisskb/src/drivers/gpu/drm/mga/mga_dma.c: In function 'mga_do_pci_dma_bootstrap': /kisskb/src/drivers/gpu/drm/mga/mga_dma.c:637:22: note: byref variable will be forcibly initialized 637 | struct drm_buf_desc req; | ^~~ In file included from /kisskb/src/net/8021q/vlan_netlink.c:13: /kisskb/src/net/8021q/vlan_netlink.c: In function 'nla_put_be16': /kisskb/src/include/net/netlink.h:1270:9: note: byref variable will be forcibly initialized 1270 | __be16 tmp = value; | ^~~ /kisskb/src/net/8021q/vlan_netlink.c: In function 'nla_put_u16': /kisskb/src/include/net/netlink.h:1257:6: note: byref variable will be forcibly initialized 1257 | u16 tmp = value; | ^~~ /kisskb/src/net/8021q/vlan_netlink.c: In function 'vlan_fill_info': /kisskb/src/net/8021q/vlan_netlink.c:218:31: note: byref variable will be forcibly initialized 218 | struct ifla_vlan_qos_mapping m; | ^ /kisskb/src/net/8021q/vlan_netlink.c:217:25: note: byref variable will be forcibly initialized 217 | struct ifla_vlan_flags f; | ^ /kisskb/src/net/8021q/vlan_netlink.c: In function 'vlan_changelink': /kisskb/src/net/8021q/vlan_netlink.c:111:6: note: byref variable will be forcibly initialized 111 | int rem, err; | ^~~ /kisskb/src/net/8021q/vlan_dev.c: In function 'vlan_dev_ioctl': /kisskb/src/net/8021q/vlan_dev.c:360:15: note: byref variable will be forcibly initialized 360 | struct ifreq ifrr; | ^~~~ In file included from /kisskb/src/net/8021q/vlan.h:5, from /kisskb/src/net/8021q/vlan_dev.c:30: /kisskb/src/net/8021q/vlan_dev.c: In function '__vlan_get_protocol': /kisskb/src/include/linux/if_vlan.h:600:20: note: byref variable will be forcibly initialized 600 | struct vlan_hdr vhdr, *vh; | ^~~~ /kisskb/src/net/8021q/vlan_mvrp.c: In function 'vlan_mvrp_request_join': /kisskb/src/net/8021q/vlan_mvrp.c:36:9: note: byref variable will be forcibly initialized 36 | __be16 vlan_id = htons(vlan->vlan_id); | ^~~~~~~ /kisskb/src/net/8021q/vlan_mvrp.c: In function 'vlan_mvrp_request_leave': /kisskb/src/net/8021q/vlan_mvrp.c:47:9: note: byref variable will be forcibly initialized 47 | __be16 vlan_id = htons(vlan->vlan_id); | ^~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/mga/mga_warp.c:31: /kisskb/src/drivers/gpu/drm/mga/mga_warp.c: In function 'request_ihex_firmware': /kisskb/src/include/linux/ihex.h:68:25: note: byref variable will be forcibly initialized 68 | const struct firmware *lfw; | ^~~ /kisskb/src/drivers/gpu/drm/mga/mga_warp.c: In function 'mga_warp_install_microcode': /kisskb/src/drivers/gpu/drm/mga/mga_warp.c:53:25: note: byref variable will be forcibly initialized 53 | const struct firmware *fw = NULL; | ^~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/pci.h:35, from /kisskb/src/drivers/gpu/drm/mga/mga_drv.h:35, from /kisskb/src/drivers/gpu/drm/mga/mga_irq.c:34: /kisskb/src/drivers/gpu/drm/mga/mga_irq.c: In function 'mga_driver_fence_wait': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/mga/mga_irq.c:128:2: note: in expansion of macro 'wait_event_timeout' 128 | wait_event_timeout(dev_priv->fence_queue, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/mga/mga_state.c: In function 'mga_getparam': /kisskb/src/drivers/gpu/drm/mga/mga_state.c:1009:6: note: byref variable will be forcibly initialized 1009 | int value; | ^~~~~ /kisskb/src/drivers/base/power/sysfs.c: In function 'pm_qos_latency_tolerance_us_store': /kisskb/src/drivers/base/power/sysfs.c:273:6: note: byref variable will be forcibly initialized 273 | s32 value; | ^~~~~ /kisskb/src/drivers/gpu/drm/r128/r128_state.c: In function 'r128_getparam': /kisskb/src/drivers/gpu/drm/r128/r128_state.c:1586:6: note: byref variable will be forcibly initialized 1586 | int value; | ^~~~~ /kisskb/src/drivers/gpu/drm/r128/r128_state.c: In function 'r128_cce_dispatch_write_span': /kisskb/src/drivers/gpu/drm/r128/r128_state.c:894:16: note: byref variable will be forcibly initialized 894 | int count, x, y; | ^ /kisskb/src/drivers/gpu/drm/r128/r128_state.c:894:13: note: byref variable will be forcibly initialized 894 | int count, x, y; | ^ /kisskb/src/drivers/base/power/sysfs.c: In function 'autosuspend_delay_ms_store': /kisskb/src/drivers/base/power/sysfs.c:195:7: note: byref variable will be forcibly initialized 195 | long delay; | ^~~~~ /kisskb/src/drivers/base/power/sysfs.c: In function 'pm_qos_resume_latency_us_store': /kisskb/src/drivers/base/power/sysfs.c:229:6: note: byref variable will be forcibly initialized 229 | s32 value; | ^~~~~ /kisskb/src/drivers/base/power/sysfs.c: In function 'pm_qos_no_power_off_store': /kisskb/src/drivers/base/power/sysfs.c:306:6: note: byref variable will be forcibly initialized 306 | int ret; | ^~~ /kisskb/src/drivers/gpu/drm/r128/r128_state.c: In function 'r128_cce_dispatch_read_span': /kisskb/src/drivers/gpu/drm/r128/r128_state.c:1076:16: note: byref variable will be forcibly initialized 1076 | int count, x, y; | ^ /kisskb/src/drivers/gpu/drm/r128/r128_state.c:1076:13: note: byref variable will be forcibly initialized 1076 | int count, x, y; | ^ /kisskb/src/drivers/gpu/drm/r128/r128_state.c: In function 'r128_cce_stipple': /kisskb/src/drivers/gpu/drm/r128/r128_state.c:1495:6: note: byref variable will be forcibly initialized 1495 | u32 mask[32]; | ^~~~ /kisskb/src/drivers/misc/c2port/core.c: In function 'c2port_poll_in_busy': /kisskb/src/drivers/misc/c2port/core.c:259:5: note: byref variable will be forcibly initialized 259 | u8 addr; | ^~~~ /kisskb/src/drivers/misc/c2port/core.c: In function 'c2port_poll_out_ready': /kisskb/src/drivers/misc/c2port/core.c:280:5: note: byref variable will be forcibly initialized 280 | u8 addr; | ^~~~ /kisskb/src/drivers/misc/c2port/core.c: In function '__c2port_write_flash_data': /kisskb/src/drivers/misc/c2port/core.c:741:5: note: byref variable will be forcibly initialized 741 | u8 status, nwrite = 128; | ^~~~~~ /kisskb/src/drivers/misc/c2port/core.c: In function '__c2port_read_flash_data': /kisskb/src/drivers/misc/c2port/core.c:630:5: note: byref variable will be forcibly initialized 630 | u8 status, nread = 128; | ^~~~~~ /kisskb/src/drivers/misc/c2port/core.c: In function '__c2port_write_flash_erase': /kisskb/src/drivers/misc/c2port/core.c:547:5: note: byref variable will be forcibly initialized 547 | u8 status; | ^~~~~~ /kisskb/src/drivers/misc/c2port/core.c: In function 'c2port_store_flash_access': /kisskb/src/drivers/misc/c2port/core.c:523:6: note: byref variable will be forcibly initialized 523 | int status; | ^~~~~~ /kisskb/src/drivers/misc/c2port/core.c: In function 'access_store': /kisskb/src/drivers/misc/c2port/core.c:355:6: note: byref variable will be forcibly initialized 355 | int status, ret; | ^~~~~~ /kisskb/src/drivers/misc/c2port/core.c: In function '__c2port_show_rev_id': /kisskb/src/drivers/misc/c2port/core.c:439:5: note: byref variable will be forcibly initialized 439 | u8 data; | ^~~~ /kisskb/src/drivers/misc/c2port/core.c: In function '__c2port_show_dev_id': /kisskb/src/drivers/misc/c2port/core.c:402:5: note: byref variable will be forcibly initialized 402 | u8 data; | ^~~~ /kisskb/src/net/bluetooth/hidp/sock.c: In function 'do_hidp_sock_ioctl': /kisskb/src/net/bluetooth/hidp/sock.c:57:6: note: byref variable will be forcibly initialized 57 | int err; | ^~~ /kisskb/src/net/bluetooth/hidp/sock.c:54:23: note: byref variable will be forcibly initialized 54 | struct hidp_conninfo ci; | ^~ /kisskb/src/net/bluetooth/hidp/sock.c:53:27: note: byref variable will be forcibly initialized 53 | struct hidp_connlist_req cl; | ^~ /kisskb/src/net/bluetooth/hidp/sock.c:52:26: note: byref variable will be forcibly initialized 52 | struct hidp_conndel_req cd; | ^~ /kisskb/src/net/bluetooth/hidp/sock.c:51:26: note: byref variable will be forcibly initialized 51 | struct hidp_connadd_req ca; | ^~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/arch/powerpc/include/asm/io.h:27, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/net/sock.h:38, from /kisskb/src/include/net/bluetooth/bluetooth.h:29, from /kisskb/src/net/bluetooth/hci_event.c:29: /kisskb/src/net/bluetooth/hci_event.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_resolve_name': /kisskb/src/net/bluetooth/hci_event.c:2069:32: note: byref variable will be forcibly initialized 2069 | struct hci_cp_remote_name_req cp; | ^~ In file included from /kisskb/src/net/bluetooth/hci_event.c:29: /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_inquiry_complete_evt': /kisskb/src/include/net/bluetooth/bluetooth.h:294:34: note: byref variable will be forcibly initialized 294 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/hci_event.c:2633:45: note: in expansion of macro 'BDADDR_ANY' 2633 | e = hci_inquiry_cache_lookup_resolve(hdev, BDADDR_ANY, NAME_NEEDED); | ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_resolve_next_name': /kisskb/src/include/net/bluetooth/bluetooth.h:294:34: note: byref variable will be forcibly initialized 294 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/hci_event.c:2089:45: note: in expansion of macro 'BDADDR_ANY' 2089 | e = hci_inquiry_cache_lookup_resolve(hdev, BDADDR_ANY, NAME_NEEDED); | ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_reject_conn': /kisskb/src/net/bluetooth/hci_event.c:2809:32: note: byref variable will be forcibly initialized 2809 | struct hci_cp_reject_conn_req cp; | ^~ /kisskb/src/net/bluetooth/hci_event.c: In function 'send_conn_param_neg_reply': /kisskb/src/net/bluetooth/hci_event.c:6023:44: note: byref variable will be forcibly initialized 6023 | struct hci_cp_le_conn_param_req_neg_reply cp; | ^~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_inquiry_result_evt': /kisskb/src/net/bluetooth/hci_event.c:2656:22: note: byref variable will be forcibly initialized 2656 | struct inquiry_data data; | ^~~~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_inquiry_result_with_rssi_evt': /kisskb/src/net/bluetooth/hci_event.c:4311:22: note: byref variable will be forcibly initialized 4311 | struct inquiry_data data; | ^~~~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_extended_inquiry_result_evt': /kisskb/src/net/bluetooth/hci_event.c:4566:22: note: byref variable will be forcibly initialized 4566 | struct inquiry_data data; | ^~~~ /kisskb/src/net/wireless/wext-priv.c: In function 'ioctl_private_call': /kisskb/src/net/wireless/wext-priv.c:192:29: note: byref variable will be forcibly initialized 192 | const struct iw_priv_args *descr; | ^~~~~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_link_key_request_evt': /kisskb/src/net/bluetooth/hci_event.c:4134:31: note: byref variable will be forcibly initialized 4134 | struct hci_cp_link_key_reply cp; | ^~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_conn_complete_evt': /kisskb/src/net/bluetooth/hci_event.c:2771:36: note: byref variable will be forcibly initialized 2771 | struct hci_cp_change_conn_ptype cp; | ^~ /kisskb/src/net/bluetooth/hci_event.c:2761:39: note: byref variable will be forcibly initialized 2761 | struct hci_cp_read_remote_features cp; | ^~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_conn_request_evt': /kisskb/src/net/bluetooth/hci_event.c:2891:38: note: byref variable will be forcibly initialized 2891 | struct hci_cp_accept_sync_conn_req cp; | ^~ /kisskb/src/net/bluetooth/hci_event.c:2879:33: note: byref variable will be forcibly initialized 2879 | struct hci_cp_accept_conn_req cp; | ^~ /kisskb/src/net/bluetooth/hci_event.c:2822:7: note: byref variable will be forcibly initialized 2822 | __u8 flags = 0; | ^~~~~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_auth_complete_evt': /kisskb/src/net/bluetooth/hci_event.c:3074:35: note: byref variable will be forcibly initialized 3074 | struct hci_cp_set_conn_encrypt cp; | ^~ /kisskb/src/net/bluetooth/hci_event.c:3054:35: note: byref variable will be forcibly initialized 3054 | struct hci_cp_set_conn_encrypt cp; | ^~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_remote_features_evt': /kisskb/src/net/bluetooth/hci_event.c:3340:33: note: byref variable will be forcibly initialized 3340 | struct hci_cp_remote_name_req cp; | ^~ /kisskb/src/net/bluetooth/hci_event.c:3331:42: note: byref variable will be forcibly initialized 3331 | struct hci_cp_read_remote_ext_features cp; | ^~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_remote_ext_features_evt': /kisskb/src/net/bluetooth/hci_event.c:4425:33: note: byref variable will be forcibly initialized 4425 | struct hci_cp_remote_name_req cp; | ^~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_remote_name_evt': /kisskb/src/net/bluetooth/hci_event.c:3119:32: note: byref variable will be forcibly initialized 3119 | struct hci_cp_auth_requested cp; | ^~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_encrypt_change_evt': /kisskb/src/net/bluetooth/hci_event.c:3271:39: note: byref variable will be forcibly initialized 3271 | struct hci_cp_write_auth_payload_to cp; | ^~ /kisskb/src/net/bluetooth/hci_event.c:3235:22: note: byref variable will be forcibly initialized 3235 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/hci_event.c:3234:35: note: byref variable will be forcibly initialized 3234 | struct hci_cp_read_enc_key_size cp; | ^~ /kisskb/src/net/wireless/wext-core.c: In function 'ioctl_standard_iw_point': /kisskb/src/net/wireless/wext-core.c:739:9: note: byref variable will be forcibly initialized 739 | char essid[IW_ESSID_MAX_SIZE + 1]; | ^~~~~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_cs_remote_name_req': /kisskb/src/net/bluetooth/hci_event.c:2180:32: note: byref variable will be forcibly initialized 2180 | struct hci_cp_auth_requested auth_cp; | ^~~~~~~ /kisskb/src/net/wireless/wext-core.c: In function 'wext_handle_ioctl': /kisskb/src/net/wireless/wext-core.c:1041:15: note: byref variable will be forcibly initialized 1041 | struct iwreq iwr; | ^~~ /kisskb/src/net/wireless/wext-core.c:1040:25: note: byref variable will be forcibly initialized 1040 | struct iw_request_info info = { .cmd = cmd, .flags = 0 }; | ^~~~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_link_key_notify_evt': /kisskb/src/net/bluetooth/hci_event.c:4196:7: note: byref variable will be forcibly initialized 4196 | bool persistent; | ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_io_capa_request_evt': /kisskb/src/net/bluetooth/hci_event.c:4779:41: note: byref variable will be forcibly initialized 4779 | struct hci_cp_io_capability_neg_reply cp; | ^~ /kisskb/src/net/bluetooth/hci_event.c:4747:37: note: byref variable will be forcibly initialized 4747 | struct hci_cp_io_capability_reply cp; | ^~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_remote_oob_data_request_evt': /kisskb/src/net/bluetooth/hci_event.c:5060:39: note: byref variable will be forcibly initialized 5060 | struct hci_cp_remote_oob_data_reply cp; | ^~ /kisskb/src/net/bluetooth/hci_event.c:5044:43: note: byref variable will be forcibly initialized 5044 | struct hci_cp_remote_oob_ext_data_reply cp; | ^~ /kisskb/src/net/bluetooth/hci_event.c:5035:43: note: byref variable will be forcibly initialized 5035 | struct hci_cp_remote_oob_data_neg_reply cp; | ^~ In file included from /kisskb/src/net/bluetooth/hci_event.c:29: /kisskb/src/net/bluetooth/hci_event.c: In function 'le_conn_update_addr': /kisskb/src/include/net/bluetooth/bluetooth.h:294:34: note: byref variable will be forcibly initialized 294 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/hci_event.c:5244:37: note: in expansion of macro 'BDADDR_ANY' 5244 | if (local_rpa && bacmp(local_rpa, BDADDR_ANY)) { | ^~~~~~~~~~ /kisskb/src/include/net/bluetooth/bluetooth.h:294:34: note: byref variable will be forcibly initialized 294 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/hci_event.c:5229:37: note: in expansion of macro 'BDADDR_ANY' 5229 | if (local_rpa && bacmp(local_rpa, BDADDR_ANY)) { | ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_event.c: In function 'le_conn_complete_evt': /kisskb/src/net/bluetooth/hci_event.c:5390:41: note: byref variable will be forcibly initialized 5390 | struct hci_cp_le_read_remote_features cp; | ^~ /kisskb/src/net/bluetooth/hci_event.c: In function 'process_adv_report': /kisskb/src/net/bluetooth/hci_event.c:5618:14: note: byref variable will be forcibly initialized 5618 | bool match, bdaddr_resolved; | ^~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_le_ltk_request_evt': /kisskb/src/net/bluetooth/hci_event.c:5960:33: note: byref variable will be forcibly initialized 5960 | struct hci_cp_le_ltk_neg_reply neg; | ^~~ /kisskb/src/net/bluetooth/hci_event.c:5959:29: note: byref variable will be forcibly initialized 5959 | struct hci_cp_le_ltk_reply cp; | ^~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_le_remote_conn_param_req_evt': /kisskb/src/net/bluetooth/hci_event.c:6036:40: note: byref variable will be forcibly initialized 6036 | struct hci_cp_le_conn_param_req_reply cp; | ^~ /kisskb/src/net/rfkill/core.c: In function 'rfkill_fop_write': /kisskb/src/net/rfkill/core.c:1241:26: note: byref variable will be forcibly initialized 1241 | struct rfkill_event_ext ev; | ^~ In file included from /kisskb/src/net/bluetooth/hci_event.c:29: /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_le_ext_adv_term_evt': /kisskb/src/include/net/bluetooth/bluetooth.h:294:34: note: byref variable will be forcibly initialized 294 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/hci_event.c:5483:31: note: in expansion of macro 'BDADDR_ANY' 5483 | bacmp(&conn->resp_addr, BDADDR_ANY)) | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/i2c/tda9950.c: In function 'tda9950_read_range': /kisskb/src/drivers/gpu/drm/i2c/tda9950.c:105:17: note: byref variable will be forcibly initialized 105 | struct i2c_msg msg[2]; | ^~~ /kisskb/src/net/rfkill/core.c: In function 'soft_store': /kisskb/src/net/rfkill/core.c:739:16: note: byref variable will be forcibly initialized 739 | unsigned long state; | ^~~~~ /kisskb/src/drivers/gpu/drm/i2c/tda9950.c: In function 'tda9950_read': /kisskb/src/drivers/gpu/drm/i2c/tda9950.c:129:5: note: byref variable will be forcibly initialized 129 | u8 val; | ^~~ /kisskb/src/net/rfkill/core.c: In function 'state_store': /kisskb/src/net/rfkill/core.c:792:16: note: byref variable will be forcibly initialized 792 | unsigned long state; | ^~~~~ /kisskb/src/drivers/gpu/drm/i2c/tda9950.c: In function 'tda9950_write_range': /kisskb/src/drivers/gpu/drm/i2c/tda9950.c:76:5: note: byref variable will be forcibly initialized 76 | u8 buf[CEC_MAX_MSG_SIZE + 3]; | ^~~ /kisskb/src/drivers/gpu/drm/i2c/tda9950.c:75:17: note: byref variable will be forcibly initialized 75 | struct i2c_msg msg; | ^~~ /kisskb/src/drivers/gpu/drm/i2c/tda9950.c: In function 'tda9950_cec_transmit': /kisskb/src/drivers/gpu/drm/i2c/tda9950.c:219:5: note: byref variable will be forcibly initialized 219 | u8 buf[CEC_MAX_MSG_SIZE + 2]; | ^~~ /kisskb/src/drivers/gpu/drm/i2c/tda9950.c: In function 'tda9950_cec_adap_log_addr': /kisskb/src/drivers/gpu/drm/i2c/tda9950.c:237:5: note: byref variable will be forcibly initialized 237 | u8 buf[2]; | ^~~ /kisskb/src/drivers/gpu/drm/i2c/tda9950.c: In function 'tda9950_irq': /kisskb/src/drivers/gpu/drm/i2c/tda9950.c:142:17: note: byref variable will be forcibly initialized 142 | u8 csr, cconr, buf[19]; | ^~~ /kisskb/src/net/bluetooth/hci_event.c: In function 'hci_event_packet': /kisskb/src/net/bluetooth/hci_event.c:6317:6: note: byref variable will be forcibly initialized 6317 | u16 opcode = HCI_OP_NOP; | ^~~~~~ /kisskb/src/net/bluetooth/hci_event.c:6316:5: note: byref variable will be forcibly initialized 6316 | u8 status = 0, event = hdr->evt, req_evt = 0; | ^~~~~~ /kisskb/src/net/bluetooth/hci_event.c:6314:25: note: byref variable will be forcibly initialized 6314 | hci_req_complete_skb_t req_complete_skb = NULL; | ^~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_event.c:6313:21: note: byref variable will be forcibly initialized 6313 | hci_req_complete_t req_complete = NULL; | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/net/rfkill/core.c:9: /kisskb/src/net/rfkill/core.c: In function 'rfkill_fop_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/rfkill/core.c:1214:9: note: in expansion of macro 'wait_event_interruptible' 1214 | ret = wait_event_interruptible(data->read_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/cdev.h:8, from /kisskb/src/drivers/char/virtio_console.c:7: /kisskb/src/drivers/char/virtio_console.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/drivers/char/virtio_console.c: In function 'get_inbuf': /kisskb/src/drivers/char/virtio_console.c:472:15: note: byref variable will be forcibly initialized 472 | unsigned int len; | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-ilitek-ili9881c.c: In function 'ili9881c_send_cmd_data': /kisskb/src/drivers/gpu/drm/panel/panel-ilitek-ili9881c.c:486:5: note: byref variable will be forcibly initialized 486 | u8 buf[2] = { cmd, data }; | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-ilitek-ili9881c.c: In function 'ili9881c_switch_page': /kisskb/src/drivers/gpu/drm/panel/panel-ilitek-ili9881c.c:474:5: note: byref variable will be forcibly initialized 474 | u8 buf[4] = { 0xff, 0x98, 0x81, page }; | ^~~ /kisskb/src/drivers/char/virtio_console.c: In function 'reclaim_consumed_buffers': /kisskb/src/drivers/char/virtio_console.c:593:15: note: byref variable will be forcibly initialized 593 | unsigned int len; | ^~~ /kisskb/src/drivers/char/virtio_console.c: In function '__send_to_port': /kisskb/src/drivers/char/virtio_console.c:612:15: note: byref variable will be forcibly initialized 612 | unsigned int len; | ^~~ /kisskb/src/drivers/char/virtio_console.c: In function 'put_chars': /kisskb/src/drivers/char/virtio_console.c:1120:21: note: byref variable will be forcibly initialized 1120 | struct scatterlist sg[1]; | ^~ /kisskb/src/drivers/char/virtio_console.c: In function 'flush_bufs': /kisskb/src/drivers/char/virtio_console.c:1731:15: note: byref variable will be forcibly initialized 1731 | unsigned int len; | ^~~ /kisskb/src/drivers/char/virtio_console.c: In function 'add_inbuf': /kisskb/src/drivers/char/virtio_console.c:494:21: note: byref variable will be forcibly initialized 494 | struct scatterlist sg[1]; | ^~ 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) | ^~~~ In file included from /kisskb/src/include/uapi/linux/virtio_console.h:37, from /kisskb/src/include/linux/virtio_console.h:35, from /kisskb/src/drivers/char/virtio_console.c:23: /kisskb/src/drivers/char/virtio_console.c: In function 'config_work_handler': /kisskb/src/include/linux/virtio_config.h:336:36: note: byref variable will be forcibly initialized 336 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/char/virtio_console.c:1825:3: note: in expansion of macro 'virtio_cread' 1825 | virtio_cread(vdev, struct virtio_console_config, rows, &rows); | ^~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:336:36: note: byref variable will be forcibly initialized 336 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/char/virtio_console.c:1824:3: note: in expansion of macro 'virtio_cread' 1824 | virtio_cread(vdev, struct virtio_console_config, cols, &cols); | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/pagemap.h:11, from /kisskb/src/drivers/char/virtio_console.c:15: /kisskb/src/drivers/char/virtio_console.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-simple.c: In function 'panel_simple_get_timings_modes': /kisskb/src/drivers/gpu/drm/panel/panel-simple.c:171:20: note: byref variable will be forcibly initialized 171 | struct videomode vm; | ^~ /kisskb/src/drivers/char/virtio_console.c: In function '__send_control_msg': /kisskb/src/drivers/char/virtio_console.c:553:15: note: byref variable will be forcibly initialized 553 | unsigned int len; | ^~~ /kisskb/src/drivers/char/virtio_console.c:551:21: note: byref variable will be forcibly initialized 551 | struct scatterlist sg[1]; | ^~ /kisskb/src/drivers/gpu/drm/panel/panel-simple.c: In function 'panel_simple_parse_panel_timing_node': /kisskb/src/drivers/gpu/drm/panel/panel-simple.c:502:19: note: byref variable will be forcibly initialized 502 | struct videomode vm; | ^~ /kisskb/src/drivers/gpu/drm/panel/panel-simple.c: In function 'panel_dpi_probe': /kisskb/src/drivers/gpu/drm/panel/panel-simple.c:455:19: note: byref variable will be forcibly initialized 455 | struct videomode vm; | ^~ /kisskb/src/drivers/gpu/drm/panel/panel-simple.c:454:15: note: byref variable will be forcibly initialized 454 | unsigned int bus_flags; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-simple.c: In function 'panel_simple_probe': /kisskb/src/drivers/gpu/drm/panel/panel-simple.c:544:24: note: byref variable will be forcibly initialized 544 | struct display_timing dt; | ^~ 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:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/cdev.h:5, from /kisskb/src/drivers/char/virtio_console.c:7: /kisskb/src/drivers/char/virtio_console.c: In function 'wait_port_writable': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:338:2: note: in expansion of macro '___wait_event' 338 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:358:11: note: in expansion of macro '__wait_event_freezable' 358 | __ret = __wait_event_freezable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/virtio_console.c: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; | ^~~ /kisskb/src/drivers/char/virtio_console.c: In function 'port_fops_write': /kisskb/src/drivers/char/virtio_console.c:812:21: note: byref variable will be forcibly initialized 812 | struct scatterlist sg[1]; | ^~ 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:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/cdev.h:5, from /kisskb/src/drivers/char/virtio_console.c:7: /kisskb/src/drivers/char/virtio_console.c: In function 'port_fops_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:338:2: note: in expansion of macro '___wait_event' 338 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:358:11: note: in expansion of macro '__wait_event_freezable' 358 | __ret = __wait_event_freezable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/virtio_console.c:761:9: note: in expansion of macro 'wait_event_freezable' 761 | ret = wait_event_freezable(port->waitqueue, | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/char/virtio_console.c: In function 'add_port': /kisskb/src/drivers/char/virtio_console.c:1361:7: note: byref variable will be forcibly initialized 1361 | char debugfs_name[16]; | ^~~~~~~~~~~~ /kisskb/src/drivers/char/virtio_console.c: In function 'control_work_handler': /kisskb/src/drivers/char/virtio_console.c:1704:15: note: byref variable will be forcibly initialized 1704 | unsigned int len; | ^~~ In file included from /kisskb/src/include/uapi/linux/virtio_console.h:37, from /kisskb/src/include/linux/virtio_console.h:35, from /kisskb/src/drivers/char/virtio_console.c:23: /kisskb/src/drivers/char/virtio_console.c: In function 'virtcons_probe': /kisskb/src/include/linux/virtio_config.h:336:36: note: byref variable will be forcibly initialized 336 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:552:4: note: in expansion of macro 'virtio_cread' 552 | virtio_cread((vdev), structname, member, ptr); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/char/virtio_console.c:2037:6: note: in expansion of macro 'virtio_cread_feature' 2037 | virtio_cread_feature(vdev, VIRTIO_CONSOLE_F_MULTIPORT, | ^~~~~~~~~~~~~~~~~~~~ /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; | ^~~ In file included from /kisskb/src/drivers/char/powernv-op-panel.c:18: /kisskb/src/drivers/char/powernv-op-panel.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/char/powernv-op-panel.c: In function 'oppanel_probe': /kisskb/src/drivers/char/powernv-op-panel.c:148:6: note: byref variable will be forcibly initialized 148 | u32 line_len; | ^~~~~~~~ In file included from /kisskb/src/include/asm-generic/div64.h:27, from ./arch/powerpc/include/generated/asm/div64.h:1, from /kisskb/src/include/linux/math.h:5, from /kisskb/src/include/linux/delay.h:22, from /kisskb/src/drivers/gpu/drm/panel/panel-innolux-p079zca.c:6: /kisskb/src/drivers/gpu/drm/panel/panel-innolux-p079zca.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/of_device.h:5, from /kisskb/src/drivers/gpu/drm/panel/panel-innolux-p079zca.c:10: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-jdi-lt070me05000.c: In function 'jdi_panel_init': /kisskb/src/drivers/gpu/drm/panel/panel-jdi-lt070me05000.c:135:42: note: byref variable will be forcibly initialized 135 | ret = mipi_dsi_generic_write(dsi, (u8[]){0xB0, 0x03}, 2); | ^ /kisskb/src/drivers/gpu/drm/panel/panel-jdi-lt070me05000.c:126:10: note: byref variable will be forcibly initialized 126 | {0xB3, 0x26, 0x08, 0x00, 0x20, 0x00}, 6); | ^ /kisskb/src/drivers/gpu/drm/panel/panel-jdi-lt070me05000.c:116:42: note: byref variable will be forcibly initialized 116 | ret = mipi_dsi_generic_write(dsi, (u8[]){0xB0, 0x00}, 2); | ^ /kisskb/src/drivers/gpu/drm/panel/panel-jdi-lt070me05000.c:102:12: note: byref variable will be forcibly initialized 102 | (u8[]){ 0x00 }, 1); | ^ /kisskb/src/drivers/gpu/drm/panel/panel-jdi-lt070me05000.c:94:12: note: byref variable will be forcibly initialized 94 | (u8[]){ 0x24 }, 1); | ^ /kisskb/src/drivers/gpu/drm/panel/panel-jdi-lt070me05000.c: In function 'drm_panel_create_dsi_backlight': /kisskb/src/drivers/gpu/drm/panel/panel-jdi-lt070me05000.c:369:30: note: byref variable will be forcibly initialized 369 | struct backlight_properties props; | ^~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-jdi-lt070me05000.c: In function 'dsi_dcs_bl_get_brightness': /kisskb/src/drivers/gpu/drm/panel/panel-jdi-lt070me05000.c:331:6: note: byref variable will be forcibly initialized 331 | u16 brightness = bl->props.brightness; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/net/net_namespace.h:39, from /kisskb/src/include/linux/netdevice.h:37, from /kisskb/src/include/net/sock.h:46, from /kisskb/src/include/net/bluetooth/bluetooth.h:29, from /kisskb/src/net/bluetooth/hci_sock.c:32: /kisskb/src/net/bluetooth/hci_sock.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_sock.c: In function 'hci_sock_cmsg': /kisskb/src/net/bluetooth/hci_sock.c:1435:31: note: byref variable will be forcibly initialized 1435 | struct __kernel_old_timeval tv; | ^~ /kisskb/src/net/bluetooth/hci_sock.c:1426:7: note: byref variable will be forcibly initialized 1426 | int incoming = bt_cb(skb)->incoming; | ^~~~~~~~ /kisskb/src/net/bluetooth/hci_sock.c: In function 'hci_sock_recvmsg': /kisskb/src/net/bluetooth/hci_sock.c:1463:14: note: byref variable will be forcibly initialized 1463 | int copied, err; | ^~~ In file included from /kisskb/src/net/bluetooth/hci_sock.c:32: /kisskb/src/net/bluetooth/hci_sock.c: In function 'bt_skb_sendmsg': /kisskb/src/include/net/bluetooth/bluetooth.h:455:6: note: byref variable will be forcibly initialized 455 | int err; | ^~~ /kisskb/src/net/bluetooth/hci_sock.c: In function 'hci_sock_setsockopt_old': /kisskb/src/net/bluetooth/hci_sock.c:1836:15: note: byref variable will be forcibly initialized 1836 | int err = 0, opt = 0; | ^~~ /kisskb/src/net/bluetooth/hci_sock.c: In function 'hci_sock_setsockopt': /kisskb/src/net/bluetooth/hci_sock.c:1918:15: note: byref variable will be forcibly initialized 1918 | int err = 0, opt = 0; | ^~~ /kisskb/src/net/bluetooth/hci_sock.c: In function 'hci_sock_getsockopt_old': /kisskb/src/net/bluetooth/hci_sock.c:1965:21: note: byref variable will be forcibly initialized 1965 | struct hci_ufilter uf; | ^~ /kisskb/src/net/bluetooth/hci_sock.c: In function 'hci_sock_reject_list_add': /kisskb/src/net/bluetooth/hci_sock.c:903:11: note: byref variable will be forcibly initialized 903 | bdaddr_t bdaddr; | ^~~~~~ /kisskb/src/net/bluetooth/hci_sock.c: In function 'hci_sock_reject_list_del': /kisskb/src/net/bluetooth/hci_sock.c:920:11: note: byref variable will be forcibly initialized 920 | bdaddr_t bdaddr; | ^~~~~~ /kisskb/src/net/bluetooth/hci_sock.c: In function 'send_monitor_note': /kisskb/src/net/bluetooth/hci_sock.c:631:10: note: byref variable will be forcibly initialized 631 | va_list args; | ^~~~ /kisskb/src/net/bluetooth/hci_sock.c: In function 'create_monitor_ctrl_open': /kisskb/src/net/bluetooth/hci_sock.c:507:5: note: byref variable will be forcibly initialized 507 | u8 ver[3]; | ^~~ /kisskb/src/net/bluetooth/hci_sock.c: In function 'hci_sock_bind': /kisskb/src/net/bluetooth/hci_sock.c:1092:22: note: byref variable will be forcibly initialized 1092 | struct sockaddr_hci haddr; | ^~~~~ /kisskb/src/net/bluetooth/hci_sock.c: In function 'hci_sock_dev_event': /kisskb/src/net/bluetooth/hci_sock.c:763:27: note: byref variable will be forcibly initialized 763 | struct hci_ev_si_device ev; | ^~ /kisskb/src/net/caif/cfcnfg.c: In function 'caif_connect_client': /kisskb/src/net/caif/cfcnfg.c:307:27: note: byref variable will be forcibly initialized 307 | struct cfctrl_link_param param; | ^~~~~ /kisskb/src/net/caif/caif_dev.c: In function 'caif_device_notify': /kisskb/src/net/caif/caif_dev.c:370:18: note: byref variable will be forcibly initialized 370 | struct cflayer *layer, *link_support; | ^~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_adv_monitor_added': /kisskb/src/net/bluetooth/mgmt.c:4399:35: note: byref variable will be forcibly initialized 4399 | struct mgmt_ev_adv_monitor_added ev; | ^~ In file included from /kisskb/src/net/bluetooth/mgmt.c:30: /kisskb/src/net/bluetooth/mgmt.c: In function 'get_current_settings': /kisskb/src/include/net/bluetooth/bluetooth.h:294:34: note: byref variable will be forcibly initialized 294 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/mgmt.c:891:33: note: in expansion of macro 'BDADDR_ANY' 891 | if (bacmp(&hdev->static_addr, BDADDR_ANY)) | ^~~~~~~~~~ /kisskb/src/include/net/bluetooth/bluetooth.h:294:34: note: byref variable will be forcibly initialized 294 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/mgmt.c:890:28: note: in expansion of macro 'BDADDR_ANY' 890 | !bacmp(&hdev->bdaddr, BDADDR_ANY)) { | ^~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'new_settings': /kisskb/src/net/bluetooth/mgmt.c:1262:9: note: byref variable will be forcibly initialized 1262 | __le32 ev = cpu_to_le32(get_current_settings(hdev)); | ^~ In file included from /kisskb/src/net/bluetooth/mgmt.c:30: /kisskb/src/net/bluetooth/mgmt.c: In function 'get_missing_options': /kisskb/src/include/net/bluetooth/bluetooth.h:294:34: note: byref variable will be forcibly initialized 294 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/mgmt.c:607:33: note: in expansion of macro 'BDADDR_ANY' 607 | !bacmp(&hdev->public_addr, BDADDR_ANY)) | ^~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'new_options': /kisskb/src/net/bluetooth/mgmt.c:615:9: note: byref variable will be forcibly initialized 615 | __le32 options = get_missing_options(hdev); | ^~~~~~~ In file included from /kisskb/src/net/bluetooth/mgmt.c:30: /kisskb/src/net/bluetooth/mgmt.c: In function 'is_configured': /kisskb/src/include/net/bluetooth/bluetooth.h:294:34: note: byref variable will be forcibly initialized 294 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/mgmt.c:591:33: note: in expansion of macro 'BDADDR_ANY' 591 | !bacmp(&hdev->public_addr, BDADDR_ANY)) | ^~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'eir_has_uuids': /kisskb/src/net/bluetooth/mgmt.c:9495:6: note: byref variable will be forcibly initialized 9495 | u8 uuid[16]; | ^~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/arch/powerpc/include/asm/io.h:27, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/net/sock.h:38, from /kisskb/src/include/net/bluetooth/bluetooth.h:29, from /kisskb/src/net/bluetooth/mgmt.c:30: /kisskb/src/net/bluetooth/mgmt.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'send_settings_rsp': /kisskb/src/net/bluetooth/mgmt.c:1128:9: note: byref variable will be forcibly initialized 1128 | __le32 settings = cpu_to_le32(get_current_settings(hdev)); | ^~~~~~~~ /kisskb/src/drivers/misc/cb710/core.c: In function 'cb710_pci_update_config_reg': /kisskb/src/drivers/misc/cb710/core.c:20:6: note: byref variable will be forcibly initialized 20 | u32 rval; | ^~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'remove_advertising_complete': /kisskb/src/net/bluetooth/mgmt.c:8416:36: note: byref variable will be forcibly initialized 8416 | struct mgmt_rp_remove_advertising rp; | ^~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/pci.h:37, from /kisskb/src/drivers/misc/cb710/core.c:9: /kisskb/src/drivers/misc/cb710/core.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'send_options_rsp': /kisskb/src/net/bluetooth/mgmt.c:623:9: note: byref variable will be forcibly initialized 623 | __le32 options = get_missing_options(hdev); | ^~~~~~~ /kisskb/src/drivers/misc/cb710/core.c: In function 'cb710_pci_configure': /kisskb/src/drivers/misc/cb710/core.c:33:6: note: byref variable will be forcibly initialized 33 | u32 val; | ^~~ /kisskb/src/drivers/misc/cb710/core.c: In function 'cb710_probe': /kisskb/src/drivers/misc/cb710/core.c:191:6: note: byref variable will be forcibly initialized 191 | u32 val; | ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'exp_offload_codec_feature_changed': /kisskb/src/net/bluetooth/mgmt.c:4168:37: note: byref variable will be forcibly initialized 4168 | struct mgmt_ev_exp_feature_changed ev; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'exp_quality_report_feature_changed': /kisskb/src/net/bluetooth/mgmt.c:3932:37: note: byref variable will be forcibly initialized 3932 | struct mgmt_ev_exp_feature_changed ev; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'exp_ll_privacy_feature_changed': /kisskb/src/net/bluetooth/mgmt.c:3903:37: note: byref variable will be forcibly initialized 3903 | struct mgmt_ev_exp_feature_changed ev; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'get_phy_configuration': /kisskb/src/net/bluetooth/mgmt.c:3399:39: note: byref variable will be forcibly initialized 3399 | struct mgmt_rp_get_phy_configuration rp; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'read_config_info': /kisskb/src/net/bluetooth/mgmt.c:632:34: note: byref variable will be forcibly initialized 632 | struct mgmt_rp_read_config_info rp; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'read_local_oob_data_complete': /kisskb/src/net/bluetooth/mgmt.c:4807:37: note: byref variable will be forcibly initialized 4807 | struct mgmt_rp_read_local_oob_data mgmt_rp; | ^~~~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'ext_info_changed': /kisskb/src/net/bluetooth/mgmt.c:1112:7: note: byref variable will be forcibly initialized 1112 | char buf[512]; | ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'read_controller_cap': /kisskb/src/net/bluetooth/mgmt.c:3727:5: note: byref variable will be forcibly initialized 3727 | u8 tx_power_range[2]; | ^~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c:3726:5: note: byref variable will be forcibly initialized 3726 | u8 flags = 0; | ^~~~~ /kisskb/src/net/bluetooth/mgmt.c:3723:7: note: byref variable will be forcibly initialized 3723 | char buf[20]; | ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'device_unpaired': /kisskb/src/net/bluetooth/mgmt.c:2432:33: note: byref variable will be forcibly initialized 2432 | struct mgmt_ev_device_unpaired ev; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'device_flags_changed': /kisskb/src/net/bluetooth/mgmt.c:4328:38: note: byref variable will be forcibly initialized 4328 | struct mgmt_ev_device_flags_changed ev; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'device_removed': /kisskb/src/net/bluetooth/mgmt.c:7032:32: note: byref variable will be forcibly initialized 7032 | struct mgmt_ev_device_removed ev; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'device_added': /kisskb/src/net/bluetooth/mgmt.c:6922:30: note: byref variable will be forcibly initialized 6922 | struct mgmt_ev_device_added ev; | ^~ In file included from /kisskb/src/net/bluetooth/mgmt.c:30: /kisskb/src/net/bluetooth/mgmt.c: In function 'set_static_address': /kisskb/src/include/net/bluetooth/bluetooth.h:295:34: note: byref variable will be forcibly initialized 295 | #define BDADDR_NONE (&(bdaddr_t) {{0xff, 0xff, 0xff, 0xff, 0xff, 0xff}}) | ^ /kisskb/src/net/bluetooth/mgmt.c:5745:27: note: in expansion of macro 'BDADDR_NONE' 5745 | if (!bacmp(&cp->bdaddr, BDADDR_NONE)) | ^~~~~~~~~~~ /kisskb/src/include/net/bluetooth/bluetooth.h:294:34: note: byref variable will be forcibly initialized 294 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/mgmt.c:5744:25: note: in expansion of macro 'BDADDR_ANY' 5744 | if (bacmp(&cp->bdaddr, BDADDR_ANY)) { | ^~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'read_controller_info': /kisskb/src/net/bluetooth/mgmt.c:1019:27: note: byref variable will be forcibly initialized 1019 | struct mgmt_rp_read_info rp; | ^~ /kisskb/src/drivers/misc/eeprom/eeprom.c: In function 'eeprom_probe': /kisskb/src/drivers/misc/eeprom/eeprom.c:164:8: note: byref variable will be forcibly initialized 164 | char name[4]; | ^~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'clear_eir': /kisskb/src/net/bluetooth/mgmt.c:9355:26: note: byref variable will be forcibly initialized 9355 | struct hci_cp_write_eir cp; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'set_device_id': /kisskb/src/net/bluetooth/mgmt.c:5498:21: note: byref variable will be forcibly initialized 5498 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'rpa_expired': /kisskb/src/net/bluetooth/mgmt.c:979:21: note: byref variable will be forcibly initialized 979 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'service_cache_off': /kisskb/src/net/bluetooth/mgmt.c:958:21: note: byref variable will be forcibly initialized 958 | struct hci_request req; | ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/filter.h:11, from /kisskb/src/net/bluetooth/l2cap_core.c:35: /kisskb/src/net/bluetooth/l2cap_core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'set_secure_conn': /kisskb/src/net/bluetooth/mgmt.c:6123:5: note: byref variable will be forcibly initialized 6123 | u8 val; | ^~~ /kisskb/src/net/bluetooth/mgmt.c:6122:21: note: byref variable will be forcibly initialized 6122 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'add_uuid': /kisskb/src/net/bluetooth/mgmt.c:2108:21: note: byref variable will be forcibly initialized 2108 | struct hci_request req; | ^~~ /kisskb/src/drivers/mfd/88pm860x-core.c: In function 'verify_addr': /kisskb/src/drivers/mfd/88pm860x-core.c:1091:17: note: byref variable will be forcibly initialized 1091 | unsigned short addr_8606[] = {0x10, 0x11}; | ^~~~~~~~~ /kisskb/src/drivers/mfd/88pm860x-core.c:1090:17: note: byref variable will be forcibly initialized 1090 | unsigned short addr_8607[] = {0x30, 0x34}; | ^~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function '__add_adv_patterns_monitor': /kisskb/src/net/bluetooth/mgmt.c:4520:6: note: byref variable will be forcibly initialized 4520 | int err; | ^~~ /kisskb/src/net/bluetooth/mgmt.c:4518:42: note: byref variable will be forcibly initialized 4518 | struct mgmt_rp_add_adv_patterns_monitor rp; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'adv_expire': /kisskb/src/net/bluetooth/mgmt.c:3234:21: note: byref variable will be forcibly initialized 3234 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'calculate_name_len': /kisskb/src/net/bluetooth/mgmt.c:7758:5: note: byref variable will be forcibly initialized 7758 | u8 buf[HCI_MAX_SHORT_NAME_LENGTH + 3]; | ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'get_adv_size_info': /kisskb/src/net/bluetooth/mgmt.c:8531:35: note: byref variable will be forcibly initialized 8531 | struct mgmt_rp_get_adv_size_info rp; | ^~ /kisskb/src/drivers/mfd/88pm860x-core.c: In function 'device_irq_init': /kisskb/src/drivers/mfd/88pm860x-core.c:572:16: note: byref variable will be forcibly initialized 572 | unsigned char status_buf[INT_STATUS_NUM]; | ^~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'add_ext_adv_params': /kisskb/src/net/bluetooth/mgmt.c:8144:21: note: byref variable will be forcibly initialized 8144 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/mgmt.c:8141:36: note: byref variable will be forcibly initialized 8141 | struct mgmt_rp_add_ext_adv_params rp; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'le_enable_complete': /kisskb/src/net/bluetooth/mgmt.c:1909:22: note: byref variable will be forcibly initialized 1909 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/mgmt.c:1889:6: note: byref variable will be forcibly initialized 1889 | u8 mgmt_err = mgmt_status(status); | ^~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'remove_adv_monitor': /kisskb/src/net/bluetooth/mgmt.c:4746:6: note: byref variable will be forcibly initialized 4746 | int err, status; | ^~~ /kisskb/src/net/bluetooth/mgmt.c:4743:36: note: byref variable will be forcibly initialized 4743 | struct mgmt_rp_remove_adv_monitor rp; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'read_adv_mon_features': /kisskb/src/net/bluetooth/mgmt.c:4436:8: note: byref variable will be forcibly initialized 4436 | __u16 handles[HCI_MAX_ADV_MONITOR_NUM_HANDLES]; | ^~~~~~~ /kisskb/src/net/bluetooth/mgmt.c:4431:6: note: byref variable will be forcibly initialized 4431 | int handle, err; | ^~~~~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_send_disconn_req': /kisskb/src/net/bluetooth/l2cap_core.c:1576:27: note: byref variable will be forcibly initialized 1576 | struct l2cap_disconn_req req; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_chan_connect_reject': /kisskb/src/net/bluetooth/l2cap_core.c:771:24: note: byref variable will be forcibly initialized 771 | struct l2cap_conn_rsp rsp; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_chan_le_connect_reject': /kisskb/src/net/bluetooth/l2cap_core.c:727:27: note: byref variable will be forcibly initialized 727 | struct l2cap_le_conn_rsp rsp; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_send_move_chan_rsp': /kisskb/src/net/bluetooth/l2cap_core.c:4888:29: note: byref variable will be forcibly initialized 4888 | struct l2cap_move_chan_rsp rsp; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_send_create_chan_req': /kisskb/src/net/bluetooth/l2cap_core.c:1265:31: note: byref variable will be forcibly initialized 1265 | struct l2cap_create_chan_req req; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_ecred_connect': /kisskb/src/net/bluetooth/l2cap_core.c:1429:31: note: byref variable will be forcibly initialized 1429 | struct l2cap_ecred_conn_data data; | ^~~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_le_connect': /kisskb/src/net/bluetooth/l2cap_core.c:1362:27: note: byref variable will be forcibly initialized 1362 | struct l2cap_le_conn_req req; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'cmd_reject_invalid_cid': /kisskb/src/net/bluetooth/l2cap_core.c:4350:27: note: byref variable will be forcibly initialized 4350 | struct l2cap_cmd_rej_cid rej; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_send_move_chan_cfm_icid': /kisskb/src/net/bluetooth/l2cap_core.c:4918:29: note: byref variable will be forcibly initialized 4918 | struct l2cap_move_chan_cfm cfm; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_send_move_chan_cfm_rsp': /kisskb/src/net/bluetooth/l2cap_core.c:4932:33: note: byref variable will be forcibly initialized 4932 | struct l2cap_move_chan_cfm_rsp rsp; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_ecred_reconf_req': /kisskb/src/net/bluetooth/l2cap_core.c:6181:32: note: byref variable will be forcibly initialized 6181 | struct l2cap_ecred_reconf_rsp rsp; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_chan_le_send_credits': /kisskb/src/net/bluetooth/l2cap_core.c:7386:26: note: byref variable will be forcibly initialized 7386 | struct l2cap_le_credits pkt; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_request_info': /kisskb/src/net/bluetooth/l2cap_core.c:1493:24: note: byref variable will be forcibly initialized 1493 | struct l2cap_info_req req; | ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'get_device_flags': /kisskb/src/net/bluetooth/mgmt.c:4278:34: note: byref variable will be forcibly initialized 4278 | struct mgmt_rp_get_device_flags rp; | ^~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_ecred_reconfigure': /kisskb/src/net/bluetooth/l2cap_core.c:8005:4: note: byref variable will be forcibly initialized 8005 | } pdu; | ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'set_offload_codec_func': /kisskb/src/net/bluetooth/mgmt.c:4185:33: note: byref variable will be forcibly initialized 4185 | struct mgmt_rp_set_exp_feature rp; | ^~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_add_opt_efs': /kisskb/src/net/bluetooth/l2cap_core.c:3220:24: note: byref variable will be forcibly initialized 3220 | struct l2cap_conf_efs efs; | ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'set_quality_report_func': /kisskb/src/net/bluetooth/mgmt.c:4101:33: note: byref variable will be forcibly initialized 4101 | struct mgmt_rp_set_exp_feature rp; | ^~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_build_conf_req': /kisskb/src/net/bluetooth/l2cap_core.c:3439:8: note: byref variable will be forcibly initialized 3439 | void *ptr = req->data; | ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'set_rpa_resolution_func': /kisskb/src/net/bluetooth/mgmt.c:4036:33: note: byref variable will be forcibly initialized 4036 | struct mgmt_rp_set_exp_feature rp; | ^~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_connect_create_rsp': /kisskb/src/net/bluetooth/mgmt.c: In function 'set_zero_key_func': /kisskb/src/net/bluetooth/l2cap_core.c:4254:5: note: byref variable will be forcibly initialized 4254 | u8 req[128]; | ^~~ /kisskb/src/net/bluetooth/mgmt.c:3953:33: note: byref variable will be forcibly initialized 3953 | struct mgmt_rp_set_exp_feature rp; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'read_exp_features_info': /kisskb/src/net/bluetooth/mgmt.c:3822:7: note: byref variable will be forcibly initialized 3822 | char buf[102]; /* Enough space for 5 features: 2 + 20 * 5 */ | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_conf_rfc_get': /kisskb/src/net/bluetooth/l2cap_core.c:4007:16: note: byref variable will be forcibly initialized 4007 | unsigned long val; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c:4006:12: note: byref variable will be forcibly initialized 4006 | int type, olen; | ^~~~ /kisskb/src/net/bluetooth/l2cap_core.c:4006:6: note: byref variable will be forcibly initialized 4006 | int type, olen; | ^~~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_parse_conf_rsp': /kisskb/src/net/bluetooth/l2cap_core.c:3795:24: note: byref variable will be forcibly initialized 3795 | struct l2cap_conf_efs efs; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c:3793:16: note: byref variable will be forcibly initialized 3793 | unsigned long val; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c:3792:12: note: byref variable will be forcibly initialized 3792 | int type, olen; | ^~~~ /kisskb/src/net/bluetooth/l2cap_core.c:3792:6: note: byref variable will be forcibly initialized 3792 | int type, olen; | ^~~~ /kisskb/src/net/bluetooth/l2cap_core.c:3790:8: note: byref variable will be forcibly initialized 3790 | void *ptr = req->data; | ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'set_advertising_complete': /kisskb/src/net/bluetooth/mgmt.c:5547:6: note: byref variable will be forcibly initialized 5547 | u8 mgmt_err = mgmt_status(status); | ^~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c:5539:21: note: byref variable will be forcibly initialized 5539 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_chan_ecred_connect_reject': /kisskb/src/net/bluetooth/l2cap_core.c:750:30: note: byref variable will be forcibly initialized 750 | struct l2cap_ecred_conn_rsp rsp; | ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'read_local_ssp_oob_req': /kisskb/src/net/bluetooth/mgmt.c:7477:21: note: byref variable will be forcibly initialized 7477 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_parse_conf_req': /kisskb/src/net/bluetooth/l2cap_core.c:3571:24: note: byref variable will be forcibly initialized 3571 | struct l2cap_conf_efs efs; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c:3569:16: note: byref variable will be forcibly initialized 3569 | unsigned long val; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c:3568:18: note: byref variable will be forcibly initialized 3568 | int type, hint, olen; | ^~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'read_local_oob_data': /kisskb/src/net/bluetooth/l2cap_core.c:3568:6: note: byref variable will be forcibly initialized 3568 | int type, hint, olen; | ^~~~ /kisskb/src/net/bluetooth/mgmt.c:4867:21: note: byref variable will be forcibly initialized 4867 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c:3566:8: note: byref variable will be forcibly initialized 3566 | void *req = chan->conf_req; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c:3564:8: note: byref variable will be forcibly initialized 3564 | void *ptr = rsp->data; | ^~~ /kisskb/src/net/dns_resolver/dns_key.c: In function 'dns_resolver_preparse': /kisskb/src/net/dns_resolver/dns_key.c:151:9: note: byref variable will be forcibly initialized 151 | char optval[128]; | ^~~~~~ /kisskb/src/net/dns_resolver/dns_key.c:96:16: note: byref variable will be forcibly initialized 96 | unsigned long derrno; | ^~~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'read_ext_controller_info': /kisskb/src/net/bluetooth/mgmt.c:1073:7: note: byref variable will be forcibly initialized 1073 | char buf[512]; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_information_req': /kisskb/src/net/bluetooth/l2cap_core.c:4717:25: note: byref variable will be forcibly initialized 4717 | struct l2cap_info_rsp rsp; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c:4707:6: note: byref variable will be forcibly initialized 4707 | u8 buf[12]; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c:4691:6: note: byref variable will be forcibly initialized 4691 | u8 buf[8]; | ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'start_discovery_internal': /kisskb/src/net/bluetooth/mgmt.c:5121:5: note: byref variable will be forcibly initialized 5121 | u8 status; | ^~~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'set_advertising': /kisskb/src/net/bluetooth/mgmt.c:5614:21: note: byref variable will be forcibly initialized 5614 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_le_conn_ready': /kisskb/src/net/bluetooth/mgmt.c: In function 'remove_advertising': /kisskb/src/net/bluetooth/l2cap_core.c:1702:38: note: byref variable will be forcibly initialized 1702 | struct l2cap_conn_param_update_req req; | ^~~ /kisskb/src/net/bluetooth/mgmt.c:8447:21: note: byref variable will be forcibly initialized 8447 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/mgmt.c:8445:36: note: byref variable will be forcibly initialized 8445 | struct mgmt_rp_remove_advertising rp; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'start_service_discovery': /kisskb/src/net/bluetooth/mgmt.c:5213:5: note: byref variable will be forcibly initialized 5213 | u8 status; | ^~~~~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_send_rr_or_rnr': /kisskb/src/net/bluetooth/l2cap_core.c:1189:20: note: byref variable will be forcibly initialized 1189 | struct l2cap_ctrl control; | ^~~~~~~ In file included from /kisskb/src/net/bluetooth/mgmt.c:30: /kisskb/src/net/bluetooth/mgmt.c: In function 'remove_device': /kisskb/src/include/net/bluetooth/bluetooth.h:294:34: note: byref variable will be forcibly initialized 294 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/mgmt.c:7050:30: note: in expansion of macro 'BDADDR_ANY' 7050 | if (bacmp(&cp->addr.bdaddr, BDADDR_ANY)) { | ^~~~~~~~~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_send_srej': /kisskb/src/net/bluetooth/l2cap_core.c:2769:20: note: byref variable will be forcibly initialized 2769 | struct l2cap_ctrl control; | ^~~~~~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_send_srej_list': /kisskb/src/net/bluetooth/l2cap_core.c:2808:20: note: byref variable will be forcibly initialized 2808 | struct l2cap_ctrl control; | ^~~~~~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_send_srej_tail': /kisskb/src/net/bluetooth/l2cap_core.c:2792:20: note: byref variable will be forcibly initialized 2792 | struct l2cap_ctrl control; | ^~~~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'add_device': /kisskb/src/include/net/bluetooth/bluetooth.h:294:34: note: byref variable will be forcibly initialized 294 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/mgmt.c:6943:31: note: in expansion of macro 'BDADDR_ANY' 6943 | !bacmp(&cp->addr.bdaddr, BDADDR_ANY)) | ^~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'clock_info_cmd_complete': /kisskb/src/net/bluetooth/mgmt.c:6716:32: note: byref variable will be forcibly initialized 6716 | struct mgmt_rp_get_clock_info rp; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'conn_info_cmd_complete': /kisskb/src/net/bluetooth/mgmt.c:6514:31: note: byref variable will be forcibly initialized 6514 | struct mgmt_rp_get_conn_info rp; | ^~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_move_channel_req': /kisskb/src/net/bluetooth/l2cap_core.c:5219:29: note: byref variable will be forcibly initialized 5219 | struct l2cap_move_chan_rsp rsp; | ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'pairing_complete': /kisskb/src/net/bluetooth/mgmt.c:2834:29: note: byref variable will be forcibly initialized 2834 | struct mgmt_rp_pair_device rp; | ^~ In file included from /kisskb/src/net/bluetooth/mgmt.c:30: /kisskb/src/net/bluetooth/mgmt.c: In function 'get_clock_info': /kisskb/src/include/net/bluetooth/bluetooth.h:294:34: note: byref variable will be forcibly initialized 294 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/mgmt.c:6812:30: note: in expansion of macro 'BDADDR_ANY' 6812 | if (bacmp(&cp->addr.bdaddr, BDADDR_ANY)) { | ^~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c:6788:21: note: byref variable will be forcibly initialized 6788 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/mgmt.c:6786:27: note: byref variable will be forcibly initialized 6786 | struct hci_cp_read_clock hci_cp; | ^~~~~~ /kisskb/src/net/bluetooth/mgmt.c:6785:32: note: byref variable will be forcibly initialized 6785 | struct mgmt_rp_get_clock_info rp; | ^~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_conn_param_update_req': /kisskb/src/net/bluetooth/l2cap_core.c:5536:37: note: byref variable will be forcibly initialized 5536 | struct l2cap_conn_param_update_rsp rsp; | ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'get_conn_info': /kisskb/src/net/bluetooth/mgmt.c:6655:27: note: byref variable will be forcibly initialized 6655 | struct hci_cp_read_rssi req_rssi_cp; | ^~~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c:6654:31: note: byref variable will be forcibly initialized 6654 | struct hci_cp_read_tx_power req_txp_cp; | ^~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c:6653:22: note: byref variable will be forcibly initialized 6653 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/mgmt.c:6596:31: note: byref variable will be forcibly initialized 6596 | struct mgmt_rp_get_conn_info rp; | ^~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_ertm_resend': /kisskb/src/net/bluetooth/l2cap_core.c:2145:20: note: byref variable will be forcibly initialized 2145 | struct l2cap_ctrl control; | ^~~~~~~ In file included from /kisskb/src/net/bluetooth/mgmt.c:30: /kisskb/src/net/bluetooth/mgmt.c: In function 'load_irks': /kisskb/src/include/net/bluetooth/bluetooth.h:294:34: note: byref variable will be forcibly initialized 294 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/mgmt.c:6384:8: note: in expansion of macro 'BDADDR_ANY' 6384 | BDADDR_ANY); | ^~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'set_debug_keys': /kisskb/src/net/bluetooth/mgmt.c:6235:6: note: byref variable will be forcibly initialized 6235 | u8 mode = (cp->val == 0x02) ? 0x01 : 0x00; | ^~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'pin_code_reply': /kisskb/src/net/bluetooth/mgmt.c:2756:37: note: byref variable will be forcibly initialized 2756 | struct mgmt_cp_pin_code_neg_reply ncp; | ^~~ /kisskb/src/net/bluetooth/mgmt.c:2734:31: note: byref variable will be forcibly initialized 2734 | struct hci_cp_pin_code_reply reply; | ^~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'set_link_security': /kisskb/src/net/bluetooth/mgmt.c:1676:5: note: byref variable will be forcibly initialized 1676 | u8 val, status; | ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'set_scan_params': /kisskb/src/net/bluetooth/mgmt.c:5814:22: note: byref variable will be forcibly initialized 5814 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'set_fast_connectable': /kisskb/src/net/bluetooth/mgmt.c:5868:21: note: byref variable will be forcibly initialized 5868 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_send_i_or_rr_or_rnr': /kisskb/src/net/bluetooth/l2cap_core.c:6473:20: note: byref variable will be forcibly initialized 6473 | struct l2cap_ctrl control; | ^~~~~~~ In file included from /kisskb/src/net/bluetooth/mgmt.c:30: /kisskb/src/net/bluetooth/mgmt.c: In function 'set_bredr': /kisskb/src/include/net/bluetooth/bluetooth.h:294:34: note: byref variable will be forcibly initialized 294 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/mgmt.c:6028:34: note: in expansion of macro 'BDADDR_ANY' 6028 | (bacmp(&hdev->static_addr, BDADDR_ANY) || | ^~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c:5964:21: note: byref variable will be forcibly initialized 5964 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_send_ack': /kisskb/src/net/bluetooth/l2cap_core.c:2269:20: note: byref variable will be forcibly initialized 2269 | struct l2cap_ctrl control; | ^~~~~~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_tx_state_xmit': In file included from /kisskb/src/net/bluetooth/mgmt.c:30: /kisskb/src/net/bluetooth/mgmt.c: In function 'remove_remote_oob_data': /kisskb/src/net/bluetooth/l2cap_core.c:2908:22: note: byref variable will be forcibly initialized 2908 | struct l2cap_ctrl local_control; | ^~~~~~~~~~~~~ /kisskb/src/include/net/bluetooth/bluetooth.h:294:34: note: byref variable will be forcibly initialized 294 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/mgmt.c:5039:31: note: in expansion of macro 'BDADDR_ANY' 5039 | if (!bacmp(&cp->addr.bdaddr, BDADDR_ANY)) { | ^~~~~~~~~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_tx_state_wait_f': /kisskb/src/net/bluetooth/l2cap_core.c:2979:22: note: byref variable will be forcibly initialized 2979 | struct l2cap_ctrl local_control; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c: In function 'anx78xx_xtal_clk_sel': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c:269:15: note: byref variable will be forcibly initialized 269 | unsigned int value; | ^~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'user_pairing_resp': /kisskb/src/net/bluetooth/mgmt.c:3150:36: note: byref variable will be forcibly initialized 3150 | struct hci_cp_user_passkey_reply cp; | ^~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_chan_send': /kisskb/src/net/bluetooth/l2cap_core.c:2643:22: note: byref variable will be forcibly initialized 2643 | struct sk_buff_head seg_queue; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c: In function 'anx78xx_send_video_infoframe': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c:773:5: note: byref variable will be forcibly initialized 773 | u8 buffer[HDMI_INFOFRAME_HEADER_SIZE + HDMI_AVI_INFOFRAME_SIZE]; | ^~~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'unpair_device': /kisskb/src/net/bluetooth/mgmt.c:2445:31: note: byref variable will be forcibly initialized 2445 | struct mgmt_rp_unpair_device rp; | ^~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c: In function 'anx78xx_bridge_mode_set': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c:985:28: note: byref variable will be forcibly initialized 985 | struct hdmi_avi_infoframe frame; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c: In function 'anx78xx_get_downstream_info': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c:808:5: note: byref variable will be forcibly initialized 808 | u8 value; | ^~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'pair_device': /kisskb/src/net/bluetooth/mgmt.c:2912:29: note: byref variable will be forcibly initialized 2912 | struct mgmt_rp_pair_device rp; | ^~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c: In function 'anx78xx_dp_link_training': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c:606:12: note: byref variable will be forcibly initialized 606 | u8 dp_bw, dpcd[2]; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c:606:5: note: byref variable will be forcibly initialized 606 | u8 dp_bw, dpcd[2]; | ^~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'disconnect': /kisskb/src/net/bluetooth/mgmt.c:2573:28: note: byref variable will be forcibly initialized 2573 | struct mgmt_rp_disconnect rp; | ^~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c: In function 'anx78xx_handle_hdmi_int_1': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c:1106:15: note: byref variable will be forcibly initialized 1106 | unsigned int value; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c: In function 'anx78xx_i2c_probe': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c:1222:28: note: byref variable will be forcibly initialized 1222 | unsigned int i, idl, idh, version; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c:1222:23: note: byref variable will be forcibly initialized 1222 | unsigned int i, idl, idh, version; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c:1222:18: note: byref variable will be forcibly initialized 1222 | unsigned int i, idl, idh, version; | ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'remove_uuid': /kisskb/src/net/bluetooth/mgmt.c:2190:21: note: byref variable will be forcibly initialized 2190 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/mgmt.c:2189:5: note: byref variable will be forcibly initialized 2189 | u8 bt_uuid_any[] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; | ^~~~~~~~~~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_rx_state_srej_sent': /kisskb/src/net/bluetooth/l2cap_core.c:7093:22: note: byref variable will be forcibly initialized 7093 | struct l2cap_ctrl rr_control; | ^~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'set_local_name': /kisskb/src/net/bluetooth/mgmt.c:3297:21: note: byref variable will be forcibly initialized 3297 | struct hci_request req; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c: In function 'anx78xx_intp_threaded_handler': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c:1148:15: note: byref variable will be forcibly initialized 1148 | unsigned int irq; | ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'set_dev_class': /kisskb/src/net/bluetooth/mgmt.c:2274:21: note: byref variable will be forcibly initialized 2274 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_data_rcv': /kisskb/src/net/bluetooth/l2cap_core.c:7347:12: note: byref variable will be forcibly initialized 7347 | const u8 rx_func_to_event[4] = { | ^~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'set_le': /kisskb/src/net/bluetooth/mgmt.c:1934:21: note: byref variable will be forcibly initialized 1934 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/mgmt.c:1932:40: note: byref variable will be forcibly initialized 1932 | struct hci_cp_write_le_host_supported hci_cp; | ^~~~~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_send_move_chan_cfm': /kisskb/src/net/bluetooth/l2cap_core.c:4901:29: note: byref variable will be forcibly initialized 4901 | struct l2cap_move_chan_cfm cfm; | ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'clean_up_hci_state': /kisskb/src/net/bluetooth/mgmt.c:1182:6: note: byref variable will be forcibly initialized 1182 | u8 scan = 0x00; | ^~~~ /kisskb/src/net/bluetooth/mgmt.c:1173:21: note: byref variable will be forcibly initialized 1173 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_send_move_chan_req': /kisskb/src/net/bluetooth/l2cap_core.c:4869:29: note: byref variable will be forcibly initialized 4869 | struct l2cap_move_chan_req req; | ^~~ In file included from /kisskb/src/net/bluetooth/l2cap_core.c:37: /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_global_chan_by_psm': /kisskb/src/include/net/bluetooth/bluetooth.h:294:34: note: byref variable will be forcibly initialized 294 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/l2cap_core.c:1978:30: note: in expansion of macro 'BDADDR_ANY' 1978 | dst_any = !bacmp(&c->dst, BDADDR_ANY); | ^~~~~~~~~~ /kisskb/src/include/net/bluetooth/bluetooth.h:294:34: note: byref variable will be forcibly initialized 294 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/l2cap_core.c:1977:30: note: in expansion of macro 'BDADDR_ANY' 1977 | src_any = !bacmp(&c->src, BDADDR_ANY); | ^~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'read_version': /kisskb/src/net/bluetooth/mgmt.c:327:30: note: byref variable will be forcibly initialized 327 | struct mgmt_rp_read_version rp; | ^~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_disconnect_req': /kisskb/src/net/bluetooth/l2cap_core.c:4588:27: note: byref variable will be forcibly initialized 4588 | struct l2cap_disconn_rsp rsp; | ^~~ In file included from /kisskb/src/net/bluetooth/mgmt.c:30: /kisskb/src/net/bluetooth/mgmt.c: In function 'read_local_oob_ext_data': /kisskb/src/include/net/bluetooth/bluetooth.h:294:34: note: byref variable will be forcibly initialized 294 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/mgmt.c:7598:33: note: in expansion of macro 'BDADDR_ANY' 7598 | bacmp(&hdev->static_addr, BDADDR_ANY))) { | ^~~~~~~~~~ /kisskb/src/include/net/bluetooth/bluetooth.h:294:34: note: byref variable will be forcibly initialized 294 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/mgmt.c:7596:28: note: in expansion of macro 'BDADDR_ANY' 7596 | !bacmp(&hdev->bdaddr, BDADDR_ANY) || | ^~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c:7508:45: note: byref variable will be forcibly initialized 7508 | u8 status, flags, role, addr[7], hash[16], rand[16]; | ^~~~ /kisskb/src/net/bluetooth/mgmt.c:7508:35: note: byref variable will be forcibly initialized 7508 | u8 status, flags, role, addr[7], hash[16], rand[16]; | ^~~~ /kisskb/src/net/bluetooth/mgmt.c:7508:26: note: byref variable will be forcibly initialized 7508 | u8 status, flags, role, addr[7], hash[16], rand[16]; | ^~~~ /kisskb/src/net/bluetooth/mgmt.c:7508:20: note: byref variable will be forcibly initialized 7508 | u8 status, flags, role, addr[7], hash[16], rand[16]; | ^~~~ /kisskb/src/net/bluetooth/mgmt.c:7508:13: note: byref variable will be forcibly initialized 7508 | u8 status, flags, role, addr[7], hash[16], rand[16]; | ^~~~~ /kisskb/src/drivers/gpu/drm/tiny/cirrus.c: In function 'cirrus_set_start_address': In file included from /kisskb/src/net/bluetooth/l2cap_core.c:37: /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_global_fixed_chan': /kisskb/src/drivers/gpu/drm/tiny/cirrus.c:160:6: note: byref variable will be forcibly initialized 160 | int idx; | ^~~ /kisskb/src/include/net/bluetooth/bluetooth.h:294:34: note: byref variable will be forcibly initialized 294 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/l2cap_core.c:8083:52: note: in expansion of macro 'BDADDR_ANY' 8083 | if (bacmp(&c->src, &hcon->src) && bacmp(&c->src, BDADDR_ANY)) | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/tiny/cirrus.c: In function 'cirrus_mode_set': /kisskb/src/drivers/gpu/drm/tiny/cirrus.c:191:11: note: byref variable will be forcibly initialized 191 | int tmp, idx; | ^~~ /kisskb/src/drivers/gpu/drm/tiny/cirrus.c: In function 'cirrus_fb_blit_rect': /kisskb/src/drivers/gpu/drm/tiny/cirrus.c:321:6: note: byref variable will be forcibly initialized 321 | int idx; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_le_connect_req': /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_advertising_added': /kisskb/src/net/bluetooth/mgmt.c:1146:35: note: byref variable will be forcibly initialized 1146 | struct mgmt_ev_advertising_added ev; | ^~ /kisskb/src/net/bluetooth/l2cap_core.c:5752:27: note: byref variable will be forcibly initialized 5752 | struct l2cap_le_conn_rsp rsp; | ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'add_ext_adv_data': /kisskb/src/drivers/gpu/drm/tiny/cirrus.c: In function 'cirrus_pipe_update': /kisskb/src/drivers/gpu/drm/tiny/cirrus.c:448:18: note: byref variable will be forcibly initialized 448 | struct drm_rect rect; | ^~~~ /kisskb/src/net/bluetooth/mgmt.c:8275:21: note: byref variable will be forcibly initialized 8275 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/mgmt.c:8269:34: note: byref variable will be forcibly initialized 8269 | struct mgmt_rp_add_ext_adv_data rp; | ^~ /kisskb/src/drivers/gpu/drm/tiny/cirrus.c: In function 'cirrus_fb_blit_fullscreen': /kisskb/src/drivers/gpu/drm/tiny/cirrus.c:350:18: note: byref variable will be forcibly initialized 350 | struct drm_rect fullscreen = { | ^~~~~~~~~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_ecred_conn_req': /kisskb/src/net/bluetooth/l2cap_core.c:5927:13: note: byref variable will be forcibly initialized 5927 | } __packed pdu; | ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'add_advertising': /kisskb/src/net/bluetooth/mgmt.c:7946:21: note: byref variable will be forcibly initialized 7946 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/mgmt.c:7937:33: note: byref variable will be forcibly initialized 7937 | struct mgmt_rp_add_advertising rp; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_advertising_removed': /kisskb/src/net/bluetooth/mgmt.c:1156:37: note: byref variable will be forcibly initialized 1156 | struct mgmt_ev_advertising_removed ev; | ^~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_le_sig_channel': /kisskb/src/net/bluetooth/mgmt.c: In function 'add_advertising_complete': /kisskb/src/net/bluetooth/l2cap_core.c:6391:28: note: byref variable will be forcibly initialized 6391 | struct l2cap_cmd_rej_unk rej; | ^~~ /kisskb/src/net/bluetooth/mgmt.c:7884:33: note: byref variable will be forcibly initialized 7884 | struct mgmt_rp_add_advertising rp; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'add_ext_adv_params_complete': /kisskb/src/net/bluetooth/mgmt.c:8085:36: note: byref variable will be forcibly initialized 8085 | struct mgmt_rp_add_ext_adv_params rp; | ^~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_connect': /kisskb/src/net/bluetooth/l2cap_core.c:4218:6: note: byref variable will be forcibly initialized 4218 | u8 buf[128]; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c:4204:25: note: byref variable will be forcibly initialized 4204 | struct l2cap_info_req info; | ^~~~ /kisskb/src/net/bluetooth/l2cap_core.c:4090:24: note: byref variable will be forcibly initialized 4090 | struct l2cap_conn_rsp rsp; | ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_phy_configuration_changed': /kisskb/src/net/bluetooth/mgmt.c:3419:43: note: byref variable will be forcibly initialized 3419 | struct mgmt_ev_phy_configuration_changed ev; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'set_phy_configuration': /kisskb/src/net/bluetooth/mgmt.c:3466:21: note: byref variable will be forcibly initialized 3466 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_create_channel_req': /kisskb/src/net/bluetooth/mgmt.c:3464:35: note: byref variable will be forcibly initialized 3464 | struct hci_cp_le_set_default_phy cp_phy; | ^~~~~~ /kisskb/src/net/bluetooth/l2cap_core.c:4795:31: note: byref variable will be forcibly initialized 4795 | struct l2cap_create_chan_rsp rsp; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_send_conn_req': /kisskb/src/net/bluetooth/l2cap_core.c:1251:24: note: byref variable will be forcibly initialized 1251 | struct l2cap_conn_req req; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_do_create': /kisskb/src/net/bluetooth/l2cap_core.c:5100:8: note: byref variable will be forcibly initialized 5100 | char buf[128]; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c:5099:25: note: byref variable will be forcibly initialized 5099 | struct l2cap_conn_rsp rsp; | ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_adv_monitor_removed': /kisskb/src/net/bluetooth/mgmt.c:4408:37: note: byref variable will be forcibly initialized 4408 | struct mgmt_ev_adv_monitor_removed ev; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_add_adv_patterns_monitor_complete': /kisskb/src/net/bluetooth/mgmt.c:4477:42: note: byref variable will be forcibly initialized 4477 | struct mgmt_rp_add_adv_patterns_monitor rp; | ^~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_conn_start': /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_remove_adv_monitor_complete': /kisskb/src/net/bluetooth/l2cap_core.c:1640:9: note: byref variable will be forcibly initialized 1640 | char buf[128]; | ^~~ /kisskb/src/net/bluetooth/mgmt.c:4710:36: note: byref variable will be forcibly initialized 4710 | struct mgmt_rp_remove_adv_monitor rp; | ^~ /kisskb/src/net/bluetooth/l2cap_core.c:1639:26: note: byref variable will be forcibly initialized 1639 | struct l2cap_conn_rsp rsp; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_information_rsp': /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_index_added': /kisskb/src/net/bluetooth/l2cap_core.c:4763:26: note: byref variable will be forcibly initialized 4763 | struct l2cap_info_req req; | ^~~ /kisskb/src/net/bluetooth/mgmt.c:8696:27: note: byref variable will be forcibly initialized 8696 | struct mgmt_ev_ext_index ev; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_index_removed': /kisskb/src/net/bluetooth/mgmt.c:8729:5: note: byref variable will be forcibly initialized 8729 | u8 status = MGMT_STATUS_INVALID_INDEX; | ^~~~~~ /kisskb/src/net/bluetooth/mgmt.c:8728:27: note: byref variable will be forcibly initialized 8728 | struct mgmt_ev_ext_index ev; | ^~ In file included from /kisskb/src/net/bluetooth/mgmt.c:30: /kisskb/src/net/bluetooth/mgmt.c: In function 'set_public_address': /kisskb/src/include/net/bluetooth/bluetooth.h:294:34: note: byref variable will be forcibly initialized 294 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/mgmt.c:7323:26: note: in expansion of macro 'BDADDR_ANY' 7323 | if (!bacmp(&cp->bdaddr, BDADDR_ANY)) | ^~~~~~~~~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_chan_connect': /kisskb/src/net/bluetooth/l2cap_core.c:7934:26: note: byref variable will be forcibly initialized 7934 | struct l2cap_chan_data data; | ^~~~ /kisskb/src/net/bluetooth/mgmt.c: In function '__mgmt_power_off': /kisskb/src/net/bluetooth/mgmt.c:8812:13: note: byref variable will be forcibly initialized 8812 | u8 status, zero_cod[] = { 0, 0, 0 }; | ^~~~~~~~ /kisskb/src/net/bluetooth/mgmt.c:8812:5: note: byref variable will be forcibly initialized 8812 | u8 status, zero_cod[] = { 0, 0, 0 }; | ^~~~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_new_link_key': /kisskb/src/net/bluetooth/mgmt.c:8865:30: note: byref variable will be forcibly initialized 8865 | struct mgmt_ev_new_link_key ev; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_new_ltk': /kisskb/src/net/bluetooth/mgmt.c:8900:35: note: byref variable will be forcibly initialized 8900 | struct mgmt_ev_new_long_term_key ev; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_new_irk': /kisskb/src/net/bluetooth/mgmt.c:8943:25: note: byref variable will be forcibly initialized 8943 | struct mgmt_ev_new_irk ev; | ^~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_security_cfm': /kisskb/src/net/bluetooth/l2cap_core.c:8273:10: note: byref variable will be forcibly initialized 8273 | char buf[128]; | ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_new_csrk': /kisskb/src/net/bluetooth/mgmt.c:8960:26: note: byref variable will be forcibly initialized 8960 | struct mgmt_ev_new_csrk ev; | ^~ /kisskb/src/net/bluetooth/l2cap_core.c:8244:26: note: byref variable will be forcibly initialized 8244 | struct l2cap_conn_rsp rsp; | ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_new_conn_param': /kisskb/src/net/bluetooth/mgmt.c:8991:32: note: byref variable will be forcibly initialized 8991 | struct mgmt_ev_new_conn_param ev; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_device_connected': /kisskb/src/net/bluetooth/mgmt.c:9011:7: note: byref variable will be forcibly initialized 9011 | char buf[512]; | ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_device_disconnected': /kisskb/src/drivers/gpu/drm/tiny/gm12u320.c: In function 'gm12u320_misc_request': /kisskb/src/drivers/gpu/drm/tiny/gm12u320.c:201:11: note: byref variable will be forcibly initialized 201 | int ret, len; | ^~~ /kisskb/src/net/bluetooth/mgmt.c:9093:15: note: byref variable will be forcibly initialized 9093 | struct sock *sk = NULL; | ^~ /kisskb/src/net/bluetooth/mgmt.c:9092:37: note: byref variable will be forcibly initialized 9092 | struct mgmt_ev_device_disconnected ev; | ^~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_logical_finish_create': /kisskb/src/net/bluetooth/l2cap_core.c:4982:24: note: byref variable will be forcibly initialized 4982 | struct l2cap_conf_rsp rsp; | ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_connect_failed': /kisskb/src/net/bluetooth/mgmt.c:9157:32: note: byref variable will be forcibly initialized 9157 | struct mgmt_ev_connect_failed ev; | ^~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_config_req': /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_pin_code_request': /kisskb/src/net/bluetooth/l2cap_core.c:4444:6: note: byref variable will be forcibly initialized 4444 | u8 buf[64]; | ^~~ /kisskb/src/net/bluetooth/mgmt.c:9176:34: note: byref variable will be forcibly initialized 9176 | struct mgmt_ev_pin_code_request ev; | ^~ /kisskb/src/net/bluetooth/l2cap_core.c:4365:5: note: byref variable will be forcibly initialized 4365 | u8 rsp[64]; | ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_user_confirm_request': /kisskb/src/net/bluetooth/mgmt.c:9215:38: note: byref variable will be forcibly initialized 9215 | struct mgmt_ev_user_confirm_request ev; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_user_passkey_request': /kisskb/src/drivers/gpu/drm/tiny/gm12u320.c: In function 'gm12u320_pipe_update': /kisskb/src/drivers/gpu/drm/tiny/gm12u320.c:572:18: note: byref variable will be forcibly initialized 572 | struct drm_rect rect; | ^~~~ /kisskb/src/net/bluetooth/mgmt.c:9231:38: note: byref variable will be forcibly initialized 9231 | struct mgmt_ev_user_passkey_request ev; | ^~ /kisskb/src/drivers/gpu/drm/tiny/gm12u320.c: In function 'gm12u320_pipe_enable': /kisskb/src/drivers/gpu/drm/tiny/gm12u320.c:552:18: note: byref variable will be forcibly initialized 552 | struct drm_rect rect = { 0, 0, GM12U320_USER_WIDTH, GM12U320_HEIGHT }; | ^~~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_user_passkey_notify': /kisskb/src/net/bluetooth/mgmt.c:9292:32: note: byref variable will be forcibly initialized 9292 | struct mgmt_ev_passkey_notify ev; | ^~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_config_rsp': /kisskb/src/net/bluetooth/l2cap_core.c:4527:9: note: byref variable will be forcibly initialized 4527 | char req[64]; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c:4503:9: note: byref variable will be forcibly initialized 4503 | char buf[64]; | ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_auth_failed': /kisskb/src/net/bluetooth/l2cap_core.c:4474:19: note: byref variable will be forcibly initialized 4474 | u16 scid, flags, result; | ^~~~~~ /kisskb/src/net/bluetooth/mgmt.c:9306:29: note: byref variable will be forcibly initialized 9306 | struct mgmt_ev_auth_failed ev; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_auth_enable_complete': /kisskb/src/net/bluetooth/mgmt.c:9331:6: note: byref variable will be forcibly initialized 9331 | u8 mgmt_err = mgmt_status(status); | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/tiny/gm12u320.c: In function 'gm12u320_fb_update_work': /kisskb/src/drivers/gpu/drm/tiny/gm12u320.c:324:25: note: byref variable will be forcibly initialized 324 | int block, block_size, len; | ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_ssp_enable_complete': /kisskb/src/net/bluetooth/mgmt.c:9374:6: note: byref variable will be forcibly initialized 9374 | u8 mgmt_err = mgmt_status(status); | ^~~~~~~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function '__l2cap_le_connect_rsp_defer': /kisskb/src/net/bluetooth/l2cap_core.c:3921:27: note: byref variable will be forcibly initialized 3921 | struct l2cap_le_conn_rsp rsp; | ^~~ /kisskb/src/net/bluetooth/mgmt.c:9370:21: note: byref variable will be forcibly initialized 9370 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function '__l2cap_ecred_conn_rsp_defer': /kisskb/src/net/bluetooth/l2cap_core.c:3941:13: note: byref variable will be forcibly initialized 3941 | } __packed pdu; | ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_set_class_of_dev_complete': /kisskb/src/net/bluetooth/mgmt.c:9433:20: note: byref variable will be forcibly initialized 9433 | struct cmd_lookup match = { NULL, hdev, mgmt_status(status) }; | ^~~~~ /kisskb/src/net/bluetooth/l2cap_core.c: In function '__l2cap_connect_rsp_defer': /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_set_local_name_complete': /kisskb/src/net/bluetooth/l2cap_core.c:3979:5: note: byref variable will be forcibly initialized 3979 | u8 buf[128]; | ^~~ /kisskb/src/net/bluetooth/mgmt.c:9451:32: note: byref variable will be forcibly initialized 9451 | struct mgmt_cp_set_local_name ev; | ^~ /kisskb/src/net/bluetooth/l2cap_core.c:3977:24: note: byref variable will be forcibly initialized 3977 | struct l2cap_conn_rsp rsp; | ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_device_found': /kisskb/src/net/bluetooth/mgmt.c:9608:7: note: byref variable will be forcibly initialized 9608 | char buf[512]; | ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_remote_name': /kisskb/src/net/bluetooth/mgmt.c:9693:7: note: byref variable will be forcibly initialized 9693 | char buf[sizeof(*ev) + HCI_MAX_NAME_LENGTH + 2]; | ^~~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_discovering': /kisskb/src/net/bluetooth/mgmt.c:9714:29: note: byref variable will be forcibly initialized 9714 | struct mgmt_ev_discovering ev; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_suspending': /kisskb/src/net/bluetooth/mgmt.c:9727:36: note: byref variable will be forcibly initialized 9727 | struct mgmt_ev_controller_suspend ev; | ^~ /kisskb/src/net/bluetooth/mgmt.c: In function 'mgmt_resuming': /kisskb/src/net/bluetooth/mgmt.c:9736:35: note: byref variable will be forcibly initialized 9736 | struct mgmt_ev_controller_resume ev; | ^~ /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_sig_channel': /kisskb/src/net/bluetooth/l2cap_core.c:6434:29: note: byref variable will be forcibly initialized 6434 | struct l2cap_cmd_rej_unk rej; | ^~~ In file included from /kisskb/src/net/bluetooth/l2cap_core.c:37: /kisskb/src/net/bluetooth/l2cap_core.c: In function 'l2cap_connect_ind': /kisskb/src/include/net/bluetooth/bluetooth.h:294:34: note: byref variable will be forcibly initialized 294 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/l2cap_core.c:8051:30: note: in expansion of macro 'BDADDR_ANY' 8051 | } else if (!bacmp(&c->src, BDADDR_ANY)) { | ^~~~~~~~~~ /kisskb/src/net/bluetooth/ecdh_helper.c: In function 'compute_ecdh_secret': /kisskb/src/net/bluetooth/ecdh_helper.c:66:26: note: byref variable will be forcibly initialized 66 | struct scatterlist src, dst; | ^~~ /kisskb/src/net/bluetooth/ecdh_helper.c:66:21: note: byref variable will be forcibly initialized 66 | struct scatterlist src, dst; | ^~~ /kisskb/src/net/bluetooth/ecdh_helper.c:65:25: note: byref variable will be forcibly initialized 65 | struct ecdh_completion result; | ^~~~~~ /kisskb/src/net/bluetooth/ecdh_helper.c: In function 'generate_ecdh_public_key': /kisskb/src/net/bluetooth/ecdh_helper.c:171:21: note: byref variable will be forcibly initialized 171 | struct scatterlist dst; | ^~~ /kisskb/src/net/bluetooth/ecdh_helper.c:170:25: note: byref variable will be forcibly initialized 170 | struct ecdh_completion result; | ^~~~~~ /kisskb/src/net/bluetooth/l2cap_sock.c: In function 'l2cap_sock_getsockopt_old': /kisskb/src/net/bluetooth/l2cap_sock.c:430:24: note: byref variable will be forcibly initialized 430 | struct l2cap_conninfo cinfo; | ^~~~~ /kisskb/src/net/bluetooth/l2cap_sock.c:429:23: note: byref variable will be forcibly initialized 429 | struct l2cap_options opts; | ^~~~ /kisskb/src/drivers/misc/cb710/sgbuf2.c: In function 'cb710_sg_dwiter_write_next_block': /kisskb/src/drivers/misc/cb710/sgbuf2.c:133:12: note: byref variable will be forcibly initialized 133 | uint32_t *ptr = NULL; | ^~~ /kisskb/src/drivers/misc/cb710/sgbuf2.c: In function 'sg_dwiter_read_buffer': /kisskb/src/drivers/misc/cb710/sgbuf2.c:28:11: note: byref variable will be forcibly initialized 28 | uint32_t data; | ^~~~ /kisskb/src/drivers/misc/cb710/sgbuf2.c: In function 'cb710_sg_dwiter_read_next_block': /kisskb/src/drivers/misc/cb710/sgbuf2.c:92:12: note: byref variable will be forcibly initialized 92 | uint32_t *ptr = NULL; | ^~~ /kisskb/src/net/bluetooth/l2cap_sock.c: In function 'l2cap_sock_getsockopt': /kisskb/src/net/bluetooth/l2cap_sock.c:549:18: note: byref variable will be forcibly initialized 549 | struct bt_power pwr; | ^~~ /kisskb/src/net/bluetooth/l2cap_sock.c:548:21: note: byref variable will be forcibly initialized 548 | struct bt_security sec; | ^~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/net/net_namespace.h:39, from /kisskb/src/include/linux/netdevice.h:37, from /kisskb/src/include/net/sock.h:46, from /kisskb/src/include/net/bluetooth/bluetooth.h:29, from /kisskb/src/net/bluetooth/l2cap_sock.c:34: /kisskb/src/net/bluetooth/l2cap_sock.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/l2cap_sock.c: In function 'l2cap_sock_setsockopt_old': /kisskb/src/net/bluetooth/l2cap_sock.c:720:6: note: byref variable will be forcibly initialized 720 | u32 opt; | ^~~ /kisskb/src/net/bluetooth/l2cap_sock.c:718:23: note: byref variable will be forcibly initialized 718 | struct l2cap_options opts; | ^~~~ /kisskb/src/net/bluetooth/l2cap_sock.c: In function 'l2cap_sock_setsockopt': /kisskb/src/net/bluetooth/l2cap_sock.c:878:6: note: byref variable will be forcibly initialized 878 | u32 opt; | ^~~ /kisskb/src/net/bluetooth/l2cap_sock.c:875:18: note: byref variable will be forcibly initialized 875 | struct bt_power pwr; | ^~~ /kisskb/src/net/bluetooth/l2cap_sock.c:874:21: note: byref variable will be forcibly initialized 874 | struct bt_security sec; | ^~~ In file included from /kisskb/src/net/bluetooth/l2cap_sock.c:34: /kisskb/src/net/bluetooth/l2cap_sock.c: In function 'l2cap_sock_connect': /kisskb/src/include/net/bluetooth/bluetooth.h:294:34: note: byref variable will be forcibly initialized 294 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/l2cap_sock.c:212:58: note: in expansion of macro 'BDADDR_ANY' 212 | if (chan->src_type == BDADDR_BREDR && bacmp(&chan->src, BDADDR_ANY) && | ^~~~~~~~~~ /kisskb/src/net/bluetooth/l2cap_sock.c:180:21: note: byref variable will be forcibly initialized 180 | struct sockaddr_l2 la; | ^~ /kisskb/src/net/bluetooth/l2cap_sock.c: In function 'l2cap_sock_bind': /kisskb/src/net/bluetooth/l2cap_sock.c:85:21: note: byref variable will be forcibly initialized 85 | struct sockaddr_l2 la; | ^~ /kisskb/src/net/bluetooth/l2cap_sock.c: In function 'l2cap_sock_alloc_skb_cb': /kisskb/src/net/bluetooth/l2cap_sock.c:1588:6: note: byref variable will be forcibly initialized 1588 | int err; | ^~~ /kisskb/src/drivers/gpu/drm/i2c/sil164_drv.c: In function 'sil164_write': /kisskb/src/drivers/gpu/drm/i2c/sil164_drv.c:108:10: note: byref variable will be forcibly initialized 108 | uint8_t buf[] = {addr, val}; | ^~~ /kisskb/src/drivers/gpu/drm/i2c/sil164_drv.c: In function 'sil164_read': /kisskb/src/drivers/gpu/drm/i2c/sil164_drv.c:120:10: note: byref variable will be forcibly initialized 120 | uint8_t val; | ^~~ /kisskb/src/drivers/misc/eeprom/eeprom_93cx6.c: In function 'eeprom_93cx6_multiread': /kisskb/src/drivers/misc/eeprom/eeprom_93cx6.c:218:6: note: byref variable will be forcibly initialized 218 | u16 tmp; | ^~~ /kisskb/src/drivers/misc/eeprom/eeprom_93cx6.c: In function 'eeprom_93cx6_readb': /kisskb/src/drivers/misc/eeprom/eeprom_93cx6.c:241:6: note: byref variable will be forcibly initialized 241 | u16 tmp; | ^~~ In file included from /kisskb/src/net/caif/cfctrl.c:14: /kisskb/src/net/caif/cfctrl.c: In function 'cfpkt_extr_head_u32': /kisskb/src/include/net/caif/cfpkt.h:55:9: note: byref variable will be forcibly initialized 55 | __le32 tmp; | ^~~ /kisskb/src/net/caif/cfctrl.c: In function 'cfpkt_extr_head_u16': /kisskb/src/include/net/caif/cfpkt.h:46:9: note: byref variable will be forcibly initialized 46 | __le16 tmp; | ^~~ /kisskb/src/net/caif/cfctrl.c: In function 'cfpkt_extr_head_u8': /kisskb/src/include/net/caif/cfpkt.h:37:5: note: byref variable will be forcibly initialized 37 | u8 tmp; | ^~~ /kisskb/src/net/caif/cfctrl.c: In function 'handle_loop': /kisskb/src/net/caif/cfctrl.c:590:23: note: byref variable will be forcibly initialized 590 | u8 linkid, linktype, tmp; | ^~~ /kisskb/src/net/caif/cfctrl.c:590:13: note: byref variable will be forcibly initialized 590 | u8 linkid, linktype, tmp; | ^~~~~~~~ /kisskb/src/net/caif/cfctrl.c:590:5: note: byref variable will be forcibly initialized 590 | u8 linkid, linktype, tmp; | ^~~~~~ /kisskb/src/net/caif/cfctrl.c: In function 'cfctrl_recv': /kisskb/src/net/caif/cfctrl.c:382:29: note: byref variable will be forcibly initialized 382 | struct cfctrl_link_param linkparam; | ^~~~~~~~~ /kisskb/src/net/caif/cfctrl.c:359:29: note: byref variable will be forcibly initialized 359 | struct cfctrl_request_info rsp, *req; | ^~~ /kisskb/src/net/caif/cfctrl.c:356:5: note: byref variable will be forcibly initialized 356 | u8 param[255]; | ^~~~~ /kisskb/src/net/caif/cfctrl.c: In function 'cfctrl_create': /kisskb/src/net/caif/cfctrl.c:37:18: note: byref variable will be forcibly initialized 37 | struct dev_info dev_info; | ^~~~~~~~ /kisskb/src/net/caif/cfctrl.c: In function 'cfctrl_linkup_request': /kisskb/src/net/caif/cfctrl.c:209:7: note: byref variable will be forcibly initialized 209 | char utility_name[16]; | ^~~~~~~~~~~~ /kisskb/src/net/caif/cfctrl.c:206:5: note: byref variable will be forcibly initialized 206 | u8 tmp8; | ^~~~ /kisskb/src/net/caif/cfctrl.c:205:6: note: byref variable will be forcibly initialized 205 | u16 tmp16; | ^~~~~ /kisskb/src/net/caif/cfctrl.c:204:6: note: byref variable will be forcibly initialized 204 | u32 tmp32; | ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/mm.h:7, from /kisskb/src/drivers/base/power/runtime.c:8: /kisskb/src/drivers/base/power/runtime.c: In function 'rpm_resume': /kisskb/src/drivers/base/power/runtime.c:772:15: note: byref variable will be forcibly initialized 772 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/drivers/base/power/runtime.c:772:3: note: in expansion of macro 'DEFINE_WAIT' 772 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ /kisskb/src/drivers/base/power/runtime.c: In function 'rpm_suspend': /kisskb/src/drivers/base/power/runtime.c:592:15: note: byref variable will be forcibly initialized 592 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/drivers/base/power/runtime.c:592:3: note: in expansion of macro 'DEFINE_WAIT' 592 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ /kisskb/src/drivers/base/power/runtime.c: In function '__pm_runtime_barrier': /kisskb/src/drivers/base/power/runtime.c:1313:15: note: byref variable will be forcibly initialized 1313 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/drivers/base/power/runtime.c:1313:3: note: in expansion of macro 'DEFINE_WAIT' 1313 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ /kisskb/src/net/bluetooth/lib.c: In function 'bt_info': /kisskb/src/net/bluetooth/lib.c:141:10: note: byref variable will be forcibly initialized 141 | va_list args; | ^~~~ /kisskb/src/net/bluetooth/lib.c:140:19: note: byref variable will be forcibly initialized 140 | struct va_format vaf; | ^~~ /kisskb/src/net/bluetooth/lib.c: In function 'bt_warn': /kisskb/src/net/bluetooth/lib.c:157:10: note: byref variable will be forcibly initialized 157 | va_list args; | ^~~~ /kisskb/src/net/bluetooth/lib.c:156:19: note: byref variable will be forcibly initialized 156 | struct va_format vaf; | ^~~ /kisskb/src/net/bluetooth/lib.c: In function 'bt_err': /kisskb/src/net/bluetooth/lib.c:173:10: note: byref variable will be forcibly initialized 173 | va_list args; | ^~~~ /kisskb/src/net/bluetooth/lib.c:172:19: note: byref variable will be forcibly initialized 172 | struct va_format vaf; | ^~~ /kisskb/src/net/bluetooth/lib.c: In function 'bt_warn_ratelimited': /kisskb/src/net/bluetooth/lib.c:222:10: note: byref variable will be forcibly initialized 222 | va_list args; | ^~~~ /kisskb/src/net/bluetooth/lib.c:221:19: note: byref variable will be forcibly initialized 221 | struct va_format vaf; | ^~~ /kisskb/src/net/bluetooth/lib.c: In function 'bt_err_ratelimited': /kisskb/src/net/bluetooth/lib.c:238:10: note: byref variable will be forcibly initialized 238 | va_list args; | ^~~~ /kisskb/src/net/bluetooth/lib.c:237:19: note: byref variable will be forcibly initialized 237 | struct va_format vaf; | ^~~ In file included from /kisskb/src/net/ieee802154/nl-phy.c:16: /kisskb/src/net/ieee802154/nl-phy.c: In function 'nla_put_u8': /kisskb/src/include/net/netlink.h:1244:5: note: byref variable will be forcibly initialized 1244 | u8 tmp = value; | ^~~ In file included from /kisskb/src/net/ieee802154/nl-phy.c:14: /kisskb/src/net/ieee802154/nl-phy.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/net/ieee802154/nl-phy.c: In function 'ieee802154_dump_phy': /kisskb/src/net/ieee802154/nl-phy.c:145:23: note: byref variable will be forcibly initialized 145 | struct dump_phy_data data = { | ^~~~ /kisskb/src/net/ieee802154/nl-phy.c: In function 'ieee802154_add_iface': /kisskb/src/net/ieee802154/nl-phy.c:227:19: note: byref variable will be forcibly initialized 227 | struct sockaddr addr; | ^~~~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'ieee802154_llsec_dump_table': /kisskb/src/net/ieee802154/nl-mac.c:777:25: note: byref variable will be forcibly initialized 777 | struct llsec_dump_data data; | ^~~~ In file included from /kisskb/src/net/ieee802154/nl-mac.c:24: /kisskb/src/net/ieee802154/nl-mac.c: In function 'ieee802154_devaddr_from_raw': /kisskb/src/include/net/ieee802154_netdev.h:155:6: note: byref variable will be forcibly initialized 155 | u64 temp; | ^~~~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'ieee802154_nl_get_dev': /kisskb/src/net/ieee802154/nl-mac.c:150:8: note: byref variable will be forcibly initialized 150 | char name[IFNAMSIZ + 1]; | ^~~~ In file included from /kisskb/src/net/ieee802154/nl-mac.c:18: /kisskb/src/net/ieee802154/nl-mac.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized 1309 | u32 tmp = value; | ^~~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'nla_put_u8': /kisskb/src/include/net/netlink.h:1244:5: note: byref variable will be forcibly initialized 1244 | u8 tmp = value; | ^~~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'nla_put_u16': /kisskb/src/include/net/netlink.h:1257:6: note: byref variable will be forcibly initialized 1257 | u16 tmp = value; | ^~~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'nla_put_s32': /kisskb/src/include/net/netlink.h:1448:6: note: byref variable will be forcibly initialized 1448 | s32 tmp = value; | ^~~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'nla_put_s8': /kisskb/src/include/net/netlink.h:1422:5: note: byref variable will be forcibly initialized 1422 | s8 tmp = value; | ^~~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'ieee802154_nl_fill_iface': /kisskb/src/net/ieee802154/nl-mac.c:109:32: note: byref variable will be forcibly initialized 109 | struct ieee802154_mac_params params; | ^~~~~~ In file included from /kisskb/src/net/ieee802154/nl-mac.c:18: /kisskb/src/net/ieee802154/nl-mac.c: In function 'nla_put_u64_64bit': /kisskb/src/include/net/netlink.h:1363:6: note: byref variable will be forcibly initialized 1363 | u64 tmp = value; | ^~~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'llsec_remove_key': /kisskb/src/net/ieee802154/nl-mac.c:897:33: note: byref variable will be forcibly initialized 897 | struct ieee802154_llsec_key_id id; | ^~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'llsec_add_devkey': /kisskb/src/net/ieee802154/nl-mac.c:1111:37: note: byref variable will be forcibly initialized 1111 | struct ieee802154_llsec_device_key key; | ^~~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'llsec_del_devkey': /kisskb/src/net/ieee802154/nl-mac.c:1137:37: note: byref variable will be forcibly initialized 1137 | struct ieee802154_llsec_device_key key; | ^~~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'ieee802154_nl_fill_key': /kisskb/src/net/ieee802154/nl-mac.c:916:6: note: byref variable will be forcibly initialized 916 | u32 commands[256 / 32]; | ^~~~~~~~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'llsec_add_dev': /kisskb/src/net/ieee802154/nl-mac.c:1012:33: note: byref variable will be forcibly initialized 1012 | struct ieee802154_llsec_device desc; | ^~~~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'llsec_add_seclevel': /kisskb/src/net/ieee802154/nl-mac.c:1251:35: note: byref variable will be forcibly initialized 1251 | struct ieee802154_llsec_seclevel sl; | ^~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'llsec_del_seclevel': /kisskb/src/net/ieee802154/nl-mac.c:1271:35: note: byref variable will be forcibly initialized 1271 | struct ieee802154_llsec_seclevel sl; | ^~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'ieee802154_llsec_parse_key': /kisskb/src/net/ieee802154/nl-mac.c:838:6: note: byref variable will be forcibly initialized 838 | u32 commands[256 / 32]; | ^~~~~~~~ /kisskb/src/net/vmw_vsock/af_vsock.c: In function 'vsock_poll': /kisskb/src/net/vmw_vsock/af_vsock.c:1086:10: note: byref variable will be forcibly initialized 1086 | bool space_avail_now = false; | ^~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'llsec_add_key': /kisskb/src/net/vmw_vsock/af_vsock.c:1062:9: note: byref variable will be forcibly initialized 1062 | bool data_ready_now = false; | ^~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/nl-mac.c:876:33: note: byref variable will be forcibly initialized 876 | struct ieee802154_llsec_key_id id; | ^~ /kisskb/src/net/ieee802154/nl-mac.c:875:30: note: byref variable will be forcibly initialized 875 | struct ieee802154_llsec_key key; | ^~~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'ieee802154_associate_req': /kisskb/src/net/ieee802154/nl-mac.c:176:25: note: byref variable will be forcibly initialized 176 | struct ieee802154_addr addr; | ^~~~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'ieee802154_associate_resp': /kisskb/src/net/ieee802154/nl-mac.c:223:25: note: byref variable will be forcibly initialized 223 | struct ieee802154_addr addr; | ^~~~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'ieee802154_disassociate_req': /kisskb/src/net/ieee802154/nl-mac.c:256:25: note: byref variable will be forcibly initialized 256 | struct ieee802154_addr addr; | ^~~~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'ieee802154_start_req': /kisskb/src/net/ieee802154/nl-mac.c:298:25: note: byref variable will be forcibly initialized 298 | struct ieee802154_addr addr; | ^~~~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'ieee802154_set_macparams': /kisskb/src/net/ieee802154/nl-mac.c:468:31: note: byref variable will be forcibly initialized 468 | struct ieee802154_mac_params params; | ^~~~~~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'ieee802154_llsec_getparams': /kisskb/src/net/ieee802154/nl-mac.c:650:33: note: byref variable will be forcibly initialized 650 | struct ieee802154_llsec_params params; | ^~~~~~ /kisskb/src/net/vmw_vsock/af_vsock.c: In function '__vsock_stream_recvmsg': /kisskb/src/net/vmw_vsock/af_vsock.c:1934:42: note: byref variable will be forcibly initialized 1934 | struct vsock_transport_recv_notify_data recv_data; | ^~~~~~~~~ /kisskb/src/net/ieee802154/nl-mac.c: In function 'ieee802154_llsec_setparams': /kisskb/src/net/ieee802154/nl-mac.c:703:33: note: byref variable will be forcibly initialized 703 | struct ieee802154_llsec_params params; | ^~~~~~ /kisskb/src/net/vmw_vsock/af_vsock.c: In function 'vsock_connectible_sendmsg': /kisskb/src/net/vmw_vsock/af_vsock.c:1724:42: note: byref variable will be forcibly initialized 1724 | struct vsock_transport_send_notify_data send_data; | ^~~~~~~~~ /kisskb/src/net/vmw_vsock/af_vsock.c: In function 'vsock_connectible_getsockopt': /kisskb/src/net/vmw_vsock/af_vsock.c:1666:4: note: byref variable will be forcibly initialized 1666 | } v; | ^ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/net/vmw_vsock/af_vsock.c:100: /kisskb/src/net/vmw_vsock/af_vsock.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/vmw_vsock/af_vsock.c: In function 'vsock_connectible_setsockopt': /kisskb/src/net/vmw_vsock/af_vsock.c:1621:32: note: byref variable will be forcibly initialized 1621 | struct __kernel_sock_timeval tv; | ^~ /kisskb/src/net/vmw_vsock/af_vsock.c:1576:6: note: byref variable will be forcibly initialized 1576 | u64 val; | ^~~ /kisskb/src/net/vmw_vsock/af_vsock.c: In function '__vsock_bind_connectible': /kisskb/src/net/vmw_vsock/af_vsock.c:620:21: note: byref variable will be forcibly initialized 620 | struct sockaddr_vm new_addr; | ^~~~~~~~ /kisskb/src/net/bluetooth/smp.c: In function 'smp_e': /kisskb/src/net/bluetooth/smp.c:377:19: note: byref variable will be forcibly initialized 377 | uint8_t tmp[16], data[16]; | ^~~~ /kisskb/src/net/bluetooth/smp.c:377:10: note: byref variable will be forcibly initialized 377 | uint8_t tmp[16], data[16]; | ^~~ /kisskb/src/net/bluetooth/smp.c:376:24: note: byref variable will be forcibly initialized 376 | struct crypto_aes_ctx ctx; | ^~~ /kisskb/src/net/vmw_vsock/af_vsock.c: In function 'vsock_auto_bind': /kisskb/src/net/bluetooth/smp.c: In function 'smp_ah': /kisskb/src/net/vmw_vsock/af_vsock.c:184:21: note: byref variable will be forcibly initialized 184 | struct sockaddr_vm local_addr; | ^~~~~~~~~~ /kisskb/src/net/bluetooth/smp.c:472:5: note: byref variable will be forcibly initialized 472 | u8 _res[16]; | ^~~~ /kisskb/src/net/vmw_vsock/af_vsock.c: In function 'vsock_dgram_sendmsg': /kisskb/src/net/vmw_vsock/af_vsock.c:1124:22: note: byref variable will be forcibly initialized 1124 | struct sockaddr_vm *remote_addr; | ^~~~~~~~~~~ /kisskb/src/net/bluetooth/smp.c: In function 'aes_cmac': /kisskb/src/net/bluetooth/smp.c:171:32: note: byref variable will be forcibly initialized 171 | uint8_t tmp[16], mac_msb[16], msg_msb[CMAC_MSG_MAX]; | ^~~~~~~ /kisskb/src/net/bluetooth/smp.c:171:19: note: byref variable will be forcibly initialized 171 | uint8_t tmp[16], mac_msb[16], msg_msb[CMAC_MSG_MAX]; | ^~~~~~~ /kisskb/src/net/bluetooth/smp.c:171:10: note: byref variable will be forcibly initialized 171 | uint8_t tmp[16], mac_msb[16], msg_msb[CMAC_MSG_MAX]; | ^~~ /kisskb/src/net/bluetooth/smp.c: In function 'smp_f4': /kisskb/src/net/bluetooth/smp.c:211:5: note: byref variable will be forcibly initialized 211 | u8 m[65]; | ^ /kisskb/src/net/vmw_vsock/af_vsock.c: In function 'vsock_dgram_connect': /kisskb/src/net/vmw_vsock/af_vsock.c:1198:22: note: byref variable will be forcibly initialized 1198 | struct sockaddr_vm *remote_addr; | ^~~~~~~~~~~ /kisskb/src/net/bluetooth/smp.c: In function 'smp_f5': /kisskb/src/net/bluetooth/smp.c:245:12: note: byref variable will be forcibly initialized 245 | u8 m[53], t[16]; | ^ /kisskb/src/net/bluetooth/smp.c:245:5: note: byref variable will be forcibly initialized 245 | u8 m[53], t[16]; | ^ /kisskb/src/net/bluetooth/smp.c:244:11: note: byref variable will be forcibly initialized 244 | const u8 length[2] = { 0x00, 0x01 }; | ^~~~~~ /kisskb/src/net/bluetooth/smp.c:242:11: note: byref variable will be forcibly initialized 242 | const u8 salt[16] = { 0xbe, 0x83, 0x60, 0x5a, 0xdb, 0x0b, 0x37, 0x60, | ^~~~ /kisskb/src/net/bluetooth/smp.c:241:11: note: byref variable will be forcibly initialized 241 | const u8 btle[4] = { 0x65, 0x6c, 0x74, 0x62 }; | ^~~~ /kisskb/src/net/vmw_vsock/af_vsock.c: In function 'vsock_bind': /kisskb/src/net/vmw_vsock/af_vsock.c:893:22: note: byref variable will be forcibly initialized 893 | struct sockaddr_vm *vm_addr; | ^~~~~~~ /kisskb/src/net/bluetooth/smp.c: In function 'sc_mackey_and_ltk': /kisskb/src/net/bluetooth/smp.c:1420:21: note: byref variable will be forcibly initialized 1420 | u8 *na, *nb, a[7], b[7]; | ^ /kisskb/src/net/bluetooth/smp.c:1420:15: note: byref variable will be forcibly initialized 1420 | u8 *na, *nb, a[7], b[7]; | ^ /kisskb/src/net/bluetooth/smp.c: In function 'smp_f6': /kisskb/src/net/bluetooth/smp.c:289:5: note: byref variable will be forcibly initialized 289 | u8 m[65]; | ^ /kisskb/src/net/vmw_vsock/af_vsock.c: In function 'vsock_connect': /kisskb/src/net/vmw_vsock/af_vsock.c:1299:22: note: byref variable will be forcibly initialized 1299 | struct sockaddr_vm *remote_addr; | ^~~~~~~~~~~ /kisskb/src/net/bluetooth/smp.c: In function 'smp_g2': /kisskb/src/net/bluetooth/smp.c:315:12: note: byref variable will be forcibly initialized 315 | u8 m[80], tmp[16]; | ^~~ /kisskb/src/net/bluetooth/smp.c:315:5: note: byref variable will be forcibly initialized 315 | u8 m[80], tmp[16]; | ^ /kisskb/src/net/bluetooth/smp.c: In function 'smp_send_cmd': /kisskb/src/net/bluetooth/smp.c:593:16: note: byref variable will be forcibly initialized 593 | struct msghdr msg; | ^~~ /kisskb/src/net/bluetooth/smp.c:592:14: note: byref variable will be forcibly initialized 592 | struct kvec iv[2]; | ^~ /kisskb/src/net/bluetooth/smp.c: In function 'sc_passkey_send_confirm': /kisskb/src/net/bluetooth/smp.c:1478:33: note: byref variable will be forcibly initialized 1478 | struct smp_cmd_pairing_confirm cfm; | ^~~ /kisskb/src/net/bluetooth/smp.c: In function 'sc_dhkey_check': /kisskb/src/net/bluetooth/smp.c:1443:16: note: byref variable will be forcibly initialized 1443 | u8 io_cap[3], r[16]; | ^ /kisskb/src/net/bluetooth/smp.c:1443:5: note: byref variable will be forcibly initialized 1443 | u8 io_cap[3], r[16]; | ^~~~~~ /kisskb/src/net/bluetooth/smp.c:1442:11: note: byref variable will be forcibly initialized 1442 | u8 a[7], b[7], *local_addr, *remote_addr; | ^ /kisskb/src/net/bluetooth/smp.c:1442:5: note: byref variable will be forcibly initialized 1442 | u8 a[7], b[7], *local_addr, *remote_addr; | ^ /kisskb/src/net/bluetooth/smp.c:1441:29: note: byref variable will be forcibly initialized 1441 | struct smp_cmd_dhkey_check check; | ^~~~~ /kisskb/src/net/bluetooth/smp.c: In function 'sc_passkey_round': /kisskb/src/net/bluetooth/smp.c:1500:5: note: byref variable will be forcibly initialized 1500 | u8 cfm[16], r; | ^~~ /kisskb/src/net/bluetooth/smp.c: In function 'smp_c1': /kisskb/src/net/bluetooth/smp.c:409:13: note: byref variable will be forcibly initialized 409 | u8 p1[16], p2[16]; | ^~ /kisskb/src/net/bluetooth/smp.c:409:5: note: byref variable will be forcibly initialized 409 | u8 p1[16], p2[16]; | ^~ /kisskb/src/net/bluetooth/smp.c: In function 'smp_confirm': /kisskb/src/net/bluetooth/smp.c:950:33: note: byref variable will be forcibly initialized 950 | struct smp_cmd_pairing_confirm cp; | ^~ /kisskb/src/net/bluetooth/smp.c: In function 'sc_generate_link_key': /kisskb/src/net/bluetooth/smp.c:1166:12: note: byref variable will be forcibly initialized 1166 | const u8 tmp1[4] = { 0x31, 0x70, 0x6d, 0x74 }; | ^~~~ /kisskb/src/net/bluetooth/smp.c:1157:12: note: byref variable will be forcibly initialized 1157 | const u8 salt[16] = { 0x31, 0x70, 0x6d, 0x74 }; | ^~~~ /kisskb/src/net/bluetooth/smp.c:1149:11: note: byref variable will be forcibly initialized 1149 | const u8 lebr[4] = { 0x72, 0x62, 0x65, 0x6c }; | ^~~~ /kisskb/src/net/bluetooth/smp.c: In function 'smp_random': /kisskb/src/net/bluetooth/smp.c:1010:6: note: byref variable will be forcibly initialized 1010 | u8 stk[16], auth; | ^~~ /kisskb/src/net/bluetooth/smp.c:997:6: note: byref variable will be forcibly initialized 997 | u8 stk[16]; | ^~~ /kisskb/src/net/bluetooth/smp.c:978:5: note: byref variable will be forcibly initialized 978 | u8 confirm[16]; | ^~~~~~~ /kisskb/src/net/bluetooth/smp.c: In function 'smp_cmd_dhkey_check': /kisskb/src/net/bluetooth/smp.c:2874:23: note: byref variable will be forcibly initialized 2874 | u8 io_cap[3], r[16], e[16]; | ^ /kisskb/src/net/bluetooth/smp.c:2874:16: note: byref variable will be forcibly initialized 2874 | u8 io_cap[3], r[16], e[16]; | ^ /kisskb/src/net/bluetooth/smp.c:2874:5: note: byref variable will be forcibly initialized 2874 | u8 io_cap[3], r[16], e[16]; | ^~~~~~ /kisskb/src/net/bluetooth/smp.c:2873:11: note: byref variable will be forcibly initialized 2873 | u8 a[7], b[7], *local_addr, *remote_addr; | ^ /kisskb/src/net/bluetooth/smp.c:2873:5: note: byref variable will be forcibly initialized 2873 | u8 a[7], b[7], *local_addr, *remote_addr; | ^ /kisskb/src/net/bluetooth/smp.c: In function 'bredr_pairing': /kisskb/src/net/bluetooth/smp.c:3073:25: note: byref variable will be forcibly initialized 3073 | struct smp_cmd_pairing req; | ^~~ /kisskb/src/net/bluetooth/smp.c: In function 'smp_add_cid': /kisskb/src/net/bluetooth/smp.c:3331:6: note: byref variable will be forcibly initialized 3331 | u8 bdaddr_type; | ^~~~~~~~~~~ /kisskb/src/net/bluetooth/smp.c: In function 'sc_generate_ltk': /kisskb/src/net/bluetooth/smp.c:1221:12: note: byref variable will be forcibly initialized 1221 | const u8 tmp2[4] = { 0x32, 0x70, 0x6d, 0x74 }; | ^~~~ /kisskb/src/net/bluetooth/smp.c:1215:12: note: byref variable will be forcibly initialized 1215 | const u8 salt[16] = { 0x32, 0x70, 0x6d, 0x74 }; | ^~~~ /kisskb/src/net/bluetooth/smp.c:1199:11: note: byref variable will be forcibly initialized 1199 | const u8 brle[4] = { 0x65, 0x6c, 0x72, 0x62 }; | ^~~~ /kisskb/src/net/bluetooth/smp.c: In function 'smp_notify_keys': /kisskb/src/net/bluetooth/smp.c:1043:7: note: byref variable will be forcibly initialized 1043 | bool persistent; | ^~~~~~~~~~ /kisskb/src/net/bluetooth/smp.c: In function 'smp_distribute_keys': /kisskb/src/net/bluetooth/smp.c:1333:28: note: byref variable will be forcibly initialized 1333 | struct smp_cmd_sign_info sign; | ^~~~ /kisskb/src/net/bluetooth/smp.c:1311:29: note: byref variable will be forcibly initialized 1311 | struct smp_cmd_ident_info idinfo; | ^~~~~~ /kisskb/src/net/bluetooth/smp.c:1310:34: note: byref variable will be forcibly initialized 1310 | struct smp_cmd_ident_addr_info addrinfo; | ^~~~~~~~ /kisskb/src/net/bluetooth/smp.c:1279:10: note: byref variable will be forcibly initialized 1279 | __le64 rand; | ^~~~ /kisskb/src/net/bluetooth/smp.c:1278:10: note: byref variable will be forcibly initialized 1278 | __le16 ediv; | ^~~~ /kisskb/src/net/bluetooth/smp.c:1275:34: note: byref variable will be forcibly initialized 1275 | struct smp_cmd_initiator_ident ident; | ^~~~~ /kisskb/src/net/bluetooth/smp.c:1274:31: note: byref variable will be forcibly initialized 1274 | struct smp_cmd_encrypt_info enc; | ^~~ /kisskb/src/net/bluetooth/smp.c: In function 'smp_cmd_pairing_random': /kisskb/src/net/bluetooth/smp.c:2171:6: note: byref variable will be forcibly initialized 2171 | u8 cfm[16]; | ^~~ /kisskb/src/net/bluetooth/smp.c:2132:6: note: byref variable will be forcibly initialized 2132 | u32 passkey; | ^~~~~~~ /kisskb/src/net/bluetooth/smp.c: In function 'tk_request': /kisskb/src/net/bluetooth/smp.c:855:6: note: byref variable will be forcibly initialized 855 | u32 passkey = 0; | ^~~~~~~ /kisskb/src/net/bluetooth/smp.c: In function 'smp_cmd_pairing_req': /kisskb/src/net/bluetooth/smp.c:1733:25: note: byref variable will be forcibly initialized 1733 | struct smp_cmd_pairing rsp, *req = (void *) skb->data; | ^~~ In file included from /kisskb/src/net/bluetooth/smp.c:31: /kisskb/src/net/bluetooth/smp.c: In function 'smp_cmd_ident_addr_info': In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/signal.h:7, from /kisskb/src/net/bluetooth/hci_request.c:24: /kisskb/src/net/bluetooth/hci_request.c: In function '__hci_req_sync': /kisskb/src/include/net/bluetooth/bluetooth.h:294:34: note: byref variable will be forcibly initialized 294 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/smp.c:2639:15: note: in expansion of macro 'BDADDR_ANY' 2639 | bacpy(&rpa, BDADDR_ANY); | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:235:8: note: in expansion of macro 'wait_event_interruptible_timeout' 235 | err = wait_event_interruptible_timeout(hdev->req_wait_q, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:198:21: note: byref variable will be forcibly initialized 198 | struct hci_request req; | ^~~ /kisskb/src/include/net/bluetooth/bluetooth.h:294:34: note: byref variable will be forcibly initialized 294 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/smp.c:2614:28: note: in expansion of macro 'BDADDR_ANY' 2614 | if (!bacmp(&info->bdaddr, BDADDR_ANY) || | ^~~~~~~~~~ /kisskb/src/net/bluetooth/smp.c:2589:11: note: byref variable will be forcibly initialized 2589 | bdaddr_t rpa; | ^~~ /kisskb/src/net/bluetooth/smp.c: In function 'smp_cmd_public_key': /kisskb/src/net/bluetooth/smp.c:2735:33: note: byref variable will be forcibly initialized 2735 | struct smp_cmd_pairing_confirm cfm; | ^~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'interleave_scan_work': /kisskb/src/net/bluetooth/hci_request.c:1659:5: note: byref variable will be forcibly initialized 1659 | u8 status; | ^~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'le_scan_restart_work': /kisskb/src/net/bluetooth/hci_request.c:2716:5: note: byref variable will be forcibly initialized 2716 | u8 status; | ^~~~~~ /kisskb/src/net/bluetooth/smp.c: In function 'smp_irk_matches': /kisskb/src/net/bluetooth/smp.c:500:5: note: byref variable will be forcibly initialized 500 | u8 hash[3]; | ^~~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'le_scan_disable_work': /kisskb/src/net/bluetooth/hci_request.c:2620:5: note: byref variable will be forcibly initialized 2620 | u8 status; | ^~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'discoverable_update_work': /kisskb/src/net/bluetooth/hci_request.c:2452:5: note: byref variable will be forcibly initialized 2452 | u8 status; | ^~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'connectable_update_work': /kisskb/src/net/bluetooth/hci_request.c:2339:5: note: byref variable will be forcibly initialized 2339 | u8 status; | ^~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'bg_scan_update': /kisskb/src/net/bluetooth/hci_request.c:2564:5: note: byref variable will be forcibly initialized 2564 | u8 status; | ^~~~~~ /kisskb/src/net/bluetooth/smp.c: In function 'smp_cmd_security_req': /kisskb/src/net/bluetooth/smp.c:2288:25: note: byref variable will be forcibly initialized 2288 | struct smp_cmd_pairing cp; | ^~ /kisskb/src/net/bluetooth/hci_request.c: In function 'discov_update': /kisskb/src/net/bluetooth/hci_request.c:3007:5: note: byref variable will be forcibly initialized 3007 | u8 status = 0; | ^~~~~~ /kisskb/src/net/bluetooth/smp.c: In function 'smp_conn_security': /kisskb/src/net/bluetooth/smp.c:2427:31: note: byref variable will be forcibly initialized 2427 | struct smp_cmd_security_req cp; | ^~ /kisskb/src/net/bluetooth/smp.c:2418:26: note: byref variable will be forcibly initialized 2418 | struct smp_cmd_pairing cp; | ^~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/signal.h:7, from /kisskb/src/net/bluetooth/hci_request.c:24: /kisskb/src/net/bluetooth/hci_request.c: In function '__hci_cmd_sync_ev': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:148:8: note: in expansion of macro 'wait_event_interruptible_timeout' 148 | err = wait_event_interruptible_timeout(hdev->req_wait_q, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:132:21: note: byref variable will be forcibly initialized 132 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'del_from_accept_list': /kisskb/src/net/bluetooth/hci_request.c:609:42: note: byref variable will be forcibly initialized 609 | struct hci_cp_le_del_from_resolv_list cp; | ^~ /kisskb/src/net/bluetooth/hci_request.c:594:40: note: byref variable will be forcibly initialized 594 | struct hci_cp_le_del_from_accept_list cp; | ^~ /kisskb/src/net/caif/cfmuxl.c: In function 'cfmuxl_transmit': /kisskb/src/net/caif/cfmuxl.c:215:5: note: byref variable will be forcibly initialized 215 | u8 linkid; | ^~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'add_to_accept_list': /kisskb/src/net/bluetooth/hci_request.c:664:40: note: byref variable will be forcibly initialized 664 | struct hci_cp_le_add_to_resolv_list cp; | ^~ /kisskb/src/net/bluetooth/hci_request.c:625:38: note: byref variable will be forcibly initialized 625 | struct hci_cp_le_add_to_accept_list cp; | ^~ /kisskb/src/net/caif/cfmuxl.c: In function 'cfmuxl_receive': /kisskb/src/net/caif/cfmuxl.c:178:5: note: byref variable will be forcibly initialized 178 | u8 id; | ^~ /kisskb/src/net/bluetooth/hci_request.c: In function 'update_accept_list': /kisskb/src/net/bluetooth/hci_request.c:688:5: note: byref variable will be forcibly initialized 688 | u8 num_entries = 0; | ^~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'hci_req_start_scan': /kisskb/src/net/bluetooth/hci_request.c:849:36: note: byref variable will be forcibly initialized 849 | struct hci_cp_le_set_scan_enable enable_cp; | ^~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:848:35: note: byref variable will be forcibly initialized 848 | struct hci_cp_le_set_scan_param param_cp; | ^~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:802:6: note: byref variable will be forcibly initialized 802 | u8 data[sizeof(*ext_param_cp) + sizeof(*phy_params) * 2]; | ^~~~ /kisskb/src/net/bluetooth/hci_request.c:800:40: note: byref variable will be forcibly initialized 800 | struct hci_cp_le_set_ext_scan_enable ext_enable_cp; | ^~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:790:6: note: byref variable will be forcibly initialized 790 | u8 enable = 0x01; | ^~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'hci_req_clear_event_filter': /kisskb/src/net/bluetooth/hci_request.c:982:33: note: byref variable will be forcibly initialized 982 | struct hci_cp_set_event_filter f; | ^ /kisskb/src/net/bluetooth/hci_request.c: In function 'hci_req_set_event_filter': /kisskb/src/net/bluetooth/hci_request.c:999:5: note: byref variable will be forcibly initialized 999 | u8 scan = SCAN_DISABLED; | ^~~~ /kisskb/src/net/bluetooth/hci_request.c:997:33: note: byref variable will be forcibly initialized 997 | struct hci_cp_set_event_filter f; | ^ /kisskb/src/net/bluetooth/hci_request.c: In function 'bredr_inquiry': /kisskb/src/net/bluetooth/hci_request.c:2591:24: note: byref variable will be forcibly initialized 2591 | struct hci_cp_inquiry cp; | ^~ /kisskb/src/net/bluetooth/hci_request.c: In function 'write_iac': /kisskb/src/net/bluetooth/hci_request.c:2388:38: note: byref variable will be forcibly initialized 2388 | struct hci_cp_write_current_iac_lap cp; | ^~ /kisskb/src/net/bluetooth/hci_request.c: In function '__hci_req_write_fast_connectable': /kisskb/src/net/bluetooth/hci_request.c:358:5: note: byref variable will be forcibly initialized 358 | u8 type; | ^~~~ /kisskb/src/net/bluetooth/hci_request.c:357:41: note: byref variable will be forcibly initialized 357 | struct hci_cp_write_page_scan_activity acp; | ^~~ /kisskb/src/net/bluetooth/hci_request.c: In function '__hci_req_update_name': /kisskb/src/net/bluetooth/hci_request.c:518:33: note: byref variable will be forcibly initialized 518 | struct hci_cp_write_local_name cp; | ^~ /kisskb/src/net/bluetooth/hci_request.c: In function '__hci_req_update_eir': /kisskb/src/net/bluetooth/hci_request.c:528:26: note: byref variable will be forcibly initialized 528 | struct hci_cp_write_eir cp; | ^~ /kisskb/src/net/bluetooth/hci_request.c: In function 'hci_req_add_le_scan_disable': /kisskb/src/net/bluetooth/hci_request.c:585:8: note: byref variable will be forcibly initialized 585 | __u8 enable = 0x00; | ^~~~~~ /kisskb/src/net/bluetooth/hci_request.c:574:36: note: byref variable will be forcibly initialized 574 | struct hci_cp_le_set_scan_enable cp; | ^~ /kisskb/src/net/bluetooth/hci_request.c:567:40: note: byref variable will be forcibly initialized 567 | struct hci_cp_le_set_ext_scan_enable cp; | ^~ /kisskb/src/net/bluetooth/hci_request.c: In function 'le_scan_restart': /kisskb/src/net/bluetooth/hci_request.c:2700:36: note: byref variable will be forcibly initialized 2700 | struct hci_cp_le_set_scan_enable cp; | ^~ /kisskb/src/net/bluetooth/hci_request.c:2691:40: note: byref variable will be forcibly initialized 2691 | struct hci_cp_le_set_ext_scan_enable ext_enable_cp; | ^~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function '__hci_req_update_scan_rsp_data': /kisskb/src/net/bluetooth/hci_request.c:1457:38: note: byref variable will be forcibly initialized 1457 | struct hci_cp_le_set_scan_rsp_data cp; | ^~ /kisskb/src/net/bluetooth/hci_request.c:1436:5: note: byref variable will be forcibly initialized 1436 | } pdu; | ^~~ /kisskb/src/net/bluetooth/hci_request.c: In function '__hci_req_update_adv_data': /kisskb/src/net/bluetooth/hci_request.c:1510:33: note: byref variable will be forcibly initialized 1510 | struct hci_cp_le_set_adv_data cp; | ^~ /kisskb/src/net/bluetooth/hci_request.c:1488:5: note: byref variable will be forcibly initialized 1488 | } pdu; | ^~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'hci_req_update_adv_data': /kisskb/src/net/bluetooth/hci_request.c:1532:21: note: byref variable will be forcibly initialized 1532 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'hci_req_disable_address_resolution': /kisskb/src/net/bluetooth/hci_request.c:1549:7: note: byref variable will be forcibly initialized 1549 | __u8 enable = 0x00; | ^~~~~~ /kisskb/src/net/bluetooth/hci_request.c:1548:21: note: byref variable will be forcibly initialized 1548 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'hci_get_random_address': /kisskb/src/net/bluetooth/hci_request.c:1725:12: note: byref variable will be forcibly initialized 1725 | bdaddr_t nrpa; | ^~~~ In file included from /kisskb/src/net/bluetooth/hci_request.c:26: /kisskb/src/include/net/bluetooth/bluetooth.h:294:34: note: byref variable will be forcibly initialized 294 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/include/net/bluetooth/hci_core.h:1450:50: note: in expansion of macro 'BDADDR_ANY' 1450 | #define rpa_valid(dev) (bacmp(&dev->rpa, BDADDR_ANY) && \ | ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:1705:8: note: in expansion of macro 'rpa_valid' 1705 | if (rpa_valid(hdev)) | ^~~~~~~~~ /kisskb/src/include/net/bluetooth/bluetooth.h:294:34: note: byref variable will be forcibly initialized 294 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/include/net/bluetooth/hci_core.h:1452:58: note: in expansion of macro 'BDADDR_ANY' 1452 | #define adv_rpa_valid(adv) (bacmp(&adv->random_addr, BDADDR_ANY) && \ | ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:1702:8: note: in expansion of macro 'adv_rpa_valid' 1702 | if (adv_rpa_valid(adv_instance)) | ^~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function '__hci_req_setup_ext_adv_instance': /kisskb/src/net/bluetooth/hci_request.c:1876:42: note: byref variable will be forcibly initialized 1876 | struct hci_cp_le_set_adv_set_rand_addr cp; | ^~ In file included from /kisskb/src/net/bluetooth/hci_request.c:26: /kisskb/src/include/net/bluetooth/bluetooth.h:294:34: note: byref variable will be forcibly initialized 294 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/hci_request.c:1875:26: note: in expansion of macro 'BDADDR_ANY' 1875 | bacmp(&random_addr, BDADDR_ANY)) { | ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:1790:5: note: byref variable will be forcibly initialized 1790 | u8 own_addr_type; | ^~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:1789:11: note: byref variable will be forcibly initialized 1789 | bdaddr_t random_addr; | ^~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:1785:38: note: byref variable will be forcibly initialized 1785 | struct hci_cp_le_set_ext_adv_params cp; | ^~ /kisskb/src/net/bluetooth/hci_request.c: In function '__hci_req_enable_ext_advertising': /kisskb/src/net/bluetooth/hci_request.c:1912:5: note: byref variable will be forcibly initialized 1912 | u8 data[sizeof(*cp) + sizeof(*adv_set) * 1]; | ^~~~ /kisskb/src/net/bluetooth/hci_request.c: In function '__hci_req_disable_ext_adv_instance': /kisskb/src/net/bluetooth/hci_request.c:1957:5: note: byref variable will be forcibly initialized 1957 | u8 data[sizeof(*cp) + sizeof(*adv_set) * 1]; | ^~~~ /kisskb/src/net/bluetooth/hci_request.c: In function '__hci_req_disable_advertising': /kisskb/src/net/bluetooth/hci_request.c:1281:6: note: byref variable will be forcibly initialized 1281 | u8 enable = 0x00; | ^~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'hci_update_random_address': /kisskb/src/net/bluetooth/hci_request.c:2188:12: note: byref variable will be forcibly initialized 2188 | bdaddr_t nrpa; | ^~~~ In file included from /kisskb/src/net/bluetooth/hci_request.c:26: /kisskb/src/include/net/bluetooth/bluetooth.h:294:34: note: byref variable will be forcibly initialized 294 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/include/net/bluetooth/hci_core.h:1450:50: note: in expansion of macro 'BDADDR_ANY' 1450 | #define rpa_valid(dev) (bacmp(&dev->rpa, BDADDR_ANY) && \ | ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:2169:7: note: in expansion of macro 'rpa_valid' 2169 | if (rpa_valid(hdev)) | ^~~~~~~~~ /kisskb/src/include/net/bluetooth/bluetooth.h:294:34: note: byref variable will be forcibly initialized 294 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/hci_request.c:2222:33: note: in expansion of macro 'BDADDR_ANY' 2222 | bacmp(&hdev->static_addr, BDADDR_ANY))) { | ^~~~~~~~~~ /kisskb/src/include/net/bluetooth/bluetooth.h:294:34: note: byref variable will be forcibly initialized 294 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/hci_request.c:2220:28: note: in expansion of macro 'BDADDR_ANY' 2220 | !bacmp(&hdev->bdaddr, BDADDR_ANY) || | ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'hci_req_add_le_passive_scan': /kisskb/src/net/bluetooth/hci_request.c:896:5: note: byref variable will be forcibly initialized 896 | u8 own_addr_type; | ^~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function '__hci_req_enable_advertising': /kisskb/src/net/bluetooth/hci_request.c:1353:20: note: byref variable will be forcibly initialized 1353 | u8 own_addr_type, enable = 0x01; | ^~~~~~ /kisskb/src/net/bluetooth/hci_request.c:1353:5: note: byref variable will be forcibly initialized 1353 | u8 own_addr_type, enable = 0x01; | ^~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:1352:33: note: byref variable will be forcibly initialized 1352 | struct hci_cp_le_set_adv_param cp; | ^~ /kisskb/src/net/bluetooth/hci_request.c: In function 'hci_req_resume_adv_instances': /kisskb/src/net/bluetooth/hci_request.c:1083:21: note: byref variable will be forcibly initialized 1083 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'adv_timeout_expire': /kisskb/src/net/bluetooth/hci_request.c:1598:21: note: byref variable will be forcibly initialized 1598 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'hci_req_reenable_advertising': /kisskb/src/net/bluetooth/hci_request.c:1569:21: note: byref variable will be forcibly initialized 1569 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'active_scan': /kisskb/src/net/bluetooth/hci_request.c:2765:5: note: byref variable will be forcibly initialized 2765 | u8 own_addr_type; | ^~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function '__hci_req_update_scan': /kisskb/src/net/bluetooth/hci_request.c:2259:5: note: byref variable will be forcibly initialized 2259 | u8 scan; | ^~~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'hci_req_prepare_suspend': /kisskb/src/net/bluetooth/hci_request.c:1135:5: note: byref variable will be forcibly initialized 1135 | u8 page_scan; | ^~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:1134:21: note: byref variable will be forcibly initialized 1134 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/hci_request.c: In function '__hci_req_update_class': /kisskb/src/net/bluetooth/hci_request.c:2359:5: note: byref variable will be forcibly initialized 2359 | u8 cod[3]; | ^~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'powered_update_hci': /kisskb/src/net/bluetooth/hci_request.c:3077:41: note: byref variable will be forcibly initialized 3077 | struct hci_cp_write_le_host_supported cp; | ^~ /kisskb/src/net/bluetooth/hci_request.c:3068:7: note: byref variable will be forcibly initialized 3068 | u8 support = 0x01; | ^~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:3063:6: note: byref variable will be forcibly initialized 3063 | u8 mode = 0x01; | ^~~~ /kisskb/src/net/bluetooth/hci_request.c:3057:5: note: byref variable will be forcibly initialized 3057 | u8 link_sec; | ^~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c: In function '__hci_abort_conn': /kisskb/src/net/bluetooth/hci_request.c:2505:39: note: byref variable will be forcibly initialized 2505 | struct hci_cp_reject_sync_conn_req rej; | ^~~ /kisskb/src/net/bluetooth/hci_request.c:2497:34: note: byref variable will be forcibly initialized 2497 | struct hci_cp_reject_conn_req rej; | ^~~ /kisskb/src/net/bluetooth/hci_request.c:2472:29: note: byref variable will be forcibly initialized 2472 | struct hci_cp_disconnect dc; | ^~ /kisskb/src/net/bluetooth/hci_request.c:2465:35: note: byref variable will be forcibly initialized 2465 | struct hci_cp_disconn_phy_link cp; | ^~ /kisskb/src/net/bluetooth/hci_request.c: In function 'hci_abort_conn': /kisskb/src/net/mac802154/rx.c: In function 'ieee802154_print_addr': /kisskb/src/net/mac802154/rx.c:125:7: note: byref variable will be forcibly initialized 125 | u64 hw = swab64((__force u64)addr->extended_addr); | ^~ /kisskb/src/net/bluetooth/hci_request.c:2535:21: note: byref variable will be forcibly initialized 2535 | struct hci_request req; | ^~~ In file included from /kisskb/src/net/bluetooth/hci_request.c:26: /kisskb/src/net/bluetooth/hci_request.c: In function 'hci_req_stop_discovery': /kisskb/src/include/net/bluetooth/bluetooth.h:294:34: note: byref variable will be forcibly initialized 294 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/hci_request.c:2933:46: note: in expansion of macro 'BDADDR_ANY' 2933 | e = hci_inquiry_cache_lookup_resolve(hdev, BDADDR_ANY, | ^~~~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:2903:39: note: byref variable will be forcibly initialized 2903 | struct hci_cp_remote_name_req_cancel cp; | ^~ /kisskb/src/net/mac802154/rx.c: In function 'ieee802154_parse_frame_start': /kisskb/src/net/mac802154/rx.c:159:7: note: byref variable will be forcibly initialized 159 | u64 key; | ^~~ /kisskb/src/net/bluetooth/hci_request.c: In function 'hci_req_configure_datapath': /kisskb/src/net/bluetooth/hci_request.c:2957:17: note: byref variable will be forcibly initialized 2957 | __u8 vnd_len, *vnd_data = NULL; | ^~~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:2957:7: note: byref variable will be forcibly initialized 2957 | __u8 vnd_len, *vnd_data = NULL; | ^~~~~~~ /kisskb/src/net/bluetooth/hci_request.c:2955:21: note: byref variable will be forcibly initialized 2955 | struct hci_request req; | ^~~ /kisskb/src/net/mac802154/rx.c: In function '__ieee802154_rx_handle_packet': /kisskb/src/net/mac802154/rx.c:196:24: note: byref variable will be forcibly initialized 196 | struct ieee802154_hdr hdr; | ^~~ /kisskb/src/drivers/mfd/88pm860x-i2c.c: In function 'pm860x_reg_read': /kisskb/src/drivers/mfd/88pm860x-i2c.c:20:15: note: byref variable will be forcibly initialized 20 | unsigned int data; | ^~~~ /kisskb/src/drivers/mfd/88pm860x-i2c.c: In function 'write_device': /kisskb/src/drivers/mfd/88pm860x-i2c.c:124:17: note: byref variable will be forcibly initialized 124 | struct i2c_msg msg; | ^~~ /kisskb/src/drivers/mfd/88pm860x-i2c.c:122:16: note: byref variable will be forcibly initialized 122 | unsigned char buf[2]; | ^~~ /kisskb/src/drivers/mfd/88pm860x-i2c.c: In function 'read_device': /kisskb/src/drivers/mfd/88pm860x-i2c.c:89:17: note: byref variable will be forcibly initialized 89 | struct i2c_msg msg[2] = { | ^~~ /kisskb/src/drivers/mfd/88pm860x-i2c.c:87:16: note: byref variable will be forcibly initialized 87 | unsigned char msgbuf1[I2C_SMBUS_BLOCK_MAX + 2]; | ^~~~~~~ /kisskb/src/drivers/mfd/88pm860x-i2c.c:86:16: note: byref variable will be forcibly initialized 86 | unsigned char msgbuf0[I2C_SMBUS_BLOCK_MAX + 3]; | ^~~~~~~ /kisskb/src/drivers/mfd/88pm860x-i2c.c: In function 'pm860x_page_reg_write': /kisskb/src/drivers/mfd/88pm860x-i2c.c:143:16: note: byref variable will be forcibly initialized 143 | unsigned char zero; | ^~~~ /kisskb/src/drivers/mfd/88pm860x-i2c.c: In function 'pm860x_page_bulk_read': /kisskb/src/drivers/mfd/88pm860x-i2c.c:161:16: note: byref variable will be forcibly initialized 161 | unsigned char zero = 0; | ^~~~ /kisskb/src/drivers/misc/ti-st/st_core.c: In function 'st_register': /kisskb/src/drivers/misc/ti-st/st_core.c:530:20: note: byref variable will be forcibly initialized 530 | struct st_data_s *st_gdata; | ^~~~~~~~ /kisskb/src/drivers/misc/ti-st/st_core.c: In function 'st_unregister': /kisskb/src/drivers/misc/ti-st/st_core.c:648:20: note: byref variable will be forcibly initialized 648 | struct st_data_s *st_gdata; | ^~~~~~~~ /kisskb/src/drivers/misc/ti-st/st_core.c: In function 'st_tty_open': /kisskb/src/drivers/misc/ti-st/st_core.c:727:20: note: byref variable will be forcibly initialized 727 | struct st_data_s *st_gdata; | ^~~~~~~~ /kisskb/src/drivers/misc/ti-st/st_core.c: In function 'st_write': /kisskb/src/drivers/misc/ti-st/st_core.c:696:20: note: byref variable will be forcibly initialized 696 | struct st_data_s *st_gdata; | ^~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/misc/eeprom/at24.c:9: /kisskb/src/drivers/misc/eeprom/at24.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/drivers/misc/eeprom/at24.c: In function 'at24_probe': /kisskb/src/drivers/misc/eeprom/at24.c:601:5: note: byref variable will be forcibly initialized 601 | u8 test_byte; | ^~~~~~~~~ /kisskb/src/drivers/misc/eeprom/at24.c:596:18: note: byref variable will be forcibly initialized 596 | unsigned int i, num_addresses; | ^~~~~~~~~~~~~ /kisskb/src/drivers/misc/eeprom/at24.c:592:34: note: byref variable will be forcibly initialized 592 | u32 byte_len, page_size, flags, addrw; | ^~~~~ /kisskb/src/drivers/misc/eeprom/at24.c:592:16: note: byref variable will be forcibly initialized 592 | u32 byte_len, page_size, flags, addrw; | ^~~~~~~~~ /kisskb/src/drivers/misc/eeprom/at24.c:592:6: note: byref variable will be forcibly initialized 592 | u32 byte_len, page_size, flags, addrw; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_reg.c: In function 'analogix_dp_get_psr_status': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_reg.c:941:5: note: byref variable will be forcibly initialized 941 | u8 status; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c: In function 'analogix_dp_enable_psr': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:995:5: note: byref variable will be forcibly initialized 995 | u8 sink; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:993:16: note: byref variable will be forcibly initialized 993 | struct dp_sdp psr_vsc; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c: In function 'analogix_dp_is_enhanced_mode_available': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:192:5: note: byref variable will be forcibly initialized 192 | u8 data; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c: In function 'analogix_dp_get_max_rx_bandwidth': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:615:5: note: byref variable will be forcibly initialized 615 | u8 data; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c: In function 'analogix_dp_get_max_rx_lane_count': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:630:5: note: byref variable will be forcibly initialized 630 | u8 data; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c: In function 'analogix_dp_fast_link_train_detection': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:926:5: note: byref variable will be forcibly initialized 926 | u8 spread; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_print_lt_status': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:1008:7: note: byref variable will be forcibly initialized 1008 | char pe[8] = "0/0/0/0"; | ^~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:1007:7: note: byref variable will be forcibly initialized 1007 | char vs[8] = "0/0/0/0"; | ^~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c: In function 'analogix_dp_detect_sink_psr': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:108:16: note: byref variable will be forcibly initialized 108 | unsigned char psr_version; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c: In function 'analogix_dp_enable_rx_to_enhanced_mode': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:171:5: note: byref variable will be forcibly initialized 171 | u8 data; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c: In function 'analogix_dp_set_enhanced_mode': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:208:5: note: byref variable will be forcibly initialized 208 | u8 data; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c: In function 'analogix_dp_fast_link_train': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:715:17: note: byref variable will be forcibly initialized 715 | u8 link_align, link_status[2]; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:715:5: note: byref variable will be forcibly initialized 715 | u8 link_align, link_status[2]; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_set_firmware_active': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:325:5: note: byref variable will be forcibly initialized 325 | u8 msg[5]; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c: In function 'analogix_dp_link_start': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:260:5: note: byref variable will be forcibly initialized 260 | u8 buf[4]; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c: In function 'analogix_dp_process_clock_recovery': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:470:21: note: byref variable will be forcibly initialized 470 | u8 link_status[2], adjust_request[2]; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:470:5: note: byref variable will be forcibly initialized 470 | u8 link_status[2], adjust_request[2]; | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/srcutree.h:15, from /kisskb/src/include/linux/srcu.h:49, from /kisskb/src/include/linux/notifier.h:16, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:22: /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_remove': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:2581:8: note: in expansion of macro 'wait_event_timeout' 2581 | ret = wait_event_timeout(mhdp->fw_load_wq, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c: In function 'analogix_dp_process_equalizer_training': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:542:33: note: byref variable will be forcibly initialized 542 | u8 link_align, link_status[2], adjust_request[2]; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:542:17: note: byref variable will be forcibly initialized 542 | u8 link_align, link_status[2], adjust_request[2]; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:542:5: note: byref variable will be forcibly initialized 542 | u8 link_align, link_status[2], adjust_request[2]; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:541:6: note: byref variable will be forcibly initialized 541 | u32 reg; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_mailbox_send': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:143:5: note: byref variable will be forcibly initialized 143 | u8 header[4]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_mailbox_recv_header': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:93:5: note: byref variable will be forcibly initialized 93 | u8 header[4]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_read_hpd_event': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:442:5: note: byref variable will be forcibly initialized 442 | u8 event = 0; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c: In function 'analogix_dp_disable_psr': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:1023:5: note: byref variable will be forcibly initialized 1023 | u8 sink; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:1021:16: note: byref variable will be forcibly initialized 1021 | struct dp_sdp psr_vsc; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_get_hpd_status': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:360:5: note: byref variable will be forcibly initialized 360 | u8 status; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_get_edid_block': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:398:13: note: byref variable will be forcibly initialized 398 | u8 msg[2], reg[2], i; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:398:5: note: byref variable will be forcibly initialized 398 | u8 msg[2], reg[2], i; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_dpcd_write': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:288:13: note: byref variable will be forcibly initialized 288 | u8 msg[6], reg[5]; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c: In function 'analogix_dp_enable_scramble': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:288:5: note: byref variable will be forcibly initialized 288 | u8 msg[6], reg[5]; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:862:5: note: byref variable will be forcibly initialized 862 | u8 data; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_dpcd_read': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:254:13: note: byref variable will be forcibly initialized 254 | u8 msg[5], reg[5]; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:254:5: note: byref variable will be forcibly initialized 254 | u8 msg[5], reg[5]; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c: In function 'analogix_dp_enable_sink_psr': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:123:16: note: byref variable will be forcibly initialized 123 | unsigned char psr_en; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_link_power_down': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:577:5: note: byref variable will be forcibly initialized 577 | u8 value; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_link_power_up': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:538:5: note: byref variable will be forcibly initialized 538 | u8 value; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_reg_write': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:212:5: note: byref variable will be forcibly initialized 212 | u8 msg[6]; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_reg_write_bit': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:232:5: note: byref variable will be forcibly initialized 232 | u8 field[8]; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_reg_read': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:168:13: note: byref variable will be forcibly initialized 168 | u8 msg[4], resp[8]; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:168:5: note: byref variable will be forcibly initialized 168 | u8 msg[4], resp[8]; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_configure_video': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:1760:24: note: byref variable will be forcibly initialized 1760 | u32 bpp, bpc, pxlfmt, framer; | ^~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-sharp-ls043t1le01.c: In function 'sharp_nt_panel_init': /kisskb/src/drivers/gpu/drm/panel/panel-sharp-ls043t1le01.c:55:44: note: byref variable will be forcibly initialized 55 | ret = mipi_dsi_dcs_write(dsi, 0xae, (u8[]){ 0x03 }, 1); | ^ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_link_configure': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:609:5: note: byref variable will be forcibly initialized 609 | u8 values[2]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_link_training_init': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:860:27: note: byref variable will be forcibly initialized 860 | union phy_configure_opts phy_cfg; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-truly-nt35597.c: In function 'truly_nt35597_probe': /kisskb/src/drivers/gpu/drm/panel/panel-truly-nt35597.c:541:36: note: byref variable will be forcibly initialized 541 | const struct mipi_dsi_device_info info = { | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_adjust_lt': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:479:5: note: byref variable will be forcibly initialized 479 | u8 hdr[5]; /* For DPCD read response header */ | ^~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:478:5: note: byref variable will be forcibly initialized 478 | u8 payload[7]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_link_training_cr': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:1171:28: note: byref variable will be forcibly initialized 1171 | bool same_before_adjust, max_swing_reached; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:1171:8: note: byref variable will be forcibly initialized 1171 | bool same_before_adjust, max_swing_reached; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:1170:6: note: byref variable will be forcibly initialized 1170 | u8 requested_adjust_pre_emphasis[CDNS_DP_MAX_NUM_LANES] = {}; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:1169:6: note: byref variable will be forcibly initialized 1169 | u8 requested_adjust_volt_swing[CDNS_DP_MAX_NUM_LANES] = {}; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:1157:27: note: byref variable will be forcibly initialized 1157 | union phy_configure_opts phy_cfg; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:1156:7: note: byref variable will be forcibly initialized 1156 | bool cr_done; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:1155:5: note: byref variable will be forcibly initialized 1155 | u8 link_status[DP_LINK_STATUS_SIZE]; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:1153:5: note: byref variable will be forcibly initialized 1153 | u8 lanes_data[CDNS_DP_MAX_NUM_LANES], | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_link_training_channel_eq': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:1031:27: note: byref variable will be forcibly initialized 1031 | union phy_configure_opts phy_cfg; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:1030:5: note: byref variable will be forcibly initialized 1030 | u8 link_status[DP_LINK_STATUS_SIZE]; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:1029:5: note: byref variable will be forcibly initialized 1029 | u8 lanes_data[CDNS_DP_MAX_NUM_LANES], fail_counter_short = 0; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_link_training': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:1249:6: note: byref variable will be forcibly initialized 1249 | u32 reg32; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_link_up': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:1410:5: note: byref variable will be forcibly initialized 1410 | u8 ext_cap_chk = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:1409:6: note: byref variable will be forcibly initialized 1409 | u32 resp, interval, interval_us; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:1408:33: note: byref variable will be forcibly initialized 1408 | u8 dpcd[DP_RECEIVER_CAP_SIZE], amp[2]; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:1408:5: note: byref variable will be forcibly initialized 1408 | u8 dpcd[DP_RECEIVER_CAP_SIZE], amp[2]; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_update_link_status': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:2253:7: note: byref variable will be forcibly initialized 2253 | bool hpd_pulse; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:2252:5: note: byref variable will be forcibly initialized 2252 | u8 status[DP_LINK_STATUS_SIZE]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_atomic_disable': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:2059:6: note: byref variable will be forcibly initialized 2059 | u32 resp; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_atomic_enable': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:1978:6: note: byref variable will be forcibly initialized 1978 | u32 resp; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_connector_init': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:1675:6: note: byref variable will be forcibly initialized 1675 | u32 bus_format = MEDIA_BUS_FMT_RGB121212_1X36; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/srcutree.h:15, from /kisskb/src/include/linux/srcu.h:49, from /kisskb/src/include/linux/notifier.h:16, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:22: /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_wait_for_sw_event': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:2391:8: note: in expansion of macro 'wait_event_timeout' 2391 | ret = wait_event_timeout(mhdp->sw_events_wq, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-asus-z00t-tm5p5-n35596.c: In function 'tm5p5_nt35596_bl_get_brightness': /kisskb/src/drivers/gpu/drm/panel/panel-asus-z00t-tm5p5-n35596.c:240:6: note: byref variable will be forcibly initialized 240 | u16 brightness = bl->props.brightness; | ^~~~~~~~~~ /kisskb/src/net/bluetooth/mgmt_config.c: In function 'read_def_system_config': /kisskb/src/net/bluetooth/mgmt_config.c:81:13: note: byref variable will be forcibly initialized 81 | } __packed rp = { | ^~ /kisskb/src/net/caif/cfveil.c: In function 'cfvei_transmit': /kisskb/src/net/caif/cfveil.c:79:6: note: byref variable will be forcibly initialized 79 | int ret; | ^~~ /kisskb/src/net/caif/cfveil.c:77:5: note: byref variable will be forcibly initialized 77 | u8 tmp = 0; | ^~~ /kisskb/src/net/caif/cfveil.c: In function 'cfvei_receive': /kisskb/src/net/caif/cfveil.c:41:5: note: byref variable will be forcibly initialized 41 | u8 cmd; | ^~~ /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c: In function 'cec_write': /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c:407:5: note: byref variable will be forcibly initialized 407 | u8 buf[] = {addr, val}; | ^~~ /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c: In function 'cec_read': /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c:424:5: note: byref variable will be forcibly initialized 424 | u8 val; | ^~~ /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c: In function 'set_page': /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c:562:6: note: byref variable will be forcibly initialized 562 | u8 buf[] = { | ^~~ /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c: In function 'reg_write': /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c:653:5: note: byref variable will be forcibly initialized 653 | u8 buf[] = {REG2ADDR(reg), val}; | ^~~ /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c: In function 'reg_write16': /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c:672:5: note: byref variable will be forcibly initialized 672 | u8 buf[] = {REG2ADDR(reg), val >> 8, val}; | ^~~ /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c: In function 'reg_read_range': /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c:581:5: note: byref variable will be forcibly initialized 581 | u8 addr = REG2ADDR(reg); | ^~~~ /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c: In function 'reg_read': /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c:640:5: note: byref variable will be forcibly initialized 640 | u8 val = 0; | ^~~ /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c: In function 'reg_write_range': /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c:613:5: note: byref variable will be forcibly initialized 613 | u8 buf[MAX_WRITE_RANGE_BUF + 1]; | ^~~ /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c: In function 'tda998x_write_if': /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c:831:5: note: byref variable will be forcibly initialized 831 | u8 buf[MAX_WRITE_RANGE_BUF]; | ^~~ /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c: In function 'tda998x_write_avi': /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c:860:23: note: byref variable will be forcibly initialized 860 | union hdmi_infoframe frame; | ^~~~~ /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c: In function 'tda998x_write_aif': /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c:850:23: note: byref variable will be forcibly initialized 850 | union hdmi_infoframe frame; | ^~~~~ /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c: In function 'tda998x_write_vsi': /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c:874:23: note: byref variable will be forcibly initialized 874 | union hdmi_infoframe frame; | ^~~~~ /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c: In function 'tda998x_configure_audio': /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c:1006:5: note: byref variable will be forcibly initialized 1006 | u8 buf[6], adiv; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/hdmi.h:28, from /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c:9: /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c: In function 'read_edid_block': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c:1241:7: note: in expansion of macro 'wait_event_timeout' 1241 | i = wait_event_timeout(priv->wq_edid, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c: In function 'tda998x_edid_delay_wait': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:882:2: note: in expansion of macro '___wait_event' 882 | ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:904:11: note: in expansion of macro '__wait_event_killable' 904 | __ret = __wait_event_killable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c:767:9: note: in expansion of macro 'wait_event_killable' 767 | return wait_event_killable(priv->edid_delay_waitq, !priv->edid_delay_active); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c: In function 'tda998x_get_audio_ports': /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c:1694:6: note: byref variable will be forcibly initialized 1694 | u32 size; | ^~~~ /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c: In function 'tda998x_create': /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c:1813:6: note: byref variable will be forcibly initialized 1813 | u32 video; | ^~~~~ /kisskb/src/drivers/gpu/drm/i2c/tda998x_drv.c:1811:24: note: byref variable will be forcibly initialized 1811 | struct i2c_board_info cec_info; | ^~~~~~~~ /kisskb/src/net/caif/cffrml.c: In function 'cffrml_transmit': /kisskb/src/net/caif/cffrml.c:141:9: note: byref variable will be forcibly initialized 141 | __le16 data; | ^~~~ /kisskb/src/net/caif/cffrml.c: In function 'cffrml_receive': /kisskb/src/net/caif/cffrml.c:84:6: note: byref variable will be forcibly initialized 84 | u16 tmp; | ^~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_framebuffer.c: In function 'execute_drm_mode_fb_cmd2': /kisskb/src/drivers/gpu/drm/selftests/test-drm_framebuffer.c:333:6: note: byref variable will be forcibly initialized 333 | int buffer_created = 0; | ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/arch/powerpc/include/asm/io.h:27, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/net/sock.h:38, from /kisskb/src/include/net/bluetooth/bluetooth.h:29, from /kisskb/src/net/bluetooth/hci_codec.c:5: /kisskb/src/net/bluetooth/hci_codec.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:135:6: note: in expansion of macro 'check_mul_overflow' 135 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:135:6: note: in expansion of macro 'check_mul_overflow' 135 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:133:9: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/net/bluetooth/hci_codec.c: In function 'hci_read_supported_codecs': /kisskb/src/net/bluetooth/hci_codec.c:113:38: note: byref variable will be forcibly initialized 113 | struct hci_op_read_local_codec_caps caps; | ^~~~ /kisskb/src/net/bluetooth/hci_codec.c: In function 'hci_read_supported_codecs_v2': /kisskb/src/net/bluetooth/hci_codec.c:180:38: note: byref variable will be forcibly initialized 180 | struct hci_op_read_local_codec_caps caps; | ^~~~ /kisskb/src/net/caif/cfdbgl.c: In function 'cfdbgl_transmit': /kisskb/src/net/caif/cfdbgl.c:42:6: note: byref variable will be forcibly initialized 42 | int ret; | ^~~ /kisskb/src/net/bluetooth/eir.c: In function 'eir_append_local_name': /kisskb/src/net/bluetooth/eir.c:41:6: note: byref variable will be forcibly initialized 41 | u8 name[HCI_MAX_SHORT_NAME_LENGTH + 1]; | ^~~~ /kisskb/src/net/caif/cfserl.c: In function 'cfserl_transmit': /kisskb/src/net/caif/cfserl.c:183:5: note: byref variable will be forcibly initialized 183 | u8 tmp8 = CFSERL_STX; | ^~~~ /kisskb/src/net/caif/cfserl.c: In function 'cfserl_receive': /kisskb/src/net/caif/cfserl.c:62:5: note: byref variable will be forcibly initialized 62 | u8 stx = CFSERL_STX; | ^~~ /kisskb/src/net/caif/cfserl.c:61:6: note: byref variable will be forcibly initialized 61 | u16 tmp; | ^~~ /kisskb/src/net/caif/cfserl.c:60:5: note: byref variable will be forcibly initialized 60 | u8 tmp8; | ^~~~ /kisskb/src/net/appletalk/aarp.c: In function 'aarp_send_probe_phase1': /kisskb/src/net/appletalk/aarp.c:441:15: note: byref variable will be forcibly initialized 441 | struct ifreq atreq; | ^~~~~ /kisskb/src/net/appletalk/aarp.c: In function 'aarp_rcv': /kisskb/src/net/appletalk/aarp.c:720:29: note: byref variable will be forcibly initialized 720 | struct atalk_addr sa, *ma, da; | ^~ /kisskb/src/net/appletalk/aarp.c:720:20: note: byref variable will be forcibly initialized 720 | struct atalk_addr sa, *ma, da; | ^~ /kisskb/src/net/ieee802154/core.c: In function 'wpan_phy_for_each': /kisskb/src/net/ieee802154/core.c:57:28: note: byref variable will be forcibly initialized 57 | struct wpan_phy_iter_data wpid = { | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/net/ieee802154/core.c:6: /kisskb/src/net/ieee802154/core.c: In function 'wpan_phy_unregister': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/net/ieee802154/core.c:165:2: note: in expansion of macro 'wait_event' 165 | wait_event(rdev->dev_wait, ({ | ^~~~~~~~~~ /kisskb/src/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/net/caif/cfdgml.c: In function 'cfdgml_transmit': /kisskb/src/net/caif/cfdgml.c:87:6: note: byref variable will be forcibly initialized 87 | int ret; | ^~~ /kisskb/src/net/caif/cfdgml.c:84:6: note: byref variable will be forcibly initialized 84 | u32 zero = 0; | ^~~~ /kisskb/src/net/caif/cfdgml.c:83:5: note: byref variable will be forcibly initialized 83 | u8 packet_type; | ^~~~~~~~~~~ /kisskb/src/net/caif/cfdgml.c: In function 'cfdgml_receive': /kisskb/src/net/caif/cfdgml.c:43:5: note: byref variable will be forcibly initialized 43 | u8 dgmhdr[3]; | ^~~~~~ /kisskb/src/net/caif/cfdgml.c:42:5: note: byref variable will be forcibly initialized 42 | u8 cmd = -1; | ^~~ /kisskb/src/drivers/misc/ti-st/st_kim.c: In function 'download_firmware': /kisskb/src/drivers/misc/ti-st/st_kim.c:284:16: note: byref variable will be forcibly initialized 284 | unsigned char bts_scr_name[40] = { 0 }; /* 40 char long bts scr name? */ | ^~~~~~~~~~~~ /kisskb/src/drivers/misc/ti-st/st_kim.c:282:17: note: byref variable will be forcibly initialized 282 | unsigned char *ptr = NULL; | ^~~ /kisskb/src/drivers/misc/ti-st/st_kim.c:281:7: note: byref variable will be forcibly initialized 281 | long len = 0; | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-dsi-cm.c: In function 'hw_revision_show': /kisskb/src/drivers/gpu/drm/panel/panel-dsi-cm.c:258:15: note: byref variable will be forcibly initialized 258 | u8 id1, id2, id3; | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-dsi-cm.c:258:10: note: byref variable will be forcibly initialized 258 | u8 id1, id2, id3; | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-dsi-cm.c:258:5: note: byref variable will be forcibly initialized 258 | u8 id1, id2, id3; | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-dsi-cm.c: In function 'num_dsi_errors_show': /kisskb/src/drivers/gpu/drm/panel/panel-dsi-cm.c:238:5: note: byref variable will be forcibly initialized 238 | u8 errors = 0; | ^~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-dsi-cm.c: In function 'dsicm_probe': /kisskb/src/drivers/gpu/drm/panel/panel-dsi-cm.c:554:31: note: byref variable will be forcibly initialized 554 | struct backlight_properties props = { 0 }; | ^~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-dsi-cm.c: In function 'dsicm_power_on': /kisskb/src/drivers/gpu/drm/panel/panel-dsi-cm.c:302:15: note: byref variable will be forcibly initialized 302 | u8 id1, id2, id3; | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-dsi-cm.c:302:10: note: byref variable will be forcibly initialized 302 | u8 id1, id2, id3; | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-dsi-cm.c:302:5: note: byref variable will be forcibly initialized 302 | u8 id1, id2, id3; | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-edp.c: In function 'panel_edp_get_timings_modes': /kisskb/src/drivers/gpu/drm/panel/panel-edp.c:245:20: note: byref variable will be forcibly initialized 245 | struct videomode vm; | ^~ /kisskb/src/drivers/gpu/drm/panel/panel-edp.c: In function 'panel_edp_parse_panel_timing_node': /kisskb/src/drivers/gpu/drm/panel/panel-edp.c:626:19: note: byref variable will be forcibly initialized 626 | struct videomode vm; | ^~ /kisskb/src/drivers/gpu/drm/panel/panel-edp.c: In function 'generic_edp_panel_probe': /kisskb/src/drivers/gpu/drm/panel/panel-edp.c:675:6: note: byref variable will be forcibly initialized 675 | u32 absent_ms = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-edp.c:674:6: note: byref variable will be forcibly initialized 674 | u32 reliable_ms = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-edp.c:673:6: note: byref variable will be forcibly initialized 673 | u16 product_id; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-edp.c:672:7: note: byref variable will be forcibly initialized 672 | char vend[4]; | ^~~~ /kisskb/src/drivers/gpu/drm/panel/panel-edp.c: In function 'panel_edp_probe': /kisskb/src/drivers/gpu/drm/panel/panel-edp.c:757:24: note: byref variable will be forcibly initialized 757 | struct display_timing dt; | ^~ /kisskb/src/net/caif/cfrfml.c: In function 'cfrfml_transmit': /kisskb/src/net/caif/cfrfml.c:217:5: note: byref variable will be forcibly initialized 217 | u8 head[6]; | ^~~~ /kisskb/src/net/caif/cfrfml.c:216:5: note: byref variable will be forcibly initialized 216 | u8 seg; | ^~~ /kisskb/src/net/caif/cfrfml.c:215:6: note: byref variable will be forcibly initialized 215 | int err; | ^~~ /kisskb/src/net/caif/cfrfml.c: In function 'cfrfml_receive': /kisskb/src/net/caif/cfrfml.c:102:5: note: byref variable will be forcibly initialized 102 | u8 seghead[6]; | ^~~~~~~ /kisskb/src/net/caif/cfrfml.c:101:6: note: byref variable will be forcibly initialized 101 | int err; | ^~~ /kisskb/src/net/caif/cfrfml.c:99:5: note: byref variable will be forcibly initialized 99 | u8 tmp; | ^~~ /kisskb/src/net/caif/cfvidl.c: In function 'cfvidl_transmit': /kisskb/src/net/caif/cfvidl.c:52:6: note: byref variable will be forcibly initialized 52 | int ret; | ^~~ /kisskb/src/net/caif/cfvidl.c:51:6: note: byref variable will be forcibly initialized 51 | u32 videoheader = 0; | ^~~~~~~~~~~ /kisskb/src/net/caif/cfvidl.c: In function 'cfvidl_receive': /kisskb/src/net/caif/cfvidl.c:38:6: note: byref variable will be forcibly initialized 38 | u32 videoheader; | ^~~~~~~~~~~ /kisskb/src/net/ieee802154/header_ops.c: In function 'ieee802154_hdr_push': /kisskb/src/net/ieee802154/header_ops.c:80:5: note: byref variable will be forcibly initialized 80 | u8 buf[IEEE802154_MAX_HEADER_LEN]; | ^~~ /kisskb/src/net/caif/cfutill.c: In function 'cfutill_transmit': /kisskb/src/net/caif/cfutill.c:82:6: note: byref variable will be forcibly initialized 82 | int ret; | ^~~ /kisskb/src/net/caif/cfutill.c:80:5: note: byref variable will be forcibly initialized 80 | u8 zero = 0; | ^~~~ /kisskb/src/net/caif/cfutill.c: In function 'cfutill_receive': /kisskb/src/net/caif/cfutill.c:42:5: note: byref variable will be forcibly initialized 42 | u8 cmd = -1; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-i2c-dptx.c: In function 'anx_dp_aux_op_finished': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-i2c-dptx.c:26:15: note: byref variable will be forcibly initialized 26 | unsigned int value; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-i2c-dptx.c: In function 'anx_dp_aux_wait': /kisskb/src/drivers/gpu/drm/bridge/analogix/analogix-i2c-dptx.c:39:15: note: byref variable will be forcibly initialized 39 | unsigned int status; | ^~~~~~ In file included from /kisskb/src/net/bluetooth/sco.c:32: /kisskb/src/net/bluetooth/sco.c: In function 'sco_get_sock_listen': /kisskb/src/include/net/bluetooth/bluetooth.h:294:34: note: byref variable will be forcibly initialized 294 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/sco.c:357:32: note: in expansion of macro 'BDADDR_ANY' 357 | if (!bacmp(&sco_pi(sk)->src, BDADDR_ANY)) | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/net/net_namespace.h:39, from /kisskb/src/include/linux/netdevice.h:37, from /kisskb/src/include/net/sock.h:46, from /kisskb/src/include/net/bluetooth/bluetooth.h:29, from /kisskb/src/net/bluetooth/sco.c:32: /kisskb/src/net/bluetooth/sco.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/sco.c: In function 'sco_conn_defer_accept': /kisskb/src/net/bluetooth/sco.c:770:38: note: byref variable will be forcibly initialized 770 | struct hci_cp_accept_sync_conn_req cp; | ^~ /kisskb/src/net/bluetooth/sco.c:763:33: note: byref variable will be forcibly initialized 763 | struct hci_cp_accept_conn_req cp; | ^~ In file included from /kisskb/src/net/bluetooth/sco.c:32: /kisskb/src/net/bluetooth/sco.c: In function 'bt_skb_sendmsg': /kisskb/src/include/net/bluetooth/bluetooth.h:455:6: note: byref variable will be forcibly initialized 455 | int err; | ^~~ /kisskb/src/drivers/mfd/sm501.c: In function 'sm501_calc_pll': /kisskb/src/drivers/mfd/sm501.c:454:7: note: byref variable will be forcibly initialized 454 | long best_diff = 999999999; | ^~~~~~~~~ /kisskb/src/drivers/mfd/sm501.c: In function 'sm501_select_clock': /kisskb/src/drivers/mfd/sm501.c:491:7: note: byref variable will be forcibly initialized 491 | long best_diff = 999999999; | ^~~~~~~~~ /kisskb/src/drivers/mfd/sm501.c: In function 'sm501_find_clock': /kisskb/src/drivers/mfd/sm501.c:645:21: note: byref variable will be forcibly initialized 645 | struct sm501_clock to; | ^~ /kisskb/src/net/bluetooth/sco.c: In function 'sco_sock_getsockopt_old': /kisskb/src/net/bluetooth/sco.c:971:22: note: byref variable will be forcibly initialized 971 | struct sco_conninfo cinfo; | ^~~~~ /kisskb/src/net/bluetooth/sco.c:970:21: note: byref variable will be forcibly initialized 970 | struct sco_options opts; | ^~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/drivers/mfd/sm501.c:16: /kisskb/src/drivers/mfd/sm501.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/net/bluetooth/sco.c: In function 'sco_sock_getsockopt': /kisskb/src/net/bluetooth/sco.c:1040:18: note: byref variable will be forcibly initialized 1040 | struct bt_codec codec; | ^~~~~ /kisskb/src/net/bluetooth/sco.c:1032:18: note: byref variable will be forcibly initialized 1032 | struct bt_voice voice; | ^~~~~ /kisskb/src/drivers/mfd/sm501.c: In function 'sm501_set_clock': /kisskb/src/drivers/mfd/sm501.c:520:21: note: byref variable will be forcibly initialized 520 | struct sm501_clock to; | ^~ /kisskb/src/net/bluetooth/sco.c: In function 'sco_sock_setsockopt': /kisskb/src/net/bluetooth/sco.c:834:7: note: byref variable will be forcibly initialized 834 | __u8 buffer[255]; | ^~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/arch/powerpc/include/asm/io.h:27, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/net/sock.h:38, from /kisskb/src/include/net/bluetooth/bluetooth.h:29, from /kisskb/src/net/bluetooth/a2mp.c:8: /kisskb/src/net/bluetooth/a2mp.c: In function '__ab_c_size': /kisskb/src/net/bluetooth/sco.c:831:6: note: byref variable will be forcibly initialized 831 | u32 opt; | ^~~ /kisskb/src/net/bluetooth/sco.c:830:18: note: byref variable will be forcibly initialized 830 | struct bt_voice voice; | ^~~~~ /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c: In function 'igt_damage_iter_no_damage': /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:109:25: note: byref variable will be forcibly initialized 109 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:124:2: note: in expansion of macro 'MOCK_VARIABLES' 124 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:121:18: note: byref variable will be forcibly initialized 121 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:120:39: note: byref variable will be forcibly initialized 120 | struct drm_atomic_helper_damage_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c: In function 'igt_damage_iter_no_damage_fractional_src': /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:109:25: note: byref variable will be forcibly initialized 109 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:145:2: note: in expansion of macro 'MOCK_VARIABLES' 145 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:142:18: note: byref variable will be forcibly initialized 142 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:141:39: note: byref variable will be forcibly initialized 141 | struct drm_atomic_helper_damage_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c: In function 'igt_damage_iter_no_damage_src_moved': /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:109:25: note: byref variable will be forcibly initialized 109 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:168:2: note: in expansion of macro 'MOCK_VARIABLES' 168 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:165:18: note: byref variable will be forcibly initialized 165 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:164:39: note: byref variable will be forcibly initialized 164 | struct drm_atomic_helper_damage_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c: In function 'igt_damage_iter_no_damage_fractional_src_moved': /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:109:25: note: byref variable will be forcibly initialized 109 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:190:2: note: in expansion of macro 'MOCK_VARIABLES' 190 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:187:18: note: byref variable will be forcibly initialized 187 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:186:39: note: byref variable will be forcibly initialized 186 | struct drm_atomic_helper_damage_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c: In function 'igt_damage_iter_no_damage_not_visible': /kisskb/src/drivers/mfd/sm501.c: In function 'sm501_init_dev': /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:109:25: note: byref variable will be forcibly initialized 109 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:213:2: note: in expansion of macro 'MOCK_VARIABLES' 213 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:210:18: note: byref variable will be forcibly initialized 210 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/mfd/sm501.c:1301:18: note: byref variable will be forcibly initialized 1301 | resource_size_t mem_avail; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:209:39: note: byref variable will be forcibly initialized 209 | struct drm_atomic_helper_damage_iter iter; | ^~~~ In file included from /kisskb/src/net/bluetooth/sco.c:32: /kisskb/src/net/bluetooth/sco.c: In function 'sco_connect_ind': /kisskb/src/include/net/bluetooth/bluetooth.h:294:34: note: byref variable will be forcibly initialized 294 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/net/bluetooth/sco.c:1337:32: note: in expansion of macro 'BDADDR_ANY' 1337 | !bacmp(&sco_pi(sk)->src, BDADDR_ANY)) { | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c: In function 'igt_damage_iter_no_damage_no_crtc': /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:109:25: note: byref variable will be forcibly initialized 109 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:236:2: note: in expansion of macro 'MOCK_VARIABLES' 236 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:233:18: note: byref variable will be forcibly initialized 233 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:232:39: note: byref variable will be forcibly initialized 232 | struct drm_atomic_helper_damage_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c: In function 'igt_damage_iter_no_damage_no_fb': /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:255:18: note: byref variable will be forcibly initialized 255 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:254:25: note: byref variable will be forcibly initialized 254 | struct drm_plane_state old_state; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:253:39: note: byref variable will be forcibly initialized 253 | struct drm_atomic_helper_damage_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c: In function 'igt_damage_iter_simple_damage': /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:109:25: note: byref variable will be forcibly initialized 109 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:284:2: note: in expansion of macro 'MOCK_VARIABLES' 284 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:281:18: note: byref variable will be forcibly initialized 281 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:280:23: note: byref variable will be forcibly initialized 280 | struct drm_mode_rect damage; | ^~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:279:27: note: byref variable will be forcibly initialized 279 | struct drm_property_blob damage_blob; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:278:39: note: byref variable will be forcibly initialized 278 | struct drm_atomic_helper_damage_iter iter; | ^~~~ /kisskb/src/net/bluetooth/a2mp.c: In function 'a2mp_send': /kisskb/src/net/bluetooth/a2mp.c:48:16: note: byref variable will be forcibly initialized 48 | struct msghdr msg; | ^~~ /kisskb/src/net/bluetooth/a2mp.c:47:14: note: byref variable will be forcibly initialized 47 | struct kvec iv; | ^~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c: In function 'igt_damage_iter_single_damage': /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:109:25: note: byref variable will be forcibly initialized 109 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:310:2: note: in expansion of macro 'MOCK_VARIABLES' 310 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:307:18: note: byref variable will be forcibly initialized 307 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:306:23: note: byref variable will be forcibly initialized 306 | struct drm_mode_rect damage; | ^~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:305:27: note: byref variable will be forcibly initialized 305 | struct drm_property_blob damage_blob; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:304:39: note: byref variable will be forcibly initialized 304 | struct drm_atomic_helper_damage_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c: In function 'igt_damage_iter_single_damage_intersect_src': /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:109:25: note: byref variable will be forcibly initialized 109 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:335:2: note: in expansion of macro 'MOCK_VARIABLES' 335 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:332:18: note: byref variable will be forcibly initialized 332 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:331:23: note: byref variable will be forcibly initialized 331 | struct drm_mode_rect damage; | ^~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:330:27: note: byref variable will be forcibly initialized 330 | struct drm_property_blob damage_blob; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:329:39: note: byref variable will be forcibly initialized 329 | struct drm_atomic_helper_damage_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c: In function 'igt_damage_iter_single_damage_outside_src': /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:109:25: note: byref variable will be forcibly initialized 109 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:361:2: note: in expansion of macro 'MOCK_VARIABLES' 361 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:358:18: note: byref variable will be forcibly initialized 358 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:357:23: note: byref variable will be forcibly initialized 357 | struct drm_mode_rect damage; | ^~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:356:27: note: byref variable will be forcibly initialized 356 | struct drm_property_blob damage_blob; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:355:39: note: byref variable will be forcibly initialized 355 | struct drm_atomic_helper_damage_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c: In function 'igt_damage_iter_single_damage_fractional_src': /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:109:25: note: byref variable will be forcibly initialized 109 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:386:2: note: in expansion of macro 'MOCK_VARIABLES' 386 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:383:18: note: byref variable will be forcibly initialized 383 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:382:23: note: byref variable will be forcibly initialized 382 | struct drm_mode_rect damage; | ^~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:381:27: note: byref variable will be forcibly initialized 381 | struct drm_property_blob damage_blob; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:380:39: note: byref variable will be forcibly initialized 380 | struct drm_atomic_helper_damage_iter iter; | ^~~~ /kisskb/src/net/bluetooth/a2mp.c: In function 'a2mp_createphyslink_req': /kisskb/src/net/bluetooth/a2mp.c:476:27: note: byref variable will be forcibly initialized 476 | struct a2mp_physlink_rsp rsp; | ^~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c: In function 'igt_damage_iter_single_damage_intersect_fractional_src': /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:109:25: note: byref variable will be forcibly initialized 109 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:414:2: note: in expansion of macro 'MOCK_VARIABLES' 414 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:411:18: note: byref variable will be forcibly initialized 411 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:410:23: note: byref variable will be forcibly initialized 410 | struct drm_mode_rect damage; | ^~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:409:27: note: byref variable will be forcibly initialized 409 | struct drm_property_blob damage_blob; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:408:39: note: byref variable will be forcibly initialized 408 | struct drm_atomic_helper_damage_iter iter; | ^~~~ /kisskb/src/net/bluetooth/a2mp.c: In function 'a2mp_discphyslink_req': /kisskb/src/net/bluetooth/a2mp.c:558:27: note: byref variable will be forcibly initialized 558 | struct a2mp_physlink_rsp rsp; | ^~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c: In function 'igt_damage_iter_single_damage_outside_fractional_src': /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:109:25: note: byref variable will be forcibly initialized 109 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:443:2: note: in expansion of macro 'MOCK_VARIABLES' 443 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:440:18: note: byref variable will be forcibly initialized 440 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:439:23: note: byref variable will be forcibly initialized 439 | struct drm_mode_rect damage; | ^~~~~~ /kisskb/src/net/bluetooth/amp.c: In function 'amp_write_rem_assoc_frag': /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:438:27: note: byref variable will be forcibly initialized 438 | struct drm_property_blob damage_blob; | ^~~~~~~~~~~ /kisskb/src/net/bluetooth/amp.c:338:21: note: byref variable will be forcibly initialized 338 | struct hci_request req; | ^~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:437:39: note: byref variable will be forcibly initialized 437 | struct drm_atomic_helper_damage_iter iter; | ^~~~ /kisskb/src/net/bluetooth/a2mp.c: In function 'a2mp_discover_rsp': /kisskb/src/net/bluetooth/a2mp.c:226:25: note: byref variable will be forcibly initialized 226 | struct a2mp_info_req req; | ^~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c: In function 'igt_damage_iter_single_damage_src_moved': /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:109:25: note: byref variable will be forcibly initialized 109 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:471:2: note: in expansion of macro 'MOCK_VARIABLES' 471 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:468:18: note: byref variable will be forcibly initialized 468 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:467:23: note: byref variable will be forcibly initialized 467 | struct drm_mode_rect damage; | ^~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:466:27: note: byref variable will be forcibly initialized 466 | struct drm_property_blob damage_blob; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:465:39: note: byref variable will be forcibly initialized 465 | struct drm_atomic_helper_damage_iter iter; | ^~~~ /kisskb/src/net/bluetooth/amp.c: In function 'phylink_gen_key': /kisskb/src/net/bluetooth/amp.c:172:5: note: byref variable will be forcibly initialized 172 | u8 gamp_key[HCI_AMP_LINK_KEY_SIZE]; | ^~~~~~~~ /kisskb/src/net/bluetooth/amp.c:171:5: note: byref variable will be forcibly initialized 171 | u8 keybuf[HCI_AMP_LINK_KEY_SIZE]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c: In function 'igt_damage_iter_single_damage_fractional_src_moved': /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:109:25: note: byref variable will be forcibly initialized 109 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:498:2: note: in expansion of macro 'MOCK_VARIABLES' 498 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:495:18: note: byref variable will be forcibly initialized 495 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:494:23: note: byref variable will be forcibly initialized 494 | struct drm_mode_rect damage; | ^~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:493:27: note: byref variable will be forcibly initialized 493 | struct drm_property_blob damage_blob; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:492:39: note: byref variable will be forcibly initialized 492 | struct drm_atomic_helper_damage_iter iter; | ^~~~ /kisskb/src/net/bluetooth/amp.c: In function 'amp_read_loc_assoc_frag': /kisskb/src/net/bluetooth/amp.c:257:21: note: byref variable will be forcibly initialized 257 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/amp.c:255:37: note: byref variable will be forcibly initialized 255 | struct hci_cp_read_local_amp_assoc cp; | ^~ /kisskb/src/net/bluetooth/a2mp.c: In function 'a2mp_getinfo_rsp': /kisskb/src/net/bluetooth/a2mp.c:341:28: note: byref variable will be forcibly initialized 341 | struct a2mp_amp_assoc_req req; | ^~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c: In function 'igt_damage_iter_damage': /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:109:25: note: byref variable will be forcibly initialized 109 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:527:2: note: in expansion of macro 'MOCK_VARIABLES' 527 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:524:18: note: byref variable will be forcibly initialized 524 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:523:23: note: byref variable will be forcibly initialized 523 | struct drm_mode_rect damage[2]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:522:27: note: byref variable will be forcibly initialized 522 | struct drm_property_blob damage_blob; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:521:39: note: byref variable will be forcibly initialized 521 | struct drm_atomic_helper_damage_iter iter; | ^~~~ /kisskb/src/net/bluetooth/amp.c: In function 'amp_read_loc_assoc': /kisskb/src/net/bluetooth/amp.c:276:21: note: byref variable will be forcibly initialized 276 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/amp.c:275:37: note: byref variable will be forcibly initialized 275 | struct hci_cp_read_local_amp_assoc cp; | ^~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c: In function 'igt_damage_iter_damage_one_intersect': /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:109:25: note: byref variable will be forcibly initialized 109 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:558:2: note: in expansion of macro 'MOCK_VARIABLES' 558 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:555:18: note: byref variable will be forcibly initialized 555 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:554:23: note: byref variable will be forcibly initialized 554 | struct drm_mode_rect damage[2]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:553:27: note: byref variable will be forcibly initialized 553 | struct drm_property_blob damage_blob; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:552:39: note: byref variable will be forcibly initialized 552 | struct drm_atomic_helper_damage_iter iter; | ^~~~ /kisskb/src/net/bluetooth/amp.c: In function 'amp_read_loc_assoc_final_data': /kisskb/src/net/bluetooth/amp.c:297:21: note: byref variable will be forcibly initialized 297 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/amp.c:295:37: note: byref variable will be forcibly initialized 295 | struct hci_cp_read_local_amp_assoc cp; | ^~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c: In function 'igt_damage_iter_damage_one_outside': /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:109:25: note: byref variable will be forcibly initialized 109 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:591:2: note: in expansion of macro 'MOCK_VARIABLES' 591 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:588:18: note: byref variable will be forcibly initialized 588 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:587:23: note: byref variable will be forcibly initialized 587 | struct drm_mode_rect damage[2]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:586:27: note: byref variable will be forcibly initialized 586 | struct drm_property_blob damage_blob; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:585:39: note: byref variable will be forcibly initialized 585 | struct drm_atomic_helper_damage_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c: In function 'igt_damage_iter_damage_src_moved': /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:109:25: note: byref variable will be forcibly initialized 109 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:618:2: note: in expansion of macro 'MOCK_VARIABLES' 618 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:615:18: note: byref variable will be forcibly initialized 615 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:614:23: note: byref variable will be forcibly initialized 614 | struct drm_mode_rect damage[2]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:613:27: note: byref variable will be forcibly initialized 613 | struct drm_property_blob damage_blob; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:612:39: note: byref variable will be forcibly initialized 612 | struct drm_atomic_helper_damage_iter iter; | ^~~~ /kisskb/src/net/bluetooth/a2mp.c: In function 'a2mp_getampassoc_req': /kisskb/src/net/bluetooth/a2mp.c:383:29: note: byref variable will be forcibly initialized 383 | struct a2mp_amp_assoc_rsp rsp; | ^~~ /kisskb/src/net/bluetooth/amp.c: In function 'amp_create_phylink': /kisskb/src/net/bluetooth/amp.c:445:21: note: byref variable will be forcibly initialized 445 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/amp.c:444:32: note: byref variable will be forcibly initialized 444 | struct hci_cp_create_phy_link cp; | ^~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c: In function 'igt_damage_iter_damage_not_visible': /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:109:25: note: byref variable will be forcibly initialized 109 | struct drm_plane_state old_state; \ | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:647:2: note: in expansion of macro 'MOCK_VARIABLES' 647 | MOCK_VARIABLES(); | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:644:18: note: byref variable will be forcibly initialized 644 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:643:23: note: byref variable will be forcibly initialized 643 | struct drm_mode_rect damage[2]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:642:27: note: byref variable will be forcibly initialized 642 | struct drm_property_blob damage_blob; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_damage_helper.c:641:39: note: byref variable will be forcibly initialized 641 | struct drm_atomic_helper_damage_iter iter; | ^~~~ /kisskb/src/net/bluetooth/amp.c: In function 'amp_accept_phylink': /kisskb/src/net/bluetooth/amp.c:484:21: note: byref variable will be forcibly initialized 484 | struct hci_request req; | ^~~ /kisskb/src/net/bluetooth/amp.c:483:32: note: byref variable will be forcibly initialized 483 | struct hci_cp_accept_phy_link cp; | ^~ /kisskb/src/net/bluetooth/a2mp.c: In function 'a2mp_send_getinfo_rsp': /kisskb/src/net/bluetooth/a2mp.c:908:23: note: byref variable will be forcibly initialized 908 | struct a2mp_info_rsp rsp; | ^~~ /kisskb/src/net/bluetooth/a2mp.c: In function 'a2mp_getinfo_req': /kisskb/src/net/bluetooth/a2mp.c:309:24: note: byref variable will be forcibly initialized 309 | struct a2mp_info_rsp rsp; | ^~~ /kisskb/src/net/bluetooth/a2mp.c:299:21: note: byref variable will be forcibly initialized 299 | struct hci_request hreq; | ^~~~ /kisskb/src/net/bluetooth/amp.c: In function 'amp_create_logical_link': /kisskb/src/net/bluetooth/amp.c:533:43: note: byref variable will be forcibly initialized 533 | struct hci_cp_create_accept_logical_link cp; | ^~ /kisskb/src/net/bluetooth/a2mp.c: In function 'a2mp_chan_recv_cb': /kisskb/src/net/bluetooth/amp.c: In function 'amp_disconnect_logical_link': /kisskb/src/net/bluetooth/a2mp.c:689:23: note: byref variable will be forcibly initialized 689 | struct a2mp_cmd_rej rej; | ^~~ /kisskb/src/net/bluetooth/amp.c:575:37: note: byref variable will be forcibly initialized 575 | struct hci_cp_disconn_logical_link cp; | ^~ /kisskb/src/net/bluetooth/a2mp.c: In function 'a2mp_send_create_phy_link_rsp': /kisskb/src/net/bluetooth/a2mp.c:1008:27: note: byref variable will be forcibly initialized 1008 | struct a2mp_physlink_rsp rsp; | ^~~ /kisskb/src/net/bluetooth/a2mp.c: In function 'a2mp_discover_amp': /kisskb/src/net/bluetooth/a2mp.c:1037:25: note: byref variable will be forcibly initialized 1037 | struct a2mp_discov_req req; | ^~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_dp_mst_helper.c: In function 'sideband_msg_req_encode_decode': /kisskb/src/drivers/gpu/drm/selftests/test-drm_dp_mst_helper.c:124:21: note: byref variable will be forcibly initialized 124 | struct drm_printer p = drm_err_printer(PREFIX_STR); | ^ /kisskb/src/drivers/gpu/drm/selftests/test-drm_dp_mst_helper.c: In function 'igt_dp_mst_calc_pbn_mode': /kisskb/src/drivers/gpu/drm/selftests/test-drm_dp_mst_helper.c:24:4: note: byref variable will be forcibly initialized 24 | } test_params[] = { | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_dp_mst_helper.c: In function 'igt_dp_mst_sideband_msg_req_decode': /kisskb/src/drivers/gpu/drm/selftests/test-drm_dp_mst_helper.c:180:5: note: byref variable will be forcibly initialized 180 | u8 data[] = { 0xff, 0x0, 0xdd }; | ^~~~ /kisskb/src/drivers/misc/altera-stapl/altera-comp.c: In function 'altera_shrink': /kisskb/src/drivers/misc/altera-stapl/altera-comp.c:72:6: note: byref variable will be forcibly initialized 72 | u32 in_index = 0L; | ^~~~~~~~ /kisskb/src/drivers/misc/altera-stapl/altera-comp.c:71:6: note: byref variable will be forcibly initialized 71 | u32 bits_avail = CHAR_BITS; | ^~~~~~~~~~ In file included 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/power/wakeup.c:9: /kisskb/src/drivers/base/power/wakeup.c: In function 'wakeup_sources_walk_next': /kisskb/src/include/linux/rculist.h:373:20: note: byref variable will be forcibly initialized 373 | struct list_head *__next = READ_ONCE(__ptr->next); \ | ^~~~~~ /kisskb/src/drivers/base/power/wakeup.c:304:9: note: in expansion of macro 'list_next_or_null_rcu' 304 | return list_next_or_null_rcu(ws_head, &ws->entry, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/power/wakeup.c: In function 'wakeup_source_deactivate': /kisskb/src/drivers/base/power/wakeup.c:699:20: note: byref variable will be forcibly initialized 699 | unsigned int cnt, inpr, cec; | ^~~~ /kisskb/src/drivers/base/power/wakeup.c:699:15: note: byref variable will be forcibly initialized 699 | unsigned int cnt, inpr, cec; | ^~~ /kisskb/src/drivers/base/power/wakeup.c: In function 'pm_wakeup_pending': /kisskb/src/drivers/base/power/wakeup.c:917:21: note: byref variable will be forcibly initialized 917 | unsigned int cnt, inpr; | ^~~~ /kisskb/src/drivers/base/power/wakeup.c:917:16: note: byref variable will be forcibly initialized 917 | unsigned int cnt, inpr; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/base/power/wakeup.c:9: /kisskb/src/drivers/base/power/wakeup.c: In function 'pm_get_wakeup_count': /kisskb/src/drivers/base/power/wakeup.c:977:15: note: byref variable will be forcibly initialized 977 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/drivers/base/power/wakeup.c:977:3: note: in expansion of macro 'DEFINE_WAIT' 977 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ /kisskb/src/drivers/base/power/wakeup.c:974:20: note: byref variable will be forcibly initialized 974 | unsigned int cnt, inpr; | ^~~~ /kisskb/src/drivers/base/power/wakeup.c:974:15: note: byref variable will be forcibly initialized 974 | unsigned int cnt, inpr; | ^~~ /kisskb/src/drivers/base/power/wakeup.c: In function 'pm_save_wakeup_count': /kisskb/src/drivers/base/power/wakeup.c:1008:20: note: byref variable will be forcibly initialized 1008 | unsigned int cnt, inpr; | ^~~~ /kisskb/src/drivers/base/power/wakeup.c:1008:15: note: byref variable will be forcibly initialized 1008 | unsigned int cnt, inpr; | ^~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_rect.c: In function 'igt_drm_rect_clip_scaled_div_by_zero': /kisskb/src/drivers/gpu/drm/selftests/test-drm_rect.c:16:28: note: byref variable will be forcibly initialized 16 | struct drm_rect src, dst, clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_rect.c:16:23: note: byref variable will be forcibly initialized 16 | struct drm_rect src, dst, clip; | ^~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_rect.c:16:18: note: byref variable will be forcibly initialized 16 | struct drm_rect src, dst, clip; | ^~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_rect.c: In function 'igt_drm_rect_clip_scaled_not_clipped': /kisskb/src/drivers/gpu/drm/selftests/test-drm_rect.c:42:28: note: byref variable will be forcibly initialized 42 | struct drm_rect src, dst, clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_rect.c:42:23: note: byref variable will be forcibly initialized 42 | struct drm_rect src, dst, clip; | ^~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_rect.c:42:18: note: byref variable will be forcibly initialized 42 | struct drm_rect src, dst, clip; | ^~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_rect.c: In function 'igt_drm_rect_clip_scaled_clipped': /kisskb/src/drivers/gpu/drm/selftests/test-drm_rect.c:98:28: note: byref variable will be forcibly initialized 98 | struct drm_rect src, dst, clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_rect.c:98:23: note: byref variable will be forcibly initialized 98 | struct drm_rect src, dst, clip; | ^~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_rect.c:98:18: note: byref variable will be forcibly initialized 98 | struct drm_rect src, dst, clip; | ^~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_rect.c: In function 'igt_drm_rect_clip_scaled_signed_vs_unsigned': /kisskb/src/drivers/gpu/drm/selftests/test-drm_rect.c:202:28: note: byref variable will be forcibly initialized 202 | struct drm_rect src, dst, clip; | ^~~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_rect.c:202:23: note: byref variable will be forcibly initialized 202 | struct drm_rect src, dst, clip; | ^~~ /kisskb/src/drivers/gpu/drm/selftests/test-drm_rect.c:202:18: note: byref variable will be forcibly initialized 202 | struct drm_rect src, dst, clip; | ^~~ /kisskb/src/drivers/gpu/drm/gud/gud_drv.c: In function 'gud_usb_transfer': /kisskb/src/drivers/gpu/drm/gud/gud_drv.c:155:6: note: byref variable will be forcibly initialized 155 | int idx, ret; | ^~~ In file included from /kisskb/src/include/linux/irq.h:21, 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/usb.h:16, from /kisskb/src/drivers/gpu/drm/gud/gud_drv.c:12: /kisskb/src/drivers/gpu/drm/gud/gud_drv.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/init.h:5, from /kisskb/src/include/linux/io.h:10, from /kisskb/src/include/linux/dma-buf-map.h:9, from /kisskb/src/include/linux/dma-buf.h:16, from /kisskb/src/drivers/gpu/drm/gud/gud_drv.c:6: /kisskb/src/drivers/gpu/drm/gud/gud_drv.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/powerpc/include/asm/io.h:27, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/dma-buf-map.h:9, from /kisskb/src/include/linux/dma-buf.h:16, from /kisskb/src/drivers/gpu/drm/gud/gud_drv.c:6: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/gud/gud_drv.c: In function 'gud_stats_debugfs': /kisskb/src/drivers/gpu/drm/gud/gud_drv.c:329:7: note: byref variable will be forcibly initialized 329 | char buf[10]; | ^~~ In file included from /kisskb/src/include/linux/init.h:5, from /kisskb/src/include/linux/io.h:10, from /kisskb/src/include/linux/dma-buf-map.h:9, from /kisskb/src/include/linux/dma-buf.h:16, from /kisskb/src/drivers/gpu/drm/gud/gud_drv.c:6: /kisskb/src/drivers/gpu/drm/gud/gud_drv.c: In function 'drmm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/drm/drm_managed.h:80:6: note: in expansion of macro 'unlikely' 80 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/drm/drm_managed.h:80:15: note: in expansion of macro 'check_mul_overflow' 80 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/drm/drm_managed.h:80:6: note: in expansion of macro 'unlikely' 80 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/drm/drm_managed.h:80:15: note: in expansion of macro 'check_mul_overflow' 80 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/gud/gud_drv.c:25: /kisskb/src/include/drm/drm_managed.h:78:9: note: byref variable will be forcibly initialized 78 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/gud/gud_drv.c: In function 'gud_probe': /kisskb/src/drivers/gpu/drm/gud/gud_drv.c:440:36: note: byref variable will be forcibly initialized 440 | struct gud_display_descriptor_req desc; | ^~~~ /kisskb/src/drivers/gpu/drm/gud/gud_drv.c:439:34: note: byref variable will be forcibly initialized 439 | struct usb_endpoint_descriptor *bulk_out; | ^~~~~~~~ /kisskb/src/net/llc/llc_if.c: In function 'llc_establish_connection': /kisskb/src/net/llc/llc_if.c:86:25: note: byref variable will be forcibly initialized 86 | struct llc_addr laddr, daddr; | ^~~~~ /kisskb/src/net/llc/llc_if.c:86:18: note: byref variable will be forcibly initialized 86 | struct llc_addr laddr, daddr; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-hdcp.c: In function 'cdns_mhdp_secure_mailbox_send': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-hdcp.c:105:5: note: byref variable will be forcibly initialized 105 | u8 header[4]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-hdcp.c: In function 'cdns_mhdp_secure_mailbox_recv_header': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-hdcp.c:57:5: note: byref variable will be forcibly initialized 57 | u8 header[4]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-hdcp.c: In function 'cdns_mhdp_hdcp_get_status': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-hdcp.c:131:5: note: byref variable will be forcibly initialized 131 | u8 hdcp_status[HDCP_STATUS_SIZE]; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-hdcp.c: In function 'cdns_mhdp_hdcp_rx_id_valid': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-hdcp.c:187:5: note: byref variable will be forcibly initialized 187 | u8 rec_id_hdr[2]; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-hdcp.c: In function 'cdns_mhdp_hdcp_set_config': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-hdcp.c:270:6: note: byref variable will be forcibly initialized 270 | u16 hdcp_port_status; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-hdcp.c: In function 'cdns_mhdp_hdcp_auth_check': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-hdcp.c:291:6: note: byref variable will be forcibly initialized 291 | u16 hdcp_port_status; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-hdcp.c: In function 'cdns_mhdp_hdcp_check_receviers': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-hdcp.c:316:5: note: byref variable will be forcibly initialized 316 | u8 hdcp_num_rec; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-hdcp.c:315:5: note: byref variable will be forcibly initialized 315 | u8 hdcp_rec_id[HDCP_MAX_RECEIVERS][HDCP_RECEIVER_ID_SIZE_BYTES]; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-hdcp.c: In function 'cdns_mhdp_hdcp_auth_22': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-hdcp.c:335:6: note: byref variable will be forcibly initialized 335 | u16 hdcp_port_status; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-hdcp.c:334:5: note: byref variable will be forcibly initialized 334 | u8 resp[HDCP_STATUS_SIZE]; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-hdcp.c: In function 'cdns_mhdp_hdcp_check_link': /kisskb/src/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-hdcp.c:434:6: note: byref variable will be forcibly initialized 434 | u16 hdcp_port_status; | ^~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_debugfs.c: In function 'uuids_show': /kisskb/src/net/bluetooth/hci_debugfs.c:179:9: note: byref variable will be forcibly initialized 179 | u8 i, val[16]; | ^~~ In file included from /kisskb/src/net/mac802154/mac_cmd.c:17: /kisskb/src/net/mac802154/mac_cmd.c: In function 'ieee802154_devaddr_from_raw': /kisskb/src/include/net/ieee802154_netdev.h:155:6: note: byref variable will be forcibly initialized 155 | u64 temp; | ^~~~ /kisskb/src/net/mac802154/mac_cmd.c: In function 'mac802154_mlme_start_req': /kisskb/src/net/mac802154/mac_cmd.c:31:33: note: byref variable will be forcibly initialized 31 | struct ieee802154_llsec_params params; | ^~~~~~ /kisskb/src/net/bluetooth/hci_debugfs.c: In function 'sc_only_mode_read': /kisskb/src/net/bluetooth/hci_debugfs.c:294:7: note: byref variable will be forcibly initialized 294 | char buf[3]; | ^~~ /kisskb/src/net/bluetooth/hci_debugfs.c: In function 'use_debug_keys_read': /kisskb/src/net/bluetooth/hci_debugfs.c:276:7: note: byref variable will be forcibly initialized 276 | char buf[3]; | ^~~ /kisskb/src/net/bluetooth/hci_debugfs.c: In function 'ssp_debug_mode_read': /kisskb/src/net/bluetooth/hci_debugfs.c:430:7: note: byref variable will be forcibly initialized 430 | char buf[3]; | ^~~ /kisskb/src/net/bluetooth/hci_debugfs.c: In function 'force_bredr_smp_read': /kisskb/src/net/bluetooth/hci_debugfs.c:503:7: note: byref variable will be forcibly initialized 503 | char buf[3]; | ^~~ /kisskb/src/net/bluetooth/hci_debugfs.c: In function 'quirk_simultaneous_discovery_read': /kisskb/src/net/bluetooth/hci_debugfs.c:39:7: note: byref variable will be forcibly initialized 39 | char buf[3]; \ | ^~~ /kisskb/src/net/bluetooth/hci_debugfs.c:1175:1: note: in expansion of macro 'DEFINE_QUIRK_ATTRIBUTE' 1175 | DEFINE_QUIRK_ATTRIBUTE(quirk_simultaneous_discovery, | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_debugfs.c: In function 'quirk_strict_duplicate_filter_read': /kisskb/src/net/bluetooth/hci_debugfs.c:39:7: note: byref variable will be forcibly initialized 39 | char buf[3]; \ | ^~~ /kisskb/src/net/bluetooth/hci_debugfs.c:1173:1: note: in expansion of macro 'DEFINE_QUIRK_ATTRIBUTE' 1173 | DEFINE_QUIRK_ATTRIBUTE(quirk_strict_duplicate_filter, | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_debugfs.c: In function 'force_no_mitm_read': /kisskb/src/net/bluetooth/hci_debugfs.c:1134:7: note: byref variable will be forcibly initialized 1134 | char buf[3]; | ^~~ /kisskb/src/net/bluetooth/hci_debugfs.c: In function 'force_static_address_read': /kisskb/src/net/bluetooth/hci_debugfs.c:744:7: note: byref variable will be forcibly initialized 744 | char buf[3]; | ^~~ /kisskb/src/net/bluetooth/hci_debugfs.c: In function 'vendor_diag_read': /kisskb/src/net/bluetooth/hci_debugfs.c:1315:7: note: byref variable will be forcibly initialized 1315 | char buf[3]; | ^~~ /kisskb/src/net/bluetooth/hci_debugfs.c: In function 'dut_mode_read': /kisskb/src/net/bluetooth/hci_debugfs.c:1259:7: note: byref variable will be forcibly initialized 1259 | char buf[3]; | ^~~ /kisskb/src/net/bluetooth/hci_debugfs.c: In function 'quirk_simultaneous_discovery_write': /kisskb/src/net/bluetooth/hci_debugfs.c:52:7: note: byref variable will be forcibly initialized 52 | bool enable; \ | ^~~~~~ /kisskb/src/net/bluetooth/hci_debugfs.c:1175:1: note: in expansion of macro 'DEFINE_QUIRK_ATTRIBUTE' 1175 | DEFINE_QUIRK_ATTRIBUTE(quirk_simultaneous_discovery, | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_debugfs.c: In function 'quirk_strict_duplicate_filter_write': /kisskb/src/net/bluetooth/hci_debugfs.c:52:7: note: byref variable will be forcibly initialized 52 | bool enable; \ | ^~~~~~ /kisskb/src/net/bluetooth/hci_debugfs.c:1173:1: note: in expansion of macro 'DEFINE_QUIRK_ATTRIBUTE' 1173 | DEFINE_QUIRK_ATTRIBUTE(quirk_strict_duplicate_filter, | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/bluetooth/hci_debugfs.c: In function 'force_static_address_write': /kisskb/src/net/bluetooth/hci_debugfs.c:757:7: note: byref variable will be forcibly initialized 757 | bool enable; | ^~~~~~ /kisskb/src/net/bluetooth/hci_debugfs.c: In function 'vendor_diag_write': /kisskb/src/net/bluetooth/hci_debugfs.c:1327:7: note: byref variable will be forcibly initialized 1327 | bool enable; | ^~~~~~ /kisskb/src/net/caif/cfsrvl.c: In function 'cfservl_modemcmd': /kisskb/src/net/caif/cfsrvl.c:131:7: note: byref variable will be forcibly initialized 131 | u8 flow_off = SRVL_FLOW_OFF; | ^~~~~~~~ /kisskb/src/net/caif/cfsrvl.c:110:7: note: byref variable will be forcibly initialized 110 | u8 flow_on = SRVL_FLOW_ON; | ^~~~~~~ /kisskb/src/net/bluetooth/hci_debugfs.c: In function 'force_bredr_smp_write': /kisskb/src/net/bluetooth/hci_debugfs.c:516:7: note: byref variable will be forcibly initialized 516 | bool enable; | ^~~~~~ /kisskb/src/net/bluetooth/hci_debugfs.c: In function 'force_no_mitm_write': /kisskb/src/net/bluetooth/hci_debugfs.c:1149:7: note: byref variable will be forcibly initialized 1149 | bool enable; | ^~~~~~ /kisskb/src/net/bluetooth/hci_debugfs.c:1147:7: note: byref variable will be forcibly initialized 1147 | char buf[32]; | ^~~ /kisskb/src/net/bluetooth/hci_debugfs.c: In function 'identity_show': /kisskb/src/net/bluetooth/hci_debugfs.c:666:5: note: byref variable will be forcibly initialized 666 | u8 addr_type; | ^~~~~~~~~ /kisskb/src/net/bluetooth/hci_debugfs.c:665:11: note: byref variable will be forcibly initialized 665 | bdaddr_t addr; | ^~~~ /kisskb/src/net/bluetooth/hci_debugfs.c: In function 'dut_mode_write': /kisskb/src/net/bluetooth/hci_debugfs.c:1272:7: note: byref variable will be forcibly initialized 1272 | bool enable; | ^~~~~~ /kisskb/src/net/bluetooth/hci_debugfs.c: In function 'hci_debugfs_create_conn': /kisskb/src/net/bluetooth/hci_debugfs.c:1246:7: note: byref variable will be forcibly initialized 1246 | char name[6]; | ^~~~ /kisskb/src/net/caif/cfpkt_skbuff.c: In function 'cfpkt_add_head': /kisskb/src/net/caif/cfpkt_skbuff.c:218:18: note: byref variable will be forcibly initialized 218 | struct sk_buff *lastskb; | ^~~~~~~ /kisskb/src/net/caif/cfpkt_skbuff.c: In function 'cfpkt_add_body': /kisskb/src/net/caif/cfpkt_skbuff.c:175:18: note: byref variable will be forcibly initialized 175 | struct sk_buff *lastskb; | ^~~~~~~ In file included from /kisskb/src/drivers/misc/altera-stapl/altera.c:16: /kisskb/src/drivers/misc/altera-stapl/altera.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/misc/altera-stapl/altera.c: In function 'altera_export_bool_array': /kisskb/src/drivers/misc/altera-stapl/altera.c:140:7: note: byref variable will be forcibly initialized 140 | char string[HEX_LINE_CHARS + 1]; | ^~~~~~ /kisskb/src/drivers/misc/altera-stapl/altera.c: In function 'altera_execute': /kisskb/src/drivers/misc/altera-stapl/altera.c:235:5: note: byref variable will be forcibly initialized 235 | u8 charbuf[4]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-orisetech-otm8009a.c: In function 'otm8009a_backlight_update_status': /kisskb/src/drivers/gpu/drm/panel/panel-orisetech-otm8009a.c:402:5: note: byref variable will be forcibly initialized 402 | u8 data[2]; | ^~~~ /kisskb/src/drivers/misc/altera-stapl/altera.c: In function 'altera_init': /kisskb/src/drivers/misc/altera-stapl/altera.c:2413:6: note: byref variable will be forcibly initialized 2413 | s32 error_address = 0L; | ^~~~~~~~~~~~~ /kisskb/src/drivers/misc/altera-stapl/altera.c:2412:6: note: byref variable will be forcibly initialized 2412 | s32 offset = 0L; | ^~~~~~ /kisskb/src/drivers/misc/altera-stapl/altera.c:2410:6: note: byref variable will be forcibly initialized 2410 | int procedure_count = 0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/altera-stapl/altera.c:2409:6: note: byref variable will be forcibly initialized 2409 | int action_count = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/misc/altera-stapl/altera.c:2408:6: note: byref variable will be forcibly initialized 2408 | int format_version = 0; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/misc/altera-stapl/altera.c:2407:6: note: byref variable will be forcibly initialized 2407 | int exit_code = 0; | ^~~~~~~~~ /kisskb/src/drivers/misc/altera-stapl/altera.c:2405:8: note: byref variable will be forcibly initialized 2405 | char *description = NULL; | ^~~~~~~~~~~ /kisskb/src/drivers/misc/altera-stapl/altera.c:2404:8: note: byref variable will be forcibly initialized 2404 | char *action_name = NULL; | ^~~~~~~~~~~ /kisskb/src/drivers/misc/altera-stapl/altera.c:2400:26: note: byref variable will be forcibly initialized 2400 | struct altera_procinfo *proc_list = NULL; | ^~~~~~~~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/net/caif/chnl_net.c:19: /kisskb/src/net/caif/chnl_net.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized 1309 | u32 tmp = value; | ^~~ /kisskb/src/net/caif/chnl_net.c: In function 'nla_put_u8': /kisskb/src/include/net/netlink.h:1244:5: note: byref variable will be forcibly initialized 1244 | u8 tmp = value; | ^~~ /kisskb/src/net/appletalk/ddp.c: In function 'atalk_autobind': /kisskb/src/net/appletalk/ddp.c:1120:21: note: byref variable will be forcibly initialized 1120 | struct sockaddr_at sat; | ^~~ /kisskb/src/net/caif/chnl_net.c: In function 'chnl_recv_cb': /kisskb/src/net/caif/chnl_net.c:62:5: note: byref variable will be forcibly initialized 62 | u8 buf; | ^~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/net/caif/chnl_net.c:10: /kisskb/src/net/caif/chnl_net.c: In function 'chnl_net_open': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/caif/chnl_net.c:299:11: note: in expansion of macro 'wait_event_interruptible_timeout' 299 | result = wait_event_interruptible_timeout(priv->netmgmt_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/caif/chnl_net.c:245:27: note: byref variable will be forcibly initialized 245 | int llifindex, headroom, tailroom, mtu; | ^~~~~~~~ /kisskb/src/net/caif/chnl_net.c:245:17: note: byref variable will be forcibly initialized 245 | int llifindex, headroom, tailroom, mtu; | ^~~~~~~~ /kisskb/src/net/caif/chnl_net.c:245:6: note: byref variable will be forcibly initialized 245 | int llifindex, headroom, tailroom, mtu; | ^~~~~~~~~ /kisskb/src/net/appletalk/ddp.c: In function 'atalk_route_packet': /kisskb/src/net/appletalk/ddp.c:1324:20: note: byref variable will be forcibly initialized 1324 | struct atalk_addr ta; | ^~ /kisskb/src/net/appletalk/ddp.c: In function 'atrtr_ioctl_addrt': /kisskb/src/net/appletalk/ddp.c:876:8: note: byref variable will be forcibly initialized 876 | char name[IFNAMSIZ]; | ^~~~ /kisskb/src/net/appletalk/ddp.c: In function 'atrtr_ioctl': /kisskb/src/net/appletalk/ddp.c:892:17: note: byref variable will be forcibly initialized 892 | struct rtentry rt; | ^~ /kisskb/src/net/appletalk/ddp.c: In function 'atalk_rcv': /kisskb/src/net/appletalk/ddp.c:1427:21: note: byref variable will be forcibly initialized 1427 | struct sockaddr_at tosat; | ^~~~~ /kisskb/src/net/appletalk/ddp.c: In function 'atalk_recvmsg': /kisskb/src/net/appletalk/ddp.c:1753:6: note: byref variable will be forcibly initialized 1753 | int err = 0; | ^~~ /kisskb/src/net/appletalk/ddp.c: In function 'atalk_sendmsg': /kisskb/src/net/appletalk/ddp.c:1648:21: note: byref variable will be forcibly initialized 1648 | struct atalk_addr at_lo; | ^~~~~ /kisskb/src/net/appletalk/ddp.c:1628:21: note: byref variable will be forcibly initialized 1628 | struct atalk_addr at_hint; | ^~~~~~~ /kisskb/src/net/appletalk/ddp.c:1582:6: note: byref variable will be forcibly initialized 1582 | int err; | ^~~ /kisskb/src/net/appletalk/ddp.c:1576:35: note: byref variable will be forcibly initialized 1576 | struct sockaddr_at local_satalk, gsat; | ^~~~ /kisskb/src/net/appletalk/ddp.c:1576:21: note: byref variable will be forcibly initialized 1576 | struct sockaddr_at local_satalk, gsat; | ^~~~~~~~~~~~ /kisskb/src/net/appletalk/ddp.c: In function 'atif_ioctl': /kisskb/src/net/appletalk/ddp.c:666:17: note: byref variable will be forcibly initialized 666 | struct rtentry rtdef; | ^~~~~ /kisskb/src/net/appletalk/ddp.c:659:15: note: byref variable will be forcibly initialized 659 | struct ifreq atreq; | ^~~~~ /kisskb/src/net/appletalk/ddp.c: In function 'atalk_getname': /kisskb/src/net/appletalk/ddp.c:1251:21: note: byref variable will be forcibly initialized 1251 | struct sockaddr_at sat; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/net/ieee802154/trace.h:319, from /kisskb/src/net/ieee802154/trace.c:5: /kisskb/src/net/ieee802154/trace.c: In function 'trace_event_raw_event_wpan_phy_only_evt': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/net/ieee802154/./trace.h:44:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 44 | DECLARE_EVENT_CLASS(wpan_phy_only_evt, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/trace.c: In function 'trace_event_raw_event_802154_rdev_set_channel': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:102:1: note: in expansion of macro 'TRACE_EVENT' 102 | TRACE_EVENT(802154_rdev_set_channel, | ^~~~~~~~~~~ /kisskb/src/net/ieee802154/trace.c: In function 'trace_event_raw_event_802154_rdev_set_tx_power': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:119:1: note: in expansion of macro 'TRACE_EVENT' 119 | TRACE_EVENT(802154_rdev_set_tx_power, | ^~~~~~~~~~~ /kisskb/src/net/ieee802154/trace.c: In function 'trace_event_raw_event_802154_rdev_set_cca_mode': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:134:1: note: in expansion of macro 'TRACE_EVENT' 134 | TRACE_EVENT(802154_rdev_set_cca_mode, | ^~~~~~~~~~~ /kisskb/src/net/ieee802154/trace.c: In function 'trace_event_raw_event_802154_rdev_set_cca_ed_level': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:149:1: note: in expansion of macro 'TRACE_EVENT' 149 | TRACE_EVENT(802154_rdev_set_cca_ed_level, | ^~~~~~~~~~~ /kisskb/src/net/ieee802154/trace.c: In function 'trace_event_raw_event_802154_rdev_return_int': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:298:1: note: in expansion of macro 'TRACE_EVENT' 298 | TRACE_EVENT(802154_rdev_return_int, | ^~~~~~~~~~~ /kisskb/src/net/ieee802154/trace.c: In function 'trace_event_raw_event_802154_rdev_add_virtual_intf': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:66:1: note: in expansion of macro 'TRACE_EVENT' 66 | TRACE_EVENT(802154_rdev_add_virtual_intf, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:66:1: note: in expansion of macro 'TRACE_EVENT' 66 | TRACE_EVENT(802154_rdev_add_virtual_intf, | ^~~~~~~~~~~ /kisskb/src/net/ieee802154/trace.c: In function 'trace_event_raw_event_802154_rdev_del_virtual_intf': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:87:1: note: in expansion of macro 'TRACE_EVENT' 87 | TRACE_EVENT(802154_rdev_del_virtual_intf, | ^~~~~~~~~~~ /kisskb/src/net/ieee802154/trace.c: In function 'trace_event_raw_event_802154_le16_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/net/ieee802154/./trace.h:164:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 164 | DECLARE_EVENT_CLASS(802154_le16_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/trace.c: In function 'trace_event_raw_event_802154_rdev_set_backoff_exponent': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:198:1: note: in expansion of macro 'TRACE_EVENT' 198 | TRACE_EVENT(802154_rdev_set_backoff_exponent, | ^~~~~~~~~~~ /kisskb/src/net/ieee802154/trace.c: In function 'trace_event_raw_event_802154_rdev_set_csma_backoffs': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:220:1: note: in expansion of macro 'TRACE_EVENT' 220 | TRACE_EVENT(802154_rdev_set_csma_backoffs, | ^~~~~~~~~~~ /kisskb/src/net/ieee802154/trace.c: In function 'trace_event_raw_event_802154_rdev_set_max_frame_retries': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:240:1: note: in expansion of macro 'TRACE_EVENT' 240 | TRACE_EVENT(802154_rdev_set_max_frame_retries, | ^~~~~~~~~~~ /kisskb/src/net/ieee802154/trace.c: In function 'trace_event_raw_event_802154_rdev_set_lbt_mode': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:260:1: note: in expansion of macro 'TRACE_EVENT' 260 | TRACE_EVENT(802154_rdev_set_lbt_mode, | ^~~~~~~~~~~ /kisskb/src/net/ieee802154/trace.c: In function 'trace_event_raw_event_802154_rdev_set_ackreq_default': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/./trace.h:279:1: note: in expansion of macro 'TRACE_EVENT' 279 | TRACE_EVENT(802154_rdev_set_ackreq_default, | ^~~~~~~~~~~ /kisskb/src/net/caif/caif_socket.c: In function 'caif_stream_sendmsg': /kisskb/src/net/caif/caif_socket.c:599:6: note: byref variable will be forcibly initialized 599 | int err, size; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c: In function 'hdmi_readb': /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:227:15: note: byref variable will be forcibly initialized 227 | unsigned int val = 0; | ^~~ /kisskb/src/net/caif/caif_socket.c: In function 'caif_seqpkt_sendmsg': /kisskb/src/net/caif/caif_socket.c:524:6: note: byref variable will be forcibly initialized 524 | int ret = 0; | ^~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/linux/tcp.h:17, from /kisskb/src/net/caif/caif_socket.c:18: /kisskb/src/net/caif/caif_socket.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/caif/caif_socket.c: In function 'caif_seqpkt_recvmsg': /kisskb/src/net/caif/caif_socket.c:277:6: note: byref variable will be forcibly initialized 277 | int ret; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c: In function 'hdmi_av_composer': /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:1856:14: note: byref variable will be forcibly initialized 1856 | u8 inv_val, bytes; | ^~~~~ /kisskb/src/net/caif/caif_socket.c: In function 'setsockopt': /kisskb/src/net/caif/caif_socket.c:678:6: note: byref variable will be forcibly initialized 678 | int linksel; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c: In function 'hdmi_config_AVI': /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:1639:28: note: byref variable will be forcibly initialized 1639 | struct hdmi_avi_infoframe frame; | ^~~~~ /kisskb/src/drivers/base/power/domain_governor.c: In function 'default_suspend_ok': /kisskb/src/drivers/base/power/domain_governor.c:54:6: note: byref variable will be forcibly initialized 54 | s64 constraint_ns; | ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/net/caif/caif_socket.c:9: /kisskb/src/net/caif/caif_socket.c: In function 'caif_connect': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/caif/caif_socket.c:871:10: note: in expansion of macro 'wait_event_interruptible_timeout' 871 | timeo = wait_event_interruptible_timeout(*sk_sleep(sk), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/caif/caif_socket.c:752:25: note: byref variable will be forcibly initialized 752 | int ifindex, headroom, tailroom; | ^~~~~~~~ /kisskb/src/net/caif/caif_socket.c:752:15: note: byref variable will be forcibly initialized 752 | int ifindex, headroom, tailroom; | ^~~~~~~~ /kisskb/src/net/caif/caif_socket.c:752:6: note: byref variable will be forcibly initialized 752 | int ifindex, headroom, tailroom; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c: In function 'hdmi_config_vendor_specific_infoframe': /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:1767:5: note: byref variable will be forcibly initialized 1767 | u8 buffer[10]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:1766:31: note: byref variable will be forcibly initialized 1766 | struct hdmi_vendor_infoframe frame; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c: In function 'hdmi_config_drm_infoframe': /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:1821:5: note: byref variable will be forcibly initialized 1821 | u8 buffer[30]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:1820:28: note: byref variable will be forcibly initialized 1820 | struct hdmi_drm_infoframe frame; | ^~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:13: /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c: In function 'dw_hdmi_connector_create': /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:2453:28: note: byref variable will be forcibly initialized 2453 | struct cec_connector_info conn_info; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c: In function 'dw_hdmi_probe': /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:3444:33: note: byref variable will be forcibly initialized 3444 | struct dw_hdmi_i2s_audio_data audio; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:3428:29: note: byref variable will be forcibly initialized 3428 | struct dw_hdmi_audio_data audio; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:3223:6: note: byref variable will be forcibly initialized 3223 | u32 val = 1; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:3218:26: note: byref variable will be forcibly initialized 3218 | struct dw_hdmi_cec_data cec; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:3216:30: note: byref variable will be forcibly initialized 3216 | struct platform_device_info pdevinfo; | ^~~~~~~~ In file included from /kisskb/src/drivers/misc/echo/echo.c:95: /kisskb/src/drivers/misc/echo/echo.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mfd/bd9571mwv.c: In function 'bd957x_identify': /kisskb/src/drivers/mfd/bd9571mwv.c:175:15: note: byref variable will be forcibly initialized 175 | unsigned int value; | ^~~~~ /kisskb/src/drivers/mfd/bd9571mwv.c: In function 'bd9571mwv_probe': /kisskb/src/drivers/mfd/bd9571mwv.c:215:31: note: byref variable will be forcibly initialized 215 | struct regmap_irq_chip_data *irq_data; | ^~~~~~~~ /kisskb/src/net/ieee802154/nl802154.c: In function 'llsec_parse_seclevel': /kisskb/src/net/ieee802154/nl802154.c:2085:17: note: byref variable will be forcibly initialized 2085 | struct nlattr *attrs[NL802154_SECLEVEL_ATTR_MAX + 1]; | ^~~~~ /kisskb/src/net/ieee802154/nl802154.c: In function 'nl802154_del_llsec_seclevel': /kisskb/src/net/ieee802154/nl802154.c:2140:35: note: byref variable will be forcibly initialized 2140 | struct ieee802154_llsec_seclevel sl; | ^~ /kisskb/src/net/ieee802154/nl802154.c: In function 'nl802154_add_llsec_seclevel': /kisskb/src/net/ieee802154/nl802154.c:2122:35: note: byref variable will be forcibly initialized 2122 | struct ieee802154_llsec_seclevel sl; | ^~ /kisskb/src/net/ieee802154/nl802154.c: In function 'ieee802154_llsec_parse_dev_addr': /kisskb/src/net/ieee802154/nl802154.c:1296:17: note: byref variable will be forcibly initialized 1296 | struct nlattr *attrs[NL802154_DEV_ADDR_ATTR_MAX + 1]; | ^~~~~ /kisskb/src/net/ieee802154/nl802154.c: In function 'ieee802154_llsec_parse_key_id': /kisskb/src/net/ieee802154/nl802154.c:1336:17: note: byref variable will be forcibly initialized 1336 | struct nlattr *attrs[NL802154_KEY_ID_ATTR_MAX + 1]; | ^~~~~ /kisskb/src/net/ieee802154/nl802154.c: In function 'nl802154_set_llsec_params': /kisskb/src/net/ieee802154/nl802154.c:1389:33: note: byref variable will be forcibly initialized 1389 | struct ieee802154_llsec_params params; | ^~~~~~ /kisskb/src/net/ieee802154/nl802154.c: In function 'nl802154_del_llsec_devkey': /kisskb/src/net/ieee802154/nl802154.c:1955:37: note: byref variable will be forcibly initialized 1955 | struct ieee802154_llsec_device_key key; | ^~~ /kisskb/src/net/ieee802154/nl802154.c:1954:17: note: byref variable will be forcibly initialized 1954 | struct nlattr *attrs[NL802154_DEVKEY_ATTR_MAX + 1]; | ^~~~~ /kisskb/src/net/ieee802154/nl802154.c: In function 'nl802154_add_llsec_devkey': /kisskb/src/net/ieee802154/nl802154.c:1921:37: note: byref variable will be forcibly initialized 1921 | struct ieee802154_llsec_device_key key; | ^~~ /kisskb/src/net/ieee802154/nl802154.c:1920:17: note: byref variable will be forcibly initialized 1920 | struct nlattr *attrs[NL802154_DEVKEY_ATTR_MAX + 1]; | ^~~~~ /kisskb/src/net/ieee802154/nl802154.c: In function 'nl802154_del_llsec_dev': /kisskb/src/net/ieee802154/nl802154.c:1787:17: note: byref variable will be forcibly initialized 1787 | struct nlattr *attrs[NL802154_DEV_ATTR_MAX + 1]; | ^~~~~ /kisskb/src/net/ieee802154/nl802154.c: In function 'ieee802154_llsec_parse_device': /kisskb/src/net/ieee802154/nl802154.c:1734:17: note: byref variable will be forcibly initialized 1734 | struct nlattr *attrs[NL802154_DEV_ATTR_MAX + 1]; | ^~~~~ /kisskb/src/net/ieee802154/nl802154.c: In function 'nl802154_add_llsec_dev': /kisskb/src/net/ieee802154/nl802154.c:1770:33: note: byref variable will be forcibly initialized 1770 | struct ieee802154_llsec_device dev_desc; | ^~~~~~~~ /kisskb/src/net/ieee802154/nl802154.c: In function 'nl802154_del_llsec_key': /kisskb/src/net/ieee802154/nl802154.c:1611:33: note: byref variable will be forcibly initialized 1611 | struct ieee802154_llsec_key_id id; | ^~ /kisskb/src/net/ieee802154/nl802154.c:1610:17: note: byref variable will be forcibly initialized 1610 | struct nlattr *attrs[NL802154_KEY_ATTR_MAX + 1]; | ^~~~~ In file included from /kisskb/src/include/net/genetlink.h:6, from /kisskb/src/net/ieee802154/nl802154.c:13: /kisskb/src/net/ieee802154/nl802154.c: In function 'nla_get_u64': /kisskb/src/include/net/netlink.h:1617:6: note: byref variable will be forcibly initialized 1617 | u64 tmp; | ^~~ /kisskb/src/net/ieee802154/nl802154.c: In function 'nl802154_add_llsec_key': /kisskb/src/net/ieee802154/nl802154.c:1556:17: note: byref variable will be forcibly initialized 1556 | struct nlattr *attrs[NL802154_KEY_ATTR_MAX + 1]; | ^~~~~ In file included from /kisskb/src/include/net/genetlink.h:6, from /kisskb/src/net/ieee802154/nl802154.c:13: /kisskb/src/net/ieee802154/nl802154.c: In function 'nla_put_u8': /kisskb/src/include/net/netlink.h:1244:5: note: byref variable will be forcibly initialized 1244 | u8 tmp = value; | ^~~ /kisskb/src/net/ieee802154/nl802154.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized 1309 | u32 tmp = value; | ^~~ /kisskb/src/net/ieee802154/nl802154.c: In function 'nla_put_le16': /kisskb/src/include/net/netlink.h:1296:9: note: byref variable will be forcibly initialized 1296 | __le16 tmp = value; | ^~~ /kisskb/src/net/ieee802154/nl802154.c: In function 'nla_put_le32': /kisskb/src/include/net/netlink.h:1348:9: note: byref variable will be forcibly initialized 1348 | __le32 tmp = value; | ^~~ /kisskb/src/net/ieee802154/nl802154.c: In function 'nla_put_s8': /kisskb/src/include/net/netlink.h:1422:5: note: byref variable will be forcibly initialized 1422 | s8 tmp = value; | ^~~ /kisskb/src/net/ieee802154/nl802154.c: In function 'nla_put_be32': /kisskb/src/include/net/netlink.h:1322:9: note: byref variable will be forcibly initialized 1322 | __be32 tmp = value; | ^~~ /kisskb/src/net/ieee802154/nl802154.c: In function 'nla_put_s32': /kisskb/src/include/net/netlink.h:1448:6: note: byref variable will be forcibly initialized 1448 | s32 tmp = value; | ^~~ /kisskb/src/net/ieee802154/nl802154.c: In function 'nl802154_dump_llsec_seclevel': /kisskb/src/net/ieee802154/nl802154.c:2028:19: note: byref variable will be forcibly initialized 2028 | struct wpan_dev *wpan_dev; | ^~~~~~~~ /kisskb/src/net/ieee802154/nl802154.c:2027:33: note: byref variable will be forcibly initialized 2027 | struct ieee802154_llsec_table *table; | ^~~~~ /kisskb/src/net/ieee802154/nl802154.c:2025:38: note: byref variable will be forcibly initialized 2025 | struct cfg802154_registered_device *rdev = NULL; | ^~~~ In file included from /kisskb/src/include/net/genetlink.h:6, from /kisskb/src/net/ieee802154/nl802154.c:13: /kisskb/src/net/ieee802154/nl802154.c: In function 'nla_put_le64': /kisskb/src/include/net/netlink.h:1409:9: note: byref variable will be forcibly initialized 1409 | __le64 tmp = value; | ^~~ /kisskb/src/net/ieee802154/nl802154.c: In function 'nl802154_send_key': /kisskb/src/net/ieee802154/nl802154.c:1439:6: note: byref variable will be forcibly initialized 1439 | u32 commands[NL802154_CMD_FRAME_NR_IDS / 32]; | ^~~~~~~~ /kisskb/src/net/ieee802154/nl802154.c: In function 'nl802154_dump_llsec_key': /kisskb/src/net/ieee802154/nl802154.c:1495:19: note: byref variable will be forcibly initialized 1495 | struct wpan_dev *wpan_dev; | ^~~~~~~~ /kisskb/src/net/ieee802154/nl802154.c:1494:33: note: byref variable will be forcibly initialized 1494 | struct ieee802154_llsec_table *table; | ^~~~~ /kisskb/src/net/ieee802154/nl802154.c:1492:38: note: byref variable will be forcibly initialized 1492 | struct cfg802154_registered_device *rdev = NULL; | ^~~~ /kisskb/src/net/ieee802154/nl802154.c: In function 'nl802154_get_llsec_params': /kisskb/src/net/ieee802154/nl802154.c:742:33: note: byref variable will be forcibly initialized 742 | struct ieee802154_llsec_params params; | ^~~~~~ /kisskb/src/net/ieee802154/nl802154.c: In function 'nl802154_dump_llsec_devkey': /kisskb/src/net/ieee802154/nl802154.c:1855:19: note: byref variable will be forcibly initialized 1855 | struct wpan_dev *wpan_dev; | ^~~~~~~~ /kisskb/src/net/ieee802154/nl802154.c:1854:33: note: byref variable will be forcibly initialized 1854 | struct ieee802154_llsec_table *table; | ^~~~~ /kisskb/src/net/ieee802154/nl802154.c:1851:38: note: byref variable will be forcibly initialized 1851 | struct cfg802154_registered_device *rdev = NULL; | ^~~~ /kisskb/src/net/ieee802154/nl802154.c: In function 'nl802154_dump_llsec_dev': /kisskb/src/net/ieee802154/nl802154.c:1674:19: note: byref variable will be forcibly initialized 1674 | struct wpan_dev *wpan_dev; | ^~~~~~~~ /kisskb/src/net/ieee802154/nl802154.c:1673:33: note: byref variable will be forcibly initialized 1673 | struct ieee802154_llsec_table *table; | ^~~~~ /kisskb/src/net/ieee802154/nl802154.c:1671:38: note: byref variable will be forcibly initialized 1671 | struct cfg802154_registered_device *rdev = NULL; | ^~~~ In file included from /kisskb/src/include/net/genetlink.h:6, from /kisskb/src/net/ieee802154/nl802154.c:13: /kisskb/src/net/ieee802154/nl802154.c: In function 'nla_put_u64_64bit': /kisskb/src/include/net/netlink.h:1363:6: note: byref variable will be forcibly initialized 1363 | u64 tmp = value; | ^~~ /kisskb/src/net/ieee802154/nl802154.c: In function 'nl802154_set_cca_mode': /kisskb/src/net/ieee802154/nl802154.c:977:22: note: byref variable will be forcibly initialized 977 | struct wpan_phy_cca cca; | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c: In function 'rpi_touchscreen_write': /kisskb/src/drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c:237:5: note: byref variable will be forcibly initialized 237 | u8 msg[] = { | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c: In function 'rpi_touchscreen_probe': /kisskb/src/drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c:365:30: note: byref variable will be forcibly initialized 365 | struct mipi_dsi_device_info info = { | ^~~~ In file included from /kisskb/src/include/linux/clkdev.h:12, from /kisskb/src/drivers/base/power/clock_ops.c:14: /kisskb/src/drivers/base/power/clock_ops.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/irq.h:21, 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/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/include/linux/fb.h:6, from /kisskb/src/include/linux/backlight.h:13, from /kisskb/src/drivers/gpu/drm/gud/gud_connector.c:6: /kisskb/src/drivers/gpu/drm/gud/gud_connector.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/gud/gud_connector.c: In function 'gud_connector_detect': /kisskb/src/drivers/gpu/drm/gud/gud_connector.c:156:5: note: byref variable will be forcibly initialized 156 | u8 status; | ^~~~~~ /kisskb/src/drivers/gpu/drm/gud/gud_connector.c:155:6: note: byref variable will be forcibly initialized 155 | int idx, ret; | ^~~ /kisskb/src/drivers/gpu/drm/gud/gud_connector.c: In function 'gud_connector_get_modes': /kisskb/src/drivers/gpu/drm/gud/gud_connector.c:224:6: note: byref variable will be forcibly initialized 224 | int idx, ret; | ^~~ /kisskb/src/drivers/gpu/drm/gud/gud_connector.c:221:36: note: byref variable will be forcibly initialized 221 | struct gud_connector_get_edid_ctx edid_ctx; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/gud/gud_connector.c: In function 'gud_connector_backlight_update_status_work': /kisskb/src/drivers/gpu/drm/gud/gud_connector.c:66:6: note: byref variable will be forcibly initialized 66 | int idx, ret; | ^~~ /kisskb/src/drivers/gpu/drm/gud/gud_connector.c:64:33: note: byref variable will be forcibly initialized 64 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/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/gpu/drm/gud/gud_connector.c: In function 'gud_connector_add_tv_mode': /kisskb/src/drivers/gpu/drm/gud/gud_connector.c:380:14: note: byref variable will be forcibly initialized 380 | const char *modes[GUD_CONNECTOR_TV_MODE_MAX_NUM]; | ^~~~~ /kisskb/src/drivers/base/power/clock_ops.c: In function 'pm_clk_suspend': /kisskb/src/drivers/base/power/clock_ops.c:547:16: note: byref variable will be forcibly initialized 547 | unsigned long flags; | ^~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/usb/ch9.h:36, from /kisskb/src/include/linux/usb.h:6, from /kisskb/src/drivers/gpu/drm/gud/gud_pipe.c:7: /kisskb/src/drivers/gpu/drm/gud/gud_pipe.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/drivers/base/power/clock_ops.c: In function 'pm_clk_resume': /kisskb/src/drivers/base/power/clock_ops.c:585:16: note: byref variable will be forcibly initialized 585 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/gpu/drm/gud/gud_pipe.c: In function 'gud_prep_flush': /kisskb/src/drivers/gpu/drm/gud/gud_pipe.c:156:21: note: byref variable will be forcibly initialized 156 | struct dma_buf_map map_data[DRM_FORMAT_MAX_PLANES]; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/gud/gud_pipe.c:155:21: note: byref variable will be forcibly initialized 155 | struct dma_buf_map map[DRM_FORMAT_MAX_PLANES]; | ^~~ /kisskb/src/drivers/gpu/drm/gud/gud_pipe.c: In function 'gud_usb_bulk': /kisskb/src/drivers/gpu/drm/gud/gud_pipe.c:254:30: note: byref variable will be forcibly initialized 254 | struct gud_usb_bulk_context ctx; | ^~~ /kisskb/src/drivers/gpu/drm/gud/gud_pipe.c: In function 'gud_flush_rect': /kisskb/src/drivers/gpu/drm/gud/gud_pipe.c:282:28: note: byref variable will be forcibly initialized 282 | struct gud_set_buffer_req req; | ^~~ /kisskb/src/drivers/gpu/drm/gud/gud_pipe.c: In function 'gud_flush_work': /kisskb/src/drivers/gpu/drm/gud/gud_pipe.c:394:19: note: byref variable will be forcibly initialized 394 | struct drm_rect rect = damage; | ^~~~ /kisskb/src/drivers/gpu/drm/gud/gud_pipe.c:366:6: note: byref variable will be forcibly initialized 366 | int idx, ret = 0; | ^~~ /kisskb/src/drivers/gpu/drm/gud/gud_pipe.c:364:18: note: byref variable will be forcibly initialized 364 | struct drm_rect damage; | ^~~~~~ /kisskb/src/drivers/gpu/drm/gud/gud_pipe.c: In function 'gud_pipe_check': /kisskb/src/drivers/gpu/drm/gud/gud_pipe.c:491:34: note: byref variable will be forcibly initialized 491 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/gud/gud_pipe.c:459:6: note: byref variable will be forcibly initialized 459 | int idx, ret; | ^~~ /kisskb/src/drivers/gpu/drm/gud/gud_pipe.c: In function 'gud_pipe_update': /kisskb/src/drivers/gpu/drm/gud/gud_pipe.c:569:6: note: byref variable will be forcibly initialized 569 | int idx; | ^~~ /kisskb/src/drivers/gpu/drm/gud/gud_pipe.c:568:18: note: byref variable will be forcibly initialized 568 | struct drm_rect damage; | ^~~~~~ /kisskb/src/net/llc/llc_c_ev.c: In function 'llc_conn_ev_qlfy_p_flag_eq_f': /kisskb/src/net/llc/llc_c_ev.c:647:5: note: byref variable will be forcibly initialized 647 | u8 f_bit; | ^~~~~ /kisskb/src/net/llc/llc_c_ac.c: In function 'llc_conn_ac_send_dm_rsp_f_set_p': /kisskb/src/net/llc/llc_c_ac.c:231:6: note: byref variable will be forcibly initialized 231 | u8 f_bit; | ^~~~~ /kisskb/src/net/llc/llc_c_ac.c: In function 'llc_conn_ac_send_frmr_rsp_f_set_x': /kisskb/src/net/llc/llc_c_ac.c:275:5: note: byref variable will be forcibly initialized 275 | u8 f_bit; | ^~~~~ /kisskb/src/net/llc/llc_c_ac.c: In function 'llc_conn_ac_resend_frmr_rsp_f_set_p': /kisskb/src/net/llc/llc_c_ac.c:336:5: note: byref variable will be forcibly initialized 336 | u8 f_bit; | ^~~~~ /kisskb/src/net/llc/llc_c_ac.c: In function 'llc_conn_ac_send_ua_rsp_f_set_p': /kisskb/src/net/llc/llc_c_ac.c:806:5: note: byref variable will be forcibly initialized 806 | u8 f_bit; | ^~~~~ /kisskb/src/net/llc/llc_c_ac.c: In function 'llc_conn_ac_send_ack_if_needed': /kisskb/src/net/llc/llc_c_ac.c:865:5: note: byref variable will be forcibly initialized 865 | u8 pf_bit; | ^~~~~~ In file included from /kisskb/src/drivers/base/power/domain.c:18: /kisskb/src/drivers/base/power/domain.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/net/llc/llc_c_ac.c: In function 'llc_conn_ac_upd_nr_received': /kisskb/src/net/llc/llc_c_ac.c:1196:6: note: byref variable will be forcibly initialized 1196 | u8 f_bit; | ^~~~~ /kisskb/src/net/llc/llc_c_ac.c:1174:6: note: byref variable will be forcibly initialized 1174 | u16 unacked = 0; | ^~~~~~~ /kisskb/src/net/llc/llc_c_ac.c: In function 'llc_conn_ac_upd_p_flag': /kisskb/src/net/llc/llc_c_ac.c:1212:6: note: byref variable will be forcibly initialized 1212 | u8 f_bit; | ^~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-raydium-rm67191.c: In function 'rad_panel_push_cmd_list': /kisskb/src/drivers/gpu/drm/panel/panel-raydium-rm67191.c:239:6: note: byref variable will be forcibly initialized 239 | u8 buffer[2] = { entry->cmd, entry->param }; | ^~~~~~ In file included from /kisskb/src/net/ieee802154/socket.c:28: /kisskb/src/net/ieee802154/socket.c: In function 'ieee802154_devaddr_from_raw': /kisskb/src/include/net/ieee802154_netdev.h:155:6: note: byref variable will be forcibly initialized 155 | u64 temp; | ^~~~ /kisskb/src/drivers/gpu/drm/panel/panel-raydium-rm67191.c: In function 'rad_panel_enable': /kisskb/src/drivers/gpu/drm/panel/panel-raydium-rm67191.c:350:42: note: byref variable will be forcibly initialized 350 | ret = mipi_dsi_generic_write(dsi, (u8[]){ 0xC2, 0x0B }, 2); | ^ /kisskb/src/drivers/gpu/drm/panel/panel-raydium-rm67191.c:336:42: note: byref variable will be forcibly initialized 336 | ret = mipi_dsi_generic_write(dsi, (u8[]){ WRMAUCCTR, 0x00 }, 2); | ^ /kisskb/src/net/ieee802154/socket.c: In function 'ieee802154_devaddr_to_raw': /kisskb/src/include/net/ieee802154_netdev.h:163:6: note: byref variable will be forcibly initialized 163 | u64 temp = swab64((__force u64)addr); | ^~~~ /kisskb/src/drivers/gpu/drm/panel/panel-raydium-rm67191.c: In function 'rad_bl_get_brightness': /kisskb/src/drivers/gpu/drm/panel/panel-raydium-rm67191.c:467:6: note: byref variable will be forcibly initialized 467 | u16 brightness; | ^~~~~~~~~~ /kisskb/src/net/ieee802154/socket.c: In function 'ieee802154_get_dev': /kisskb/src/net/ieee802154/socket.c:37:5: note: byref variable will be forcibly initialized 37 | u8 hwaddr[IEEE802154_ADDR_LEN]; | ^~~~~~ In file included from /kisskb/src/include/linux/dev_printk.h:14, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/backlight.h:12, from /kisskb/src/drivers/gpu/drm/panel/panel-raydium-rm67191.c:8: /kisskb/src/drivers/gpu/drm/panel/panel-raydium-rm67191.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/socket.c: In function 'dgram_bind': In file included from /kisskb/src/include/linux/backlight.h:12, from /kisskb/src/drivers/gpu/drm/panel/panel-raydium-rm67191.c:8: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/net/ieee802154/socket.c:487:25: note: byref variable will be forcibly initialized 487 | struct ieee802154_addr haddr; | ^~~~~ /kisskb/src/net/ieee802154/socket.c: In function 'raw_bind': /kisskb/src/net/ieee802154/socket.c:198:25: note: byref variable will be forcibly initialized 198 | struct ieee802154_addr addr; | ^~~~ /kisskb/src/drivers/gpu/drm/panel/panel-raydium-rm67191.c: In function 'rad_panel_probe': /kisskb/src/drivers/gpu/drm/panel/panel-raydium-rm67191.c:544:6: note: byref variable will be forcibly initialized 544 | u32 video_mode; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-raydium-rm67191.c:542:30: note: byref variable will be forcibly initialized 542 | struct backlight_properties bl_props; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/chrontel-ch7033.c: In function 'ch7033_probe': /kisskb/src/drivers/gpu/drm/bridge/chrontel-ch7033.c:535:15: note: byref variable will be forcibly initialized 535 | unsigned int val; | ^~~ /kisskb/src/drivers/base/power/domain.c: In function '__genpd_dev_pm_attach': /kisskb/src/drivers/base/power/domain.c:2650:25: note: byref variable will be forcibly initialized 2650 | struct of_phandle_args pd_args; | ^~~~~~~ /kisskb/src/net/ieee802154/socket.c: In function 'raw_recvmsg': /kisskb/src/net/ieee802154/socket.c:314:6: note: byref variable will be forcibly initialized 314 | int err = -EOPNOTSUPP; | ^~~ /kisskb/src/net/ieee802154/socket.c: In function 'raw_sendmsg': /kisskb/src/net/ieee802154/socket.c:246:6: note: byref variable will be forcibly initialized 246 | int err; | ^~~ /kisskb/src/net/ieee802154/socket.c: In function 'dgram_sendmsg': /kisskb/src/net/ieee802154/socket.c:608:6: note: byref variable will be forcibly initialized 608 | int err; | ^~~ /kisskb/src/net/ieee802154/socket.c:606:25: note: byref variable will be forcibly initialized 606 | struct ieee802154_addr dst_addr; | ^~~~~~~~ /kisskb/src/drivers/base/power/domain.c: In function 'genpd_parse_state': /kisskb/src/drivers/base/power/domain.c:2842:21: note: byref variable will be forcibly initialized 2842 | u32 entry_latency, exit_latency; | ^~~~~~~~~~~~ /kisskb/src/drivers/base/power/domain.c:2842:6: note: byref variable will be forcibly initialized 2842 | u32 entry_latency, exit_latency; | ^~~~~~~~~~~~~ /kisskb/src/drivers/base/power/domain.c:2841:6: note: byref variable will be forcibly initialized 2841 | u32 residency; | ^~~~~~~~~ /kisskb/src/drivers/base/power/domain.c: In function 'genpd_iterate_idle_states': /kisskb/src/drivers/base/power/domain.c:2875:29: note: byref variable will be forcibly initialized 2875 | struct of_phandle_iterator it; | ^~ /kisskb/src/net/ieee802154/socket.c: In function 'dgram_recvmsg': /kisskb/src/net/ieee802154/socket.c:701:6: note: byref variable will be forcibly initialized 701 | int err = -EOPNOTSUPP; | ^~~ /kisskb/src/net/ieee802154/socket.c: In function 'dgram_getsockopt': /kisskb/src/net/ieee802154/socket.c:831:6: note: byref variable will be forcibly initialized 831 | int val, len; | ^~~ /kisskb/src/drivers/base/power/domain.c: In function 'genpd_summary_one': /kisskb/src/drivers/base/power/domain.c:3036:7: note: byref variable will be forcibly initialized 3036 | char state[16]; | ^~~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/net/ieee802154/socket.c:12: /kisskb/src/net/ieee802154/socket.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/socket.c: In function 'dgram_setsockopt': /kisskb/src/net/ieee802154/socket.c:878:6: note: byref variable will be forcibly initialized 878 | int val; | ^~~ In file included from /kisskb/src/net/ieee802154/socket.c:28: /kisskb/src/net/ieee802154/socket.c: In function 'ieee802154_hdr_length': /kisskb/src/include/net/ieee802154_netdev.h:129:24: note: byref variable will be forcibly initialized 129 | struct ieee802154_hdr hdr; | ^~~ /kisskb/src/net/llc/llc_conn.c: In function 'llc_conn_resend_i_pdu_as_cmd': /kisskb/src/net/llc/llc_conn.c:214:6: note: byref variable will be forcibly initialized 214 | u16 nbr_unack_pdus; | ^~~~~~~~~~~~~~ /kisskb/src/net/llc/llc_conn.c: In function 'llc_conn_resend_i_pdu_as_rsp': /kisskb/src/net/llc/llc_conn.c:256:6: note: byref variable will be forcibly initialized 256 | u16 nbr_unack_pdus; | ^~~~~~~~~~~~~~ /kisskb/src/net/ieee802154/socket.c: In function 'ieee802154_dev_ioctl': /kisskb/src/net/ieee802154/socket.c:127:15: note: byref variable will be forcibly initialized 127 | struct ifreq ifr; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/cdns-dsi.c: In function 'cdns_dsi_bridge_mode_valid': /kisskb/src/drivers/gpu/drm/bridge/cdns-dsi.c:672:22: note: byref variable will be forcibly initialized 672 | struct cdns_dsi_cfg dsi_cfg; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/cdns-dsi.c: In function 'cdns_dsi_transfer': /kisskb/src/drivers/gpu/drm/bridge/cdns-dsi.c:1028:25: note: byref variable will be forcibly initialized 1028 | struct mipi_dsi_packet packet; | ^~~~~~ /kisskb/src/net/llc/llc_conn.c: In function 'llc_conn_handler': /kisskb/src/net/llc/llc_conn.c:771:25: note: byref variable will be forcibly initialized 771 | struct llc_addr saddr, daddr; | ^~~~~ /kisskb/src/net/llc/llc_conn.c:771:18: note: byref variable will be forcibly initialized 771 | struct llc_addr saddr, daddr; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/cdns-dsi.c: In function 'cdns_dsi_bridge_enable': /kisskb/src/drivers/gpu/drm/bridge/cdns-dsi.c:788:22: note: byref variable will be forcibly initialized 788 | struct cdns_dsi_cfg dsi_cfg; | ^~~~~~~ In file included from /kisskb/src/net/mac802154/iface.c:23: /kisskb/src/net/mac802154/iface.c: In function 'drv_set_pan_id': /kisskb/src/net/mac802154/driver-ops.h:143:33: note: byref variable will be forcibly initialized 143 | struct ieee802154_hw_addr_filt filt; | ^~~~ /kisskb/src/net/mac802154/iface.c: In function 'drv_set_extended_addr': /kisskb/src/net/mac802154/driver-ops.h:165:33: note: byref variable will be forcibly initialized 165 | struct ieee802154_hw_addr_filt filt; | ^~~~ /kisskb/src/net/mac802154/iface.c: In function 'drv_set_short_addr': /kisskb/src/net/mac802154/driver-ops.h:187:33: note: byref variable will be forcibly initialized 187 | struct ieee802154_hw_addr_filt filt; | ^~~~ /kisskb/src/net/mac802154/iface.c: In function 'mac802154_set_header_security': /kisskb/src/net/mac802154/iface.c:333:33: note: byref variable will be forcibly initialized 333 | struct ieee802154_llsec_params params; | ^~~~~~ /kisskb/src/net/mac802154/iface.c: In function 'ieee802154_header_create': /kisskb/src/net/mac802154/iface.c:367:24: note: byref variable will be forcibly initialized 367 | struct ieee802154_hdr hdr; | ^~~ /kisskb/src/net/mac802154/iface.c: In function 'mac802154_header_create': /kisskb/src/net/mac802154/iface.c:433:24: note: byref variable will be forcibly initialized 433 | struct ieee802154_hdr hdr; | ^~~ /kisskb/src/net/mac802154/iface.c: In function 'mac802154_header_parse': /kisskb/src/net/mac802154/iface.c:481:24: note: byref variable will be forcibly initialized 481 | struct ieee802154_hdr hdr; | ^~~ /kisskb/src/net/mac802154/iface.c: In function 'mac802154_wpan_update_llsec': /kisskb/src/net/mac802154/iface.c:33:34: note: byref variable will be forcibly initialized 33 | struct ieee802154_llsec_params params; | ^~~~~~ /kisskb/src/net/mac802154/iface.c: In function 'ieee802154_setup_sdata': /kisskb/src/net/mac802154/iface.c:560:5: note: byref variable will be forcibly initialized 560 | u8 tmp; | ^~~ /kisskb/src/net/mac802154/iface.c: In function 'mac802154_wpan_mac_addr': /kisskb/src/net/mac802154/iface.c:115:9: note: byref variable will be forcibly initialized 115 | __le64 extended_addr; | ^~~~~~~~~~~~~ /kisskb/src/net/mac802154/iface.c: In function 'ieee802154_if_add': /kisskb/src/net/mac802154/iface.c:617:5: note: byref variable will be forcibly initialized 617 | u8 addr[IEEE802154_EXTENDED_ADDR_LEN]; | ^~~~ /kisskb/src/drivers/gpu/drm/panel/panel-samsung-s6e63m0.c: In function 's6e63m0_set_brightness': /kisskb/src/drivers/gpu/drm/panel/panel-samsung-s6e63m0.c:638:5: note: byref variable will be forcibly initialized 638 | u8 elvss_cmd_set[5]; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-samsung-s6e63m0.c: In function 's6e63m0_check_lcd_type': /kisskb/src/drivers/gpu/drm/panel/panel-samsung-s6e63m0.c:338:15: note: byref variable will be forcibly initialized 338 | u8 id1, id2, id3; | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-samsung-s6e63m0.c:338:10: note: byref variable will be forcibly initialized 338 | u8 id1, id2, id3; | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-samsung-s6e63m0.c:338:5: note: byref variable will be forcibly initialized 338 | u8 id1, id2, id3; | ^~~ /kisskb/src/drivers/gpu/drm/panel/panel-samsung-s6e63m0.c: In function 's6e63m0_probe': /kisskb/src/drivers/gpu/drm/panel/panel-samsung-s6e63m0.c:698:6: note: byref variable will be forcibly initialized 698 | u32 max_brightness; | ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/drivers/mfd/htc-i2cpld.c:15: /kisskb/src/drivers/mfd/htc-i2cpld.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/powerpc/include/asm/io.h:27, 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/drivers/mfd/htc-i2cpld.c:17: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mfd/htc-i2cpld.c: In function 'htcpld_register_chip_i2c': /kisskb/src/drivers/mfd/htc-i2cpld.c:330:24: note: byref variable will be forcibly initialized 330 | struct i2c_board_info info; | ^~~~ /kisskb/src/drivers/mfd/lp87565.c: In function 'lp87565_probe': /kisskb/src/drivers/mfd/lp87565.c:52:15: note: byref variable will be forcibly initialized 52 | unsigned int otpid; | ^~~~~ /kisskb/src/drivers/misc/cardreader/alcor_pci.c: In function 'alcor_pci_aspm_ctrl': /kisskb/src/drivers/misc/cardreader/alcor_pci.c:188:6: note: byref variable will be forcibly initialized 188 | u32 val32; | ^~~~~ /kisskb/src/drivers/misc/cardreader/alcor_pci.c: In function 'alcor_pci_find_cap_offset': /kisskb/src/drivers/misc/cardreader/alcor_pci.c:103:6: note: byref variable will be forcibly initialized 103 | u32 val32; | ^~~~~ /kisskb/src/drivers/misc/cardreader/alcor_pci.c:102:5: note: byref variable will be forcibly initialized 102 | u8 val8; | ^~~~ /kisskb/src/drivers/misc/cardreader/alcor_pci.c: In function 'alcor_pci_init_check_aspm': /kisskb/src/drivers/misc/cardreader/alcor_pci.c:139:6: note: byref variable will be forcibly initialized 139 | u32 val32; | ^~~~~ /kisskb/src/drivers/misc/cardreader/rtsx_usb.c: In function 'rtsx_usb_reset_chip': /kisskb/src/drivers/misc/cardreader/rtsx_usb.c:515:5: note: byref variable will be forcibly initialized 515 | u8 val; | ^~~ /kisskb/src/drivers/misc/cardreader/rtsx_usb.c: In function 'rtsx_usb_card_exclusive_check': /kisskb/src/drivers/misc/cardreader/rtsx_usb.c:492:6: note: byref variable will be forcibly initialized 492 | u16 cd_mask[] = { | ^~~~~~~ /kisskb/src/drivers/misc/cardreader/rtsx_usb.c:491:6: note: byref variable will be forcibly initialized 491 | u16 val; | ^~~ /kisskb/src/drivers/misc/cardreader/rtsx_usb.c: In function 'rtsx_usb_init_chip': /kisskb/src/drivers/misc/cardreader/rtsx_usb.c:570:5: note: byref variable will be forcibly initialized 570 | u8 val; | ^~~ /kisskb/src/drivers/misc/cardreader/rtsx_usb.c: In function 'rtsx_usb_suspend': /kisskb/src/drivers/misc/cardreader/rtsx_usb.c:693:6: note: byref variable will be forcibly initialized 693 | u16 val = 0; | ^~~ /kisskb/src/net/vmw_vsock/virtio_transport.c: In function 'virtio_vsock_update_guest_cid': /kisskb/src/net/vmw_vsock/virtio_transport.c:373:9: note: byref variable will be forcibly initialized 373 | __le64 guest_cid; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/net/vmw_vsock/virtio_transport.c:12: /kisskb/src/net/vmw_vsock/virtio_transport.c: In function 'virtio_transport_cancel_pkt': /kisskb/src/net/vmw_vsock/virtio_transport.c:205:12: note: byref variable will be forcibly initialized 205 | LIST_HEAD(freeme); | ^~~~~~ /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/net/vmw_vsock/virtio_transport.c: In function 'virtio_transport_send_pkt_work': /kisskb/src/net/vmw_vsock/virtio_transport.c:104:33: note: byref variable will be forcibly initialized 104 | struct scatterlist hdr, buf, *sgs[2]; | ^~~ /kisskb/src/net/vmw_vsock/virtio_transport.c:104:27: note: byref variable will be forcibly initialized 104 | struct scatterlist hdr, buf, *sgs[2]; | ^~~ /kisskb/src/net/vmw_vsock/virtio_transport.c:104:22: note: byref variable will be forcibly initialized 104 | struct scatterlist hdr, buf, *sgs[2]; | ^~~ /kisskb/src/net/vmw_vsock/virtio_transport.c: In function 'virtio_vsock_rx_fill': /kisskb/src/net/vmw_vsock/virtio_transport.c:250:32: note: byref variable will be forcibly initialized 250 | struct scatterlist hdr, buf, *sgs[2]; | ^~~ /kisskb/src/net/vmw_vsock/virtio_transport.c:250:26: note: byref variable will be forcibly initialized 250 | struct scatterlist hdr, buf, *sgs[2]; | ^~~ /kisskb/src/net/vmw_vsock/virtio_transport.c:250:21: note: byref variable will be forcibly initialized 250 | struct scatterlist hdr, buf, *sgs[2]; | ^~~ /kisskb/src/net/vmw_vsock/virtio_transport.c: In function 'virtio_transport_tx_work': /kisskb/src/net/vmw_vsock/virtio_transport.c:302:16: note: byref variable will be forcibly initialized 302 | unsigned int len; | ^~~ /kisskb/src/net/vmw_vsock/virtio_transport.c: In function 'virtio_vsock_event_fill_one': /kisskb/src/net/vmw_vsock/virtio_transport.c:334:21: note: byref variable will be forcibly initialized 334 | struct scatterlist sg; | ^~ /kisskb/src/net/vmw_vsock/virtio_transport.c: In function 'virtio_transport_event_work': /kisskb/src/net/vmw_vsock/virtio_transport.c:407:16: note: byref variable will be forcibly initialized 407 | unsigned int len; | ^~~ /kisskb/src/net/vmw_vsock/virtio_transport.c: In function 'virtio_transport_rx_work': /kisskb/src/net/vmw_vsock/virtio_transport.c:531:17: note: byref variable will be forcibly initialized 531 | unsigned int len; | ^~~ /kisskb/src/net/vmw_vsock/virtio_transport.c: In function 'virtio_vsock_probe': /kisskb/src/net/vmw_vsock/virtio_transport.c:569:17: note: byref variable will be forcibly initialized 569 | vq_callback_t *callbacks[] = { | ^~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/vsock_virtio_transport_common.h:148, from /kisskb/src/net/vmw_vsock/virtio_transport_common.c:21: /kisskb/src/net/vmw_vsock/virtio_transport_common.c: In function 'trace_event_raw_event_virtio_transport_alloc_pkt': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vsock_virtio_transport_common.h:39:1: note: in expansion of macro 'TRACE_EVENT' 39 | TRACE_EVENT(virtio_transport_alloc_pkt, | ^~~~~~~~~~~ /kisskb/src/net/vmw_vsock/virtio_transport_common.c: In function 'trace_event_raw_event_virtio_transport_recv_pkt': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/vsock_virtio_transport_common.h:85:1: note: in expansion of macro 'TRACE_EVENT' 85 | TRACE_EVENT(virtio_transport_recv_pkt, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/net/x25/af_x25.c:42: /kisskb/src/net/x25/af_x25.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/x25/af_x25.c: In function 'x25_setsockopt': /kisskb/src/net/x25/af_x25.c:426:6: note: byref variable will be forcibly initialized 426 | int opt; | ^~~ /kisskb/src/net/x25/af_x25.c: In function 'x25_recvmsg': /kisskb/src/net/x25/af_x25.c:1276:6: note: byref variable will be forcibly initialized 1276 | int rc = -ENOTCONN; | ^~ /kisskb/src/net/x25/af_x25.c: In function 'x25_sendmsg': /kisskb/src/net/x25/af_x25.c:1102:16: note: byref variable will be forcibly initialized 1102 | int qbit = 0, rc = -EINVAL; | ^~ /kisskb/src/net/x25/af_x25.c:1097:22: note: byref variable will be forcibly initialized 1097 | struct sockaddr_x25 sx25; | ^~~~ /kisskb/src/net/x25/af_x25.c: In function 'x25_getsockopt': /kisskb/src/net/x25/af_x25.c:454:6: note: byref variable will be forcibly initialized 454 | int val, len, rc = -ENOPROTOOPT; | ^~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/net/vmw_vsock/virtio_transport_common.c:10: /kisskb/src/net/vmw_vsock/virtio_transport_common.c: In function 'virtio_transport_wait_close': /kisskb/src/net/vmw_vsock/virtio_transport_common.c:880:20: note: byref variable will be forcibly initialized 880 | DEFINE_WAIT_FUNC(wait, woken_wake_function); | ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/net/x25/af_x25.c: In function 'x25_ioctl': /kisskb/src/net/x25/af_x25.c:1559:22: note: byref variable will be forcibly initialized 1559 | struct x25_subaddr sub_addr; | ^~~~~~~~ /kisskb/src/net/x25/af_x25.c:1546:24: note: byref variable will be forcibly initialized 1546 | struct x25_causediag causediag; | ^~~~~~~~~ /kisskb/src/net/x25/af_x25.c:1522:27: note: byref variable will be forcibly initialized 1522 | struct x25_calluserdata calluserdata; | ^~~~~~~~~~~~ /kisskb/src/net/x25/af_x25.c:1492:29: note: byref variable will be forcibly initialized 1492 | struct x25_dte_facilities dtefacs; | ^~~~~~~ /kisskb/src/net/x25/af_x25.c:1439:25: note: byref variable will be forcibly initialized 1439 | struct x25_facilities facilities; | ^~~~~~~~~~ /kisskb/src/net/vmw_vsock/virtio_transport_common.c: In function 'virtio_transport_recv_pkt': /kisskb/src/net/vmw_vsock/virtio_transport_common.c:1245:26: note: byref variable will be forcibly initialized 1245 | struct sockaddr_vm src, dst; | ^~~ /kisskb/src/net/vmw_vsock/virtio_transport_common.c:1245:21: note: byref variable will be forcibly initialized 1245 | struct sockaddr_vm src, dst; | ^~~ /kisskb/src/net/x25/af_x25.c: In function 'x25_rx_call_request': /kisskb/src/net/x25/af_x25.c:937:28: note: byref variable will be forcibly initialized 937 | struct x25_dte_facilities dte_facilities; | ^~~~~~~~~~~~~~ /kisskb/src/net/x25/af_x25.c:936:24: note: byref variable will be forcibly initialized 936 | struct x25_facilities facilities; | ^~~~~~~~~~ /kisskb/src/net/x25/af_x25.c:935:34: note: byref variable will be forcibly initialized 935 | struct x25_address source_addr, dest_addr; | ^~~~~~~~~ /kisskb/src/net/x25/af_x25.c:935:21: note: byref variable will be forcibly initialized 935 | struct x25_address source_addr, dest_addr; | ^~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/mmu/mmu.c: In function 'hl_mmu_va_to_pa': /kisskb/src/drivers/misc/habanalabs/common/mmu/mmu.c:542:25: note: byref variable will be forcibly initialized 542 | struct hl_mmu_hop_info hops; | ^~~~ /kisskb/src/drivers/misc/cxl/main.c: In function 'cxl_slbia_core': /kisskb/src/drivers/misc/cxl/main.c:80:19: note: byref variable will be forcibly initialized 80 | int card, slice, id; | ^~ /kisskb/src/drivers/misc/cxl/main.c:80:6: note: byref variable will be forcibly initialized 80 | int card, slice, id; | ^~~~ /kisskb/src/drivers/nfc/nfcsim.c: In function 'nfcsim_send': /kisskb/src/drivers/nfc/nfcsim.c:205:5: note: byref variable will be forcibly initialized 205 | u8 delay; | ^~~~~ 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/nfc/nfcsim.c:7: /kisskb/src/drivers/nfc/nfcsim.c: In function 'nfcsim_link_recv_skb': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nfc/nfcsim.c:133:7: note: in expansion of macro 'wait_event_interruptible_timeout' 133 | rc = wait_event_interruptible_timeout(link->recv_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nfc/nfcsim.c: In function 'nfcsim_debugfs_init_dev': /kisskb/src/drivers/nfc/nfcsim.c:353:7: note: byref variable will be forcibly initialized 353 | char devname[5]; /* nfcX\0 */ | ^~~~~~~ /kisskb/src/drivers/nfc/pn533/pn533.c: In function 'pn533_send_cmd_sync': /kisskb/src/drivers/nfc/pn533/pn533.c:620:33: note: byref variable will be forcibly initialized 620 | struct pn533_sync_cmd_response arg; | ^~~ /kisskb/src/drivers/nfc/pn533/pn533.c: In function 'pn533_setup': /kisskb/src/drivers/nfc/pn533/pn533.c:2641:5: note: byref variable will be forcibly initialized 2641 | u8 pasori_cfg[3] = {0x08, 0x01, 0x08}; | ^~~~~~~~~~ /kisskb/src/drivers/nfc/pn533/pn533.c:2640:29: note: byref variable will be forcibly initialized 2640 | struct pn533_config_timing timing; | ^~~~~~ /kisskb/src/drivers/nfc/pn533/pn533.c:2639:34: note: byref variable will be forcibly initialized 2639 | struct pn533_config_max_retries max_retries; | ^~~~~~~~~~~ /kisskb/src/drivers/nfc/pn533/pn533.c: In function 'pn533_finalize_setup': /kisskb/src/drivers/nfc/pn533/pn533.c:2711:26: note: byref variable will be forcibly initialized 2711 | struct pn533_fw_version fw_ver; | ^~~~~~ /kisskb/src/drivers/nfc/pn533/pn533.c: In function 'pn533_rf_field': /kisskb/src/drivers/nfc/pn533/pn533.c:2555:5: note: byref variable will be forcibly initialized 2555 | u8 rf_field = !!rf; | ^~~~~~~~ /kisskb/src/drivers/nfc/pn533/pn533.c: In function 'pn533_target_found': /kisskb/src/drivers/nfc/pn533/pn533.c:895:20: note: byref variable will be forcibly initialized 895 | struct nfc_target nfc_tgt; | ^~~~~~~ /kisskb/src/drivers/nfc/pn533/pn533.c: In function 'pn533_autopoll_complete': /kisskb/src/drivers/nfc/pn533/pn533.c:1399:20: note: byref variable will be forcibly initialized 1399 | struct nfc_target nfc_tgt; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/display-connector.c: In function 'display_connector_probe': /kisskb/src/drivers/gpu/drm/bridge/display-connector.c:142:15: note: byref variable will be forcibly initialized 142 | const char *hdmi_type; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/display-connector.c:110:14: note: byref variable will be forcibly initialized 110 | const char *label; | ^~~~~ /kisskb/src/drivers/nfc/pn533/pn533.c: In function 'pn533_poll_dep': /kisskb/src/drivers/nfc/pn533/pn533.c:1345:5: note: byref variable will be forcibly initialized 1345 | u8 passive_data[PASSIVE_DATA_LEN] = {0x00, 0xff, 0xff, 0x00, 0x3}; | ^~~~~~~~~~~~ /kisskb/src/drivers/nfc/pn533/pn533.c:1344:12: note: byref variable will be forcibly initialized 1344 | u8 *next, nfcid3[NFC_NFCID3_MAXSIZE]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-sharp-lq101r1sx01.c: In function 'sharp_panel_write': /kisskb/src/drivers/gpu/drm/panel/panel-sharp-lq101r1sx01.c:50:5: note: byref variable will be forcibly initialized 50 | u8 payload[3] = { offset >> 8, offset & 0xff, value }; | ^~~~~~~ In file included from /kisskb/src/include/linux/string.h:5, from /kisskb/src/arch/powerpc/include/asm/paca.h:15, from /kisskb/src/arch/powerpc/include/asm/current.h:13, from /kisskb/src/include/linux/sched.h:12, from /kisskb/src/drivers/gpu/drm/ttm/ttm_tt.c:34: /kisskb/src/drivers/gpu/drm/ttm/ttm_tt.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:756:6: note: in expansion of macro 'unlikely' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:756:15: note: in expansion of macro 'check_mul_overflow' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:756:6: note: in expansion of macro 'unlikely' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:756:15: note: in expansion of macro 'check_mul_overflow' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, 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/include/linux/cgroup.h:26, from /kisskb/src/include/linux/memcontrol.h:13, from /kisskb/src/include/linux/swap.h:9, from /kisskb/src/include/linux/shmem_fs.h:6, from /kisskb/src/drivers/gpu/drm/ttm/ttm_tt.c:35: /kisskb/src/include/linux/slab.h:754:9: note: byref variable will be forcibly initialized 754 | size_t bytes; | ^~~~~ /kisskb/src/drivers/nfc/pn533/pn533.c: In function 'pn533_alloc_poll_tg_frame': /kisskb/src/drivers/nfc/pn533/pn533.c:1028:5: note: byref variable will be forcibly initialized 1028 | u8 mifare_params[6] = {0x1, 0x1, /* SENS_RES */ | ^~~~~~~~~~~~~ /kisskb/src/drivers/nfc/pn533/pn533.c:1023:5: note: byref variable will be forcibly initialized 1023 | u8 felica_params[18] = {0x1, 0xfe, /* DEP */ | ^~~~~~~~~~~~~ /kisskb/src/drivers/nfc/pn533/pn533.c: In function 'pn533_dep_link_up': /kisskb/src/drivers/nfc/pn533/pn533.c:1963:5: note: byref variable will be forcibly initialized 1963 | u8 passive_data[PASSIVE_DATA_LEN] = {0x00, 0xff, 0xff, 0x00, 0x3}; | ^~~~~~~~~~~~ /kisskb/src/drivers/nfc/pn533/pn533.c:1962:18: note: byref variable will be forcibly initialized 1962 | u8 *next, *arg, nfcid3[NFC_NFCID3_MAXSIZE]; | ^~~~~~ /kisskb/src/drivers/nfc/pn533/pn533.c: In function 'pn533_start_poll': /kisskb/src/drivers/nfc/pn533/pn533.c:1632:5: note: byref variable will be forcibly initialized 1632 | u8 rand_mod; | ^~~~~~~~ /kisskb/src/drivers/nfc/pn533/pn533.c: In function 'pn533_poll_dep_complete': /kisskb/src/drivers/nfc/pn533/pn533.c:1291:20: note: byref variable will be forcibly initialized 1291 | struct nfc_target nfc_target; | ^~~~~~~~~~ /kisskb/src/drivers/nfc/pn533/pn533.c: In function 'pn533_in_dep_link_up_complete': /kisskb/src/drivers/nfc/pn533/pn533.c:1925:21: note: byref variable will be forcibly initialized 1925 | struct nfc_target nfc_target; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/panel/panel-visionox-rm69299.c: In function 'visionox_rm69299_prepare': /kisskb/src/drivers/gpu/drm/panel/panel-visionox-rm69299.c:119:51: note: byref variable will be forcibly initialized 119 | ret = mipi_dsi_dcs_write_buffer(ctx->dsi, (u8[]) { 0x51, 0xff }, 2); | ^ /kisskb/src/drivers/gpu/drm/panel/panel-visionox-rm69299.c:113:51: note: byref variable will be forcibly initialized 113 | ret = mipi_dsi_dcs_write_buffer(ctx->dsi, (u8[]) { 0x35, 0x00 }, 2); | ^ /kisskb/src/drivers/gpu/drm/panel/panel-visionox-rm69299.c:107:51: note: byref variable will be forcibly initialized 107 | ret = mipi_dsi_dcs_write_buffer(ctx->dsi, (u8[]) { 0xc2, 0x08 }, 2); | ^ /kisskb/src/drivers/gpu/drm/panel/panel-visionox-rm69299.c:101:51: note: byref variable will be forcibly initialized 101 | ret = mipi_dsi_dcs_write_buffer(ctx->dsi, (u8[]) { 0xfe, 0x00 }, 2); | ^ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:131, from /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c:60: /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function 'trace_event_raw_event_drm_sched_job': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:35:1: note: in expansion of macro 'TRACE_EVENT' 35 | TRACE_EVENT(drm_sched_job, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function 'trace_event_raw_event_drm_run_job': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:62:1: note: in expansion of macro 'TRACE_EVENT' 62 | TRACE_EVENT(drm_run_job, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function 'trace_event_raw_event_drm_sched_process_job': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:89:1: note: in expansion of macro 'TRACE_EVENT' 89 | TRACE_EVENT(drm_sched_process_job, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function 'trace_event_raw_event_drm_sched_job_wait_dep': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/scheduler/gpu_scheduler_trace.h:102:1: note: in expansion of macro 'TRACE_EVENT' 102 | TRACE_EVENT(drm_sched_job_wait_dep, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function 'drm_sched_job_add_dependency': /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c:652:6: note: byref variable will be forcibly initialized 652 | u32 id = 0; | ^~ /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c:651:16: note: byref variable will be forcibly initialized 651 | unsigned long index; | ^~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function 'drm_sched_job_add_implicit_dependencies': /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c:702:23: note: byref variable will be forcibly initialized 702 | struct dma_resv_iter cursor; | ^~~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function 'drm_sched_job_cleanup': /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c:736:16: note: byref variable will be forcibly initialized 736 | unsigned long index; | ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c:47: /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c: In function 'drm_sched_main': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_main.c:924:3: note: in expansion of macro 'wait_event_interruptible' 924 | wait_event_interruptible(sched->wake_up_worker, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/ti_am335x_tscadc.c: In function 'am335x_tscadc_need_adc': /kisskb/src/drivers/mfd/ti_am335x_tscadc.c:47:6: note: byref variable will be forcibly initialized 47 | u32 reg; | ^~~ /kisskb/src/drivers/mfd/ti_am335x_tscadc.c: In function 'tscadc_suspend': /kisskb/src/drivers/mfd/ti_am335x_tscadc.c:327:7: note: byref variable will be forcibly initialized 327 | u32 ctrl; | ^~~~ /kisskb/src/drivers/mfd/ti_am335x_tscadc.c: In function 'ti_tscadc_probe': /kisskb/src/drivers/mfd/ti_am335x_tscadc.c:128:6: note: byref variable will be forcibly initialized 128 | int readouts = 0, mag_tracks = 0; | ^~~~~~~~ /kisskb/src/drivers/mfd/ti_am335x_tscadc.c:127:6: note: byref variable will be forcibly initialized 127 | int tscmag_wires = 0, adc_channels = 0, cell_idx = 0, total_channels; | ^~~~~~~~~~~~ /kisskb/src/drivers/mfd/ti_am335x_tscadc.c:125:6: note: byref variable will be forcibly initialized 125 | u32 val; | ^~~ /kisskb/src/drivers/mfd/ti_am335x_tscadc.c:117:24: note: byref variable will be forcibly initialized 117 | struct ti_tscadc_dev *tscadc; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611.c: In function 'lt9611_read_edid': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611.c:599:15: note: byref variable will be forcibly initialized 599 | unsigned int temp; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611.c: In function 'lt9611_bridge_detect': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611.c:925:15: note: byref variable will be forcibly initialized 925 | unsigned int reg_val = 0; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611.c: In function 'lt9611_read_video_check': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611.c:292:21: note: byref variable will be forcibly initialized 292 | unsigned int temp, temp2; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611.c:292:15: note: byref variable will be forcibly initialized 292 | unsigned int temp, temp2; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611.c: In function 'lt9611_connector_detect': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611.c:585:15: note: byref variable will be forcibly initialized 585 | unsigned int reg_val = 0; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611.c: In function 'lt9611_enable_hpd_interrupts': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611.c:432:15: note: byref variable will be forcibly initialized 432 | unsigned int val; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611.c: In function 'lt9611_read_device_rev': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611.c:1004:15: note: byref variable will be forcibly initialized 1004 | unsigned int rev; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611.c: In function 'lt9611_irq_thread_handler': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611.c:394:15: note: byref variable will be forcibly initialized 394 | unsigned int irq_flag3 = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611.c:393:15: note: byref variable will be forcibly initialized 393 | unsigned int irq_flag0 = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611.c: In function 'lt9611_attach_dsi': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611.c:760:36: note: byref variable will be forcibly initialized 760 | const struct mipi_dsi_device_info info = { "lt9611", 0, NULL }; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611.c: In function 'lt9611_bridge_mode_set': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611.c:905:28: note: byref variable will be forcibly initialized 905 | struct hdmi_avi_infoframe avi_frame; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611.c: In function 'lt9611_hdmi_i2s_get_dai_id': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611.c:1063:21: note: byref variable will be forcibly initialized 1063 | struct of_endpoint of_ep; | ^~~~~ /kisskb/src/drivers/mfd/tps6507x.c: In function 'tps6507x_i2c_write_device': /kisskb/src/drivers/mfd/tps6507x.c:70:5: note: byref variable will be forcibly initialized 70 | u8 msg[TPS6507X_MAX_REGISTER + 1]; | ^~~ /kisskb/src/drivers/mfd/tps6507x.c: In function 'tps6507x_i2c_read_device': /kisskb/src/drivers/mfd/tps6507x.c:41:17: note: byref variable will be forcibly initialized 41 | struct i2c_msg xfer[2]; | ^~~~ In file included from /kisskb/src/drivers/mfd/tc3589x.c:12: /kisskb/src/drivers/mfd/tc3589x.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized 427 | unsigned int irq; | ^~~ /kisskb/src/drivers/mfd/tc3589x.c: In function 'tc3589x_probe': /kisskb/src/drivers/mfd/tc3589x.c:361:23: note: byref variable will be forcibly initialized 361 | enum tc3589x_version version; | ^~~~~~~ /kisskb/src/net/mac802154/llsec.c: In function 'llsec_lookup_key': /kisskb/src/net/mac802154/llsec.c:547:25: note: byref variable will be forcibly initialized 547 | struct ieee802154_addr devaddr = *addr; | ^~~~~~~ /kisskb/src/net/mac802154/llsec.c: In function 'llsec_lookup_dev': /kisskb/src/net/mac802154/llsec.c:777:25: note: byref variable will be forcibly initialized 777 | struct ieee802154_addr devaddr = *addr; | ^~~~~~~ /kisskb/src/net/mac802154/llsec.c: In function 'llsec_geniv': /kisskb/src/net/mac802154/llsec.c:600:9: note: byref variable will be forcibly initialized 600 | __be32 frame_counter = (__force __be32) swab32((__force u32) sec->frame_counter); | ^~~~~~~~~~~~~ /kisskb/src/net/mac802154/llsec.c:599:9: note: byref variable will be forcibly initialized 599 | __be64 addr_bytes = (__force __be64) swab64((__force u64) addr); | ^~~~~~~~~~ In file included from /kisskb/src/net/mac802154/llsec.c:16: /kisskb/src/net/mac802154/llsec.c: In function 'llsec_do_encrypt_unauth': /kisskb/src/include/crypto/skcipher.h:127:7: note: byref variable will be forcibly initialized 127 | char __##name##_desc[sizeof(struct skcipher_request) + \ | ^~ /kisskb/src/net/mac802154/llsec.c:617:2: note: in expansion of macro 'SYNC_SKCIPHER_REQUEST_ON_STACK' 617 | SYNC_SKCIPHER_REQUEST_ON_STACK(req, key->tfm0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac802154/llsec.c:616:21: note: byref variable will be forcibly initialized 616 | struct scatterlist src; | ^~~ /kisskb/src/net/mac802154/llsec.c:615:5: note: byref variable will be forcibly initialized 615 | u8 iv[16]; | ^~ /kisskb/src/net/mac802154/llsec.c: In function 'llsec_do_encrypt_auth': /kisskb/src/net/mac802154/llsec.c:655:21: note: byref variable will be forcibly initialized 655 | struct scatterlist sg; | ^~ /kisskb/src/net/mac802154/llsec.c:652:5: note: byref variable will be forcibly initialized 652 | u8 iv[16]; | ^~ In file included from /kisskb/src/net/mac802154/llsec.c:16: /kisskb/src/net/mac802154/llsec.c: In function 'llsec_do_decrypt_unauth': /kisskb/src/include/crypto/skcipher.h:127:7: note: byref variable will be forcibly initialized 127 | char __##name##_desc[sizeof(struct skcipher_request) + \ | ^~ /kisskb/src/net/mac802154/llsec.c:835:2: note: in expansion of macro 'SYNC_SKCIPHER_REQUEST_ON_STACK' 835 | SYNC_SKCIPHER_REQUEST_ON_STACK(req, key->tfm0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac802154/llsec.c:834:21: note: byref variable will be forcibly initialized 834 | struct scatterlist src; | ^~~ /kisskb/src/net/mac802154/llsec.c:831:5: note: byref variable will be forcibly initialized 831 | u8 iv[16]; | ^~ /kisskb/src/net/mac802154/llsec.c: In function 'llsec_do_decrypt_auth': /kisskb/src/net/mac802154/llsec.c:861:21: note: byref variable will be forcibly initialized 861 | struct scatterlist sg; | ^~ /kisskb/src/net/mac802154/llsec.c:858:5: note: byref variable will be forcibly initialized 858 | u8 iv[16]; | ^~ /kisskb/src/net/mac802154/llsec.c: In function 'mac802154_llsec_encrypt': /kisskb/src/net/mac802154/llsec.c:703:24: note: byref variable will be forcibly initialized 703 | struct ieee802154_hdr hdr; | ^~~ /kisskb/src/net/mac802154/llsec.c: In function 'mac802154_llsec_decrypt': /kisskb/src/net/mac802154/llsec.c:981:35: note: byref variable will be forcibly initialized 981 | struct ieee802154_llsec_seclevel seclevel; | ^~~~~~~~ /kisskb/src/net/mac802154/llsec.c:979:33: note: byref variable will be forcibly initialized 979 | struct ieee802154_llsec_key_id key_id; | ^~~~~~ /kisskb/src/net/mac802154/llsec.c:977:24: note: byref variable will be forcibly initialized 977 | struct ieee802154_hdr hdr; | ^~~ In file included from /kisskb/src/drivers/base/component.c:14: /kisskb/src/drivers/base/component.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c: In function 'amdgpu_drv_delayed_reset_work_handler': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c:2063:30: note: byref variable will be forcibly initialized 2063 | struct amdgpu_reset_context reset_context; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c:2060:19: note: byref variable will be forcibly initialized 2060 | struct list_head device_list; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c: In function 'amdgpu_pmops_runtime_idle': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c:2331:34: note: byref variable will be forcibly initialized 2331 | struct drm_connector_list_iter iter; | ^~~~ In file included from /kisskb/src/drivers/base/regmap/regcache.c:12: /kisskb/src/drivers/base/regmap/regcache.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/base/regmap/regcache.c: In function 'regcache_hw_init': /kisskb/src/drivers/base/regmap/regcache.c:31:20: note: byref variable will be forcibly initialized 31 | unsigned int reg, val; | ^~~ /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/base/regmap/regcache.c: In function 'regcache_default_sync': /kisskb/src/drivers/base/regmap/regcache.c:300:16: note: byref variable will be forcibly initialized 300 | unsigned int val; | ^~~ /kisskb/src/drivers/base/regmap/regcache.c: In function 'regcache_sync_block_raw': /kisskb/src/drivers/base/regmap/regcache.c:740:14: note: byref variable will be forcibly initialized 740 | const void *data = NULL; | ^~~~ /kisskb/src/net/x25/x25_facilities.c: In function 'x25_negotiate_facilities': /kisskb/src/net/x25/x25_facilities.c:270:24: note: byref variable will be forcibly initialized 270 | struct x25_facilities theirs; | ^~~~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/net/decnet/af_decnet.c:105: /kisskb/src/net/decnet/af_decnet.c: In function 'sockptr_is_null': /kisskb/src/include/linux/sockptr.h:37:20: note: userspace variable will be forcibly initialized 37 | static inline bool sockptr_is_null(sockptr_t sockptr) | ^~~~~~~~~~~~~~~ /kisskb/src/net/decnet/af_decnet.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/vmw_vsock/diag.c: In function 'vsock_diag_handler_dump': /kisskb/src/net/vmw_vsock/diag.c:150:31: note: byref variable will be forcibly initialized 150 | struct netlink_dump_control c = { | ^ /kisskb/src/net/decnet/af_decnet.c: In function '__dn_setsockopt': /kisskb/src/net/decnet/af_decnet.c:1340:12: note: userspace variable will be forcibly initialized 1340 | static int __dn_setsockopt(struct socket *sock, int level, int optname, | ^~~~~~~~~~~~~~~ /kisskb/src/net/decnet/af_decnet.c:1354:4: note: byref variable will be forcibly initialized 1354 | } u; | ^ /kisskb/src/net/decnet/af_decnet.c:1345:7: note: byref variable will be forcibly initialized 1345 | long timeo; | ^~~~~ /kisskb/src/net/decnet/af_decnet.c: In function '__dn_connect': /kisskb/src/net/decnet/af_decnet.c:903:17: note: byref variable will be forcibly initialized 903 | struct flowidn fld; | ^~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/net/decnet/af_decnet.c:94: /kisskb/src/net/decnet/af_decnet.c: In function 'dn_recvmsg': /kisskb/src/net/decnet/af_decnet.c:1716:20: note: byref variable will be forcibly initialized 1716 | DEFINE_WAIT_FUNC(wait, woken_wake_function); | ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/net/decnet/af_decnet.c:1682:7: note: byref variable will be forcibly initialized 1682 | long timeo = sock_rcvtimeo(sk, flags & MSG_DONTWAIT); | ^~~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c: In function 'ttm_bo_flush_all_fences': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:272:23: note: byref variable will be forcibly initialized 272 | struct dma_resv_iter cursor; | ^~~~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c: In function 'ttm_bo_mem_space_debug': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:56:21: note: byref variable will be forcibly initialized 56 | struct drm_printer p = drm_debug_printer(TTM_PFX); | ^ /kisskb/src/net/decnet/af_decnet.c: In function 'dn_connect': /kisskb/src/net/decnet/af_decnet.c:971:7: note: byref variable will be forcibly initialized 971 | long timeo = sock_sndtimeo(sk, flags & O_NONBLOCK); | ^~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_format_16_native': /kisskb/src/drivers/base/regmap/regmap.c:286:6: note: byref variable will be forcibly initialized 286 | u16 v = val << shift; | ^ /kisskb/src/net/decnet/af_decnet.c: In function '__dn_getsockopt': /kisskb/src/net/decnet/af_decnet.c:1535:15: note: byref variable will be forcibly initialized 1535 | unsigned int val; | ^~~ /kisskb/src/net/decnet/af_decnet.c:1532:21: note: byref variable will be forcibly initialized 1532 | struct linkinfo_dn link; | ^~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_format_32_native': /kisskb/src/drivers/base/regmap/regmap.c:315:6: note: byref variable will be forcibly initialized 315 | u32 v = val << shift; | ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_format_64_native': /kisskb/src/drivers/base/regmap/regmap.c:334:6: note: byref variable will be forcibly initialized 334 | u64 v = (u64) val << shift; | ^ /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/base/regmap/regmap.c: In function 'regmap_parse_16_native': /kisskb/src/drivers/base/regmap/regmap.c:377:6: note: byref variable will be forcibly initialized 377 | u16 v; | ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_parse_32_native': /kisskb/src/drivers/base/regmap/regmap.c:419:6: note: byref variable will be forcibly initialized 419 | u32 v; | ^ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c: In function 'ttm_bo_delayed_delete': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:366:19: note: byref variable will be forcibly initialized 366 | struct list_head removed; | ^~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_parse_64_native': /kisskb/src/drivers/base/regmap/regmap.c:452:6: note: byref variable will be forcibly initialized 452 | u64 v; | ^ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c: In function 'ttm_bo_evict': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:524:19: note: byref variable will be forcibly initialized 524 | struct ttm_place hop; | ^~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:523:23: note: byref variable will be forcibly initialized 523 | struct ttm_placement placement; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:522:23: note: byref variable will be forcibly initialized 522 | struct ttm_resource *evict_mem; | ^~~~~~~~~ /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/drivers/nfc/port100.c: In function 'port100_send_cmd_sync': /kisskb/src/drivers/nfc/port100.c:915:35: note: byref variable will be forcibly initialized 915 | struct port100_sync_cmd_response arg; | ^~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c: In function 'ttm_mem_evict_first': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:683:9: note: byref variable will be forcibly initialized 683 | bool busy; | ^~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:676:7: note: byref variable will be forcibly initialized 676 | bool locked = false; | ^~~~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c: In function 'ttm_bo_bounce_temp_buffer': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:499:23: note: byref variable will be forcibly initialized 499 | struct ttm_resource *hop_mem; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:498:23: note: byref variable will be forcibly initialized 498 | struct ttm_placement hop_placement; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c: In function 'ttm_bo_move_buffer': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:888:19: note: byref variable will be forcibly initialized 888 | struct ttm_place hop; | ^~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:887:23: note: byref variable will be forcibly initialized 887 | struct ttm_resource *mem; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/base/regmap/trace.h:257, from /kisskb/src/drivers/base/regmap/regmap.c:23: /kisskb/src/drivers/base/regmap/regmap.c: In function 'trace_event_raw_event_regmap_reg': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 16 | DECLARE_EVENT_CLASS(regmap_reg, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:16:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 16 | DECLARE_EVENT_CLASS(regmap_reg, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'trace_event_raw_event_regmap_block': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:67:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 67 | DECLARE_EVENT_CLASS(regmap_block, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:67:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 67 | DECLARE_EVENT_CLASS(regmap_block, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c: In function 'ttm_bo_swapout': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:1135:20: note: byref variable will be forcibly initialized 1135 | struct ttm_place hop; | ^~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:1134:24: note: byref variable will be forcibly initialized 1134 | struct ttm_resource *evict_mem; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:1133:28: note: byref variable will be forcibly initialized 1133 | struct ttm_operation_ctx ctx = { false, false }; | ^~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:1096:7: note: byref variable will be forcibly initialized 1096 | bool locked; | ^~~~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo.c:1095:19: note: byref variable will be forcibly initialized 1095 | struct ttm_place place; | ^~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'trace_event_raw_event_regcache_sync': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:118:1: note: in expansion of macro 'TRACE_EVENT' 118 | TRACE_EVENT(regcache_sync, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:118:1: note: in expansion of macro 'TRACE_EVENT' 118 | TRACE_EVENT(regcache_sync, | ^~~~~~~~~~~ /kisskb/src/net/decnet/af_decnet.c: In function 'dn_accept': /kisskb/src/net/decnet/af_decnet.c:1072:7: note: byref variable will be forcibly initialized 1072 | long timeo = sock_rcvtimeo(sk, flags & O_NONBLOCK); | ^~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'trace_event_raw_event_regmap_bool': /kisskb/src/net/decnet/af_decnet.c:1071:16: note: byref variable will be forcibly initialized 1071 | unsigned char type; | ^~~~ /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:141:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 141 | DECLARE_EVENT_CLASS(regmap_bool, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:141:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 141 | DECLARE_EVENT_CLASS(regmap_bool, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/mmu/mmu_v1.c: In function '_hl_mmu_v1_map': /kisskb/src/drivers/misc/habanalabs/common/mmu/mmu_v1.c:674:3: note: byref variable will be forcibly initialized 674 | hop4_new = false, is_huge; | ^~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/mmu/mmu_v1.c:673:43: note: byref variable will be forcibly initialized 673 | bool hop1_new = false, hop2_new = false, hop3_new = false, | ^~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/mmu/mmu_v1.c:673:25: note: byref variable will be forcibly initialized 673 | bool hop1_new = false, hop2_new = false, hop3_new = false, | ^~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/mmu/mmu_v1.c:673:7: note: byref variable will be forcibly initialized 673 | bool hop1_new = false, hop2_new = false, hop3_new = false, | ^~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'trace_event_raw_event_regmap_async': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:177:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 177 | DECLARE_EVENT_CLASS(regmap_async, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:177:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 177 | DECLARE_EVENT_CLASS(regmap_async, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'trace_event_raw_event_regcache_drop_region': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:225:1: note: in expansion of macro 'TRACE_EVENT' 225 | TRACE_EVENT(regcache_drop_region, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/./trace.h:225:1: note: in expansion of macro 'TRACE_EVENT' 225 | TRACE_EVENT(regcache_drop_region, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/net/decnet/af_decnet.c:94: /kisskb/src/net/decnet/af_decnet.c: In function 'dn_sendmsg': /kisskb/src/net/decnet/af_decnet.c:1997:21: note: byref variable will be forcibly initialized 1997 | DEFINE_WAIT_FUNC(wait, woken_wake_function); | ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/net/decnet/af_decnet.c:1921:7: note: byref variable will be forcibly initialized 1921 | long timeo; | ^~~~~ /kisskb/src/net/decnet/af_decnet.c:1913:6: note: byref variable will be forcibly initialized 1913 | int err = 0; | ^~~ In file included from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/skbuff.h:13, from /kisskb/src/include/linux/if_ether.h:19, from /kisskb/src/drivers/misc/habanalabs/common/mmu/../../include/common/cpucp_if.h:12, from /kisskb/src/drivers/misc/habanalabs/common/mmu/../habanalabs.h:11, from /kisskb/src/drivers/misc/habanalabs/common/mmu/mmu_v1.c:8: /kisskb/src/drivers/misc/habanalabs/common/mmu/mmu_v1.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:756:6: note: in expansion of macro 'unlikely' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:756:15: note: in expansion of macro 'check_mul_overflow' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:756:6: note: in expansion of macro 'unlikely' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:756:15: note: in expansion of macro 'check_mul_overflow' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/if_ether.h:19, from /kisskb/src/drivers/misc/habanalabs/common/mmu/../../include/common/cpucp_if.h:12, from /kisskb/src/drivers/misc/habanalabs/common/mmu/../habanalabs.h:11, from /kisskb/src/drivers/misc/habanalabs/common/mmu/mmu_v1.c:8: /kisskb/src/include/linux/slab.h:754:9: note: byref variable will be forcibly initialized 754 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/irq.h:21, 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/include/linux/cgroup.h:26, from /kisskb/src/include/linux/memcontrol.h:13, from /kisskb/src/include/linux/swap.h:9, from /kisskb/src/include/linux/suspend.h:5, from /kisskb/src/include/linux/regulator/consumer.h:35, from /kisskb/src/drivers/gpu/drm/bridge/lvds-codec.c:13: /kisskb/src/drivers/gpu/drm/bridge/lvds-codec.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/lvds-codec.c: In function 'lvds_codec_probe': /kisskb/src/drivers/gpu/drm/bridge/lvds-codec.c:121:14: note: byref variable will be forcibly initialized 121 | const char *mapping; | ^~~~~~~ In file included from /kisskb/src/drivers/base/regmap/regmap.c:10: /kisskb/src/drivers/base/regmap/regmap.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/dev_printk.h:14, 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 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/base/regmap/regmap.c:9: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/base/regmap/regmap.c:9: /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_async_complete': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c:3206:2: note: in expansion of macro 'wait_event' 3206 | wait_event(map->async_waitq, regmap_async_is_done(map)); | ^~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_cached': /kisskb/src/drivers/base/regmap/regmap.c:107:15: note: byref variable will be forcibly initialized 107 | unsigned int val; | ^~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_field_read': /kisskb/src/drivers/base/regmap/regmap.c:2934:15: note: byref variable will be forcibly initialized 2934 | unsigned int reg_val; | ^~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_fields_read': /kisskb/src/drivers/base/regmap/regmap.c:2961:15: note: byref variable will be forcibly initialized 2961 | unsigned int reg_val; | ^~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_test_bits': /kisskb/src/drivers/base/regmap/regmap.c:3144:15: note: byref variable will be forcibly initialized 3144 | unsigned int val, ret; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c: In function 'lt9611uxc_firmware_write_page': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:704:22: note: byref variable will be forcibly initialized 704 | struct reg_sequence seq_write_addr[] = { | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:694:22: note: byref variable will be forcibly initialized 694 | struct reg_sequence seq_write_prepare[] = { | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c: In function 'lt9611uxc_firmware_read_page': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:724:22: note: byref variable will be forcibly initialized 724 | struct reg_sequence seq_read_page[] = { | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c: In function 'lt9611uxc_firmware_read': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:741:22: note: byref variable will be forcibly initialized 741 | struct reg_sequence seq_read_setup[] = { | ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function '_regmap_update_bits': /kisskb/src/drivers/base/regmap/regmap.c:3062:20: note: byref variable will be forcibly initialized 3062 | unsigned int tmp, orig; | ^~~~ /kisskb/src/drivers/base/regmap/regmap.c: In function '_regmap_select_page': /kisskb/src/drivers/base/regmap/regmap.c:1601:7: note: byref variable will be forcibly initialized 1601 | bool page_chg; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c: In function 'lt9611uxc_firmware_update': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:814:8: note: byref variable will be forcibly initialized 814 | char buf[LT9611UXC_FW_PAGE_SIZE]; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:780:22: note: byref variable will be forcibly initialized 780 | struct reg_sequence seq_block_erase[] = { | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:771:22: note: byref variable will be forcibly initialized 771 | struct reg_sequence seq_setup[] = { | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:769:25: note: byref variable will be forcibly initialized 769 | const struct firmware *fw; | ^~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/firmware.h:7, from /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:7: /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c: In function 'lt9611uxc_wait_for_edid': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:497:9: note: in expansion of macro 'wait_event_interruptible_timeout' 497 | return wait_event_interruptible_timeout(lt9611uxc->wq, lt9611uxc->edid_read, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/limits.h:6, from /kisskb/src/include/linux/kernel.h:7, from /kisskb/src/net/phonet/pn_dev.c:13: /kisskb/src/net/phonet/pn_dev.c: In function 'phonet_route_autodel': /kisskb/src/net/phonet/pn_dev.c:256:17: note: byref variable will be forcibly initialized 256 | DECLARE_BITMAP(deleted, 64); | ^~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c: In function 'lt9611uxc_bridge_detect': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:473:15: note: byref variable will be forcibly initialized 473 | unsigned int reg_val = 0; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c: In function 'lt9611uxc_read_device_rev': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:589:27: note: byref variable will be forcibly initialized 589 | unsigned int rev0, rev1, rev2; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:589:21: note: byref variable will be forcibly initialized 589 | unsigned int rev0, rev1, rev2; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:589:15: note: byref variable will be forcibly initialized 589 | unsigned int rev0, rev1, rev2; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c: In function 'lt9611uxc_read_version': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:609:15: note: byref variable will be forcibly initialized 609 | unsigned int rev; | ^~~ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_raw_read': /kisskb/src/drivers/base/regmap/regmap.c:2789:15: note: byref variable will be forcibly initialized 2789 | unsigned int v; | ^ /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_bulk_read': /kisskb/src/drivers/base/regmap/regmap.c:3021:17: note: byref variable will be forcibly initialized 3021 | unsigned int ival; | ^~~~ /kisskb/src/net/phonet/pn_dev.c: In function 'phonet_device_autoconf': /kisskb/src/net/phonet/pn_dev.c:232:23: note: byref variable will be forcibly initialized 232 | struct if_phonet_req req; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c: In function 'lt9611uxc_attach_dsi': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:258:36: note: byref variable will be forcibly initialized 258 | const struct mipi_dsi_device_info info = { "lt9611uxc", 0, NULL }; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c: In function 'lt9611uxc_irq_thread_handler': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:141:15: note: byref variable will be forcibly initialized 141 | unsigned int hpd_status = 0; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:140:15: note: byref variable will be forcibly initialized 140 | unsigned int irq_status = 0; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c: In function 'lt9611uxc_hdmi_i2s_get_dai_id': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:643:21: note: byref variable will be forcibly initialized 643 | struct of_endpoint of_ep; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/megachips-stdpxxxx-ge-b850v3-fw.c: In function 'stdp2690_get_edid': /kisskb/src/drivers/gpu/drm/bridge/megachips-stdpxxxx-ge-b850v3-fw.c:75:17: note: byref variable will be forcibly initialized 75 | struct i2c_msg msgs[] = { | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/megachips-stdpxxxx-ge-b850v3-fw.c:71:16: note: byref variable will be forcibly initialized 71 | unsigned char start = 0x00; | ^~~~~ /kisskb/src/drivers/mfd/tps65910.c: In function 'tps65910_parse_dt': /kisskb/src/drivers/mfd/tps65910.c:376:15: note: byref variable will be forcibly initialized 376 | unsigned int prop; | ^~~~ /kisskb/src/drivers/mfd/tps65910.c: In function 'tps65910_i2c_probe': /kisskb/src/drivers/mfd/tps65910.c:460:16: note: byref variable will be forcibly initialized 460 | unsigned long chip_id = id->driver_data; | ^~~~~~~ In file included from /kisskb/src/include/linux/dev_printk.h:14, 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 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:756:6: note: in expansion of macro 'unlikely' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:756:15: note: in expansion of macro 'check_mul_overflow' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:756:6: note: in expansion of macro 'unlikely' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:756:15: note: in expansion of macro 'check_mul_overflow' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, 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/drivers/base/firmware_loader/main.c:21: /kisskb/src/include/linux/slab.h:754:9: note: byref variable will be forcibly initialized 754 | size_t bytes; | ^~~~~ /kisskb/src/drivers/base/firmware_loader/main.c: In function '_request_firmware_prepare': /kisskb/src/drivers/base/firmware_loader/main.c:670:18: note: byref variable will be forcibly initialized 670 | struct fw_priv *fw_priv; | ^~~~~~~ /kisskb/src/drivers/base/firmware_loader/main.c: In function 'fw_get_filesystem_firmware': /kisskb/src/drivers/base/firmware_loader/main.c:451:10: note: byref variable will be forcibly initialized 451 | size_t file_size = 0; | ^~~~~~~~~ /kisskb/src/drivers/base/firmware_loader/main.c:437:8: note: byref variable will be forcibly initialized 437 | void *buffer = NULL; | ^~~~~~ /kisskb/src/drivers/base/firmware_loader/main.c: In function '_request_firmware': /kisskb/src/drivers/base/firmware_loader/main.c:737:19: note: byref variable will be forcibly initialized 737 | struct firmware *fw = NULL; | ^~ /kisskb/src/drivers/base/firmware_loader/main.c: In function 'request_firmware_work_func': /kisskb/src/drivers/base/firmware_loader/main.c:1016:25: note: byref variable will be forcibly initialized 1016 | const struct firmware *fw; | ^~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/net/vmw_vsock/vsock_loopback.c:10: /kisskb/src/net/vmw_vsock/vsock_loopback.c: In function 'vsock_loopback_cancel_pkt': /kisskb/src/net/vmw_vsock/vsock_loopback.c:48:12: note: byref variable will be forcibly initialized 48 | LIST_HEAD(freeme); | ^~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/net/vmw_vsock/vsock_loopback.c: In function 'vsock_loopback_work': /kisskb/src/net/vmw_vsock/vsock_loopback.c:124:12: note: byref variable will be forcibly initialized 124 | LIST_HEAD(pkts); | ^~~~ /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/net/x25/x25_in.c: In function 'x25_state1_machine': /kisskb/src/net/x25/x25_in.c:89:34: note: byref variable will be forcibly initialized 89 | struct x25_address source_addr, dest_addr; | ^~~~~~~~~ /kisskb/src/net/x25/x25_in.c:89:21: note: byref variable will be forcibly initialized 89 | struct x25_address source_addr, dest_addr; | ^~~~~~~~~~~ /kisskb/src/net/x25/x25_in.c: In function 'x25_process_rx_frame': /kisskb/src/net/x25/x25_in.c:418:43: note: byref variable will be forcibly initialized 418 | int queued = 0, frametype, ns, nr, q, d, m; | ^ /kisskb/src/net/x25/x25_in.c:418:40: note: byref variable will be forcibly initialized 418 | int queued = 0, frametype, ns, nr, q, d, m; | ^ /kisskb/src/net/x25/x25_in.c:418:37: note: byref variable will be forcibly initialized 418 | int queued = 0, frametype, ns, nr, q, d, m; | ^ /kisskb/src/net/x25/x25_in.c:418:33: note: byref variable will be forcibly initialized 418 | int queued = 0, frametype, ns, nr, q, d, m; | ^~ /kisskb/src/net/x25/x25_in.c:418:29: note: byref variable will be forcibly initialized 418 | int queued = 0, frametype, ns, nr, q, d, m; | ^~ /kisskb/src/net/llc/llc_pdu.c: In function 'llc_pdu_set_pf_bit': /kisskb/src/net/llc/llc_pdu.c:37:5: note: byref variable will be forcibly initialized 37 | u8 pdu_type; | ^~~~~~~~ /kisskb/src/net/llc/llc_pdu.c: In function 'llc_pdu_decode_pf_bit': /kisskb/src/net/llc/llc_pdu.c:65:5: note: byref variable will be forcibly initialized 65 | u8 pdu_type; | ^~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/net/mac802154/trace.h:273, from /kisskb/src/net/mac802154/trace.c:8: /kisskb/src/net/mac802154/trace.c: In function 'trace_event_raw_event_local_only_evt4': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/net/mac802154/./trace.h:36:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 36 | DECLARE_EVENT_CLASS(local_only_evt4, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac802154/trace.c: In function 'trace_event_raw_event_802154_drv_return_int': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac802154/./trace.h:53:1: note: in expansion of macro 'TRACE_EVENT' 53 | TRACE_EVENT(802154_drv_return_int, | ^~~~~~~~~~~ /kisskb/src/net/mac802154/trace.c: In function 'trace_event_raw_event_802154_drv_set_channel': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac802154/./trace.h:78:1: note: in expansion of macro 'TRACE_EVENT' 78 | TRACE_EVENT(802154_drv_set_channel, | ^~~~~~~~~~~ /kisskb/src/net/mac802154/trace.c: In function 'trace_event_raw_event_802154_drv_set_cca_mode': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac802154/./trace.h:95:1: note: in expansion of macro 'TRACE_EVENT' 95 | TRACE_EVENT(802154_drv_set_cca_mode, | ^~~~~~~~~~~ /kisskb/src/net/mac802154/trace.c: In function 'trace_event_raw_event_802154_drv_set_cca_ed_level': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac802154/./trace.h:111:1: note: in expansion of macro 'TRACE_EVENT' 111 | TRACE_EVENT(802154_drv_set_cca_ed_level, | ^~~~~~~~~~~ /kisskb/src/net/mac802154/trace.c: In function 'trace_event_raw_event_802154_drv_set_tx_power': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac802154/./trace.h:126:1: note: in expansion of macro 'TRACE_EVENT' 126 | TRACE_EVENT(802154_drv_set_tx_power, | ^~~~~~~~~~~ /kisskb/src/net/mac802154/trace.c: In function 'trace_event_raw_event_802154_drv_set_lbt_mode': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac802154/./trace.h:141:1: note: in expansion of macro 'TRACE_EVENT' 141 | TRACE_EVENT(802154_drv_set_lbt_mode, | ^~~~~~~~~~~ /kisskb/src/net/mac802154/trace.c: In function 'trace_event_raw_event_802154_drv_set_short_addr': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac802154/./trace.h:156:1: note: in expansion of macro 'TRACE_EVENT' 156 | TRACE_EVENT(802154_drv_set_short_addr, | ^~~~~~~~~~~ /kisskb/src/net/mac802154/trace.c: In function 'trace_event_raw_event_802154_drv_set_pan_id': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac802154/./trace.h:171:1: note: in expansion of macro 'TRACE_EVENT' 171 | TRACE_EVENT(802154_drv_set_pan_id, | ^~~~~~~~~~~ /kisskb/src/net/mac802154/trace.c: In function 'trace_event_raw_event_802154_drv_set_extended_addr': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac802154/./trace.h:186:1: note: in expansion of macro 'TRACE_EVENT' 186 | TRACE_EVENT(802154_drv_set_extended_addr, | ^~~~~~~~~~~ /kisskb/src/net/mac802154/trace.c: In function 'trace_event_raw_event_802154_drv_set_pan_coord': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac802154/./trace.h:201:1: note: in expansion of macro 'TRACE_EVENT' 201 | TRACE_EVENT(802154_drv_set_pan_coord, | ^~~~~~~~~~~ /kisskb/src/net/mac802154/trace.c: In function 'trace_event_raw_event_802154_drv_set_csma_params': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac802154/./trace.h:216:1: note: in expansion of macro 'TRACE_EVENT' 216 | TRACE_EVENT(802154_drv_set_csma_params, | ^~~~~~~~~~~ /kisskb/src/net/mac802154/trace.c: In function 'trace_event_raw_event_802154_drv_set_max_frame_retries': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac802154/./trace.h:237:1: note: in expansion of macro 'TRACE_EVENT' 237 | TRACE_EVENT(802154_drv_set_max_frame_retries, | ^~~~~~~~~~~ /kisskb/src/net/mac802154/trace.c: In function 'trace_event_raw_event_802154_drv_set_promiscuous_mode': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/mac802154/./trace.h:252:1: note: in expansion of macro 'TRACE_EVENT' 252 | TRACE_EVENT(802154_drv_set_promiscuous_mode, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sii902x.c: In function 'sii902x_write_unlocked': /kisskb/src/drivers/gpu/drm/bridge/sii902x.c:202:23: note: byref variable will be forcibly initialized 202 | union i2c_smbus_data data; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/sii902x.c: In function 'sii902x_read_unlocked': /kisskb/src/drivers/gpu/drm/bridge/sii902x.c:187:23: note: byref variable will be forcibly initialized 187 | union i2c_smbus_data data; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/sii902x.c: In function 'sii902x_update_bits_unlocked': /kisskb/src/drivers/gpu/drm/bridge/sii902x.c:215:5: note: byref variable will be forcibly initialized 215 | u8 status; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sii902x.c: In function 'sii902x_i2c_bypass_deselect': /kisskb/src/drivers/gpu/drm/bridge/sii902x.c:901:5: note: byref variable will be forcibly initialized 901 | u8 status; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sii902x.c: In function 'sii902x_i2c_bypass_select': /kisskb/src/drivers/gpu/drm/bridge/sii902x.c:855:5: note: byref variable will be forcibly initialized 855 | u8 status; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sii902x.c: In function 'sii902x_connector_detect': /kisskb/src/drivers/gpu/drm/bridge/sii902x.c:252:15: note: byref variable will be forcibly initialized 252 | unsigned int status; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sii902x.c: In function 'sii902x_bridge_mode_set': /kisskb/src/drivers/gpu/drm/bridge/sii902x.c:359:28: note: byref variable will be forcibly initialized 359 | struct hdmi_avi_infoframe frame; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/sii902x.c:358:5: note: byref variable will be forcibly initialized 358 | u8 buf[HDMI_INFOFRAME_SIZE(AVI)]; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/sii902x.c: In function 'sii902x_get_modes': /kisskb/src/drivers/gpu/drm/bridge/sii902x.c:276:6: note: byref variable will be forcibly initialized 276 | u32 bus_format = MEDIA_BUS_FMT_RGB888_1X24; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sii902x.c: In function 'sii902x_interrupt': /kisskb/src/drivers/gpu/drm/bridge/sii902x.c:823:15: note: byref variable will be forcibly initialized 823 | unsigned int status = 0; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sii902x.c: In function 'sii902x_audio_get_dai_id': /kisskb/src/drivers/gpu/drm/bridge/sii902x.c:709:21: note: byref variable will be forcibly initialized 709 | struct of_endpoint of_ep; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/sii902x.c: In function 'sii902x_audio_hw_params': /kisskb/src/drivers/gpu/drm/bridge/sii902x.c:511:5: note: byref variable will be forcibly initialized 511 | u8 infoframe_buf[HDMI_INFOFRAME_SIZE(AUDIO)]; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sii902x.c:506:5: note: byref variable will be forcibly initialized 506 | u8 i2s_config_reg = SII902X_TPI_I2S_SD_DIRECTION_MSB_FIRST; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sii902x.c: In function 'sii902x_audio_codec_init': /kisskb/src/drivers/gpu/drm/bridge/sii902x.c:756:5: note: byref variable will be forcibly initialized 756 | u8 lanes[4]; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/sii902x.c: In function 'sii902x_init': /kisskb/src/drivers/gpu/drm/bridge/sii902x.c:963:5: note: byref variable will be forcibly initialized 963 | u8 chipid[4]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sii902x.c:962:15: note: byref variable will be forcibly initialized 962 | unsigned int status = 0; | ^~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/gpu/drm/savage/savage_bci.c:27: /kisskb/src/drivers/gpu/drm/savage/savage_bci.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/drivers/gpu/drm/scheduler/sched_entity.c:24: /kisskb/src/drivers/gpu/drm/scheduler/sched_entity.c: In function 'drm_sched_entity_flush': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:882:2: note: in expansion of macro '___wait_event' 882 | ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:904:11: note: in expansion of macro '__wait_event_killable' 904 | __ret = __wait_event_killable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_entity.c:175:3: note: in expansion of macro 'wait_event_killable' 175 | wait_event_killable(sched->job_scheduled, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/scheduler/sched_entity.c:170:10: note: in expansion of macro 'wait_event_timeout' 170 | ret = wait_event_timeout( | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nfc/pn533/usb.c: In function 'pn533_acr122_poweron_rdr': /kisskb/src/drivers/nfc/pn533/usb.c:374:38: note: byref variable will be forcibly initialized 374 | struct pn533_acr122_poweron_rdr_arg arg; | ^~~ /kisskb/src/drivers/nfc/pn533/usb.c:371:6: note: byref variable will be forcibly initialized 371 | int transferred; | ^~~~~~~~~~~ /kisskb/src/drivers/nfc/pn533/usb.c:368:5: note: byref variable will be forcibly initialized 368 | u8 cmd[10] = {PN533_ACR122_PC_TO_RDR_ICCPOWERON, | ^~~ /kisskb/src/drivers/base/core.c: In function 'device_store_int': /kisskb/src/drivers/base/core.c:2154:7: note: byref variable will be forcibly initialized 2154 | long new; | ^~~ /kisskb/src/drivers/base/regmap/regcache-rbtree.c: In function 'regcache_rbtree_lookup': /kisskb/src/drivers/base/regmap/regcache-rbtree.c:68:25: note: byref variable will be forcibly initialized 68 | unsigned int base_reg, top_reg; | ^~~~~~~ /kisskb/src/drivers/base/regmap/regcache-rbtree.c:68:15: note: byref variable will be forcibly initialized 68 | unsigned int base_reg, top_reg; | ^~~~~~~~ /kisskb/src/drivers/base/regmap/regcache-rbtree.c: In function 'regcache_rbtree_drop': /kisskb/src/drivers/base/regmap/regcache-rbtree.c:511:25: note: byref variable will be forcibly initialized 511 | unsigned int base_reg, top_reg; | ^~~~~~~ /kisskb/src/drivers/base/regmap/regcache-rbtree.c:511:15: note: byref variable will be forcibly initialized 511 | unsigned int base_reg, top_reg; | ^~~~~~~~ /kisskb/src/drivers/base/regmap/regcache-rbtree.c: In function 'regcache_rbtree_sync': /kisskb/src/drivers/base/regmap/regcache-rbtree.c:470:25: note: byref variable will be forcibly initialized 470 | unsigned int base_reg, top_reg; | ^~~~~~~ /kisskb/src/drivers/base/regmap/regcache-rbtree.c:470:15: note: byref variable will be forcibly initialized 470 | unsigned int base_reg, top_reg; | ^~~~~~~~ In file included from /kisskb/src/drivers/base/regmap/regcache-rbtree.c:13: /kisskb/src/drivers/base/regmap/regcache-rbtree.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/base/regmap/regcache-rbtree.c: In function 'regcache_rbtree_insert': /kisskb/src/drivers/base/regmap/regcache-rbtree.c:101:29: note: byref variable will be forcibly initialized 101 | unsigned int base_reg_tmp, top_reg_tmp; | ^~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regcache-rbtree.c:101:15: note: byref variable will be forcibly initialized 101 | unsigned int base_reg_tmp, top_reg_tmp; | ^~~~~~~~~~~~ /kisskb/src/drivers/base/regmap/regcache-rbtree.c: In function 'regcache_rbtree_write': /kisskb/src/drivers/base/regmap/regcache-rbtree.c:387:26: note: byref variable will be forcibly initialized 387 | unsigned int base_reg, top_reg; | ^~~~~~~ /kisskb/src/drivers/base/regmap/regcache-rbtree.c:387:16: note: byref variable will be forcibly initialized 387 | unsigned int base_reg, top_reg; | ^~~~~~~~ /kisskb/src/drivers/base/regmap/regcache-rbtree.c: In function 'rbtree_show': /kisskb/src/drivers/base/regmap/regcache-rbtree.c:138:21: note: byref variable will be forcibly initialized 138 | unsigned int base, top; | ^~~ /kisskb/src/drivers/base/regmap/regcache-rbtree.c:138:15: note: byref variable will be forcibly initialized 138 | unsigned int base, top; | ^~~~ /kisskb/src/drivers/base/core.c: In function 'device_store_ulong': /kisskb/src/drivers/base/core.c:2128:16: note: byref variable will be forcibly initialized 2128 | unsigned long new; | ^~~ /kisskb/src/drivers/base/core.c: In function 'dev_set_name': /kisskb/src/drivers/base/core.c:3178:10: note: byref variable will be forcibly initialized 3178 | va_list vargs; | ^~~~~ /kisskb/src/drivers/base/core.c: In function 'device_create_sys_dev_entry': /kisskb/src/drivers/base/core.c:3215:7: note: byref variable will be forcibly initialized 3215 | char devt_str[15]; | ^~~~~~~~ /kisskb/src/drivers/base/core.c: In function 'device_remove_sys_dev_entry': /kisskb/src/drivers/base/core.c:3228:7: note: byref variable will be forcibly initialized 3228 | char devt_str[15]; | ^~~~~~~~ /kisskb/src/drivers/base/core.c: In function 'device_for_each_child': /kisskb/src/drivers/base/core.c:3705:20: note: byref variable will be forcibly initialized 3705 | struct klist_iter i; | ^ /kisskb/src/drivers/base/core.c: In function 'device_find_child': /kisskb/src/drivers/base/core.c:3770:20: note: byref variable will be forcibly initialized 3770 | struct klist_iter i; | ^ /kisskb/src/drivers/base/core.c: In function 'device_for_each_child_reverse': /kisskb/src/drivers/base/core.c:3735:20: note: byref variable will be forcibly initialized 3735 | struct klist_iter i; | ^ /kisskb/src/drivers/base/core.c: In function 'device_find_child_by_name': /kisskb/src/drivers/base/core.c:3798:20: note: byref variable will be forcibly initialized 3798 | struct klist_iter i; | ^ /kisskb/src/drivers/base/core.c: In function 'dev_vprintk_emit': /kisskb/src/drivers/base/core.c:4590:25: note: byref variable will be forcibly initialized 4590 | struct dev_printk_info dev_info; | ^~~~~~~~ /kisskb/src/drivers/base/core.c: In function 'dev_printk_emit': /kisskb/src/drivers/base/core.c:4600:10: note: byref variable will be forcibly initialized 4600 | va_list args; | ^~~~ /kisskb/src/drivers/base/core.c: In function '_dev_printk': /kisskb/src/drivers/base/core.c:4627:10: note: byref variable will be forcibly initialized 4627 | va_list args; | ^~~~ /kisskb/src/drivers/base/core.c:4626:19: note: byref variable will be forcibly initialized 4626 | struct va_format vaf; | ^~~ /kisskb/src/drivers/base/core.c: In function '_dev_emerg': /kisskb/src/drivers/base/core.c:4644:10: note: byref variable will be forcibly initialized 4644 | va_list args; \ | ^~~~ /kisskb/src/drivers/base/core.c:4657:1: note: in expansion of macro 'define_dev_printk_level' 4657 | define_dev_printk_level(_dev_emerg, KERN_EMERG); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c:4643:19: note: byref variable will be forcibly initialized 4643 | struct va_format vaf; \ | ^~~ /kisskb/src/drivers/base/core.c:4657:1: note: in expansion of macro 'define_dev_printk_level' 4657 | define_dev_printk_level(_dev_emerg, KERN_EMERG); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c: In function '_dev_alert': /kisskb/src/drivers/base/core.c:4644:10: note: byref variable will be forcibly initialized 4644 | va_list args; \ | ^~~~ /kisskb/src/drivers/base/core.c:4658:1: note: in expansion of macro 'define_dev_printk_level' 4658 | define_dev_printk_level(_dev_alert, KERN_ALERT); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c:4643:19: note: byref variable will be forcibly initialized 4643 | struct va_format vaf; \ | ^~~ /kisskb/src/drivers/base/core.c:4658:1: note: in expansion of macro 'define_dev_printk_level' 4658 | define_dev_printk_level(_dev_alert, KERN_ALERT); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c: In function '_dev_crit': /kisskb/src/drivers/base/core.c:4644:10: note: byref variable will be forcibly initialized 4644 | va_list args; \ | ^~~~ /kisskb/src/drivers/base/core.c:4659:1: note: in expansion of macro 'define_dev_printk_level' 4659 | define_dev_printk_level(_dev_crit, KERN_CRIT); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c:4643:19: note: byref variable will be forcibly initialized 4643 | struct va_format vaf; \ | ^~~ /kisskb/src/drivers/base/core.c:4659:1: note: in expansion of macro 'define_dev_printk_level' 4659 | define_dev_printk_level(_dev_crit, KERN_CRIT); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c: In function '_dev_err': /kisskb/src/drivers/base/core.c:4644:10: note: byref variable will be forcibly initialized 4644 | va_list args; \ | ^~~~ /kisskb/src/drivers/base/core.c:4660:1: note: in expansion of macro 'define_dev_printk_level' 4660 | define_dev_printk_level(_dev_err, KERN_ERR); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c:4643:19: note: byref variable will be forcibly initialized 4643 | struct va_format vaf; \ | ^~~ /kisskb/src/drivers/base/core.c:4660:1: note: in expansion of macro 'define_dev_printk_level' 4660 | define_dev_printk_level(_dev_err, KERN_ERR); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c: In function '_dev_warn': /kisskb/src/drivers/base/core.c:4644:10: note: byref variable will be forcibly initialized 4644 | va_list args; \ | ^~~~ /kisskb/src/drivers/base/core.c:4661:1: note: in expansion of macro 'define_dev_printk_level' 4661 | define_dev_printk_level(_dev_warn, KERN_WARNING); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c:4643:19: note: byref variable will be forcibly initialized 4643 | struct va_format vaf; \ | ^~~ /kisskb/src/drivers/base/core.c:4661:1: note: in expansion of macro 'define_dev_printk_level' 4661 | define_dev_printk_level(_dev_warn, KERN_WARNING); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c: In function '_dev_notice': /kisskb/src/drivers/base/core.c:4644:10: note: byref variable will be forcibly initialized 4644 | va_list args; \ | ^~~~ /kisskb/src/drivers/base/core.c:4662:1: note: in expansion of macro 'define_dev_printk_level' 4662 | define_dev_printk_level(_dev_notice, KERN_NOTICE); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c:4643:19: note: byref variable will be forcibly initialized 4643 | struct va_format vaf; \ | ^~~ /kisskb/src/drivers/base/core.c:4662:1: note: in expansion of macro 'define_dev_printk_level' 4662 | define_dev_printk_level(_dev_notice, KERN_NOTICE); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c: In function '_dev_info': /kisskb/src/drivers/base/core.c:4644:10: note: byref variable will be forcibly initialized 4644 | va_list args; \ | ^~~~ /kisskb/src/drivers/base/core.c:4663:1: note: in expansion of macro 'define_dev_printk_level' 4663 | define_dev_printk_level(_dev_info, KERN_INFO); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/core.c:4643:19: note: byref variable will be forcibly initialized 4643 | struct va_format vaf; \ | ^~~ /kisskb/src/drivers/base/core.c:4663:1: note: in expansion of macro 'define_dev_printk_level' 4663 | 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:4702:10: note: byref variable will be forcibly initialized 4702 | va_list args; | ^~~~ /kisskb/src/drivers/base/core.c:4701:19: note: byref variable will be forcibly initialized 4701 | struct va_format vaf; | ^~~ In file included from /kisskb/src/include/linux/kobject.h:19, from /kisskb/src/include/linux/of.h:17, from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/drivers/base/core.c:11: /kisskb/src/drivers/base/core.c: In function 'device_links_supplier_sync_state_resume': /kisskb/src/drivers/base/core.c:1122:12: note: byref variable will be forcibly initialized 1122 | 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/base/core.c: In function 'device_links_driver_bound': /kisskb/src/drivers/base/core.c:1229:12: note: byref variable will be forcibly initialized 1229 | 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/base/core.c: In function 'device_create': /kisskb/src/drivers/base/core.c:4090:10: note: byref variable will be forcibly initialized 4090 | va_list vargs; | ^~~~~ /kisskb/src/drivers/base/core.c: In function 'device_create_with_groups': /kisskb/src/drivers/base/core.c:4134:10: note: byref variable will be forcibly initialized 4134 | va_list vargs; | ^~~~~ /kisskb/src/drivers/base/core.c: In function 'dev_uevent': /kisskb/src/drivers/base/core.c:2301:10: note: byref variable will be forcibly initialized 2301 | kgid_t gid = GLOBAL_ROOT_GID; | ^~~ /kisskb/src/drivers/base/core.c:2300:10: note: byref variable will be forcibly initialized 2300 | kuid_t uid = GLOBAL_ROOT_UID; | ^~~ /kisskb/src/drivers/base/core.c:2299:11: note: byref variable will be forcibly initialized 2299 | umode_t mode = 0; | ^~~~ /kisskb/src/drivers/base/core.c:2297:15: note: byref variable will be forcibly initialized 2297 | const char *tmp; | ^~~ /kisskb/src/drivers/base/core.c: In function 'online_store': /kisskb/src/drivers/base/core.c:2435:7: note: byref variable will be forcibly initialized 2435 | bool val; | ^~~ /kisskb/src/drivers/mfd/twl6040.c: In function 'twl6040_reg_read': /kisskb/src/drivers/mfd/twl6040.c:102:15: note: byref variable will be forcibly initialized 102 | unsigned int val; | ^~~ /kisskb/src/drivers/mfd/twl6040.c: In function 'twl6040_get_vibralr_status': /kisskb/src/drivers/mfd/twl6040.c:532:15: note: byref variable will be forcibly initialized 532 | unsigned int reg; | ^~~ In file included from /kisskb/src/include/linux/irq.h:21, 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/drivers/misc/cxl/irq.c:6: /kisskb/src/drivers/misc/cxl/irq.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c: In function 'ti_sn_get_max_lanes': /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c:957:5: note: byref variable will be forcibly initialized 957 | u8 data; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c: In function 'ti_sn_bridge_read_valid_rates': /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c:851:10: note: byref variable will be forcibly initialized 851 | __le16 sink_rates[DP_MAX_SUPPORTED_RATES]; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c:838:5: note: byref variable will be forcibly initialized 838 | u8 dpcd_val; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c: In function 'ti_sn_link_training': /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c:973:15: note: byref variable will be forcibly initialized 973 | unsigned int val; | ^~~ 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:1886, from /kisskb/src/drivers/misc/cxl/cxl.h:16, from /kisskb/src/drivers/misc/cxl/irq.c:15: /kisskb/src/drivers/misc/cxl/irq.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized 427 | unsigned int irq; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c: In function 'ti_sn_bridge_enable': /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c:1031:14: note: byref variable will be forcibly initialized 1031 | const char *last_err_str = "No supported DP rate"; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c: In function 'ti_sn_bridge_attach': /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c:665:36: note: byref variable will be forcibly initialized 665 | const struct mipi_dsi_device_info info = { .type = "ti_sn_bridge", | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c:661:11: note: byref variable will be forcibly initialized 661 | int ret, val; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c: In function 'ti_sn_bridge_parse_lanes': /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c:1140:6: note: byref variable will be forcibly initialized 1140 | u32 lane_assignments[SN_MAX_DP_LANES] = { 0, 1, 2, 3 }; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c: In function 'ti_sn_bridge_probe': /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c:1205:20: note: byref variable will be forcibly initialized 1205 | struct drm_panel *panel; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c: In function 'ti_sn_aux_transfer': /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c:466:5: note: byref variable will be forcibly initialized 466 | u8 addr_len[SN_AUX_LENGTH_REG + 1 - SN_AUX_ADDR_19_16_REG]; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c:464:15: note: byref variable will be forcibly initialized 464 | unsigned int val; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c:463:15: note: byref variable will be forcibly initialized 463 | unsigned int len = msg->size; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c: In function 'ti_sn65dsi86_parse_regulators': /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c:1482:21: note: byref variable will be forcibly initialized 1482 | const char * const ti_sn_bridge_supply_names[] = { | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c: In function 'status_show': /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c:354:20: note: byref variable will be forcibly initialized 354 | unsigned int reg, val; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c: In function 'ti_sn_bridge_gpio_get': /kisskb/src/drivers/gpu/drm/bridge/ti-sn65dsi86.c:1302:15: note: byref variable will be forcibly initialized 1302 | unsigned int val; | ^~~ /kisskb/src/drivers/misc/kgdbts.c: In function 'run_plant_and_detach_test': /kisskb/src/drivers/misc/kgdbts.c:840:7: note: byref variable will be forcibly initialized 840 | char after[BREAK_INSTR_SIZE]; | ^~~~~ /kisskb/src/drivers/misc/kgdbts.c:839:7: note: byref variable will be forcibly initialized 839 | char before[BREAK_INSTR_SIZE]; | ^~~~~~ /kisskb/src/drivers/misc/kgdbts.c: In function 'emul_sstep_put': /kisskb/src/drivers/misc/kgdbts.c:515:10: note: byref variable will be forcibly initialized 515 | char *ptr = &put_str[11]; | ^~~ /kisskb/src/drivers/misc/kgdbts.c:487:9: note: byref variable will be forcibly initialized 487 | char *ptr = &put_str[11]; | ^~~ /kisskb/src/drivers/misc/kgdbts.c: In function 'get_thread_id_continue': /kisskb/src/drivers/misc/kgdbts.c:297:8: note: byref variable will be forcibly initialized 297 | char *ptr = &put_str[11]; | ^~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_util.c: In function 'ttm_move_memcpy': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_util.c:96:30: note: byref variable will be forcibly initialized 96 | struct dma_buf_map src_map, dst_map; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_util.c:96:21: note: byref variable will be forcibly initialized 96 | struct dma_buf_map src_map, dst_map; | ^~~~~~~ /kisskb/src/net/x25/x25_link.c: In function 'x25_subscr_ioctl': /kisskb/src/net/x25/x25_link.c:355:29: note: byref variable will be forcibly initialized 355 | struct x25_subscrip_struct x25_subscr; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c: In function 'it66121_is_hpd_detect': /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c:521:6: note: byref variable will be forcibly initialized 521 | int val; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c: In function 'it66121_wait_ddc_ready': /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c:357:11: note: byref variable will be forcibly initialized 357 | int ret, val; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c: In function 'it66121_abort_ddc_ops': /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c:387:24: note: byref variable will be forcibly initialized 387 | unsigned int swreset, cpdesire; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c:387:15: note: byref variable will be forcibly initialized 387 | unsigned int swreset, cpdesire; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c: In function 'it66121_irq_threaded_handler': /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c:841:15: note: byref variable will be forcibly initialized 841 | unsigned int val; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c: In function 'it66121_get_edid_block': /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c:423:15: note: byref variable will be forcibly initialized 423 | unsigned int val; | ^~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_util.c: In function 'ttm_bo_move_to_ghost': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_util.c:482:28: note: byref variable will be forcibly initialized 482 | struct ttm_buffer_object *ghost_obj; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, 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/drivers/gpu/drm/bridge/ite-it66121.c:12: /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_util.c: In function 'ttm_bo_move_memcpy': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_util.c:145:15: note: byref variable will be forcibly initialized 145 | } _dst_iter, _src_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_util.c:145:4: note: byref variable will be forcibly initialized 145 | } _dst_iter, _src_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c: In function 'it66121_bridge_mode_set': /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c:695:12: note: byref variable will be forcibly initialized 695 | const u16 aviinfo_reg[HDMI_AVI_INFOFRAME_SIZE] = { | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/ite-it66121.c:693:5: note: byref variable will be forcibly initialized 693 | u8 buf[HDMI_INFOFRAME_SIZE(AVI)]; | ^~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_util.c: In function 'ttm_bo_vmap': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_util.c:419:28: note: byref variable will be forcibly initialized 419 | struct ttm_operation_ctx ctx = { | ^~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_util.c: In function 'ttm_bo_pipeline_gutting': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_util.c:587:23: note: byref variable will be forcibly initialized 587 | struct ttm_resource *sys_res; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_util.c:586:28: note: byref variable will be forcibly initialized 586 | struct ttm_buffer_object *ghost; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c: In function 'amdgpu_atombios_get_bus_rec_for_i2c_gpio': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:48:28: note: byref variable will be forcibly initialized 48 | struct amdgpu_i2c_bus_rec i2c; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c: In function 'amdgpu_atombios_get_hpd_info_from_gpio': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:202:20: note: byref variable will be forcibly initialized 202 | struct amdgpu_hpd hpd; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c: In function 'amdgpu_atombios_get_igp_ss_overrides': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:784:11: note: byref variable will be forcibly initialized 784 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:784:5: note: byref variable will be forcibly initialized 784 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:782:19: note: byref variable will be forcibly initialized 782 | u16 data_offset, size; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:782:6: note: byref variable will be forcibly initialized 782 | u16 data_offset, size; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c: In function 'amdgpu_atombios_allocate_fb_scratch': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1618:11: note: byref variable will be forcibly initialized 1618 | uint16_t data_offset; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c: In function 'amdgpu_atombios_lookup_i2c_gpio': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:97:24: note: byref variable will be forcibly initialized 97 | uint16_t data_offset, size; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:97:11: note: byref variable will be forcibly initialized 97 | uint16_t data_offset, size; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:94:28: note: byref variable will be forcibly initialized 94 | struct amdgpu_i2c_bus_rec i2c; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c: In function 'amdgpu_atombios_i2c_init': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:135:7: note: byref variable will be forcibly initialized 135 | char stmp[32]; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:133:24: note: byref variable will be forcibly initialized 133 | uint16_t data_offset, size; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:133:11: note: byref variable will be forcibly initialized 133 | uint16_t data_offset, size; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:130:28: note: byref variable will be forcibly initialized 130 | struct amdgpu_i2c_bus_rec i2c; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c: In function 'amdgpu_atombios_lookup_gpio': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:168:19: note: byref variable will be forcibly initialized 168 | u16 data_offset, size; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:168:6: note: byref variable will be forcibly initialized 168 | u16 data_offset, size; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:164:25: note: byref variable will be forcibly initialized 164 | struct amdgpu_gpio_rec gpio; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c: In function 'amdgpu_atombios_has_dce_engine_info': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:270:11: note: byref variable will be forcibly initialized 270 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:270:5: note: byref variable will be forcibly initialized 270 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:269:12: note: byref variable will be forcibly initialized 269 | u16 size, data_offset; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:269:6: note: byref variable will be forcibly initialized 269 | u16 size, data_offset; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c: In function 'amdgpu_atombios_get_connector_info_from_object_table': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:309:20: note: byref variable will be forcibly initialized 309 | struct amdgpu_hpd hpd; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:308:25: note: byref variable will be forcibly initialized 308 | struct amdgpu_gpio_rec gpio; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:307:23: note: byref variable will be forcibly initialized 307 | struct amdgpu_router router; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:306:28: note: byref variable will be forcibly initialized 306 | struct amdgpu_i2c_bus_rec ddc_bus; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:297:11: note: byref variable will be forcibly initialized 297 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:297:5: note: byref variable will be forcibly initialized 297 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:296:12: note: byref variable will be forcibly initialized 296 | u16 size, data_offset; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:296:6: note: byref variable will be forcibly initialized 296 | u16 size, data_offset; | ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu.h:52, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c:29: /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c: In function 'amdgpu_atombios_get_clock_info': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:563:11: note: byref variable will be forcibly initialized 563 | uint16_t data_offset; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:562:16: note: byref variable will be forcibly initialized 562 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:562:10: note: byref variable will be forcibly initialized 562 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c: In function 'amdgpu_atombios_get_gfx_info': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:717:11: note: byref variable will be forcibly initialized 717 | uint16_t data_offset; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:716:16: note: byref variable will be forcibly initialized 716 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:716:10: note: byref variable will be forcibly initialized 716 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c: In function 'amdgpu_atombios_get_vram_width': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:757:11: note: byref variable will be forcibly initialized 757 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:757:5: note: byref variable will be forcibly initialized 757 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:755:19: note: byref variable will be forcibly initialized 755 | u16 data_offset, size; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:755:6: note: byref variable will be forcibly initialized 755 | u16 data_offset, size; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c: In function 'amdgpu_atombios_get_asic_ss_info': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:889:16: note: byref variable will be forcibly initialized 889 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:889:10: note: byref variable will be forcibly initialized 889 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:886:24: note: byref variable will be forcibly initialized 886 | uint16_t data_offset, size; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:886:11: note: byref variable will be forcibly initialized 886 | uint16_t data_offset, size; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c: In function 'amdgpu_debugfs_firmware_info_show': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c:1424:29: note: byref variable will be forcibly initialized 1424 | struct drm_amdgpu_query_fw query_fw; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c:1423:34: note: byref variable will be forcibly initialized 1423 | struct drm_amdgpu_info_firmware fw_info; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c: In function 'amdgpu_atombios_get_clock_dividers': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1004:11: note: byref variable will be forcibly initialized 1004 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1004:5: note: byref variable will be forcibly initialized 1004 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1002:27: note: byref variable will be forcibly initialized 1002 | union get_clock_dividers args; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c: In function 'amdgpu_atombios_get_memory_pll_dividers': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1093:11: note: byref variable will be forcibly initialized 1093 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1093:5: note: byref variable will be forcibly initialized 1093 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1091:45: note: byref variable will be forcibly initialized 1091 | COMPUTE_MEMORY_CLOCK_PARAM_PARAMETERS_V2_1 args; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c: In function 'amdgpu_atombios_set_engine_dram_timings': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1140:33: note: byref variable will be forcibly initialized 1140 | SET_ENGINE_CLOCK_PS_ALLOCATION args; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c: In function 'amdgpu_atombios_get_default_voltages': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1162:6: note: byref variable will be forcibly initialized 1162 | u16 data_offset; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1161:11: note: byref variable will be forcibly initialized 1161 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1161:5: note: byref variable will be forcibly initialized 1161 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c: In function 'amdgpu_atombios_get_max_vddc': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1194:11: note: byref variable will be forcibly initialized 1194 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1194:5: note: byref variable will be forcibly initialized 1194 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1192:20: note: byref variable will be forcibly initialized 1192 | union set_voltage args; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c: In function 'amdgpu_atombios_get_svi2_info': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1271:19: note: byref variable will be forcibly initialized 1271 | u16 data_offset, size; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1271:6: note: byref variable will be forcibly initialized 1271 | u16 data_offset, size; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1270:11: note: byref variable will be forcibly initialized 1270 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1270:5: note: byref variable will be forcibly initialized 1270 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c: In function 'amdgpu_atombios_is_voltage_gpio': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1315:19: note: byref variable will be forcibly initialized 1315 | u16 data_offset, size; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1315:6: note: byref variable will be forcibly initialized 1315 | u16 data_offset, size; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1314:11: note: byref variable will be forcibly initialized 1314 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1314:5: note: byref variable will be forcibly initialized 1314 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c: In function 'amdgpu_atombios_get_voltage_table': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1351:19: note: byref variable will be forcibly initialized 1351 | u16 data_offset, size; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1351:6: note: byref variable will be forcibly initialized 1351 | u16 data_offset, size; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1350:11: note: byref variable will be forcibly initialized 1350 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1350:5: note: byref variable will be forcibly initialized 1350 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c: In function 'amdgpu_atombios_init_mc_reg_table': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1423:19: note: byref variable will be forcibly initialized 1423 | u16 data_offset, size; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1423:6: note: byref variable will be forcibly initialized 1423 | u16 data_offset, size; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1421:11: note: byref variable will be forcibly initialized 1421 | u8 frev, crev, num_entries, t_mem_id, num_ranges = 0; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1421:5: note: byref variable will be forcibly initialized 1421 | u8 frev, crev, num_entries, t_mem_id, num_ranges = 0; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c: In function 'amdgpu_atombios_has_gpu_virtualization_table': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1511:19: note: byref variable will be forcibly initialized 1511 | u16 data_offset, size; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1511:6: note: byref variable will be forcibly initialized 1511 | u16 data_offset, size; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1510:11: note: byref variable will be forcibly initialized 1510 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1510:5: note: byref variable will be forcibly initialized 1510 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c: In function 'amdgpu_info_ioctl': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c:1067:37: note: byref variable will be forcibly initialized 1067 | const struct amdgpu_video_codecs *codecs; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c:1056:12: note: byref variable will be forcibly initialized 1056 | uint64_t ras_mask; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c:942:38: note: byref variable will be forcibly initialized 942 | struct drm_amdgpu_info_num_handles handle; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c:921:33: note: byref variable will be forcibly initialized 921 | struct drm_amdgpu_info_vbios vbios_info = {}; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c:901:12: note: byref variable will be forcibly initialized 901 | uint32_t bios_size = adev->bios_size; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c:884:42: note: byref variable will be forcibly initialized 884 | struct drm_amdgpu_info_vce_clock_table vce_clk_table = {}; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c: In function 'amdgpu_atombios_get_data_table': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c:711:33: note: byref variable will be forcibly initialized 711 | struct drm_amdgpu_memory_info mem; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/pci/pci.c: In function 'hl_pci_elbi_write': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c:695:35: note: byref variable will be forcibly initialized 695 | struct drm_amdgpu_info_vram_gtt vram_gtt; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1856:11: note: byref variable will be forcibly initialized 1856 | uint16_t data_start; | ^~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/pci/pci.c:153:6: note: byref variable will be forcibly initialized 153 | u32 val; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c:684:30: note: byref variable will be forcibly initialized 684 | struct drm_amdgpu_info_gds gds_info; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c:651:35: note: byref variable will be forcibly initialized 651 | struct drm_amdgpu_info_firmware fw_info; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c:606:12: note: byref variable will be forcibly initialized 606 | uint32_t count = 0; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c:594:32: note: byref variable will be forcibly initialized 594 | struct drm_amdgpu_info_hw_ip ip = {}; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c:569:6: note: byref variable will be forcibly initialized 569 | int ui32_size = sizeof(ui32); | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c:567:11: note: byref variable will be forcibly initialized 567 | uint64_t ui64 = 0; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c:566:11: note: byref variable will be forcibly initialized 566 | uint32_t ui32 = 0; | ^~~~ /kisskb/src/drivers/misc/habanalabs/common/pci/pci.c: In function 'hl_pci_reset_link_through_bridge': /kisskb/src/drivers/misc/habanalabs/common/pci/pci.c:235:6: note: byref variable will be forcibly initialized 235 | u16 val; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/pci/pci.c: In function 'hl_pci_elbi_read': /kisskb/src/drivers/misc/habanalabs/common/pci/pci.c:93:6: note: byref variable will be forcibly initialized 93 | u32 val; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c: In function 'amdgpu_driver_postclose_kms': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c:1255:6: note: byref variable will be forcibly initialized 1255 | int handle; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c:1253:20: note: byref variable will be forcibly initialized 1253 | struct amdgpu_bo *pd; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c: In function 'amdgpu_get_vblank_counter_kms': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c:1325:12: note: byref variable will be forcibly initialized 1325 | int vpos, hpos, stat; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c:1325:6: note: byref variable will be forcibly initialized 1325 | int vpos, hpos, stat; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c: In function 'chipone_enable': /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:60:12: note: byref variable will be forcibly initialized 60 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:112:2: note: in expansion of macro 'ICN6211_DSI' 112 | ICN6211_DSI(icn, 0x09, 0x10); | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:60:12: note: byref variable will be forcibly initialized 60 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:111:2: note: in expansion of macro 'ICN6211_DSI' 111 | ICN6211_DSI(icn, 0x51, 0x20); | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:60:12: note: byref variable will be forcibly initialized 60 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:110:2: note: in expansion of macro 'ICN6211_DSI' 110 | ICN6211_DSI(icn, 0xb6, 0x20); | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:60:12: note: byref variable will be forcibly initialized 60 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:107:2: note: in expansion of macro 'ICN6211_DSI' 107 | ICN6211_DSI(icn, MIPI_DCS_EXIT_SLEEP_MODE, 0x98); | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:60:12: note: byref variable will be forcibly initialized 60 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:106:2: note: in expansion of macro 'ICN6211_DSI' 106 | ICN6211_DSI(icn, MIPI_DCS_ENTER_SLEEP_MODE, 0x40); | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:60:12: note: byref variable will be forcibly initialized 60 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:105:2: note: in expansion of macro 'ICN6211_DSI' 105 | ICN6211_DSI(icn, 0x69, 0x2b); | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:60:12: note: byref variable will be forcibly initialized 60 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:104:2: note: in expansion of macro 'ICN6211_DSI' 104 | ICN6211_DSI(icn, 0x6b, 0x71); | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:60:12: note: byref variable will be forcibly initialized 60 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:103:2: note: in expansion of macro 'ICN6211_DSI' 103 | ICN6211_DSI(icn, MIPI_DCS_GET_POWER_SAVE, 0x92); | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:60:12: note: byref variable will be forcibly initialized 60 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:102:2: note: in expansion of macro 'ICN6211_DSI' 102 | ICN6211_DSI(icn, MIPI_DCS_SET_COLUMN_ADDRESS, 0x01); | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:60:12: note: byref variable will be forcibly initialized 60 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:101:2: note: in expansion of macro 'ICN6211_DSI' 101 | ICN6211_DSI(icn, 0x5c, 0xff); | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:60:12: note: byref variable will be forcibly initialized 60 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:100:2: note: in expansion of macro 'ICN6211_DSI' 100 | ICN6211_DSI(icn, 0xb5, 0xa0); | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:60:12: note: byref variable will be forcibly initialized 60 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:99:2: note: in expansion of macro 'ICN6211_DSI' 99 | ICN6211_DSI(icn, MIPI_DCS_SET_ADDRESS_MODE, 0x28); | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:60:12: note: byref variable will be forcibly initialized 60 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:98:2: note: in expansion of macro 'ICN6211_DSI' 98 | ICN6211_DSI(icn, MIPI_DCS_SET_TEAR_OFF, 0x80); | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:60:12: note: byref variable will be forcibly initialized 60 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:95:2: note: in expansion of macro 'ICN6211_DSI' 95 | ICN6211_DSI(icn, VBP, mode->vtotal - mode->vsync_end); | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:60:12: note: byref variable will be forcibly initialized 60 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:93:2: note: in expansion of macro 'ICN6211_DSI' 93 | ICN6211_DSI(icn, VSYNC, mode->vsync_end - mode->vsync_start); | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:60:12: note: byref variable will be forcibly initialized 60 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:91:2: note: in expansion of macro 'ICN6211_DSI' 91 | ICN6211_DSI(icn, VFP, mode->vsync_start - mode->vdisplay); | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:60:12: note: byref variable will be forcibly initialized 60 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:89:2: note: in expansion of macro 'ICN6211_DSI' 89 | ICN6211_DSI(icn, HFP_HSW_HBP_HI, 0x00); | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:60:12: note: byref variable will be forcibly initialized 60 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:87:2: note: in expansion of macro 'ICN6211_DSI' 87 | ICN6211_DSI(icn, HBP_LI, mode->htotal - mode->hsync_end); | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:60:12: note: byref variable will be forcibly initialized 60 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:85:2: note: in expansion of macro 'ICN6211_DSI' 85 | ICN6211_DSI(icn, HSYNC_LI, mode->hsync_end - mode->hsync_start); | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:60:12: note: byref variable will be forcibly initialized 60 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:83:2: note: in expansion of macro 'ICN6211_DSI' 83 | ICN6211_DSI(icn, HFP_LI, mode->hsync_start - mode->hdisplay); | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:60:12: note: byref variable will be forcibly initialized 60 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:79:2: note: in expansion of macro 'ICN6211_DSI' 79 | ICN6211_DSI(icn, VACTIVE_HACTIVE_HI, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:60:12: note: byref variable will be forcibly initialized 60 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:73:2: note: in expansion of macro 'ICN6211_DSI' 73 | ICN6211_DSI(icn, VACTIVE_LI, mode->vdisplay & 0xff); | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:60:12: note: byref variable will be forcibly initialized 60 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:71:2: note: in expansion of macro 'ICN6211_DSI' 71 | ICN6211_DSI(icn, HACTIVE_LI, mode->hdisplay & 0xff); | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:60:12: note: byref variable will be forcibly initialized 60 | const u8 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:69:2: note: in expansion of macro 'ICN6211_DSI' 69 | ICN6211_DSI(icn, 0x7a, 0xc1); | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c: In function 'chipone_parse_dt': /kisskb/src/drivers/gpu/drm/bridge/chipone-icn6211.c:181:20: note: byref variable will be forcibly initialized 181 | struct drm_panel *panel; | ^~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/mfd/mfd-core.c:12: /kisskb/src/drivers/mfd/mfd-core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mfd/mfd-core.c: In function 'mfd_remove_devices_late': /kisskb/src/drivers/mfd/mfd-core.c:377:6: note: byref variable will be forcibly initialized 377 | int level = MFD_DEP_LEVEL_HIGH; | ^~~~~ /kisskb/src/drivers/mfd/mfd-core.c: In function 'mfd_remove_devices': /kisskb/src/drivers/mfd/mfd-core.c:385:6: note: byref variable will be forcibly initialized 385 | int level = MFD_DEP_LEVEL_NORMAL; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c: In function 'amdgpu_device_check_smu_prv_buffer_size': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:1382:17: note: byref variable will be forcibly initialized 1382 | struct sysinfo si; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c: In function 'amdgpu_device_get_pcie_info': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:5192:23: note: byref variable will be forcibly initialized 5192 | enum pcie_link_width platform_link_width; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:5191:32: note: byref variable will be forcibly initialized 5191 | enum pci_bus_speed speed_cap, platform_speed_cap; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c: In function 'amdgpu_device_get_job_timeout_settings': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:3304:7: note: byref variable will be forcibly initialized 3304 | long timeout; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:3301:8: note: byref variable will be forcibly initialized 3301 | char *input = amdgpu_lockup_timeout; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c: In function 'amdgpu_device_enable_virtual_display': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:1845:10: note: byref variable will be forcibly initialized 1845 | long num_crtc; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:1837:37: note: byref variable will be forcibly initialized 1837 | char *pciaddstr, *pciaddstr_tmp, *pciaddname_tmp, *pciaddname; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:1837:21: note: byref variable will be forcibly initialized 1837 | char *pciaddstr, *pciaddstr_tmp, *pciaddname_tmp, *pciaddname; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c: In function 'amdgpu_device_parse_gpu_info_fw': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:1888:7: note: byref variable will be forcibly initialized 1888 | char fw_name[40]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c: In function 'amdgpu_device_fw_loading': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:2246:11: note: byref variable will be forcibly initialized 2246 | uint32_t smu_version; | ^~~~~~~~~~~ /kisskb/src/net/x25/x25_out.c: In function 'x25_output': /kisskb/src/net/x25/x25_out.c:51:6: note: byref variable will be forcibly initialized 51 | int err, frontlen, len; | ^~~ /kisskb/src/net/x25/x25_out.c:50:16: note: byref variable will be forcibly initialized 50 | unsigned char header[X25_EXT_MIN_LEN]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c: In function 'amdgpu_device_recover_vram': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:4223:35: note: byref variable will be forcibly initialized 4223 | struct dma_fence *fence = NULL, *next = NULL; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c: In function 'amdgpu_device_mm_access': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:307:6: note: byref variable will be forcibly initialized 307 | int idx; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c: In function 'amdgpu_device_resize_fb_bar': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:1188:6: note: byref variable will be forcibly initialized 1188 | u16 cmd; | ^~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:25, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/net/phonet/pn_netlink.c:17: /kisskb/src/net/phonet/pn_netlink.c: In function 'nla_put_u8': /kisskb/src/include/net/netlink.h:1244:5: note: byref variable will be forcibly initialized 1244 | u8 tmp = value; | ^~~ /kisskb/src/net/phonet/pn_netlink.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized 1309 | u32 tmp = value; | ^~~ /kisskb/src/net/phonet/pn_netlink.c: In function 'addr_doit': /kisskb/src/drivers/misc/hpilo.c: In function 'ilo_pkt_dequeue': /kisskb/src/net/phonet/pn_netlink.c:55:17: note: byref variable will be forcibly initialized 55 | struct nlattr *tb[IFA_MAX+1]; | ^~ /kisskb/src/drivers/misc/hpilo.c:148:6: note: byref variable will be forcibly initialized 148 | int entry = 0, pkt_id = 0; | ^~~~~ /kisskb/src/net/phonet/pn_netlink.c: In function 'route_doit': /kisskb/src/net/phonet/pn_netlink.c:222:17: note: byref variable will be forcibly initialized 222 | struct nlattr *tb[RTA_MAX+1]; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c: In function 'amdgpu_device_gpu_recover': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:4933:30: note: byref variable will be forcibly initialized 4933 | struct amdgpu_reset_context reset_context; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:4925:19: note: byref variable will be forcibly initialized 4925 | struct list_head device_list, *device_list_handle = NULL; | ^~~~~~~~~~~ /kisskb/src/drivers/misc/hpilo.c: In function 'ilo_write': /kisskb/src/drivers/misc/hpilo.c:495:8: note: byref variable will be forcibly initialized 495 | void *pkt; | ^~~ /kisskb/src/drivers/misc/hpilo.c:491:19: note: byref variable will be forcibly initialized 491 | int err, pkt_id, pkt_len; | ^~~~~~~ /kisskb/src/drivers/misc/hpilo.c:491:11: note: byref variable will be forcibly initialized 491 | int err, pkt_id, pkt_len; | ^~~~~~ /kisskb/src/drivers/misc/hpilo.c: In function 'ilo_ccb_verify': /kisskb/src/drivers/misc/hpilo.c:353:6: note: byref variable will be forcibly initialized 353 | int pkt_id, i; | ^~~~~~ /kisskb/src/drivers/misc/hpilo.c: In function 'ilo_read': /kisskb/src/drivers/misc/hpilo.c:445:8: note: byref variable will be forcibly initialized 445 | void *pkt; | ^~~ /kisskb/src/drivers/misc/hpilo.c:441:31: note: byref variable will be forcibly initialized 441 | int err, found, cnt, pkt_id, pkt_len; | ^~~~~~~ /kisskb/src/drivers/misc/hpilo.c:441:23: note: byref variable will be forcibly initialized 441 | int err, found, cnt, pkt_id, pkt_len; | ^~~~~~ /kisskb/src/drivers/misc/hpilo.c: In function 'ilo_map_device': /kisskb/src/drivers/misc/hpilo.c:696:5: note: byref variable will be forcibly initialized 696 | u8 pci_rev_id; | ^~~~~~~~~~ /kisskb/src/drivers/misc/hpilo.c: In function 'ilo_init': /kisskb/src/drivers/misc/hpilo.c:889:8: note: byref variable will be forcibly initialized 889 | dev_t dev; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c: In function 'amdgpu_pci_slot_reset': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:5475:19: note: byref variable will be forcibly initialized 5475 | struct list_head device_list; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:5473:30: note: byref variable will be forcibly initialized 5473 | struct amdgpu_reset_context reset_context; | ^~~~~~~~~~~~~ In file included from /kisskb/src/drivers/base/regmap/regcache-flat.c:11: /kisskb/src/drivers/base/regmap/regcache-flat.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/net/x25/x25_route.c: In function 'x25_route_ioctl': /kisskb/src/net/x25/x25_route.c:162:26: note: byref variable will be forcibly initialized 162 | struct x25_route_struct rt; | ^~ /kisskb/src/net/llc/llc_sap.c: In function 'llc_sap_mcast': /kisskb/src/net/llc/llc_sap.c:395:15: note: byref variable will be forcibly initialized 395 | struct sock *stack[256 / sizeof(struct sock *)]; | ^~~~~ /kisskb/src/net/llc/llc_sap.c: In function 'llc_sap_handler': /kisskb/src/net/llc/llc_sap.c:423:18: note: byref variable will be forcibly initialized 423 | struct llc_addr laddr; | ^~~~~ /kisskb/src/drivers/gpu/drm/savage/savage_state.c: In function 'savage_dispatch_dma_prim': /kisskb/src/drivers/gpu/drm/savage/savage_state.c:387:8: note: byref variable will be forcibly initialized 387 | int reorder[3] = { -1, -1, -1 }; | ^~~~~~~ In file included from /kisskb/src/include/linux/mm.h:21, from /kisskb/src/include/linux/pagemap.h:8, from /kisskb/src/drivers/dax/super.c:5: /kisskb/src/drivers/dax/super.c: In function 'percpu_ref_put_many': /kisskb/src/include/linux/percpu-refcount.h:328:26: note: byref variable will be forcibly initialized 328 | unsigned long __percpu *percpu_count; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/savage/savage_state.c: In function 'savage_dispatch_dma_idx': /kisskb/src/drivers/gpu/drm/savage/savage_state.c:649:8: note: byref variable will be forcibly initialized 649 | int reorder[3] = { 2, -1, -1 }; | ^~~~~~~ /kisskb/src/drivers/dax/super.c: In function 'generic_fsdax_supported': /kisskb/src/drivers/dax/super.c:130:13: note: byref variable will be forcibly initialized 130 | pfn_t pfn, end_pfn; | ^~~~~~~ /kisskb/src/drivers/dax/super.c:130:8: note: byref variable will be forcibly initialized 130 | pfn_t pfn, end_pfn; | ^~~ /kisskb/src/drivers/dax/super.c:129:16: note: byref variable will be forcibly initialized 129 | void *kaddr, *end_kaddr; | ^~~~~~~~~ /kisskb/src/drivers/dax/super.c:129:8: note: byref variable will be forcibly initialized 129 | void *kaddr, *end_kaddr; | ^~~~~ /kisskb/src/drivers/dax/super.c:128:17: note: byref variable will be forcibly initialized 128 | pgoff_t pgoff, pgoff_end; | ^~~~~~~~~ /kisskb/src/drivers/dax/super.c:128:10: note: byref variable will be forcibly initialized 128 | pgoff_t pgoff, pgoff_end; | ^~~~~ In file included from /kisskb/src/drivers/gpu/drm/savage/savage_state.c:26: /kisskb/src/drivers/gpu/drm/savage/savage_state.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/savage/savage_state.c: In function 'savage_dispatch_vb_prim': /kisskb/src/drivers/gpu/drm/savage/savage_state.c:507:8: note: byref variable will be forcibly initialized 507 | int reorder[3] = { -1, -1, -1 }; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/savage/savage_state.c: In function 'savage_dispatch_vb_idx': /kisskb/src/drivers/gpu/drm/savage/savage_state.c:770:8: note: byref variable will be forcibly initialized 770 | int reorder[3] = { 2, -1, -1 }; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/savage/savage_state.c: In function 'savage_dispatch_draw': /kisskb/src/drivers/gpu/drm/savage/savage_state.c:921:28: note: byref variable will be forcibly initialized 921 | drm_savage_cmd_header_t cmd_header; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/savage/savage_state.c: In function 'savage_bci_cmdbuf': /kisskb/src/drivers/gpu/drm/savage/savage_state.c:1050:27: note: byref variable will be forcibly initialized 1050 | drm_savage_cmd_header_t cmd_header; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt8912b.c: In function 'lt8912_check_cable_status': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt8912b.c:364:15: note: byref variable will be forcibly initialized 364 | unsigned int reg_val; | ^~~~~~~ /kisskb/src/net/decnet/dn_nsp_in.c: In function 'dn_find_listener': /kisskb/src/net/decnet/dn_nsp_in.c:227:6: note: byref variable will be forcibly initialized 227 | int len; | ^~~ /kisskb/src/net/decnet/dn_nsp_in.c:226:17: note: byref variable will be forcibly initialized 226 | unsigned char *ptr; | ^~~ /kisskb/src/net/decnet/dn_nsp_in.c:223:16: note: byref variable will be forcibly initialized 223 | unsigned char type = 0; | ^~~~ /kisskb/src/net/decnet/dn_nsp_in.c:222:21: note: byref variable will be forcibly initialized 222 | struct sockaddr_dn srcaddr; | ^~~~~~~ /kisskb/src/net/decnet/dn_nsp_in.c:221:21: note: byref variable will be forcibly initialized 221 | struct sockaddr_dn dstaddr; | ^~~~~~~ /kisskb/src/net/decnet/dn_nsp_in.c: In function 'dn_nsp_rx_packet': /kisskb/src/net/decnet/dn_nsp_in.c:716:17: note: byref variable will be forcibly initialized 716 | unsigned short reason = NSP_REASON_NL; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt8912b.c: In function 'lt8912_connector_get_modes': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt8912b.c:418:6: note: byref variable will be forcibly initialized 418 | u32 bus_format = MEDIA_BUS_FMT_RGB888_1X24; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/lontium-lt8912b.c: In function 'lt8912_attach_dsi': /kisskb/src/drivers/gpu/drm/bridge/lontium-lt8912b.c:464:36: note: byref variable will be forcibly initialized 464 | const struct mipi_dsi_device_info info = { .type = "lt8912", | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/9p.h:174, from /kisskb/src/net/9p/client.c:29: /kisskb/src/net/9p/client.c: In function 'trace_event_raw_event_9p_client_req': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/9p.h:100:1: note: in expansion of macro 'TRACE_EVENT' 100 | TRACE_EVENT(9p_client_req, | ^~~~~~~~~~~ /kisskb/src/net/9p/client.c: In function 'trace_event_raw_event_9p_client_res': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/9p.h:122:1: note: in expansion of macro 'TRACE_EVENT' 122 | TRACE_EVENT(9p_client_res, | ^~~~~~~~~~~ /kisskb/src/net/9p/client.c: In function 'trace_event_raw_event_9p_protocol_dump': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/9p.h:148:1: note: in expansion of macro 'TRACE_EVENT' 148 | TRACE_EVENT(9p_protocol_dump, | ^~~~~~~~~~~ /kisskb/src/net/9p/client.c: In function 'p9_parse_header': /kisskb/src/net/9p/client.c:448:6: note: byref variable will be forcibly initialized 448 | s32 r_size; | ^~~~~~ /kisskb/src/net/9p/client.c:447:6: note: byref variable will be forcibly initialized 447 | s16 r_tag; | ^~~~~ /kisskb/src/net/9p/client.c:446:5: note: byref variable will be forcibly initialized 446 | s8 r_type; | ^~~~~~ /kisskb/src/net/9p/client.c: In function 'parse_opts': /kisskb/src/net/9p/client.c:135:6: note: byref variable will be forcibly initialized 135 | int option; | ^~~~~~ /kisskb/src/net/9p/client.c:134:14: note: byref variable will be forcibly initialized 134 | substring_t args[MAX_OPT_ARGS]; | ^~~~ /kisskb/src/net/9p/client.c:132:8: note: byref variable will be forcibly initialized 132 | char *options, *tmp_options; | ^~~~~~~ /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_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/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/net/9p/client.c: In function 'p9_check_errors': /kisskb/src/net/9p/client.c:519:9: note: byref variable will be forcibly initialized 519 | char *ename; | ^~~~~ /kisskb/src/net/9p/client.c:498:6: note: byref variable will be forcibly initialized 498 | int ecode; | ^~~~~ /kisskb/src/net/9p/client.c:496:5: note: byref variable will be forcibly initialized 496 | s8 type; | ^~~~ /kisskb/src/net/9p/client.c: In function 'p9_check_zc_errors': /kisskb/src/net/9p/client.c:572:8: note: byref variable will be forcibly initialized 572 | char *ename = NULL; | ^~~~~ /kisskb/src/net/9p/client.c:571:5: note: byref variable will be forcibly initialized 571 | s8 type; | ^~~~ /kisskb/src/net/9p/client.c:570:6: note: byref variable will be forcibly initialized 570 | int ecode; | ^~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/net/9p/client.c:11: /kisskb/src/net/9p/client.c: In function 'p9_client_rpc': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:882:2: note: in expansion of macro '___wait_event' 882 | ___wait_event(wq, condition, TASK_KILLABLE, 0, 0, schedule()) | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:904:11: note: in expansion of macro '__wait_event_killable' 904 | __ret = __wait_event_killable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/9p/client.c:756:8: note: in expansion of macro 'wait_event_killable' 756 | err = wait_event_killable(req->wq, req->status >= REQ_STATUS_RCVD); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/9p/client.c:728:10: note: byref variable will be forcibly initialized 728 | va_list ap; | ^~ /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; | ^~~~ /kisskb/src/net/9p/client.c: In function 'p9_client_flush': /kisskb/src/net/9p/client.c:655:6: note: byref variable will be forcibly initialized 655 | s16 oldtag; | ^~~~~~ 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/net/9p/client.c: In function 'p9_client_version': /kisskb/src/net/9p/client.c:936:6: note: byref variable will be forcibly initialized 936 | int msize; | ^~~~~ /kisskb/src/net/9p/client.c:935:8: note: byref variable will be forcibly initialized 935 | char *version = NULL; | ^~~~~~~ /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/net/9p/client.c: In function 'p9_client_zc_rpc': /kisskb/src/net/9p/client.c:823:10: note: byref variable will be forcibly initialized 823 | va_list ap; | ^~ /kisskb/src/net/9p/client.c: In function 'p9_client_stat': /kisskb/src/net/9p/client.c:1698:6: note: byref variable will be forcibly initialized 1698 | u16 ignored; | ^~~~~~~ /kisskb/src/net/9p/client.c: In function 'p9_tag_cleanup': /kisskb/src/net/9p/client.c:398:6: note: byref variable will be forcibly initialized 398 | int id; | ^~ /kisskb/src/net/9p/client.c: In function 'p9_client_destroy': /kisskb/src/net/9p/client.c:1079:6: note: byref variable will be forcibly initialized 1079 | int id; | ^~ /kisskb/src/net/9p/client.c: In function 'p9_client_open': /kisskb/src/net/9p/client.c:1243:6: note: byref variable will be forcibly initialized 1243 | int iounit; | ^~~~~~ /kisskb/src/net/9p/client.c:1242:16: note: byref variable will be forcibly initialized 1242 | struct p9_qid qid; | ^~~ /kisskb/src/net/9p/client.c: In function 'p9_client_fcreate': /kisskb/src/net/9p/client.c:1334:6: note: byref variable will be forcibly initialized 1334 | int iounit; | ^~~~~~ /kisskb/src/net/9p/client.c:1333:16: note: byref variable will be forcibly initialized 1333 | struct p9_qid qid; | ^~~ /kisskb/src/net/9p/client.c: In function 'p9_client_attach': /kisskb/src/net/9p/client.c:1121:16: note: byref variable will be forcibly initialized 1121 | struct p9_qid qid; | ^~~ /kisskb/src/drivers/base/regmap/regmap-debugfs.c: In function 'regmap_read_debugfs': /kisskb/src/drivers/base/regmap/regmap-debugfs.c:224:15: note: byref variable will be forcibly initialized 224 | unsigned int val, start_reg; | ^~~ /kisskb/src/drivers/base/regmap/regmap-debugfs.c:220:9: note: byref variable will be forcibly initialized 220 | loff_t p = *ppos; | ^ /kisskb/src/net/9p/client.c: In function 'p9_client_create_dotl': /kisskb/src/net/9p/client.c:1289:6: note: byref variable will be forcibly initialized 1289 | int iounit; | ^~~~~~ /kisskb/src/net/9p/client.c: In function 'p9_client_walk': /kisskb/src/net/9p/client.c:1169:6: note: byref variable will be forcibly initialized 1169 | u16 nwqids, count; | ^~~~~~ /kisskb/src/net/9p/client.c:1167:17: note: byref variable will be forcibly initialized 1167 | struct p9_qid *wqids; | ^~~~~ /kisskb/src/drivers/base/regmap/regmap-debugfs.c: In function 'regmap_cache_bypass_write_file': /kisskb/src/drivers/base/regmap/regmap-debugfs.c:512:7: note: byref variable will be forcibly initialized 512 | bool new_val; | ^~~~~~~ /kisskb/src/drivers/base/regmap/regmap-debugfs.c: In function 'regmap_cache_only_write_file': /kisskb/src/drivers/base/regmap/regmap-debugfs.c:465:7: note: byref variable will be forcibly initialized 465 | bool new_val, require_sync = false; | ^~~~~~~ /kisskb/src/net/9p/client.c: In function 'p9_client_read_once': /kisskb/src/net/9p/client.c:1574:8: note: byref variable will be forcibly initialized 1574 | char *dataptr; | ^~~~~~~ /kisskb/src/net/9p/client.c:1572:6: note: byref variable will be forcibly initialized 1572 | int count = iov_iter_count(to); | ^~~~~ /kisskb/src/drivers/base/regmap/regmap-debugfs.c: In function 'regmap_reg_ranges_read_file': /kisskb/src/drivers/base/regmap/regmap-debugfs.c:366:9: note: byref variable will be forcibly initialized 366 | loff_t p = 0; | ^ /kisskb/src/net/9p/client.c: In function 'p9_client_write': /kisskb/src/net/9p/client.c:1647:7: note: byref variable will be forcibly initialized 1647 | int count = iov_iter_count(from); | ^~~~~ /kisskb/src/net/9p/client.c: In function 'p9_client_readdir': /kisskb/src/net/9p/client.c:2082:18: note: byref variable will be forcibly initialized 2082 | struct iov_iter to; | ^~ /kisskb/src/net/9p/client.c:2081:14: note: byref variable will be forcibly initialized 2081 | struct kvec kv = {.iov_base = data, .iov_len = count}; | ^~ /kisskb/src/net/9p/client.c:2080:8: note: byref variable will be forcibly initialized 2080 | char *dataptr; | ^~~~~~~ /kisskb/src/net/decnet/dn_nsp_out.c: In function 'dn_nsp_send': /kisskb/src/net/decnet/dn_nsp_out.c:71:17: note: byref variable will be forcibly initialized 71 | struct flowidn fld; | ^~~ /kisskb/src/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/cxl/fault.c: In function 'cxl_handle_mm_fault': /kisskb/src/drivers/misc/cxl/fault.c:133:13: note: byref variable will be forcibly initialized 133 | vm_fault_t flt = 0; | ^~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_vm.c: In function 'ttm_bo_vm_fault_reserved': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_vm.c:233:28: note: byref variable will be forcibly initialized 233 | struct ttm_operation_ctx ctx = { | ^~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_vm.c: In function 'ttm_bo_vm_fault': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_vm.c:334:6: note: byref variable will be forcibly initialized 334 | int idx; | ^~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_vm.c: In function 'ttm_bo_vm_access_kmap': /kisskb/src/drivers/gpu/drm/ttm/ttm_bo_vm.c:389:26: note: byref variable will be forcibly initialized 389 | struct ttm_bo_kmap_obj map; | ^~~ /kisskb/src/drivers/misc/isl29003.c: In function 'isl29003_store_power_state': /kisskb/src/drivers/misc/isl29003.c:302:16: note: byref variable will be forcibly initialized 302 | unsigned long val; | ^~~ /kisskb/src/drivers/misc/isl29003.c: In function 'isl29003_store_mode': /kisskb/src/drivers/misc/isl29003.c:266:16: note: byref variable will be forcibly initialized 266 | unsigned long val; | ^~~ /kisskb/src/drivers/misc/isl29003.c: In function 'isl29003_store_resolution': /kisskb/src/drivers/misc/isl29003.c:233:16: note: byref variable will be forcibly initialized 233 | unsigned long val; | ^~~ /kisskb/src/drivers/misc/isl29003.c: In function 'isl29003_store_range': /kisskb/src/drivers/misc/isl29003.c:197:16: note: byref variable will be forcibly initialized 197 | unsigned long val; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/parade-ps8622.c: In function 'ps8622_set': /kisskb/src/drivers/gpu/drm/bridge/parade-ps8622.c:71:5: note: byref variable will be forcibly initialized 71 | u8 data[] = {reg, val}; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/parade-ps8622.c:70:17: note: byref variable will be forcibly initialized 70 | struct i2c_msg msg; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/parade-ps8622.c: In function 'ps8622_probe': /kisskb/src/drivers/gpu/drm/bridge/parade-ps8622.c:455:20: note: byref variable will be forcibly initialized 455 | struct drm_panel *panel; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/habanalabs_drv.c: In function 'hl_init': /kisskb/src/drivers/misc/habanalabs/common/habanalabs_drv.c:608:8: note: byref variable will be forcibly initialized 608 | dev_t dev; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/habanalabs_drv.c: In function 'hl_device_open': /kisskb/src/drivers/misc/habanalabs/common/habanalabs_drv.c:115:24: note: byref variable will be forcibly initialized 115 | enum hl_device_status status; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/habanalabs_drv.c: In function 'hl_pci_probe': /kisskb/src/drivers/misc/habanalabs/common/habanalabs_drv.c:460:20: note: byref variable will be forcibly initialized 460 | struct hl_device *hdev; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/parade-ps8640.c: In function 'ps8640_aux_transfer': /kisskb/src/drivers/gpu/drm/bridge/parade-ps8640.c:164:5: note: byref variable will be forcibly initialized 164 | u8 addr_len[PAGE0_SWAUX_LENGTH + 1 - PAGE0_SWAUX_ADDR_7_0]; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/parade-ps8640.c:158:15: note: byref variable will be forcibly initialized 158 | unsigned int data; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/parade-ps8640.c: In function 'ps8640_bridge_vdo_control': /kisskb/src/drivers/gpu/drm/bridge/parade-ps8640.c:281:5: note: byref variable will be forcibly initialized 281 | u8 vdo_ctrl_buf[] = { VDO_CTL_ADD, ctrl }; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/parade-ps8640.c: In function 'ps8640_bridge_poweron': /kisskb/src/drivers/gpu/drm/bridge/parade-ps8640.c:299:11: note: byref variable will be forcibly initialized 299 | int ret, status; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/parade-ps8640.c: In function 'ps8640_probe': /kisskb/src/drivers/gpu/drm/bridge/parade-ps8640.c:520:20: note: byref variable will be forcibly initialized 520 | struct drm_panel *panel; | ^~~~~ /kisskb/src/net/x25/x25_subr.c: In function 'x25_write_internal': /kisskb/src/net/x25/x25_subr.c:115:17: note: byref variable will be forcibly initialized 115 | unsigned char addresses[1 + X25_ADDR_LEN]; | ^~~~~~~~~ /kisskb/src/net/x25/x25_subr.c:114:17: note: byref variable will be forcibly initialized 114 | unsigned char facilities[X25_MAX_FAC_LEN]; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/if_ether.h:19, from /kisskb/src/drivers/misc/habanalabs/common/../include/common/cpucp_if.h:12, from /kisskb/src/drivers/misc/habanalabs/common/habanalabs.h:11, from /kisskb/src/drivers/misc/habanalabs/common/device.c:11: /kisskb/src/drivers/misc/habanalabs/common/device.c: In function 'kmalloc_array': /kisskb/src/drivers/gpu/drm/bridge/parade-ps8640.c: In function 'ps8640_bridge_attach': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/parade-ps8640.c:408:36: note: byref variable will be forcibly initialized 408 | const struct mipi_dsi_device_info info = { .type = "ps8640", | ^~~~ /kisskb/src/drivers/misc/habanalabs/common/device.c: In function 'device_early_init': /kisskb/src/drivers/misc/habanalabs/common/device.c:361:7: note: byref variable will be forcibly initialized 361 | char workq_name[32]; | ^~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/device.c: In function 'hl_device_utilization': /kisskb/src/drivers/misc/habanalabs/common/device.c:635:17: note: byref variable will be forcibly initialized 635 | u64 max_power, curr_power, dc_power, dividend; | ^~~~~~~~~~ /kisskb/src/drivers/base/regmap/regmap-i2c.c: In function 'regmap_i2c_read': /kisskb/src/drivers/base/regmap/regmap-i2c.c:178:17: note: byref variable will be forcibly initialized 178 | struct i2c_msg xfer[2]; | ^~~~ /kisskb/src/drivers/base/regmap/regmap-i2c.c: In function 'regmap_i2c_gather_write': /kisskb/src/drivers/base/regmap/regmap-i2c.c:144:17: note: byref variable will be forcibly initialized 144 | struct i2c_msg xfer[2]; | ^~~~ /kisskb/src/drivers/misc/isl29020.c: In function 'als_sensing_range_store': /kisskb/src/drivers/misc/isl29020.c:79:16: note: byref variable will be forcibly initialized 79 | unsigned long val; | ^~~ /kisskb/src/drivers/dax/bus.c: In function 'align_store': /kisskb/src/drivers/dax/bus.c:1128:16: note: byref variable will be forcibly initialized 1128 | unsigned long val, align_save; | ^~~ /kisskb/src/drivers/dax/bus.c: In function 'range_parse': /kisskb/src/drivers/dax/bus.c:1039:16: note: byref variable will be forcibly initialized 1039 | char *start, *end, *str; | ^~~ /kisskb/src/drivers/dax/bus.c:1038:21: note: byref variable will be forcibly initialized 1038 | unsigned long long addr = 0; | ^~~~ /kisskb/src/drivers/dax/bus.c: In function 'do_id_store': /kisskb/src/drivers/dax/bus.c:71:7: note: byref variable will be forcibly initialized 71 | char devname[DAX_NAME_LEN]; | ^~~~~~~ /kisskb/src/drivers/dax/bus.c:70:26: note: byref variable will be forcibly initialized 70 | unsigned int region_id, id; | ^~ /kisskb/src/drivers/dax/bus.c:70:15: note: byref variable will be forcibly initialized 70 | unsigned int region_id, id; | ^~~~~~~~~ /kisskb/src/drivers/dax/bus.c: In function 'create_store': /kisskb/src/drivers/dax/bus.c:330:23: note: byref variable will be forcibly initialized 330 | struct dev_dax_data data = { | ^~~~ /kisskb/src/drivers/dax/bus.c:314:6: note: byref variable will be forcibly initialized 314 | int val; | ^~~ /kisskb/src/drivers/dax/bus.c: In function 'mapping_store': /kisskb/src/drivers/dax/bus.c:1072:15: note: byref variable will be forcibly initialized 1072 | struct range r; | ^ /kisskb/src/net/phonet/socket.c: In function 'pn_socket_accept': /kisskb/src/net/phonet/socket.c:299:6: note: byref variable will be forcibly initialized 299 | int err; | ^~~ /kisskb/src/drivers/dax/bus.c: In function 'size_store': /kisskb/src/drivers/dax/bus.c:1009:21: note: byref variable will be forcibly initialized 1009 | unsigned long long val; | ^~~ /kisskb/src/net/phonet/socket.c: In function 'pn_socket_autobind': /kisskb/src/net/phonet/socket.c:204:21: note: byref variable will be forcibly initialized 204 | struct sockaddr_pn sa; | ^~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/net/phonet/socket.c:13: /kisskb/src/net/phonet/socket.c: In function 'pn_socket_connect': /kisskb/src/net/phonet/socket.c:263:15: note: byref variable will be forcibly initialized 263 | DEFINE_WAIT(wait); | ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/net/phonet/socket.c:263:3: note: in expansion of macro 'DEFINE_WAIT' 263 | DEFINE_WAIT(wait); | ^~~~~~~~~~~ /kisskb/src/net/phonet/socket.c: In function 'pn_sock_get_port': /kisskb/src/net/phonet/socket.c:483:19: note: byref variable will be forcibly initialized 483 | int port, pmin, pmax; | ^~~~ /kisskb/src/net/phonet/socket.c:483:13: note: byref variable will be forcibly initialized 483 | int port, pmin, pmax; | ^~~~ /kisskb/src/net/phonet/socket.c:475:21: note: byref variable will be forcibly initialized 475 | struct sockaddr_pn try_sa; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_crtc.c: In function 'amdgpu_atombios_crtc_program_ss': /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_crtc.c:249:23: note: byref variable will be forcibly initialized 249 | union atom_enable_ss args; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_crtc.c: In function 'amdgpu_atombios_crtc_adjust_pll': /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_crtc.c:321:11: note: byref variable will be forcibly initialized 321 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_crtc.c:321:5: note: byref variable will be forcibly initialized 321 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_crtc.c:320:27: note: byref variable will be forcibly initialized 320 | union adjust_pixel_clock args; | ^~~~ /kisskb/src/net/llc/llc_s_ac.c: In function 'llc_sap_action_send_xid_r': /kisskb/src/net/llc/llc_s_ac.c:103:41: note: byref variable will be forcibly initialized 103 | u8 mac_da[ETH_ALEN], mac_sa[ETH_ALEN], dsap; | ^~~~ /kisskb/src/net/llc/llc_s_ac.c:103:23: note: byref variable will be forcibly initialized 103 | u8 mac_da[ETH_ALEN], mac_sa[ETH_ALEN], dsap; | ^~~~~~ /kisskb/src/net/llc/llc_s_ac.c:103:5: note: byref variable will be forcibly initialized 103 | u8 mac_da[ETH_ALEN], mac_sa[ETH_ALEN], dsap; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_crtc.c: In function 'amdgpu_atombios_crtc_overscan_setup': /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_crtc.c:46:34: note: byref variable will be forcibly initialized 46 | SET_CRTC_OVERSCAN_PS_ALLOCATION args; | ^~~~ /kisskb/src/net/llc/llc_s_ac.c: In function 'llc_sap_action_send_test_r': /kisskb/src/net/llc/llc_s_ac.c:151:41: note: byref variable will be forcibly initialized 151 | u8 mac_da[ETH_ALEN], mac_sa[ETH_ALEN], dsap; | ^~~~ /kisskb/src/net/llc/llc_s_ac.c:151:23: note: byref variable will be forcibly initialized 151 | u8 mac_da[ETH_ALEN], mac_sa[ETH_ALEN], dsap; | ^~~~~~ /kisskb/src/net/llc/llc_s_ac.c:151:5: note: byref variable will be forcibly initialized 151 | u8 mac_da[ETH_ALEN], mac_sa[ETH_ALEN], dsap; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_crtc.c: In function 'amdgpu_atombios_crtc_scaler_setup': /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_crtc.c:89:30: note: byref variable will be forcibly initialized 89 | ENABLE_SCALER_PS_ALLOCATION args; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_crtc.c: In function 'amdgpu_atombios_crtc_lock': /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_crtc.c:120:28: note: byref variable will be forcibly initialized 120 | ENABLE_CRTC_PS_ALLOCATION args; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_crtc.c: In function 'amdgpu_atombios_crtc_enable': /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_crtc.c:136:28: note: byref variable will be forcibly initialized 136 | ENABLE_CRTC_PS_ALLOCATION args; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_crtc.c: In function 'amdgpu_atombios_crtc_blank': /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_crtc.c:152:27: note: byref variable will be forcibly initialized 152 | BLANK_CRTC_PS_ALLOCATION args; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_crtc.c: In function 'amdgpu_atombios_crtc_powergate': /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_crtc.c:168:41: note: byref variable will be forcibly initialized 168 | ENABLE_DISP_POWER_GATING_PS_ALLOCATION args; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_crtc.c: In function 'amdgpu_atombios_crtc_powergate_init': /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_crtc.c:181:41: note: byref variable will be forcibly initialized 181 | ENABLE_DISP_POWER_GATING_PS_ALLOCATION args; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_crtc.c: In function 'amdgpu_atombios_crtc_set_dtd_timing': /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_crtc.c:196:39: note: byref variable will be forcibly initialized 196 | SET_CRTC_USING_DTD_TIMING_PARAMETERS args; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_crtc.c: In function 'amdgpu_atombios_crtc_set_disp_eng_pll': /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_crtc.c:476:24: note: byref variable will be forcibly initialized 476 | union set_pixel_clock args; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_crtc.c:474:11: note: byref variable will be forcibly initialized 474 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_crtc.c:474:5: note: byref variable will be forcibly initialized 474 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_crtc.c: In function 'amdgpu_atombios_crtc_set_dce_clock': /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_crtc.c:531:22: note: byref variable will be forcibly initialized 531 | union set_dce_clock args; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_crtc.c:529:11: note: byref variable will be forcibly initialized 529 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_crtc.c:529:5: note: byref variable will be forcibly initialized 529 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_crtc.c: In function 'amdgpu_atombios_crtc_program_pll': /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_crtc.c:594:24: note: byref variable will be forcibly initialized 594 | union set_pixel_clock args; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_crtc.c:592:11: note: byref variable will be forcibly initialized 592 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_crtc.c:592:5: note: byref variable will be forcibly initialized 592 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_crtc.c: In function 'amdgpu_atombios_crtc_set_pll': /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_crtc.c:826:48: note: byref variable will be forcibly initialized 826 | u32 ref_div = 0, fb_div = 0, frac_fb_div = 0, post_div = 0; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_crtc.c:826:31: note: byref variable will be forcibly initialized 826 | u32 ref_div = 0, fb_div = 0, frac_fb_div = 0, post_div = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_crtc.c:826:19: note: byref variable will be forcibly initialized 826 | u32 ref_div = 0, fb_div = 0, frac_fb_div = 0, post_div = 0; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_crtc.c:826:6: note: byref variable will be forcibly initialized 826 | u32 ref_div = 0, fb_div = 0, frac_fb_div = 0, post_div = 0; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_crtc.c:824:6: note: byref variable will be forcibly initialized 824 | u32 pll_clock = mode->clock; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/net/net_namespace.h:39, from /kisskb/src/include/linux/netdevice.h:37, from /kisskb/src/include/linux/can/can-ml.h:47, from /kisskb/src/net/can/j1939/socket.c:15: /kisskb/src/net/can/j1939/socket.c: In function 'sockptr_is_null': /kisskb/src/include/linux/sockptr.h:37:20: note: userspace variable will be forcibly initialized 37 | static inline bool sockptr_is_null(sockptr_t sockptr) | ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:25, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/include/linux/can/skb.h:17, from /kisskb/src/net/can/j1939/socket.c:17: /kisskb/src/net/can/j1939/socket.c: In function 'nla_put_u64_64bit': /kisskb/src/include/net/netlink.h:1363:6: note: byref variable will be forcibly initialized 1363 | u64 tmp = value; | ^~~ /kisskb/src/net/can/j1939/socket.c: In function 'nla_put_u8': /kisskb/src/include/net/netlink.h:1244:5: note: byref variable will be forcibly initialized 1244 | u8 tmp = value; | ^~~ /kisskb/src/net/can/j1939/socket.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized 1309 | u32 tmp = value; | ^~~ /kisskb/src/net/can/j1939/socket.c: In function 'j1939_sk_recvmsg': /kisskb/src/net/can/j1939/socket.c:796:6: note: byref variable will be forcibly initialized 796 | int ret = 0; | ^~~ /kisskb/src/net/can/j1939/socket.c: In function 'j1939_sk_alloc_skb': /kisskb/src/net/can/j1939/socket.c:859:6: note: byref variable will be forcibly initialized 859 | int ret; | ^~~ /kisskb/src/net/can/j1939/socket.c: In function 'j1939_sk_send_loop': /kisskb/src/net/can/j1939/socket.c:1101:6: note: byref variable will be forcibly initialized 1101 | int ret = 0; | ^~~ /kisskb/src/net/can/j1939/socket.c: In function 'j1939_sk_getsockopt': /kisskb/src/net/can/j1939/socket.c:746:6: note: byref variable will be forcibly initialized 746 | int tmp = 0; | ^~~ /kisskb/src/drivers/mfd/lp3943.c: In function 'lp3943_read_byte': /kisskb/src/drivers/mfd/lp3943.c:76:15: note: byref variable will be forcibly initialized 76 | unsigned int val; | ^~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/net/net_namespace.h:39, from /kisskb/src/include/linux/netdevice.h:37, from /kisskb/src/include/linux/can/can-ml.h:47, from /kisskb/src/net/can/j1939/socket.c:15: /kisskb/src/net/can/j1939/socket.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/can/j1939/socket.c: In function 'j1939_sk_setsockopt_flag': /kisskb/src/net/can/j1939/socket.c:651:6: note: byref variable will be forcibly initialized 651 | int tmp; | ^~~ /kisskb/src/net/can/j1939/socket.c: In function 'j1939_sk_setsockopt': /kisskb/src/net/can/j1939/socket.c:666:12: note: userspace variable will be forcibly initialized 666 | static int j1939_sk_setsockopt(struct socket *sock, int level, int optname, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/can/j1939/socket.c:671:6: note: byref variable will be forcibly initialized 671 | int tmp, count = 0, ret = 0; | ^~~ In file included from /kisskb/src/include/linux/sysctl.h:27, from /kisskb/src/include/net/net_namespace.h:12, from /kisskb/src/include/linux/netdevice.h:37, from /kisskb/src/include/linux/can/can-ml.h:47, from /kisskb/src/net/can/j1939/socket.c:15: /kisskb/src/net/can/j1939/socket.c: In function 'j1939_sk_release': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/can/j1939/socket.c:624:7: note: in expansion of macro 'wait_event_interruptible' 624 | if (wait_event_interruptible(jsk->waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c: In function 'amdgpu_connector_dvi_detect': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c:1030:36: note: byref variable will be forcibly initialized 1030 | struct drm_connector_list_iter iter; | ^~~~ /kisskb/src/drivers/base/dd.c: In function 'deferred_probe_timeout_setup': /kisskb/src/drivers/base/dd.c:264:6: note: byref variable will be forcibly initialized 264 | int timeout; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c: In function 'amdgpu_connector_add': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c:1534:33: note: byref variable will be forcibly initialized 1534 | struct drm_connector_list_iter iter; | ^~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/drivers/base/dd.c:19: /kisskb/src/drivers/base/dd.c: In function 'wait_for_device_probe': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/base/dd.c:725:2: note: in expansion of macro 'wait_event' 725 | wait_event(probe_waitqueue, atomic_read(&probe_count) == 0); | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/base/dd.c:719:2: note: in expansion of macro 'wait_event' 719 | wait_event(probe_timeout_waitqueue, !driver_deferred_probe_timeout); | ^~~~~~~~~~ /kisskb/src/drivers/base/dd.c: In function '__device_attach': /kisskb/src/drivers/base/dd.c:960:29: note: byref variable will be forcibly initialized 960 | struct device_attach_data data = { | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_read_buf': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:150:17: note: byref variable will be forcibly initialized 150 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:149:5: note: byref variable will be forcibly initialized 149 | u8 data = addr; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_readb': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:181:5: note: byref variable will be forcibly initialized 181 | u8 ret = 0; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_burst_receive': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:670:5: note: byref variable will be forcibly initialized 670 | u8 buf[3], *d; | ^~~ In file included from /kisskb/src/include/net/genetlink.h:6, from /kisskb/src/net/batman-adv/bat_iv_ogm.c:42: /kisskb/src/net/batman-adv/bat_iv_ogm.c: In function 'nla_put_u8': /kisskb/src/include/net/netlink.h:1244:5: note: byref variable will be forcibly initialized 1244 | u8 tmp = value; | ^~~ /kisskb/src/net/batman-adv/bat_iv_ogm.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized 1309 | u32 tmp = value; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_write_buf': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:192:5: note: byref variable will be forcibly initialized 192 | u8 data[2]; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_burst_send': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:658:6: note: byref variable will be forcibly initialized 658 | u8 b[2] = { min(ctx->burst.rx_ack, 255), 0 }; | ^ /kisskb/src/net/batman-adv/bat_iv_ogm.c: In function 'batadv_iv_ogm_neigh_is_sob': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function '__sii8620_write_seq': /kisskb/src/net/batman-adv/bat_iv_ogm.c:2221:6: note: byref variable will be forcibly initialized 2221 | int diff; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:241:3: note: in expansion of macro 'sii8620_write' 241 | sii8620_write(ctx, seq[i], seq[i + 1]); | ^~~~~~~~~~~~~ /kisskb/src/net/batman-adv/bat_iv_ogm.c: In function 'batadv_iv_ogm_neigh_cmp': /kisskb/src/net/batman-adv/bat_iv_ogm.c:2193:6: note: byref variable will be forcibly initialized 2193 | int diff; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_enable_gen2_write_burst': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:246:12: note: byref variable will be forcibly initialized 246 | const u16 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:318:2: note: in expansion of macro 'sii8620_write_seq' 318 | sii8620_write_seq(ctx, | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_mt_read_devcap_send': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:246:12: note: byref variable will be forcibly initialized 246 | const u16 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:465:2: note: in expansion of macro 'sii8620_write_seq' 465 | sii8620_write_seq(ctx, | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_stop_video': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1011:2: note: in expansion of macro 'sii8620_write' 1011 | sii8620_write(ctx, REG_TPI_SC, val); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_setbits': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:259:2: note: in expansion of macro 'sii8620_write' 259 | sii8620_write(ctx, addr, val); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_set_format': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:246:12: note: byref variable will be forcibly initialized 246 | const u16 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1043:2: note: in expansion of macro 'sii8620_write_seq' 1043 | sii8620_write_seq(ctx, | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_emsc_enable': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1413:2: note: in expansion of macro 'sii8620_write' 1413 | sii8620_write(ctx, REG_EMSCINTRMASK, BIT_EMSCINTR_SPI_DVLD); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1412:2: note: in expansion of macro 'sii8620_write' 1412 | sii8620_write(ctx, REG_EMSCINTR, reg); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_mt_msc_cmd_send': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:376:3: note: in expansion of macro 'sii8620_write' 376 | sii8620_write(ctx, REG_MSC_COMMAND_START, | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:375:3: note: in expansion of macro 'sii8620_write' 375 | sii8620_write(ctx, REG_MSC_CMD_OR_OFFSET, msg->reg[1]); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:370:3: note: in expansion of macro 'sii8620_write' 370 | sii8620_write(ctx, REG_MSC_COMMAND_START, | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:365:3: note: in expansion of macro 'sii8620_write' 365 | sii8620_write(ctx, REG_MSC_COMMAND_START, | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_irq_edid': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1925:2: note: in expansion of macro 'sii8620_write' 1925 | sii8620_write(ctx, REG_INTR9, stat); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_irq_block': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1986:2: note: in expansion of macro 'sii8620_write' 1986 | sii8620_write(ctx, REG_EMSCINTR, stat); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_irq_merr': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1918:2: note: in expansion of macro 'sii8620_write' 1918 | sii8620_write(ctx, REG_CBUS_INT_1, stat); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_send_features': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1750:2: note: in expansion of macro 'sii8620_write' 1750 | sii8620_write(ctx, REG_MDT_XMIT_CTRL, BIT_MDT_XMIT_CTRL_EN | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1748:5: note: byref variable will be forcibly initialized 1748 | u8 buf[16]; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_irq_coc': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1911:2: note: in expansion of macro 'sii8620_write' 1911 | sii8620_write(ctx, REG_COC_INTR, stat); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_read_burst': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1645:2: note: in expansion of macro 'sii8620_write' 1645 | sii8620_write(ctx, REG_MDT_RCV_CTRL, BIT_MDT_RCV_CTRL_MDT_RCV_EN | | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1642:5: note: byref variable will be forcibly initialized 1642 | u8 buf[17]; | ^~~ /kisskb/src/net/batman-adv/bat_iv_ogm.c: In function 'batadv_iv_ogm_orig_dump_subentry': /kisskb/src/net/batman-adv/bat_iv_ogm.c:1821:5: note: byref variable will be forcibly initialized 1821 | u8 tq_avg; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_cbus_reset': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:966:2: note: in expansion of macro 'sii8620_write' 966 | sii8620_write(ctx, REG_PWD_SRST, BIT_PWD_SRST_CBUS_RST_SW_EN); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:963:2: note: in expansion of macro 'sii8620_write' 963 | sii8620_write(ctx, REG_PWD_SRST, BIT_PWD_SRST_CBUS_RST | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_set_mode': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1482:4: note: in expansion of macro 'sii8620_write' 1482 | sii8620_write(ctx, REG_CBUS3_CNVT, 0x85); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1451:3: note: in expansion of macro 'sii8620_write' 1451 | sii8620_write(ctx, REG_M3_CTRL, VAL_M3_CTRL_MHL3_VALUE); | ^~~~~~~~~~~~~ /kisskb/src/net/batman-adv/bat_iv_ogm.c: In function 'batadv_iv_ogm_orig_dump_entry': /kisskb/src/net/batman-adv/bat_iv_ogm.c:1886:5: note: byref variable will be forcibly initialized 1886 | u8 tq_avg_best; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_irq_thread': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:2028:5: note: byref variable will be forcibly initialized 2028 | u8 stats[LEN_FAST_INTR_STAT]; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_status_dcap_ready': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1677:2: note: in expansion of macro 'sii8620_write' 1677 | sii8620_write(ctx, REG_INTR9_MASK, BIT_INTR9_DEVCAP_DONE | ^~~~~~~~~~~~~ /kisskb/src/net/batman-adv/bat_iv_ogm.c: In function 'batadv_iv_ogm_orig_dump': /kisskb/src/net/batman-adv/bat_iv_ogm.c:1982:6: note: byref variable will be forcibly initialized 1982 | int sub = cb->args[2]; | ^~~ /kisskb/src/net/batman-adv/bat_iv_ogm.c:1981:6: note: byref variable will be forcibly initialized 1981 | int idx = cb->args[1]; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_irq_ddc': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:2001:2: note: in expansion of macro 'sii8620_write' 2001 | sii8620_write(ctx, REG_INTR3, stat); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1994:3: note: in expansion of macro 'sii8620_write' 1994 | sii8620_write(ctx, REG_INTR3_MASK, 0); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_irq_g2wb': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1666:2: note: in expansion of macro 'sii8620_write' 1666 | sii8620_write(ctx, REG_MDT_INT_0, stat); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1664:3: note: in expansion of macro 'sii8620_write' 1664 | sii8620_write(ctx, REG_MDT_XMIT_CTRL, 0); | ^~~~~~~~~~~~~ /kisskb/src/net/batman-adv/bat_iv_ogm.c: In function 'batadv_iv_ogm_neigh_dump': /kisskb/src/net/batman-adv/bat_iv_ogm.c:2140:6: note: byref variable will be forcibly initialized 2140 | int idx = cb->args[1]; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_irq_disc': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1637:2: note: in expansion of macro 'sii8620_write' 1637 | sii8620_write(ctx, REG_CBUS_DISC_INTR0, stat); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_msc_mr_write_stat': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1699:23: note: byref variable will be forcibly initialized 1699 | u8 st[MHL_DST_SIZE], xst[MHL_XDS_SIZE]; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1699:5: note: byref variable will be forcibly initialized 1699 | u8 st[MHL_DST_SIZE], xst[MHL_XDS_SIZE]; | ^~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_irq_tdm': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1972:2: note: in expansion of macro 'sii8620_write' 1972 | sii8620_write(ctx, REG_TRXINTH, stat); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_msc_mr_set_int': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1776:5: note: byref variable will be forcibly initialized 1776 | u8 ints[MHL_INT_SIZE]; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_set_infoframes': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1134:2: note: in expansion of macro 'sii8620_write' 1134 | sii8620_write(ctx, REG_TPI_INFO_FSEL, BIT_TPI_INFO_FSEL_EN | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1125:2: note: in expansion of macro 'sii8620_write' 1125 | sii8620_write(ctx, REG_PKT_FILTER_0, | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1117:3: note: in expansion of macro 'sii8620_write' 1117 | sii8620_write(ctx, REG_PKT_FILTER_0, | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1115:3: note: in expansion of macro 'sii8620_write' 1115 | sii8620_write(ctx, REG_TPI_SC, | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1101:5: note: byref variable will be forcibly initialized 1101 | u8 buf[31]; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1100:23: note: byref variable will be forcibly initialized 1100 | union hdmi_infoframe frm; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1099:24: note: byref variable will be forcibly initialized 1099 | struct mhl3_infoframe mhl_frm; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_start_video': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:246:12: note: byref variable will be forcibly initialized 246 | const u16 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1201:3: note: in expansion of macro 'sii8620_write_seq' 1201 | sii8620_write_seq(ctx, | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1153:3: note: in expansion of macro 'sii8620_write' 1153 | sii8620_write(ctx, REG_TPI_SC, 0); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1151:3: note: in expansion of macro 'sii8620_write' 1151 | sii8620_write(ctx, REG_RX_HDMI_CTRL2, | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_irq_scdt': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1942:2: note: in expansion of macro 'sii8620_write' 1942 | sii8620_write(ctx, REG_INTR5, stat); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_fetch_edid': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:246:12: note: byref variable will be forcibly initialized 246 | const u16 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:863:2: note: in expansion of macro 'sii8620_write_seq' 863 | sii8620_write_seq(ctx, | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:246:12: note: byref variable will be forcibly initialized 246 | const u16 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:810:3: note: in expansion of macro 'sii8620_write_seq' 810 | sii8620_write_seq(ctx, | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:246:12: note: byref variable will be forcibly initialized 246 | const u16 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:805:3: note: in expansion of macro 'sii8620_write_seq' 805 | sii8620_write_seq(ctx, | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:794:2: note: in expansion of macro 'sii8620_write' 794 | sii8620_write(ctx, REG_DDC_ADDR, 0x50 << 1); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:790:3: note: in expansion of macro 'sii8620_write' 790 | sii8620_write(ctx, REG_DDC_STATUS, | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:246:12: note: byref variable will be forcibly initialized 246 | const u16 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:777:2: note: in expansion of macro 'sii8620_write_seq' 777 | sii8620_write_seq(ctx, | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_identify_sink': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:489:7: note: byref variable will be forcibly initialized 489 | char sink_name[20]; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_mr_devcap': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:516:5: note: byref variable will be forcibly initialized 516 | u8 dcap[MHL_DCAP_SIZE]; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_mt_read_devcap_recv': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:246:12: note: byref variable will be forcibly initialized 246 | const u16 d[] = { seq }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:549:2: note: in expansion of macro 'sii8620_write_seq' 549 | sii8620_write_seq(ctx, | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_msc_mr_msc_msg': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1829:5: note: byref variable will be forcibly initialized 1829 | u8 buf[2]; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_irq_msc': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1864:4: note: in expansion of macro 'sii8620_write' 1864 | sii8620_write(ctx, REG_CBUS_INT_0, BIT_CBUS_HPD_CHG); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:1858:3: note: in expansion of macro 'sii8620_write' 1858 | sii8620_write(ctx, REG_CBUS_INT_0, stat & ~BIT_CBUS_HPD_CHG); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_xtal_set_rate': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:931:2: note: in expansion of macro 'sii8620_write' 931 | sii8620_write(ctx, REG_HDCP2X_TP1, rates[i].tp1); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:930:2: note: in expansion of macro 'sii8620_write' 930 | sii8620_write(ctx, REG_DIV_CTL_MAIN, rates[i].div); | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c: In function 'sii8620_cable_in': /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:232:5: note: byref variable will be forcibly initialized 232 | u8 d[] = { arr }; \ | ^ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:2074:2: note: in expansion of macro 'sii8620_write' 2074 | sii8620_write(ctx, REG_DPD, | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/sil-sii8620.c:2055:5: note: byref variable will be forcibly initialized 2055 | u8 ver[5]; | ^~~ /kisskb/src/net/batman-adv/bat_iv_ogm.c: In function 'batadv_iv_ogm_iface_enable': /kisskb/src/net/batman-adv/bat_iv_ogm.c:196:6: note: byref variable will be forcibly initialized 196 | u32 random_seqno; | ^~~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/native.c: In function 'native_afu_cr_write8': /kisskb/src/drivers/misc/cxl/native.c:1551:6: note: byref variable will be forcibly initialized 1551 | u32 val32, mask, shift; | ^~~~~ /kisskb/src/drivers/misc/cxl/native.c: In function 'native_afu_cr_read16': /kisskb/src/drivers/misc/cxl/native.c:1498:6: note: byref variable will be forcibly initialized 1498 | u32 val; | ^~~ /kisskb/src/drivers/misc/cxl/native.c: In function 'native_afu_cr_read8': /kisskb/src/drivers/misc/cxl/native.c:1510:6: note: byref variable will be forcibly initialized 1510 | u32 val; | ^~~ /kisskb/src/drivers/misc/cxl/native.c: In function 'native_afu_cr_write16': /kisskb/src/drivers/misc/cxl/native.c:1533:6: note: byref variable will be forcibly initialized 1533 | u32 val32, mask, shift; | ^~~~~ /kisskb/src/drivers/mfd/lp8788.c: In function 'lp8788_read_byte': /kisskb/src/drivers/mfd/lp8788.c:125:15: note: byref variable will be forcibly initialized 125 | unsigned int val; | ^~~ 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:1886, from /kisskb/src/drivers/misc/cxl/cxl.h:16, from /kisskb/src/drivers/misc/cxl/native.c:18: /kisskb/src/drivers/misc/cxl/native.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized 427 | unsigned int irq; | ^~~ /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; | ^~~~~~~~ /kisskb/src/net/decnet/dn_route.c: In function 'dn_route_input_slow': /kisskb/src/net/decnet/dn_route.c:1303:19: note: byref variable will be forcibly initialized 1303 | struct dn_route *rt = NULL; | ^~ /kisskb/src/drivers/gpu/drm/ast/ast_main.c: In function 'ast_get_dram_info': /kisskb/src/drivers/gpu/drm/ast/ast_main.c:277:34: note: byref variable will be forcibly initialized 277 | uint32_t mcr_cfg, mcr_scu_mpll, mcr_scu_strap; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/ast/ast_main.c:277:20: note: byref variable will be forcibly initialized 277 | uint32_t mcr_cfg, mcr_scu_mpll, mcr_scu_strap; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/ast/ast_main.c:277:11: note: byref variable will be forcibly initialized 277 | uint32_t mcr_cfg, mcr_scu_mpll, mcr_scu_strap; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/ast/ast_main.c: In function 'ast_detect_chip': /kisskb/src/drivers/gpu/drm/ast/ast_main.c:129:17: note: byref variable will be forcibly initialized 129 | uint32_t jreg, scu_rev; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/ast/ast_main.c: In function 'ast_device_create': /kisskb/src/drivers/gpu/drm/ast/ast_main.c:411:7: note: byref variable will be forcibly initialized 411 | bool need_post; | ^~~~~~~~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:25, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/net/decnet/dn_route.c:62: /kisskb/src/net/decnet/dn_route.c: In function 'nla_put_le16': /kisskb/src/include/net/netlink.h:1296:9: note: byref variable will be forcibly initialized 1296 | __le16 tmp = value; | ^~~ /kisskb/src/net/decnet/dn_route.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized 1309 | u32 tmp = value; | ^~~ /kisskb/src/net/decnet/dn_route.c: In function 'dn_cache_getroute': /kisskb/src/net/decnet/dn_route.c:1644:17: note: byref variable will be forcibly initialized 1644 | struct nlattr *tb[RTA_MAX+1]; | ^~ /kisskb/src/net/decnet/dn_route.c:1643:17: note: byref variable will be forcibly initialized 1643 | struct flowidn fld; | ^~~ /kisskb/src/net/decnet/dn_route.c:1639:19: note: byref variable will be forcibly initialized 1639 | struct dn_route *rt = NULL; | ^~ /kisskb/src/drivers/misc/habanalabs/common/context.c: In function 'hl_encaps_sig_mgr_fini': /kisskb/src/drivers/misc/habanalabs/common/context.c:57:6: note: byref variable will be forcibly initialized 57 | u32 id; | ^~ In file included from /kisskb/src/drivers/base/regmap/regmap-irq.c:13: /kisskb/src/drivers/base/regmap/regmap-irq.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized 427 | unsigned int irq; | ^~~ /kisskb/src/drivers/base/regmap/regmap-irq.c: In function 'regmap_irq_thread': /kisskb/src/drivers/base/regmap/regmap-irq.c:467:24: note: byref variable will be forcibly initialized 467 | const unsigned long mreg = data->main_status_buf[i]; | ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/if_ether.h:19, from /kisskb/src/drivers/misc/habanalabs/common/../include/common/cpucp_if.h:12, from /kisskb/src/drivers/misc/habanalabs/common/habanalabs.h:11, from /kisskb/src/drivers/misc/habanalabs/common/context.c:8: /kisskb/src/drivers/misc/habanalabs/common/context.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/net/9p/protocol.c: In function 'pdu_write_u': /kisskb/src/net/9p/protocol.c:66:18: note: byref variable will be forcibly initialized 66 | struct iov_iter i = *from; | ^ In file included from /kisskb/src/net/9p/protocol.c:15: /kisskb/src/net/9p/protocol.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/irq.h:21, 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/drivers/base/regmap/regmap-irq.c:11: /kisskb/src/drivers/base/regmap/regmap-irq.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/base/regmap/regmap-irq.c: In function 'regmap_irq_sync_unlock': /kisskb/src/drivers/base/regmap/regmap-irq.c:101:6: note: byref variable will be forcibly initialized 101 | u32 val; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/context.c: In function 'hl_ctx_mgr_fini': /kisskb/src/net/9p/protocol.c: In function 'p9pdu_vwritef': /kisskb/src/drivers/misc/habanalabs/common/context.c:384:6: note: byref variable will be forcibly initialized 384 | u32 id; | ^~ /kisskb/src/net/9p/protocol.c:405:12: note: byref variable will be forcibly initialized 405 | __le32 val = cpu_to_le32( | ^~~ /kisskb/src/net/9p/protocol.c:398:12: note: byref variable will be forcibly initialized 398 | __le32 val = cpu_to_le32( | ^~~ /kisskb/src/net/9p/protocol.c:378:12: note: byref variable will be forcibly initialized 378 | __le64 val = cpu_to_le64(va_arg(ap, int64_t)); | ^~~ /kisskb/src/net/9p/protocol.c:372:12: note: byref variable will be forcibly initialized 372 | __le32 val = cpu_to_le32(va_arg(ap, int32_t)); | ^~~ /kisskb/src/net/9p/protocol.c:366:12: note: byref variable will be forcibly initialized 366 | __le16 val = cpu_to_le16(va_arg(ap, int)); | ^~~ /kisskb/src/net/9p/protocol.c:360:12: note: byref variable will be forcibly initialized 360 | int8_t val = va_arg(ap, int); | ^~~ /kisskb/src/net/9p/protocol.c: In function 'p9pdu_writef': /kisskb/src/net/9p/protocol.c:535:10: note: byref variable will be forcibly initialized 535 | va_list ap; | ^~ /kisskb/src/net/9p/protocol.c: In function 'p9pdu_readf': /kisskb/src/net/9p/protocol.c:522:10: note: byref variable will be forcibly initialized 522 | va_list ap; | ^~ /kisskb/src/net/9p/protocol.c: In function 'p9pdu_vreadf': /kisskb/src/net/9p/protocol.c:172:12: note: byref variable will be forcibly initialized 172 | __le32 le_val; | ^~~~~~ /kisskb/src/net/9p/protocol.c:162:12: note: byref variable will be forcibly initialized 162 | __le32 le_val; | ^~~~~~ /kisskb/src/net/9p/protocol.c:140:14: note: byref variable will be forcibly initialized 140 | uint16_t len; | ^~~ /kisskb/src/net/9p/protocol.c:130:12: note: byref variable will be forcibly initialized 130 | __le64 le_val; | ^~~~~~ /kisskb/src/net/9p/protocol.c:120:12: note: byref variable will be forcibly initialized 120 | __le32 le_val; | ^~~~~~ /kisskb/src/net/9p/protocol.c:110:12: note: byref variable will be forcibly initialized 110 | __le16 le_val; | ^~~~~~ /kisskb/src/drivers/misc/ds1682.c: In function 'ds1682_store': /kisskb/src/drivers/misc/ds1682.c:103:9: note: byref variable will be forcibly initialized 103 | __le32 val_le; | ^~~~~~ /kisskb/src/drivers/misc/ds1682.c:102:6: note: byref variable will be forcibly initialized 102 | u64 val; | ^~~ /kisskb/src/drivers/misc/ds1682.c: In function 'ds1682_show': /kisskb/src/drivers/misc/ds1682.c:60:9: note: byref variable will be forcibly initialized 60 | __le32 val_le = 0; | ^~~~~~ /kisskb/src/net/9p/protocol.c: In function 'p9stat_read': /kisskb/src/net/9p/protocol.c:547:18: note: byref variable will be forcibly initialized 547 | struct p9_fcall fake_pdu; | ^~~~~~~~ /kisskb/src/net/9p/protocol.c: In function 'p9dirent_read': /kisskb/src/net/9p/protocol.c:599:8: note: byref variable will be forcibly initialized 599 | char *nameptr; | ^~~~~~~ /kisskb/src/net/9p/protocol.c:597:18: note: byref variable will be forcibly initialized 597 | struct p9_fcall fake_pdu; | ^~~~~~~~ /kisskb/src/drivers/base/regmap/regmap-irq.c: In function 'devm_regmap_add_irq_chip_fwnode': /kisskb/src/drivers/base/regmap/regmap-irq.c:1033:38: note: byref variable will be forcibly initialized 1033 | struct regmap_irq_chip_data **ptr, *d; | ^ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/neighbour.h:31, from /kisskb/src/net/decnet/dn_dev.c:48: /kisskb/src/net/decnet/dn_dev.c: In function 'nla_put_le16': /kisskb/src/include/net/netlink.h:1296:9: note: byref variable will be forcibly initialized 1296 | __le16 tmp = value; | ^~~ /kisskb/src/net/decnet/dn_dev.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized 1309 | u32 tmp = value; | ^~~ /kisskb/src/net/decnet/dn_dev.c: In function 'dn_dev_del_ifa': /kisskb/src/net/decnet/dn_dev.c:332:16: note: byref variable will be forcibly initialized 332 | unsigned char mac_addr[6]; | ^~~~~~~~ /kisskb/src/net/decnet/dn_dev.c: In function 'dn_send_ptp_hello': /kisskb/src/net/decnet/dn_dev.c:990:7: note: byref variable will be forcibly initialized 990 | char src[ETH_ALEN]; | ^~~ /kisskb/src/net/decnet/dn_dev.c: In function 'dn_dev_insert_ifa': /kisskb/src/net/decnet/dn_dev.c:360:16: note: byref variable will be forcibly initialized 360 | unsigned char mac_addr[6]; | ^~~~~~~~ /kisskb/src/net/decnet/dn_dev.c: In function 'dn_dev_set_ifa': /kisskb/src/net/decnet/dn_dev.c:394:7: note: byref variable will be forcibly initialized 394 | int err; | ^~~ /kisskb/src/net/decnet/dn_dev.c: In function 'dn_nl_deladdr': /kisskb/src/net/decnet/dn_dev.c:568:17: note: byref variable will be forcibly initialized 568 | struct nlattr *tb[IFA_MAX+1]; | ^~ /kisskb/src/net/decnet/dn_dev.c: In function 'dn_nl_newaddr': /kisskb/src/net/decnet/dn_dev.c:619:6: note: byref variable will be forcibly initialized 619 | int err; | ^~~ /kisskb/src/net/decnet/dn_dev.c:614:17: note: byref variable will be forcibly initialized 614 | struct nlattr *tb[IFA_MAX+1]; | ^~ /kisskb/src/net/decnet/dn_dev.c: In function 'dn_dev_ioctl': /kisskb/src/net/decnet/dn_dev.c:414:7: note: byref variable will be forcibly initialized 414 | char buffer[DN_IFREQ_SIZE]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358764.c: In function 'tc358764_write': /kisskb/src/drivers/gpu/drm/bridge/tc358764.c:191:5: note: byref variable will be forcibly initialized 191 | u8 data[6]; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358764.c: In function 'tc358764_init': /kisskb/src/drivers/gpu/drm/bridge/tc358764.c:221:6: note: byref variable will be forcibly initialized 221 | u32 v = 0; | ^ /kisskb/src/net/decnet/dn_dev.c: In function 'dn_dev_up': /kisskb/src/net/decnet/dn_dev.c:1154:7: note: byref variable will be forcibly initialized 1154 | int err; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/tc358767.c: In function 'tc_bridge_detect': /kisskb/src/drivers/gpu/drm/bridge/tc358767.c:1360:6: note: byref variable will be forcibly initialized 1360 | u32 val; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/tc358767.c: In function 'tc_pxl_pll_en': /kisskb/src/drivers/gpu/drm/bridge/tc358767.c:471:6: note: byref variable will be forcibly initialized 471 | int ext_div[] = {1, 2, 3, 5, 7}; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358767.c: In function 'tc_get_display_props': /kisskb/src/drivers/gpu/drm/bridge/tc358767.c:670:5: note: byref variable will be forcibly initialized 670 | u8 reg; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/tc358767.c: In function 'tc_poll_timeout': /kisskb/src/drivers/gpu/drm/bridge/tc358767.c:290:15: note: byref variable will be forcibly initialized 290 | unsigned int val; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/tc358767.c: In function 'tc_wait_link_training': /kisskb/src/drivers/gpu/drm/bridge/tc358767.c:874:6: note: byref variable will be forcibly initialized 874 | u32 value; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358767.c: In function 'tc_bridge_attach': /kisskb/src/drivers/gpu/drm/bridge/tc358767.c:1401:6: note: byref variable will be forcibly initialized 1401 | u32 bus_format = MEDIA_BUS_FMT_RGB888_1X24; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358767.c: In function 'tc_aux_read_data': /kisskb/src/drivers/gpu/drm/bridge/tc358767.c:319:6: note: byref variable will be forcibly initialized 319 | u32 auxrdata[DP_AUX_MAX_PAYLOAD_BYTES / sizeof(u32)]; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358767.c: In function 'tc_aux_transfer': /kisskb/src/drivers/gpu/drm/bridge/tc358767.c:349:6: note: byref variable will be forcibly initialized 349 | u32 auxstatus; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358767.c: In function 'tc_irq_handler': /kisskb/src/drivers/gpu/drm/bridge/tc358767.c:1523:7: note: byref variable will be forcibly initialized 1523 | u32 stat = 0; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358767.c:1512:6: note: byref variable will be forcibly initialized 1512 | u32 val; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/tc358767.c: In function 'tc_probe': /kisskb/src/drivers/gpu/drm/bridge/tc358767.c:1555:20: note: byref variable will be forcibly initialized 1555 | struct drm_panel *panel; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358767.c: In function 'tc_main_link_enable': /kisskb/src/drivers/gpu/drm/bridge/tc358767.c:898:5: note: byref variable will be forcibly initialized 898 | u8 tmp[DP_LINK_STATUS_SIZE]; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/tc358767.c:896:6: note: byref variable will be forcibly initialized 896 | u32 value; | ^~~~~ In file included from /kisskb/src/drivers/mfd/lp8788-irq.c:14: /kisskb/src/drivers/mfd/lp8788-irq.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized 427 | unsigned int irq; | ^~~ /kisskb/src/drivers/mfd/lp8788-irq.c: In function 'lp8788_irq_handler': /kisskb/src/drivers/mfd/lp8788-irq.c:110:5: note: byref variable will be forcibly initialized 110 | u8 status[NUM_REGS], addr, mask; | ^~~~~~ /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/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/if_ether.h:19, from /kisskb/src/drivers/misc/habanalabs/common/../include/common/cpucp_if.h:12, from /kisskb/src/drivers/misc/habanalabs/common/habanalabs.h:11, from /kisskb/src/drivers/misc/habanalabs/common/asid.c:8: /kisskb/src/drivers/misc/habanalabs/common/asid.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/misc/sram.c: In function 'atmel_securam_wait': /kisskb/src/drivers/misc/sram.c:343:6: note: byref variable will be forcibly initialized 343 | u32 val; | ^~~ In file included from /kisskb/src/include/linux/err.h:5, from /kisskb/src/include/linux/clk.h:12, from /kisskb/src/drivers/misc/sram.c:8: /kisskb/src/drivers/misc/sram.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/powerpc/include/asm/io.h:27, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/misc/sram.c:11: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/misc/sram.c:17: /kisskb/src/drivers/misc/sram.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /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:180:14: note: byref variable will be forcibly initialized 180 | const char *label; | ^~~~~ /kisskb/src/drivers/misc/sram.c:178:19: note: byref variable will be forcibly initialized 178 | struct list_head reserve_list; | ^~~~~~~~~~~~ /kisskb/src/drivers/mfd/da9062-core.c: In function 'da9062_clear_fault_log': /kisskb/src/drivers/mfd/da9062-core.c:294:6: note: byref variable will be forcibly initialized 294 | int fault_log; | ^~~~~~~~~ /kisskb/src/drivers/mfd/da9062-core.c: In function 'da9062_get_device_type': /kisskb/src/drivers/mfd/da9062-core.c:327:17: note: byref variable will be forcibly initialized 327 | int device_id, variant_id, variant_mrc, variant_vrc; | ^~~~~~~~~~ /kisskb/src/drivers/mfd/da9062-core.c:327:6: note: byref variable will be forcibly initialized 327 | int device_id, variant_id, variant_mrc, variant_vrc; | ^~~~~~~~~ /kisskb/src/drivers/mfd/da9062-core.c: In function 'da9062_i2c_probe': /kisskb/src/drivers/mfd/da9062-core.c:631:6: note: byref variable will be forcibly initialized 631 | u32 trigger_type = 0; | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/arch/powerpc/include/asm/io.h:27, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/io-64-nonatomic-lo-hi.h:5, from /kisskb/src/drivers/cxl/core/bus.c:3: /kisskb/src/drivers/cxl/core/bus.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/drivers/cxl/core/bus.c: In function 'unregister_port': /kisskb/src/drivers/cxl/core/bus.c:260:8: note: byref variable will be forcibly initialized 260 | char link_name[CXL_TARGET_STRLEN]; | ^~~~~~~~~ /kisskb/src/drivers/cxl/core/bus.c: In function 'cxl_add_dport': /kisskb/src/drivers/cxl/core/bus.c:423:7: note: byref variable will be forcibly initialized 423 | char link_name[CXL_TARGET_STRLEN]; | ^~~~~~~~~ /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/net/phonet/datagram.c: In function 'pn_recvmsg': /kisskb/src/net/phonet/datagram.c:119:6: note: byref variable will be forcibly initialized 119 | int rval = -EOPNOTSUPP; | ^~~~ /kisskb/src/net/phonet/datagram.c:118:21: note: byref variable will be forcibly initialized 118 | struct sockaddr_pn sa; | ^~ /kisskb/src/net/phonet/datagram.c: In function 'pn_sendmsg': /kisskb/src/net/phonet/datagram.c:77:6: note: byref variable will be forcibly initialized 77 | int err; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:35: /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:39: /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c: In function 'drm_dev_is_unplugged': /kisskb/src/include/drm/drm_drv.h:539:6: note: byref variable will be forcibly initialized 539 | int idx; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atom.c: In function 'atom_op_shr': /kisskb/src/drivers/gpu/drm/amd/amdgpu/atom.c:976:6: note: byref variable will be forcibly initialized 976 | int dptr = *ptr; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atom.c:975:11: note: byref variable will be forcibly initialized 975 | uint32_t saved, dst; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atom.c: In function 'atom_op_shl': /kisskb/src/drivers/gpu/drm/amd/amdgpu/atom.c:957:6: note: byref variable will be forcibly initialized 957 | int dptr = *ptr; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atom.c:956:11: note: byref variable will be forcibly initialized 956 | uint32_t saved, dst; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atom.c: In function 'atom_op_xor': /kisskb/src/drivers/gpu/drm/amd/amdgpu/atom.c:1048:6: note: byref variable will be forcibly initialized 1048 | int dptr = *ptr; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atom.c:1047:21: note: byref variable will be forcibly initialized 1047 | uint32_t dst, src, saved; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atom.c: In function 'atom_op_mask': /kisskb/src/drivers/gpu/drm/amd/amdgpu/atom.c:771:6: note: byref variable will be forcibly initialized 771 | int dptr = *ptr; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atom.c:770:27: note: byref variable will be forcibly initialized 770 | uint32_t dst, mask, src, saved; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atom.c: In function 'atom_op_clear': /kisskb/src/drivers/gpu/drm/amd/amdgpu/atom.c:636:6: note: byref variable will be forcibly initialized 636 | int dptr = *ptr; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atom.c:635:11: note: byref variable will be forcibly initialized 635 | uint32_t saved; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atom.c: In function 'atom_op_sub': /kisskb/src/drivers/gpu/drm/amd/amdgpu/atom.c:995:6: note: byref variable will be forcibly initialized 995 | int dptr = *ptr; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atom.c:994:21: note: byref variable will be forcibly initialized 994 | uint32_t dst, src, saved; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atom.c: In function 'atom_op_add': /kisskb/src/drivers/gpu/drm/amd/amdgpu/atom.c:587:6: note: byref variable will be forcibly initialized 587 | int dptr = *ptr; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atom.c:586:21: note: byref variable will be forcibly initialized 586 | uint32_t dst, src, saved; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atom.c: In function 'atom_op_shift_right': /kisskb/src/drivers/gpu/drm/amd/amdgpu/atom.c:941:6: note: byref variable will be forcibly initialized 941 | int dptr = *ptr; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atom.c:940:11: note: byref variable will be forcibly initialized 940 | uint32_t saved, dst; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atom.c: In function 'atom_op_shift_left': /kisskb/src/drivers/gpu/drm/amd/amdgpu/atom.c:925:6: note: byref variable will be forcibly initialized 925 | int dptr = *ptr; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atom.c:924:11: note: byref variable will be forcibly initialized 924 | uint32_t saved, dst; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atom.c: In function 'atom_op_or': /kisskb/src/drivers/gpu/drm/amd/amdgpu/atom.c:835:6: note: byref variable will be forcibly initialized 835 | int dptr = *ptr; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atom.c:834:21: note: byref variable will be forcibly initialized 834 | uint32_t dst, src, saved; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atom.c: In function 'atom_op_and': /kisskb/src/drivers/gpu/drm/amd/amdgpu/atom.c:601:6: note: byref variable will be forcibly initialized 601 | int dptr = *ptr; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atom.c:600:21: note: byref variable will be forcibly initialized 600 | uint32_t dst, src, saved; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atom.c: In function 'atom_op_move': /kisskb/src/drivers/gpu/drm/amd/amdgpu/atom.c:788:6: note: byref variable will be forcibly initialized 788 | int dptr = *ptr; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atom.c:787:16: note: byref variable will be forcibly initialized 787 | uint32_t src, saved; | ^~~~~ In file included from /kisskb/src/drivers/gpu/drm/amd/amdgpu/atom.c:27: /kisskb/src/drivers/gpu/drm/amd/amdgpu/atom.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atom.c: In function 'amdgpu_atom_execute_table_locked': /kisskb/src/drivers/gpu/drm/amd/amdgpu/atom.c:1210:20: note: byref variable will be forcibly initialized 1210 | atom_exec_context ectx; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atom.c:1208:19: note: byref variable will be forcibly initialized 1208 | int len, ws, ps, ptr; | ^~~ /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/gpu/drm/amd/amdgpu/atom.c: In function 'amdgpu_atom_asic_init': /kisskb/src/drivers/gpu/drm/amd/amdgpu/atom.c:1535:11: note: byref variable will be forcibly initialized 1535 | uint32_t ps[16]; | ^~ /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/gpu/drm/bridge/tc358768.c: In function 'tc358768_write': /kisskb/src/drivers/gpu/drm/bridge/tc358768.c:182:6: note: byref variable will be forcibly initialized 182 | int tmpval = val; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358768.c: In function 'tc358768_update_bits': /kisskb/src/drivers/gpu/drm/bridge/tc358768.c:214:11: note: byref variable will be forcibly initialized 214 | u32 tmp, orig; | ^~~~ /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/misc/xilinx_sdfec.c: In function 'xsdfec_table_write': /kisskb/src/drivers/misc/xilinx_sdfec.c:608:15: note: byref variable will be forcibly initialized 608 | struct page *pages[MAX_NUM_PAGES]; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358768.c: In function 'tc358768_dsi_host_transfer': /kisskb/src/drivers/gpu/drm/bridge/tc358768.c:454:25: note: byref variable will be forcibly initialized 454 | struct mipi_dsi_packet packet; | ^~~~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358768.c: In function 'tc358768_dsi_host_attach': /kisskb/src/drivers/gpu/drm/bridge/tc358768.c:375:20: note: byref variable will be forcibly initialized 375 | struct drm_panel *panel; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358768.c:374:21: note: byref variable will be forcibly initialized 374 | struct drm_bridge *bridge; | ^~~~~~ /kisskb/src/drivers/misc/xilinx_sdfec.c: In function 'xsdfec_parse_of': /kisskb/src/drivers/misc/xilinx_sdfec.c:1048:6: note: byref variable will be forcibly initialized 1048 | u32 dout_word_include; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/xilinx_sdfec.c:1047:6: note: byref variable will be forcibly initialized 1047 | u32 dout_width; | ^~~~~~~~~~ /kisskb/src/drivers/misc/xilinx_sdfec.c:1046:6: note: byref variable will be forcibly initialized 1046 | u32 din_word_include; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/xilinx_sdfec.c:1045:6: note: byref variable will be forcibly initialized 1045 | u32 din_width; | ^~~~~~~~~ /kisskb/src/drivers/misc/xilinx_sdfec.c:1044:14: note: byref variable will be forcibly initialized 1044 | const char *fec_code; | ^~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/arch/powerpc/include/asm/io.h:27, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/dma-buf-map.h:9, from /kisskb/src/include/drm/ttm/ttm_resource.h:30, from /kisskb/src/include/drm/ttm/ttm_device.h:30, from /kisskb/src/drivers/gpu/drm/ttm/ttm_range_manager.c:32: /kisskb/src/drivers/gpu/drm/ttm/ttm_range_manager.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/include/linux/io-mapping.h:10, from /kisskb/src/drivers/gpu/drm/qxl/qxl_kms.c:26: /kisskb/src/drivers/gpu/drm/qxl/qxl_kms.c: In function 'qxl_device_fini': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_kms.c:309:2: note: in expansion of macro 'wait_event_timeout' 309 | wait_event_timeout(qdev->release_event, | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/net/9p/trans_fd.c:14: /kisskb/src/net/9p/trans_fd.c: In function 'p9_conn_cancel': /kisskb/src/net/9p/trans_fd.c:188:12: note: byref variable will be forcibly initialized 188 | LIST_HEAD(cancel_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/net/9p/trans_fd.c: In function 'p9_poll_mux': /kisskb/src/net/9p/trans_fd.c:618:6: note: byref variable will be forcibly initialized 618 | int err = -ECONNRESET; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c: In function 'hw_events_info': /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c:106:6: note: byref variable will be forcibly initialized 106 | u32 size, max_size = args->return_size; | ^~~~ /kisskb/src/net/9p/trans_fd.c: In function 'parse_opts': /kisskb/src/net/9p/trans_fd.c:757:8: note: byref variable will be forcibly initialized 757 | char *options, *tmp_options; | ^~~~~~~ /kisskb/src/net/9p/trans_fd.c:756:6: note: byref variable will be forcibly initialized 756 | int option; | ^~~~~~ /kisskb/src/net/9p/trans_fd.c:755:14: note: byref variable will be forcibly initialized 755 | substring_t args[MAX_OPT_ARGS]; | ^~~~ /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c: In function 'clk_throttle_info': /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c:317:30: note: byref variable will be forcibly initialized 317 | struct hl_info_clk_throttle clk_throttle = {0}; | ^~~~~~~~~~~~ /kisskb/src/net/9p/trans_fd.c: In function 'p9_fd_read': /kisskb/src/net/9p/trans_fd.c:251:9: note: byref variable will be forcibly initialized 251 | loff_t pos; | ^~~ /kisskb/src/net/9p/trans_fd.c: In function 'p9_fd_create': /kisskb/src/net/9p/trans_fd.c:1061:20: note: byref variable will be forcibly initialized 1061 | struct p9_fd_opts opts; | ^~~~ /kisskb/src/net/9p/trans_fd.c: In function 'p9_fd_create_unix': /kisskb/src/net/9p/trans_fd.c:1022:21: note: byref variable will be forcibly initialized 1022 | struct sockaddr_un sun_server; | ^~~~~~~~~~ /kisskb/src/net/9p/trans_fd.c:1021:17: note: byref variable will be forcibly initialized 1021 | struct socket *csocket; | ^~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c: In function 'hl_debug_ioctl': /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c:592:24: note: byref variable will be forcibly initialized 592 | enum hl_device_status status; | ^~~~~~ /kisskb/src/net/9p/trans_fd.c: In function 'valid_ipaddr4': /kisskb/src/net/9p/trans_fd.c:934:17: note: byref variable will be forcibly initialized 934 | int rc, count, in[4]; | ^~ /kisskb/src/net/9p/trans_fd.c: In function 'p9_bind_privport': /kisskb/src/net/9p/trans_fd.c:948:21: note: byref variable will be forcibly initialized 948 | struct sockaddr_in cl; | ^~ /kisskb/src/net/9p/trans_fd.c: In function 'p9_fd_create_tcp': /kisskb/src/net/9p/trans_fd.c:970:20: note: byref variable will be forcibly initialized 970 | struct p9_fd_opts opts; | ^~~~ /kisskb/src/net/9p/trans_fd.c:969:21: note: byref variable will be forcibly initialized 969 | struct sockaddr_in sin_server; | ^~~~~~~~~~ /kisskb/src/net/9p/trans_fd.c:968:17: note: byref variable will be forcibly initialized 968 | struct socket *csocket; | ^~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c: In function 'total_energy_consumption_info': /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c:410:24: note: byref variable will be forcibly initialized 410 | struct hl_info_energy total_energy = {0}; | ^~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c: In function 'power_info': /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c:450:23: note: byref variable will be forcibly initialized 450 | struct hl_power_info power_info = {0}; | ^~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c: In function '_hl_info_ioctl': /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c:486:24: note: byref variable will be forcibly initialized 486 | enum hl_device_status status; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c: In function '_hl_ioctl': /kisskb/src/drivers/misc/habanalabs/common/habanalabs_ioctl.c:654:7: note: byref variable will be forcibly initialized 654 | char stack_kdata[128] = {0}; | ^~~~~~~~~~~ /kisskb/src/net/can/j1939/transport.c: In function 'j1939_xtp_tx_abort': /kisskb/src/net/can/j1939/transport.c:677:5: note: byref variable will be forcibly initialized 677 | u8 dat[5]; | ^~~ /kisskb/src/net/can/j1939/transport.c: In function 'j1939_session_tx_dpo': /kisskb/src/net/can/j1939/transport.c:754:5: note: byref variable will be forcibly initialized 754 | u8 dat[8]; | ^~~ /kisskb/src/net/can/j1939/transport.c: In function 'j1939_session_tx_eoma': /kisskb/src/net/can/j1939/transport.c:948:5: note: byref variable will be forcibly initialized 948 | u8 dat[8]; | ^~~ /kisskb/src/net/can/j1939/transport.c: In function 'j1939_session_tx_cts': /kisskb/src/net/can/j1939/transport.c:905:5: note: byref variable will be forcibly initialized 905 | u8 dat[8]; | ^~~ /kisskb/src/net/can/j1939/transport.c: In function 'j1939_session_tx_rts': /kisskb/src/net/can/j1939/transport.c:706:5: note: byref variable will be forcibly initialized 706 | u8 dat[8]; | ^~~ /kisskb/src/net/can/j1939/transport.c: In function 'j1939_session_tx_dat': /kisskb/src/net/can/j1939/transport.c:789:5: note: byref variable will be forcibly initialized 789 | u8 dat[8]; | ^~~ /kisskb/src/net/nfc/hci/core.c: In function 'hci_dev_version': /kisskb/src/net/nfc/hci/core.c:523:18: note: byref variable will be forcibly initialized 523 | struct sk_buff *skb; | ^~~ /kisskb/src/net/nfc/hci/core.c: In function 'nfc_hci_target_discovered': /kisskb/src/net/nfc/hci/core.c:289:18: note: byref variable will be forcibly initialized 289 | struct sk_buff *uid_skb = NULL; | ^~~~~~~ /kisskb/src/net/nfc/hci/core.c:288:18: note: byref variable will be forcibly initialized 288 | struct sk_buff *sak_skb = NULL; | ^~~~~~~ /kisskb/src/net/nfc/hci/core.c:287:18: note: byref variable will be forcibly initialized 287 | struct sk_buff *atqa_skb = NULL; | ^~~~~~~~ /kisskb/src/net/can/j1939/transport.c: In function 'j1939_xtp_rx_rts_session_new': /kisskb/src/net/can/j1939/transport.c:1582:26: note: byref variable will be forcibly initialized 1582 | struct j1939_sk_buff_cb skcb = *j1939_skb_to_cb(skb); | ^~~~ /kisskb/src/net/nfc/hci/core.c: In function 'hci_dev_session_init': /kisskb/src/net/nfc/hci/core.c:466:18: note: byref variable will be forcibly initialized 466 | struct sk_buff *skb = NULL; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/tc358775.c: In function 'd2l_write': /kisskb/src/drivers/gpu/drm/bridge/tc358775.c:350:5: note: byref variable will be forcibly initialized 350 | u8 data[6]; | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358775.c: In function 'd2l_read': /kisskb/src/drivers/gpu/drm/bridge/tc358775.c:330:5: note: byref variable will be forcibly initialized 330 | u8 buf_addr[2]; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358775.c: In function 'tc_bridge_enable': /kisskb/src/drivers/gpu/drm/bridge/tc358775.c:380:6: note: byref variable will be forcibly initialized 380 | u32 val = 0; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/tc358775.c: In function 'tc_bridge_attach': /kisskb/src/drivers/gpu/drm/bridge/tc358775.c:602:36: note: byref variable will be forcibly initialized 602 | const struct mipi_dsi_device_info info = { .type = "tc358775", | ^~~~ /kisskb/src/drivers/gpu/drm/bridge/tc358775.c: In function 'tc358775_parse_dt': /kisskb/src/drivers/gpu/drm/bridge/tc358775.c:533:6: note: byref variable will be forcibly initialized 533 | int len = 0; | ^~~ /kisskb/src/drivers/gpu/drm/bridge/tc358775.c: In function 'tc_probe': /kisskb/src/drivers/gpu/drm/bridge/tc358775.c:652:20: note: byref variable will be forcibly initialized 652 | struct drm_panel *panel; | ^~~~~ /kisskb/src/drivers/misc/cxl/context.c: In function 'cxl_context_detach_all': /kisskb/src/drivers/misc/cxl/context.c:300:6: note: byref variable will be forcibly initialized 300 | int tmp; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c: In function 'amdgpu_ttm_io_mem_pfn': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c:609:27: note: byref variable will be forcibly initialized 609 | struct amdgpu_res_cursor cursor; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c: In function 'amdgpu_mem_visible': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c:441:27: note: byref variable will be forcibly initialized 441 | struct amdgpu_res_cursor cursor; | ^~~~~~ In file included from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu.h:1452, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c:53: /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c: In function 'amdgpu_bo_in_cpu_visible_vram': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h:222:27: note: byref variable will be forcibly initialized 222 | struct amdgpu_res_cursor cursor; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c: In function 'amdgpu_ttm_vram_mm_access': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c:1428:12: note: byref variable will be forcibly initialized 1428 | uint32_t value = 0; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c: In function 'amdgpu_ttm_access_memory': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c:1473:27: note: byref variable will be forcibly initialized 1473 | struct amdgpu_res_cursor cursor; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c: In function 'amdgpu_ttm_bo_eviction_valuable': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c:1356:27: note: byref variable will be forcibly initialized 1356 | struct amdgpu_res_cursor cursor; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c: In function 'amdgpu_mm_oa_table_show': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c:2148:21: note: byref variable will be forcibly initialized 2148 | struct drm_printer p = drm_seq_file_printer(m); | ^ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c: In function 'amdgpu_mm_gws_table_show': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c:2137:21: note: byref variable will be forcibly initialized 2137 | struct drm_printer p = drm_seq_file_printer(m); | ^ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c: In function 'amdgpu_mm_gds_table_show': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c:2126:21: note: byref variable will be forcibly initialized 2126 | struct drm_printer p = drm_seq_file_printer(m); | ^ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c: In function 'amdgpu_mm_tt_table_show': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c:2115:21: note: byref variable will be forcibly initialized 2115 | struct drm_printer p = drm_seq_file_printer(m); | ^ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c: In function 'amdgpu_mm_vram_table_show': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c:2097:21: note: byref variable will be forcibly initialized 2097 | struct drm_printer p = drm_seq_file_printer(m); | ^ /kisskb/src/drivers/misc/habanalabs/common/command_buffer.c: In function 'hl_cb_ioctl': /kisskb/src/drivers/misc/habanalabs/common/command_buffer.c:418:6: note: byref variable will be forcibly initialized 418 | u32 usage_cnt = 0; | ^~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_buffer.c:417:6: note: byref variable will be forcibly initialized 417 | u64 handle = 0; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_buffer.c:416:24: note: byref variable will be forcibly initialized 416 | enum hl_device_status status; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c: In function 'amdgpu_ttm_vram_write': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c:2215:12: note: byref variable will be forcibly initialized 2215 | uint32_t value; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c: In function 'amdgpu_ttm_vram_read': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c:2181:12: note: byref variable will be forcibly initialized 2181 | uint32_t value[AMDGPU_TTM_VRAM_MAX_DW_READ]; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_buffer.c: In function 'hl_cb_mgr_fini': /kisskb/src/drivers/misc/habanalabs/common/command_buffer.c:611:6: note: byref variable will be forcibly initialized 611 | u32 id; | ^~ /kisskb/src/drivers/misc/habanalabs/common/command_buffer.c: In function 'hl_cb_kernel_create': /kisskb/src/drivers/misc/habanalabs/common/command_buffer.c:628:6: note: byref variable will be forcibly initialized 628 | u64 cb_handle; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c: In function 'amdgpu_ttm_map_buffer': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c:257:14: note: byref variable will be forcibly initialized 257 | dma_addr_t dma_address; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c:200:20: note: byref variable will be forcibly initialized 200 | struct dma_fence *fence; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c:198:21: note: byref variable will be forcibly initialized 198 | struct amdgpu_job *job; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c: In function 'amdgpu_ttm_alloc_gart': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c:966:23: note: byref variable will be forcibly initialized 966 | struct ttm_resource *tmp; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c:965:19: note: byref variable will be forcibly initialized 965 | struct ttm_place placements; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c:964:23: note: byref variable will be forcibly initialized 964 | struct ttm_placement placement; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c: In function 'amdgpu_ttm_set_buffer_funcs_status': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c:1873:29: note: byref variable will be forcibly initialized 1873 | struct drm_gpu_scheduler *sched; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c: In function 'amdgpu_ttm_init': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c:1774:18: note: byref variable will be forcibly initialized 1774 | struct sysinfo si; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c: In function 'amdgpu_copy_buffer': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c:1909:21: note: byref variable will be forcibly initialized 1909 | struct amdgpu_job *job; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c: In function 'amdgpu_ttm_copy_mem_to_mem': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c:330:18: note: byref variable will be forcibly initialized 330 | uint64_t from, to; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c:330:12: note: byref variable will be forcibly initialized 330 | uint64_t from, to; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c:328:21: note: byref variable will be forcibly initialized 328 | struct dma_fence *next; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c:312:35: note: byref variable will be forcibly initialized 312 | struct amdgpu_res_cursor src_mm, dst_mm; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c:312:27: note: byref variable will be forcibly initialized 312 | struct amdgpu_res_cursor src_mm, dst_mm; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c: In function 'amdgpu_fill_buffer': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c:1986:21: note: byref variable will be forcibly initialized 1986 | struct amdgpu_job *job; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c:1982:27: note: byref variable will be forcibly initialized 1982 | struct amdgpu_res_cursor cursor; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c: In function 'amdgpu_move_blit': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c:405:21: note: byref variable will be forcibly initialized 405 | struct dma_fence *wipe_fence = NULL; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c:385:20: note: byref variable will be forcibly initialized 385 | struct dma_fence *fence = NULL; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c:384:30: note: byref variable will be forcibly initialized 384 | struct amdgpu_copy_mem src, dst; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c:384:25: note: byref variable will be forcibly initialized 384 | struct amdgpu_copy_mem src, dst; | ^~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/drm/drm_crtc.h:28, from /kisskb/src/include/drm/drm_atomic.h:31, from /kisskb/src/drivers/gpu/drm/vkms/vkms_crtc.c:5: /kisskb/src/drivers/gpu/drm/vkms/vkms_crtc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mfd/da9063-core.c: In function 'da9063_clear_fault_log': /kisskb/src/drivers/mfd/da9063-core.c:116:6: note: byref variable will be forcibly initialized 116 | int fault_log = 0; | ^~~~~~~~~ /kisskb/src/net/batman-adv/fragmentation.c: In function 'batadv_frag_skb_buffer': /kisskb/src/net/batman-adv/fragmentation.c:315:20: note: byref variable will be forcibly initialized 315 | struct hlist_head head = HLIST_HEAD_INIT; | ^~~~ /kisskb/src/net/batman-adv/fragmentation.c: In function 'batadv_frag_send_packet': /kisskb/src/net/batman-adv/fragmentation.c:446:28: note: byref variable will be forcibly initialized 446 | struct batadv_frag_packet frag_header; | ^~~~~~~~~~~ /kisskb/src/drivers/base/cpu.c: In function 'cpu_device_create': /kisskb/src/drivers/base/cpu.c:444:10: note: byref variable will be forcibly initialized 444 | va_list vargs; | ^~~~~ /kisskb/src/drivers/base/cpu.c: In function 'print_cpus_isolated': /kisskb/src/drivers/base/cpu.c:272:16: note: byref variable will be forcibly initialized 272 | cpumask_var_t isolated; | ^~~~~~~~ /kisskb/src/drivers/base/cpu.c: In function 'print_cpus_offline': /kisskb/src/drivers/base/cpu.c:242:16: note: byref variable will be forcibly initialized 242 | cpumask_var_t offline; | ^~~~~~~ /kisskb/src/net/decnet/dn_neigh.c: In function 'dn_neigh_output': /kisskb/src/net/decnet/dn_neigh.c:178:7: note: byref variable will be forcibly initialized 178 | char mac_addr[ETH_ALEN]; | ^~~~~~~~ /kisskb/src/net/decnet/dn_neigh.c: In function 'dn_neigh_router_hello': /kisskb/src/net/decnet/dn_neigh.c:389:9: note: byref variable will be forcibly initialized 389 | __le16 src; | ^~~ /kisskb/src/net/decnet/dn_neigh.c: In function 'dn_neigh_endnode_hello': /kisskb/src/net/decnet/dn_neigh.c:449:9: note: byref variable will be forcibly initialized 449 | __le16 src; | ^~~ /kisskb/src/net/decnet/dn_neigh.c: In function 'dn_neigh_elist': /kisskb/src/net/decnet/dn_neigh.c:534:24: note: byref variable will be forcibly initialized 534 | struct elist_cb_state state; | ^~~~~ /kisskb/src/drivers/cxl/core/regs.c: In function 'devm_cxl_iomap_block': /kisskb/src/drivers/cxl/core/regs.c:170:19: note: byref variable will be forcibly initialized 170 | resource_size_t end = addr + length - 1; | ^~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_pool.c: In function 'ttm_pool_alloc': /kisskb/src/drivers/gpu/drm/ttm/ttm_pool.c:363:14: note: byref variable will be forcibly initialized 363 | dma_addr_t *dma_addr = tt->dma_address; | ^~~~~~~~ /kisskb/src/drivers/cxl/core/memdev.c: In function 'cxl_memdev_init': /kisskb/src/drivers/cxl/core/memdev.c:325:8: note: byref variable will be forcibly initialized 325 | dev_t devt; | ^~~~ /kisskb/src/drivers/misc/ad525x_dpot.c: In function 'sysfs_set_reg': /kisskb/src/drivers/misc/ad525x_dpot.c:451:16: note: byref variable will be forcibly initialized 451 | unsigned long value; | ^~~~~ /kisskb/src/drivers/gpu/drm/ttm/ttm_device.c: In function 'ttm_global_init': /kisskb/src/drivers/gpu/drm/ttm/ttm_device.c:70:17: note: byref variable will be forcibly initialized 70 | struct sysinfo si; | ^~ /kisskb/src/net/phonet/sysctl.c: In function 'proc_local_port_range': /kisskb/src/net/phonet/sysctl.c:55:6: note: byref variable will be forcibly initialized 55 | int range[2] = {local_port_range[0], local_port_range[1]}; | ^~~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/net/net_namespace.h:39, from /kisskb/src/include/linux/netdevice.h:37, from /kisskb/src/include/linux/rtnetlink.h:7, from /kisskb/src/net/llc/af_llc.c:26: /kisskb/src/net/llc/af_llc.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/llc/af_llc.c: In function 'llc_ui_setsockopt': /kisskb/src/net/llc/af_llc.c:1066:15: note: byref variable will be forcibly initialized 1066 | unsigned int opt; | ^~~ /kisskb/src/net/llc/af_llc.c: In function 'llc_ui_getname': /kisskb/src/net/llc/af_llc.c:1000:22: note: byref variable will be forcibly initialized 1000 | struct sockaddr_llc sllc; | ^~~~ /kisskb/src/net/llc/af_llc.c: In function 'llc_cmsg_rcv': /kisskb/src/net/llc/af_llc.c:655:22: note: byref variable will be forcibly initialized 655 | struct llc_pktinfo info; | ^~~~ /kisskb/src/net/llc/af_llc.c: In function 'llc_ui_recvmsg': /kisskb/src/net/llc/af_llc.c:751:7: note: byref variable will be forcibly initialized 751 | long timeo; | ^~~~~ /kisskb/src/net/llc/af_llc.c:747:6: note: byref variable will be forcibly initialized 747 | u32 peek_seq = 0; | ^~~~~~~~ /kisskb/src/net/llc/af_llc.c: In function 'llc_ui_sendmsg': /kisskb/src/net/llc/af_llc.c:918:6: note: byref variable will be forcibly initialized 918 | int rc = -EINVAL, copied = 0, hdrlen; | ^~ /kisskb/src/net/llc/af_llc.c: In function 'llc_ui_getsockopt': /kisskb/src/net/llc/af_llc.c:1148:6: note: byref variable will be forcibly initialized 1148 | int val = 0, len = 0, rc = -EINVAL; | ^~~ /kisskb/src/net/llc/af_llc.c: In function 'llc_ui_bind': /kisskb/src/net/llc/af_llc.c:382:26: note: byref variable will be forcibly initialized 382 | struct llc_addr laddr, daddr; | ^~~~~ /kisskb/src/net/llc/af_llc.c:382:19: note: byref variable will be forcibly initialized 382 | struct llc_addr laddr, daddr; | ^~~~~ /kisskb/src/net/phonet/af_phonet.c: In function 'send_obj_unreachable': /kisskb/src/net/phonet/af_phonet.c:315:19: note: byref variable will be forcibly initialized 315 | struct phonetmsg resp; | ^~~~ /kisskb/src/net/phonet/af_phonet.c: In function 'phonet_rcv': /kisskb/src/net/phonet/af_phonet.c:363:21: note: byref variable will be forcibly initialized 363 | struct sockaddr_pn sa; | ^~ /kisskb/src/drivers/gpu/drm/ast/ast_mode.c: In function 'ast_cursor_plane_init': /kisskb/src/drivers/gpu/drm/ast/ast_mode.c:916:21: note: byref variable will be forcibly initialized 916 | struct dma_buf_map map; | ^~~ /kisskb/src/drivers/gpu/drm/ast/ast_mode.c: In function 'ast_cursor_plane_destroy': /kisskb/src/drivers/gpu/drm/ast/ast_mode.c:889:21: note: byref variable will be forcibly initialized 889 | struct dma_buf_map map; | ^~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/arch/powerpc/include/asm/io.h:27, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/dma-buf-map.h:9, from /kisskb/src/drivers/gpu/drm/qxl/qxl_display.c:28: /kisskb/src/drivers/gpu/drm/qxl/qxl_display.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_display.c: In function 'qxl_check_mode': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_display.c:208:6: note: in expansion of macro 'check_mul_overflow' 208 | if (check_mul_overflow(stride, height, &size)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_display.c:208:6: note: in expansion of macro 'check_mul_overflow' 208 | if (check_mul_overflow(stride, height, &size)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_display.c:206:6: note: in expansion of macro 'check_mul_overflow' 206 | if (check_mul_overflow(width, 4u, &stride)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_display.c:206:6: note: in expansion of macro 'check_mul_overflow' 206 | if (check_mul_overflow(width, 4u, &stride)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_display.c:204:15: note: byref variable will be forcibly initialized 204 | unsigned int size; | ^~~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_display.c:203:15: note: byref variable will be forcibly initialized 203 | unsigned int stride; | ^~~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/drm/drm_crtc.h:28, from /kisskb/src/include/drm/drm_atomic.h:31, from /kisskb/src/drivers/gpu/drm/qxl/qxl_display.c:31: /kisskb/src/drivers/gpu/drm/qxl/qxl_display.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_ttm.c: In function 'qxl_mm_dump_table': /kisskb/src/drivers/gpu/drm/qxl/qxl_ttm.c:232:21: note: byref variable will be forcibly initialized 232 | struct drm_printer p = drm_seq_file_printer(m); | ^ /kisskb/src/drivers/gpu/drm/qxl/qxl_display.c: In function 'qxl_framebuffer_surface_dirty': /kisskb/src/drivers/gpu/drm/qxl/qxl_display.c:410:33: note: byref variable will be forcibly initialized 410 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_display.c:408:23: note: byref variable will be forcibly initialized 408 | struct drm_clip_rect norect; | ^~~~~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_display.c: In function 'qxl_primary_move_cursor': /kisskb/src/drivers/gpu/drm/qxl/qxl_display.c:534:22: note: byref variable will be forcibly initialized 534 | struct qxl_release *release; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_display.c: In function 'qxl_cursor_atomic_disable': /kisskb/src/drivers/gpu/drm/qxl/qxl_display.c:709:22: note: byref variable will be forcibly initialized 709 | struct qxl_release *release; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_display.c: In function 'qxl_primary_apply_cursor': /kisskb/src/drivers/gpu/drm/qxl/qxl_display.c:488:22: note: byref variable will be forcibly initialized 488 | struct qxl_release *release; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_display.c: In function 'qxl_prepare_shadow': /kisskb/src/drivers/gpu/drm/qxl/qxl_display.c:795:21: note: byref variable will be forcibly initialized 795 | struct qxl_surface surf; | ^~~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_display.c: In function 'qxl_create_cursor': /kisskb/src/drivers/gpu/drm/qxl/qxl_display.c:571:20: note: byref variable will be forcibly initialized 571 | struct qxl_cursor cursor; | ^~~~~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_display.c:570:21: note: byref variable will be forcibly initialized 570 | struct dma_buf_map user_map; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_display.c:569:21: note: byref variable will be forcibly initialized 569 | struct dma_buf_map cursor_map; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_display.c:568:17: note: byref variable will be forcibly initialized 568 | struct qxl_bo *cursor_bo; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_display.c: In function 'qxl_primary_atomic_update': /kisskb/src/drivers/gpu/drm/qxl/qxl_display.c:643:23: note: byref variable will be forcibly initialized 643 | struct drm_clip_rect norect = { | ^~~~~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_display.c: In function 'qxl_display_read_client_monitors_config': /kisskb/src/drivers/gpu/drm/qxl/qxl_display.c:167:33: note: byref variable will be forcibly initialized 167 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_display.c: In function 'qxl_create_monitors_object': /kisskb/src/drivers/gpu/drm/qxl/qxl_display.c:1186:21: note: byref variable will be forcibly initialized 1186 | struct dma_buf_map map; | ^~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_display.c:1185:25: note: byref variable will be forcibly initialized 1185 | struct drm_gem_object *gobj; | ^~~~ /kisskb/src/drivers/misc/cxl/sysfs.c: In function 'afu_read_config': /kisskb/src/drivers/misc/cxl/sysfs.c:547:12: note: byref variable will be forcibly initialized 547 | u64 i, j, val, rc; | ^~~ /kisskb/src/drivers/misc/cxl/sysfs.c: In function 'perst_reloads_same_image_store': /kisskb/src/drivers/misc/cxl/sysfs.c:175:6: note: byref variable will be forcibly initialized 175 | int val; | ^~~ /kisskb/src/drivers/misc/cxl/sysfs.c: In function 'irqs_max_store': /kisskb/src/drivers/misc/cxl/sysfs.c:294:6: note: byref variable will be forcibly initialized 294 | int irqs_max; | ^~~~~~~~ /kisskb/src/drivers/misc/cxl/sysfs.c: In function 'reset_adapter_store': /kisskb/src/drivers/misc/cxl/sysfs.c:92:6: note: byref variable will be forcibly initialized 92 | int val; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/hw_queue.c: In function 'int_queue_schedule_job': /kisskb/src/drivers/misc/habanalabs/common/hw_queue.c:336:15: note: byref variable will be forcibly initialized 336 | struct hl_bd bd; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c: In function 'amdgpu_bo_create': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c:605:21: note: byref variable will be forcibly initialized 605 | struct dma_fence *fence; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c:535:20: note: byref variable will be forcibly initialized 535 | struct amdgpu_bo *bo; | ^~ /kisskb/src/drivers/misc/habanalabs/common/hw_queue.c: In function 'init_signal_cs': /kisskb/src/drivers/misc/habanalabs/common/hw_queue.c:407:20: note: byref variable will be forcibly initialized 407 | struct hl_hw_sob *hw_sob; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c: In function 'amdgpu_bo_create_user': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c:651:20: note: byref variable will be forcibly initialized 651 | struct amdgpu_bo *bo_ptr; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c: In function 'amdgpu_bo_create_vm': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c:680:20: note: byref variable will be forcibly initialized 680 | struct amdgpu_bo *bo_ptr; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c: In function 'amdgpu_bo_release_notify': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c:1267:20: note: byref variable will be forcibly initialized 1267 | struct dma_fence *fence = NULL; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c: In function 'amdgpu_bo_sync_wait_resv': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c:1395:21: note: byref variable will be forcibly initialized 1395 | struct amdgpu_sync sync; | ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/if_ether.h:19, from /kisskb/src/drivers/misc/habanalabs/common/../include/common/cpucp_if.h:12, from /kisskb/src/drivers/misc/habanalabs/common/habanalabs.h:11, from /kisskb/src/drivers/misc/habanalabs/common/hw_queue.c:8: /kisskb/src/drivers/misc/habanalabs/common/hw_queue.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c: In function 'amdgpu_bo_create_reserved': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c:232:25: note: byref variable will be forcibly initialized 232 | struct amdgpu_bo_param bp; | ^~ /kisskb/src/drivers/misc/habanalabs/common/hw_queue.c: In function 'init_wait_cs': /kisskb/src/drivers/misc/habanalabs/common/hw_queue.c:462:32: note: byref variable will be forcibly initialized 462 | struct hl_gen_wait_properties wait_prop; | ^~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/hw_queue.c: In function 'hl_hw_queue_schedule_cs': /kisskb/src/drivers/misc/habanalabs/common/hw_queue.c:623:24: note: byref variable will be forcibly initialized 623 | enum hl_device_status status; | ^~~~~~ /kisskb/src/drivers/misc/ad525x_dpot-i2c.c: In function 'ad_dpot_i2c_probe': /kisskb/src/drivers/misc/ad525x_dpot-i2c.c:56:26: note: byref variable will be forcibly initialized 56 | struct ad_dpot_bus_data bdata = { | ^~~~~ /kisskb/src/drivers/misc/tifm_core.c: In function 'tifm_media_type_name': /kisskb/src/drivers/misc/tifm_core.c:23:14: note: byref variable will be forcibly initialized 23 | const char *card_type_name[3][3] = { | ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/arch/powerpc/include/asm/io.h:27, 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/tifm.h:12, from /kisskb/src/drivers/misc/tifm_core.c:8: /kisskb/src/drivers/misc/tifm_core.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/vkms/vkms_composer.c: In function 'compute_crc': /kisskb/src/drivers/gpu/drm/vkms/vkms_composer.c:38:15: note: byref variable will be forcibly initialized 38 | u32 crc = 0, pixel = 0; | ^~~~~ /kisskb/src/drivers/gpu/drm/vkms/vkms_composer.c: In function 'vkms_composer_worker': /kisskb/src/drivers/gpu/drm/vkms/vkms_composer.c:229:6: note: byref variable will be forcibly initialized 229 | u32 crc32 = 0; | ^~~~~ /kisskb/src/drivers/gpu/drm/vkms/vkms_composer.c:228:8: note: byref variable will be forcibly initialized 228 | void *vaddr_out = NULL; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/vkms/vkms_composer.c: In function 'vkms_verify_crc_source': /kisskb/src/drivers/gpu/drm/vkms/vkms_composer.c:316:7: note: byref variable will be forcibly initialized 316 | bool enabled; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/vkms/vkms_composer.c: In function 'vkms_set_crc_source': /kisskb/src/drivers/gpu/drm/vkms/vkms_composer.c:347:7: note: byref variable will be forcibly initialized 347 | bool enabled = false; | ^~~~~~~ In file included from /kisskb/src/drivers/base/map.c:13: /kisskb/src/drivers/base/map.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/cxl/core/mbox.c: In function 'cxl_xfer_log': /kisskb/src/drivers/cxl/core/mbox.c:488:27: note: byref variable will be forcibly initialized 488 | struct cxl_mbox_get_log log = { | ^~~ /kisskb/src/drivers/cxl/core/mbox.c: In function 'cxl_mem_get_partition_info': /kisskb/src/drivers/cxl/core/mbox.c:650:13: note: byref variable will be forcibly initialized 650 | } __packed pi; | ^~ /kisskb/src/drivers/cxl/core/mbox.c: In function 'cxl_mem_identify': /kisskb/src/drivers/cxl/core/mbox.c:683:27: note: byref variable will be forcibly initialized 683 | struct cxl_mbox_identify id; | ^~ /kisskb/src/drivers/cxl/core/mbox.c: In function 'cxl_validate_cmd_from_user': /kisskb/src/drivers/cxl/core/mbox.c:254:32: note: byref variable will be forcibly initialized 254 | const struct cxl_mem_command temp = { | ^~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/topology.h:33, from /kisskb/src/include/linux/irq.h:19, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/tifm.h:12, from /kisskb/src/drivers/misc/tifm_7xx1.c:8: /kisskb/src/drivers/misc/tifm_7xx1.c: In function 'tifm_7xx1_resume': /kisskb/src/drivers/misc/tifm_7xx1.c:237:29: note: byref variable will be forcibly initialized 237 | DECLARE_COMPLETION_ONSTACK(finish_resume); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/net/batman-adv/gateway_client.c: In function 'batadv_gw_election': /kisskb/src/net/batman-adv/gateway_client.c:203:7: note: byref variable will be forcibly initialized 203 | char gw_addr[18] = { '\0' }; | ^~~~~~~ /kisskb/src/drivers/cxl/core/mbox.c: In function 'cxl_mem_enumerate_cmds': /kisskb/src/drivers/cxl/core/mbox.c:593:10: note: byref variable will be forcibly initialized 593 | uuid_t uuid = gsl->entry[i].uuid; | ^~~~ /kisskb/src/net/batman-adv/gateway_client.c: In function 'batadv_gw_node_delete': /kisskb/src/net/batman-adv/gateway_client.c:467:34: note: byref variable will be forcibly initialized 467 | struct batadv_tvlv_gateway_data gateway; | ^~~~~~~ /kisskb/src/drivers/cxl/core/mbox.c: In function 'cxl_send_cmd': /kisskb/src/drivers/cxl/core/mbox.c:453:25: note: byref variable will be forcibly initialized 453 | struct cxl_mem_command c; | ^ /kisskb/src/drivers/cxl/core/mbox.c:452:26: note: byref variable will be forcibly initialized 452 | struct cxl_send_command send; | ^~~~ /kisskb/src/net/batman-adv/gateway_common.c: In function 'batadv_gw_tvlv_ogm_handler_v1': /kisskb/src/net/batman-adv/gateway_common.c:222:34: note: byref variable will be forcibly initialized 222 | struct batadv_tvlv_gateway_data gateway, *gateway_ptr; | ^~~~~~~ /kisskb/src/net/batman-adv/gateway_common.c: In function 'batadv_parse_throughput': /kisskb/src/net/batman-adv/gateway_common.c:40:6: note: byref variable will be forcibly initialized 40 | u64 lthroughput; | ^~~~~~~~~~~ /kisskb/src/net/batman-adv/gateway_common.c: In function 'batadv_gw_tvlv_container_update': /kisskb/src/net/batman-adv/gateway_common.c:136:34: note: byref variable will be forcibly initialized 136 | struct batadv_tvlv_gateway_data gw; | ^~ /kisskb/src/net/batman-adv/gateway_common.c: In function 'batadv_gw_bandwidth_set': /kisskb/src/net/batman-adv/gateway_common.c:174:6: note: byref variable will be forcibly initialized 174 | u32 up_new = 0; | ^~~~~~ /kisskb/src/net/batman-adv/gateway_common.c:173:6: note: byref variable will be forcibly initialized 173 | u32 down_new = 0; | ^~~~~~~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:25, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/net/psample/psample.c:13: /kisskb/src/net/psample/psample.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized 1309 | u32 tmp = value; | ^~~ /kisskb/src/net/psample/psample.c: In function 'nla_put_u16': /kisskb/src/include/net/netlink.h:1257:6: note: byref variable will be forcibly initialized 1257 | u16 tmp = value; | ^~~ /kisskb/src/net/psample/psample.c: In function 'nla_put_u64_64bit': /kisskb/src/include/net/netlink.h:1363:6: note: byref variable will be forcibly initialized 1363 | u64 tmp = value; | ^~~ /kisskb/src/net/llc/llc_station.c: In function 'llc_station_ac_send_xid_r': /kisskb/src/net/llc/llc_station.c:50:23: note: byref variable will be forcibly initialized 50 | u8 mac_da[ETH_ALEN], dsap; | ^~~~ /kisskb/src/net/llc/llc_station.c:50:5: note: byref variable will be forcibly initialized 50 | u8 mac_da[ETH_ALEN], dsap; | ^~~~~~ /kisskb/src/net/llc/llc_station.c: In function 'llc_station_ac_send_test_r': /kisskb/src/net/llc/llc_station.c:74:23: note: byref variable will be forcibly initialized 74 | u8 mac_da[ETH_ALEN], dsap; | ^~~~ /kisskb/src/net/llc/llc_station.c:74:5: note: byref variable will be forcibly initialized 74 | u8 mac_da[ETH_ALEN], dsap; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gart.c: In function 'amdgpu_gart_table_vram_alloc': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gart.c:120:26: note: byref variable will be forcibly initialized 120 | struct amdgpu_bo_param bp; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gart.c: In function 'amdgpu_gart_unbind': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gart.c:234:6: note: byref variable will be forcibly initialized 234 | int idx; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gart.c: In function 'amdgpu_gart_map': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gart.c:285:6: note: byref variable will be forcibly initialized 285 | int idx; | ^~~ /kisskb/src/net/decnet/dn_fib.c: In function 'dn_fib_count_nhs': /kisskb/src/net/decnet/dn_fib.c:152:15: note: byref variable will be forcibly initialized 152 | int nhs = 0, nhlen = nla_len(attr); | ^~~~~ /kisskb/src/drivers/mfd/da9063-i2c.c: In function 'da9063_i2c_blockreg_read': /kisskb/src/drivers/mfd/da9063-i2c.c:52:15: note: byref variable will be forcibly initialized 52 | u8 page_num, paged_addr; | ^~~~~~~~~~ /kisskb/src/drivers/mfd/da9063-i2c.c:51:5: note: byref variable will be forcibly initialized 51 | u8 page_sel_buf[DA9063_PAGE_SEL_BUF_SIZE]; | ^~~~~~~~~~~~ /kisskb/src/drivers/mfd/da9063-i2c.c:50:17: note: byref variable will be forcibly initialized 50 | struct i2c_msg xfer[DA9063_PAGED_READ_MSG_CNT]; | ^~~~ /kisskb/src/drivers/mfd/da9063-i2c.c: In function 'da9063_get_device_type': /kisskb/src/drivers/misc/apds990x.c: In function 'apds990x_prox_enable_store': /kisskb/src/drivers/mfd/da9063-i2c.c:107:5: note: byref variable will be forcibly initialized 107 | u8 buf[DA9063_CHIP_ID_REGS]; | ^~~ /kisskb/src/drivers/misc/apds990x.c:807:16: note: byref variable will be forcibly initialized 807 | unsigned long value; | ^~~~~ /kisskb/src/drivers/misc/apds990x.c: In function 'apds990x_rate_store': /kisskb/src/drivers/misc/apds990x.c:748:16: note: byref variable will be forcibly initialized 748 | unsigned long value; | ^~~~~ /kisskb/src/drivers/misc/apds990x.c: In function 'apds990x_lux_calib_store': /kisskb/src/drivers/misc/apds990x.c:683:16: note: byref variable will be forcibly initialized 683 | unsigned long value; | ^~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/arch/powerpc/include/asm/machdep.h:8, from /kisskb/src/arch/powerpc/include/asm/archrandom.h:7, from /kisskb/src/include/linux/random.h:121, from /kisskb/src/include/linux/net.h:18, from /kisskb/src/net/decnet/dn_fib.c:22: /kisskb/src/net/decnet/dn_fib.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/drivers/misc/apds990x.c: In function 'apds990x_prox_threshold_store': /kisskb/src/drivers/misc/apds990x.c:960:16: note: byref variable will be forcibly initialized 960 | unsigned long value; | ^~~~~ /kisskb/src/drivers/misc/apds990x.c: In function 'apds990x_set_lux_thresh': /kisskb/src/drivers/misc/apds990x.c:892:16: note: byref variable will be forcibly initialized 892 | unsigned long thresh; | ^~~~~~ /kisskb/src/net/decnet/dn_fib.c: In function 'dn_fib_get_nhs': /kisskb/src/net/decnet/dn_fib.c:167:6: note: byref variable will be forcibly initialized 167 | int nhlen = nla_len(attr); | ^~~~~ /kisskb/src/drivers/misc/apds990x.c: In function 'apds990x_power_state_store': /kisskb/src/drivers/misc/apds990x.c:995:16: note: byref variable will be forcibly initialized 995 | unsigned long value; | ^~~~~ /kisskb/src/net/decnet/dn_fib.c: In function 'fib_magic': /kisskb/src/net/decnet/dn_fib.c:564:4: note: byref variable will be forcibly initialized 564 | } req; | ^~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/misc/apds990x.c:12: /kisskb/src/drivers/misc/apds990x.c: In function 'apds990x_lux_show': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/apds990x.c:633:12: note: in expansion of macro 'wait_event_interruptible_timeout' 633 | timeout = wait_event_interruptible_timeout(chip->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/decnet/dn_fib.c: In function 'dn_fib_rtm_delroute': /kisskb/src/net/decnet/dn_fib.c:510:17: note: byref variable will be forcibly initialized 510 | struct nlattr *attrs[RTA_MAX+1]; | ^~~~~ /kisskb/src/net/decnet/dn_fib.c: In function 'dn_fib_rtm_newroute': /kisskb/src/net/decnet/dn_fib.c:537:17: note: byref variable will be forcibly initialized 537 | struct nlattr *attrs[RTA_MAX+1]; | ^~~~~ /kisskb/src/drivers/misc/apds990x.c: In function 'apds990x_irq': /kisskb/src/drivers/misc/apds990x.c:507:8: note: byref variable will be forcibly initialized 507 | u16 clr_ch; | ^~~~~~ /kisskb/src/drivers/misc/apds990x.c:477:5: note: byref variable will be forcibly initialized 477 | u8 status; | ^~~~~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/neighbour.h:31, from /kisskb/src/net/decnet/dn_rules.c:28: /kisskb/src/net/decnet/dn_rules.c: In function 'nla_put_le16': /kisskb/src/include/net/netlink.h:1296:9: note: byref variable will be forcibly initialized 1296 | __le16 tmp = value; | ^~~ /kisskb/src/net/decnet/dn_fib.c: In function 'dn_fib_check_nh': /kisskb/src/net/decnet/dn_fib.c:200:21: note: byref variable will be forcibly initialized 200 | struct dn_fib_res res; | ^~~ /kisskb/src/net/decnet/dn_fib.c:199:18: note: byref variable will be forcibly initialized 199 | struct flowidn fld; | ^~~ /kisskb/src/net/decnet/dn_rules.c: In function 'dnet_addr_type': /kisskb/src/net/decnet/dn_rules.c:187:20: note: byref variable will be forcibly initialized 187 | struct dn_fib_res res; | ^~~ /kisskb/src/net/decnet/dn_fib.c: In function 'dn_fib_create_info': /kisskb/src/net/decnet/dn_fib.c:298:7: note: byref variable will be forcibly initialized 298 | int rem; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/net/nfc/hci/command.c:10: /kisskb/src/net/nfc/hci/command.c: In function 'nfc_hci_execute_cmd': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/net/nfc/hci/command.c:79:2: note: in expansion of macro 'wait_event' 79 | wait_event(ew_wq, hcp_ew.exec_complete == true); | ^~~~~~~~~~ /kisskb/src/net/nfc/hci/command.c:60:25: note: byref variable will be forcibly initialized 60 | struct hcp_exec_waiter hcp_ew; | ^~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/net/nfc/hci/command.c:10: /kisskb/src/net/nfc/hci/command.c:59:34: note: byref variable will be forcibly initialized 59 | DECLARE_WAIT_QUEUE_HEAD_ONSTACK(ew_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/net/nfc/hci/command.c: In function 'nfc_hci_clear_all_pipes': /kisskb/src/net/nfc/hci/command.c:245:5: note: byref variable will be forcibly initialized 245 | u8 param[2]; | ^~~~~ /kisskb/src/net/nfc/hci/command.c: In function 'nfc_hci_create_pipe': /kisskb/src/net/nfc/hci/command.c:212:32: note: byref variable will be forcibly initialized 212 | struct hci_create_pipe_params params; | ^~~~~~ /kisskb/src/net/nfc/hci/command.c:211:18: note: byref variable will be forcibly initialized 211 | struct sk_buff *skb; | ^~~ /kisskb/src/net/nfc/hci/command.c: In function 'nfc_hci_open_pipe': /kisskb/src/net/nfc/hci/command.c:184:18: note: byref variable will be forcibly initialized 184 | struct sk_buff *skb; | ^~~ /kisskb/src/net/nfc/hci/command.c: In function 'nfc_hci_connect_gate': /kisskb/src/net/nfc/hci/command.c:301:6: note: byref variable will be forcibly initialized 301 | int r; | ^ /kisskb/src/net/can/bcm.c: In function 'bcm_rx_changed': /kisskb/src/net/can/bcm.c:435:22: note: byref variable will be forcibly initialized 435 | struct bcm_msg_head head; | ^~~~ /kisskb/src/net/can/bcm.c: In function 'bcm_tx_timeout_handler': /kisskb/src/net/can/bcm.c:402:22: note: byref variable will be forcibly initialized 402 | struct bcm_msg_head msg_head; | ^~~~~~~~ /kisskb/src/net/can/bcm.c: In function 'bcm_rx_timeout_handler': /kisskb/src/net/can/bcm.c:560:22: note: byref variable will be forcibly initialized 560 | struct bcm_msg_head msg_head; | ^~~~~~~~ /kisskb/src/net/can/bcm.c: In function 'bcm_recvmsg': /kisskb/src/net/can/bcm.c:1634:6: note: byref variable will be forcibly initialized 1634 | int error = 0; | ^~~~~ In file included from /kisskb/src/include/linux/irq.h:21, 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/net/can/bcm.c:45: /kisskb/src/net/can/bcm.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/net/can/bcm.c: In function 'bcm_sendmsg': /kisskb/src/net/can/bcm.c:1279:22: note: byref variable will be forcibly initialized 1279 | struct bcm_msg_head msg_head; | ^~~~~~~~ /kisskb/src/net/phonet/pep.c: In function 'pipe_snd_status': /kisskb/src/net/phonet/pep.c:219:5: note: byref variable will be forcibly initialized 219 | u8 data[4] = { type, PAD, PAD, status }; | ^~~~ /kisskb/src/net/phonet/pep.c: In function 'pipe_handler_send_created_ind': /kisskb/src/net/phonet/pep.c:150:5: note: byref variable will be forcibly initialized 150 | u8 data[4] = { | ^~~~ /kisskb/src/net/phonet/pep.c: In function 'pep_sock_connect': /kisskb/src/net/phonet/pep.c:887:5: note: byref variable will be forcibly initialized 887 | u8 data[4] = { 0 /* sub-blocks */, PAD, PAD, PAD }; | ^~~~ /kisskb/src/net/phonet/pep-gprs.c: In function 'gprs_type_trans': In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/net/net_namespace.h:39, from /kisskb/src/include/linux/netdevice.h:37, from /kisskb/src/include/net/sock.h:46, from /kisskb/src/net/phonet/pep.c:16: /kisskb/src/net/phonet/pep.c: In function 'copy_from_sockptr_offset': /kisskb/src/net/phonet/pep-gprs.c:36:5: note: byref variable will be forcibly initialized 36 | u8 buf; | ^~~ /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/phonet/pep.c: In function 'pep_reply': /kisskb/src/net/phonet/pep.c:91:21: note: byref variable will be forcibly initialized 91 | struct sockaddr_pn peer; | ^~~~ /kisskb/src/net/phonet/pep.c: In function 'pep_ctrlreq_error': /kisskb/src/net/phonet/pep.c:197:5: note: byref variable will be forcibly initialized 197 | u8 data[4] = { | ^~~~ /kisskb/src/net/phonet/pep.c:196:21: note: byref variable will be forcibly initialized 196 | struct sockaddr_pn dst; | ^~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_gem.c: In function 'qxl_gem_object_create': /kisskb/src/drivers/gpu/drm/qxl/qxl_gem.c:51:17: note: byref variable will be forcibly initialized 51 | struct qxl_bo *qbo; | ^~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_gem.c: In function 'qxl_gem_object_create_with_handle': /kisskb/src/drivers/gpu/drm/qxl/qxl_gem.c:83:25: note: byref variable will be forcibly initialized 83 | struct drm_gem_object *gobj; | ^~~~ /kisskb/src/net/phonet/pep.c: In function 'pep_get_sb': /kisskb/src/net/phonet/pep.c:52:9: note: byref variable will be forcibly initialized 52 | } *ph, h; | ^ /kisskb/src/net/phonet/pep.c: In function 'pep_connresp_rcv': /kisskb/src/net/phonet/pep.c:498:20: note: byref variable will be forcibly initialized 498 | u8 type, buf[6], len = sizeof(buf); | ^~~ /kisskb/src/net/phonet/pep.c:498:12: note: byref variable will be forcibly initialized 498 | u8 type, buf[6], len = sizeof(buf); | ^~~ /kisskb/src/net/phonet/pep.c:498:6: note: byref variable will be forcibly initialized 498 | u8 type, buf[6], len = sizeof(buf); | ^~~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_object.c: In function 'qxl_bo_kmap_atomic_page': /kisskb/src/drivers/gpu/drm/qxl/qxl_object.c:213:21: note: byref variable will be forcibly initialized 213 | struct dma_buf_map bo_map; | ^~~~~~ /kisskb/src/net/phonet/pep.c: In function 'pipe_rcv_created': /kisskb/src/net/phonet/pep.c:313:20: note: byref variable will be forcibly initialized 313 | u8 type, buf[2], len = sizeof(buf); | ^~~ /kisskb/src/net/phonet/pep.c:313:12: note: byref variable will be forcibly initialized 313 | u8 type, buf[2], len = sizeof(buf); | ^~~ /kisskb/src/net/phonet/pep.c:313:6: note: byref variable will be forcibly initialized 313 | u8 type, buf[2], len = sizeof(buf); | ^~~~ /kisskb/src/net/phonet/pep.c: In function 'pep_do_rcv': /kisskb/src/net/phonet/pep.c:659:21: note: byref variable will be forcibly initialized 659 | struct sockaddr_pn dst; | ^~~ /kisskb/src/drivers/base/devres.c: In function 'alloc_dr': /kisskb/src/drivers/base/devres.c:110:9: note: byref variable will be forcibly initialized 110 | size_t tot_size; | ^~~~~~~~ /kisskb/src/net/phonet/pep.c: In function 'pep_recvmsg': /kisskb/src/net/phonet/pep.c:1241:6: note: byref variable will be forcibly initialized 1241 | int err; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/signal.h:7, from /kisskb/src/net/phonet/pep.c:13: /kisskb/src/net/phonet/pep.c: In function 'pep_sendmsg': /kisskb/src/net/phonet/pep.c:1160:20: note: byref variable will be forcibly initialized 1160 | DEFINE_WAIT_FUNC(wait, woken_wake_function); | ^~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/net/phonet/pep.c:1117:6: note: byref variable will be forcibly initialized 1117 | int err, done; | ^~~ /kisskb/src/net/phonet/pep.c:1115:7: note: byref variable will be forcibly initialized 1115 | long timeo; | ^~~~~ /kisskb/src/drivers/base/devres.c: In function '__devres_alloc_node': /kisskb/src/drivers/base/devres.c:110:9: note: byref variable will be forcibly initialized /kisskb/src/net/phonet/pep.c: In function 'pep_setsockopt': /kisskb/src/net/phonet/pep.c:981:6: note: byref variable will be forcibly initialized 981 | int val = 0, err = 0; | ^~~ In file included from /kisskb/src/include/linux/dev_printk.h:14, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/base/devres.c:9: /kisskb/src/drivers/base/devres.c: In function 'check_dr_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/drivers/base/devres.c:100:6: note: in expansion of macro 'unlikely' 100 | if (unlikely(check_add_overflow(sizeof(struct devres), | ^~~~~~~~ /kisskb/src/drivers/base/devres.c:100:15: note: in expansion of macro 'check_add_overflow' 100 | if (unlikely(check_add_overflow(sizeof(struct devres), | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/drivers/base/devres.c:100:6: note: in expansion of macro 'unlikely' 100 | if (unlikely(check_add_overflow(sizeof(struct devres), | ^~~~~~~~ /kisskb/src/drivers/base/devres.c:100:15: note: in expansion of macro 'check_add_overflow' 100 | if (unlikely(check_add_overflow(sizeof(struct devres), | ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/phonet/pep.c: In function 'pep_sock_accept': /kisskb/src/net/phonet/pep.c:809:20: note: byref variable will be forcibly initialized 809 | u8 type, buf[1], len = sizeof(buf); | ^~~ /kisskb/src/net/phonet/pep.c:809:12: note: byref variable will be forcibly initialized 809 | u8 type, buf[1], len = sizeof(buf); | ^~~ /kisskb/src/net/phonet/pep.c:809:6: note: byref variable will be forcibly initialized 809 | u8 type, buf[1], len = sizeof(buf); | ^~~~ /kisskb/src/net/phonet/pep.c:769:26: note: byref variable will be forcibly initialized 769 | struct sockaddr_pn dst, src; | ^~~ /kisskb/src/net/phonet/pep.c:769:21: note: byref variable will be forcibly initialized 769 | struct sockaddr_pn dst, src; | ^~~ /kisskb/src/drivers/base/devres.c: In function 'devm_kmalloc': /kisskb/src/drivers/base/devres.c:110:9: note: byref variable will be forcibly initialized 110 | size_t tot_size; | ^~~~~~~~ /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 = { | ^~~~~~ 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_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/misc/dw-xdata-pcie.c: In function 'dw_xdata_pcie_remove': /kisskb/src/drivers/misc/dw-xdata-pcie.c:388:6: note: byref variable will be forcibly initialized 388 | int id; | ^~ /kisskb/src/drivers/base/devres.c: In function 'devm_krealloc': /kisskb/src/drivers/base/devres.c:110:9: note: byref variable will be forcibly initialized 110 | size_t tot_size; | ^~~~~~~~ /kisskb/src/drivers/base/devres.c:855:9: note: byref variable will be forcibly initialized 855 | size_t total_new_size, total_old_size; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/misc/dw-xdata-pcie.c: In function 'read_store': /kisskb/src/drivers/misc/dw-xdata-pcie.c:260:7: note: byref variable will be forcibly initialized 260 | bool enabled; | ^~~~~~~ /kisskb/src/drivers/misc/dw-xdata-pcie.c: In function 'write_store': /kisskb/src/drivers/misc/dw-xdata-pcie.c:223:7: note: byref variable will be forcibly initialized 223 | bool enabled; | ^~~~~~~ /kisskb/src/drivers/base/devres.c: In function 'devm_kvasprintf': /kisskb/src/drivers/base/devres.c:998:10: note: byref variable will be forcibly initialized 998 | va_list aq; | ^~ /kisskb/src/drivers/base/devres.c: In function 'devm_kasprintf': /kisskb/src/drivers/base/devres.c:1027:10: note: byref variable will be forcibly initialized 1027 | va_list ap; | ^~ /kisskb/src/drivers/misc/dw-xdata-pcie.c: In function 'dw_xdata_perf': /kisskb/src/drivers/misc/dw-xdata-pcie.c:165:6: note: byref variable will be forcibly initialized 165 | u64 data[2], time[2], diff; | ^~~~ /kisskb/src/drivers/misc/dw-xdata-pcie.c: In function 'read_show': /kisskb/src/drivers/misc/dw-xdata-pcie.c:248:6: note: byref variable will be forcibly initialized 248 | u64 rate; | ^~~~ 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/misc/dw-xdata-pcie.c: In function 'write_show': /kisskb/src/drivers/misc/dw-xdata-pcie.c:211:6: note: byref variable will be forcibly initialized 211 | u64 rate; | ^~~~ /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/misc/dw-xdata-pcie.c: In function 'dw_xdata_pcie_probe': /kisskb/src/drivers/misc/dw-xdata-pcie.c:293:7: note: byref variable will be forcibly initialized 293 | char name[24]; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_encoders.c: In function 'amdgpu_link_encoder_connector': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_encoders.c:40:33: note: byref variable will be forcibly initialized 40 | struct drm_connector_list_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_encoders.c: In function 'amdgpu_encoder_set_active_device': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_encoders.c:68:33: note: byref variable will be forcibly initialized 68 | struct drm_connector_list_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_encoders.c: In function 'amdgpu_get_connector_for_encoder': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_encoders.c:89:33: note: byref variable will be forcibly initialized 89 | struct drm_connector_list_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_encoders.c: In function 'amdgpu_get_connector_for_encoder_init': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_encoders.c:110:33: note: byref variable will be forcibly initialized 110 | struct drm_connector_list_iter iter; | ^~~~ /kisskb/src/drivers/misc/hi6421v600-irq.c: In function 'hi6421v600_irq_mask': /kisskb/src/drivers/misc/hi6421v600-irq.c:140:15: note: byref variable will be forcibly initialized 140 | unsigned int data; | ^~~~ /kisskb/src/drivers/misc/hi6421v600-irq.c: In function 'hi6421v600_irq_unmask': /kisskb/src/drivers/misc/hi6421v600-irq.c:157:6: note: byref variable will be forcibly initialized 157 | u32 data, offset; | ^~~~ /kisskb/src/drivers/misc/hi6421v600-irq.c: In function 'hi6421v600_irq_init': /kisskb/src/drivers/misc/hi6421v600-irq.c:200:15: note: byref variable will be forcibly initialized 200 | unsigned int pending; | ^~~~~~~ /kisskb/src/drivers/misc/hi6421v600-irq.c: In function 'hi6421v600_irq_handler': /kisskb/src/drivers/misc/hi6421v600-irq.c:103:15: note: byref variable will be forcibly initialized 103 | unsigned int in; | ^~ /kisskb/src/drivers/misc/hi6421v600-irq.c:102:16: note: byref variable will be forcibly initialized 102 | unsigned long pending; | ^~~~~~~ /kisskb/src/drivers/misc/cxl/pci.c: In function 'find_cxl_vsec': /kisskb/src/drivers/misc/cxl/pci.c:154:6: note: byref variable will be forcibly initialized 154 | u16 val; | ^~~ /kisskb/src/drivers/misc/cxl/pci.c: In function 'cxl_afu_descriptor_looks_ok': /kisskb/src/drivers/misc/cxl/pci.c:890:6: note: byref variable will be forcibly initialized 890 | u32 val; | ^~~ /kisskb/src/drivers/misc/cxl/pci.c: In function 'dump_cxl_config_space': /kisskb/src/drivers/misc/cxl/pci.c:168:6: note: byref variable will be forcibly initialized 168 | u32 val; | ^~~ /kisskb/src/drivers/misc/cxl/pci.c: In function 'cxl_read_vsec': /kisskb/src/drivers/misc/cxl/pci.c:1293:5: note: byref variable will be forcibly initialized 1293 | u8 image_state; | ^~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/pci.c:1292:6: note: byref variable will be forcibly initialized 1292 | u16 vseclen; | ^~~~~~~ /kisskb/src/drivers/misc/cxl/pci.c:1291:14: note: byref variable will be forcibly initialized 1291 | u32 ps_off, ps_size; | ^~~~~~~ /kisskb/src/drivers/misc/cxl/pci.c:1291:6: note: byref variable will be forcibly initialized 1291 | u32 ps_off, ps_size; | ^~~~~~ /kisskb/src/drivers/misc/cxl/pci.c:1290:20: note: byref variable will be forcibly initialized 1290 | u32 afu_desc_off, afu_desc_size; | ^~~~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/pci.c:1290:6: note: byref variable will be forcibly initialized 1290 | u32 afu_desc_off, afu_desc_size; | ^~~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/pci.c: In function 'cxl_fixup_malformed_tlp': /kisskb/src/drivers/misc/cxl/pci.c:1346:6: note: byref variable will be forcibly initialized 1346 | u32 data; | ^~~~ /kisskb/src/drivers/misc/cxl/pci.c: In function 'switch_card_to_cxl': /kisskb/src/drivers/misc/cxl/pci.c:752:5: note: byref variable will be forcibly initialized 752 | u8 val; | ^~~ /kisskb/src/drivers/misc/cxl/pci.c: In function 'init_implementation_adapter_regs_psl8': /kisskb/src/drivers/misc/cxl/pci.c:555:6: note: byref variable will be forcibly initialized 555 | u64 capp_unit_id; | ^~~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/pci.c:554:6: note: byref variable will be forcibly initialized 554 | u32 phb_index; | ^~~~~~~~~ /kisskb/src/drivers/misc/cxl/pci.c:553:6: note: byref variable will be forcibly initialized 553 | u64 chipid; | ^~~~~~ /kisskb/src/drivers/misc/cxl/pci.c: In function 'cxl_get_xsl9_dsnctl': /kisskb/src/drivers/misc/cxl/pci.c:442:23: note: byref variable will be forcibly initialized 442 | u64 capiind, asnind, nbwind; | ^~~~~~ /kisskb/src/drivers/misc/cxl/pci.c:442:15: note: byref variable will be forcibly initialized 442 | u64 capiind, asnind, nbwind; | ^~~~~~ /kisskb/src/drivers/misc/cxl/pci.c:442:6: note: byref variable will be forcibly initialized 442 | u64 capiind, asnind, nbwind; | ^~~~~~~ /kisskb/src/drivers/misc/cxl/pci.c: In function 'init_implementation_adapter_regs_psl9': /kisskb/src/drivers/misc/cxl/pci.c:488:6: note: byref variable will be forcibly initialized 488 | u64 capp_unit_id; | ^~~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/pci.c:487:6: note: byref variable will be forcibly initialized 487 | u32 phb_index; | ^~~~~~~~~ /kisskb/src/drivers/misc/cxl/pci.c:486:6: note: byref variable will be forcibly initialized 486 | u64 chipid; | ^~~~~~ /kisskb/src/drivers/misc/cxl/pci.c:485:6: note: byref variable will be forcibly initialized 485 | u64 xsl_dsnctl, psl_fircntl; | ^~~~~~~~~~ /kisskb/src/drivers/misc/cxl/pci.c: In function 'cxl_update_image_control': /kisskb/src/drivers/misc/cxl/pci.c:668:5: note: byref variable will be forcibly initialized 668 | u8 image_state; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_cmd_parser.c: In function 'etnaviv_cmd_validate_one': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_cmd_parser.c:152:31: note: byref variable will be forcibly initialized 152 | struct etna_validation_state state; | ^~~~~ /kisskb/src/drivers/gpu/drm/ast/ast_post.c: In function 'finetuneDQSI': /kisskb/src/drivers/gpu/drm/ast/ast_post.c:721:7: note: byref variable will be forcibly initialized 721 | char tag[2][76]; | ^~~ /kisskb/src/drivers/gpu/drm/ast/ast_post.c:720:6: note: byref variable will be forcibly initialized 720 | u16 pass[32][2][2]; | ^~~~ /kisskb/src/drivers/gpu/drm/ast/ast_post.c:718:28: note: byref variable will be forcibly initialized 718 | u32 reg_mcr18, reg_mcr0c, passcnt[2], diff; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/ast/ast_post.c: In function 'finetuneDQI_L': /kisskb/src/drivers/gpu/drm/ast/ast_post.c:618:32: note: byref variable will be forcibly initialized 618 | u32 gold_sadj[2], dllmin[16], dllmax[16], dlli, data, cnt, mask, passcnt, retry = 0; | ^~~~~~ /kisskb/src/drivers/gpu/drm/ast/ast_post.c:618:20: note: byref variable will be forcibly initialized 618 | u32 gold_sadj[2], dllmin[16], dllmax[16], dlli, data, cnt, mask, passcnt, retry = 0; | ^~~~~~ /kisskb/src/drivers/gpu/drm/ast/ast_post.c: In function 'ast_post_chip_2300': /kisskb/src/drivers/gpu/drm/ast/ast_post.c:1602:28: note: byref variable will be forcibly initialized 1602 | struct ast2300_dram_param param; | ^~~~~ /kisskb/src/drivers/gpu/drm/ast/ast_post.c: In function 'ast_post_gpu': /kisskb/src/drivers/gpu/drm/ast/ast_post.c:371:6: note: byref variable will be forcibly initialized 371 | u32 reg; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/hardirq.h:9, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/drm/drm_util.h:35, from /kisskb/src/drivers/gpu/drm/qxl/qxl_cmd.c:30: /kisskb/src/drivers/gpu/drm/qxl/qxl_cmd.c: In function 'wait_for_io_cmd_user': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_cmd.c:314:9: note: in expansion of macro 'wait_event_timeout' 314 | ret = wait_event_timeout(qdev->io_cmd_event, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_cmd.c:311:9: note: in expansion of macro 'wait_event_interruptible_timeout' 311 | ret = wait_event_interruptible_timeout(qdev->io_cmd_event, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_cmd.c:301:10: note: in expansion of macro 'wait_event_timeout' 301 | ret = wait_event_timeout(qdev->io_cmd_event, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_cmd.c:298:10: note: in expansion of macro 'wait_event_interruptible_timeout' 298 | ret = wait_event_interruptible_timeout(qdev->io_cmd_event, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_cmd.c: In function 'qxl_ring_push': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_cmd.c:135:5: note: in expansion of macro 'wait_event' 135 | wait_event(*ring->push_event, | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_cmd.c:130:11: note: in expansion of macro 'wait_event_interruptible' 130 | ret = wait_event_interruptible(*ring->push_event, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_cmd.c: In function 'qxl_push_command_ring_release': /kisskb/src/drivers/gpu/drm/qxl/qxl_cmd.c:189:21: note: byref variable will be forcibly initialized 189 | struct qxl_command cmd; | ^~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_cmd.c: In function 'qxl_push_cursor_ring_release': /kisskb/src/drivers/gpu/drm/qxl/qxl_cmd.c:201:21: note: byref variable will be forcibly initialized 201 | struct qxl_command cmd; | ^~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_cmd.c: In function 'qxl_garbage_collect': /kisskb/src/drivers/gpu/drm/qxl/qxl_cmd.c:223:11: note: byref variable will be forcibly initialized 223 | uint64_t id, next_id; | ^~ /kisskb/src/drivers/gpu/drm/qxl/qxl_cmd.c: In function 'qxl_alloc_bo_reserved': /kisskb/src/drivers/gpu/drm/qxl/qxl_cmd.c:268:17: note: byref variable will be forcibly initialized 268 | struct qxl_bo *bo; | ^~ /kisskb/src/drivers/gpu/drm/qxl/qxl_cmd.c: In function 'qxl_update_surface': /kisskb/src/drivers/gpu/drm/qxl/qxl_cmd.c:555:18: note: byref variable will be forcibly initialized 555 | struct qxl_rect rect; | ^~~~ /kisskb/src/drivers/misc/habanalabs/common/sysfs.c: In function 'status_show': /kisskb/src/drivers/misc/habanalabs/common/sysfs.c:286:7: note: byref variable will be forcibly initialized 286 | char str[HL_STR_MAX]; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/sysfs.c: In function 'soft_reset_store': /kisskb/src/drivers/misc/habanalabs/common/sysfs.c:199:7: note: byref variable will be forcibly initialized 199 | long value; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/sysfs.c: In function 'hard_reset_store': /kisskb/src/drivers/misc/habanalabs/common/sysfs.c:227:7: note: byref variable will be forcibly initialized 227 | long value; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/sysfs.c: In function 'hl_get_frequency': /kisskb/src/drivers/misc/habanalabs/common/sysfs.c:16:6: note: byref variable will be forcibly initialized 16 | u64 result; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/sysfs.c:15:6: note: byref variable will be forcibly initialized 15 | u32 used_pll_idx; | ^~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/sysfs.c:14:22: note: byref variable will be forcibly initialized 14 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_cmd.c: In function 'qxl_hw_surface_alloc': /kisskb/src/drivers/gpu/drm/qxl/qxl_cmd.c:471:22: note: byref variable will be forcibly initialized 471 | struct qxl_release *release; | ^~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/sysfs.c: In function 'hl_set_frequency': /kisskb/src/drivers/misc/habanalabs/common/sysfs.c:49:6: note: byref variable will be forcibly initialized 49 | u32 used_pll_idx; | ^~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/sysfs.c:48:22: note: byref variable will be forcibly initialized 48 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/sysfs.c: In function 'hl_get_max_power': /kisskb/src/drivers/misc/habanalabs/common/sysfs.c:75:6: note: byref variable will be forcibly initialized 75 | u64 result; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/sysfs.c:74:22: note: byref variable will be forcibly initialized 74 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_cmd.c: In function 'qxl_hw_surface_dealloc': /kisskb/src/drivers/gpu/drm/qxl/qxl_cmd.c:518:22: note: byref variable will be forcibly initialized 518 | struct qxl_release *release; | ^~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/sysfs.c: In function 'hl_set_max_power': /kisskb/src/drivers/misc/habanalabs/common/sysfs.c:96:22: note: byref variable will be forcibly initialized 96 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/sysfs.c: In function 'max_power_store': /kisskb/src/drivers/misc/habanalabs/common/sysfs.c:330:16: note: byref variable will be forcibly initialized 330 | unsigned long value; | ^~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/if_ether.h:19, from /kisskb/src/drivers/misc/habanalabs/common/../include/common/cpucp_if.h:12, from /kisskb/src/drivers/misc/habanalabs/common/habanalabs.h:11, from /kisskb/src/drivers/misc/habanalabs/common/hwmon.c:8: /kisskb/src/drivers/misc/habanalabs/common/hwmon.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/hwmon.c: In function 'hl_get_temperature': /kisskb/src/drivers/misc/habanalabs/common/hwmon.c:437:6: note: byref variable will be forcibly initialized 437 | u64 result; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/hwmon.c:436:22: note: byref variable will be forcibly initialized 436 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/hwmon.c: In function 'hl_set_temperature': /kisskb/src/drivers/misc/habanalabs/common/hwmon.c:465:22: note: byref variable will be forcibly initialized 465 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/hwmon.c: In function 'hl_get_voltage': /kisskb/src/drivers/misc/habanalabs/common/hwmon.c:491:6: note: byref variable will be forcibly initialized 491 | u64 result; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/hwmon.c:490:22: note: byref variable will be forcibly initialized 490 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/hwmon.c: In function 'hl_get_current': /kisskb/src/drivers/misc/habanalabs/common/hwmon.c:520:6: note: byref variable will be forcibly initialized 520 | u64 result; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/hwmon.c:519:22: note: byref variable will be forcibly initialized 519 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/hwmon.c: In function 'hl_get_fan_speed': /kisskb/src/drivers/misc/habanalabs/common/hwmon.c:549:6: note: byref variable will be forcibly initialized 549 | u64 result; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/hwmon.c:548:22: note: byref variable will be forcibly initialized 548 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/hwmon.c: In function 'hl_get_pwm_info': /kisskb/src/drivers/misc/habanalabs/common/hwmon.c:578:6: note: byref variable will be forcibly initialized 578 | u64 result; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/hwmon.c:577:22: note: byref variable will be forcibly initialized 577 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/hwmon.c: In function 'hl_set_pwm_info': /kisskb/src/drivers/misc/habanalabs/common/hwmon.c:606:22: note: byref variable will be forcibly initialized 606 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/hwmon.c: In function 'hl_set_voltage': /kisskb/src/drivers/misc/habanalabs/common/hwmon.c:629:22: note: byref variable will be forcibly initialized 629 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/hwmon.c: In function 'hl_set_current': /kisskb/src/drivers/misc/habanalabs/common/hwmon.c:654:22: note: byref variable will be forcibly initialized 654 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/hwmon.c: In function 'hl_set_power': /kisskb/src/drivers/misc/habanalabs/common/hwmon.c:679:22: note: byref variable will be forcibly initialized 679 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/hwmon.c: In function 'hl_get_power': /kisskb/src/drivers/misc/habanalabs/common/hwmon.c:705:6: note: byref variable will be forcibly initialized 705 | u64 result; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/hwmon.c:704:22: note: byref variable will be forcibly initialized 704 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/cxl/pci.c: In function 'cxl_find_regblock': /kisskb/src/drivers/cxl/pci.c:441:15: note: byref variable will be forcibly initialized 441 | u32 reg_lo, reg_hi; | ^~~~~~ /kisskb/src/drivers/cxl/pci.c:441:7: note: byref variable will be forcibly initialized 441 | u32 reg_lo, reg_hi; | ^~~~~~ /kisskb/src/drivers/cxl/pci.c:426:6: note: byref variable will be forcibly initialized 426 | u32 regloc_size, regblocks; | ^~~~~~~~~~~ /kisskb/src/drivers/cxl/pci.c: In function 'cxl_map_regblock': /kisskb/src/drivers/cxl/pci.c:314:18: note: byref variable will be forcibly initialized 314 | resource_size_t offset = map->block_offset; | ^~~~~~ /kisskb/src/drivers/cxl/pci.c: In function 'cxl_pci_probe': /kisskb/src/drivers/cxl/pci.c:476:26: note: byref variable will be forcibly initialized 476 | struct cxl_register_map map; | ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/if_ether.h:19, from /kisskb/src/include/linux/etherdevice.h:20, from /kisskb/src/net/batman-adv/main.h:209, from /kisskb/src/net/batman-adv/hash.h:10, from /kisskb/src/net/batman-adv/hash.c:7: /kisskb/src/net/batman-adv/hash.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/timer.h:5, from /kisskb/src/include/linux/netdevice.h:24, from /kisskb/src/net/hsr/hsr_main.c:10: /kisskb/src/net/hsr/hsr_main.c: In function 'hsr_netdev_notify': /kisskb/src/net/hsr/hsr_main.c:37:12: note: byref variable will be forcibly initialized 37 | LIST_HEAD(list_kill); | ^~~~~~~~~ /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/dcache.h:8, from /kisskb/src/include/linux/fs.h:8, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/if_ether.h:19, from /kisskb/src/net/hsr/hsr_framereg.c:14: /kisskb/src/net/hsr/hsr_framereg.c: In function 'hsr_addr_is_self': /kisskb/src/include/linux/rculist.h:353:20: note: byref variable will be forcibly initialized 353 | struct list_head *__next = READ_ONCE(__ptr->next); \ | ^~~~~~ /kisskb/src/net/hsr/hsr_framereg.c:45:9: note: in expansion of macro 'list_first_or_null_rcu' 45 | node = list_first_or_null_rcu(&hsr->self_node_db, struct hsr_node, | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/hsr/hsr_framereg.c: In function 'hsr_create_self_node': /kisskb/src/include/linux/rculist.h:353:20: note: byref variable will be forcibly initialized 353 | struct list_head *__next = READ_ONCE(__ptr->next); \ | ^~~~~~ /kisskb/src/net/hsr/hsr_framereg.c:93:12: note: in expansion of macro 'list_first_or_null_rcu' 93 | oldnode = list_first_or_null_rcu(self_node_db, | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/hsr/hsr_framereg.c: In function 'hsr_del_self_node': /kisskb/src/include/linux/rculist.h:353:20: note: byref variable will be forcibly initialized 353 | struct list_head *__next = READ_ONCE(__ptr->next); \ | ^~~~~~ /kisskb/src/net/hsr/hsr_framereg.c:113:9: note: in expansion of macro 'list_first_or_null_rcu' 113 | node = list_first_or_null_rcu(self_node_db, struct hsr_node, mac_list); | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/hsr/hsr_framereg.c: In function 'hsr_get_next_node': /kisskb/src/include/linux/rculist.h:353:20: note: byref variable will be forcibly initialized 353 | struct list_head *__next = READ_ONCE(__ptr->next); \ | ^~~~~~ /kisskb/src/net/hsr/hsr_framereg.c:562:10: note: in expansion of macro 'list_first_or_null_rcu' 562 | node = list_first_or_null_rcu(&hsr->node_db, | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/max77620.c: In function 'max77620_read_es_version': /kisskb/src/drivers/mfd/max77620.c:464:5: note: byref variable will be forcibly initialized 464 | u8 cid_val[6]; | ^~~~~~~ /kisskb/src/drivers/mfd/max77620.c:463:15: note: byref variable will be forcibly initialized 463 | unsigned int val; | ^~~ /kisskb/src/drivers/mfd/max77620.c: In function 'max77620_config_fps': /kisskb/src/drivers/mfd/max77620.c:320:7: note: byref variable will be forcibly initialized 320 | char fps_name[10]; | ^~~~~~~~ /kisskb/src/drivers/mfd/max77620.c:317:6: note: byref variable will be forcibly initialized 317 | u32 param_val; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c: In function 'extract_render_dcc_offset': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c:640:11: note: byref variable will be forcibly initialized 640 | uint32_t size; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c:639:11: note: byref variable will be forcibly initialized 639 | uint32_t metadata[10]; /* Something that fits a descriptor + header. */ | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c: In function 'amdgpu_display_verify_sizes': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c:959:31: note: byref variable will be forcibly initialized 959 | unsigned int i, block_width, block_height, block_size_log2; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c:959:18: note: byref variable will be forcibly initialized 959 | unsigned int i, block_width, block_height, block_size_log2; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c: In function 'amdgpu_display_print_display_setup': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c:370:33: note: byref variable will be forcibly initialized 370 | struct drm_connector_list_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c: In function 'amdgpu_display_ddc_probe': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c:449:17: note: byref variable will be forcibly initialized 449 | struct i2c_msg msgs[] = { | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c:447:5: note: byref variable will be forcibly initialized 447 | u8 buf[8]; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c:446:5: note: byref variable will be forcibly initialized 446 | u8 out = 0x0; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c: In function 'convert_tiling_flags_to_modifier': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c:769:8: note: byref variable will be forcibly initialized 769 | u64 render_dcc_offset; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c: In function 'amdgpu_display_get_crtc_scanoutpos': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c:1441:15: note: byref variable will be forcibly initialized 1441 | u32 vbl = 0, position = 0; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c:1441:6: note: byref variable will be forcibly initialized 1441 | u32 vbl = 0, position = 0; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c: In function 'amdgpu_display_flip_work_func': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c:84:12: note: byref variable will be forcibly initialized 84 | int vpos, hpos; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c:84:6: note: byref variable will be forcibly initialized 84 | int vpos, hpos; | ^~~~ /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/gpu/drm/amd/amdgpu/amdgpu_display.c: In function 'amdgpu_display_crtc_page_flip_target': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c:159:6: note: byref variable will be forcibly initialized 159 | u64 tiling_flags; | ^~~~~~~~~~~~ /kisskb/src/drivers/base/attribute_container.c: In function 'attribute_container_find_class_device': /kisskb/src/drivers/base/attribute_container.c:535:20: note: byref variable will be forcibly initialized 535 | struct klist_iter iter; | ^~~~ /kisskb/src/drivers/base/attribute_container.c: In function 'attribute_container_device_trigger': /kisskb/src/drivers/base/attribute_container.c:363:21: note: byref variable will be forcibly initialized 363 | struct klist_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c: In function 'amdgpu_display_suspend_helper': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c:1576:33: note: byref variable will be forcibly initialized 1576 | struct drm_connector_list_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c: In function 'amdgpu_display_resume_helper': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c:1622:33: note: byref variable will be forcibly initialized 1622 | struct drm_connector_list_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/dma-buf/dma-buf.c: In function 'dma_buf_vmap': /kisskb/src/drivers/dma-buf/dma-buf.c:1276:21: note: byref variable will be forcibly initialized 1276 | struct dma_buf_map ptr; | ^~~ /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/gpu/drm/qxl/qxl_draw.c: In function 'drawable_set_clipping': /kisskb/src/drivers/gpu/drm/qxl/qxl_draw.c:47:21: note: byref variable will be forcibly initialized 47 | struct dma_buf_map map; | ^~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_draw.c: In function 'qxl_draw_dirty_fb': /kisskb/src/drivers/gpu/drm/qxl/qxl_draw.c:153:24: note: byref variable will be forcibly initialized 153 | struct qxl_drm_image *dimage; | ^~~~~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_draw.c:152:17: note: byref variable will be forcibly initialized 152 | struct qxl_bo *clips_bo; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_draw.c:151:22: note: byref variable will be forcibly initialized 151 | struct qxl_release *release; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_draw.c:149:21: note: byref variable will be forcibly initialized 149 | struct dma_buf_map surface_map; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_draw.c:144:18: note: byref variable will be forcibly initialized 144 | struct qxl_rect drawable_rect; | ^~~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/dma-buf.c: In function 'dma_buf_ioctl': /kisskb/src/drivers/dma-buf/dma-buf.c:343:22: note: byref variable will be forcibly initialized 343 | struct dma_buf_sync sync; | ^~~~ /kisskb/src/drivers/dma-buf/dma-buf.c: In function 'dmabuffs_dname': /kisskb/src/drivers/dma-buf/dma-buf.c:46:7: note: byref variable will be forcibly initialized 46 | char name[DMA_BUF_NAME_LEN]; | ^~~~ /kisskb/src/drivers/dma-buf/dma-buf.c: In function 'dma_buf_debug_show': /kisskb/src/drivers/dma-buf/dma-buf.c:1341:23: note: byref variable will be forcibly initialized 1341 | struct dma_resv_iter cursor; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c: In function 'drm_helper_encoder_in_use': /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c:98:33: note: byref variable will be forcibly initialized 98 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c: In function 'drm_helper_choose_encoder_dpms': /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c:803:33: note: byref variable will be forcibly initialized 803 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c: In function 'drm_helper_choose_crtc_dpms': /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c:833:33: note: byref variable will be forcibly initialized 833 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/drm/drm_crtc.h:28, from /kisskb/src/include/drm/drm_atomic.h:31, from /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c:36: /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c: In function 'drm_crtc_helper_disable': /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c:433:34: note: byref variable will be forcibly initialized 433 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c: In function 'drm_helper_force_disable_all': /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c:1010:24: note: byref variable will be forcibly initialized 1010 | struct drm_mode_set set = { | ^~~ /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c: In function 'drm_crtc_helper_set_config': /kisskb/src/drivers/gpu/drm/drm_crtc_helper.c:525:33: note: byref variable will be forcibly initialized 525 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/net/decnet/dn_table.c: In function 'dn_hash': /kisskb/src/net/decnet/dn_table.c:89:6: note: byref variable will be forcibly initialized 89 | u16 h = le16_to_cpu(key.datum)>>(16 - dz->dz_order); | ^ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/neighbour.h:31, from /kisskb/src/net/decnet/dn_table.c:31: /kisskb/src/net/decnet/dn_table.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized 1309 | u32 tmp = value; | ^~~ /kisskb/src/net/decnet/dn_table.c: In function 'nla_put_le16': /kisskb/src/include/net/netlink.h:1296:9: note: byref variable will be forcibly initialized 1296 | __le16 tmp = value; | ^~~ In file included from /kisskb/src/include/linux/sockptr.h:11, from /kisskb/src/include/linux/net.h:25, from /kisskb/src/net/decnet/dn_table.c:17: /kisskb/src/net/decnet/dn_table.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/net/decnet/dn_table.c: In function 'dn_fib_table_insert': /kisskb/src/net/decnet/dn_table.c:539:6: note: byref variable will be forcibly initialized 539 | int err; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_fb.c: In function 'amdgpufb_create_pinned_object': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_fb.c:126:25: note: byref variable will be forcibly initialized 126 | struct drm_gem_object *gobj = NULL; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_fb.c: In function 'amdgpufb_create': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_fb.c:205:25: note: byref variable will be forcibly initialized 205 | struct drm_gem_object *gobj = NULL; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_fb.c:204:26: note: byref variable will be forcibly initialized 204 | struct drm_mode_fb_cmd2 mode_cmd; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.c: In function 'amdgpu_i2c_get_byte': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.c:290:17: note: byref variable will be forcibly initialized 290 | struct i2c_msg msgs[] = { | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.c:289:5: note: byref variable will be forcibly initialized 289 | u8 in_buf[2]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.c:288:5: note: byref variable will be forcibly initialized 288 | u8 out_buf[2]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.c: In function 'amdgpu_i2c_put_byte': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.c:323:17: note: byref variable will be forcibly initialized 323 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.c:322:10: note: byref variable will be forcibly initialized 322 | uint8_t out_buf[2]; | ^~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_cmdbuf.c:6: /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_cmdbuf.c: In function 'etnaviv_cmdbuf_init': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_cmdbuf.c:101:9: note: in expansion of macro 'wait_event_interruptible_timeout' 101 | ret = wait_event_interruptible_timeout(suballoc->free_event, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.c: In function 'amdgpu_i2c_router_select_ddc_port': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.c:342:5: note: byref variable will be forcibly initialized 342 | u8 val = 0; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.c: In function 'amdgpu_i2c_router_select_cd_port': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.c:371:5: note: byref variable will be forcibly initialized 371 | u8 val; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c: In function 'amdgpu_gem_fault': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c:50:6: note: byref variable will be forcibly initialized 50 | int idx; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c: In function 'amdgpu_gem_object_close': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c:202:24: note: byref variable will be forcibly initialized 202 | struct ww_acquire_ctx ticket; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c:201:29: note: byref variable will be forcibly initialized 201 | struct ttm_validate_buffer tv; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c:200:20: note: byref variable will be forcibly initialized 200 | struct dma_fence *fence = NULL; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c:199:25: note: byref variable will be forcibly initialized 199 | struct list_head list, duplicates; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c:199:19: note: byref variable will be forcibly initialized 199 | struct list_head list, duplicates; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c:198:30: note: byref variable will be forcibly initialized 198 | struct amdgpu_bo_list_entry vm_pd; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c: In function 'amdgpu_debugfs_ring_init': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c:424:7: note: byref variable will be forcibly initialized 424 | char name[32]; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c: In function 'amdgpu_gem_object_free': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c:87:20: note: byref variable will be forcibly initialized 87 | struct amdgpu_bo *robj = gem_to_amdgpu_bo(gobj); | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c: In function 'amdgpu_debugfs_gem_info_show': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c:936:7: note: byref variable will be forcibly initialized 936 | int id; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c: In function 'amdgpu_gem_object_create': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c:103:25: note: byref variable will be forcibly initialized 103 | struct amdgpu_bo_param bp; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c:102:25: note: byref variable will be forcibly initialized 102 | struct amdgpu_bo_user *ubo; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c: In function 'amdgpu_gem_force_release': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c:138:7: note: byref variable will be forcibly initialized 138 | int handle; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c: In function 'amdgpu_gem_create_ioctl': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c:295:11: note: byref variable will be forcibly initialized 295 | uint32_t handle, initial_domain; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c:294:25: note: byref variable will be forcibly initialized 294 | struct drm_gem_object *gobj; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c: In function 'amdgpu_gem_userptr_ioctl': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c:388:11: note: byref variable will be forcibly initialized 388 | uint32_t handle; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c:386:25: note: byref variable will be forcibly initialized 386 | struct drm_gem_object *gobj; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c: In function 'amdgpu_gem_va_ioctl': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c:679:25: note: byref variable will be forcibly initialized 679 | struct list_head list, duplicates; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c:679:19: note: byref variable will be forcibly initialized 679 | struct list_head list, duplicates; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c:678:24: note: byref variable will be forcibly initialized 678 | struct ww_acquire_ctx ticket; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c:677:29: note: byref variable will be forcibly initialized 677 | struct ttm_validate_buffer tv; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c:676:30: note: byref variable will be forcibly initialized 676 | struct amdgpu_bo_list_entry vm_pd; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c: In function 'amdgpu_gem_op_ioctl': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c:825:35: note: byref variable will be forcibly initialized 825 | struct drm_amdgpu_gem_create_in info; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c: In function 'amdgpu_mode_dumb_create': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c:886:11: note: byref variable will be forcibly initialized 886 | uint32_t handle; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c:885:25: note: byref variable will be forcibly initialized 885 | struct drm_gem_object *gobj; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_dpcd_access': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:285:24: note: byref variable will be forcibly initialized 285 | struct drm_dp_aux_msg msg; | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_read_sink_count': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:1301:5: note: byref variable will be forcibly initialized 1301 | u8 count; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_pcon_is_frl_ready': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:2688:5: note: byref variable will be forcibly initialized 2688 | u8 buf; | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_pcon_hdmi_link_active': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:2846:5: note: byref variable will be forcibly initialized 2846 | u8 buf; | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_pcon_hdmi_link_mode': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:2870:5: note: byref variable will be forcibly initialized 2870 | u8 buf; | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_get_phy_test_pattern': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:2360:11: note: byref variable will be forcibly initialized 2360 | u8 rate, lanes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:2360:5: note: byref variable will be forcibly initialized 2360 | u8 rate, lanes; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_edp_backlight_probe_level': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:3426:5: note: byref variable will be forcibly initialized 3426 | u8 mode_reg; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:3425:5: note: byref variable will be forcibly initialized 3425 | u8 buf[2]; | ^~~ /kisskb/src/net/can/gw.c: In function 'cgw_parse_attr': /kisskb/src/net/can/gw.c:897:24: note: byref variable will be forcibly initialized 897 | struct cgw_frame_mod mb; | ^~ /kisskb/src/net/can/gw.c:819:26: note: byref variable will be forcibly initialized 819 | struct cgw_fdframe_mod mb; | ^~ /kisskb/src/net/can/gw.c:797:17: note: byref variable will be forcibly initialized 797 | struct nlattr *tb[CGW_MAX + 1]; | ^~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_pcon_frl_configure_1': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:2717:5: note: byref variable will be forcibly initialized 2717 | u8 buf; | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_pcon_frl_enable': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:2819:5: note: byref variable will be forcibly initialized 2819 | u8 buf = 0; | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_pcon_configure_dsc_enc': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:3035:5: note: byref variable will be forcibly initialized 3035 | u8 buf; | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_pcon_convert_rgb_to_ycbcr': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:3140:5: note: byref variable will be forcibly initialized 3140 | u8 buf; | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_edp_backlight_probe_max': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:3334:17: note: byref variable will be forcibly initialized 3334 | u8 pn, pn_min, pn_max; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:3334:9: note: byref variable will be forcibly initialized 3334 | u8 pn, pn_min, pn_max; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:3334:5: note: byref variable will be forcibly initialized 3334 | u8 pn, pn_min, pn_max; | ^~ /kisskb/src/net/can/gw.c: In function 'cgw_remove_job': /kisskb/src/net/can/gw.c:1172:5: note: byref variable will be forcibly initialized 1172 | u8 limhops = 0; | ^~~~~~~ /kisskb/src/net/can/gw.c:1171:20: note: byref variable will be forcibly initialized 1171 | struct can_can_gw ccgw; | ^~~~ /kisskb/src/net/can/gw.c:1170:16: note: byref variable will be forcibly initialized 1170 | struct cf_mod mod; | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_set_phy_test_pattern': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:2411:5: note: byref variable will be forcibly initialized 2411 | u8 link_config[2]; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_aux_get_crc': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:1691:5: note: byref variable will be forcibly initialized 1691 | u8 buf, count; | ^~~ /kisskb/src/net/can/gw.c: In function 'cgw_create_job': /kisskb/src/net/can/gw.c:1058:5: note: byref variable will be forcibly initialized 1058 | u8 limhops = 0; | ^~~~~~~ /kisskb/src/net/can/gw.c:1057:20: note: byref variable will be forcibly initialized 1057 | struct can_can_gw ccgw; | ^~~~ /kisskb/src/net/can/gw.c:1056:16: note: byref variable will be forcibly initialized 1056 | struct cf_mod mod; | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_send_real_edid_checksum': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:563:44: note: byref variable will be forcibly initialized 563 | u8 link_edid_read = 0, auto_test_req = 0, test_resp = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:563:25: note: byref variable will be forcibly initialized 563 | u8 link_edid_read = 0, auto_test_req = 0, test_resp = 0; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:563:5: note: byref variable will be forcibly initialized 563 | u8 link_edid_read = 0, auto_test_req = 0, test_resp = 0; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_pcon_hdmi_frl_link_error_count': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:2898:5: note: byref variable will be forcibly initialized 2898 | u8 buf, error_count; | ^~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/include/net/sch_generic.h:20, from /kisskb/src/include/linux/filter.h:25, from /kisskb/src/include/net/sock.h:59, from /kisskb/src/include/linux/can/skb.h:17, from /kisskb/src/net/can/gw.c:56: /kisskb/src/net/can/gw.c: In function 'nla_put_u8': /kisskb/src/include/net/netlink.h:1244:5: note: byref variable will be forcibly initialized 1244 | u8 tmp = value; | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_edp_backlight_set_level': /kisskb/src/net/can/gw.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized 1309 | u32 tmp = value; | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:3174:5: note: byref variable will be forcibly initialized 3174 | u8 buf[2] = { 0 }; | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_edp_backlight_set_enable': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:3200:5: note: byref variable will be forcibly initialized 3200 | u8 buf; | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_edp_backlight_enable': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:3249:5: note: byref variable will be forcibly initialized 3249 | u8 dpcd_buf, new_dpcd_buf; | ^~~~~~~~ /kisskb/src/net/can/gw.c: In function 'cgw_put_job': /kisskb/src/net/can/gw.c:678:24: note: byref variable will be forcibly initialized 678 | struct cgw_frame_mod mb; | ^~ /kisskb/src/net/can/gw.c:648:26: note: byref variable will be forcibly initialized 648 | struct cgw_fdframe_mod mb; | ^~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_read_extended_dpcd_caps': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:625:5: note: byref variable will be forcibly initialized 625 | u8 dpcd_ext[DP_RECEIVER_CAP_SIZE]; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_get_quirks': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:2004:5: note: byref variable will be forcibly initialized 2004 | u8 any_device[] = DEVICE_ID_ANY; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_downstream_debug': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:1120:10: note: byref variable will be forcibly initialized 1120 | uint8_t rev[2]; | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:1118:7: note: byref variable will be forcibly initialized 1118 | char id[7]; | ^~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_aux_crc_work': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:1727:11: note: byref variable will be forcibly initialized 1727 | uint32_t crcs[3]; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:1726:5: note: byref variable will be forcibly initialized 1726 | u8 crc_bytes[6]; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_i2c_drain_msg': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:1557:24: note: byref variable will be forcibly initialized 1557 | struct drm_dp_aux_msg msg = *orig_msg; | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_i2c_xfer': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:1594:24: note: byref variable will be forcibly initialized 1594 | struct drm_dp_aux_msg msg; | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_start_crc': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:1915:5: note: byref variable will be forcibly initialized 1915 | u8 buf; | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_dp_stop_crc': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:1942:5: note: byref variable will be forcibly initialized 1942 | u8 buf; | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c: In function 'drm_panel_dp_aux_backlight': /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:3568:5: note: byref variable will be forcibly initialized 3568 | u8 edp_dpcd[EDP_DISPLAY_CTL_CAP_SIZE]; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:3567:5: note: byref variable will be forcibly initialized 3567 | u8 current_mode; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_helper.c:3566:6: note: byref variable will be forcibly initialized 3566 | u16 current_level; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_probe_helper.c: In function 'drm_kms_helper_poll_enable': /kisskb/src/drivers/gpu/drm/drm_probe_helper.c:246:33: note: byref variable will be forcibly initialized 246 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_probe_helper.c: In function 'drm_helper_probe_detect_ctx': /kisskb/src/drivers/gpu/drm/drm_probe_helper.c:284:33: note: byref variable will be forcibly initialized 284 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_probe_helper.c: In function 'output_poll_execute': /kisskb/src/drivers/gpu/drm/drm_probe_helper.c:624:33: note: byref variable will be forcibly initialized 624 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_probe_helper.c: In function 'drm_helper_hpd_irq_event': /kisskb/src/drivers/gpu/drm/drm_probe_helper.c:908:33: note: byref variable will be forcibly initialized 908 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_probe_helper.c: In function 'drm_helper_probe_single_connector_modes': /kisskb/src/drivers/gpu/drm/drm_probe_helper.c:427:33: note: byref variable will be forcibly initialized 427 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c: In function 'map_block': /kisskb/src/drivers/misc/habanalabs/common/memory.c:1407:6: note: byref variable will be forcibly initialized 1407 | u32 block_id = 0; | ^~~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/libsas/sas_init.c:9: /kisskb/src/drivers/scsi/libsas/sas_init.c: In function 'sas_resume_ha': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/libsas/sas_init.c:405:2: note: in expansion of macro 'wait_event_timeout' 405 | wait_event_timeout(ha->eh_wait_q, phys_suspended(ha) == 0, tmo); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/libsas/sas_init.c: In function 'sas_register_ha': /kisskb/src/drivers/scsi/libsas/sas_init.c:98:7: note: byref variable will be forcibly initialized 98 | char name[64]; | ^~~~ In file included from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/skbuff.h:13, from /kisskb/src/include/linux/if_ether.h:19, from /kisskb/src/drivers/misc/habanalabs/common/../include/common/cpucp_if.h:12, from /kisskb/src/drivers/misc/habanalabs/common/habanalabs.h:11, from /kisskb/src/drivers/misc/habanalabs/common/memory.c:9: /kisskb/src/drivers/misc/habanalabs/common/memory.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:756:6: note: in expansion of macro 'unlikely' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:756:15: note: in expansion of macro 'check_mul_overflow' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:756:6: note: in expansion of macro 'unlikely' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:756:15: note: in expansion of macro 'check_mul_overflow' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/if_ether.h:19, from /kisskb/src/drivers/misc/habanalabs/common/../include/common/cpucp_if.h:12, from /kisskb/src/drivers/misc/habanalabs/common/habanalabs.h:11, from /kisskb/src/drivers/misc/habanalabs/common/memory.c:9: /kisskb/src/include/linux/slab.h:754:9: note: byref variable will be forcibly initialized 754 | size_t bytes; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c: In function 'init_phys_pg_pack_from_userptr': /kisskb/src/drivers/misc/habanalabs/common/memory.c:836:13: note: byref variable will be forcibly initialized 836 | dma_addr_t dma_addr; | ^~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c: In function 'mem_ioctl_no_mmu': /kisskb/src/drivers/misc/habanalabs/common/memory.c:1979:10: note: byref variable will be forcibly initialized 1979 | int rc, dmabuf_fd = -EBADF; | ^~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c:1978:18: note: byref variable will be forcibly initialized 1978 | u32 handle = 0, block_size; | ^~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c:1978:6: note: byref variable will be forcibly initialized 1978 | u32 handle = 0, block_size; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c:1977:20: note: byref variable will be forcibly initialized 1977 | u64 block_handle, device_addr = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c:1977:6: note: byref variable will be forcibly initialized 1977 | u64 block_handle, device_addr = 0; | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/net/can/isotp.c:62: /kisskb/src/net/can/isotp.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c: In function 'hl_unreserve_va_block': /kisskb/src/drivers/misc/habanalabs/common/memory.c:788:24: note: byref variable will be forcibly initialized 788 | enum hl_va_range_type type; | ^~~~ /kisskb/src/net/can/isotp.c: In function 'isotp_setsockopt_locked': /kisskb/src/net/can/isotp.c:1255:32: note: byref variable will be forcibly initialized 1255 | struct can_isotp_ll_options ll; | ^~ /kisskb/src/drivers/misc/habanalabs/common/memory.c: In function 'map_device_va': /kisskb/src/drivers/misc/habanalabs/common/memory.c:1065:21: note: byref variable will be forcibly initialized 1065 | struct hl_userptr *userptr = NULL; | ^~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c:1064:29: note: byref variable will be forcibly initialized 1064 | struct hl_vm_phys_pg_pack *phys_pg_pack; | ^~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c: In function 'unmap_device_va': /kisskb/src/drivers/misc/habanalabs/common/memory.c:1266:29: note: byref variable will be forcibly initialized 1266 | struct hl_vm_phys_pg_pack *phys_pg_pack = NULL; | ^~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c: In function 'hl_mem_ioctl': /kisskb/src/drivers/misc/habanalabs/common/memory.c:2056:10: note: byref variable will be forcibly initialized 2056 | int rc, dmabuf_fd = -EBADF; | ^~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c:2055:18: note: byref variable will be forcibly initialized 2055 | u32 handle = 0, block_size; | ^~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c:2055:6: note: byref variable will be forcibly initialized 2055 | u32 handle = 0, block_size; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c:2054:20: note: byref variable will be forcibly initialized 2054 | u64 block_handle, device_addr = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c:2054:6: note: byref variable will be forcibly initialized 2054 | u64 block_handle, device_addr = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c:2050:24: note: byref variable will be forcibly initialized 2050 | enum hl_device_status status; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/memory.c: In function 'hl_vm_ctx_fini': /kisskb/src/drivers/misc/habanalabs/common/memory.c:2610:6: note: byref variable will be forcibly initialized 2610 | int i; | ^ /kisskb/src/net/can/isotp.c: In function 'isotp_recvmsg': /kisskb/src/net/can/isotp.c:994:6: note: byref variable will be forcibly initialized 994 | int err = 0; | ^~~ In file included from /kisskb/src/net/hsr/hsr_device.c:12: /kisskb/src/net/hsr/hsr_device.c: In function 'eth_hw_addr_random': /kisskb/src/include/linux/etherdevice.h:270:5: note: byref variable will be forcibly initialized 270 | u8 addr[ETH_ALEN]; | ^~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/net/can/isotp.c:56: /kisskb/src/net/can/isotp.c: In function 'isotp_sendmsg': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/can/isotp.c:973:3: note: in expansion of macro 'wait_event_interruptible' 973 | wait_event_interruptible(so->wait, so->tx.state == ISOTP_IDLE); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/can/isotp.c:872:9: note: in expansion of macro 'wait_event_interruptible' 872 | err = wait_event_interruptible(so->wait, so->tx.state == ISOTP_IDLE); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/can/isotp.c:858:6: note: byref variable will be forcibly initialized 858 | int err; | ^~~ /kisskb/src/net/hsr/hsr_device.c: In function 'hsr_announce': /kisskb/src/net/hsr/hsr_device.c:376:16: note: byref variable will be forcibly initialized 376 | unsigned long interval; | ^~~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/net/can/isotp.c:56: /kisskb/src/net/can/isotp.c: In function 'isotp_release': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/can/isotp.c:1041:2: note: in expansion of macro 'wait_event_interruptible' 1041 | wait_event_interruptible(so->wait, so->tx.state == ISOTP_IDLE); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/if_ether.h:19, from /kisskb/src/drivers/misc/habanalabs/common/../include/common/cpucp_if.h:12, from /kisskb/src/drivers/misc/habanalabs/common/habanalabs.h:11, from /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:9: /kisskb/src/drivers/misc/habanalabs/common/command_submission.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c: In function 'hl_cs_sanity_checks': /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:1130:24: note: byref variable will be forcibly initialized 1130 | enum hl_device_status status; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c: In function '_hl_interrupt_wait_ioctl': /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:2777:6: note: byref variable will be forcibly initialized 2777 | u64 completion_value; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c: In function 'hl_interrupt_wait_ioctl': /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:2887:6: note: byref variable will be forcibly initialized 2887 | u64 timestamp; | ^~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:2886:25: note: byref variable will be forcibly initialized 2886 | enum hl_cs_wait_status status; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c: In function 'hl_cs_wait_ioctl': /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:2717:6: note: byref variable will be forcibly initialized 2717 | s64 timestamp; | ^~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:2715:25: note: byref variable will be forcibly initialized 2715 | enum hl_cs_wait_status status; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c: In function 'hl_cs_poll_fences': /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:2353:25: note: byref variable will be forcibly initialized 2353 | enum hl_cs_wait_status status; | ^~~~~~ /kisskb/src/drivers/mfd/max77843.c: In function 'max77843_probe': /kisskb/src/drivers/mfd/max77843.c:100:15: note: byref variable will be forcibly initialized 100 | unsigned int reg_data; | ^~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c: In function 'cs_parser': /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:225:22: note: byref variable will be forcibly initialized 225 | struct hl_cs_parser parser; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c: In function 'cs_ioctl_signal_wait': /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:2043:8: note: byref variable will be forcibly initialized 2043 | u32 id; | ^~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:1968:6: note: byref variable will be forcibly initialized 1968 | u64 signal_seq; | ^~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:1967:16: note: byref variable will be forcibly initialized 1967 | struct hl_cs *cs; | ^~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:1957:22: note: byref variable will be forcibly initialized 1957 | struct hl_cs_chunk *cs_chunk_array, *chunk; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c: In function 'cs_ioctl_default': /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:1319:8: note: byref variable will be forcibly initialized 1319 | bool is_kernel_allocated_cb; | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:1318:22: note: byref variable will be forcibly initialized 1318 | enum hl_queue_type queue_type; | ^~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:1273:16: note: byref variable will be forcibly initialized 1273 | struct hl_cs *cs; | ^~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:1269:22: note: byref variable will be forcibly initialized 1269 | struct hl_cs_chunk *cs_chunk_array; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c: In function 'hl_cs_ctx_switch': /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:1514:27: note: byref variable will be forcibly initialized 1514 | enum hl_cs_wait_status status; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c: In function 'cs_ioctl_reserve_signals': /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:1779:20: note: byref variable will be forcibly initialized 1779 | struct hl_hw_sob *hw_sob; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c: In function 'hl_cs_ioctl': /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:2212:36: note: byref variable will be forcibly initialized 2212 | signals_count = 0, sob_addr = 0, handle_id = 0; | ^~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:2212:22: note: byref variable will be forcibly initialized 2212 | signals_count = 0, sob_addr = 0, handle_id = 0; | ^~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:2212:3: note: byref variable will be forcibly initialized 2212 | signals_count = 0, sob_addr = 0, handle_id = 0; | ^~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/command_submission.c:2209:6: note: byref variable will be forcibly initialized 2209 | u64 cs_seq = ULONG_MAX; | ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/misc/cxl/trace.h:691, from /kisskb/src/drivers/misc/cxl/trace.c:8: /kisskb/src/drivers/misc/cxl/trace.c: In function 'trace_event_raw_event_cxl_pe_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/misc/cxl/./trace.h:63:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 63 | DECLARE_EVENT_CLASS(cxl_pe_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/trace.c: In function 'trace_event_raw_event_cxl_attach': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/./trace.h:88:1: note: in expansion of macro 'TRACE_EVENT' 88 | TRACE_EVENT(cxl_attach, | ^~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/trace.c: In function 'trace_event_raw_event_cxl_afu_irq': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/./trace.h:129:1: note: in expansion of macro 'TRACE_EVENT' 129 | TRACE_EVENT(cxl_afu_irq, | ^~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/trace.c: In function 'trace_event_raw_event_cxl_psl9_irq': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/./trace.h:162:1: note: in expansion of macro 'TRACE_EVENT' 162 | TRACE_EVENT(cxl_psl9_irq, | ^~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/trace.c: In function 'trace_event_raw_event_cxl_psl_irq': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/./trace.h:196:1: note: in expansion of macro 'TRACE_EVENT' 196 | TRACE_EVENT(cxl_psl_irq, | ^~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/trace.c: In function 'trace_event_raw_event_cxl_psl_irq_ack': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/./trace.h:229:1: note: in expansion of macro 'TRACE_EVENT' 229 | TRACE_EVENT(cxl_psl_irq_ack, | ^~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/trace.c: In function 'trace_event_raw_event_cxl_ste_miss': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/./trace.h:256:1: note: in expansion of macro 'TRACE_EVENT' 256 | TRACE_EVENT(cxl_ste_miss, | ^~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/trace.c: In function 'trace_event_raw_event_cxl_ste_write': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/./trace.h:283:1: note: in expansion of macro 'TRACE_EVENT' 283 | TRACE_EVENT(cxl_ste_write, | ^~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/trace.c: In function 'trace_event_raw_event_cxl_pte_miss': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/./trace.h:316:1: note: in expansion of macro 'TRACE_EVENT' 316 | TRACE_EVENT(cxl_pte_miss, | ^~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/trace.c: In function 'trace_event_raw_event_cxl_llcmd': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/./trace.h:346:1: note: in expansion of macro 'TRACE_EVENT' 346 | TRACE_EVENT(cxl_llcmd, | ^~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/trace.c: In function 'trace_event_raw_event_cxl_llcmd_done': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/./trace.h:373:1: note: in expansion of macro 'TRACE_EVENT' 373 | TRACE_EVENT(cxl_llcmd_done, | ^~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/trace.c: In function 'trace_event_raw_event_cxl_afu_psl_ctrl': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/misc/cxl/./trace.h:403:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 403 | DECLARE_EVENT_CLASS(cxl_afu_psl_ctrl, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/trace.c: In function 'trace_event_raw_event_cxl_afu_psl_ctrl_done': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/misc/cxl/./trace.h:427:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 427 | DECLARE_EVENT_CLASS(cxl_afu_psl_ctrl_done, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/trace.c: In function 'trace_event_raw_event_cxl_hcall': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/./trace.h:492:1: note: in expansion of macro 'TRACE_EVENT' 492 | TRACE_EVENT(cxl_hcall, | ^~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/trace.c: In function 'trace_event_raw_event_cxl_hcall_control': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/./trace.h:516:1: note: in expansion of macro 'TRACE_EVENT' 516 | TRACE_EVENT(cxl_hcall_control, | ^~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/trace.c: In function 'trace_event_raw_event_cxl_hcall_attach': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/./trace.h:556:1: note: in expansion of macro 'TRACE_EVENT' 556 | TRACE_EVENT(cxl_hcall_attach, | ^~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/trace.c: In function 'trace_event_raw_event_cxl_hcall_control_faults': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/./trace.h:608:1: note: in expansion of macro 'TRACE_EVENT' 608 | TRACE_EVENT(cxl_hcall_control_faults, | ^~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/trace.c: In function 'trace_event_raw_event_cxl_hcall_download_facility': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/./trace.h:651:1: note: in expansion of macro 'TRACE_EVENT' 651 | TRACE_EVENT(cxl_hcall_download_facility, | ^~~~~~~~~~~ /kisskb/src/net/batman-adv/main.c: In function 'batadv_skb_set_priority': /kisskb/src/net/batman-adv/main.c:364:28: note: byref variable will be forcibly initialized 364 | struct vlan_ethhdr *vhdr, vhdr_tmp; | ^~~~~~~~ /kisskb/src/net/batman-adv/main.c:363:16: note: byref variable will be forcibly initialized 363 | struct ethhdr ethhdr_tmp, *ethhdr; | ^~~~~~~~~~ /kisskb/src/net/batman-adv/main.c:362:17: note: byref variable will be forcibly initialized 362 | struct ipv6hdr ip6_hdr_tmp, *ip6_hdr; | ^~~~~~~~~~~ /kisskb/src/net/batman-adv/main.c:361:15: note: byref variable will be forcibly initialized 361 | struct iphdr ip_hdr_tmp, *ip_hdr; | ^~~~~~~~~~ /kisskb/src/net/batman-adv/main.c: In function 'batadv_skb_crc32': /kisskb/src/net/batman-adv/main.c:600:12: note: byref variable will be forcibly initialized 600 | const u8 *data; | ^~~~ /kisskb/src/net/batman-adv/main.c:599:23: note: byref variable will be forcibly initialized 599 | struct skb_seq_state st; | ^~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/net/hsr/hsr_netlink.c:12: /kisskb/src/net/hsr/hsr_netlink.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized 1309 | u32 tmp = value; | ^~~ /kisskb/src/net/hsr/hsr_netlink.c: In function 'nla_put_u16': /kisskb/src/include/net/netlink.h:1257:6: note: byref variable will be forcibly initialized 1257 | u16 tmp = value; | ^~~ /kisskb/src/net/hsr/hsr_netlink.c: In function 'nla_put_u8': /kisskb/src/include/net/netlink.h:1244:5: note: byref variable will be forcibly initialized 1244 | u8 tmp = value; | ^~~ /kisskb/src/net/hsr/hsr_netlink.c: In function 'hsr_get_node_list': /kisskb/src/net/hsr/hsr_netlink.c:409:16: note: byref variable will be forcibly initialized 409 | unsigned char addr[ETH_ALEN]; | ^~~~ /kisskb/src/net/hsr/hsr_netlink.c: In function 'hsr_get_node_status': /kisskb/src/net/hsr/hsr_netlink.c:287:6: note: byref variable will be forcibly initialized 287 | int addr_b_ifindex; | ^~~~~~~~~~~~~~ /kisskb/src/net/hsr/hsr_netlink.c:286:6: note: byref variable will be forcibly initialized 286 | u16 hsr_node_if2_seq; | ^~~~~~~~~~~~~~~~ /kisskb/src/net/hsr/hsr_netlink.c:285:6: note: byref variable will be forcibly initialized 285 | int hsr_node_if2_age; | ^~~~~~~~~~~~~~~~ /kisskb/src/net/hsr/hsr_netlink.c:284:6: note: byref variable will be forcibly initialized 284 | u16 hsr_node_if1_seq; | ^~~~~~~~~~~~~~~~ /kisskb/src/net/hsr/hsr_netlink.c:283:6: note: byref variable will be forcibly initialized 283 | int hsr_node_if1_age; | ^~~~~~~~~~~~~~~~ /kisskb/src/net/hsr/hsr_netlink.c:282:16: note: byref variable will be forcibly initialized 282 | unsigned char hsr_node_addr_b[ETH_ALEN]; | ^~~~~~~~~~~~~~~ /kisskb/src/net/hsr/hsr_netlink.c: In function 'hsr_newlink': /kisskb/src/net/hsr/hsr_netlink.c:38:21: note: byref variable will be forcibly initialized 38 | struct net_device *link[2]; | ^~~~ /kisskb/src/drivers/gpu/drm/ast/ast_dp501.c: In function 'ast_get_dp501_max_clk': /kisskb/src/drivers/gpu/drm/ast/ast_dp501.c:279:5: note: byref variable will be forcibly initialized 279 | u8 linkcap[4], linkrate, linklanes, maxclk = 0xff; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_dumb.c: In function 'qxl_mode_dumb_create': /kisskb/src/drivers/gpu/drm/qxl/qxl_dumb.c:39:21: note: byref variable will be forcibly initialized 39 | struct qxl_surface surf; | ^~~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_dumb.c:37:11: note: byref variable will be forcibly initialized 37 | uint32_t handle; | ^~~~~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_dumb.c:36:17: note: byref variable will be forcibly initialized 36 | struct qxl_bo *qobj; | ^~~~ In file included from /kisskb/src/include/net/genetlink.h:6, from /kisskb/src/net/batman-adv/netlink.h:14, from /kisskb/src/net/batman-adv/netlink.c:7: /kisskb/src/net/batman-adv/netlink.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized 1309 | u32 tmp = value; | ^~~ /kisskb/src/net/batman-adv/netlink.c: In function 'nla_put_u8': /kisskb/src/include/net/netlink.h:1244:5: note: byref variable will be forcibly initialized 1244 | u8 tmp = value; | ^~~ /kisskb/src/net/batman-adv/netlink.c: In function 'batadv_netlink_tp_meter_start': /kisskb/src/net/batman-adv/netlink.c:714:6: note: byref variable will be forcibly initialized 714 | u32 cookie; | ^~~~~~ /kisskb/src/net/nfc/core.c: In function 'nfc_dep_link_up': /kisskb/src/net/nfc/core.c:284:9: note: byref variable will be forcibly initialized 284 | size_t gb_len; | ^~~~~~ In file included from /kisskb/src/include/net/genetlink.h:6, from /kisskb/src/net/batman-adv/netlink.h:14, from /kisskb/src/net/batman-adv/netlink.c:7: /kisskb/src/net/batman-adv/netlink.c: In function 'nla_put_u64_64bit': /kisskb/src/include/net/netlink.h:1363:6: note: byref variable will be forcibly initialized 1363 | u64 tmp = value; | ^~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_ioctl.c: In function 'qxl_alloc_surf_ioctl': /kisskb/src/drivers/gpu/drm/qxl/qxl_ioctl.c:400:21: note: byref variable will be forcibly initialized 400 | struct qxl_surface surf; | ^~~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_ioctl.c:397:6: note: byref variable will be forcibly initialized 397 | int handle; | ^~~~~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_ioctl.c:396:17: note: byref variable will be forcibly initialized 396 | struct qxl_bo *qobj; | ^~~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_ioctl.c: In function 'qxl_alloc_ioctl': /kisskb/src/drivers/gpu/drm/qxl/qxl_ioctl.c:43:11: note: byref variable will be forcibly initialized 43 | uint32_t handle; | ^~~~~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_ioctl.c:42:17: note: byref variable will be forcibly initialized 42 | struct qxl_bo *qobj; | ^~~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_ioctl.c: In function 'qxl_update_area_ioctl': /kisskb/src/drivers/gpu/drm/qxl/qxl_ioctl.c:305:18: note: byref variable will be forcibly initialized 305 | struct qxl_rect area = {.left = update_area->left, | ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/gpu/drm/qxl/qxl_ioctl.c:26: /kisskb/src/drivers/gpu/drm/qxl/qxl_ioctl.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_ioctl.c: In function 'qxl_process_single_command': /kisskb/src/drivers/gpu/drm/qxl/qxl_ioctl.c:208:24: note: byref variable will be forcibly initialized 208 | struct drm_qxl_reloc reloc; | ^~~~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_ioctl.c:149:17: note: byref variable will be forcibly initialized 149 | struct qxl_bo *cmd_bo; | ^~~~~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_ioctl.c:148:22: note: byref variable will be forcibly initialized 148 | struct qxl_release *release; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_ioctl.c: In function 'qxl_execbuffer_ioctl': /kisskb/src/drivers/gpu/drm/qxl/qxl_ioctl.c:280:25: note: byref variable will be forcibly initialized 280 | struct drm_qxl_command user_cmd; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_release.c: In function 'qxl_release_free_list': /kisskb/src/drivers/gpu/drm/qxl/qxl_release.c:124:18: note: byref variable will be forcibly initialized 124 | struct qxl_bo *bo; | ^~ 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/tracepoint.h:16, from /kisskb/src/include/trace/events/dma_fence.h:8, from /kisskb/src/drivers/gpu/drm/qxl/qxl_release.c:25: /kisskb/src/drivers/gpu/drm/qxl/qxl_release.c: In function 'qxl_fence_wait': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_release.c:65:7: note: in expansion of macro 'wait_event_timeout' 65 | if (!wait_event_timeout(qdev->release_event, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_release.c: In function 'qxl_alloc_release_reserved': /kisskb/src/drivers/gpu/drm/qxl/qxl_release.c:286:22: note: byref variable will be forcibly initialized 286 | struct qxl_bo *bo, *free_bo = NULL; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/qxl/qxl_release.c:286:17: note: byref variable will be forcibly initialized 286 | struct qxl_bo *bo, *free_bo = NULL; | ^~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/base/cacheinfo.c:10: /kisskb/src/drivers/base/cacheinfo.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/base/cacheinfo.c: In function 'cache_get_line_size': /kisskb/src/drivers/base/cacheinfo.c:96:7: note: byref variable will be forcibly initialized 96 | u32 line_size; | ^~~~~~~~~ /kisskb/src/drivers/base/property.c: In function 'fwnode_find_reference': /kisskb/src/drivers/base/property.c:501:31: note: byref variable will be forcibly initialized 501 | struct fwnode_reference_args args; | ^~~~ /kisskb/src/drivers/base/swnode.c: In function 'software_node_get_reference_args': /kisskb/src/drivers/base/swnode.c:503:6: note: byref variable will be forcibly initialized 503 | u32 nargs_prop_val; | ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/base/property.c:10: /kisskb/src/drivers/base/property.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/base/property.c: In function 'fwnode_get_phy_mode': /kisskb/src/drivers/base/property.c:905:14: note: byref variable will be forcibly initialized 905 | const char *pm; | ^~ In file included from /kisskb/src/drivers/base/swnode.c:12: /kisskb/src/drivers/base/swnode.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/base/property.c: In function 'fwnode_graph_get_remote_node': /kisskb/src/drivers/base/property.c:1078:26: note: byref variable will be forcibly initialized 1078 | struct fwnode_endpoint fwnode_ep; | ^~~~~~~~~ /kisskb/src/drivers/base/property.c: In function 'fwnode_graph_get_endpoint_by_id': /kisskb/src/drivers/base/property.c:1130:26: note: byref variable will be forcibly initialized 1130 | struct fwnode_endpoint fwnode_ep = { 0 }; | ^~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/dma_fence.h:89, from /kisskb/src/drivers/dma-buf/dma-fence.c:20: /kisskb/src/drivers/dma-buf/dma-fence.c: In function 'trace_event_raw_event_dma_fence': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/dma_fence.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 12 | DECLARE_EVENT_CLASS(dma_fence, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/dma_fence.h:12:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 12 | DECLARE_EVENT_CLASS(dma_fence, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/drm/drm_crtc.h:28, from /kisskb/src/include/drm/drm_atomic.h:31, from /kisskb/src/drivers/gpu/drm/drm_plane_helper.c:28: /kisskb/src/drivers/gpu/drm/drm_plane_helper.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_plane_helper.c: In function 'get_connectors_for_crtc': /kisskb/src/drivers/gpu/drm/drm_plane_helper.c:77:33: note: byref variable will be forcibly initialized 77 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_plane_helper.c: In function 'drm_primary_helper_update': /kisskb/src/drivers/gpu/drm/drm_plane_helper.c:177:7: note: byref variable will be forcibly initialized 177 | bool visible; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_plane_helper.c:169:18: note: byref variable will be forcibly initialized 169 | struct drm_rect dest = { | ^~~~ /kisskb/src/drivers/gpu/drm/drm_plane_helper.c:163:18: note: byref variable will be forcibly initialized 163 | struct drm_rect src = { | ^~~ In file included from /kisskb/src/drivers/dma-buf/dma-fence.c:13: /kisskb/src/drivers/dma-buf/dma-fence.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/dma-buf/dma-fence.c: In function 'dma_fence_signal_timestamp_locked': /kisskb/src/drivers/dma-buf/dma-fence.c:361:19: note: byref variable will be forcibly initialized 361 | struct list_head cb_list; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_drv.c: In function 'etnaviv_mm_show': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_drv.c:121:21: note: byref variable will be forcibly initialized 121 | struct drm_printer p = drm_seq_file_printer(m); | ^ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_drv.c: In function 'etnaviv_mmu_show': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_drv.c:132:21: note: byref variable will be forcibly initialized 132 | struct drm_printer p = drm_seq_file_printer(m); | ^ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_drv.c: In function 'etnaviv_open': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_drv.c:68:29: note: byref variable will be forcibly initialized 68 | struct drm_gpu_scheduler *sched; | ^~~~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_drv.c: In function 'etnaviv_pdev_probe': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_drv.c:592:26: note: byref variable will be forcibly initialized 592 | struct component_match *match = NULL; | ^~~~~ /kisskb/src/drivers/dma-buf/dma-fence.c: In function 'dma_fence_default_wait': /kisskb/src/drivers/dma-buf/dma-fence.c:754:25: note: byref variable will be forcibly initialized 754 | struct default_wait_cb cb; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_bios.c: In function 'amdgpu_read_bios_from_rom': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_bios.c:159:5: note: byref variable will be forcibly initialized 159 | u8 header[AMD_VBIOS_SIGNATURE_END+1] = {0}; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_bios.c: In function 'amdgpu_read_bios': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_bios.c:131:9: note: byref variable will be forcibly initialized 131 | size_t size; | ^~~~ In file included from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu.h:1452, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c:35: /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c: In function 'amdgpu_bo_in_cpu_visible_vram': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h:222:27: note: byref variable will be forcibly initialized 222 | struct amdgpu_res_cursor cursor; | ^~~~~~ In file included from /kisskb/src/include/linux/file.h:9, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c:28: /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:756:6: note: in expansion of macro 'unlikely' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:756:15: note: in expansion of macro 'check_mul_overflow' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:756:6: note: in expansion of macro 'unlikely' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:756:15: note: in expansion of macro 'check_mul_overflow' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/pagemap.h:11, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c:29: /kisskb/src/include/linux/slab.h:754:9: note: byref variable will be forcibly initialized 754 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c: In function 'amdgpu_cs_user_fence_chunk': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c:46:20: note: byref variable will be forcibly initialized 46 | struct amdgpu_bo *bo; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c: In function 'amdgpu_cs_bo_handles_chunk': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c:86:35: note: byref variable will be forcibly initialized 86 | struct drm_amdgpu_bo_list_entry *info = NULL; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c: In function 'amdgpu_cs_parser_init': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c:156:30: note: byref variable will be forcibly initialized 156 | struct drm_amdgpu_cs_chunk user_chunk; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c:113:11: note: byref variable will be forcibly initialized 113 | uint32_t uf_offset = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c: In function 'amdgpu_cs_ib_fill': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c:884:28: note: byref variable will be forcibly initialized 884 | struct drm_sched_entity *entity; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c: In function 'amdgpu_cs_get_fence': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c:1436:27: note: byref variable will be forcibly initialized 1436 | struct drm_sched_entity *entity; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c: In function 'amdgpu_cs_process_fence_dep': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c:965:28: note: byref variable will be forcibly initialized 965 | struct drm_sched_entity *entity; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c: In function 'amdgpu_syncobj_lookup_and_add_to_sync': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c:1009:20: note: byref variable will be forcibly initialized 1009 | struct dma_fence *fence; | ^~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/pagemap.h:11, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c:29: /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c: In function 'amdgpu_cs_submit': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c:1215:11: note: byref variable will be forcibly initialized 1215 | uint64_t seq; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c: In function 'amdgpu_cs_parser_fini': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c:716:21: note: byref variable will be forcibly initialized 716 | struct amdgpu_bo *uf = ttm_to_amdgpu_bo(parser->uf_entry.tv.bo); | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c: In function 'amdgpu_cs_wait_any_fence': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c:1577:11: note: byref variable will be forcibly initialized 1577 | uint32_t first = ~0; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c: In function 'amdgpu_cs_parser_bos': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c:497:19: note: byref variable will be forcibly initialized 497 | struct list_head duplicates; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_encode_up_ack_reply': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:3624:40: note: byref variable will be forcibly initialized 3624 | struct drm_dp_sideband_msg_reply_body reply; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c: In function 'amdgpu_cs_wait_ioctl': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c:1388:27: note: byref variable will be forcibly initialized 1388 | struct drm_sched_entity *entity; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c: In function 'amdgpu_cs_fence_to_handle_ioctl': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c:1464:22: note: byref variable will be forcibly initialized 1464 | struct drm_syncobj *syncobj; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c: In function 'amdgpu_cs_vm_handling': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c:744:13: note: byref variable will be forcibly initialized 744 | uint8_t *kptr; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c:740:22: note: byref variable will be forcibly initialized 740 | struct amdgpu_bo *aobj = NULL; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c:739:33: note: byref variable will be forcibly initialized 739 | struct amdgpu_bo_va_mapping *m; | ^ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'build_dpcd_read': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:2759:38: note: byref variable will be forcibly initialized 2759 | struct drm_dp_sideband_msg_req_body req; | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'build_dpcd_write': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:1144:38: note: byref variable will be forcibly initialized 1144 | struct drm_dp_sideband_msg_req_body req; | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'build_power_updown_phy': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:1206:38: note: byref variable will be forcibly initialized 1206 | struct drm_dp_sideband_msg_req_body req; | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'build_query_stream_enc_status': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:1222:38: note: byref variable will be forcibly initialized 1222 | struct drm_dp_sideband_msg_req_body req; | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'build_enum_path_resources': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:1174:38: note: byref variable will be forcibly initialized 1174 | struct drm_dp_sideband_msg_req_body req; | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'build_clear_payload_id_table': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:1164:38: note: byref variable will be forcibly initialized 1164 | struct drm_dp_sideband_msg_req_body req; | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'build_link_address': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:1156:38: note: byref variable will be forcibly initialized 1156 | struct drm_dp_sideband_msg_req_body req; | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_mst_atomic_check': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:5432:36: note: byref variable will be forcibly initialized 5432 | struct drm_dp_mst_topology_state *mst_state; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:5431:34: note: byref variable will be forcibly initialized 5431 | struct drm_dp_mst_topology_mgr *mgr; | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function '__topology_ref_save': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:1584:8: note: byref variable will be forcibly initialized 1584 | ulong stack_entries[STACK_DEPTH]; | ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:26: /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_mst_rad_to_str': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:181:5: note: byref variable will be forcibly initialized 181 | u8 unpacked_rad[16]; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_mst_dump_sideband_msg_tx': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:691:7: note: byref variable will be forcibly initialized 691 | char buf[64]; | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:690:38: note: byref variable will be forcibly initialized 690 | struct drm_dp_sideband_msg_req_body req; | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'build_allocate_payload': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:1189:38: note: byref variable will be forcibly initialized 1189 | struct drm_dp_sideband_msg_req_body req; | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'process_single_tx_qlock': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:2874:23: note: byref variable will be forcibly initialized 2874 | struct drm_printer p = drm_debug_printer(DBG_PREFIX); | ^ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:2835:18: note: byref variable will be forcibly initialized 2835 | int len, space, idx, tosend; | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:2834:33: note: byref variable will be forcibly initialized 2834 | struct drm_dp_sideband_msg_hdr hdr; | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:2833:5: note: byref variable will be forcibly initialized 2833 | u8 chunk[48]; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_queue_down_tx': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:2919:22: note: byref variable will be forcibly initialized 2919 | struct drm_printer p = drm_debug_printer(DBG_PREFIX); | ^ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_mst_wait_tx_reply': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:1359:22: note: byref variable will be forcibly initialized 1359 | struct drm_printer p = drm_debug_printer(DBG_PREFIX); | ^ In file included from /kisskb/src/include/linux/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:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/of.h:17, from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:26: /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:1325:9: note: in expansion of macro 'wait_event_timeout' 1325 | ret = wait_event_timeout(mgr->tx_waitq, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_payload_send_msg': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:3163:5: note: byref variable will be forcibly initialized 3163 | u8 sinks[DRM_DP_MAX_SDP_STREAMS]; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:3162:11: note: byref variable will be forcibly initialized 3162 | int ret, port_num; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_mst_i2c_read': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:5641:38: note: byref variable will be forcibly initialized 5641 | struct drm_dp_sideband_msg_req_body msg; | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_mst_i2c_write': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:5694:38: note: byref variable will be forcibly initialized 5694 | struct drm_dp_sideband_msg_req_body msg; | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function '__dump_topology_ref_history': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:1649:21: note: byref variable will be forcibly initialized 1649 | struct drm_printer p = drm_debug_printer(DBG_PREFIX); | ^ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_send_query_stream_enc_status': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:3253:5: note: byref variable will be forcibly initialized 3253 | u8 nonce[7]; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_dpcd_write_payload': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:4644:23: note: byref variable will be forcibly initialized 4644 | u8 payload_alloc[3], status; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:4644:5: note: byref variable will be forcibly initialized 4644 | u8 payload_alloc[3], status; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_update_payload_part1': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:3371:24: note: byref variable will be forcibly initialized 3371 | struct drm_dp_payload req_payload; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_benchmark.c: In function 'amdgpu_benchmark_do_move': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_benchmark.c:36:20: note: byref variable will be forcibly initialized 36 | struct dma_fence *fence; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_read_mst_cap': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:3687:5: note: byref variable will be forcibly initialized 3687 | u8 mstm_cap; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'do_get_act_status': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:4687:5: note: byref variable will be forcibly initialized 4687 | u8 status; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_benchmark.c: In function 'amdgpu_benchmark_move': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_benchmark.c:76:25: note: byref variable will be forcibly initialized 76 | struct amdgpu_bo_param bp; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_benchmark.c:75:20: note: byref variable will be forcibly initialized 75 | struct amdgpu_bo *sobj = NULL; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_benchmark.c:74:20: note: byref variable will be forcibly initialized 74 | struct amdgpu_bo *dobj = NULL; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_mst_topology_mgr_set_mst': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:3720:25: note: byref variable will be forcibly initialized 3720 | struct drm_dp_payload reset_pay; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_mst_topology_mgr_resume': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:3858:5: note: byref variable will be forcibly initialized 3858 | u8 guid[16]; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_get_one_sb_msg': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:3924:33: note: byref variable will be forcibly initialized 3924 | struct drm_dp_sideband_msg_hdr hdr; | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:3923:5: note: byref variable will be forcibly initialized 3923 | u8 hdrlen; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:3920:5: note: byref variable will be forcibly initialized 3920 | u8 replyblock[32]; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_mst_handle_down_rep': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:3996:28: note: byref variable will be forcibly initialized 3996 | struct drm_dp_mst_branch *mstb = NULL; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_mst_dump_mstb': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:4805:7: note: byref variable will be forcibly initialized 4805 | char prefix[10]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_mst_dump_topology': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:4911:6: note: byref variable will be forcibly initialized 4911 | u8 buf[DP_PAYLOAD_TABLE_SIZE]; | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:4884:9: note: byref variable will be forcibly initialized 4884 | char name[14]; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c: In function 'handle_conflicting_encoders': /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c:108:33: note: byref variable will be forcibly initialized 108 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_port_set_pdt': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:2096:5: note: byref variable will be forcibly initialized 2096 | u8 rad[8], lct; | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'build_mst_prop_path': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:2240:7: note: byref variable will be forcibly initialized 2240 | char temp[8]; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_mst_port_add_connector': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:2299:7: note: byref variable will be forcibly initialized 2299 | char proppath[255]; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_send_link_address': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:2990:8: note: byref variable will be forcibly initialized 2990 | char buf[64]; | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_mst_dsc_aux_for_port': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:5948:6: note: byref variable will be forcibly initialized 5948 | u8 dpcd_ext[DP_RECEIVER_CAP_SIZE]; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:5908:6: note: byref variable will be forcibly initialized 5908 | u8 upstream_dsc; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:5883:5: note: byref variable will be forcibly initialized 5883 | u8 endpoint_dsc; | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/dma-fence.h:17, from /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c:28: /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c: In function 'drm_atomic_helper_wait_for_vblanks': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:5882:5: note: byref variable will be forcibly initialized 5882 | u8 endpoint_fec; | ^~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c:1509:9: note: in expansion of macro 'wait_event_timeout' 1509 | ret = wait_event_timeout(dev->vblank[i].queue, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/net/hsr/hsr_forward.c: In function 'hsr_forward_skb': /kisskb/src/net/hsr/hsr_forward.c:614:24: note: byref variable will be forcibly initialized 614 | struct hsr_frame_info frame; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c: In function 'drm_atomic_helper_duplicate_state': /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c:3159:33: note: byref variable will be forcibly initialized 3159 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c: In function 'drm_atomic_helper_shutdown': /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c:3116:33: note: byref variable will be forcibly initialized 3116 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c: In function 'drm_atomic_helper_suspend': /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c:3244:33: note: byref variable will be forcibly initialized 3244 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c: In function 'drm_atomic_helper_resume': /kisskb/src/drivers/gpu/drm/drm_atomic_helper.c:3337:33: note: byref variable will be forcibly initialized 3337 | struct drm_modeset_acquire_ctx ctx; | ^~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/linux/netlink.h:7, from /kisskb/src/include/linux/ethtool.h:18, from /kisskb/src/net/socket.c:55: /kisskb/src/net/socket.c: In function 'KERNEL_SOCKPTR': /kisskb/src/include/linux/sockptr.h:29:9: note: userspace variable will be forcibly initialized 29 | return (sockptr_t) { .kernel = p, .is_kernel = true }; | ^ /kisskb/src/drivers/gpu/drm/drm_dp_dual_mode_helper.c: In function 'drm_dp_dual_mode_read': /kisskb/src/drivers/gpu/drm/drm_dp_dual_mode_helper.c:66:17: note: byref variable will be forcibly initialized 66 | struct i2c_msg msgs[] = { | ^~~~ /kisskb/src/net/socket.c: In function '__sock_recv_wifi_status': /kisskb/src/net/socket.c:908:6: note: byref variable will be forcibly initialized 908 | int ack; | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_dual_mode_helper.c: In function 'drm_dp_dual_mode_write': /kisskb/src/drivers/gpu/drm/drm_dp_dual_mode_helper.c:108:17: note: byref variable will be forcibly initialized 108 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_dual_mode_helper.c: In function 'drm_dp_dual_mode_max_tmds_clock': /kisskb/src/drivers/gpu/drm/drm_dp_dual_mode_helper.c:271:10: note: byref variable will be forcibly initialized 271 | uint8_t max_tmds_clock; | ^~~~~~~~~~~~~~ /kisskb/src/net/socket.c: In function 'sock_do_ioctl': /kisskb/src/net/socket.c:1116:15: note: byref variable will be forcibly initialized 1116 | void __user *data; | ^~~~ /kisskb/src/net/socket.c:1113:7: note: byref variable will be forcibly initialized 1113 | bool need_copyout; | ^~~~~~~~~~~~ /kisskb/src/net/socket.c:1112:15: note: byref variable will be forcibly initialized 1112 | struct ifreq ifr; | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_dual_mode_helper.c: In function 'drm_dp_dual_mode_get_tmds_output': /kisskb/src/drivers/gpu/drm/drm_dp_dual_mode_helper.c:317:10: note: byref variable will be forcibly initialized 317 | uint8_t tmds_oen; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_dual_mode_helper.c: In function 'drm_dp_dual_mode_set_tmds_output': /kisskb/src/drivers/gpu/drm/drm_dp_dual_mode_helper.c:369:11: note: byref variable will be forcibly initialized 369 | uint8_t tmp; | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_dual_mode_helper.c:357:10: note: byref variable will be forcibly initialized 357 | uint8_t tmds_oen = enable ? 0 : DP_DUAL_MODE_TMDS_DISABLE; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_dual_mode_helper.c: In function 'drm_dp_dual_mode_detect': /kisskb/src/drivers/gpu/drm/drm_dp_dual_mode_helper.c:187:10: note: byref variable will be forcibly initialized 187 | uint8_t adaptor_id = 0x00; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_dual_mode_helper.c:186:7: note: byref variable will be forcibly initialized 186 | char hdmi_id[DP_DUAL_MODE_HDMI_ID_LEN] = {}; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_dual_mode_helper.c: In function 'drm_lspcon_get_mode': /kisskb/src/drivers/gpu/drm/drm_dp_dual_mode_helper.c:442:5: note: byref variable will be forcibly initialized 442 | u8 data; | ^~~~ /kisskb/src/net/socket.c: In function 'put_ts_pktinfo': /kisskb/src/net/socket.c:800:24: note: byref variable will be forcibly initialized 800 | struct scm_ts_pktinfo ts_pktinfo; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_dual_mode_helper.c: In function 'drm_lspcon_set_mode': /kisskb/src/drivers/gpu/drm/drm_dp_dual_mode_helper.c:492:23: note: byref variable will be forcibly initialized 492 | enum drm_lspcon_mode current_mode; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_dual_mode_helper.c:489:5: note: byref variable will be forcibly initialized 489 | u8 data = 0; | ^~~~ /kisskb/src/net/socket.c: In function '__sock_recv_timestamp': /kisskb/src/net/socket.c:863:34: note: byref variable will be forcibly initialized 863 | struct __kernel_old_timespec ts; | ^~ /kisskb/src/net/socket.c:857:30: note: byref variable will be forcibly initialized 857 | struct __kernel_timespec ts; | ^~ /kisskb/src/net/socket.c:849:33: note: byref variable will be forcibly initialized 849 | struct __kernel_old_timeval tv; | ^~ /kisskb/src/net/socket.c:843:34: note: byref variable will be forcibly initialized 843 | struct __kernel_sock_timeval tv; | ^~ /kisskb/src/net/socket.c:827:35: note: byref variable will be forcibly initialized 827 | struct scm_timestamping_internal tss; | ^~~ /kisskb/src/net/socket.c: In function '____sys_sendmsg': /kisskb/src/net/socket.c:2357:16: note: byref variable will be forcibly initialized 2357 | unsigned char ctl[sizeof(struct cmsghdr) + 20] | ^~~ /kisskb/src/net/socket.c: In function '____sys_recvmsg': /kisskb/src/net/socket.c:2610:26: note: byref variable will be forcibly initialized 2610 | struct sockaddr_storage addr; | ^~~~ In file included from /kisskb/src/include/linux/time.h:7, from /kisskb/src/include/linux/compat.h:10, from /kisskb/src/include/linux/ethtool.h:17, from /kisskb/src/net/socket.c:55: /kisskb/src/net/socket.c: In function 'timespec64_sub': /kisskb/src/include/linux/time64.h:80:20: note: byref variable will be forcibly initialized 80 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/net/socket.c: In function 'sock_ioctl': /kisskb/src/net/socket.c:1159:8: note: byref variable will be forcibly initialized 1159 | bool need_copyout; | ^~~~~~~~~~~~ /kisskb/src/net/socket.c:1158:16: note: byref variable will be forcibly initialized 1158 | void __user *data; | ^~~~ /kisskb/src/net/socket.c:1157:16: note: byref variable will be forcibly initialized 1157 | struct ifreq ifr; | ^~~ /kisskb/src/net/socket.c: In function '__sys_socket': /kisskb/src/net/socket.c:1540:17: note: byref variable will be forcibly initialized 1540 | struct socket *sock; | ^~~~ /kisskb/src/net/socket.c: In function '__sys_socketpair': /kisskb/src/net/socket.c:1575:25: note: byref variable will be forcibly initialized 1575 | struct socket *sock1, *sock2; | ^~~~~ /kisskb/src/net/socket.c:1575:17: note: byref variable will be forcibly initialized 1575 | struct socket *sock1, *sock2; | ^~~~~ /kisskb/src/net/socket.c: In function '__sys_bind': /kisskb/src/net/socket.c:1683:11: note: byref variable will be forcibly initialized 1683 | int err, fput_needed; | ^~~~~~~~~~~ /kisskb/src/net/socket.c:1683:6: note: byref variable will be forcibly initialized 1683 | int err, fput_needed; | ^~~ /kisskb/src/net/socket.c:1682:26: note: byref variable will be forcibly initialized 1682 | struct sockaddr_storage address; | ^~~~~~~ /kisskb/src/net/socket.c: In function '__sys_listen': /kisskb/src/net/socket.c:1716:11: note: byref variable will be forcibly initialized 1716 | int err, fput_needed; | ^~~~~~~~~~~ /kisskb/src/net/socket.c:1716:6: note: byref variable will be forcibly initialized 1716 | int err, fput_needed; | ^~~ /kisskb/src/net/socket.c: In function 'do_accept': /kisskb/src/net/socket.c:1746:26: note: byref variable will be forcibly initialized 1746 | struct sockaddr_storage address; | ^~~~~~~ /kisskb/src/net/socket.c: In function '__sys_connect': /kisskb/src/net/socket.c:1909:27: note: byref variable will be forcibly initialized 1909 | struct sockaddr_storage address; | ^~~~~~~ /kisskb/src/net/socket.c: In function '__sys_getsockname': /kisskb/src/net/socket.c:1936:11: note: byref variable will be forcibly initialized 1936 | int err, fput_needed; | ^~~~~~~~~~~ /kisskb/src/net/socket.c:1936:6: note: byref variable will be forcibly initialized 1936 | int err, fput_needed; | ^~~ /kisskb/src/net/socket.c:1935:26: note: byref variable will be forcibly initialized 1935 | struct sockaddr_storage address; | ^~~~~~~ /kisskb/src/drivers/misc/cxl/vphb.c: In function 'cxl_pcie_read_config': /kisskb/src/drivers/misc/cxl/vphb.c:123:6: note: byref variable will be forcibly initialized 123 | u32 val32; | ^~~~~ /kisskb/src/drivers/misc/cxl/vphb.c:122:6: note: byref variable will be forcibly initialized 122 | u16 val16; | ^~~~~ /kisskb/src/drivers/misc/cxl/vphb.c:121:5: note: byref variable will be forcibly initialized 121 | u8 val8; | ^~~~ /kisskb/src/net/socket.c: In function '__sys_getpeername': /kisskb/src/net/socket.c:1974:11: note: byref variable will be forcibly initialized 1974 | int err, fput_needed; | ^~~~~~~~~~~ /kisskb/src/net/socket.c:1974:6: note: byref variable will be forcibly initialized 1974 | int err, fput_needed; | ^~~ /kisskb/src/net/socket.c:1973:26: note: byref variable will be forcibly initialized 1973 | struct sockaddr_storage address; | ^~~~~~~ /kisskb/src/net/socket.c: In function '__sys_sendto': /kisskb/src/net/socket.c:2013:6: note: byref variable will be forcibly initialized 2013 | int fput_needed; | ^~~~~~~~~~~ /kisskb/src/net/socket.c:2012:15: note: byref variable will be forcibly initialized 2012 | struct iovec iov; | ^~~ /kisskb/src/net/socket.c:2011:16: note: byref variable will be forcibly initialized 2011 | struct msghdr msg; | ^~~ /kisskb/src/net/socket.c:2010:6: note: byref variable will be forcibly initialized 2010 | int err; | ^~~ /kisskb/src/net/socket.c:2009:26: note: byref variable will be forcibly initialized 2009 | struct sockaddr_storage address; | ^~~~~~~ /kisskb/src/net/socket.c: In function '__sys_recvfrom': /kisskb/src/net/socket.c:2074:6: note: byref variable will be forcibly initialized 2074 | int fput_needed; | ^~~~~~~~~~~ /kisskb/src/net/socket.c:2073:6: note: byref variable will be forcibly initialized 2073 | int err, err2; | ^~~ /kisskb/src/net/socket.c:2072:26: note: byref variable will be forcibly initialized 2072 | struct sockaddr_storage address; | ^~~~~~~ /kisskb/src/net/socket.c:2071:16: note: byref variable will be forcibly initialized 2071 | struct msghdr msg; | ^~~ /kisskb/src/net/socket.c:2070:15: note: byref variable will be forcibly initialized 2070 | struct iovec iov; | ^~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/linux/netlink.h:7, from /kisskb/src/include/linux/ethtool.h:18, from /kisskb/src/net/socket.c:55: /kisskb/src/net/socket.c: In function '__sys_setsockopt': /kisskb/src/include/linux/sockptr.h:29:9: note: userspace variable will be forcibly initialized 29 | return (sockptr_t) { .kernel = p, .is_kernel = true }; | ^ /kisskb/src/include/linux/sockptr.h:34:9: note: userspace variable will be forcibly initialized 34 | return (sockptr_t) { .user = p }; | ^ /kisskb/src/net/socket.c:2144:11: note: byref variable will be forcibly initialized 2144 | int err, fput_needed; | ^~~~~~~~~~~ /kisskb/src/net/socket.c:2144:6: note: byref variable will be forcibly initialized 2144 | int err, fput_needed; | ^~~ /kisskb/src/net/socket.c:2142:12: note: userspace variable will be forcibly initialized 2142 | sockptr_t optval = USER_SOCKPTR(user_optval); | ^~~~~~ /kisskb/src/net/socket.c: In function '__sys_getsockopt': /kisskb/src/net/socket.c:2200:11: note: byref variable will be forcibly initialized 2200 | int err, fput_needed; | ^~~~~~~~~~~ /kisskb/src/net/socket.c:2200:6: note: byref variable will be forcibly initialized 2200 | int err, fput_needed; | ^~~ /kisskb/src/net/socket.c: In function '__sys_shutdown': /kisskb/src/net/socket.c:2255:11: note: byref variable will be forcibly initialized 2255 | int err, fput_needed; | ^~~~~~~~~~~ /kisskb/src/net/socket.c:2255:6: note: byref variable will be forcibly initialized 2255 | int err, fput_needed; | ^~~ /kisskb/src/net/socket.c: In function '__copy_msghdr_from_user': /kisskb/src/net/socket.c:2288:21: note: byref variable will be forcibly initialized 2288 | struct user_msghdr msg; | ^~~ /kisskb/src/net/socket.c: In function 'copy_msghdr_from_user': /kisskb/src/net/socket.c:2339:21: note: byref variable will be forcibly initialized 2339 | struct user_msghdr msg; | ^~~ /kisskb/src/net/socket.c: In function '___sys_sendmsg': /kisskb/src/net/socket.c:2454:39: note: byref variable will be forcibly initialized 2454 | struct iovec iovstack[UIO_FASTIOV], *iov = iovstack; | ^~~ /kisskb/src/net/socket.c:2454:15: note: byref variable will be forcibly initialized 2454 | struct iovec iovstack[UIO_FASTIOV], *iov = iovstack; | ^~~~~~~~ /kisskb/src/net/socket.c:2453:26: note: byref variable will be forcibly initialized 2453 | struct sockaddr_storage address; | ^~~~~~~ /kisskb/src/net/socket.c: In function '__sys_sendmsg': /kisskb/src/net/socket.c:2482:16: note: byref variable will be forcibly initialized 2482 | struct msghdr msg_sys; | ^~~~~~~ /kisskb/src/net/socket.c:2481:19: note: byref variable will be forcibly initialized 2481 | int fput_needed, err; | ^~~ /kisskb/src/net/socket.c:2481:6: note: byref variable will be forcibly initialized 2481 | int fput_needed, err; | ^~~~~~~~~~~ /kisskb/src/net/socket.c: In function '__sys_sendmmsg': /kisskb/src/net/socket.c:2516:22: note: byref variable will be forcibly initialized 2516 | struct used_address used_address; | ^~~~~~~~~~~~ /kisskb/src/net/socket.c:2515:16: note: byref variable will be forcibly initialized 2515 | struct msghdr msg_sys; | ^~~~~~~ /kisskb/src/net/socket.c:2511:19: note: byref variable will be forcibly initialized 2511 | int fput_needed, err, datagrams; | ^~~ /kisskb/src/net/socket.c:2511:6: note: byref variable will be forcibly initialized 2511 | int fput_needed, err, datagrams; | ^~~~~~~~~~~ /kisskb/src/net/socket.c: In function '___sys_recvmsg': /kisskb/src/net/socket.c:2663:26: note: byref variable will be forcibly initialized 2663 | struct sockaddr __user *uaddr; | ^~~~~ /kisskb/src/net/socket.c:2661:39: note: byref variable will be forcibly initialized 2661 | struct iovec iovstack[UIO_FASTIOV], *iov = iovstack; | ^~~ /kisskb/src/net/socket.c:2661:15: note: byref variable will be forcibly initialized 2661 | struct iovec iovstack[UIO_FASTIOV], *iov = iovstack; | ^~~~~~~~ /kisskb/src/net/socket.c: In function 'do_recvmmsg': /kisskb/src/net/socket.c:2727:20: note: byref variable will be forcibly initialized 2727 | struct timespec64 timeout64; | ^~~~~~~~~ /kisskb/src/net/socket.c:2726:20: note: byref variable will be forcibly initialized 2726 | struct timespec64 end_time; | ^~~~~~~~ /kisskb/src/net/socket.c:2725:16: note: byref variable will be forcibly initialized 2725 | struct msghdr msg_sys; | ^~~~~~~ /kisskb/src/net/socket.c:2721:19: note: byref variable will be forcibly initialized 2721 | int fput_needed, err, datagrams; | ^~~ /kisskb/src/net/socket.c:2721:6: note: byref variable will be forcibly initialized 2721 | int fput_needed, err, datagrams; | ^~~~~~~~~~~ /kisskb/src/net/socket.c: In function '__sys_recvmsg': /kisskb/src/net/socket.c:2690:16: note: byref variable will be forcibly initialized 2690 | struct msghdr msg_sys; | ^~~~~~~ /kisskb/src/net/socket.c:2689:19: note: byref variable will be forcibly initialized 2689 | int fput_needed, err; | ^~~ /kisskb/src/net/socket.c:2689:6: note: byref variable will be forcibly initialized 2689 | int fput_needed, err; | ^~~~~~~~~~~ /kisskb/src/net/socket.c: In function '__sys_recvmmsg': /kisskb/src/net/socket.c:2834:20: note: byref variable will be forcibly initialized 2834 | struct timespec64 timeout_sys; | ^~~~~~~~~~~ /kisskb/src/net/socket.c: In function '__do_sys_socketcall': /kisskb/src/net/socket.c:2903:16: note: byref variable will be forcibly initialized 2903 | unsigned long a[AUDITSC_ARGS]; | ^ /kisskb/src/drivers/gpu/drm/drm_scdc_helper.c: In function 'drm_scdc_read': /kisskb/src/drivers/gpu/drm/drm_scdc_helper.c:57:17: note: byref variable will be forcibly initialized 57 | struct i2c_msg msgs[2] = { | ^~~~ /kisskb/src/drivers/gpu/drm/drm_scdc_helper.c: In function 'drm_scdc_write': /kisskb/src/drivers/gpu/drm/drm_scdc_helper.c:96:17: note: byref variable will be forcibly initialized 96 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/gpu/drm/drm_scdc_helper.c: In function 'drm_scdc_get_scrambling_status': /kisskb/src/drivers/gpu/drm/drm_scdc_helper.c:139:5: note: byref variable will be forcibly initialized 139 | u8 status; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_scdc_helper.c: In function 'drm_scdc_set_scrambling': /kisskb/src/drivers/gpu/drm/drm_scdc_helper.c:166:5: note: byref variable will be forcibly initialized 166 | u8 config; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_scdc_helper.c: In function 'drm_scdc_set_high_tmds_clock_ratio': /kisskb/src/drivers/gpu/drm/drm_scdc_helper.c:221:5: note: byref variable will be forcibly initialized 221 | u8 config; | ^~~~~~ /kisskb/src/net/batman-adv/network-coding.c: In function 'batadv_nc_find_decoding_packet': /kisskb/src/net/batman-adv/network-coding.c:1739:34: note: byref variable will be forcibly initialized 1739 | struct batadv_nc_path *nc_path, nc_path_key; | ^~~~~~~~~~~ /kisskb/src/net/batman-adv/network-coding.c: In function 'batadv_nc_path_search': /kisskb/src/net/batman-adv/network-coding.c:1267:34: note: byref variable will be forcibly initialized 1267 | struct batadv_nc_path *nc_path, nc_path_key; | ^~~~~~~~~~~ /kisskb/src/net/batman-adv/network-coding.c: In function 'batadv_nc_skb_decode_packet': /kisskb/src/net/batman-adv/network-coding.c:1646:29: note: byref variable will be forcibly initialized 1646 | struct batadv_coded_packet coded_packet_tmp; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_modeset_helper.c: In function 'drm_helper_move_panel_connectors_to_head': /kisskb/src/drivers/gpu/drm/drm_modeset_helper.c:52:19: note: byref variable will be forcibly initialized 52 | struct list_head panel_list; | ^~~~~~~~~~ /kisskb/src/net/batman-adv/network-coding.c: In function 'batadv_nc_get_path': /kisskb/src/net/batman-adv/network-coding.c:961:34: note: byref variable will be forcibly initialized 961 | struct batadv_nc_path *nc_path, nc_path_key; | ^~~~~~~~~~~ In file included from /kisskb/src/drivers/dma-buf/sync_file.c:14: /kisskb/src/drivers/dma-buf/sync_file.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/file.h:9, from /kisskb/src/drivers/dma-buf/sync_file.c:9: /kisskb/src/drivers/dma-buf/sync_file.c: In function 'krealloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:647:6: note: in expansion of macro 'unlikely' 647 | if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:647:15: note: in expansion of macro 'check_mul_overflow' 647 | if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:647:6: note: in expansion of macro 'unlikely' 647 | if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:647:15: note: in expansion of macro 'check_mul_overflow' 647 | if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/dma-buf/sync_file.c:14: /kisskb/src/include/linux/slab.h:645:9: note: byref variable will be forcibly initialized 645 | size_t bytes; | ^~~~~ /kisskb/src/drivers/dma-buf/sync_file.c: In function 'sync_file_merge': /kisskb/src/drivers/dma-buf/sync_file.c:215:49: note: byref variable will be forcibly initialized 215 | int i = 0, i_a, i_b, num_fences, a_num_fences, b_num_fences; | ^~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/sync_file.c:215:35: note: byref variable will be forcibly initialized 215 | int i = 0, i_a, i_b, num_fences, a_num_fences, b_num_fences; | ^~~~~~~~~~~~ /kisskb/src/drivers/dma-buf/sync_file.c:215:6: note: byref variable will be forcibly initialized 215 | int i = 0, i_a, i_b, num_fences, a_num_fences, b_num_fences; | ^ /kisskb/src/drivers/dma-buf/sync_file.c: In function 'sync_file_ioctl_merge': /kisskb/src/drivers/dma-buf/sync_file.c:329:25: note: byref variable will be forcibly initialized 329 | struct sync_merge_data data; | ^~~~ /kisskb/src/drivers/dma-buf/sync_file.c: In function 'sync_file_ioctl_fence_info': /kisskb/src/drivers/dma-buf/sync_file.c:405:6: note: byref variable will be forcibly initialized 405 | int num_fences, ret, i; | ^~~~~~~~~~ /kisskb/src/drivers/dma-buf/sync_file.c:401:24: note: byref variable will be forcibly initialized 401 | struct sync_file_info info; | ^~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/dma-resv.h:44, from /kisskb/src/drivers/dma-buf/dma-resv.c:36: /kisskb/src/drivers/dma-buf/dma-resv.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_send_msi_info_msg': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:691:6: note: byref variable will be forcibly initialized 691 | u64 result; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_dynamic_read_device_fw_version': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:1807:7: note: byref variable will be forcibly initialized 1807 | char btl_ver[32]; | ^~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_static_read_device_fw_version': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:1165:7: note: byref variable will be forcibly initialized 1165 | char btl_ver[32]; | ^~~~~~~ /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/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_load_fw_to_device': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:187:25: note: byref variable will be forcibly initialized 187 | const struct firmware *fw; | ^~ /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/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_send_cpu_message': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:217:6: note: byref variable will be forcibly initialized 217 | u32 tmp, expected_ack_val; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:216:13: note: byref variable will be forcibly initialized 216 | dma_addr_t pkt_dma_addr; | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/string.h:5, from /kisskb/src/arch/powerpc/include/asm/paca.h:15, from /kisskb/src/arch/powerpc/include/asm/current.h:13, from /kisskb/src/include/linux/mutex.h:14, from /kisskb/src/include/linux/ww_mutex.h:20, from /kisskb/src/include/linux/dma-resv.h:42, from /kisskb/src/drivers/dma-buf/dma-resv.c:36: /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'krealloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:647:6: note: in expansion of macro 'unlikely' 647 | if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:647:15: note: in expansion of macro 'check_mul_overflow' 647 | if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:647:6: note: in expansion of macro 'unlikely' 647 | if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:647:15: note: in expansion of macro 'check_mul_overflow' 647 | if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/dma-resv.h:44, from /kisskb/src/drivers/dma-buf/dma-resv.c:36: /kisskb/src/include/linux/slab.h:645:9: note: byref variable will be forcibly initialized 645 | size_t bytes; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_unmask_irq': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:294:6: note: byref variable will be forcibly initialized 294 | u64 result; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:293:22: note: byref variable will be forcibly initialized 293 | struct cpucp_packet pkt; | ^~~ /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/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_unmask_irq_arr': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:317:6: note: byref variable will be forcibly initialized 317 | u64 result; | ^~~~~~ /kisskb/src/drivers/base/devtmpfs.c: In function 'dev_mkdir': /kisskb/src/drivers/base/devtmpfs.c:158:14: note: byref variable will be forcibly initialized 158 | struct path path; | ^~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_test_cpu_queue': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:356:6: note: byref variable will be forcibly initialized 356 | u64 result; | ^~~~~~ /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/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_send_heartbeat': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:400:6: note: byref variable will be forcibly initialized 400 | u64 result; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:399:22: note: byref variable will be forcibly initialized 399 | struct cpucp_packet hb_pkt; | ^~~~~~ /kisskb/src/drivers/base/devtmpfs.c: In function 'handle_create': /kisskb/src/drivers/base/devtmpfs.c:218:16: note: byref variable will be forcibly initialized 218 | struct iattr newattrs; | ^~~~~~~~ /kisskb/src/drivers/base/devtmpfs.c:204:14: note: byref variable will be forcibly initialized 204 | struct path path; | ^~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_cpucp_info_get': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:614:6: note: byref variable will be forcibly initialized 614 | u64 result; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:611:13: note: byref variable will be forcibly initialized 611 | dma_addr_t cpucp_info_dma_addr; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/base/devtmpfs.c: In function 'dev_rmdir': /kisskb/src/drivers/base/devtmpfs.c:237:14: note: byref variable will be forcibly initialized 237 | struct path parent; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_get_eeprom_data': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:762:6: note: byref variable will be forcibly initialized 762 | u64 result; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:761:13: note: byref variable will be forcibly initialized 761 | dma_addr_t eeprom_info_dma_addr; | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_cpucp_pci_counters_get': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:805:6: note: byref variable will be forcibly initialized 805 | u64 result; | ^~~~~~ /kisskb/src/drivers/base/devtmpfs.c: In function 'handle_remove': /kisskb/src/drivers/base/devtmpfs.c:322:17: note: byref variable will be forcibly initialized 322 | struct iattr newattrs; | ^~~~~~~~ /kisskb/src/drivers/base/devtmpfs.c:318:15: note: byref variable will be forcibly initialized 318 | struct path p = {.mnt = parent.mnt, .dentry = dentry}; | ^ /kisskb/src/drivers/base/devtmpfs.c:317:16: note: byref variable will be forcibly initialized 317 | struct kstat stat; | ^~~~ /kisskb/src/drivers/base/devtmpfs.c:307:14: note: byref variable will be forcibly initialized 307 | struct path parent; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_cpucp_total_energy_get': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:857:6: note: byref variable will be forcibly initialized 857 | u64 result; | ^~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c: In function 'dma_resv_lockdep': /kisskb/src/drivers/dma-buf/dma-resv.c:675:23: note: byref variable will be forcibly initialized 675 | struct address_space mapping; | ^~~~~~~ /kisskb/src/drivers/dma-buf/dma-resv.c:674:18: note: byref variable will be forcibly initialized 674 | struct dma_resv obj; | ^~~ /kisskb/src/drivers/dma-buf/dma-resv.c:673:24: note: byref variable will be forcibly initialized 673 | struct ww_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_cpucp_pll_info_get': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:928:6: note: byref variable will be forcibly initialized 928 | u64 result; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:927:17: note: byref variable will be forcibly initialized 927 | enum pll_index used_pll_idx; | ^~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:926:22: note: byref variable will be forcibly initialized 926 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_cpucp_power_get': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:957:6: note: byref variable will be forcibly initialized 957 | u64 result; | ^~~~~~ /kisskb/src/drivers/base/devtmpfs.c: In function 'devtmpfs_create_node': /kisskb/src/drivers/base/devtmpfs.c:113:13: note: byref variable will be forcibly initialized 113 | struct req req; | ^~~ /kisskb/src/drivers/base/devtmpfs.c:112:14: note: byref variable will be forcibly initialized 112 | const char *tmp = NULL; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:956:22: note: byref variable will be forcibly initialized 956 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/base/devtmpfs.c: In function 'devtmpfs_delete_node': /kisskb/src/drivers/base/devtmpfs.c:140:13: note: byref variable will be forcibly initialized 140 | struct req req; | ^~~ /kisskb/src/drivers/base/devtmpfs.c:139:14: note: byref variable will be forcibly initialized 139 | const char *tmp = NULL; | ^~~ /kisskb/src/drivers/base/devtmpfs.c: In function 'devtmpfs_init': /kisskb/src/drivers/base/devtmpfs.c:448:6: note: byref variable will be forcibly initialized 448 | int err; | ^~~ /kisskb/src/drivers/base/devtmpfs.c:447:7: note: byref variable will be forcibly initialized 447 | char opts[] = "mode=0755"; | ^~~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_dynamic_send_msg': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:2177:23: note: byref variable will be forcibly initialized 2177 | struct lkd_msg_comms msg; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c: In function 'hl_fw_dynamic_load_image': /kisskb/src/drivers/misc/habanalabs/common/firmware_if.c:1985:25: note: byref variable will be forcibly initialized 1985 | const struct firmware *fw; | ^~ /kisskb/src/drivers/base/node.c: In function 'cpulist_read': /kisskb/src/drivers/base/node.c:56:16: note: byref variable will be forcibly initialized 56 | cpumask_var_t mask; | ^~~~ /kisskb/src/drivers/base/node.c: In function 'cpumap_read': /kisskb/src/drivers/base/node.c:35:16: note: byref variable will be forcibly initialized 35 | cpumask_var_t mask; | ^~~~ /kisskb/src/drivers/misc/habanalabs/common/state_dump.c: In function 'hl_snprintf_resize': /kisskb/src/drivers/misc/habanalabs/common/state_dump.c:108:10: note: byref variable will be forcibly initialized 108 | va_list args; | ^~~~ /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/gpu/drm/etnaviv/etnaviv_dump.c: In function 'etnaviv_core_dump': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_dump.c:116:28: note: byref variable will be forcibly initialized 116 | struct core_dump_iterator iter; | ^~~~ /kisskb/src/drivers/misc/habanalabs/common/state_dump.c: In function 'hl_state_dump': /kisskb/src/drivers/misc/habanalabs/common/state_dump.c:685:21: note: byref variable will be forcibly initialized 685 | size_t offset = 0, size = 0; | ^~~~ /kisskb/src/drivers/misc/habanalabs/common/state_dump.c:685:9: note: byref variable will be forcibly initialized 685 | size_t offset = 0, size = 0; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/state_dump.c:684:8: note: byref variable will be forcibly initialized 684 | char *buf = NULL; | ^~~ /kisskb/src/drivers/mfd/max8925-i2c.c: In function 'max8925_reg_read': /kisskb/src/drivers/mfd/max8925-i2c.c:52:16: note: byref variable will be forcibly initialized 52 | unsigned char data = 0; | ^~~~ /kisskb/src/drivers/mfd/max8925-i2c.c: In function 'max8925_write_device': /kisskb/src/drivers/mfd/max8925-i2c.c:37:16: note: byref variable will be forcibly initialized 37 | unsigned char buf[9]; | ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/drivers/dma-buf/udmabuf.c:5: /kisskb/src/drivers/dma-buf/udmabuf.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mfd/max8925-i2c.c: In function 'max8925_set_bits': /kisskb/src/drivers/mfd/max8925-i2c.c:112:16: note: byref variable will be forcibly initialized 112 | unsigned char value; | ^~~~~ /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; | ^~~~ /kisskb/src/net/nfc/netlink.c: In function 'nfc_urelease_event_work': /kisskb/src/net/nfc/netlink.c:1795:24: note: byref variable will be forcibly initialized 1795 | struct class_dev_iter iter; | ^~~~ In file included from /kisskb/src/include/net/genetlink.h:6, from /kisskb/src/net/nfc/netlink.c:18: /kisskb/src/net/nfc/netlink.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized 1309 | u32 tmp = value; | ^~~ /kisskb/src/net/nfc/netlink.c: In function 'nla_put_u8': /kisskb/src/include/net/netlink.h:1244:5: note: byref variable will be forcibly initialized 1244 | u8 tmp = value; | ^~~ /kisskb/src/net/nfc/netlink.c: In function 'nla_put_u16': /kisskb/src/include/net/netlink.h:1257:6: note: byref variable will be forcibly initialized 1257 | u16 tmp = value; | ^~~ /kisskb/src/net/nfc/netlink.c: In function 'nfc_genl_fw_download': /kisskb/src/net/nfc/netlink.c:1219:7: note: byref variable will be forcibly initialized 1219 | char firmware_name[NFC_FIRMWARE_NAME_MAXSIZE + 1]; | ^~~~~~~~~~~~~ /kisskb/src/net/nfc/netlink.c: In function 'nfc_genl_llc_sdreq': /kisskb/src/net/nfc/netlink.c:1136:20: note: byref variable will be forcibly initialized 1136 | struct hlist_head sdreq_list; | ^~~~~~~~~~ /kisskb/src/net/nfc/netlink.c:1134:14: note: byref variable will be forcibly initialized 1134 | int rc = 0, rem; | ^~~ /kisskb/src/net/nfc/netlink.c:1130:24: note: byref variable will be forcibly initialized 1130 | struct nlattr *attr, *sdp_attrs[NFC_SDP_ATTR_MAX+1]; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu.h:52, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_test.c:27: /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_test.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_test.c: In function 'amdgpu_do_test_moves': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_test.c:85:21: note: byref variable will be forcibly initialized 85 | struct dma_fence *fence = NULL; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_test.c:82:19: note: byref variable will be forcibly initialized 82 | void *gtt_map, *vram_map; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_test.c:82:9: note: byref variable will be forcibly initialized 82 | void *gtt_map, *vram_map; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_test.c:37:25: note: byref variable will be forcibly initialized 37 | struct amdgpu_bo_param bp; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_test.c:35:20: note: byref variable will be forcibly initialized 35 | struct amdgpu_bo *vram_obj = NULL; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_dp.c: In function 'amdgpu_atombios_dp_encoder_service': /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_dp.c:293:32: note: byref variable will be forcibly initialized 293 | DP_ENCODER_SERVICE_PARAMETERS args; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_dp.c: In function 'amdgpu_atombios_dp_process_aux_ch': /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_dp.c:64:32: note: byref variable will be forcibly initialized 64 | union aux_channel_transaction args; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_dp.c: In function 'amdgpu_atombios_dp_aux_transfer': /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_dp.c:134:5: note: byref variable will be forcibly initialized 134 | u8 ack, delay = 0; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_dp.c:132:5: note: byref variable will be forcibly initialized 132 | u8 tx_buf[20]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_dp.c: In function 'amdgpu_atombios_dp_probe_oui': /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_dp.c:319:5: note: byref variable will be forcibly initialized 319 | u8 buf[3]; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_dp.c: In function 'amdgpu_atombios_dp_get_dpcd': /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_dp.c:352:5: note: byref variable will be forcibly initialized 352 | u8 msg[DP_DPCD_SIZE]; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_dp.c: In function 'amdgpu_atombios_dp_get_panel_mode': /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_dp.c:378:5: note: byref variable will be forcibly initialized 378 | u8 tmp; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_dp.c: In function 'amdgpu_atombios_dp_mode_valid_helper': /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_dp.c:436:21: note: byref variable will be forcibly initialized 436 | unsigned dp_lanes, dp_clock; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_dp.c:436:11: note: byref variable will be forcibly initialized 436 | unsigned dp_lanes, dp_clock; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_dp.c: In function 'amdgpu_atombios_dp_needs_link_train': /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_dp.c:457:5: note: byref variable will be forcibly initialized 457 | u8 link_status[DP_LINK_STATUS_SIZE]; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_dp.c: In function 'amdgpu_atombios_dp_link_train': /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_dp.c:728:5: note: byref variable will be forcibly initialized 728 | u8 tmp; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_dp.c:727:44: note: byref variable will be forcibly initialized 727 | struct amdgpu_atombios_dp_link_train_info dp_info; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_gem_framebuffer_helper.c: In function 'drm_gem_fb_init_with_funcs': /kisskb/src/drivers/gpu/drm/drm_gem_framebuffer_helper.c:154:25: note: byref variable will be forcibly initialized 154 | struct drm_gem_object *objs[DRM_FORMAT_MAX_PLANES]; | ^~~~ 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:1886, from /kisskb/src/drivers/misc/cxl/api.c:6: /kisskb/src/drivers/misc/cxl/api.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized 427 | unsigned int irq; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_afmt.c: In function 'amdgpu_afmt_acr': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_afmt.c:90:25: note: byref variable will be forcibly initialized 90 | struct amdgpu_afmt_acr res; | ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:6, from /kisskb/src/drivers/scsi/libsas/sas_expander.c:12: /kisskb/src/drivers/scsi/libsas/sas_expander.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c: In function 'sas_create_task': /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c:136:18: note: byref variable will be forcibly initialized 136 | struct scsi_lun lun; | ^~~ /kisskb/src/drivers/scsi/libsas/sas_expander.c: In function 'smp_execute_task': /kisskb/src/drivers/scsi/libsas/sas_expander.c:144:21: note: byref variable will be forcibly initialized 144 | struct scatterlist resp_sg; | ^~~~~~~ /kisskb/src/drivers/scsi/libsas/sas_expander.c:143:21: note: byref variable will be forcibly initialized 143 | struct scatterlist req_sg; | ^~~~~~ /kisskb/src/drivers/scsi/libsas/sas_expander.c: In function 'sas_find_bcast_phy': /kisskb/src/drivers/scsi/libsas/sas_expander.c:1752:7: note: byref variable will be forcibly initialized 1752 | int phy_change_count = 0; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/libsas/sas_expander.c: In function 'sas_set_ex_phy': /kisskb/src/drivers/scsi/libsas/sas_expander.c:199:5: note: byref variable will be forcibly initialized 199 | u8 sas_addr[SAS_ADDR_SIZE]; | ^~~~~~~~ /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c: In function 'sas_eh_device_reset_handler': /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c:496:18: note: byref variable will be forcibly initialized 496 | struct scsi_lun lun; | ^~~ /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c: In function 'sas_recover_lu': /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c:328:18: note: byref variable will be forcibly initialized 328 | struct scsi_lun lun; | ^~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c:9: /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c: In function 'sas_eh_handle_sas_errors': /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c:567:12: note: byref variable will be forcibly initialized 567 | LIST_HEAD(done); | ^~~~ /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/scsi/libsas/sas_expander.c: In function 'sas_configure_phy': /kisskb/src/drivers/scsi/libsas/sas_expander.c:1502:6: note: byref variable will be forcibly initialized 1502 | int present; | ^~~~~~~ /kisskb/src/drivers/scsi/libsas/sas_expander.c:1501:6: note: byref variable will be forcibly initialized 1501 | int index; | ^~~~~ /kisskb/src/drivers/scsi/libsas/sas_expander.c: In function 'sas_find_bcast_dev': /kisskb/src/drivers/scsi/libsas/sas_expander.c:1829:6: note: byref variable will be forcibly initialized 1829 | int phy_id = -1; | ^~~~~~ /kisskb/src/drivers/scsi/libsas/sas_expander.c:1828:6: note: byref variable will be forcibly initialized 1828 | int ex_change_count = -1; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c: In function 'sas_request_addr': /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c:949:25: note: byref variable will be forcibly initialized 949 | const struct firmware *fw; | ^~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c:9: /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c: In function 'sas_scsi_recover_host': /kisskb/src/drivers/scsi/libsas/sas_scsi_host.c:729:12: note: byref variable will be forcibly initialized 729 | LIST_HEAD(eh_work_q); | ^~~~~~~~~ /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/gpu/drm/amd/amdgpu/atombios_encoders.c: In function 'amdgpu_atombios_encoder_setup_dvo': /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c:386:16: note: byref variable will be forcibly initialized 386 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c:386:10: note: byref variable will be forcibly initialized 386 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c:384:28: note: byref variable will be forcibly initialized 384 | union dvo_encoder_control args; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c: In function 'amdgpu_atombios_encoder_setup_dac': /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c:321:36: note: byref variable will be forcibly initialized 321 | DAC_ENCODER_CONTROL_PS_ALLOCATION args; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c: In function 'amdgpu_atombios_encoder_dac_load_detect': /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c:1704:17: note: byref variable will be forcibly initialized 1704 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c:1704:11: note: byref variable will be forcibly initialized 1704 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c:1702:36: note: byref variable will be forcibly initialized 1702 | DAC_LOAD_DETECTION_PS_ALLOCATION args; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c: In function 'amdgpu_atombios_encoder_init_backlight': /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c:174:7: note: byref variable will be forcibly initialized 174 | char bl_name[16]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c:171:30: note: byref variable will be forcibly initialized 171 | struct backlight_properties props; | ^~~~~ /kisskb/src/drivers/scsi/libsas/sas_expander.c: In function 'sas_check_level_subtractive_boundary': /kisskb/src/drivers/scsi/libsas/sas_expander.c:1149:7: note: byref variable will be forcibly initialized 1149 | u8 s2[SAS_ADDR_SIZE]; | ^~ /kisskb/src/drivers/scsi/libsas/sas_expander.c:1140:5: note: byref variable will be forcibly initialized 1140 | u8 sub_addr[SAS_ADDR_SIZE] = {0, }; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c: In function 'amdgpu_atombios_encoder_setup_external_encoder': /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c:1225:11: note: byref variable will be forcibly initialized 1225 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c:1225:5: note: byref variable will be forcibly initialized 1225 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c:1222:33: note: byref variable will be forcibly initialized 1222 | union external_encoder_control args; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c: In function 'amdgpu_atombios_encoder_setup_dig_encoder': /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c:573:16: note: byref variable will be forcibly initialized 573 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c:573:10: note: byref variable will be forcibly initialized 573 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c:571:28: note: byref variable will be forcibly initialized 571 | union dig_encoder_control args; | ^~~~ /kisskb/src/drivers/scsi/libsas/sas_expander.c: In function 'sas_rediscover_dev': /kisskb/src/drivers/scsi/libsas/sas_expander.c:2002:7: note: byref variable will be forcibly initialized 2002 | char msg[80] = ""; | ^~~ /kisskb/src/drivers/scsi/libsas/sas_expander.c:2001:5: note: byref variable will be forcibly initialized 2001 | u8 sas_addr[SAS_ADDR_SIZE]; | ^~~~~~~~ /kisskb/src/drivers/scsi/libsas/sas_expander.c:2000:23: note: byref variable will be forcibly initialized 2000 | enum sas_device_type type = SAS_PHY_UNUSED; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c: In function 'amdgpu_atombios_encoder_setup_dig_transmitter': /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c:762:16: note: byref variable will be forcibly initialized 762 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c:762:10: note: byref variable will be forcibly initialized 762 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c:760:32: note: byref variable will be forcibly initialized 760 | union dig_transmitter_control args; | ^~~~ /kisskb/src/drivers/scsi/libsas/sas_expander.c: In function 'sas_ex_revalidate_domain': /kisskb/src/drivers/scsi/libsas/sas_expander.c:2122:14: note: byref variable will be forcibly initialized 2122 | int i = 0, phy_id; | ^~~~~~ /kisskb/src/drivers/scsi/libsas/sas_expander.c:2117:24: note: byref variable will be forcibly initialized 2117 | struct domain_device *dev = NULL; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c: In function 'amdgpu_atombios_encoder_set_edp_panel_power': /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c:1175:16: note: byref variable will be forcibly initialized 1175 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c:1175:10: note: byref variable will be forcibly initialized 1175 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c:1173:32: note: byref variable will be forcibly initialized 1173 | union dig_transmitter_control args; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c: In function 'amdgpu_atombios_encoder_set_crtc_source': /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c:1465:16: note: byref variable will be forcibly initialized 1465 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c:1465:10: note: byref variable will be forcibly initialized 1465 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c:1463:26: note: byref variable will be forcibly initialized 1463 | union crtc_source_param args; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h:546, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_trace_points.c:29: /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_trace_points.c: In function 'trace_event_raw_event_amdgpu_device_rreg': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h:38:1: note: in expansion of macro 'TRACE_EVENT' 38 | TRACE_EVENT(amdgpu_device_rreg, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_trace_points.c: In function 'trace_event_raw_event_amdgpu_device_wreg': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h:57:1: note: in expansion of macro 'TRACE_EVENT' 57 | TRACE_EVENT(amdgpu_device_wreg, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_trace_points.c: In function 'trace_event_raw_event_amdgpu_iv': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h:76:1: note: in expansion of macro 'TRACE_EVENT' 76 | TRACE_EVENT(amdgpu_iv, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_trace_points.c: In function 'trace_event_raw_event_amdgpu_bo_create': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h:116:1: note: in expansion of macro 'TRACE_EVENT' 116 | TRACE_EVENT(amdgpu_bo_create, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_trace_points.c: In function 'trace_event_raw_event_amdgpu_vm_bo_map': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h:243:1: note: in expansion of macro 'TRACE_EVENT' 243 | TRACE_EVENT(amdgpu_vm_bo_map, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_trace_points.c: In function 'trace_event_raw_event_amdgpu_vm_bo_unmap': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h:267:1: note: in expansion of macro 'TRACE_EVENT' 267 | TRACE_EVENT(amdgpu_vm_bo_unmap, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_trace_points.c: In function 'trace_event_raw_event_amdgpu_vm_mapping': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h:291:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 291 | DECLARE_EVENT_CLASS(amdgpu_vm_mapping, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_trace_points.c: In function 'trace_event_raw_event_amdgpu_vm_set_ptes': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h:368:1: note: in expansion of macro 'TRACE_EVENT' 368 | TRACE_EVENT(amdgpu_vm_set_ptes, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_trace_points.c: In function 'trace_event_raw_event_amdgpu_vm_copy_ptes': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h:394:1: note: in expansion of macro 'TRACE_EVENT' 394 | TRACE_EVENT(amdgpu_vm_copy_ptes, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_trace_points.c: In function 'trace_event_raw_event_amdgpu_pasid': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h:437:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 437 | DECLARE_EVENT_CLASS(amdgpu_pasid, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_trace_points.c: In function 'trace_event_raw_event_amdgpu_bo_list_set': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h:459:1: note: in expansion of macro 'TRACE_EVENT' 459 | TRACE_EVENT(amdgpu_bo_list_set, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_trace_points.c: In function 'trace_event_raw_event_amdgpu_cs_bo_status': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h:479:1: note: in expansion of macro 'TRACE_EVENT' 479 | TRACE_EVENT(amdgpu_cs_bo_status, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c: In function 'amdgpu_atombios_encoder_get_lcd_info': /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c:1998:16: note: byref variable will be forcibly initialized 1998 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c:1998:10: note: byref variable will be forcibly initialized 1998 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c:1996:11: note: byref variable will be forcibly initialized 1996 | uint16_t data_offset, misc; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_trace_points.c: In function 'trace_event_raw_event_amdgpu_bo_move': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h:495:1: note: in expansion of macro 'TRACE_EVENT' 495 | TRACE_EVENT(amdgpu_bo_move, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_trace_points.c: In function 'trace_event_raw_event_amdgpu_cs': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h:142:1: note: in expansion of macro 'TRACE_EVENT' 142 | TRACE_EVENT(amdgpu_cs, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_trace_points.c: In function 'trace_event_raw_event_amdgpu_cs_ioctl': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h:164:1: note: in expansion of macro 'TRACE_EVENT' 164 | TRACE_EVENT(amdgpu_cs_ioctl, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h:164:1: note: in expansion of macro 'TRACE_EVENT' 164 | TRACE_EVENT(amdgpu_cs_ioctl, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_trace_points.c: In function 'trace_event_raw_event_amdgpu_sched_run_job': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h:190:1: note: in expansion of macro 'TRACE_EVENT' 190 | TRACE_EVENT(amdgpu_sched_run_job, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h:190:1: note: in expansion of macro 'TRACE_EVENT' 190 | TRACE_EVENT(amdgpu_sched_run_job, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_trace_points.c: In function 'trace_event_raw_event_amdgpu_vm_grab_id': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h:216:1: note: in expansion of macro 'TRACE_EVENT' 216 | TRACE_EVENT(amdgpu_vm_grab_id, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h:216:1: note: in expansion of macro 'TRACE_EVENT' 216 | TRACE_EVENT(amdgpu_vm_grab_id, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_trace_points.c: In function 'trace_event_raw_event_amdgpu_vm_flush': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h:415:1: note: in expansion of macro 'TRACE_EVENT' 415 | TRACE_EVENT(amdgpu_vm_flush, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h:415:1: note: in expansion of macro 'TRACE_EVENT' 415 | TRACE_EVENT(amdgpu_vm_flush, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_trace_points.c: In function 'trace_event_raw_event_amdgpu_ib_pipe_sync': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h:516:1: note: in expansion of macro 'TRACE_EVENT' 516 | TRACE_EVENT(amdgpu_ib_pipe_sync, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h:516:1: note: in expansion of macro 'TRACE_EVENT' 516 | TRACE_EVENT(amdgpu_ib_pipe_sync, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_trace_points.c: In function 'trace_event_raw_event_amdgpu_vm_update_ptes': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h:324:1: note: in expansion of macro 'TRACE_EVENT' 324 | TRACE_EVENT(amdgpu_vm_update_ptes, | ^~~~~~~~~~~ /kisskb/src/drivers/dma-buf/selftest.c: In function 'apply_subtest_filter': /kisskb/src/drivers/dma-buf/selftest.c:49:17: note: byref variable will be forcibly initialized 49 | char *filter, *sep, *tok; | ^~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/drm/drm_crtc.h:28, from /kisskb/src/include/drm/drm_atomic.h:31, from /kisskb/src/drivers/gpu/drm/drm_damage_helper.c:33: /kisskb/src/drivers/gpu/drm/drm_damage_helper.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_damage_helper.c: In function 'drm_atomic_helper_dirtyfb': /kisskb/src/drivers/gpu/drm/drm_damage_helper.c:111:33: note: byref variable will be forcibly initialized 111 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_damage_helper.c: In function 'drm_atomic_helper_damage_merged': /kisskb/src/drivers/gpu/drm/drm_damage_helper.c:310:18: note: byref variable will be forcibly initialized 310 | struct drm_rect clip; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_damage_helper.c:309:39: note: byref variable will be forcibly initialized 309 | struct drm_atomic_helper_damage_iter iter; | ^~~~ In file included from /kisskb/src/include/linux/dma-fence.h:17, from /kisskb/src/include/drm/gpu_scheduler.h:28, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h:28, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.h:26, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu.h:43, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_sa.c:45: /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_sa.c: In function 'amdgpu_sa_bo_new': /kisskb/src/include/linux/wait.h:750:14: note: byref variable will be forcibly initialized 750 | DEFINE_WAIT(__wait); \ | ^~~~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/include/linux/wait.h:750:2: note: in expansion of macro 'DEFINE_WAIT' 750 | DEFINE_WAIT(__wait); \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait.h:789:9: note: in expansion of macro '__wait_event_interruptible_locked' 789 | ? 0 : __wait_event_interruptible_locked(wq, condition, 0, do_wait_intr)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_sa.c:332:8: note: in expansion of macro 'wait_event_interruptible_locked' 332 | r = wait_event_interruptible_locked( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_sa.c:280:11: note: byref variable will be forcibly initialized 280 | unsigned tries[AMDGPU_SA_NUM_FENCE_LISTS]; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_sa.c:279:20: note: byref variable will be forcibly initialized 279 | struct dma_fence *fences[AMDGPU_SA_NUM_FENCE_LISTS]; | ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/base/trace.h:56, from /kisskb/src/drivers/base/trace.c:10: /kisskb/src/drivers/base/trace.c: In function 'trace_event_raw_event_devres': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/base/./trace.h:19:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 19 | DECLARE_EVENT_CLASS(devres, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/base/./trace.h:19:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 19 | DECLARE_EVENT_CLASS(devres, | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/linux/mfd/max8997-private.h:12, from /kisskb/src/drivers/mfd/max8997-irq.c:14: /kisskb/src/drivers/mfd/max8997-irq.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized 427 | unsigned int irq; | ^~~ /kisskb/src/drivers/mfd/max8997-irq.c: In function 'max8997_irq_thread': /kisskb/src/drivers/mfd/max8997-irq.c:208:6: note: byref variable will be forcibly initialized 208 | u8 gpio_info[MAX8997_NUM_GPIO]; | ^~~~~~~~~ /kisskb/src/drivers/mfd/max8997-irq.c:169:5: note: byref variable will be forcibly initialized 169 | u8 irq_src; | ^~~~~~~ /kisskb/src/drivers/mfd/max8997-irq.c:168:5: note: byref variable will be forcibly initialized 168 | u8 irq_reg[MAX8997_IRQ_GROUP_NR] = {}; | ^~~~~~~ /kisskb/src/drivers/mfd/max8997-irq.c: In function 'max8997_irq_init': /kisskb/src/drivers/mfd/max8997-irq.c:297:5: note: byref variable will be forcibly initialized 297 | u8 val; | ^~~ /kisskb/src/drivers/mfd/lpc_sch.c: In function 'lpc_sch_get_io': /kisskb/src/drivers/mfd/lpc_sch.c:81:15: note: byref variable will be forcibly initialized 81 | unsigned int base_addr_cfg; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem_prime.c: In function 'etnaviv_gem_prime_vmap_impl': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem_prime.c:80:21: note: byref variable will be forcibly initialized 80 | struct dma_buf_map map; | ^~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem_prime.c: In function 'etnaviv_gem_prime_release': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem_prime.c:65:21: note: byref variable will be forcibly initialized 65 | struct dma_buf_map map = DMA_BUF_MAP_INIT_VADDR(etnaviv_obj->vaddr); | ^~~ /kisskb/src/drivers/mfd/lpc_sch.c: In function 'lpc_sch_probe': /kisskb/src/drivers/mfd/lpc_sch.c:135:18: note: byref variable will be forcibly initialized 135 | struct mfd_cell lpc_sch_cells[3]; | ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/string.h:5, from /kisskb/src/arch/powerpc/include/asm/paca.h:15, from /kisskb/src/arch/powerpc/include/asm/current.h:13, from /kisskb/src/include/linux/mutex.h:14, from /kisskb/src/include/drm/drm_prime.h:35, from /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem_prime.c:6: /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem_prime.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:756:6: note: in expansion of macro 'unlikely' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:756:15: note: in expansion of macro 'check_mul_overflow' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:756:6: note: in expansion of macro 'unlikely' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:756:15: note: in expansion of macro 'check_mul_overflow' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, 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/drm/drm_util.h:35, from /kisskb/src/include/drm/drm_connector.h:31, from /kisskb/src/include/drm/drm_client.h:11, from /kisskb/src/include/drm/drm_fb_helper.h:35, from /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_drv.h:15, from /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem_prime.c:10: /kisskb/src/include/linux/slab.h:754:9: note: byref variable will be forcibly initialized 754 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem_prime.c: In function 'etnaviv_gem_prime_import_sg_table': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem_prime.c:107:29: note: byref variable will be forcibly initialized 107 | struct etnaviv_gem_object *etnaviv_obj; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_format_helper.c: In function 'drm_fb_blit_dstclip': /kisskb/src/drivers/gpu/drm/drm_format_helper.c:512:18: note: byref variable will be forcibly initialized 512 | struct drm_rect fullscreen = { | ^~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/hwmgr.c: In function 'clk_max_freq_mhz_store': /kisskb/src/drivers/misc/habanalabs/common/hwmgr.c:68:6: note: byref variable will be forcibly initialized 68 | u64 value; | ^~~~~ /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 'race_signal_callback': /kisskb/src/drivers/dma-buf/st-dma-fence.c:518:22: note: byref variable will be forcibly initialized 518 | struct race_thread t[2]; | ^ /kisskb/src/drivers/dma-buf/st-dma-fence.c: In function 'test_stub': /kisskb/src/drivers/dma-buf/st-dma-fence.c:410:20: note: byref variable will be forcibly initialized 410 | struct dma_fence *f[64]; | ^ /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/misc/cxl/cxllib.c: In function 'cxllib_slot_is_supported': /kisskb/src/drivers/misc/cxl/cxllib.c:25:15: note: byref variable will be forcibly initialized 25 | u64 chip_id, capp_unit_id; | ^~~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/cxllib.c:25:6: note: byref variable will be forcibly initialized 25 | u64 chip_id, capp_unit_id; | ^~~~~~~ /kisskb/src/drivers/misc/cxl/cxllib.c:24:6: note: byref variable will be forcibly initialized 24 | u32 phb_index; | ^~~~~~~~~ /kisskb/src/drivers/misc/cxl/cxllib.c: In function 'cxllib_get_xsl_config': /kisskb/src/drivers/misc/cxl/cxllib.c:79:15: note: byref variable will be forcibly initialized 79 | u64 chip_id, capp_unit_id; | ^~~~~~~~~~~~ /kisskb/src/drivers/misc/cxl/cxllib.c:79:6: note: byref variable will be forcibly initialized 79 | u64 chip_id, capp_unit_id; | ^~~~~~~ /kisskb/src/drivers/misc/cxl/cxllib.c:78:6: note: byref variable will be forcibly initialized 78 | u32 phb_index; | ^~~~~~~~~ /kisskb/src/drivers/misc/cxl/cxllib.c: In function 'cxllib_handle_fault': /kisskb/src/drivers/misc/cxl/cxllib.c:227:16: note: byref variable will be forcibly initialized 227 | unsigned long page_size; | ^~~~~~~~~ /kisskb/src/drivers/misc/cxl/cxllib.c:226:22: note: byref variable will be forcibly initialized 226 | u64 dar, vma_start, vma_end; | ^~~~~~~ /kisskb/src/drivers/misc/cxl/cxllib.c:226:11: note: byref variable will be forcibly initialized 226 | u64 dar, vma_start, vma_end; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_self_refresh_helper.c: In function 'drm_self_refresh_helper_entry_work': /kisskb/src/drivers/gpu/drm/drm_self_refresh_helper.c:74:33: note: byref variable will be forcibly initialized 74 | struct drm_modeset_acquire_ctx ctx; | ^~~ In file included from /kisskb/src/include/asm-generic/div64.h:27, from ./arch/powerpc/include/generated/asm/div64.h:1, from /kisskb/src/include/linux/math.h:5, from /kisskb/src/include/linux/delay.h:22, from /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:7: /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:756:6: note: in expansion of macro 'unlikely' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:756:15: note: in expansion of macro 'check_mul_overflow' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:756:6: note: in expansion of macro 'unlikely' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:756:15: note: in expansion of macro 'check_mul_overflow' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/dma-fence-chain.h:15, from /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:9: /kisskb/src/include/linux/slab.h:754:9: note: byref variable will be forcibly initialized 754 | size_t bytes; | ^~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /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/misc/habanalabs/goya/goya_hwmgr.c: In function 'tpc_clk_store': /kisskb/src/drivers/misc/habanalabs/goya/goya_hwmgr.c:107:7: note: byref variable will be forcibly initialized 107 | long value; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya_hwmgr.c: In function 'mme_clk_store': /kisskb/src/drivers/misc/habanalabs/goya/goya_hwmgr.c:58:7: note: byref variable will be forcibly initialized 58 | long value; | ^~~~~ /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/misc/habanalabs/goya/goya_hwmgr.c: In function 'ic_clk_store': /kisskb/src/drivers/misc/habanalabs/goya/goya_hwmgr.c:156:7: note: byref variable will be forcibly initialized 156 | long value; | ^~~~~ /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/misc/habanalabs/goya/goya_hwmgr.c: In function 'high_pll_store': /kisskb/src/drivers/misc/habanalabs/goya/goya_hwmgr.c:317:7: note: byref variable will be forcibly initialized 317 | long value; | ^~~~~ /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:717, 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:340:20: note: byref variable will be forcibly initialized 340 | struct dma_fence *fence; | ^~~~~ /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:296:20: note: byref variable will be forcibly initialized 296 | struct dma_fence *fence; | ^~~~~ /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:258:20: note: byref variable will be forcibly initialized 258 | struct dma_fence *fence; | ^~~~~ /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:180:20: note: byref variable will be forcibly initialized 180 | struct dma_fence *fence; | ^~~~~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:179:22: note: byref variable will be forcibly initialized 179 | struct fence_chains fc; | ^~ /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c: In function '__find_race': /kisskb/src/drivers/dma-buf/st-dma-fence-chain.c:396:21: note: byref variable will be forcibly initialized 396 | struct dma_fence *fence = dma_fence_get(data->fc.tail); | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_i2c.c: In function 'amdgpu_atombios_i2c_process_i2c_ch': /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_i2c.c:47:6: note: byref variable will be forcibly initialized 47 | u16 out = cpu_to_le16(0); | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_i2c.c:44:48: note: byref variable will be forcibly initialized 44 | PROCESS_I2C_CHANNEL_TRANSACTION_PS_ALLOCATION args; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_i2c.c: In function 'amdgpu_atombios_i2c_channel_trans': /kisskb/src/drivers/gpu/drm/amd/amdgpu/atombios_i2c.c:164:48: note: byref variable will be forcibly initialized 164 | PROCESS_I2C_CHANNEL_TRANSACTION_PS_ALLOCATION args; | ^~~~ /kisskb/src/net/batman-adv/send.c: In function 'batadv_purge_outstanding_packets': /kisskb/src/net/batman-adv/send.c:1111:20: note: byref variable will be forcibly initialized 1111 | struct hlist_head head = HLIST_HEAD_INIT; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_dma_buf.c: In function 'amdgpu_dma_buf_map': /kisskb/src/net/batman-adv/soft-interface.c: In function 'batadv_interface_set_mac_addr': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_dma_buf.c:165:28: note: byref variable will be forcibly initialized 165 | struct ttm_operation_ctx ctx = { false, false }; | ^~~ /kisskb/src/net/batman-adv/soft-interface.c:131:5: note: byref variable will be forcibly initialized 131 | u8 old_addr[ETH_ALEN]; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_dma_buf.c:160:19: note: byref variable will be forcibly initialized 160 | struct sg_table *sgt; | ^~~ In file included from /kisskb/src/net/batman-adv/main.h:209, from /kisskb/src/net/batman-adv/soft-interface.h:10, from /kisskb/src/net/batman-adv/soft-interface.c:7: /kisskb/src/net/batman-adv/soft-interface.c: In function 'eth_hw_addr_random': /kisskb/src/include/linux/etherdevice.h:270:5: note: byref variable will be forcibly initialized 270 | u8 addr[ETH_ALEN]; | ^~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c: In function 'goya_init_golden_registers': /kisskb/src/drivers/misc/habanalabs/goya/goya.c:1463:6: note: byref variable will be forcibly initialized 1463 | u32 polynom[10], tpc_intr_mask, offset; | ^~~~~~~ /kisskb/src/net/batman-adv/soft-interface.c: In function 'batadv_softif_init_late': /kisskb/src/net/batman-adv/soft-interface.c:731:6: note: byref variable will be forcibly initialized 731 | u32 random_seqno; | ^~~~~~~~~~~~ /kisskb/src/net/batman-adv/soft-interface.c: In function 'batadv_interface_tx': /kisskb/src/net/batman-adv/soft-interface.c:192:15: note: byref variable will be forcibly initialized 192 | unsigned int header_len = 0; | ^~~~~~~~~~ /kisskb/src/net/batman-adv/soft-interface.c:190:23: note: byref variable will be forcibly initialized 190 | u8 *dst_hint = NULL, chaddr[ETH_ALEN]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_dma_buf.c: In function 'amdgpu_dma_buf_create_obj': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_dma_buf.c:336:25: note: byref variable will be forcibly initialized 336 | struct drm_gem_object *gobj; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_auth.c: In function 'drm_new_set_master': /kisskb/src/drivers/gpu/drm/drm_auth.c:167:21: note: byref variable will be forcibly initialized 167 | struct drm_master *old_master; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/if_ether.h:19, from /kisskb/src/drivers/misc/habanalabs/goya/../common/../include/common/cpucp_if.h:12, from /kisskb/src/drivers/misc/habanalabs/goya/../common/habanalabs.h:11, from /kisskb/src/drivers/misc/habanalabs/goya/goyaP.h:12, from /kisskb/src/drivers/misc/habanalabs/goya/goya.c:8: /kisskb/src/drivers/misc/habanalabs/goya/goya.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c: In function 'goya_fetch_psoc_frequency': /kisskb/src/drivers/misc/habanalabs/goya/goya.c:734:6: note: byref variable will be forcibly initialized 734 | u16 pll_freq_arr[HL_PLL_NUM_OUTPUTS], freq; | ^~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c: In function 'goya_unmask_irq': /kisskb/src/drivers/misc/habanalabs/goya/goya.c:4747:6: note: byref variable will be forcibly initialized 4747 | u64 result; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c:4746:22: note: byref variable will be forcibly initialized 4746 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/gpu/drm/drm_cache.c: In function 'memcpy_fallback': /kisskb/src/drivers/gpu/drm/drm_cache.c:233:8: note: byref variable will be forcibly initialized 233 | char bounce[MEMCPY_BOUNCE_SIZE]; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c: In function 'goya_unmask_irq_arr': /kisskb/src/drivers/misc/habanalabs/goya/goya.c:4688:6: note: byref variable will be forcibly initialized 4688 | u64 result; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c: In function 'goya_send_job_on_qman0': /kisskb/src/drivers/misc/habanalabs/goya/goya.c:3000:6: note: byref variable will be forcibly initialized 3000 | u32 tmp, timeout; | ^~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c:2998:13: note: byref variable will be forcibly initialized 2998 | dma_addr_t fence_dma_addr; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c: In function 'goya_set_ddr_bar_base': /kisskb/src/drivers/misc/habanalabs/goya/goya.c:507:31: note: byref variable will be forcibly initialized 507 | struct hl_inbound_pci_region pci_region; | ^~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c: In function 'goya_init_iatu': /kisskb/src/drivers/misc/habanalabs/goya/goya.c:541:32: note: byref variable will be forcibly initialized 541 | struct hl_outbound_pci_region outbound_region; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c:540:31: note: byref variable will be forcibly initialized 540 | struct hl_inbound_pci_region inbound_region; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/bridge/panel.c: In function 'devm_drm_of_get_bridge': /kisskb/src/drivers/gpu/drm/bridge/panel.c:357:20: note: byref variable will be forcibly initialized 357 | struct drm_panel *panel; | ^~~~~ /kisskb/src/drivers/gpu/drm/bridge/panel.c:356:21: note: byref variable will be forcibly initialized 356 | struct drm_bridge *bridge; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c: In function 'goya_patch_dma_packet': /kisskb/src/drivers/misc/habanalabs/goya/goya.c:3719:21: note: byref variable will be forcibly initialized 3719 | struct hl_userptr *userptr; | ^~~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c: In function 'goya_patch_cb': /kisskb/src/drivers/misc/habanalabs/goya/goya.c:3854:7: note: byref variable will be forcibly initialized 3854 | u32 new_pkt_size = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c: In function 'goya_pin_memory_before_cs': /kisskb/src/drivers/misc/habanalabs/goya/goya.c:3298:21: note: byref variable will be forcibly initialized 3298 | struct hl_userptr *userptr; | ^~~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c: In function 'goya_parse_cb_mmu': /kisskb/src/drivers/misc/habanalabs/goya/goya.c:3944:6: note: byref variable will be forcibly initialized 3944 | u64 patched_cb_handle; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c: In function 'goya_parse_cb_no_mmu': /kisskb/src/drivers/misc/habanalabs/goya/goya.c:4023:6: note: byref variable will be forcibly initialized 4023 | u64 patched_cb_handle; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c: In function 'goya_print_irq_info': /kisskb/src/drivers/misc/habanalabs/goya/goya.c:4671:7: note: byref variable will be forcibly initialized 4671 | char desc[20] = ""; | ^~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c: In function 'goya_pci_bars_map': /kisskb/src/drivers/misc/habanalabs/goya/goya.c:491:7: note: byref variable will be forcibly initialized 491 | bool is_wc[3] = {false, false, true}; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_cec.c: In function 'drm_dp_cec_cap': /kisskb/src/drivers/gpu/drm/drm_dp_cec.c:269:5: note: byref variable will be forcibly initialized 269 | u8 cap = 0; | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_cec.c: In function 'drm_dp_cec_received': /kisskb/src/drivers/gpu/drm/drm_dp_cec.c:193:5: note: byref variable will be forcibly initialized 193 | u8 rx_msg_info; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_cec.c:192:17: note: byref variable will be forcibly initialized 192 | struct cec_msg msg; | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_cec.c: In function 'drm_dp_cec_handle_irq': /kisskb/src/drivers/gpu/drm/drm_dp_cec.c:215:5: note: byref variable will be forcibly initialized 215 | u8 flags; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_cec.c: In function 'drm_dp_cec_irq': /kisskb/src/drivers/gpu/drm/drm_dp_cec.c:244:5: note: byref variable will be forcibly initialized 244 | u8 cec_irq; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_dp_cec.c: In function 'drm_dp_cec_adap_monitor_all_enable': /kisskb/src/drivers/gpu/drm/drm_dp_cec.c:141:5: note: byref variable will be forcibly initialized 141 | u8 val; | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_cec.c: In function 'drm_dp_cec_adap_log_addr': /kisskb/src/drivers/gpu/drm/drm_dp_cec.c:107:5: note: byref variable will be forcibly initialized 107 | u8 mask[2]; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_dp_cec.c: In function 'drm_dp_cec_adap_status': /kisskb/src/drivers/gpu/drm/drm_dp_cec.c:161:21: note: byref variable will be forcibly initialized 161 | struct drm_dp_desc desc; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_dp_cec.c: In function 'drm_dp_cec_set_edid': /kisskb/src/drivers/gpu/drm/drm_dp_cec.c:307:5: note: byref variable will be forcibly initialized 307 | u8 cap; | ^~~ /kisskb/src/drivers/gpu/drm/drm_dp_cec.c:305:28: note: byref variable will be forcibly initialized 305 | struct cec_connector_info conn_info; | ^~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c: In function 'goya_early_init': /kisskb/src/drivers/misc/habanalabs/goya/goya.c:594:6: note: byref variable will be forcibly initialized 594 | u32 fw_boot_status, val; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c: In function 'goya_test_queue': /kisskb/src/drivers/misc/habanalabs/goya/goya.c:3086:13: note: byref variable will be forcibly initialized 3086 | dma_addr_t fence_dma_addr; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c:3085:17: note: byref variable will be forcibly initialized 3085 | u32 fence_val, tmp; | ^~~ /kisskb/src/drivers/misc/habanalabs/goya/goya.c:3084:13: note: byref variable will be forcibly initialized 3084 | dma_addr_t pkt_dma_addr; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c: In function 'amdgpu_vm_invalidate_pds': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:1369:29: note: byref variable will be forcibly initialized 1369 | struct amdgpu_vm_pt_cursor cursor; | ^~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/arch/powerpc/include/asm/io.h:27, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/dma-buf-map.h:9, from /kisskb/src/include/linux/dma-buf.h:16, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:32: /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c: In function 'amdgpu_vm_update_pde': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:1345:20: note: byref variable will be forcibly initialized 1345 | uint64_t pde, pt, flags; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:1345:16: note: byref variable will be forcibly initialized 1345 | uint64_t pde, pt, flags; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c: In function 'amdgpu_vm_free_table': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:1048:20: note: byref variable will be forcibly initialized 1048 | struct amdgpu_bo *shadow; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c: In function 'amdgpu_vm_free_pts': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:1072:29: note: byref variable will be forcibly initialized 1072 | struct amdgpu_vm_pt_cursor cursor; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c: In function 'amdgpu_vm_pt_create': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:925:20: note: byref variable will be forcibly initialized 925 | struct amdgpu_bo *bo; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:924:25: note: byref variable will be forcibly initialized 924 | struct amdgpu_bo_param bp; | ^~ /kisskb/src/drivers/mfd/tps6586x.c: In function 'tps6586x_read': /kisskb/src/drivers/mfd/tps6586x.c:159:15: note: byref variable will be forcibly initialized 159 | unsigned int rval; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c: In function 'amdgpu_vm_clear_bo': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:884:23: note: byref variable will be forcibly initialized 884 | uint64_t value = 0, flags = 0; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:884:12: note: byref variable will be forcibly initialized 884 | uint64_t value = 0, flags = 0; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:866:23: note: byref variable will be forcibly initialized 866 | uint64_t value = 0, flags; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:866:12: note: byref variable will be forcibly initialized 866 | uint64_t value = 0, flags; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:803:9: note: byref variable will be forcibly initialized 803 | int r, idx; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:798:33: note: byref variable will be forcibly initialized 798 | struct amdgpu_vm_update_params params; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c: In function 'amdgpu_vm_alloc_pts': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:1013:23: note: byref variable will be forcibly initialized 1013 | struct amdgpu_bo_vm *pt; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:1012:20: note: byref variable will be forcibly initialized 1012 | struct amdgpu_bo *pt_bo; | ^~~~~ In file included from /kisskb/src/drivers/mfd/tps6586x.c:17: /kisskb/src/drivers/mfd/tps6586x.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized 427 | unsigned int irq; | ^~~ /kisskb/src/drivers/mfd/tps6586x.c: In function 'tps6586x_irq': /kisskb/src/drivers/mfd/tps6586x.c:313:9: note: byref variable will be forcibly initialized 313 | __le32 val; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c: In function 'amdgpu_vm_update_ptes': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:1546:15: note: byref variable will be forcibly initialized 1546 | unsigned int frag; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:1545:31: note: byref variable will be forcibly initialized 1545 | uint64_t frag_start = start, frag_end; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:1544:29: note: byref variable will be forcibly initialized 1544 | struct amdgpu_vm_pt_cursor cursor; | ^~~~~~ /kisskb/src/drivers/mfd/tps6586x.c: In function 'tps6586x_irq_init': /kisskb/src/drivers/mfd/tps6586x.c:343:5: note: byref variable will be forcibly initialized 343 | u8 tmp[4]; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c: In function 'amdgpu_vm_prt_fini': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:2106:14: note: byref variable will be forcibly initialized 2106 | unsigned i, shared_count; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:2105:28: note: byref variable will be forcibly initialized 2105 | struct dma_fence *excl, **shared; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:2105:20: note: byref variable will be forcibly initialized 2105 | struct dma_fence *excl, **shared; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c: In function 'amdgpu_vm_flush': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:1182:20: note: byref variable will be forcibly initialized 1182 | struct dma_fence *fence = NULL; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c: In function 'amdgpu_vm_update_pdes': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:1393:9: note: byref variable will be forcibly initialized 1393 | int r, idx; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:1392:33: note: byref variable will be forcibly initialized 1392 | struct amdgpu_vm_update_params params; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c: In function 'amdgpu_vm_bo_update_mapping': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:1719:9: note: byref variable will be forcibly initialized 1719 | int r, idx; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:1717:27: note: byref variable will be forcibly initialized 1717 | struct amdgpu_res_cursor cursor; | ^~~~~~ /kisskb/src/drivers/nvme/host/ioctl.c: In function 'nvme_user_cmd': /kisskb/src/drivers/nvme/host/ioctl.c:196:6: note: byref variable will be forcibly initialized 196 | u64 result; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:1716:33: note: byref variable will be forcibly initialized 1716 | struct amdgpu_vm_update_params params; | ^~~~~~ /kisskb/src/drivers/nvme/host/ioctl.c:194:22: note: byref variable will be forcibly initialized 194 | struct nvme_command c; | ^ /kisskb/src/drivers/nvme/host/ioctl.c:193:27: note: byref variable will be forcibly initialized 193 | struct nvme_passthru_cmd cmd; | ^~~ /kisskb/src/drivers/nvme/host/ioctl.c: In function 'nvme_submit_io': /kisskb/src/drivers/nvme/host/ioctl.c:116:22: note: byref variable will be forcibly initialized 116 | struct nvme_command c; | ^ /kisskb/src/drivers/nvme/host/ioctl.c:115:22: note: byref variable will be forcibly initialized 115 | struct nvme_user_io io; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c: In function 'amdgpu_vm_bo_update': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:1939:12: note: byref variable will be forcibly initialized 1939 | uint64_t update_flags = flags; | ^~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/ioctl.c: In function 'nvme_user_cmd64': /kisskb/src/drivers/nvme/host/ioctl.c:241:22: note: byref variable will be forcibly initialized 241 | struct nvme_command c; | ^ /kisskb/src/drivers/nvme/host/ioctl.c:240:29: note: byref variable will be forcibly initialized 240 | struct nvme_passthru_cmd64 cmd; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c: In function 'amdgpu_vm_clear_freed': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:2153:20: note: byref variable will be forcibly initialized 2153 | struct dma_fence *f = NULL; | ^ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/dma-fence.h:17, from /kisskb/src/include/linux/dma-fence-array.h:15, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:29: /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c: In function 'amdgpu_vm_bo_clear_mappings': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:2518:12: note: byref variable will be forcibly initialized 2518 | LIST_HEAD(removed); | ^~~~~~~ /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/gpu/drm/amd/amdgpu/amdgpu_vm.c: In function 'amdgpu_vm_adjust_size': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:2831:18: note: byref variable will be forcibly initialized 2831 | struct sysinfo si; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c: In function 'amdgpu_vm_init': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:2928:23: note: byref variable will be forcibly initialized 2928 | struct amdgpu_bo_vm *root; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:2927:20: note: byref variable will be forcibly initialized 2927 | struct amdgpu_bo *root_bo; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c: In function 'amdgpu_vm_fini': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:3155:20: note: byref variable will be forcibly initialized 3155 | struct amdgpu_bo *root; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c: In function 'amdgpu_vm_handle_fault': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:3369:20: note: byref variable will be forcibly initialized 3369 | struct amdgpu_bo *root; | ^~~~ In file included from /kisskb/src/include/asm-generic/bug.h:5, from /kisskb/src/arch/powerpc/include/asm/bug.h:149, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/gpu/drm/drm_gem.c:29: /kisskb/src/drivers/gpu/drm/drm_gem.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:756:6: note: in expansion of macro 'unlikely' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:756:15: note: in expansion of macro 'check_mul_overflow' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:756:6: note: in expansion of macro 'unlikely' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:756:15: note: in expansion of macro 'check_mul_overflow' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/drm_gem.c:29: /kisskb/src/include/linux/slab.h:754:9: note: byref variable will be forcibly initialized 754 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_gem.c: In function 'drm_gem_get_pages': /kisskb/src/drivers/gpu/drm/drm_gem.c:544:17: note: byref variable will be forcibly initialized 544 | struct pagevec pvec; | ^~~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c: In function 'submit_reloc': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c:284:33: note: byref variable will be forcibly initialized 284 | struct etnaviv_gem_submit_bo *bo; | ^~ /kisskb/src/drivers/gpu/drm/drm_gem.c: In function 'drm_gem_put_pages': /kisskb/src/drivers/gpu/drm/drm_gem.c:612:17: note: byref variable will be forcibly initialized 612 | struct pagevec pvec; | ^~~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/container_of.h:5, from /kisskb/src/include/linux/list.h:5, from /kisskb/src/include/linux/swait.h:5, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/drm/drm_file.h:34, from /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c:6: /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:756:6: note: in expansion of macro 'unlikely' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:756:15: note: in expansion of macro 'check_mul_overflow' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:756:6: note: in expansion of macro 'unlikely' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:756:15: note: in expansion of macro 'check_mul_overflow' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/dma-resv.h:44, from /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c:10: /kisskb/src/include/linux/slab.h:754:9: note: byref variable will be forcibly initialized 754 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_gem.c: In function 'drm_gem_object_lookup': /kisskb/src/drivers/gpu/drm/drm_gem.c:741:25: note: byref variable will be forcibly initialized 741 | struct drm_gem_object *obj = NULL; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/drm_gem.c:45: /kisskb/src/drivers/gpu/drm/drm_gem.c: In function 'drm_dev_is_unplugged': /kisskb/src/include/drm/drm_drv.h:539:6: note: byref variable will be forcibly initialized 539 | int idx; | ^~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c: In function 'submit_perfmon_validate': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c:331:33: note: byref variable will be forcibly initialized 331 | struct etnaviv_gem_submit_bo *bo; | ^~ /kisskb/src/drivers/gpu/drm/drm_gem.c: In function 'drm_gem_fence_array_add': /kisskb/src/drivers/gpu/drm/drm_gem.c:1294:6: note: byref variable will be forcibly initialized 1294 | u32 id = 0; | ^~ /kisskb/src/drivers/gpu/drm/drm_gem.c:1293:16: note: byref variable will be forcibly initialized 1293 | unsigned long index; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_gem.c: In function 'drm_gem_fence_array_add_implicit': /kisskb/src/drivers/gpu/drm/drm_gem.c:1343:23: note: byref variable will be forcibly initialized 1343 | struct dma_resv_iter cursor; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_gem.c: In function 'drm_gem_open_ioctl': /kisskb/src/drivers/gpu/drm/drm_gem.c:876:6: note: byref variable will be forcibly initialized 876 | u32 handle; | ^~~~~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c: In function 'etnaviv_ioctl_gem_submit': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c:436:24: note: byref variable will be forcibly initialized 436 | struct ww_acquire_ctx ticket; | ^~~~~~ In file included from /kisskb/src/include/linux/dma-fence.h:17, from /kisskb/src/drivers/gpu/drm/drm_file.c:35: /kisskb/src/drivers/gpu/drm/drm_file.c: In function 'drm_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_file.c:602:10: note: in expansion of macro 'wait_event_interruptible' 602 | ret = wait_event_interruptible(file_priv->event_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/drm_ioctl.c:38: /kisskb/src/drivers/gpu/drm/drm_ioctl.c: In function 'drm_dev_is_unplugged': /kisskb/src/include/drm/drm_drv.h:539:6: note: byref variable will be forcibly initialized 539 | int idx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_ioctl.c: In function 'drm_ioctl': /kisskb/src/drivers/gpu/drm/drm_ioctl.c:814:7: note: byref variable will be forcibly initialized 814 | char stack_kdata[128]; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_linux_target_alloc': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:615:27: note: byref variable will be forcibly initialized 615 | struct ahd_tmode_tstate *tstate; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:613:21: note: byref variable will be forcibly initialized 613 | struct ahd_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:611:16: note: byref variable will be forcibly initialized 611 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_linux_set_width': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2362:16: note: byref variable will be forcibly initialized 2362 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2361:21: note: byref variable will be forcibly initialized 2361 | struct ahd_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_linux_bus_reset': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:869:16: note: byref variable will be forcibly initialized 869 | unsigned long flags; | ^~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, 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/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:6, from /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.h:46, from /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:45: /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_linux_dev_reset': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:779:29: note: byref variable will be forcibly initialized 779 | 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/scsi/aic7xxx/aic79xx_osm.c:778:16: note: byref variable will be forcibly initialized 778 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:777:27: note: byref variable will be forcibly initialized 777 | struct ahd_tmode_tstate *tstate; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_linux_info': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:554:7: note: byref variable will be forcibly initialized 554 | char ahd_info[256]; | ^~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_linux_run_command': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:1547:16: note: byref variable will be forcibly initialized 1547 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:1544:28: note: byref variable will be forcibly initialized 1544 | struct ahd_tmode_tstate *tstate; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_parse_brace_option': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:1051:8: note: byref variable will be forcibly initialized 1051 | char tok_list[] = {'.', ',', '{', '}', '\0'}; | ^~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_linux_initialize_scsi_bus': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:1289:28: note: byref variable will be forcibly initialized 1289 | struct ahd_tmode_tstate *tstate; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:1287:22: note: byref variable will be forcibly initialized 1287 | struct ahd_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:1267:16: note: byref variable will be forcibly initialized 1267 | unsigned long s; | ^ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_linux_set_hold_mcs': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2760:16: note: byref variable will be forcibly initialized 2760 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2758:15: note: byref variable will be forcibly initialized 2758 | unsigned int period = tinfo->goal.period; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2756:15: note: byref variable will be forcibly initialized 2756 | unsigned int ppr_options = tinfo->goal.ppr_options | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2755:21: note: byref variable will be forcibly initialized 2755 | struct ahd_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2750:27: note: byref variable will be forcibly initialized 2750 | struct ahd_tmode_tstate *tstate; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_linux_set_pcomp_en': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2710:16: note: byref variable will be forcibly initialized 2710 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2708:15: note: byref variable will be forcibly initialized 2708 | unsigned int period = tinfo->goal.period; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2706:15: note: byref variable will be forcibly initialized 2706 | unsigned int ppr_options = tinfo->goal.ppr_options | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2705:21: note: byref variable will be forcibly initialized 2705 | struct ahd_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2700:27: note: byref variable will be forcibly initialized 2700 | struct ahd_tmode_tstate *tstate; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_linux_set_rti': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2666:16: note: byref variable will be forcibly initialized 2666 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2664:15: note: byref variable will be forcibly initialized 2664 | unsigned int period = tinfo->goal.period; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2662:15: note: byref variable will be forcibly initialized 2662 | unsigned int ppr_options = tinfo->goal.ppr_options | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2661:21: note: byref variable will be forcibly initialized 2661 | struct ahd_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2656:27: note: byref variable will be forcibly initialized 2656 | struct ahd_tmode_tstate *tstate; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_linux_set_rd_strm': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2594:16: note: byref variable will be forcibly initialized 2594 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2592:15: note: byref variable will be forcibly initialized 2592 | unsigned int period = tinfo->goal.period; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2590:15: note: byref variable will be forcibly initialized 2590 | unsigned int ppr_options = tinfo->goal.ppr_options | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2589:21: note: byref variable will be forcibly initialized 2589 | struct ahd_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2584:27: note: byref variable will be forcibly initialized 2584 | struct ahd_tmode_tstate *tstate; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_linux_set_wr_flow': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2630:16: note: byref variable will be forcibly initialized 2630 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2628:15: note: byref variable will be forcibly initialized 2628 | unsigned int period = tinfo->goal.period; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2626:15: note: byref variable will be forcibly initialized 2626 | unsigned int ppr_options = tinfo->goal.ppr_options | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2625:21: note: byref variable will be forcibly initialized 2625 | struct ahd_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2620:27: note: byref variable will be forcibly initialized 2620 | struct ahd_tmode_tstate *tstate; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_linux_set_qas': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2515:16: note: byref variable will be forcibly initialized 2515 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2513:15: note: byref variable will be forcibly initialized 2513 | unsigned int period = tinfo->goal.period; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2511:15: note: byref variable will be forcibly initialized 2511 | unsigned int ppr_options = tinfo->goal.ppr_options | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2510:21: note: byref variable will be forcibly initialized 2510 | struct ahd_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2505:27: note: byref variable will be forcibly initialized 2505 | struct ahd_tmode_tstate *tstate; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_linux_set_dt': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2473:16: note: byref variable will be forcibly initialized 2473 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2471:15: note: byref variable will be forcibly initialized 2471 | unsigned int period = tinfo->goal.period; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2469:15: note: byref variable will be forcibly initialized 2469 | unsigned int ppr_options = tinfo->goal.ppr_options | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2468:21: note: byref variable will be forcibly initialized 2468 | struct ahd_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2463:27: note: byref variable will be forcibly initialized 2463 | struct ahd_tmode_tstate *tstate; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_linux_set_iu': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2554:16: note: byref variable will be forcibly initialized 2554 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2552:15: note: byref variable will be forcibly initialized 2552 | unsigned int period = tinfo->goal.period; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2550:15: note: byref variable will be forcibly initialized 2550 | unsigned int ppr_options = tinfo->goal.ppr_options | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2549:21: note: byref variable will be forcibly initialized 2549 | struct ahd_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2544:27: note: byref variable will be forcibly initialized 2544 | struct ahd_tmode_tstate *tstate; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_linux_set_offset': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2437:16: note: byref variable will be forcibly initialized 2437 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2435:15: note: byref variable will be forcibly initialized 2435 | unsigned int period = 0; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2434:15: note: byref variable will be forcibly initialized 2434 | unsigned int ppr_options = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2433:21: note: byref variable will be forcibly initialized 2433 | struct ahd_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2428:27: note: byref variable will be forcibly initialized 2428 | struct ahd_tmode_tstate *tstate; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_linux_set_period': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2383:16: note: byref variable will be forcibly initialized 2383 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2381:15: note: byref variable will be forcibly initialized 2381 | unsigned int ppr_options = tinfo->goal.ppr_options; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2380:21: note: byref variable will be forcibly initialized 2380 | struct ahd_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2375:27: note: byref variable will be forcibly initialized 2375 | struct ahd_tmode_tstate *tstate; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_linux_get_signalling': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2779:16: note: byref variable will be forcibly initialized 2779 | unsigned long flags; | ^~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, 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/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:6, from /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.h:46, from /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:45: /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_linux_queue_abort_cmd': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:2332:30: note: byref variable will be forcibly initialized 2332 | 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/scsi/aic7xxx/aic79xx_osm.c:2143:16: note: byref variable will be forcibly initialized 2143 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_pci_read_config': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:500:12: note: byref variable will be forcibly initialized 500 | uint32_t retval; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:494:12: note: byref variable will be forcibly initialized 494 | uint16_t retval; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:487:11: note: byref variable will be forcibly initialized 487 | uint8_t retval; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_dmamap_load': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:976:20: note: byref variable will be forcibly initialized 976 | bus_dma_segment_t stack_sg; | ^~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_linux_register_host': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:1212:9: note: byref variable will be forcibly initialized 1212 | u_long s; | ^ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:1209:7: note: byref variable will be forcibly initialized 1209 | char buf[80]; | ^~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_linux_handle_scsi_status': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:1870:21: note: byref variable will be forcibly initialized 1870 | struct ahd_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_linux_isr': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:1659:9: note: byref variable will be forcibly initialized 1659 | u_long flags; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_send_async': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:1678:28: note: byref variable will be forcibly initialized 1678 | struct ahd_tmode_tstate *tstate; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_proc.c: In function 'ahd_dump_target_state': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_proc.c:162:27: note: byref variable will be forcibly initialized 162 | struct ahd_tmode_tstate *tstate; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c: In function 'ahd_linux_device_queue_depth': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.c:1513:21: note: byref variable will be forcibly initialized 1513 | struct ahd_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_proc.c: In function 'ahd_proc_write_seeprom': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_proc.c:213:9: note: byref variable will be forcibly initialized 213 | u_long s; | ^ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_proc.c: In function 'ahd_linux_show_info': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_proc.c:278:7: note: byref variable will be forcibly initialized 278 | char ahd_info[256]; | ^~~~~~~~ /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/nvme/host/core.c: In function 'nvme_ctrl_pp_status': /kisskb/src/drivers/nvme/host/core.c:4231:6: note: byref variable will be forcibly initialized 4231 | u32 csts; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/nvme/host/trace.h:175, from /kisskb/src/drivers/nvme/host/core.c:29: /kisskb/src/drivers/nvme/host/core.c: In function 'trace_event_raw_event_nvme_async_event': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:117:1: note: in expansion of macro 'TRACE_EVENT' 117 | TRACE_EVENT(nvme_async_event, | ^~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'trace_event_raw_event_nvme_setup_cmd': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:47:1: note: in expansion of macro 'TRACE_EVENT' 47 | TRACE_EVENT(nvme_setup_cmd, | ^~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'trace_event_raw_event_nvme_complete_rq': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:85:1: note: in expansion of macro 'TRACE_EVENT' 85 | TRACE_EVENT(nvme_complete_rq, | ^~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'trace_event_raw_event_nvme_sq': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/./trace.h:144:1: note: in expansion of macro 'TRACE_EVENT' 144 | TRACE_EVENT(nvme_sq, | ^~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_mps_to_sectors': /kisskb/src/drivers/nvme/host/core.c:2830:52: note: byref variable will be forcibly initialized 2830 | u32 page_shift = NVME_CAP_MPSMIN(ctrl->cap) + 12, val; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/nvme/host/core.c:7: /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_wait_reset': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c:551:2: note: in expansion of macro 'wait_event' 551 | wait_event(ctrl->state_wq, | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_pll.c: In function 'amdgpu_pll_compute': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_pll.c:136:16: note: byref variable will be forcibly initialized 136 | unsigned nom, den; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_pll.c:136:11: note: byref variable will be forcibly initialized 136 | unsigned nom, den; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_pll.c:134:37: note: byref variable will be forcibly initialized 134 | unsigned ref_div_min, ref_div_max, ref_div; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_pll.c:132:35: note: byref variable will be forcibly initialized 132 | unsigned fb_div_min, fb_div_max, fb_div; | ^~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_setup_rw': /kisskb/src/drivers/nvme/host/core.c:911:6: note: byref variable will be forcibly initialized 911 | u32 dsmgmt = 0; | ^~~~~~ /kisskb/src/drivers/nvme/host/core.c:910:6: note: byref variable will be forcibly initialized 910 | u16 control = 0; | ^~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_pr_command': /kisskb/src/drivers/nvme/host/core.c:1993:5: note: byref variable will be forcibly initialized 1993 | u8 data[16] = { 0, }; | ^~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_setup_streams_ns': /kisskb/src/drivers/nvme/host/core.c:1696:34: note: byref variable will be forcibly initialized 1696 | struct streams_directive_params s; | ^ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_enable_aen': /kisskb/src/drivers/nvme/host/core.c:1554:6: note: byref variable will be forcibly initialized 1554 | u32 result, supported_aens = ctrl->oaes & NVME_AEN_SUPPORTED; | ^~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_identify_ns_descs': /kisskb/src/drivers/nvme/host/core.c:1395:7: note: byref variable will be forcibly initialized 1395 | bool csi_seen = false; | ^~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_configure_directives': /kisskb/src/drivers/nvme/host/core.c:758:34: note: byref variable will be forcibly initialized 758 | struct streams_directive_params s; | ^ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_set_queue_count': /kisskb/src/drivers/nvme/host/core.c:1523:6: note: byref variable will be forcibly initialized 1523 | u32 result; | ^~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_configure_apst': /kisskb/src/drivers/nvme/host/core.c:2354:42: note: byref variable will be forcibly initialized 2354 | u64 total_latency_us, exit_latency_us, transition_ms; | ^~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c:2323:11: note: byref variable will be forcibly initialized 2323 | unsigned last_lt_index = UINT_MAX; | ^~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_shutdown_ctrl': /kisskb/src/drivers/nvme/host/core.c:2195:6: note: byref variable will be forcibly initialized 2195 | u32 csts; | ^~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_wait_ready': /kisskb/src/drivers/nvme/host/core.c:2110:6: note: byref variable will be forcibly initialized 2110 | u32 csts, bit = enabled ? NVME_CSTS_RDY : 0; | ^~~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/drivers/gpu/drm/drm_hashtab.c:37: /kisskb/src/drivers/gpu/drm/drm_hashtab.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:135:6: note: in expansion of macro 'check_mul_overflow' 135 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:135:6: note: in expansion of macro 'check_mul_overflow' 135 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:133:9: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/gpu/drm/drm_hashtab.c:39: /kisskb/src/drivers/gpu/drm/drm_hashtab.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_configure_timestamp': /kisskb/src/drivers/nvme/host/core.c:2225:9: note: byref variable will be forcibly initialized 2225 | __le64 ts; | ^~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_free_cels': /kisskb/src/drivers/nvme/host/core.c:4386:16: note: byref variable will be forcibly initialized 4386 | unsigned long i; | ^ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_ctrl_fast_io_fail_tmo_store': /kisskb/src/drivers/nvme/host/core.c:3482:6: note: byref variable will be forcibly initialized 3482 | int fast_io_fail_tmo, err; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_ctrl_loss_tmo_store': /kisskb/src/drivers/nvme/host/core.c:3424:6: note: byref variable will be forcibly initialized 3424 | int ctrl_loss_tmo, err; | ^~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_ctrl_reconnect_delay_store': /kisskb/src/drivers/nvme/host/core.c:3454:15: note: byref variable will be forcibly initialized 3454 | unsigned int v; | ^ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_aen_uevent': /kisskb/src/drivers/nvme/host/core.c:4205:8: note: byref variable will be forcibly initialized 4205 | char *envp[2] = { NULL, NULL }; | ^~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_update_disk_info': /kisskb/src/drivers/nvme/host/core.c:1785:26: note: byref variable will be forcibly initialized 1785 | u32 atomic_bs, phys_bs, io_opt = 0; | ^~~~~~ /kisskb/src/drivers/nvme/host/core.c:1785:17: note: byref variable will be forcibly initialized 1785 | u32 atomic_bs, phys_bs, io_opt = 0; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mm.c: In function 'drm_mm_scan_color_evict': /kisskb/src/drivers/gpu/drm/drm_mm.c:916:18: note: byref variable will be forcibly initialized 916 | u64 hole_start, hole_end; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mm.c:916:6: note: byref variable will be forcibly initialized 916 | u64 hole_start, hole_end; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mm.c: In function 'drm_mm_scan_add_block': /kisskb/src/drivers/gpu/drm/drm_mm.c:786:17: note: byref variable will be forcibly initialized 786 | u64 col_start, col_end; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mm.c:786:6: note: byref variable will be forcibly initialized 786 | u64 col_start, col_end; | ^~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_init_identify': /kisskb/src/drivers/nvme/host/core.c:2892:23: note: byref variable will be forcibly initialized 2892 | struct nvme_id_ctrl *id; | ^~ /kisskb/src/drivers/gpu/drm/drm_mm.c: In function 'save_stack': /kisskb/src/drivers/gpu/drm/drm_mm.c:109:16: note: byref variable will be forcibly initialized 109 | unsigned long entries[STACKDEPTH]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mm.c: In function 'drm_mm_reserve_node': /kisskb/src/drivers/gpu/drm/drm_mm.c:454:17: note: byref variable will be forcibly initialized 454 | u64 adj_start, adj_end; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mm.c:454:6: note: byref variable will be forcibly initialized 454 | u64 adj_start, adj_end; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/nvme/host/core.c:7: /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_remove_invalid_namespaces': /kisskb/src/drivers/nvme/host/core.c:4009:12: note: byref variable will be forcibly initialized 4009 | LIST_HEAD(rm_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/gpu/drm/drm_mm.c: In function 'drm_mm_insert_node_in_range': /kisskb/src/drivers/gpu/drm/drm_mm.c:546:18: note: byref variable will be forcibly initialized 546 | u64 col_start, col_end; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mm.c:546:7: note: byref variable will be forcibly initialized 546 | u64 col_start, col_end; | ^~~~~~~~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_remove_namespaces': /kisskb/src/drivers/nvme/host/core.c:4138:12: note: byref variable will be forcibly initialized 4138 | LIST_HEAD(ns_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/nvme/host/core.c: In function 'nvme_validate_ns': /kisskb/src/drivers/nvme/host/core.c:3932:21: note: byref variable will be forcibly initialized 3932 | struct nvme_id_ns *id; | ^~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_alloc_ns': /kisskb/src/drivers/nvme/host/core.c:3799:21: note: byref variable will be forcibly initialized 3799 | struct nvme_id_ns *id; | ^~ In file included from /kisskb/src/drivers/gpu/drm/drm_drv.c:41: /kisskb/src/drivers/gpu/drm/drm_drv.c: In function 'drm_dev_is_unplugged': /kisskb/src/include/drm/drm_drv.h:539:6: note: byref variable will be forcibly initialized 539 | int idx; | ^~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_scan_ns_list': /kisskb/src/drivers/nvme/host/core.c:4038:23: note: byref variable will be forcibly initialized 4038 | struct nvme_command cmd = { | ^~~ /kisskb/src/drivers/nvme/host/core.c: In function 'nvme_scan_ns_sequential': /kisskb/src/drivers/nvme/host/core.c:4071:23: note: byref variable will be forcibly initialized 4071 | struct nvme_id_ctrl *id; | ^~ /kisskb/src/drivers/gpu/drm/drm_sysfs.c: In function 'drm_sysfs_hotplug_event': /kisskb/src/drivers/gpu/drm/drm_sysfs.c:404:8: note: byref variable will be forcibly initialized 404 | char *envp[] = { event_string, NULL }; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_sysfs.c: In function 'drm_sysfs_connector_status_event': /kisskb/src/drivers/gpu/drm/drm_sysfs.c:427:8: note: byref variable will be forcibly initialized 427 | char *envp[4] = { hotplug_str, conn_id, prop_id, NULL }; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_sysfs.c:426:49: note: byref variable will be forcibly initialized 426 | char hotplug_str[] = "HOTPLUG=1", conn_id[21], prop_id[21]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_sysfs.c:426:36: note: byref variable will be forcibly initialized 426 | char hotplug_str[] = "HOTPLUG=1", conn_id[21], prop_id[21]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_sysfs.c:426:7: note: byref variable will be forcibly initialized 426 | char hotplug_str[] = "HOTPLUG=1", conn_id[21], prop_id[21]; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_sysfs.c: In function 'drm_sysfs_lease_event': /kisskb/src/drivers/gpu/drm/drm_sysfs.c:383:8: note: byref variable will be forcibly initialized 383 | char *envp[] = { event_string, NULL }; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/net/batman-adv/trace.h:71, from /kisskb/src/net/batman-adv/trace.c:8: /kisskb/src/net/batman-adv/trace.c: In function 'trace_event_raw_event_batadv_dbg': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/batman-adv/./trace.h:33:1: note: in expansion of macro 'TRACE_EVENT' 33 | TRACE_EVENT(batadv_dbg, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/net/batman-adv/./trace.h:33:1: note: in expansion of macro 'TRACE_EVENT' 33 | TRACE_EVENT(batadv_dbg, | ^~~~~~~~~~~ /kisskb/src/drivers/mfd/aat2870-core.c: In function '__aat2870_write': /kisskb/src/drivers/mfd/aat2870-core.c:125:5: note: byref variable will be forcibly initialized 125 | u8 msg[2]; | ^~~ /kisskb/src/drivers/mfd/aat2870-core.c: In function 'aat2870_update': /kisskb/src/drivers/mfd/aat2870-core.c:179:5: note: byref variable will be forcibly initialized 179 | u8 old_val, new_val; | ^~~~~~~ /kisskb/src/drivers/mfd/aat2870-core.c: In function 'aat2870_reg_write_file': /kisskb/src/drivers/mfd/aat2870-core.c:279:22: note: byref variable will be forcibly initialized 279 | unsigned long addr, val; | ^~~ /kisskb/src/drivers/mfd/aat2870-core.c:279:16: note: byref variable will be forcibly initialized 279 | unsigned long addr, val; | ^~~~ /kisskb/src/drivers/mfd/aat2870-core.c:276:7: note: byref variable will be forcibly initialized 276 | char buf[32]; | ^~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi_coresight.c: In function 'gaudi_config_etr': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi_coresight.c:605:8: note: byref variable will be forcibly initialized 605 | bool is_host = false; | ^~~~~~~ /kisskb/src/drivers/mfd/aat2870-core.c: In function 'aat2870_dump_reg': /kisskb/src/drivers/mfd/aat2870-core.c:218:11: note: byref variable will be forcibly initialized 218 | u8 addr, val; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'mmu_asid_va_write': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:456:7: note: byref variable will be forcibly initialized 456 | char kbuf[MMU_KBUF_SIZE]; | ^~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'mmu_show': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:401:39: note: byref variable will be forcibly initialized 401 | u64 virt_addr = dev_entry->mmu_addr, phys_addr; | ^~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'userptr_lookup_write': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:383:6: note: byref variable will be forcibly initialized 383 | u64 value; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_clk_gate_write': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:1043:6: note: byref variable will be forcibly initialized 1043 | u64 value; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'userptr_show': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:202:7: note: byref variable will be forcibly initialized 202 | char dma_dir[4][30] = {"DMA_BIDIRECTIONAL", "DMA_TO_DEVICE", | ^~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'userptr_lookup_show': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:331:13: note: byref variable will be forcibly initialized 331 | dma_addr_t dma_addr; | ^~~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_data_write64': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:733:6: note: byref variable will be forcibly initialized 733 | u64 value; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:731:6: note: byref variable will be forcibly initialized 731 | u64 addr = entry->addr; | ^~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'vm_show': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:241:6: note: byref variable will be forcibly initialized 241 | int i; | ^ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_timeout_locked_write': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:1194:6: note: byref variable will be forcibly initialized 1194 | u32 value; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_data_write32': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:660:6: note: byref variable will be forcibly initialized 660 | u32 value; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:658:6: note: byref variable will be forcibly initialized 658 | u64 addr = entry->addr; | ^~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_timeout_locked_read': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:1175:7: note: byref variable will be forcibly initialized 1175 | char tmp_buf[200]; | ^~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_stop_on_err_read': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:1067:7: note: byref variable will be forcibly initialized 1067 | char tmp_buf[200]; | ^~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_clk_gate_read': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:1025:7: note: byref variable will be forcibly initialized 1025 | char tmp_buf[200]; | ^~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_get_power_state': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:824:7: note: byref variable will be forcibly initialized 824 | char tmp_buf[200]; | ^~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_data_read64': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:698:6: note: byref variable will be forcibly initialized 698 | u64 val; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:696:7: note: byref variable will be forcibly initialized 696 | char tmp_buf[32]; | ^~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:694:6: note: byref variable will be forcibly initialized 694 | u64 addr = entry->addr; | ^~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_data_read32': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:625:6: note: byref variable will be forcibly initialized 625 | u32 val; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:623:7: note: byref variable will be forcibly initialized 623 | char tmp_buf[32]; | ^~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:621:6: note: byref variable will be forcibly initialized 621 | u64 addr = entry->addr; | ^~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_state_dump_write': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:1141:6: note: byref variable will be forcibly initialized 1141 | u32 size; | ^~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_dma_size_write': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:769:6: note: byref variable will be forcibly initialized 769 | u32 size; | ^~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_stop_on_err_write': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:1085:6: note: byref variable will be forcibly initialized 1085 | u32 value; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_device_write': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:993:7: note: byref variable will be forcibly initialized 993 | char data[30] = {0}; | ^~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_debugfs_led_set': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:79:22: note: byref variable will be forcibly initialized 79 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_led2_write': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:966:6: note: byref variable will be forcibly initialized 966 | u32 value; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_led1_write': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:947:6: note: byref variable will be forcibly initialized 947 | u32 value; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_led0_write': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:928:6: note: byref variable will be forcibly initialized 928 | u32 value; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_debugfs_i2c_write': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:53:22: note: byref variable will be forcibly initialized 53 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_i2c_data_write': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:904:6: note: byref variable will be forcibly initialized 904 | u32 value; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_debugfs_i2c_read': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:25:6: note: byref variable will be forcibly initialized 25 | u64 result; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:24:22: note: byref variable will be forcibly initialized 24 | struct cpucp_packet pkt; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_i2c_data_read': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:877:7: note: byref variable will be forcibly initialized 877 | long val; | ^~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:876:7: note: byref variable will be forcibly initialized 876 | char tmp_buf[32]; | ^~~~~~~ /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'hl_set_power_state': /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:848:6: note: byref variable will be forcibly initialized 848 | u32 value; | ^~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/if_ether.h:19, from /kisskb/src/drivers/misc/habanalabs/common/../include/common/cpucp_if.h:12, from /kisskb/src/drivers/misc/habanalabs/common/habanalabs.h:11, from /kisskb/src/drivers/misc/habanalabs/common/debugfs.c:8: /kisskb/src/drivers/misc/habanalabs/common/debugfs.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/gpu/drm/drm_crtc.c:34: /kisskb/src/drivers/gpu/drm/drm_crtc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_crtc.c: In function 'drm_crtc_init_with_planes': /kisskb/src/drivers/gpu/drm/drm_crtc.c:357:10: note: byref variable will be forcibly initialized 357 | va_list ap; | ^~ /kisskb/src/drivers/gpu/drm/drm_crtc.c: In function '__drmm_crtc_alloc_with_planes': /kisskb/src/drivers/gpu/drm/drm_crtc.c:388:10: note: byref variable will be forcibly initialized 388 | va_list ap; | ^~ /kisskb/src/drivers/gpu/drm/drm_crtc.c: In function 'drm_crtc_check_viewport': /kisskb/src/drivers/gpu/drm/drm_crtc.c:606:16: note: byref variable will be forcibly initialized 606 | int hdisplay, vdisplay; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_crtc.c:606:6: note: byref variable will be forcibly initialized 606 | int hdisplay, vdisplay; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_crtc.c: In function 'drm_mode_setcrtc': /kisskb/src/drivers/gpu/drm/drm_crtc.c:645:33: note: byref variable will be forcibly initialized 645 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_crtc.c:643:22: note: byref variable will be forcibly initialized 643 | struct drm_mode_set set; | ^~~ In file included from /kisskb/src/include/linux/firmware.h:6, from /kisskb/src/drivers/net/phy/mscc/mscc_main.c:10: /kisskb/src/drivers/net/phy/mscc/mscc_main.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/powerpc/include/asm/io.h:27, 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/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/netlink.h:7, from /kisskb/src/include/linux/ethtool.h:18, from /kisskb/src/include/linux/linkmode.h:5, from /kisskb/src/include/linux/mii.h:13, from /kisskb/src/include/uapi/linux/mdio.h:15, from /kisskb/src/include/linux/mdio.h:9, from /kisskb/src/drivers/net/phy/mscc/mscc_main.c:14: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/if_ether.h:19, from /kisskb/src/include/linux/etherdevice.h:20, from /kisskb/src/net/batman-adv/main.h:209, from /kisskb/src/net/batman-adv/tp_meter.h:10, from /kisskb/src/net/batman-adv/tp_meter.c:7: /kisskb/src/net/batman-adv/tp_meter.c: In function 'batadv_tp_wait_available': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/batman-adv/tp_meter.c:792:8: note: in expansion of macro 'wait_event_interruptible_timeout' 792 | ret = wait_event_interruptible_timeout(tp_vars->more_bytes, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/phy/mscc/mscc_main.c: In function 'vsc85xx_dt_led_mode_get': /kisskb/src/drivers/net/phy/mscc/mscc_main.c:419:6: note: byref variable will be forcibly initialized 419 | u32 led_mode; | ^~~~~~~~ /kisskb/src/drivers/net/phy/mscc/mscc_main.c: In function 'vsc85xx_dt_led_modes_get': /kisskb/src/drivers/net/phy/mscc/mscc_main.c:453:7: note: byref variable will be forcibly initialized 453 | char led_dt_prop[28]; | ^~~~~~~~~~~ /kisskb/src/drivers/net/phy/mscc/mscc_main.c: In function 'vsc8584_probe': /kisskb/src/drivers/net/phy/mscc/mscc_main.c:2253:6: note: byref variable will be forcibly initialized 2253 | u32 default_mode[4] = {VSC8531_LINK_1000_ACTIVITY, | ^~~~~~~~~~~~ /kisskb/src/drivers/net/phy/mscc/mscc_main.c: In function 'vsc8514_probe': /kisskb/src/drivers/net/phy/mscc/mscc_main.c:2195:6: note: byref variable will be forcibly initialized 2195 | u32 default_mode[4] = {VSC8531_LINK_1000_ACTIVITY, | ^~~~~~~~~~~~ /kisskb/src/drivers/net/phy/mscc/mscc_main.c: In function 'vsc8574_probe': /kisskb/src/drivers/net/phy/mscc/mscc_main.c:2224:6: note: byref variable will be forcibly initialized 2224 | u32 default_mode[4] = {VSC8531_LINK_1000_ACTIVITY, | ^~~~~~~~~~~~ /kisskb/src/drivers/net/phy/mscc/mscc_main.c: In function 'vsc85xx_edge_rate_magic_get': /kisskb/src/drivers/net/phy/mscc/mscc_main.c:388:11: note: byref variable will be forcibly initialized 388 | u32 vdd, sd; | ^~ /kisskb/src/drivers/net/phy/mscc/mscc_main.c:388:6: note: byref variable will be forcibly initialized 388 | u32 vdd, sd; | ^~~ /kisskb/src/drivers/net/phy/mscc/mscc_main.c: In function 'vsc85xx_probe': /kisskb/src/drivers/net/phy/mscc/mscc_main.c:2299:6: note: byref variable will be forcibly initialized 2299 | u32 default_mode[2] = {VSC8531_LINK_1000_ACTIVITY, | ^~~~~~~~~~~~ /kisskb/src/drivers/net/phy/mscc/mscc_main.c: In function 'vsc85xx_wol_get': /kisskb/src/drivers/net/phy/mscc/mscc_main.c:358:6: note: byref variable will be forcibly initialized 358 | u16 pwd[3] = {0, 0, 0}; | ^~~ /kisskb/src/drivers/net/phy/mscc/mscc_main.c: In function 'vsc85xx_wol_set': /kisskb/src/drivers/net/phy/mscc/mscc_main.c:280:6: note: byref variable will be forcibly initialized 280 | u16 pwd[3] = {0, 0, 0}; | ^~~ /kisskb/src/net/batman-adv/tp_meter.c: In function 'batadv_tp_start': /kisskb/src/net/batman-adv/tp_meter.c:940:5: note: byref variable will be forcibly initialized 940 | u8 icmp_uid; | ^~~~~~~~ /kisskb/src/net/batman-adv/tp_meter.c:939:5: note: byref variable will be forcibly initialized 939 | u8 session_id[2]; | ^~~~~~~~~~ /kisskb/src/drivers/net/phy/mscc/mscc_main.c: In function 'vsc8584_config_pre_init': /kisskb/src/drivers/net/phy/mscc/mscc_main.c:1362:6: note: byref variable will be forcibly initialized 1362 | u16 crc, reg; | ^~~ /kisskb/src/drivers/net/phy/mscc/mscc_main.c:1359:25: note: byref variable will be forcibly initialized 1359 | const struct firmware *fw; | ^~ /kisskb/src/drivers/net/phy/mscc/mscc_main.c: In function 'vsc8574_config_pre_init': /kisskb/src/drivers/net/phy/mscc/mscc_main.c:1108:6: note: byref variable will be forcibly initialized 1108 | u16 crc, reg; | ^~~ /kisskb/src/drivers/net/phy/mscc/mscc_main.c:1106:25: note: byref variable will be forcibly initialized 1106 | const struct firmware *fw; | ^~ /kisskb/src/net/nfc/rawsock.c: In function 'rawsock_recvmsg': /kisskb/src/net/nfc/rawsock.c:245:6: note: byref variable will be forcibly initialized 245 | int rc; | ^~ /kisskb/src/net/nfc/rawsock.c: In function 'rawsock_sendmsg': /kisskb/src/net/nfc/rawsock.c:207:6: note: byref variable will be forcibly initialized 207 | int rc; | ^~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi_security.c: In function 'gaudi_init_range_registers_lbw': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi_security.c:12874:6: note: byref variable will be forcibly initialized 12874 | u32 lbw_rng_end[GAUDI_NUMBER_OF_LBW_RANGES]; | ^~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi_security.c:12873:6: note: byref variable will be forcibly initialized 12873 | u32 lbw_rng_start[GAUDI_NUMBER_OF_LBW_RANGES]; | ^~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_get_razwi_initiator_dma_name': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:6941:29: note: byref variable will be forcibly initialized 6941 | u32 dma_id[2], dma_offset, err_cause[2], mask, i; | ^~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:6941:6: note: byref variable will be forcibly initialized 6941 | u32 dma_id[2], dma_offset, err_cause[2], mask, i; | ^~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/if_ether.h:19, from /kisskb/src/drivers/misc/habanalabs/gaudi/../common/../include/common/cpucp_if.h:12, from /kisskb/src/drivers/misc/habanalabs/gaudi/../common/habanalabs.h:11, from /kisskb/src/drivers/misc/habanalabs/gaudi/gaudiP.h:12, from /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:8: /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_print_single_monitor': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:9275:7: note: byref variable will be forcibly initialized 9275 | char monitored_sobs[MONITOR_SOB_STRING_SIZE] = {0}; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:9274:3: note: byref variable will be forcibly initialized 9274 | scratch_buf2[BIN_REG_STRING_SIZE]; | ^~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:9273:7: note: byref variable will be forcibly initialized 9273 | char scratch_buf1[BIN_REG_STRING_SIZE], | ^~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_handle_ecc_event': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:7481:12: note: byref variable will be forcibly initialized 7481 | u8 index, memory_wrapper_idx = 0; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:7480:23: note: byref variable will be forcibly initialized 7480 | u64 ecc_address = 0, ecc_syndrom = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:7480:6: note: byref variable will be forcibly initialized 7480 | u64 ecc_address = 0, ecc_syndrom = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:7479:33: note: byref variable will be forcibly initialized 7479 | struct ecc_info_extract_params params; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_add_arm_monitor_pkt': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:8815:5: note: byref variable will be forcibly initialized 8815 | u8 mask; | ^~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_gen_wait_cb': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:9046:6: note: byref variable will be forcibly initialized 9046 | u64 fence_addr = 0; | ^~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_collective_master_init_job': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:1176:32: note: byref variable will be forcibly initialized 1176 | struct hl_gen_wait_properties wait_prop; | ^~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_collective_slave_init_job': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:1225:32: note: byref variable will be forcibly initialized 1225 | struct hl_gen_wait_properties wait_prop; | ^~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_print_irq_info': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:7668:7: note: byref variable will be forcibly initialized 7668 | char desc[64] = ""; | ^~~~ /kisskb/src/drivers/nvme/host/zns.c: In function 'nvme_ns_report_zones': /kisskb/src/drivers/nvme/host/zns.c:181:9: note: byref variable will be forcibly initialized 181 | size_t buflen; | ^~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_send_job_on_qman0': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:6856:6: note: byref variable will be forcibly initialized 6856 | u32 tmp, timeout, dma_offset; | ^~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:6854:13: note: byref variable will be forcibly initialized 6854 | dma_addr_t fence_dma_addr; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_test_queue': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:4946:13: note: byref variable will be forcibly initialized 4946 | dma_addr_t fence_dma_addr; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:4945:17: note: byref variable will be forcibly initialized 4945 | u32 fence_val, tmp, timeout_usec; | ^~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:4944:13: note: byref variable will be forcibly initialized 4944 | dma_addr_t pkt_dma_addr; | ^~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_set_hbm_bar_base': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:689:31: note: byref variable will be forcibly initialized 689 | struct hl_inbound_pci_region pci_region; | ^~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_init_iatu': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:718:32: note: byref variable will be forcibly initialized 718 | struct hl_outbound_pci_region outbound_region; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:717:31: note: byref variable will be forcibly initialized 717 | struct hl_inbound_pci_region inbound_region; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_pci_bars_map': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:673:7: note: byref variable will be forcibly initialized 673 | bool is_wc[3] = {false, false, true}; | ^~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_handle_qman_err_generic': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:7392:7: note: byref variable will be forcibly initialized 7392 | char reg_desc[32]; | ^~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_handle_qman_err': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:7582:7: note: byref variable will be forcibly initialized 7582 | char desc[32]; | ^~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_debugfs_read_dma': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:6416:13: note: byref variable will be forcibly initialized 6416 | dma_addr_t dma_addr; | ^~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_patch_dma_packet': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:5407:21: note: byref variable will be forcibly initialized 5407 | struct hl_userptr *userptr; | ^~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_patch_cb': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:5531:7: note: byref variable will be forcibly initialized 5531 | u32 new_pkt_size = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_pin_memory_before_cs': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:5165:21: note: byref variable will be forcibly initialized 5165 | struct hl_userptr *userptr; | ^~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_parse_cb_mmu': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:5613:6: note: byref variable will be forcibly initialized 5613 | u64 patched_cb_handle; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_parse_cb_no_mmu': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:5695:6: note: byref variable will be forcibly initialized 5695 | u64 patched_cb_handle; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_fetch_psoc_frequency': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:877:6: note: byref variable will be forcibly initialized 877 | u16 pll_freq_arr[HL_PLL_NUM_OUTPUTS], freq; | ^~~~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_init_tpc_mem': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:1015:13: note: byref variable will be forcibly initialized 1015 | dma_addr_t dma_handle; | ^~~~~~~~~~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:1012:25: note: byref variable will be forcibly initialized 1012 | const struct firmware *fw; | ^~ /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c: In function 'gaudi_early_init': /kisskb/src/drivers/misc/habanalabs/gaudi/gaudi.c:768:6: note: byref variable will be forcibly initialized 768 | u32 fw_boot_status; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm_pci.c: In function 'ahd_linux_pci_dev_remove': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm_pci.c:107:9: note: byref variable will be forcibly initialized 107 | u_long s; | ^ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm_pci.c: In function 'ahd_linux_pci_dev_probe': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm_pci.c:139:9: note: byref variable will be forcibly initialized 139 | char buf[80]; | ^~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm_pci.c: In function 'ahd_pci_map_registers': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm_pci.c:338:19: note: byref variable will be forcibly initialized 338 | resource_size_t base2; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm_pci.c:294:19: note: byref variable will be forcibly initialized 294 | uint8_t __iomem *maddr; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm_pci.c:293:18: note: byref variable will be forcibly initialized 293 | resource_size_t base; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_modes.c: In function 'drm_mode_get_hv_timing': /kisskb/src/drivers/gpu/drm/drm_modes.c:791:26: note: byref variable will be forcibly initialized 791 | struct drm_display_mode adjusted = *mode; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_modes.c: In function 'of_get_drm_display_mode': /kisskb/src/drivers/gpu/drm/drm_modes.c:712:19: note: byref variable will be forcibly initialized 712 | struct videomode vm; | ^~ /kisskb/src/drivers/gpu/drm/drm_modes.c: In function 'drm_mode_parse_cmdline_res_mode': /kisskb/src/drivers/gpu/drm/drm_modes.c:1483:8: note: byref variable will be forcibly initialized 1483 | char *end_ptr; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_modes.c: In function 'drm_mode_parse_cmdline_int': /kisskb/src/drivers/gpu/drm/drm_modes.c:1541:8: note: byref variable will be forcibly initialized 1541 | char *endp; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_modes.c: In function 'drm_mode_parse_cmdline_options': /kisskb/src/drivers/gpu/drm/drm_modes.c:1593:20: note: byref variable will be forcibly initialized 1593 | unsigned int deg, margin, rotation = 0; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_modes.c:1593:15: note: byref variable will be forcibly initialized 1593 | unsigned int deg, margin, rotation = 0; | ^~~ In file included from /kisskb/src/include/linux/restart_block.h:10, from /kisskb/src/include/linux/thread_info.h:14, from /kisskb/src/include/asm-generic/preempt.h:5, from ./arch/powerpc/include/generated/asm/preempt.h:1, from /kisskb/src/include/linux/preempt.h:78, from /kisskb/src/include/linux/smp.h:110, from /kisskb/src/include/linux/lockdep.h:14, from /kisskb/src/include/linux/mutex.h:17, from /kisskb/src/include/drm/drm_prime.h:35, from /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem.c:6: /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem.c: In function 'timespec64_sub': /kisskb/src/include/linux/time64.h:80:20: note: byref variable will be forcibly initialized 80 | struct timespec64 ts_delta; | ^~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem.c:12: /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem.c: In function 'etnaviv_timeout_to_jiffies': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_drv.h:107:24: note: byref variable will be forcibly initialized 107 | struct timespec64 ts, to = { | ^~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_drv.h:107:20: note: byref variable will be forcibly initialized 107 | struct timespec64 ts, to = { | ^~ /kisskb/src/drivers/gpu/drm/drm_modes.c: In function 'drm_mode_parse_command_line_for_connector': /kisskb/src/drivers/gpu/drm/drm_modes.c:1719:29: note: byref variable will be forcibly initialized 1719 | char *bpp_end_ptr = NULL, *refresh_end_ptr = NULL; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_modes.c:1719:8: note: byref variable will be forcibly initialized 1719 | char *bpp_end_ptr = NULL, *refresh_end_ptr = NULL; | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/string.h:5, from /kisskb/src/arch/powerpc/include/asm/paca.h:15, from /kisskb/src/arch/powerpc/include/asm/current.h:13, from /kisskb/src/include/linux/mutex.h:14, from /kisskb/src/include/drm/drm_prime.h:35, from /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem.c:6: /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:756:6: note: in expansion of macro 'unlikely' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:756:15: note: in expansion of macro 'check_mul_overflow' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:756:6: note: in expansion of macro 'unlikely' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:756:15: note: in expansion of macro 'check_mul_overflow' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, 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/include/linux/cgroup.h:26, from /kisskb/src/include/linux/memcontrol.h:13, from /kisskb/src/include/linux/swap.h:9, from /kisskb/src/include/linux/shmem_fs.h:6, from /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem.c:8: /kisskb/src/include/linux/slab.h:754:9: note: byref variable will be forcibly initialized 754 | size_t bytes; | ^~~~~ /kisskb/src/net/batman-adv/translation-table.c: In function 'batadv_tt_global_purge': /kisskb/src/net/batman-adv/translation-table.c:2272:8: note: byref variable will be forcibly initialized 2272 | char *msg = NULL; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/gpu/drm/drm_trace.h:74, from /kisskb/src/drivers/gpu/drm/drm_trace_points.c:5: /kisskb/src/drivers/gpu/drm/drm_trace_points.c: In function 'trace_event_raw_event_drm_vblank_event': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:15:1: note: in expansion of macro 'TRACE_EVENT' 15 | TRACE_EVENT(drm_vblank_event, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_trace_points.c: In function 'trace_event_raw_event_drm_vblank_event_queued': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:35:1: note: in expansion of macro 'TRACE_EVENT' 35 | TRACE_EVENT(drm_vblank_event_queued, | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_trace_points.c: In function 'trace_event_raw_event_drm_vblank_event_delivered': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../drivers/gpu/drm/drm_trace.h:52:1: note: in expansion of macro 'TRACE_EVENT' 52 | TRACE_EVENT(drm_vblank_event_delivered, | ^~~~~~~~~~~ /kisskb/src/net/batman-adv/translation-table.c: In function 'batadv_tt_hash_find': /kisskb/src/net/batman-adv/translation-table.c:130:32: note: byref variable will be forcibly initialized 130 | struct batadv_tt_common_entry to_search, *tt, *tt_tmp = NULL; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem.c: In function 'etnaviv_gem_new_handle': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem.c:608:25: note: byref variable will be forcibly initialized 608 | struct drm_gem_object *obj = NULL; | ^~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem.c: In function 'etnaviv_gem_new_private': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem.c:646:25: note: byref variable will be forcibly initialized 646 | struct drm_gem_object *obj; | ^~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem.c: In function 'etnaviv_gem_new_userptr': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem.c:729:29: note: byref variable will be forcibly initialized 729 | struct etnaviv_gem_object *etnaviv_obj; | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, 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/drivers/misc/cxl/cxl.h:9, from /kisskb/src/drivers/misc/cxl/guest.c:10: /kisskb/src/drivers/misc/cxl/guest.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/net/batman-adv/translation-table.c: In function 'batadv_send_roam_adv': /kisskb/src/net/batman-adv/translation-table.c:3522:30: note: byref variable will be forcibly initialized 3522 | struct batadv_tvlv_roam_adv tvlv_roam; | ^~~~~~~~~ /kisskb/src/net/batman-adv/translation-table.c: In function 'batadv_tt_tvlv_generate': /kisskb/src/net/batman-adv/translation-table.c:2764:5: note: byref variable will be forcibly initialized 2764 | u8 flags; | ^~~~~ /kisskb/src/drivers/misc/cxl/guest.c: In function 'guest_collect_vpd': /kisskb/src/drivers/misc/cxl/guest.c:75:6: note: byref variable will be forcibly initialized 75 | u64 out = 0; | ^~~ /kisskb/src/drivers/misc/cxl/guest.c: In function 'afu_read_error_state': /kisskb/src/drivers/misc/cxl/guest.c:178:6: note: byref variable will be forcibly initialized 178 | u64 state; | ^~~~~ /kisskb/src/drivers/misc/cxl/guest.c: In function 'afu_update_state': /kisskb/src/drivers/misc/cxl/guest.c:827:10: note: byref variable will be forcibly initialized 827 | int rc, cur_state; | ^~~~~~~~~ /kisskb/src/drivers/misc/cxl/guest.c: In function 'guest_link_ok': /kisskb/src/drivers/misc/cxl/guest.c:896:6: note: byref variable will be forcibly initialized 896 | int state; | ^~~~~ /kisskb/src/drivers/misc/cxl/guest.c: In function 'guest_slice_irq_err': /kisskb/src/drivers/misc/cxl/guest.c:199:6: note: byref variable will be forcibly initialized 199 | u64 serr, afu_error, dsisr; | ^~~~ In file included from /kisskb/src/include/net/genetlink.h:6, from /kisskb/src/net/batman-adv/translation-table.c:39: /kisskb/src/net/batman-adv/translation-table.c: In function 'nla_put_u16': /kisskb/src/include/net/netlink.h:1257:6: note: byref variable will be forcibly initialized 1257 | u16 tmp = value; | ^~~ /kisskb/src/net/batman-adv/translation-table.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized 1309 | u32 tmp = value; | ^~~ /kisskb/src/net/batman-adv/translation-table.c: In function 'nla_put_u8': /kisskb/src/include/net/netlink.h:1244:5: note: byref variable will be forcibly initialized 1244 | u8 tmp = value; | ^~~ /kisskb/src/drivers/gpu/drm/drm_rect.c: In function 'drm_rect_clip_scaled': /kisskb/src/drivers/gpu/drm/drm_rect.c:95:6: note: byref variable will be forcibly initialized 95 | int diff; | ^~~~ /kisskb/src/drivers/misc/cxl/guest.c: In function 'guest_afu_cr_read32': /kisskb/src/drivers/misc/cxl/guest.c:463:6: note: byref variable will be forcibly initialized 463 | u64 val; | ^~~ /kisskb/src/drivers/misc/cxl/guest.c: In function 'guest_afu_cr_read16': /kisskb/src/drivers/misc/cxl/guest.c:475:6: note: byref variable will be forcibly initialized 475 | u64 val; | ^~~ /kisskb/src/drivers/misc/cxl/guest.c: In function 'guest_afu_cr_read8': /kisskb/src/drivers/misc/cxl/guest.c:487:6: note: byref variable will be forcibly initialized 487 | u64 val; | ^~~ 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:1886, from /kisskb/src/drivers/misc/cxl/cxl.h:16, from /kisskb/src/drivers/misc/cxl/guest.c:10: /kisskb/src/drivers/misc/cxl/guest.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized 427 | unsigned int irq; | ^~~ /kisskb/src/net/batman-adv/translation-table.c: In function 'batadv_tt_local_crc': /kisskb/src/net/batman-adv/translation-table.c:2527:9: note: byref variable will be forcibly initialized 2527 | __be16 tmp_vid; | ^~~~~~~ /kisskb/src/net/batman-adv/translation-table.c:2526:5: note: byref variable will be forcibly initialized 2526 | u8 flags; | ^~~~~ /kisskb/src/drivers/misc/cxl/guest.c: In function 'attach_afu_directed': /kisskb/src/drivers/misc/cxl/guest.c:526:17: note: byref variable will be forcibly initialized 526 | u64 mmio_addr, mmio_size; | ^~~~~~~~~ /kisskb/src/drivers/misc/cxl/guest.c:526:6: note: byref variable will be forcibly initialized 526 | u64 mmio_addr, mmio_size; | ^~~~~~~~~ /kisskb/src/net/batman-adv/translation-table.c: In function 'batadv_tt_global_crc': /kisskb/src/net/batman-adv/translation-table.c:2449:9: note: byref variable will be forcibly initialized 2449 | __be16 tmp_vid; | ^~~~~~~ /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/net/batman-adv/translation-table.c:2448:5: note: byref variable will be forcibly initialized 2448 | u8 flags; | ^~~~~ /kisskb/src/drivers/misc/cxl/guest.c: In function 'guest_alloc_irq_ranges': /kisskb/src/drivers/misc/cxl/guest.c:312:14: note: byref variable will be forcibly initialized 312 | int i, try, irq; | ^~~ /kisskb/src/drivers/misc/cxl/guest.c: In function 'guest_alloc_one_irq': /kisskb/src/drivers/misc/cxl/guest.c:293:6: note: byref variable will be forcibly initialized 293 | int irq; | ^~~ /kisskb/src/net/batman-adv/translation-table.c: In function 'batadv_tt_tvlv_container_update': /kisskb/src/net/batman-adv/translation-table.c:991:6: note: byref variable will be forcibly initialized 991 | int tt_diff_len, tt_change_len = 0; | ^~~~~~~~~~~ /kisskb/src/net/batman-adv/translation-table.c:990:32: note: byref variable will be forcibly initialized 990 | struct batadv_tvlv_tt_change *tt_change; | ^~~~~~~~~ /kisskb/src/net/batman-adv/translation-table.c:989:30: note: byref variable will be forcibly initialized 989 | struct batadv_tvlv_tt_data *tt_data; | ^~~~~~~ /kisskb/src/net/batman-adv/translation-table.c: In function 'batadv_send_my_tt_response': /kisskb/src/net/batman-adv/translation-table.c:3138:6: note: byref variable will be forcibly initialized 3138 | s32 tt_len; | ^~~~~~ /kisskb/src/net/batman-adv/translation-table.c:3133:32: note: byref variable will be forcibly initialized 3133 | struct batadv_tvlv_tt_change *tt_change; | ^~~~~~~~~ /kisskb/src/net/batman-adv/translation-table.c:3131:30: note: byref variable will be forcibly initialized 3131 | struct batadv_tvlv_tt_data *tvlv_tt_data = NULL; | ^~~~~~~~~~~~ /kisskb/src/net/batman-adv/translation-table.c: In function 'batadv_send_other_tt_response': /kisskb/src/net/batman-adv/translation-table.c:3009:6: note: byref variable will be forcibly initialized 3009 | s32 tt_len; | ^~~~~~ /kisskb/src/net/batman-adv/translation-table.c:3004:30: note: byref variable will be forcibly initialized 3004 | struct batadv_tvlv_tt_data *tvlv_tt_data = NULL; | ^~~~~~~~~~~~ /kisskb/src/net/batman-adv/translation-table.c:3003:32: note: byref variable will be forcibly initialized 3003 | struct batadv_tvlv_tt_change *tt_change; | ^~~~~~~~~ /kisskb/src/net/batman-adv/translation-table.c: In function 'batadv_tt_local_dump': /kisskb/src/net/batman-adv/translation-table.c:1175:6: note: byref variable will be forcibly initialized 1175 | int idx = cb->args[1]; | ^~~ /kisskb/src/net/batman-adv/translation-table.c: In function 'batadv_tt_global_dump': /kisskb/src/net/batman-adv/translation-table.c:1952:6: note: byref variable will be forcibly initialized 1952 | int sub = cb->args[2]; | ^~~ /kisskb/src/net/batman-adv/translation-table.c:1951:6: note: byref variable will be forcibly initialized 1951 | int idx = cb->args[1]; | ^~~ /kisskb/src/drivers/gpu/drm/drm_prime.c: In function 'drm_gem_prime_export': /kisskb/src/drivers/gpu/drm/drm_prime.c:881:29: note: byref variable will be forcibly initialized 881 | struct dma_buf_export_info exp_info = { | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_monitor_supports_rb': /kisskb/src/drivers/gpu/drm/drm_edid.c:2420:8: note: byref variable will be forcibly initialized 2420 | bool ret = false; | ^~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_gtf2_hbreak': /kisskb/src/drivers/gpu/drm/drm_edid.c:2445:6: note: byref variable will be forcibly initialized 2445 | u8 *r = NULL; | ^ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_gtf2_2c': /kisskb/src/drivers/gpu/drm/drm_edid.c:2454:6: note: byref variable will be forcibly initialized 2454 | u8 *r = NULL; | ^ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_gtf2_m': /kisskb/src/drivers/gpu/drm/drm_edid.c:2463:6: note: byref variable will be forcibly initialized 2463 | u8 *r = NULL; | ^ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_gtf2_k': /kisskb/src/drivers/gpu/drm/drm_edid.c:2472:6: note: byref variable will be forcibly initialized 2472 | u8 *r = NULL; | ^ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_gtf2_2j': /kisskb/src/drivers/gpu/drm/drm_edid.c:2481:6: note: byref variable will be forcibly initialized 2481 | u8 *r = NULL; | ^ /kisskb/src/drivers/gpu/drm/drm_prime.c: In function 'drm_prime_sg_to_page_array': /kisskb/src/drivers/gpu/drm/drm_prime.c:1002:22: note: byref variable will be forcibly initialized 1002 | struct sg_page_iter page_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_prime.c: In function 'drm_prime_sg_to_dma_addr_array': /kisskb/src/drivers/gpu/drm/drm_prime.c:1028:26: note: byref variable will be forcibly initialized 1028 | struct sg_dma_page_iter dma_iter; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'get_monitor_name': /kisskb/src/drivers/gpu/drm/drm_edid.c:4491:8: note: byref variable will be forcibly initialized 4491 | char *edid_name = NULL; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_edid_get_monitor_name': /kisskb/src/drivers/gpu/drm/drm_edid.c:4518:7: note: byref variable will be forcibly initialized 4518 | char buf[13]; | ^~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/gpu/drm/drm_edid.c:33: /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'connector_bad_edid': /kisskb/src/drivers/gpu/drm/drm_edid.c:1870:8: note: byref variable will be forcibly initialized 1870 | char prefix[20]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_do_probe_ddc_edid': /kisskb/src/drivers/gpu/drm/drm_edid.c:1810:18: note: byref variable will be forcibly initialized 1810 | struct i2c_msg msgs[] = { | ^~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c:1798:16: note: byref variable will be forcibly initialized 1798 | unsigned char segment = block >> 1; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c:1797:16: note: byref variable will be forcibly initialized 1797 | unsigned char start = block * EDID_LENGTH; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_probe_ddc': /kisskb/src/drivers/gpu/drm/drm_edid.c:2074:16: note: byref variable will be forcibly initialized 2074 | unsigned char out; | ^~~ In file included from /kisskb/src/include/linux/instrumented.h:10, from /kisskb/src/include/linux/uaccess.h:6, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.c:31: /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:756:6: note: in expansion of macro 'unlikely' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:756:15: note: in expansion of macro 'check_mul_overflow' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:756:6: note: in expansion of macro 'unlikely' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:756:15: note: in expansion of macro 'check_mul_overflow' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu.h:52, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.c:33: /kisskb/src/include/linux/slab.h:754:9: note: byref variable will be forcibly initialized 754 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_match_cea_mode': /kisskb/src/drivers/gpu/drm/drm_edid.c:3518:27: note: byref variable will be forcibly initialized 3518 | struct drm_display_mode cea_mode = *cea_mode_for_vic(vic); | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_match_cea_mode_clock_tolerance': /kisskb/src/drivers/gpu/drm/drm_edid.c:3479:27: note: byref variable will be forcibly initialized 3479 | struct drm_display_mode cea_mode = *cea_mode_for_vic(vic); | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.c: In function 'amdgpu_bo_list_free': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.c:54:21: note: byref variable will be forcibly initialized 54 | struct amdgpu_bo *bo = ttm_to_amdgpu_bo(e->tv.bo); | ^~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_update_mso': /kisskb/src/drivers/gpu/drm/drm_edid.c:5287:24: note: byref variable will be forcibly initialized 5287 | struct displayid_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.c: In function 'amdgpu_bo_list_create': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.c:149:21: note: byref variable will be forcibly initialized 149 | struct amdgpu_bo *bo = ttm_to_amdgpu_bo(array[i].tv.bo); | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.c:144:21: note: byref variable will be forcibly initialized 144 | struct amdgpu_bo *bo = ttm_to_amdgpu_bo(array[i].tv.bo); | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.c:95:21: note: byref variable will be forcibly initialized 95 | struct amdgpu_bo *bo; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.c: In function 'amdgpu_bo_list_get_list': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.c:191:19: note: byref variable will be forcibly initialized 191 | struct list_head bucket[AMDGPU_BO_LIST_NUM_BUCKETS]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_cvt_modes': /kisskb/src/drivers/gpu/drm/drm_edid.c:3185:11: note: byref variable will be forcibly initialized 3185 | const u8 empty[3] = { 0, 0, 0 }; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c:3184:12: note: byref variable will be forcibly initialized 3184 | const int rates[] = { 60, 85, 75, 60, 50 }; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.c: In function 'amdgpu_bo_list_ioctl': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.c:273:25: note: byref variable will be forcibly initialized 273 | struct amdgpu_bo_list *list, *old; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.c:272:35: note: byref variable will be forcibly initialized 272 | struct drm_amdgpu_bo_list_entry *info = NULL; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'add_displayid_detailed_modes': /kisskb/src/drivers/gpu/drm/drm_edid.c:5482:24: note: byref variable will be forcibly initialized 5482 | struct displayid_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'add_hdmi_mandatory_stereo_modes': /kisskb/src/drivers/gpu/drm/drm_edid.c:3895:19: note: byref variable will be forcibly initialized 3895 | struct list_head stereo_modes; | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/drm/drm_print.h:32, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h:29, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.h:26, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu.h:43, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c:26: /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c: In function 'amdgpu_ctx_init_entity': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c:170:45: note: byref variable will be forcibly initialized 170 | struct drm_gpu_scheduler **scheds = NULL, *sched = NULL; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_find_cea_extension': /kisskb/src/drivers/gpu/drm/drm_edid.c:3361:6: note: byref variable will be forcibly initialized 3361 | int ext_index = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c:3359:24: note: byref variable will be forcibly initialized 3359 | struct displayid_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_edid_to_sad': /kisskb/src/drivers/gpu/drm/drm_edid.c:4648:16: note: byref variable will be forcibly initialized 4648 | int i, start, end, dbl; | ^~~ /kisskb/src/drivers/gpu/drm/drm_edid.c:4648:9: note: byref variable will be forcibly initialized 4648 | int i, start, end, dbl; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_edid_to_speaker_allocation': /kisskb/src/drivers/gpu/drm/drm_edid.c:4710:16: note: byref variable will be forcibly initialized 4710 | int i, start, end, dbl; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c: In function 'amdgpu_ctx_ioctl': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c:474:11: note: byref variable will be forcibly initialized 474 | uint32_t id; | ^~ /kisskb/src/drivers/gpu/drm/drm_edid.c:4710:9: note: byref variable will be forcibly initialized 4710 | int i, start, end, dbl; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_detect_hdmi_monitor': /kisskb/src/drivers/gpu/drm/drm_edid.c:4806:20: note: byref variable will be forcibly initialized 4806 | int start_offset, end_offset; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c:4806:6: note: byref variable will be forcibly initialized 4806 | int start_offset, end_offset; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_detect_monitor_audio': /kisskb/src/drivers/gpu/drm/drm_edid.c:4845:20: note: byref variable will be forcibly initialized 4845 | int start_offset, end_offset; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c:4845:6: note: byref variable will be forcibly initialized 4845 | int start_offset, end_offset; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_parse_cea_ext': /kisskb/src/drivers/gpu/drm/drm_edid.c:5157:16: note: byref variable will be forcibly initialized 5157 | int i, start, end; | ^~~ /kisskb/src/drivers/gpu/drm/drm_edid.c:5157:9: note: byref variable will be forcibly initialized 5157 | int i, start, end; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c: In function 'amdgpu_ctx_mgr_entity_flush': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c:672:11: note: byref variable will be forcibly initialized 672 | uint32_t id, i, j; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c: In function 'amdgpu_ctx_mgr_entity_fini': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c:698:11: note: byref variable will be forcibly initialized 698 | uint32_t id, i, j; | ^~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'drm_edid_to_eld': /kisskb/src/drivers/gpu/drm/drm_edid.c:4583:17: note: byref variable will be forcibly initialized 4583 | int i, start, end; | ^~~ /kisskb/src/drivers/gpu/drm/drm_edid.c:4583:10: note: byref variable will be forcibly initialized 4583 | int i, start, end; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c: In function 'amdgpu_ctx_mgr_fini': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c:726:11: note: byref variable will be forcibly initialized 726 | uint32_t id; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c: In function 'amdgpu_ctx_mgr_fence_usage': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c:794:19: note: byref variable will be forcibly initialized 794 | ktime_t ttotal, tmax; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c:794:11: note: byref variable will be forcibly initialized 794 | ktime_t ttotal, tmax; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c:785:11: note: byref variable will be forcibly initialized 785 | uint32_t id; | ^~ /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'add_cea_modes': /kisskb/src/drivers/gpu/drm/drm_edid.c:4319:17: note: byref variable will be forcibly initialized 4319 | int i, start, end; | ^~~ /kisskb/src/drivers/gpu/drm/drm_edid.c:4319:10: note: byref variable will be forcibly initialized 4319 | int i, start, end; | ^~~~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/hdmi.h:28, from /kisskb/src/drivers/gpu/drm/drm_edid.c:32: /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'add_alternate_cea_modes': /kisskb/src/drivers/gpu/drm/drm_edid.c:3645:12: note: byref variable will be forcibly initialized 3645 | 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/gpu/drm/drm_edid.c: In function 'drm_update_tile_info': /kisskb/src/drivers/gpu/drm/drm_edid.c:6128:24: note: byref variable will be forcibly initialized 6128 | struct displayid_iter iter; | ^~~~ /kisskb/src/drivers/misc/cxl/of.c: In function 'read_handle': /kisskb/src/drivers/misc/cxl/of.c:57:6: note: byref variable will be forcibly initialized 57 | u64 size; | ^~~~ /kisskb/src/drivers/misc/cxl/of.c: In function 'read_phys_addr': /kisskb/src/drivers/misc/cxl/of.c:72:9: note: byref variable will be forcibly initialized 72 | int i, len, entry_size, naddr, nsize, type; | ^~~ /kisskb/src/drivers/misc/cxl/of.c: In function 'read_vpd': /kisskb/src/drivers/misc/cxl/of.c:113:7: note: byref variable will be forcibly initialized 113 | char vpd[256]; | ^~~ In file included from /kisskb/src/drivers/misc/cxl/of.c:9: /kisskb/src/drivers/misc/cxl/of.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/misc/cxl/of.c: In function 'read_adapter_irq_config': /kisskb/src/drivers/misc/cxl/of.c:286:6: note: byref variable will be forcibly initialized 286 | int len, nranges, i; | ^~~ /kisskb/src/drivers/misc/cxl/of.c: In function 'cxl_of_read_afu_properties': /kisskb/src/drivers/misc/cxl/of.c:146:15: note: byref variable will be forcibly initialized 146 | u32 val = 0, class_code; | ^~~~~~~~~~ /kisskb/src/drivers/misc/cxl/of.c:146:6: note: byref variable will be forcibly initialized 146 | u32 val = 0, class_code; | ^~~ /kisskb/src/drivers/misc/cxl/of.c:145:17: note: byref variable will be forcibly initialized 145 | u16 device_id, vendor_id; | ^~~~~~~~~ /kisskb/src/drivers/misc/cxl/of.c:145:6: note: byref variable will be forcibly initialized 145 | u16 device_id, vendor_id; | ^~~~~~~~~ /kisskb/src/drivers/misc/cxl/of.c:142:9: note: byref variable will be forcibly initialized 142 | int i, len, rc; | ^~~ /kisskb/src/drivers/misc/cxl/of.c: In function 'cxl_of_read_adapter_properties': /kisskb/src/drivers/misc/cxl/of.c:350:6: note: byref variable will be forcibly initialized 350 | u32 val = 0; | ^~~ /kisskb/src/drivers/misc/cxl/of.c:347:10: note: byref variable will be forcibly initialized 347 | int rc, len, naddr, i; | ^~~ /kisskb/src/drivers/gpu/drm/drm_flip_work.c: In function 'flip_worker': /kisskb/src/drivers/gpu/drm/drm_flip_work.c:117:19: note: byref variable will be forcibly initialized 117 | struct list_head tasks; | ^~~~~ /kisskb/src/drivers/misc/cxl/hcalls.c: In function 'cxl_h_control_function': /kisskb/src/drivers/misc/cxl/hcalls.c:208:16: note: byref variable will be forcibly initialized 208 | unsigned long retbuf[PLPAR_HCALL9_BUFSIZE]; | ^~~~~~ /kisskb/src/drivers/misc/cxl/hcalls.c: In function 'cxl_h_control_facility': /kisskb/src/drivers/misc/cxl/hcalls.c:481:16: note: byref variable will be forcibly initialized 481 | unsigned long retbuf[PLPAR_HCALL9_BUFSIZE]; | ^~~~~~ /kisskb/src/drivers/misc/cxl/hcalls.c: In function 'cxl_h_download_facility': /kisskb/src/drivers/misc/cxl/hcalls.c:562:16: note: byref variable will be forcibly initialized 562 | unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; | ^~~~~~ /kisskb/src/drivers/misc/cxl/hcalls.c: In function 'cxl_h_attach_process': /kisskb/src/drivers/misc/cxl/hcalls.c:135:16: note: byref variable will be forcibly initialized 135 | unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; | ^~~~~~ /kisskb/src/drivers/misc/cxl/hcalls.c: In function 'cxl_h_detach_process': /kisskb/src/drivers/misc/cxl/hcalls.c:176:16: note: byref variable will be forcibly initialized 176 | unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; | ^~~~~~ /kisskb/src/drivers/misc/cxl/hcalls.c: In function 'cxl_h_control_faults': /kisskb/src/drivers/misc/cxl/hcalls.c:441:16: note: byref variable will be forcibly initialized 441 | unsigned long retbuf[PLPAR_HCALL_BUFSIZE]; | ^~~~~~ /kisskb/src/drivers/nvme/host/hwmon.c: In function 'nvme_get_temp_thresh': /kisskb/src/drivers/nvme/host/hwmon.c:23:6: note: byref variable will be forcibly initialized 23 | u32 status; | ^~~~~~ /kisskb/src/drivers/misc/cxl/debugfs.c: In function 'cxl_debugfs_adapter_add': /kisskb/src/drivers/misc/cxl/debugfs.c:60:7: note: byref variable will be forcibly initialized 60 | char buf[32]; | ^~~ /kisskb/src/drivers/misc/cxl/debugfs.c: In function 'cxl_debugfs_afu_add': /kisskb/src/drivers/misc/cxl/debugfs.c:99:7: note: byref variable will be forcibly initialized 99 | char buf[32]; | ^~~ /kisskb/src/drivers/mfd/sec-core.c: In function 'sec_pmic_dump_rev': /kisskb/src/drivers/mfd/sec-core.c:253:15: note: byref variable will be forcibly initialized 253 | unsigned int val; | ^~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_pci.c: In function 'ahd_configure_termination': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_pci.c:641:11: note: byref variable will be forcibly initialized 641 | uint8_t termctl; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_pci.c: In function 'ahd_check_extport': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_pci.c:506:20: note: byref variable will be forcibly initialized 506 | struct vpd_config vpd; | ^~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/arch/powerpc/include/asm/io.h:27, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/dma-buf-map.h:9, from /kisskb/src/include/drm/ttm/ttm_resource.h:30, from /kisskb/src/include/drm/ttm/ttm_range_manager.h:6, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gtt_mgr.c:25: /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gtt_mgr.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_bridge.c: In function 'select_bus_fmt_recursive': /kisskb/src/drivers/gpu/drm/drm_bridge.c:827:15: note: byref variable will be forcibly initialized 827 | unsigned int num_in_bus_fmts, i; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_bridge.c: In function 'drm_atomic_bridge_chain_select_bus_fmts': /kisskb/src/drivers/gpu/drm/drm_bridge.c:948:18: note: byref variable will be forcibly initialized 948 | unsigned int i, num_out_bus_fmts; | ^~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/drm/drm_crtc.h:28, from /kisskb/src/include/drm/drm_atomic.h:31, from /kisskb/src/drivers/gpu/drm/drm_atomic.c:32: /kisskb/src/drivers/gpu/drm/drm_atomic.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/asm-generic/div64.h:27, from ./arch/powerpc/include/generated/asm/div64.h:1, from /kisskb/src/include/linux/math.h:5, from /kisskb/src/include/linux/math64.h:6, from /kisskb/src/include/linux/time.h:6, from /kisskb/src/include/linux/ktime.h:24, from /kisskb/src/include/linux/sync_file.h:17, from /kisskb/src/drivers/gpu/drm/drm_atomic.c:30: /kisskb/src/drivers/gpu/drm/drm_atomic.c: In function 'krealloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:647:6: note: in expansion of macro 'unlikely' 647 | if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:647:15: note: in expansion of macro 'check_mul_overflow' 647 | if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:647:6: note: in expansion of macro 'unlikely' 647 | if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:647:15: note: in expansion of macro 'check_mul_overflow' 647 | if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/drm/drm_crtc.h:28, from /kisskb/src/include/drm/drm_atomic.h:31, from /kisskb/src/drivers/gpu/drm/drm_atomic.c:32: /kisskb/src/include/linux/slab.h:645:9: note: byref variable will be forcibly initialized 645 | size_t bytes; | ^~~~~ /kisskb/src/net/nfc/llcp_core.c: In function 'nfc_llcp_build_gb': /kisskb/src/net/nfc/llcp_core.c:525:9: note: byref variable will be forcibly initialized 525 | __be16 wks = cpu_to_be16(local->local_wks); | ^~~ /kisskb/src/net/nfc/llcp_core.c:522:29: note: byref variable will be forcibly initialized 522 | u8 lto_length, wks_length, miux_length; | ^~~~~~~~~~~ /kisskb/src/net/nfc/llcp_core.c:522:17: note: byref variable will be forcibly initialized 522 | u8 lto_length, wks_length, miux_length; | ^~~~~~~~~~ /kisskb/src/net/nfc/llcp_core.c:522:5: note: byref variable will be forcibly initialized 522 | u8 lto_length, wks_length, miux_length; | ^~~~~~~~~~ /kisskb/src/net/nfc/llcp_core.c:521:23: note: byref variable will be forcibly initialized 521 | u8 *gb_cur, version, version_length; | ^~~~~~~~~~~~~~ /kisskb/src/net/nfc/llcp_core.c:521:14: note: byref variable will be forcibly initialized 521 | u8 *gb_cur, version, version_length; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic.c: In function 'drm_atomic_add_affected_connectors': /kisskb/src/drivers/gpu/drm/drm_atomic.c:1204:33: note: byref variable will be forcibly initialized 1204 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ In file included from /kisskb/src/net/nfc/llcp_core.c:11: /kisskb/src/net/nfc/llcp_core.c: In function 'nfc_llcp_sdreq_timeout_work': /kisskb/src/net/nfc/llcp_core.c:243:13: note: byref variable will be forcibly initialized 243 | HLIST_HEAD(nl_sdres_list); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:792:44: note: in definition of macro 'HLIST_HEAD' 792 | #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } | ^~~~ /kisskb/src/net/nfc/llcp_core.c: In function 'nfc_llcp_recv_snl': /kisskb/src/net/nfc/llcp_core.c:1241:13: note: byref variable will be forcibly initialized 1241 | HLIST_HEAD(nl_sdres_list); | ^~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:792:44: note: in definition of macro 'HLIST_HEAD' 792 | #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } | ^~~~ /kisskb/src/net/nfc/llcp_core.c:1239:13: note: byref variable will be forcibly initialized 1239 | HLIST_HEAD(llc_sdres_list); | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/list.h:792:44: note: in definition of macro 'HLIST_HEAD' 792 | #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } | ^~~~ /kisskb/src/drivers/gpu/drm/drm_atomic.c: In function '__drm_atomic_helper_set_config': /kisskb/src/drivers/gpu/drm/drm_atomic.c:1544:16: note: byref variable will be forcibly initialized 1544 | int hdisplay, vdisplay; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic.c:1544:6: note: byref variable will be forcibly initialized 1544 | int hdisplay, vdisplay; | ^~~~~~~~ /kisskb/src/net/nfc/llcp_core.c: In function 'nfc_llcp_recv_connect': /kisskb/src/net/nfc/llcp_core.c:896:10: note: byref variable will be forcibly initialized 896 | size_t sn_len; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic.c: In function '__drm_state_dump': /kisskb/src/drivers/gpu/drm/drm_atomic.c:1660:33: note: byref variable will be forcibly initialized 1660 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/nvme/host/pci.c: In function 'io_queue_count_set': /kisskb/src/drivers/nvme/host/pci.c:78:15: note: byref variable will be forcibly initialized 78 | unsigned int n; | ^ /kisskb/src/drivers/gpu/drm/drm_atomic.c: In function 'drm_state_info': /kisskb/src/drivers/gpu/drm/drm_atomic.c:1717:21: note: byref variable will be forcibly initialized 1717 | struct drm_printer p = drm_seq_file_printer(m); | ^ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/drm/drm_crtc.h:28, from /kisskb/src/include/drm/drm_atomic.h:31, from /kisskb/src/drivers/gpu/drm/drm_framebuffer.c:26: /kisskb/src/drivers/gpu/drm/drm_framebuffer.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_framebuffer.c: In function 'atomic_remove_fb': /kisskb/src/drivers/gpu/drm/drm_framebuffer.c:955:33: note: byref variable will be forcibly initialized 955 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_framebuffer.c: In function 'drm_mode_rmfb': /kisskb/src/drivers/gpu/drm/drm_framebuffer.c:465:29: note: byref variable will be forcibly initialized 465 | struct drm_mode_rmfb_work arg; | ^~~ /kisskb/src/drivers/gpu/drm/drm_framebuffer.c: In function 'drm_fb_release': /kisskb/src/drivers/gpu/drm/drm_framebuffer.c:777:28: note: byref variable will be forcibly initialized 777 | struct drm_mode_rmfb_work arg; | ^~~ /kisskb/src/drivers/gpu/drm/drm_framebuffer.c: In function 'drm_framebuffer_info': /kisskb/src/drivers/gpu/drm/drm_framebuffer.c:1208:21: note: byref variable will be forcibly initialized 1208 | struct drm_printer p = drm_seq_file_printer(m); | ^ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/nvme/host/pci.c:7: /kisskb/src/drivers/nvme/host/pci.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/nvme/host/pci.c: In function '__nvme_alloc_host_mem': /kisskb/src/drivers/nvme/host/pci.c:1981:14: note: byref variable will be forcibly initialized 1981 | dma_addr_t dma_addr; | ^~~~~~~~ /kisskb/src/drivers/nvme/host/pci.c:1959:13: note: byref variable will be forcibly initialized 1959 | dma_addr_t descs_dma; | ^~~~~~~~~ /kisskb/src/drivers/nvme/host/pci.c: In function 'hmb_store': /kisskb/src/drivers/nvme/host/pci.c:2125:7: note: byref variable will be forcibly initialized 2125 | bool new; | ^~~ In file included from /kisskb/src/drivers/nvme/host/pci.c:22: /kisskb/src/drivers/nvme/host/pci.c: In function 'pci_bus_address': /kisskb/src/include/linux/pci.h:1435:24: note: byref variable will be forcibly initialized 1435 | struct pci_bus_region region; | ^~~~~~ /kisskb/src/drivers/nvme/host/pci.c: In function 'nvme_warn_reset': /kisskb/src/drivers/nvme/host/pci.c:1257:6: note: byref variable will be forcibly initialized 1257 | u16 pci_status; | ^~~~~~~~~~ In file included from /kisskb/src/drivers/nvme/host/pci.c:11: /kisskb/src/drivers/nvme/host/pci.c: In function 'blk_rq_map_sg': /kisskb/src/include/linux/blk-mq.h:1068:22: note: byref variable will be forcibly initialized 1068 | struct scatterlist *last_sg = NULL; | ^~~~~~~ /kisskb/src/drivers/nvme/host/pci.c: In function 'nvme_pci_setup_sgls': /kisskb/src/drivers/nvme/host/pci.c:754:13: note: byref variable will be forcibly initialized 754 | dma_addr_t sgl_dma; | ^~~~~~~ /kisskb/src/drivers/mfd/syscon.c: In function 'of_syscon_register': /kisskb/src/drivers/mfd/syscon.c:52:18: note: byref variable will be forcibly initialized 52 | struct resource res; | ^~~ /kisskb/src/drivers/mfd/syscon.c:49:6: note: byref variable will be forcibly initialized 49 | u32 reg_io_width; | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_resolve_seqaddr': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:9455:8: note: byref variable will be forcibly initialized 9455 | u_int skip_addr; | ^~~~~~~~~ /kisskb/src/drivers/nvme/host/pci.c: In function 'nvme_print_sgl': /kisskb/src/drivers/nvme/host/pci.c:626:14: note: byref variable will be forcibly initialized 626 | dma_addr_t phys = sg_phys(sg); | ^~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:9453:22: note: byref variable will be forcibly initialized 9453 | const struct patch *cur_patch; | ^~~~~~~~~ In file included from /kisskb/src/arch/powerpc/include/asm/bug.h:149, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/arch/powerpc/include/asm/mmu.h:147, from /kisskb/src/arch/powerpc/include/asm/lppaca.h:46, from /kisskb/src/arch/powerpc/include/asm/paca.h:17, from /kisskb/src/arch/powerpc/include/asm/current.h:13, from /kisskb/src/include/linux/mutex.h:14, 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/nvme/host/pci.c:7: /kisskb/src/drivers/nvme/host/pci.c: In function 'nvme_pci_setup_prps': /kisskb/src/include/linux/once.h:44:18: note: byref variable will be forcibly initialized 44 | unsigned long ___flags; \ | ^~~~~~~~ /kisskb/src/include/asm-generic/bug.h:173:25: note: in definition of macro 'WARN' 173 | int __ret_warn_on = !!(condition); \ | ^~~~~~~~~ /kisskb/src/drivers/nvme/host/pci.c:720:7: note: in expansion of macro 'DO_ONCE' 720 | WARN(DO_ONCE(nvme_print_sgl, iod->sg, iod->nents), | ^~~~~~~ /kisskb/src/drivers/nvme/host/pci.c:646:13: note: byref variable will be forcibly initialized 646 | dma_addr_t prp_dma; | ^~~~~~~ /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/nvme/host/pci.c: In function 'nvme_map_data': /kisskb/src/drivers/nvme/host/pci.c:854:18: note: byref variable will be forcibly initialized 854 | struct bio_vec bv = req_bvec(req); | ^~ /kisskb/src/drivers/nvme/host/pci.c: In function 'nvme_setup_io_queues': /kisskb/src/drivers/nvme/host/pci.c:2276:15: note: byref variable will be forcibly initialized 2276 | unsigned int nr_io_queues; | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:6, from /kisskb/src/drivers/scsi/aic7xxx/aic79xx_osm.h:46, from /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:43: /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/nvme/host/pci.c:7: /kisskb/src/drivers/nvme/host/pci.c: In function 'kmalloc_array_node': /kisskb/src/include/linux/slab.h:680:9: note: byref variable will be forcibly initialized 680 | size_t bytes; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_download_instr': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:9482:20: note: byref variable will be forcibly initialized 9482 | union ins_formats instr; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_update_neg_table': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:4075:11: note: byref variable will be forcibly initialized 4075 | uint8_t iocell_opts[sizeof(ahd->iocell_opts)]; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_loadseq': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:9272:10: note: byref variable will be forcibly initialized 9272 | uint8_t download_consts[DOWNLOAD_CONST_COUNT]; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:9266:8: note: byref variable will be forcibly initialized 9266 | u_int skip_addr; | ^~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:9261:22: note: byref variable will be forcibly initialized 9261 | const struct patch *cur_patch; | ^~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:9260:8: note: byref variable will be forcibly initialized 9260 | u_int end_set[NUM_CRITICAL_SECTIONS]; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:9259:8: note: byref variable will be forcibly initialized 9259 | u_int begin_set[NUM_CRITICAL_SECTIONS]; | ^~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:9258:12: note: byref variable will be forcibly initialized 9258 | struct cs cs_table[NUM_CRITICAL_SECTIONS]; | ^~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_busy_tcl': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:7937:8: note: byref variable will be forcibly initialized 7937 | u_int saved_scbptr; | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_find_busy_tcl': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:7925:8: note: byref variable will be forcibly initialized 7925 | u_int saved_scbptr; | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_build_transfer_msg': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:4500:8: note: byref variable will be forcibly initialized 4500 | u_int offset; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:4499:8: note: byref variable will be forcibly initialized 4499 | u_int ppr_options; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:4498:8: note: byref variable will be forcibly initialized 4498 | u_int period; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_dump_card_state': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:9640:10: note: byref variable will be forcibly initialized 9640 | u_int cur_col; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_search_qinfifo': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:8215:9: note: byref variable will be forcibly initialized 8215 | u_int tid_tail; | ^~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:8214:9: note: byref variable will be forcibly initialized 8214 | u_int tid_head; | ^~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_stat_timer': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:8788:9: note: byref variable will be forcibly initialized 8788 | u_long s; | ^ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_chip_init': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:7376:23: note: byref variable will be forcibly initialized 7376 | struct ahd_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_handle_scsi_status': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:8931:22: note: byref variable will be forcibly initialized 8931 | struct ahd_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_connector.c: In function 'drm_connector_set_tile_property': /kisskb/src/drivers/gpu/drm/drm_connector.c:2030:7: note: byref variable will be forcibly initialized 2030 | char tile[256]; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_encoder.c: In function 'drm_encoder_init': /kisskb/src/drivers/gpu/drm/drm_encoder.c:163:10: note: byref variable will be forcibly initialized 163 | va_list ap; | ^~ /kisskb/src/drivers/gpu/drm/drm_encoder.c: In function '__drmm_encoder_alloc': /kisskb/src/drivers/gpu/drm/drm_encoder.c:221:10: note: byref variable will be forcibly initialized 221 | va_list ap; | ^~ /kisskb/src/drivers/gpu/drm/drm_encoder.c: In function 'drm_encoder_get_crtc': /kisskb/src/drivers/gpu/drm/drm_encoder.c:252:33: note: byref variable will be forcibly initialized 252 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_update_pending_scbs': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:4206:22: note: byref variable will be forcibly initialized 4206 | struct ahd_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_connector.c: In function 'drm_mode_get_tile_group': /kisskb/src/drivers/gpu/drm/drm_connector.c:2701:6: note: byref variable will be forcibly initialized 2701 | int id; | ^~ /kisskb/src/drivers/gpu/drm/drm_connector.c: In function 'drm_connector_unregister_all': /kisskb/src/drivers/gpu/drm/drm_connector.c:595:33: note: byref variable will be forcibly initialized 595 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_connector.c: In function 'drm_connector_register_all': /kisskb/src/drivers/gpu/drm/drm_connector.c:606:33: note: byref variable will be forcibly initialized 606 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_connector.c: In function 'drm_connector_get_cmdline_mode': /kisskb/src/drivers/gpu/drm/drm_connector.c:153:8: note: byref variable will be forcibly initialized 153 | char *option = NULL; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_default_config': In file included from /kisskb/src/drivers/gpu/drm/drm_blend.c:28: /kisskb/src/drivers/gpu/drm/drm_blend.c: In function 'kmalloc_array': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:7558:23: note: byref variable will be forcibly initialized 7558 | struct ahd_devinfo devinfo; | ^~~~~~~ /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_parse_cfgdata': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:7637:23: note: byref variable will be forcibly initialized 7637 | struct ahd_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_connector.c: In function 'drm_connector_property_set_ioctl': /kisskb/src/drivers/gpu/drm/drm_connector.c:2390:35: note: byref variable will be forcibly initialized 2390 | struct drm_mode_obj_set_property obj_set_prop = { | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_connector.c: In function 'drm_mode_getconnector': /kisskb/src/drivers/gpu/drm/drm_connector.c:2456:27: note: byref variable will be forcibly initialized 2456 | struct drm_mode_modeinfo u_mode; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_parse_msg': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:5291:10: note: byref variable will be forcibly initialized 5291 | u_int ppr_options; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:5290:10: note: byref variable will be forcibly initialized 5290 | u_int bus_width; | ^~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:5289:10: note: byref variable will be forcibly initialized 5289 | u_int offset; | ^~~~~~ In file included from /kisskb/src/include/linux/restart_block.h:10, from /kisskb/src/include/linux/thread_info.h:14, from /kisskb/src/include/asm-generic/preempt.h:5, from ./arch/powerpc/include/generated/asm/preempt.h:1, from /kisskb/src/include/linux/preempt.h:78, from /kisskb/src/include/linux/smp.h:110, from /kisskb/src/include/linux/lockdep.h:14, from /kisskb/src/include/linux/mutex.h:17, from /kisskb/src/include/linux/notifier.h:14, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gpu.c:6: /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gpu.c: In function 'timespec64_sub': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:5288:10: note: byref variable will be forcibly initialized 5288 | u_int period; | ^~~~~~ /kisskb/src/include/linux/time64.h:80:20: note: byref variable will be forcibly initialized 80 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:5192:10: note: byref variable will be forcibly initialized 5192 | u_int bus_width; | ^~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gem.h:11, from /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gpu.h:10, from /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gpu.c:20: /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gpu.c: In function 'etnaviv_timeout_to_jiffies': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_drv.h:107:24: note: byref variable will be forcibly initialized 107 | struct timespec64 ts, to = { | ^~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_drv.h:107:20: note: byref variable will be forcibly initialized 107 | struct timespec64 ts, to = { | ^~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:5119:11: note: byref variable will be forcibly initialized 5119 | u_int offset; | ^~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:5118:11: note: byref variable will be forcibly initialized 5118 | u_int ppr_options; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:5117:11: note: byref variable will be forcibly initialized 5117 | u_int period; | ^~~~~~ /kisskb/src/drivers/mfd/lm3533-core.c: In function 'lm3533_read': /kisskb/src/drivers/mfd/lm3533-core.c:85:6: note: byref variable will be forcibly initialized 85 | int tmp; | ^~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_handle_message_phase': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:4679:21: note: byref variable will be forcibly initialized 4679 | struct ahd_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/mfd/lm3533-core.c: In function 'store_output': /kisskb/src/drivers/mfd/lm3533-core.c:299:5: note: byref variable will be forcibly initialized 299 | u8 val; | ^~~ /kisskb/src/drivers/mfd/lm3533-core.c: In function 'show_output': /kisskb/src/drivers/mfd/lm3533-core.c:263:5: note: byref variable will be forcibly initialized 263 | u8 val; | ^~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_reset_channel': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:8761:23: note: byref variable will be forcibly initialized 8761 | struct ahd_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:8615:21: note: byref variable will be forcibly initialized 8615 | struct ahd_devinfo caminfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_handle_nonpkt_busfree': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:3017:21: note: byref variable will be forcibly initialized 3017 | struct ahd_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gpu.c: In function 'etnaviv_gpu_debugfs': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gpu.c:889:19: note: byref variable will be forcibly initialized 889 | struct dma_debug debug; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_handle_proto_violation': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:3291:21: note: byref variable will be forcibly initialized 3291 | struct ahd_devinfo devinfo; | ^~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/srcutree.h:15, from /kisskb/src/include/linux/srcu.h:49, from /kisskb/src/include/linux/notifier.h:16, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gpu.c:6: /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gpu.c: In function 'etnaviv_gpu_wait_obj_inactive': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gpu.c:1266:8: note: in expansion of macro 'wait_event_interruptible_timeout' 1266 | ret = wait_event_interruptible_timeout(gpu->fence_event, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_handle_seqint': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:2290:24: note: byref variable will be forcibly initialized 2290 | struct ahd_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:2230:22: note: byref variable will be forcibly initialized 2230 | struct ahd_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:2153:22: note: byref variable will be forcibly initialized 2153 | struct ahd_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:2044:22: note: byref variable will be forcibly initialized 2044 | struct ahd_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:1905:23: note: byref variable will be forcibly initialized 1905 | struct ahd_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gpu.c: In function 'etnaviv_gpu_submit': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_gpu.c:1341:33: note: byref variable will be forcibly initialized 1341 | unsigned int i, nr_events = 1, event[3]; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_handle_transmission_error': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:2664:8: note: byref variable will be forcibly initialized 2664 | u_int cur_col; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_handle_scsiint': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:2487:23: note: byref variable will be forcibly initialized 2487 | struct ahd_devinfo devinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c: In function 'ahd_init': /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:6996:12: note: byref variable will be forcibly initialized 6996 | uint8_t fstat; | ^~~~~ /kisskb/src/drivers/scsi/aic7xxx/aic79xx_core.c:6995:12: note: byref variable will be forcibly initialized 6995 | uint8_t current_sensing; | ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c:25: /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c: In function 'amdgpu_vram_mgr_alloc_sgt': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c:541:27: note: byref variable will be forcibly initialized 541 | struct amdgpu_res_cursor cursor; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c: In function 'amdgpu_virt_ras_release_bp': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c:312:20: note: byref variable will be forcibly initialized 312 | struct amdgpu_bo *bo; | ^~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu.h:52, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c:28: /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c: In function 'amdgpu_virt_ras_reserve_bps': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c:361:20: note: byref variable will be forcibly initialized 361 | struct amdgpu_bo *bo = NULL; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c: In function 'amdgpu_virt_add_bad_page': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c:408:29: note: byref variable will be forcibly initialized 408 | struct eeprom_table_record bp; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c: In function 'amdgpu_virt_kiq_reg_write_reg_wait': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c:72:11: note: byref variable will be forcibly initialized 72 | uint32_t seq; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c: In function 'amdgpu_atomfirmware_query_firmware_capability': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c:52:11: note: byref variable will be forcibly initialized 52 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c:52:5: note: byref variable will be forcibly initialized 52 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c:50:19: note: byref variable will be forcibly initialized 50 | u16 data_offset, size; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c:50:6: note: byref variable will be forcibly initialized 50 | u16 data_offset, size; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c: In function 'amdgpu_atomfirmware_scratch_regs_init': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c:91:11: note: byref variable will be forcibly initialized 91 | uint16_t data_offset; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c: In function 'amdgpu_atomfirmware_allocate_fb_scratch': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c:111:11: note: byref variable will be forcibly initialized 111 | uint16_t data_offset; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c: In function 'amdgpu_atomfirmware_get_vram_info': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c:233:11: note: byref variable will be forcibly initialized 233 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c:233:5: note: byref variable will be forcibly initialized 233 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c:229:19: note: byref variable will be forcibly initialized 229 | u16 data_offset, size; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c:229:6: note: byref variable will be forcibly initialized 229 | u16 data_offset, size; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c: In function 'amdgpu_atomfirmware_mem_ecc_supported': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c:398:11: note: byref variable will be forcibly initialized 398 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c:398:5: note: byref variable will be forcibly initialized 398 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c:396:19: note: byref variable will be forcibly initialized 396 | u16 data_offset, size; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c:396:6: note: byref variable will be forcibly initialized 396 | u16 data_offset, size; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c: In function 'amdgpu_atomfirmware_ras_rom_addr': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c:488:11: note: byref variable will be forcibly initialized 488 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c:488:5: note: byref variable will be forcibly initialized 488 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c:486:19: note: byref variable will be forcibly initialized 486 | u16 data_offset, size; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c:486:6: note: byref variable will be forcibly initialized 486 | u16 data_offset, size; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c: In function 'amdgpu_atomfirmware_get_clock_info': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c:537:11: note: byref variable will be forcibly initialized 537 | uint16_t data_offset; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c:536:16: note: byref variable will be forcibly initialized 536 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c:536:10: note: byref variable will be forcibly initialized 536 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c: In function 'amdgpu_atomfirmware_get_gfx_info': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c:633:11: note: byref variable will be forcibly initialized 633 | uint16_t data_offset; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c:632:16: note: byref variable will be forcibly initialized 632 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c:632:10: note: byref variable will be forcibly initialized 632 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c: In function 'amdgpu_atomfirmware_get_fw_reserved_fb_size': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c:706:11: note: byref variable will be forcibly initialized 706 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c:706:5: note: byref variable will be forcibly initialized 706 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c:705:19: note: byref variable will be forcibly initialized 705 | u16 data_offset, size; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c:705:6: note: byref variable will be forcibly initialized 705 | u16 data_offset, size; | ^~~~~~~~~~~ /kisskb/src/drivers/nvme/host/fabrics.c: In function 'nvmf_reg_read32': /kisskb/src/drivers/nvme/host/fabrics.c:148:20: note: byref variable will be forcibly initialized 148 | union nvme_result res; | ^~~ /kisskb/src/drivers/nvme/host/fabrics.c:147:22: note: byref variable will be forcibly initialized 147 | struct nvme_command cmd; | ^~~ /kisskb/src/drivers/nvme/host/fabrics.c: In function 'nvmf_reg_read64': /kisskb/src/drivers/nvme/host/fabrics.c:194:20: note: byref variable will be forcibly initialized 194 | union nvme_result res; | ^~~ /kisskb/src/drivers/nvme/host/fabrics.c: In function 'nvmf_connect_admin_queue': /kisskb/src/drivers/nvme/host/fabrics.c:366:20: note: byref variable will be forcibly initialized 366 | union nvme_result res; | ^~~ /kisskb/src/drivers/mfd/as3711.c: In function 'as3711_i2c_probe': /kisskb/src/drivers/mfd/as3711.c:124:20: note: byref variable will be forcibly initialized 124 | unsigned int id1, id2; | ^~~ /kisskb/src/drivers/mfd/as3711.c:124:15: note: byref variable will be forcibly initialized 124 | unsigned int id1, id2; | ^~~ /kisskb/src/drivers/nvme/host/fabrics.c: In function 'nvmf_connect_io_queue': /kisskb/src/drivers/nvme/host/fabrics.c:433:20: note: byref variable will be forcibly initialized 433 | union nvme_result res; | ^~~ /kisskb/src/drivers/nvme/host/fabrics.c: In function 'nvmf_parse_options': /kisskb/src/drivers/nvme/host/fabrics.c:563:9: note: byref variable will be forcibly initialized 563 | uuid_t hostid; | ^~~~~~ /kisskb/src/drivers/nvme/host/fabrics.c:560:6: note: byref variable will be forcibly initialized 560 | int token, ret = 0; | ^~~~~ /kisskb/src/drivers/nvme/host/fabrics.c:559:18: note: byref variable will be forcibly initialized 559 | char *options, *o, *p; | ^ /kisskb/src/drivers/nvme/host/fabrics.c:558:14: note: byref variable will be forcibly initialized 558 | substring_t args[MAX_OPT_ARGS]; | ^~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/drivers/mfd/iqs62x.c:19: /kisskb/src/drivers/mfd/iqs62x.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mfd/iqs62x.c: In function 'iqs62x_dev_init': /kisskb/src/drivers/mfd/iqs62x.c:111:15: note: byref variable will be forcibly initialized 111 | unsigned int val; | ^~~ /kisskb/src/drivers/mfd/iqs62x.c: In function 'iqs62x_irq': /kisskb/src/drivers/mfd/iqs62x.c:463:5: note: byref variable will be forcibly initialized 463 | u8 event_map[IQS62X_EVENT_SIZE]; | ^~~~~~~~~ /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_firmware_parse': /kisskb/src/drivers/mfd/iqs62x.c:226:15: note: byref variable will be forcibly initialized 226 | unsigned int val; | ^~~ /kisskb/src/drivers/gpu/drm/drm_mode_object.c: In function 'set_property_atomic': /kisskb/src/drivers/gpu/drm/drm_mode_object.c:485:33: note: byref variable will be forcibly initialized 485 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_mode_object.c: In function 'set_property_legacy': /kisskb/src/drivers/gpu/drm/drm_mode_object.c:453:33: note: byref variable will be forcibly initialized 453 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_mode_object.c:452:26: note: byref variable will be forcibly initialized 452 | struct drm_mode_object *ref; | ^~~ /kisskb/src/drivers/mfd/iqs62x.c: In function 'iqs62x_probe': /kisskb/src/drivers/mfd/iqs62x.c:902:14: note: byref variable will be forcibly initialized 902 | const char *fw_name = NULL; | ^~~~~~~ /kisskb/src/drivers/mfd/iqs62x.c:899:15: note: byref variable will be forcibly initialized 899 | unsigned int val; | ^~~ /kisskb/src/drivers/mfd/iqs62x.c:898:21: note: byref variable will be forcibly initialized 898 | struct iqs62x_info info; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_mode_object.c: In function 'drm_mode_object_get_properties': /kisskb/src/drivers/gpu/drm/drm_mode_object.c:361:12: note: byref variable will be forcibly initialized 361 | uint64_t val; | ^~~ /kisskb/src/drivers/gpu/drm/drm_mode_object.c: In function 'drm_mode_obj_get_properties_ioctl': /kisskb/src/drivers/gpu/drm/drm_mode_object.c:405:33: note: byref variable will be forcibly initialized 405 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_sched.c: In function 'amdgpu_sched_process_priority_override': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_sched.c:42:11: note: byref variable will be forcibly initialized 42 | uint32_t id; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_sched.c:40:23: note: byref variable will be forcibly initialized 40 | struct amdgpu_fpriv *fpriv; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_sched.c: In function 'amdgpu_sched_context_priority_override': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_sched.c:67:23: note: byref variable will be forcibly initialized 67 | struct amdgpu_fpriv *fpriv; | ^~~~~ In file included from /kisskb/src/drivers/nvme/host/fc.c:11: /kisskb/src/drivers/nvme/host/fc.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/irq.h:21, 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/include/linux/cgroup.h:26, from /kisskb/src/include/linux/blk-cgroup.h:17, from /kisskb/src/drivers/nvme/host/fc.c:12: /kisskb/src/drivers/nvme/host/fc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/nvme/host/fc.c: In function 'nvme_fc_signal_discovery_scan': /kisskb/src/drivers/nvme/host/fc.c:506:8: note: byref variable will be forcibly initialized 506 | char *envp[4] = { "FC_EVENT=nvmediscovery", hostaddr, tgtaddr, NULL }; | ^~~~ /kisskb/src/drivers/nvme/host/fc.c:505:7: note: byref variable will be forcibly initialized 505 | char tgtaddr[FCNVME_TRADDR_LENGTH]; /* NVMEFC_TRADDR=...*/ | ^~~~~~~ /kisskb/src/drivers/nvme/host/fc.c:504:7: note: byref variable will be forcibly initialized 504 | char hostaddr[FCNVME_TRADDR_LENGTH]; /* NVMEFC_HOST_TRADDR=...*/ | ^~~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/nvme/host/fc.c:6: /kisskb/src/drivers/nvme/host/fc.c: In function 'nvme_fc_nvme_discovery_store': /kisskb/src/drivers/nvme/host/fc.c:3780:12: note: byref variable will be forcibly initialized 3780 | LIST_HEAD(local_disc_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/nvme/host/fc.c: In function 'fc_parse_cgrpid': /kisskb/src/drivers/nvme/host/fc.c:3839:7: note: byref variable will be forcibly initialized 3839 | char cgrp_id[16+1]; | ^~~~~~~ /kisskb/src/drivers/nvme/host/fc.c: In function 'fc_update_appid': /kisskb/src/drivers/nvme/host/fc.c:3869:7: note: byref variable will be forcibly initialized 3869 | char app_id[FC_APPID_LEN]; | ^~~~~~ /kisskb/src/drivers/nvme/host/fc.c:3866:6: note: byref variable will be forcibly initialized 3866 | u64 cgrp_id; | ^~~~~~~ /kisskb/src/drivers/nvme/host/fc.c: In function '__nvme_fc_parse_u64': /kisskb/src/drivers/nvme/host/fc.c:3655:6: note: byref variable will be forcibly initialized 3655 | u64 token64; | ^~~~~~~ /kisskb/src/drivers/nvme/host/fc.c: In function 'nvme_fc_parse_traddr': /kisskb/src/drivers/nvme/host/fc.c:3673:14: note: byref variable will be forcibly initialized 3673 | substring_t wwn = { name, &name[sizeof(name)-1] }; | ^~~ /kisskb/src/drivers/nvme/host/fc.c:3672:7: note: byref variable will be forcibly initialized 3672 | char name[2 + NVME_FC_TRADDR_HEXNAMELEN + 1]; | ^~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/nvme/host/fc.c:6: /kisskb/src/drivers/nvme/host/fc.c: In function 'nvme_fc_delete_association': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:947:8: note: in expansion of macro '___wait_event' 947 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1007:2: note: in expansion of macro '__wait_event_lock_irq' 1007 | __wait_event_lock_irq(wq_head, condition, lock, ); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/fc.c:3240:2: note: in expansion of macro 'wait_event_lock_irq' 3240 | wait_event_lock_irq(ctrl->ioabort_wait, ctrl->iocnt == 0, ctrl->lock); | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/nvme/host/nvme.h:13, from /kisskb/src/drivers/nvme/host/fc.c:13: /kisskb/src/drivers/nvme/host/fc.c: In function 'blk_rq_map_sg': /kisskb/src/include/linux/blk-mq.h:1068:22: note: byref variable will be forcibly initialized 1068 | struct scatterlist *last_sg = NULL; | ^~~~~~~ /kisskb/src/drivers/nvme/host/fc.c: In function 'nvme_fc_fcpio_done': /kisskb/src/drivers/nvme/host/fc.c:1913:20: note: byref variable will be forcibly initialized 1913 | union nvme_result result; | ^~~~~~ /kisskb/src/drivers/nvme/host/fc.c: In function 'nvme_fc_create_io_queues': /kisskb/src/drivers/nvme/host/fc.c:2882:15: note: byref variable will be forcibly initialized 2882 | unsigned int nr_io_queues; | ^~~~~~~~~~~~ /kisskb/src/drivers/nvme/host/fc.c: In function 'nvme_fc_recreate_io_queues': /kisskb/src/drivers/nvme/host/fc.c:2956:15: note: byref variable will be forcibly initialized 2956 | unsigned int nr_io_queues; | ^~~~~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/drm_print.c:37: /kisskb/src/drivers/gpu/drm/drm_print.c: In function 'drm_vprintf': /kisskb/src/include/drm/drm_print.h:108:19: note: byref variable will be forcibly initialized 108 | struct va_format vaf = { .fmt = fmt, .va = va }; | ^~~ /kisskb/src/drivers/gpu/drm/drm_print.c: In function 'drm_printf': /kisskb/src/drivers/gpu/drm/drm_print.c:199:10: note: byref variable will be forcibly initialized 199 | va_list args; | ^~~~ /kisskb/src/drivers/mfd/rt4831.c: In function 'rt4831_probe': /kisskb/src/drivers/mfd/rt4831.c:49:15: note: byref variable will be forcibly initialized 49 | unsigned int chip_id; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_print.c: In function '__drm_dbg': /kisskb/src/drivers/gpu/drm/drm_print.c:286:10: note: byref variable will be forcibly initialized 286 | va_list args; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_print.c:285:19: note: byref variable will be forcibly initialized 285 | struct va_format vaf; | ^~~ /kisskb/src/drivers/gpu/drm/drm_print.c: In function '__drm_err': /kisskb/src/drivers/gpu/drm/drm_print.c:305:10: note: byref variable will be forcibly initialized 305 | va_list args; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_print.c:304:19: note: byref variable will be forcibly initialized 304 | struct va_format vaf; | ^~~ /kisskb/src/drivers/gpu/drm/drm_print.c: In function 'drm_dev_printk': /kisskb/src/drivers/gpu/drm/drm_print.c:242:10: note: byref variable will be forcibly initialized 242 | va_list args; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_print.c:241:19: note: byref variable will be forcibly initialized 241 | struct va_format vaf; | ^~~ /kisskb/src/drivers/gpu/drm/drm_print.c: In function 'drm_dev_dbg': /kisskb/src/drivers/gpu/drm/drm_print.c:263:10: note: byref variable will be forcibly initialized 263 | va_list args; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_print.c:262:19: note: byref variable will be forcibly initialized 262 | struct va_format vaf; | ^~~ /kisskb/src/drivers/nvme/host/fc.c: In function 'nvme_fc_create_ctrl': /kisskb/src/drivers/nvme/host/fc.c:3719:25: note: byref variable will be forcibly initialized 3719 | struct nvmet_fc_traddr raddr = { 0L, 0L }; | ^~~~~ /kisskb/src/drivers/nvme/host/fc.c:3718:25: note: byref variable will be forcibly initialized 3718 | struct nvmet_fc_traddr laddr = { 0L, 0L }; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c: In function 'amdgpu_debugfs_gfxoff_read': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:1127:12: note: byref variable will be forcibly initialized 1127 | uint32_t value; | ^~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:27: /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/drm/drm_crtc.h:28, from /kisskb/src/drivers/gpu/drm/drm_property.c:26: /kisskb/src/drivers/gpu/drm/drm_property.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c: In function 'amdgpu_debugfs_wave_read': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:891:43: note: byref variable will be forcibly initialized 891 | uint32_t offset, se, sh, cu, wave, simd, data[32]; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:889:9: note: byref variable will be forcibly initialized 889 | int r, x; | ^ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c: In function 'amdgpu_debugfs_sensor_read': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:809:11: note: byref variable will be forcibly initialized 809 | uint32_t values[16]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:808:26: note: byref variable will be forcibly initialized 808 | int idx, x, outsize, r, valuesize; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c: In function 'amdgpu_debugfs_sclk_set': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:1576:21: note: byref variable will be forcibly initialized 1576 | uint32_t max_freq, min_freq; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c:1576:11: note: byref variable will be forcibly initialized 1576 | uint32_t max_freq, min_freq; | ^~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/drm_plane.c:23: /kisskb/src/drivers/gpu/drm/drm_plane.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mfd/rt5033.c: In function 'rt5033_i2c_probe': /kisskb/src/drivers/mfd/rt5033.c:63:15: note: byref variable will be forcibly initialized 63 | unsigned int dev_id; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_plane.c: In function 'drm_universal_plane_init': /kisskb/src/drivers/gpu/drm/drm_plane.c:390:10: note: byref variable will be forcibly initialized 390 | va_list ap; | ^~ /kisskb/src/drivers/gpu/drm/drm_plane.c: In function '__drmm_universal_plane_alloc': /kisskb/src/drivers/gpu/drm/drm_plane.c:424:10: note: byref variable will be forcibly initialized 424 | va_list ap; | ^~ /kisskb/src/drivers/gpu/drm/drm_plane.c: In function 'setplane_internal': /kisskb/src/drivers/gpu/drm/drm_plane.c:938:33: note: byref variable will be forcibly initialized 938 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_plane.c: In function 'drm_mode_cursor_common': /kisskb/src/drivers/gpu/drm/drm_plane.c:1102:33: note: byref variable will be forcibly initialized 1102 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_plane.c: In function 'drm_mode_cursor_ioctl': /kisskb/src/drivers/gpu/drm/drm_plane.c:1181:26: note: byref variable will be forcibly initialized 1181 | struct drm_mode_cursor2 new_req; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_plane.c: In function 'drm_mode_page_flip_ioctl': /kisskb/src/drivers/gpu/drm/drm_plane.c:1211:33: note: byref variable will be forcibly initialized 1211 | struct drm_modeset_acquire_ctx ctx; | ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu.h:52, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c:29: /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c: In function 'amdgpu_pasid_free_delayed': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c:112:11: note: byref variable will be forcibly initialized 112 | unsigned count; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c:110:29: note: byref variable will be forcibly initialized 110 | struct dma_fence *fence, **fences; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c: In function 'amdgpu_vmid_grab': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c:417:22: note: byref variable will be forcibly initialized 417 | struct amdgpu_vmid *id = NULL; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c:416:22: note: byref variable will be forcibly initialized 416 | struct amdgpu_vmid *idle = NULL; | ^~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/drm/drm_crtc.h:28, from /kisskb/src/include/drm/drm_atomic.h:31, from /kisskb/src/drivers/gpu/drm/drm_color_mgmt.c:25: /kisskb/src/drivers/gpu/drm/drm_color_mgmt.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_color_mgmt.c: In function 'drm_plane_create_color_properties': /kisskb/src/drivers/gpu/drm/drm_color_mgmt.c:531:28: note: byref variable will be forcibly initialized 531 | struct drm_prop_enum_list enum_list[max_t(int, DRM_COLOR_ENCODING_MAX, | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_color_mgmt.c: In function 'drm_mode_gamma_set_ioctl': /kisskb/src/drivers/gpu/drm/drm_color_mgmt.c:362:33: note: byref variable will be forcibly initialized 362 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/mfd/rohm-bd9576.c: In function 'bd957x_i2c_probe': /kisskb/src/drivers/mfd/rohm-bd9576.c:139:32: note: byref variable will be forcibly initialized 139 | struct regmap_irq_chip_data *irq_data; | ^~~~~~~~ /kisskb/src/drivers/net/phy/mscc/mscc_ptp.c: In function 'vsc85xx_ts_fsb_init': /kisskb/src/drivers/net/phy/mscc/mscc_ptp.c:168:5: note: byref variable will be forcibly initialized 168 | u8 sig_sel[16] = {}; | ^~~~~~~ /kisskb/src/drivers/net/phy/mscc/mscc_ptp.c: In function 'vsc85xx_adjtime': /kisskb/src/drivers/net/phy/mscc/mscc_ptp.c:753:21: note: byref variable will be forcibly initialized 753 | struct timespec64 ts; | ^~ /kisskb/src/drivers/net/phy/mscc/mscc_ptp.c: In function 'vsc85xx_hwtstamp': /kisskb/src/drivers/net/phy/mscc/mscc_ptp.c:1053:25: note: byref variable will be forcibly initialized 1053 | struct hwtstamp_config cfg; | ^~~ /kisskb/src/drivers/net/phy/mscc/mscc_ptp.c: In function 'vsc85xx_rxtstamp': /kisskb/src/drivers/net/phy/mscc/mscc_ptp.c:1192:20: note: byref variable will be forcibly initialized 1192 | struct timespec64 ts; | ^~ /kisskb/src/drivers/net/phy/mscc/mscc_ptp.c: In function 'vsc85xx_dequeue_skb': /kisskb/src/drivers/net/phy/mscc/mscc_ptp.c:433:5: note: byref variable will be forcibly initialized 433 | u8 skb_sig[16], *p; | ^~~~~~~ /kisskb/src/drivers/net/phy/mscc/mscc_ptp.c:431:25: note: byref variable will be forcibly initialized 431 | struct vsc85xx_ts_fifo fifo; | ^~~~ /kisskb/src/drivers/net/phy/mscc/mscc_ptp.c:430:30: note: byref variable will be forcibly initialized 430 | struct skb_shared_hwtstamps shhwtstamps; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mode_config.c: In function 'drm_mode_config_reset': /kisskb/src/drivers/gpu/drm/drm_mode_config.c:187:33: note: byref variable will be forcibly initialized 187 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mode_config.c: In function 'drmm_mode_config_init': /kisskb/src/drivers/gpu/drm/drm_mode_config.c:434:19: note: byref variable will be forcibly initialized 434 | struct dma_resv resv; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_mode_config.c:433:25: note: byref variable will be forcibly initialized 433 | struct ww_acquire_ctx resv_ctx; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mode_config.c:432:34: note: byref variable will be forcibly initialized 432 | struct drm_modeset_acquire_ctx modeset_ctx; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mode_config.c: In function 'drm_mode_config_cleanup': /kisskb/src/drivers/gpu/drm/drm_mode_config.c:540:22: note: byref variable will be forcibly initialized 540 | struct drm_printer p = drm_debug_printer("[leaked fb]"); | ^ /kisskb/src/drivers/gpu/drm/drm_mode_config.c:480:33: note: byref variable will be forcibly initialized 480 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mode_config.c: In function 'drm_mode_getresources': /kisskb/src/drivers/gpu/drm/drm_mode_config.c:103:33: note: byref variable will be forcibly initialized 103 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_get_last_vbltimestamp': /kisskb/src/drivers/gpu/drm/drm_vblank.c:875:6: note: byref variable will be forcibly initialized 875 | int max_error = (int) drm_timestamp_precision * 1000; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_vblank_restore': /kisskb/src/drivers/gpu/drm/drm_vblank.c:1475:10: note: byref variable will be forcibly initialized 1475 | ktime_t t_vblank; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_update_vblank_count': /kisskb/src/drivers/gpu/drm/drm_vblank.c:284:10: note: byref variable will be forcibly initialized 284 | ktime_t t_vblank; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_reset_vblank_timestamp': /kisskb/src/drivers/gpu/drm/drm_vblank.c:235:10: note: byref variable will be forcibly initialized 235 | ktime_t t_vblank; | ^~~~~~~~ In file included from /kisskb/src/include/linux/err.h:5, from /kisskb/src/include/linux/kthread.h:5, from /kisskb/src/drivers/gpu/drm/drm_vblank.c:28: /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drmm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/drm/drm_managed.h:80:6: note: in expansion of macro 'unlikely' 80 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/drm/drm_managed.h:80:15: note: in expansion of macro 'check_mul_overflow' 80 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/drm/drm_managed.h:80:6: note: in expansion of macro 'unlikely' 80 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/drm/drm_managed.h:80:15: note: in expansion of macro 'check_mul_overflow' 80 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/drm_vblank.c:34: /kisskb/src/include/drm/drm_managed.h:78:9: note: byref variable will be forcibly initialized 78 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_crtc_vblank_helper_get_vblank_timestamp_internal': /kisskb/src/drivers/gpu/drm/drm_vblank.c:703:12: note: byref variable will be forcibly initialized 703 | int vpos, hpos, i; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c:703:6: note: byref variable will be forcibly initialized 703 | int vpos, hpos, i; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c:700:17: note: byref variable will be forcibly initialized 700 | ktime_t stime, etime; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c:700:10: note: byref variable will be forcibly initialized 700 | ktime_t stime, etime; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_wait_vblank_reply': /kisskb/src/drivers/gpu/drm/drm_vblank.c:1726:10: note: byref variable will be forcibly initialized 1726 | ktime_t now; | ^~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_crtc_send_vblank_event': /kisskb/src/drivers/gpu/drm/drm_vblank.c:1088:10: note: byref variable will be forcibly initialized 1088 | ktime_t now; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/drivers/gpu/drm/drm_vblank.c:28: /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_wait_one_vblank': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c:1265:8: note: in expansion of macro 'wait_event_timeout' 1265 | ret = wait_event_timeout(vblank->queue, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_crtc_vblank_off': /kisskb/src/drivers/gpu/drm/drm_vblank.c:1306:10: note: byref variable will be forcibly initialized 1306 | ktime_t now; | ^~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_queue_vblank_event': /kisskb/src/drivers/gpu/drm/drm_vblank.c:1625:10: note: byref variable will be forcibly initialized 1625 | ktime_t now; | ^~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_handle_vblank_events': /kisskb/src/drivers/gpu/drm/drm_vblank.c:1896:10: note: byref variable will be forcibly initialized 1896 | ktime_t now; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/kthread.h:6, from /kisskb/src/drivers/gpu/drm/drm_vblank.c:28: /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_wait_vblank_ioctl': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c:1856:10: note: in expansion of macro 'wait_event_interruptible_timeout' 1856 | wait = wait_event_interruptible_timeout(vblank->queue, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_crtc_get_sequence_ioctl': /kisskb/src/drivers/gpu/drm/drm_vblank.c:2028:10: note: byref variable will be forcibly initialized 2028 | ktime_t now; | ^~~ /kisskb/src/drivers/gpu/drm/drm_vblank.c: In function 'drm_crtc_queue_sequence_ioctl': /kisskb/src/drivers/gpu/drm/drm_vblank.c:2084:10: note: byref variable will be forcibly initialized 2084 | ktime_t now; | ^~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'syncobj_wait_syncobj_func': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:933:20: note: byref variable will be forcibly initialized 933 | struct dma_fence *fence; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_fence_add_wait': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:243:20: note: byref variable will be forcibly initialized 243 | struct dma_fence *fence; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_find_fence': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:387:28: note: byref variable will be forcibly initialized 387 | struct syncobj_wait_entry wait; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_transfer_to_timeline': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:851:20: note: byref variable will be forcibly initialized 851 | struct dma_fence *fence; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_transfer_to_binary': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:883:20: note: byref variable will be forcibly initialized 883 | struct dma_fence *fence; | ^~~~~ In file included from /kisskb/src/include/linux/dma-resv.h:44, from /kisskb/src/include/drm/drm_gem.h:38, from /kisskb/src/drivers/gpu/drm/drm_syncobj.c:196: /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_create_as_handle': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:552:22: note: byref variable will be forcibly initialized 552 | struct drm_syncobj *syncobj; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_export_sync_file': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:699:20: note: byref variable will be forcibly initialized 699 | struct dma_fence *fence; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_array_wait_timeout': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:992:21: note: byref variable will be forcibly initialized 992 | struct dma_fence *fence; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_array_wait': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:1138:11: note: byref variable will be forcibly initialized 1138 | uint32_t first = ~0; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_wait_ioctl': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:1226:23: note: byref variable will be forcibly initialized 1226 | struct drm_syncobj **syncobjs; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_timeline_wait_ioctl': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:1259:23: note: byref variable will be forcibly initialized 1259 | struct drm_syncobj **syncobjs; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_reset_ioctl': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:1294:23: note: byref variable will be forcibly initialized 1294 | struct drm_syncobj **syncobjs; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_signal_ioctl': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:1327:23: note: byref variable will be forcibly initialized 1327 | struct drm_syncobj **syncobjs; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_timeline_signal_ioctl': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:1363:23: note: byref variable will be forcibly initialized 1363 | struct drm_syncobj **syncobjs; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c: In function 'drm_syncobj_query_ioctl': /kisskb/src/drivers/gpu/drm/drm_syncobj.c:1459:12: note: byref variable will be forcibly initialized 1459 | uint64_t point; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_syncobj.c:1435:23: note: byref variable will be forcibly initialized 1435 | struct drm_syncobj **syncobjs; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c: In function 'amdgpu_gmc_pdb0_alloc': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c:47:25: note: byref variable will be forcibly initialized 47 | struct amdgpu_bo_param bp; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c: In function 'amdgpu_gmc_pd_addr': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c:129:12: note: byref variable will be forcibly initialized 129 | uint64_t flags = AMDGPU_PTE_VALID; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c:125:11: note: byref variable will be forcibly initialized 125 | uint64_t pd_addr; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_mmhub.c: In function 'amdgpu_mmhub_ras_fini': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_mmhub.c:61:20: note: byref variable will be forcibly initialized 61 | struct ras_ih_if ih_info = { | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c: In function 'amdgpu_gmc_allocate_vm_inv_eng': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c:524:11: note: byref variable will be forcibly initialized 524 | unsigned vm_inv_engs[AMDGPU_MAX_VMHUBS] = | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c: In function 'amdgpu_gmc_init_pdb0': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c:746:6: note: byref variable will be forcibly initialized 746 | int idx; | ^~~ /kisskb/src/drivers/mfd/lp873x.c: In function 'lp873x_probe': /kisskb/src/drivers/mfd/lp873x.c:40:15: note: byref variable will be forcibly initialized 40 | unsigned int otpid; | ^~~~~ /kisskb/src/net/nfc/llcp_commands.c: In function 'llcp_add_header': /kisskb/src/net/nfc/llcp_commands.c:286:5: note: byref variable will be forcibly initialized 286 | u8 header[2]; | ^~~~~~ /kisskb/src/net/nfc/llcp_commands.c: In function 'llcp_allocate_pdu': /kisskb/src/net/nfc/llcp_commands.c:317:6: note: byref variable will be forcibly initialized 317 | int err; | ^~~ /kisskb/src/net/nfc/llcp_commands.c: In function 'nfc_llcp_build_sdres_tlv': /kisskb/src/net/nfc/llcp_commands.c:109:5: note: byref variable will be forcibly initialized 109 | u8 value[2]; | ^~~~~ /kisskb/src/net/nfc/llcp_commands.c: In function 'nfc_llcp_send_connect': /kisskb/src/net/nfc/llcp_commands.c:396:9: note: byref variable will be forcibly initialized 396 | __be16 miux; | ^~~~ /kisskb/src/net/nfc/llcp_commands.c:393:63: note: byref variable will be forcibly initialized 393 | u8 service_name_tlv_length, miux_tlv_length, rw_tlv_length, rw; | ^~ /kisskb/src/net/nfc/llcp_commands.c:393:48: note: byref variable will be forcibly initialized 393 | u8 service_name_tlv_length, miux_tlv_length, rw_tlv_length, rw; | ^~~~~~~~~~~~~ /kisskb/src/net/nfc/llcp_commands.c:393:30: note: byref variable will be forcibly initialized 393 | u8 service_name_tlv_length, miux_tlv_length, rw_tlv_length, rw; | ^~~~~~~~~~~~~~~ /kisskb/src/net/nfc/llcp_commands.c:393:5: note: byref variable will be forcibly initialized 393 | u8 service_name_tlv_length, miux_tlv_length, rw_tlv_length, rw; | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/nfc/llcp_commands.c: In function 'nfc_llcp_send_cc': /kisskb/src/net/nfc/llcp_commands.c:470:9: note: byref variable will be forcibly initialized 470 | __be16 miux; | ^~~~ /kisskb/src/net/nfc/llcp_commands.c:467:37: note: byref variable will be forcibly initialized 467 | u8 miux_tlv_length, rw_tlv_length, rw; | ^~ /kisskb/src/net/nfc/llcp_commands.c:467:22: note: byref variable will be forcibly initialized 467 | u8 miux_tlv_length, rw_tlv_length, rw; | ^~~~~~~~~~~~~ /kisskb/src/net/nfc/llcp_commands.c:467:5: note: byref variable will be forcibly initialized 467 | u8 miux_tlv_length, rw_tlv_length, rw; | ^~~~~~~~~~~~~~~ /kisskb/src/net/nfc/llcp_commands.c: In function 'nfc_llcp_send_ui_frame': /kisskb/src/net/nfc/llcp_commands.c:730:6: note: byref variable will be forcibly initialized 730 | int err; | ^~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/arch/powerpc/include/asm/io.h:27, 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/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/include/linux/fb.h:6, from /kisskb/src/include/drm/drm_crtc_helper.h:40, from /kisskb/src/drivers/gpu/drm/drm_lease.c:9: /kisskb/src/drivers/gpu/drm/drm_lease.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:135:6: note: in expansion of macro 'check_mul_overflow' 135 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:135:6: note: in expansion of macro 'check_mul_overflow' 135 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:133:9: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_lease.c: In function '_drm_lease_revoke': /kisskb/src/drivers/gpu/drm/drm_lease.c:300:6: note: byref variable will be forcibly initialized 300 | int object; | ^~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, 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/trace_recursion.h:5, from /kisskb/src/include/linux/ftrace.h:10, from /kisskb/src/include/linux/kprobes.h:28, from /kisskb/src/include/linux/kgdb.h:19, from /kisskb/src/include/linux/fb.h:6, from /kisskb/src/include/drm/drm_crtc_helper.h:40, from /kisskb/src/drivers/gpu/drm/drm_lease.c:9: /kisskb/src/drivers/gpu/drm/drm_lease.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_lease.c: In function 'drm_lease_create': /kisskb/src/drivers/gpu/drm/drm_lease.c:212:6: note: byref variable will be forcibly initialized 212 | int object; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_lease.c:211:21: note: byref variable will be forcibly initialized 211 | struct drm_master *lessee; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_lease.c: In function '_drm_lease_held': /kisskb/src/drivers/gpu/drm/drm_lease.c:112:21: note: byref variable will be forcibly initialized 112 | struct drm_master *master; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_lease.c: In function 'drm_lease_held': /kisskb/src/drivers/gpu/drm/drm_lease.c:128:21: note: byref variable will be forcibly initialized 128 | struct drm_master *master; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_lease.c: In function 'drm_lease_filter_crtcs': /kisskb/src/drivers/gpu/drm/drm_lease.c:156:21: note: byref variable will be forcibly initialized 156 | struct drm_master *master; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_lease.c: In function 'drm_mode_create_lease_ioctl': /kisskb/src/drivers/gpu/drm/drm_lease.c:481:21: note: byref variable will be forcibly initialized 481 | struct drm_master *lessee = NULL; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_lease.c:480:21: note: byref variable will be forcibly initialized 480 | struct drm_master *lessor; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_lease.c:479:13: note: byref variable will be forcibly initialized 479 | struct idr leases; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_lease.c: In function 'drm_mode_list_lessees_ioctl': /kisskb/src/drivers/gpu/drm/drm_lease.c:592:21: note: byref variable will be forcibly initialized 592 | struct drm_master *lessor, *lessee; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_lease.c: In function 'drm_mode_get_lease_ioctl': /kisskb/src/drivers/gpu/drm/drm_lease.c:643:6: note: byref variable will be forcibly initialized 643 | int object; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_lease.c:639:21: note: byref variable will be forcibly initialized 639 | struct drm_master *lessee; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_lease.c: In function 'drm_mode_revoke_lease_ioctl': /kisskb/src/drivers/gpu/drm/drm_lease.c:695:21: note: byref variable will be forcibly initialized 695 | struct drm_master *lessor; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_csa.c: In function 'amdgpu_allocate_static_csa': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_csa.c:40:8: note: byref variable will be forcibly initialized 40 | void *ptr; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_csa.c: In function 'amdgpu_map_static_csa': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_csa.c:71:29: note: byref variable will be forcibly initialized 71 | struct ttm_validate_buffer csa_tv; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_csa.c:70:30: note: byref variable will be forcibly initialized 70 | struct amdgpu_bo_list_entry pd; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_csa.c:69:19: note: byref variable will be forcibly initialized 69 | struct list_head list; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_csa.c:68:24: note: byref variable will be forcibly initialized 68 | struct ww_acquire_ctx ticket; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.c: In function 'amdgpu_xgmi_sysfs_add_dev_info': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.c:290:7: note: byref variable will be forcibly initialized 290 | char node[10] = { 0 }; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.c: In function 'amdgpu_xgmi_sysfs_rem_dev_info': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.c:339:7: note: byref variable will be forcibly initialized 339 | char node[10]; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.c: In function 'amdgpu_xgmi_query_ras_error_count': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.c:868:11: note: byref variable will be forcibly initialized 868 | uint32_t ue_cnt = 0, ce_cnt = 0; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.c: In function 'amdgpu_xgmi_ras_fini': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.c:769:20: note: byref variable will be forcibly initialized 769 | struct ras_ih_if ih_info = { | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_client.c: In function 'drm_client_framebuffer_flush': /kisskb/src/drivers/gpu/drm/drm_client.c:463:24: note: byref variable will be forcibly initialized 463 | struct drm_clip_rect clip = { | ^~~~ /kisskb/src/drivers/gpu/drm/drm_client.c: In function 'drm_client_debugfs_internal_clients': /kisskb/src/drivers/gpu/drm/drm_client.c:484:21: note: byref variable will be forcibly initialized 484 | struct drm_printer p = drm_seq_file_printer(m); | ^ In file included from /kisskb/src/drivers/gpu/drm/drm_client_modeset.c:13: /kisskb/src/drivers/gpu/drm/drm_client_modeset.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_client_modeset.c: In function 'drm_client_firmware_config': /kisskb/src/drivers/gpu/drm/drm_client_modeset.c:576:33: note: byref variable will be forcibly initialized 576 | struct drm_modeset_acquire_ctx ctx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_client_modeset.c: In function 'drm_client_modeset_probe': /kisskb/src/drivers/gpu/drm/drm_client_modeset.c:768:33: note: byref variable will be forcibly initialized 768 | struct drm_connector_list_iter conn_iter; | ^~~~~~~~~ In file included from /kisskb/src/drivers/mfd/wm8994-core.c:24: /kisskb/src/drivers/mfd/wm8994-core.c: In function 'wm8994_reg_read': /kisskb/src/include/linux/mfd/wm8994/core.h:84:15: note: byref variable will be forcibly initialized 84 | unsigned int val; | ^~~ /kisskb/src/drivers/gpu/drm/drm_client_modeset.c: In function 'drm_client_modeset_commit_atomic': /kisskb/src/drivers/gpu/drm/drm_client_modeset.c:1014:16: note: byref variable will be forcibly initialized 1014 | unsigned int rotation; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_client_modeset.c:978:33: note: byref variable will be forcibly initialized 978 | struct drm_modeset_acquire_ctx ctx; | ^~~ In file included from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/drivers/mfd/wm8994-core.c:10: /kisskb/src/drivers/mfd/wm8994-core.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/mfd/wm8994-core.c:13: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_client_modeset.c: In function 'drm_client_modeset_dpms_legacy': /kisskb/src/drivers/gpu/drm/drm_client_modeset.c:1185:33: note: byref variable will be forcibly initialized 1185 | struct drm_modeset_acquire_ctx ctx; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/drm_hdcp.c:13: /kisskb/src/drivers/gpu/drm/drm_hdcp.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_hdcp.c: In function 'drm_hdcp_request_srm': /kisskb/src/drivers/gpu/drm/drm_hdcp.c:239:25: note: byref variable will be forcibly initialized 239 | const struct firmware *fw; | ^~ /kisskb/src/drivers/gpu/drm/drm_hdcp.c:238:7: note: byref variable will be forcibly initialized 238 | char fw_name[36] = "display_hdcp_srm.bin"; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_hdcp.c: In function 'drm_hdcp_check_ksvs_revoked': /kisskb/src/drivers/gpu/drm/drm_hdcp.c:289:6: note: byref variable will be forcibly initialized 289 | u8 *revoked_ksv_list = NULL; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_hdcp.c:288:6: note: byref variable will be forcibly initialized 288 | u32 revoked_ksv_cnt = 0, i, j; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm_sdma.c: In function 'amdgpu_vm_sdma_commit': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vm_sdma.c:96:20: note: byref variable will be forcibly initialized 96 | struct dma_fence *f; | ^ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_mmu.c: In function 'etnaviv_iommu_find_iova': /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_mmu.c:146:20: note: byref variable will be forcibly initialized 146 | struct list_head list; | ^~~~ /kisskb/src/drivers/gpu/drm/etnaviv/etnaviv_mmu.c:145:22: note: byref variable will be forcibly initialized 145 | struct drm_mm_scan scan; | ^~~~ In file included from /kisskb/src/include/linux/gpio/driver.h:9, from /kisskb/src/include/asm-generic/gpio.h:11, from /kisskb/src/include/linux/gpio.h:62, from /kisskb/src/drivers/mfd/wm8994-irq.c:12: /kisskb/src/drivers/mfd/wm8994-irq.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized 427 | unsigned int irq; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c: In function 'amdgpu_ras_query_err_status': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c:1763:23: note: byref variable will be forcibly initialized 1763 | struct ras_query_if info = { | ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/trace_events.h:9, from /kisskb/src/include/trace/syscall.h:7, from /kisskb/src/include/linux/syscalls.h:88, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c:29: /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c: In function 'amdgpu_ras_debugfs_ctrl_parse_data': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c:241:15: note: byref variable will be forcibly initialized 241 | u64 address, value; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c:241:6: note: byref variable will be forcibly initialized 241 | u64 address, value; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c:240:11: note: byref variable will be forcibly initialized 240 | uint32_t sub_block; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c:239:6: note: byref variable will be forcibly initialized 239 | int block_id; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c:237:7: note: byref variable will be forcibly initialized 237 | char err[9] = "ue"; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c:236:7: note: byref variable will be forcibly initialized 236 | char block_name[33]; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c:235:7: note: byref variable will be forcibly initialized 235 | char str[65]; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c: In function 'amdgpu_ras_fs_init': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c:1500:24: note: byref variable will be forcibly initialized 1500 | struct bin_attribute *bin_attrs[] = { | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c:1496:20: note: byref variable will be forcibly initialized 1496 | struct attribute *attrs[] = { | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c: In function 'amdgpu_ras_sysfs_badpages_read': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c:1253:15: note: byref variable will be forcibly initialized 1253 | unsigned int bps_count = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c:1252:22: note: byref variable will be forcibly initialized 1252 | struct ras_badpage *bps = NULL; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c: In function 'amdgpu_ras_sysfs_remove_feature_node': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c:1293:20: note: byref variable will be forcibly initialized 1293 | struct attribute *attrs[] = { | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c: In function 'amdgpu_ras_error_inject': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c:1088:36: note: byref variable will be forcibly initialized 1088 | struct ta_ras_trigger_error_input block_info = { | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c: In function 'drm_atomic_set_mode_for_crtc': /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c:69:27: note: byref variable will be forcibly initialized 69 | struct drm_mode_modeinfo umode; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c: In function 'amdgpu_ras_debugfs_create_all': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c:1461:19: note: byref variable will be forcibly initialized 1461 | struct ras_fs_if fs_info; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c: In function 'amdgpu_ras_interrupt_remove_all': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c:1693:20: note: byref variable will be forcibly initialized 1693 | struct ras_ih_if info = { | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c: In function 'amdgpu_reserve_page_direct': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c:140:29: note: byref variable will be forcibly initialized 140 | struct eeprom_table_record err_rec; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c: In function 'amdgpu_ras_recovery_init': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c:2060:7: note: byref variable will be forcibly initialized 2060 | bool exc_err_limit = false; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c: In function 'drm_atomic_connector_set_property': /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c:708:7: note: byref variable will be forcibly initialized 708 | bool replaced = false; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c: In function 'drm_atomic_crtc_set_property': /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c:438:7: note: byref variable will be forcibly initialized 438 | bool replaced = false; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c: In function 'amdgpu_ras_query_error_count': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c:1168:23: note: byref variable will be forcibly initialized 1168 | struct ras_query_if info = { | ^~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c: In function 'drm_atomic_plane_set_property': /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c:538:7: note: byref variable will be forcibly initialized 538 | bool replaced = false; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c: In function 'amdgpu_ras_counte_dw': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c:2244:26: note: byref variable will be forcibly initialized 2244 | unsigned long ce_count, ue_count; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c:2244:16: note: byref variable will be forcibly initialized 2244 | unsigned long ce_count, ue_count; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c: In function 'amdgpu_ras_debugfs_read': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c:188:7: note: byref variable will be forcibly initialized 188 | char val[128]; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c: In function 'amdgpu_ras_log_on_err_counter': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c:1713:23: note: byref variable will be forcibly initialized 1713 | struct ras_query_if info = { | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c: In function 'amdgpu_ras_do_recovery': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c:1828:19: note: byref variable will be forcibly initialized 1828 | struct list_head device_list, *device_list_handle = NULL; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c: In function 'amdgpu_ras_debugfs_ctrl_write': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c:396:22: note: byref variable will be forcibly initialized 396 | struct ras_debug_if data; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c: In function 'amdgpu_ras_enable_all_features': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c:846:24: note: byref variable will be forcibly initialized 846 | struct ras_common_if head = { | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c:823:24: note: byref variable will be forcibly initialized 823 | struct ras_common_if head = { | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c: In function 'amdgpu_ras_interrupt_handler': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c:1549:25: note: byref variable will be forcibly initialized 1549 | struct amdgpu_iv_entry entry; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c: In function 'drm_atomic_set_property': /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c:1003:26: note: byref variable will be forcibly initialized 1003 | struct drm_mode_object *ref; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c: In function 'amdgpu_ras_late_init': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c:2415:26: note: byref variable will be forcibly initialized 2415 | unsigned long ue_count, ce_count; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c:2415:16: note: byref variable will be forcibly initialized 2415 | unsigned long ue_count, ce_count; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c: In function 'drm_mode_atomic_ioctl': /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c:1410:13: note: byref variable will be forcibly initialized 1410 | uint64_t prop_value; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c:1325:21: note: byref variable will be forcibly initialized 1325 | struct drm_printer p = drm_info_printer(dev->dev); | ^ /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c:1324:21: note: byref variable will be forcibly initialized 1324 | unsigned int i, j, num_fences; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c:1322:30: note: byref variable will be forcibly initialized 1322 | struct drm_out_fence_state *fence_state; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_atomic_uapi.c:1321:33: note: byref variable will be forcibly initialized 1321 | struct drm_modeset_acquire_ctx ctx; | ^~~ In file included from /kisskb/src/include/asm-generic/bug.h:5, from /kisskb/src/arch/powerpc/include/asm/bug.h:149, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/drm/drm_managed.h:6, from /kisskb/src/drivers/gpu/drm/drm_managed.c:8: /kisskb/src/drivers/gpu/drm/drm_managed.c: In function 'alloc_dr': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/drivers/gpu/drm/drm_managed.c:92:6: note: in expansion of macro 'unlikely' 92 | if (unlikely(check_add_overflow(sizeof(*dr), size, &tot_size))) | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_managed.c:92:15: note: in expansion of macro 'check_add_overflow' 92 | if (unlikely(check_add_overflow(sizeof(*dr), size, &tot_size))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/drivers/gpu/drm/drm_managed.c:92:6: note: in expansion of macro 'unlikely' 92 | if (unlikely(check_add_overflow(sizeof(*dr), size, &tot_size))) | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_managed.c:92:15: note: in expansion of macro 'check_add_overflow' 92 | if (unlikely(check_add_overflow(sizeof(*dr), size, &tot_size))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_managed.c:88:9: note: byref variable will be forcibly initialized 88 | size_t tot_size; | ^~~~~~~~ In file included from /kisskb/src/drivers/net/phy/mdio-boardinfo.c:7: /kisskb/src/drivers/net/phy/mdio-boardinfo.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c: In function 'amdgpu_discovery_init': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c:213:25: note: byref variable will be forcibly initialized 213 | const struct firmware *fw; | ^~ /kisskb/src/drivers/mfd/tps65010.c: In function 'dbg_show': /kisskb/src/drivers/mfd/tps65010.c:187:8: note: byref variable will be forcibly initialized 187 | char buf[100]; | ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu.h:52, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h:29, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_umc.c:24: /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_umc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_umc.c: In function 'amdgpu_umc_ras_fini': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_umc.c:81:20: note: byref variable will be forcibly initialized 81 | struct ras_ih_if ih_info = { | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_nbio.c: In function 'amdgpu_nbio_ras_fini': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_nbio.c:75:20: note: byref variable will be forcibly initialized 75 | struct ras_ih_if ih_info = { | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c: In function '__write_table_header': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c:188:5: note: byref variable will be forcibly initialized 188 | u8 buf[RAS_TABLE_HEADER_SIZE]; | ^~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.h:27, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c:24: /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c: In function '__encode_table_record_to_buf': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c:297:9: note: byref variable will be forcibly initialized 297 | __le64 tmp = 0; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c: In function '__decode_table_record_from_buf': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c:325:9: note: byref variable will be forcibly initialized 325 | __le64 tmp = 0; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c: In function 'amdgpu_ras_debugfs_eeprom_size_read': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c:772:5: note: byref variable will be forcibly initialized 772 | u8 data[50]; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c: In function 'amdgpu_ras_debugfs_table_read': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c:901:30: note: byref variable will be forcibly initialized 901 | struct eeprom_table_record record; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c:900:6: note: byref variable will be forcibly initialized 900 | u8 data[rec_hdr_fmt_size + 1]; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c:899:6: note: byref variable will be forcibly initialized 899 | u8 dare[RAS_TABLE_RECORD_SIZE]; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c:863:6: note: byref variable will be forcibly initialized 863 | u8 data[tbl_hdr_fmt_size + 1]; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c: In function 'amdgpu_ras_debugfs_eeprom_table_read': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c:956:5: note: byref variable will be forcibly initialized 956 | u8 data[81]; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c: In function '__get_eeprom_i2c_addr': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c:117:5: note: byref variable will be forcibly initialized 117 | u8 i2c_addr; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c: In function 'amdgpu_ras_eeprom_init': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c:1037:16: note: byref variable will be forcibly initialized 1037 | unsigned char buf[RAS_TABLE_HEADER_SIZE] = { 0 }; | ^~~ /kisskb/src/drivers/mfd/tps65218.c: In function 'tps65218_update_bits': /kisskb/src/drivers/mfd/tps65218.c:92:15: note: byref variable will be forcibly initialized 92 | unsigned int data; | ^~~~ /kisskb/src/drivers/mfd/tps65218.c: In function 'tps65218_voltage_set_strict': /kisskb/src/drivers/mfd/tps65218.c:216:6: note: byref variable will be forcibly initialized 216 | u32 strict; | ^~~~~~ /kisskb/src/drivers/mfd/tps65218.c: In function 'tps65218_voltage_set_uvlo': /kisskb/src/drivers/mfd/tps65218.c:259:6: note: byref variable will be forcibly initialized 259 | u32 uvlo; | ^~~~ /kisskb/src/drivers/mfd/tps65218.c: In function 'tps65218_voltage_set_uv_hyst': /kisskb/src/drivers/mfd/tps65218.c:238:6: note: byref variable will be forcibly initialized 238 | u32 hyst; | ^~~~ /kisskb/src/drivers/mfd/tps65218.c: In function 'tps65218_probe': /kisskb/src/drivers/mfd/tps65218.c:296:15: note: byref variable will be forcibly initialized 296 | unsigned int chipid; | ^~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/seq_file.h:12, from /kisskb/src/include/drm/drm_print.h:31, from /kisskb/src/drivers/gpu/drm/drm_vblank_work.c:5: /kisskb/src/drivers/gpu/drm/drm_vblank_work.c: In function 'drm_vblank_work_flush': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:947:8: note: in expansion of macro '___wait_event' 947 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1007:2: note: in expansion of macro '__wait_event_lock_irq' 1007 | __wait_event_lock_irq(wq_head, condition, lock, ); \ | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_vblank_work.c:224:2: note: in expansion of macro 'wait_event_lock_irq' 224 | wait_event_lock_irq(vblank->work_wait_queue, list_empty(&work->node), | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_context.c: In function 'drm_legacy_resctx': /kisskb/src/drivers/gpu/drm/drm_context.c:335:17: note: byref variable will be forcibly initialized 335 | struct drm_ctx ctx; | ^~~ /kisskb/src/drivers/atm/fore200e.c: In function 'fore200e_set_oc3': /kisskb/src/drivers/atm/fore200e.c:1757:29: note: byref variable will be forcibly initialized 1757 | struct oc3_opcode opcode; | ^~~~~~ /kisskb/src/drivers/atm/fore200e.c: In function 'fore200e_activate_vcin': /kisskb/src/drivers/atm/fore200e.c:1229:30: note: byref variable will be forcibly initialized 1229 | struct vpvc vpvc; | ^~~~ /kisskb/src/drivers/atm/fore200e.c:1228:30: note: byref variable will be forcibly initialized 1228 | struct deactivate_opcode deactiv_opcode; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/atm/fore200e.c:1227:30: note: byref variable will be forcibly initialized 1227 | struct activate_opcode activ_opcode; | ^~~~~~~~~~~~ /kisskb/src/drivers/atm/fore200e.c: In function 'fore200e_pca_prom_read': /kisskb/src/drivers/atm/fore200e.c:558:29: note: byref variable will be forcibly initialized 558 | struct prom_opcode opcode; | ^~~~~~ /kisskb/src/drivers/atm/fore200e.c: In function 'fore200e_getstats': /kisskb/src/drivers/atm/fore200e.c:1671:29: note: byref variable will be forcibly initialized 1671 | struct stats_opcode opcode; | ^~~~~~ /kisskb/src/drivers/atm/fore200e.c: In function 'fore200e_pca_configure': /kisskb/src/drivers/atm/fore200e.c:516:21: note: byref variable will be forcibly initialized 516 | u8 master_ctrl, latency; | ^~~~~~~~~~~ In file included from /kisskb/src/drivers/atm/fore200e.c:15: /kisskb/src/drivers/atm/fore200e.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/atm/fore200e.c: In function 'fore200e_fetch_stats': /kisskb/src/drivers/atm/fore200e.c:1827:24: note: byref variable will be forcibly initialized 1827 | struct sonet_stats tmp; | ^~~ /kisskb/src/drivers/atm/fore200e.c: In function 'fore200e_send': /kisskb/src/drivers/atm/fore200e.c:1473:29: note: byref variable will be forcibly initialized 1473 | struct tpd_haddr tpd_haddr; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/gpu/drm/drm_bufs.c:36: /kisskb/src/drivers/gpu/drm/drm_bufs.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/atm/fore200e.c: In function 'fore200e_load_and_start_fw': /kisskb/src/drivers/atm/fore200e.c:2397:10: note: byref variable will be forcibly initialized 2397 | char buf[48]; | ^~~ /kisskb/src/drivers/atm/fore200e.c:2392:28: note: byref variable will be forcibly initialized 2392 | const struct firmware *firmware; | ^~~~~~~~ /kisskb/src/drivers/mfd/mc13xxx-core.c: In function 'mc13xxx_irq_status': /kisskb/src/drivers/mfd/mc13xxx-core.c:144:7: note: byref variable will be forcibly initialized 144 | u32 stat; | ^~~~ /kisskb/src/drivers/mfd/mc13xxx-core.c:134:7: note: byref variable will be forcibly initialized 134 | u32 mask; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_bufs.c: In function 'drm_legacy_addmap': /kisskb/src/drivers/gpu/drm/drm_bufs.c:383:23: note: byref variable will be forcibly initialized 383 | struct drm_map_list *list; | ^~~~ /kisskb/src/drivers/mfd/mc13xxx-core.c: In function 'mc13xxx_adc_do_conversion': /kisskb/src/drivers/mfd/mc13xxx-core.c:256:18: note: byref variable will be forcibly initialized 256 | u32 adc0, adc1, old_adc0; | ^~~~~~~~ /kisskb/src/drivers/mfd/mc13xxx-core.c: In function 'mc13xxx_add_subdevice_pdata': /kisskb/src/drivers/mfd/mc13xxx-core.c:366:7: note: byref variable will be forcibly initialized 366 | char buf[30]; | ^~~ /kisskb/src/drivers/mfd/mc13xxx-core.c: In function 'mc13xxx_common_init': /kisskb/src/drivers/mfd/mc13xxx-core.c:424:6: note: byref variable will be forcibly initialized 424 | u32 revision; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_bufs.c: In function 'map_one_buf': /kisskb/src/drivers/gpu/drm/drm_bufs.c:1581:16: note: byref variable will be forcibly initialized 1581 | unsigned long address = virtual + buf->offset; /* *** */ | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_bufs.c: In function 'drm_legacy_addmap_ioctl': /kisskb/src/drivers/gpu/drm/drm_bufs.c:420:23: note: byref variable will be forcibly initialized 420 | struct drm_map_list *maplist; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_fru_eeprom.c: In function 'amdgpu_fru_get_product_info': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_fru_eeprom.c:91:16: note: byref variable will be forcibly initialized 91 | unsigned char buff[34]; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_bufs.c: In function 'drm_legacy_freebufs': /kisskb/src/drivers/gpu/drm/drm_bufs.c:1460:6: note: byref variable will be forcibly initialized 1460 | int idx; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_rap.c: In function 'amdgpu_rap_debugfs_write': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_rap.c:51:21: note: byref variable will be forcibly initialized 51 | enum ta_rap_status status; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_rap.c:50:11: note: byref variable will be forcibly initialized 50 | uint32_t op; | ^~ /kisskb/src/drivers/message/fusion/mptscsih.c: In function 'mptscsih_info': /kisskb/src/drivers/message/fusion/mptscsih.c:1271:6: note: byref variable will be forcibly initialized 1271 | int size = 0; | ^~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'GetPortFacts': /kisskb/src/drivers/message/fusion/mptbase.c:3252:16: note: byref variable will be forcibly initialized 3252 | PortFacts_t get_pfacts; | ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptscsih.c: In function 'mptscsih_AddSGE': /kisskb/src/drivers/message/fusion/mptscsih.c:190:7: note: byref variable will be forcibly initialized 190 | int newIndex; | ^~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'GetIocFacts': /kisskb/src/drivers/message/fusion/mptbase.c:3078:15: note: byref variable will be forcibly initialized 3078 | IOCFacts_t get_facts; | ^~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'SendPortEnable': /kisskb/src/drivers/message/fusion/mptbase.c:3460:21: note: byref variable will be forcibly initialized 3460 | MPIDefaultReply_t reply_buf; | ^~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:3459:17: note: byref variable will be forcibly initialized 3459 | PortEnable_t port_enable; | ^~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'SendEventNotification': /kisskb/src/drivers/message/fusion/mptbase.c:6274:20: note: byref variable will be forcibly initialized 6274 | MPIDefaultReply_t reply_buf; | ^~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:6273:22: note: byref variable will be forcibly initialized 6273 | EventNotification_t evn; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_iocstatus_info_config': /kisskb/src/drivers/message/fusion/mptbase.c:8130:7: note: byref variable will be forcibly initialized 8130 | char extend_desc[EVENT_DESCR_STR_SZ]; | ^~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptscsih.c: In function 'mptscsih_synchronize_cache': /kisskb/src/drivers/message/fusion/mptscsih.c:3012:17: note: byref variable will be forcibly initialized 3012 | INTERNAL_CMD iocmd; | ^~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'SendIocInit': /kisskb/src/drivers/message/fusion/mptbase.c:3336:21: note: byref variable will be forcibly initialized 3336 | MPIDefaultReply_t init_reply; | ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:3335:14: note: byref variable will be forcibly initialized 3335 | IOCInit_t ioc_init; | ^~~~~~~~ /kisskb/src/drivers/message/fusion/mptscsih.c: In function 'mptscsih_search_running_cmds': /kisskb/src/drivers/message/fusion/mptscsih.c:1082:19: note: byref variable will be forcibly initialized 1082 | struct scsi_lun lun; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_do_upload': /kisskb/src/drivers/message/fusion/mptbase.c:3575:8: note: byref variable will be forcibly initialized 3575 | u8 reply[sizeof(FWUploadReply_t)]; | ^~~~~ /kisskb/src/drivers/message/fusion/mptscsih.c: In function 'mptscsih_debug_level_store': /kisskb/src/drivers/message/fusion/mptscsih.c:3208:6: note: byref variable will be forcibly initialized 3208 | int val = 0; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'PrimeIocFifos': /kisskb/src/drivers/message/fusion/mptbase.c:4435:13: note: byref variable will be forcibly initialized 4435 | dma_addr_t alloc_dma; | ^~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'pci_disable_io_access': /kisskb/src/drivers/message/fusion/mptbase.c:228:6: note: byref variable will be forcibly initialized 228 | u16 command_reg; | ^~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'pci_enable_io_access': /kisskb/src/drivers/message/fusion/mptbase.c:238:6: note: byref variable will be forcibly initialized 238 | u16 command_reg; | ^~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_detach': /kisskb/src/drivers/message/fusion/mptbase.c:2084:7: note: byref variable will be forcibly initialized 2084 | char pname[64]; | ^~~~~ /kisskb/src/net/nfc/llcp_sock.c: In function 'llcp_sock_recvmsg': /kisskb/src/net/nfc/llcp_sock.c:824:6: note: byref variable will be forcibly initialized 824 | int err = 0; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_print_ioc_summary': /kisskb/src/drivers/message/fusion/mptbase.c:6795:7: note: byref variable will be forcibly initialized 6795 | char expVer[32]; | ^~~~~~ In file included from /kisskb/src/include/linux/net.h:25, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/net/nfc/nfc.h:16, from /kisskb/src/net/nfc/nfc.h:13, from /kisskb/src/net/nfc/llcp_sock.c:14: /kisskb/src/net/nfc/llcp_sock.c: In function 'copy_from_sockptr_offset': /kisskb/src/include/linux/sockptr.h:44:19: note: userspace variable will be forcibly initialized 44 | static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/net/nfc/llcp_sock.c: In function 'nfc_llcp_setsockopt': /kisskb/src/net/nfc/llcp_sock.c:231:6: note: byref variable will be forcibly initialized 231 | u32 opt; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_is_discovery_complete': /kisskb/src/drivers/message/fusion/mptbase.c:287:13: note: byref variable will be forcibly initialized 287 | dma_addr_t dma_handle; | ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:285:14: note: byref variable will be forcibly initialized 285 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c:284:29: note: byref variable will be forcibly initialized 284 | ConfigExtendedPageHeader_t hdr; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'GetLanConfigPages': /kisskb/src/drivers/message/fusion/mptbase.c:4951:15: note: byref variable will be forcibly initialized 4951 | dma_addr_t page1_dma; | ^~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:4949:15: note: byref variable will be forcibly initialized 4949 | dma_addr_t page0_dma; | ^~~~~~~~~ /kisskb/src/net/nfc/llcp_sock.c: In function 'llcp_raw_sock_bind': /kisskb/src/net/nfc/llcp_sock.c:151:27: note: byref variable will be forcibly initialized 151 | struct sockaddr_nfc_llcp llcp_addr; | ^~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:4947:16: note: byref variable will be forcibly initialized 4947 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c:4946:22: note: byref variable will be forcibly initialized 4946 | ConfigPageHeader_t hdr; | ^~~ /kisskb/src/net/nfc/llcp_sock.c: In function 'llcp_sock_bind': /kisskb/src/net/nfc/llcp_sock.c:65:27: note: byref variable will be forcibly initialized 65 | struct sockaddr_nfc_llcp llcp_addr; | ^~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_GetScsiPortSettings': /kisskb/src/drivers/message/fusion/mptbase.c:5363:22: note: byref variable will be forcibly initialized 5363 | ConfigPageHeader_t header; | ^~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:5362:16: note: byref variable will be forcibly initialized 5362 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c:5361:15: note: byref variable will be forcibly initialized 5361 | dma_addr_t buf_dma; | ^~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_readScsiDevicePageHeaders': /kisskb/src/drivers/message/fusion/mptbase.c:5573:22: note: byref variable will be forcibly initialized 5573 | ConfigPageHeader_t header; | ^~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:5572:16: note: byref variable will be forcibly initialized 5572 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_read_ioc_pg_1': /kisskb/src/drivers/message/fusion/mptbase.c:6139:15: note: byref variable will be forcibly initialized 6139 | dma_addr_t ioc1_dma; | ^~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:6138:22: note: byref variable will be forcibly initialized 6138 | ConfigPageHeader_t header; | ^~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:6137:16: note: byref variable will be forcibly initialized 6137 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_read_ioc_pg_4': /kisskb/src/drivers/message/fusion/mptbase.c:6086:15: note: byref variable will be forcibly initialized 6086 | dma_addr_t ioc4_dma; | ^~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:6085:22: note: byref variable will be forcibly initialized 6085 | ConfigPageHeader_t header; | ^~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:6084:16: note: byref variable will be forcibly initialized 6084 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'GetIoUnitPage2': /kisskb/src/drivers/message/fusion/mptbase.c:5295:15: note: byref variable will be forcibly initialized 5295 | dma_addr_t page_dma; | ^~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:5293:16: note: byref variable will be forcibly initialized 5293 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c:5292:22: note: byref variable will be forcibly initialized 5292 | ConfigPageHeader_t hdr; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_get_manufacturing_pg_0': /kisskb/src/drivers/message/fusion/mptbase.c:6225:14: note: byref variable will be forcibly initialized 6225 | dma_addr_t buf_dma; | ^~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:6224:21: note: byref variable will be forcibly initialized 6224 | ConfigPageHeader_t hdr; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c:6223:15: note: byref variable will be forcibly initialized 6223 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_raid_phys_disk_pg0': /kisskb/src/drivers/message/fusion/mptbase.c:5733:15: note: byref variable will be forcibly initialized 5733 | dma_addr_t dma_handle; | ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:5732:22: note: byref variable will be forcibly initialized 5732 | ConfigPageHeader_t hdr; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c:5731:16: note: byref variable will be forcibly initialized 5731 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_raid_phys_disk_get_num_paths': /kisskb/src/drivers/message/fusion/mptbase.c:5800:15: note: byref variable will be forcibly initialized 5800 | dma_addr_t dma_handle; | ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:5799:23: note: byref variable will be forcibly initialized 5799 | ConfigPageHeader_t hdr; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c:5798:17: note: byref variable will be forcibly initialized 5798 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_raid_phys_disk_pg1': /kisskb/src/drivers/message/fusion/mptbase.c:5869:15: note: byref variable will be forcibly initialized 5869 | dma_addr_t dma_handle; | ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:5868:23: note: byref variable will be forcibly initialized 5868 | ConfigPageHeader_t hdr; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c:5867:17: note: byref variable will be forcibly initialized 5867 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_read_ioc_pg_3': /kisskb/src/drivers/message/fusion/mptbase.c:6028:15: note: byref variable will be forcibly initialized 6028 | dma_addr_t ioc3_dma; | ^~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:6027:22: note: byref variable will be forcibly initialized 6027 | ConfigPageHeader_t header; | ^~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:6026:16: note: byref variable will be forcibly initialized 6026 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_inactive_raid_volumes': /kisskb/src/drivers/message/fusion/mptbase.c:5647:24: note: byref variable will be forcibly initialized 5647 | RaidPhysDiskPage0_t phys_disk; | ^~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:5644:15: note: byref variable will be forcibly initialized 5644 | dma_addr_t dma_handle; | ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:5643:22: note: byref variable will be forcibly initialized 5643 | ConfigPageHeader_t hdr; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c:5642:16: note: byref variable will be forcibly initialized 5642 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_findImVolumes': /kisskb/src/drivers/message/fusion/mptbase.c:5958:22: note: byref variable will be forcibly initialized 5958 | ConfigPageHeader_t header; | ^~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c:5957:16: note: byref variable will be forcibly initialized 5957 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptbase.c:5956:15: note: byref variable will be forcibly initialized 5956 | dma_addr_t ioc2_dma; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_fw_attestation.c: In function 'amdgpu_fw_attestation_debugfs_read': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_fw_attestation.c:61:11: note: byref variable will be forcibly initialized 61 | uint64_t records_addr = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mpt_attach': /kisskb/src/drivers/message/fusion/mptbase.c:1773:7: note: byref variable will be forcibly initialized 1773 | u8 pcixcmd; | ^~~~~~~ /kisskb/src/drivers/message/fusion/mptbase.c: In function 'mptbase_reply': /kisskb/src/drivers/message/fusion/mptbase.c:631:6: note: byref variable will be forcibly initialized 631 | int evHandlers; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_securedisplay.c: In function 'amdgpu_securedisplay_debugfs_write': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_securedisplay.c:100:7: note: byref variable will be forcibly initialized 100 | char str[64]; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_securedisplay.c:99:11: note: byref variable will be forcibly initialized 99 | uint32_t op; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_securedisplay.c:98:11: note: byref variable will be forcibly initialized 98 | uint32_t phy_id; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_securedisplay.c:96:28: note: byref variable will be forcibly initialized 96 | struct securedisplay_cmd *securedisplay_cmd; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_eeprom.c: In function '__amdgpu_eeprom_xfer': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_eeprom.c:93:5: note: byref variable will be forcibly initialized 93 | u8 eeprom_offset_buf[EEPROM_OFFSET_SIZE]; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_hdp.c: In function 'amdgpu_hdp_ras_fini': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_hdp.c:61:20: note: byref variable will be forcibly initialized 61 | struct ras_ih_if ih_info = { | ^~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/drm_scatter.c:35: /kisskb/src/drivers/gpu/drm/drm_scatter.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/gpu/drm/lib/drm_random.c:5: /kisskb/src/drivers/gpu/drm/lib/drm_random.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/gpu/drm/drm_vm.c:49: /kisskb/src/drivers/gpu/drm/drm_vm.c: In function 'drm_dev_is_unplugged': /kisskb/src/include/drm/drm_drv.h:539:6: note: byref variable will be forcibly initialized 539 | int idx; | ^~~ /kisskb/src/drivers/gpu/drm/drm_vm.c: In function 'drm_mmap_locked': /kisskb/src/drivers/gpu/drm/drm_vm.c:529:24: note: byref variable will be forcibly initialized 529 | struct drm_hash_item *hash; | ^~~~ /kisskb/src/drivers/mfd/max77650.c: In function 'max77650_i2c_probe': /kisskb/src/drivers/mfd/max77650.c:158:15: note: byref variable will be forcibly initialized 158 | unsigned int val; | ^~~ /kisskb/src/drivers/mfd/max77650.c:154:31: note: byref variable will be forcibly initialized 154 | struct regmap_irq_chip_data *irq_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/compat.h:17, from /kisskb/src/drivers/scsi/aacraid/linit.c:20: /kisskb/src/drivers/scsi/aacraid/linit.c: In function 'aac_safw_rescan_worker': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/aacraid/aacraid.h:2664:2: note: in expansion of macro 'wait_event' 2664 | wait_event(dev->scsi_host_ptr->host_wait, | ^~~~~~~~~~ /kisskb/src/drivers/scsi/aacraid/linit.c: In function 'aac_show_unique_id': /kisskb/src/drivers/scsi/aacraid/linit.c:583:16: note: byref variable will be forcibly initialized 583 | unsigned char sn[16]; | ^~ /kisskb/src/drivers/mfd/max77693.c: In function 'max77693_i2c_probe': /kisskb/src/drivers/mfd/max77693.c:156:15: note: byref variable will be forcibly initialized 156 | unsigned int reg_data; | ^~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:6, from /kisskb/src/drivers/scsi/aacraid/linit.c:21: /kisskb/src/drivers/scsi/aacraid/linit.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/net/nfc/digital_core.c: In function 'digital_poll_next_tech': /kisskb/src/net/nfc/digital_core.c:407:5: note: byref variable will be forcibly initialized 407 | u8 rand_mod; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_of.c: In function 'drm_of_component_probe': /kisskb/src/drivers/gpu/drm/drm_of.c:120:26: note: byref variable will be forcibly initialized 120 | struct component_match *match = NULL; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_panel.c: In function 'of_drm_get_panel_orientation': /kisskb/src/drivers/gpu/drm/drm_panel.c:280:6: note: byref variable will be forcibly initialized 280 | int rotation, ret; | ^~~~~~~~ /kisskb/src/drivers/mfd/pcf50633-core.c: In function 'pcf50633_reg_read': /kisskb/src/drivers/mfd/pcf50633-core.c:50:15: note: byref variable will be forcibly initialized 50 | unsigned int val; | ^~~ /kisskb/src/drivers/mfd/pcf50633-core.c: In function 'dump_regs_show': /kisskb/src/drivers/mfd/pcf50633-core.c:84:5: note: byref variable will be forcibly initialized 84 | u8 dump[16]; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/vi.c: In function 'vi_program_aspm': /kisskb/src/drivers/gpu/drm/amd/amdgpu/vi.c:1135:12: note: byref variable will be forcibly initialized 1135 | u32 data, data1, orig; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/vi.c:1135:6: note: byref variable will be forcibly initialized 1135 | u32 data, data1, orig; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/vi.c: In function 'vi_set_vce_clocks': /kisskb/src/drivers/gpu/drm/amd/amdgpu/vi.c:1049:29: note: byref variable will be forcibly initialized 1049 | struct atom_clock_dividers dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/vi.c: In function 'vi_set_uvd_clock': /kisskb/src/drivers/gpu/drm/amd/amdgpu/vi.c:979:29: note: byref variable will be forcibly initialized 979 | struct atom_clock_dividers dividers; | ^~~~~~~~ /kisskb/src/drivers/usb/common/common.c: In function 'usb_get_maximum_speed': /kisskb/src/drivers/usb/common/common.c:109:14: note: byref variable will be forcibly initialized 109 | const char *maximum_speed; | ^~~~~~~~~~~~~ /kisskb/src/drivers/usb/common/common.c: In function 'usb_get_maximum_ssp_rate': /kisskb/src/drivers/usb/common/common.c:136:14: note: byref variable will be forcibly initialized 136 | const char *maximum_speed; | ^~~~~~~~~~~~~ /kisskb/src/drivers/usb/common/common.c: In function 'usb_get_dr_mode': /kisskb/src/drivers/usb/common/common.c:192:14: note: byref variable will be forcibly initialized 192 | const char *dr_mode; | ^~~~~~~ /kisskb/src/drivers/usb/common/common.c: In function 'usb_get_role_switch_default_mode': /kisskb/src/drivers/usb/common/common.c:212:14: note: byref variable will be forcibly initialized 212 | const char *str; | ^~~ /kisskb/src/drivers/usb/common/common.c: In function 'of_usb_get_dr_mode_by_phy': /kisskb/src/drivers/usb/common/common.c:280:14: note: byref variable will be forcibly initialized 280 | const char *dr_mode; | ^~~~~~~ /kisskb/src/drivers/usb/common/common.c:279:25: note: byref variable will be forcibly initialized 279 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/usb/common/common.c: In function 'of_usb_update_otg_caps': /kisskb/src/drivers/usb/common/common.c:345:6: note: byref variable will be forcibly initialized 345 | u32 otg_rev; | ^~~~~~~ /kisskb/src/net/nfc/digital_technology.c: In function 'digital_in_recv_sensf_res': /kisskb/src/net/nfc/digital_technology.c:747:20: note: byref variable will be forcibly initialized 747 | struct nfc_target target; | ^~~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/drm/drm_crtc.h:28, from /kisskb/src/drivers/gpu/drm/drm_debugfs_crc.c:35: /kisskb/src/drivers/gpu/drm/drm_debugfs_crc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_debugfs.c: In function 'connector_write': /kisskb/src/drivers/gpu/drm/drm_debugfs.c:305:7: note: byref variable will be forcibly initialized 305 | char buf[12]; | ^~~ /kisskb/src/drivers/gpu/drm/drm_debugfs.c: In function 'drm_debugfs_init': /kisskb/src/drivers/gpu/drm/drm_debugfs.c:210:7: note: byref variable will be forcibly initialized 210 | char name[64]; | ^~~~ /kisskb/src/drivers/gpu/drm/drm_debugfs_crc.c: In function 'crtc_crc_open': /kisskb/src/drivers/gpu/drm/drm_debugfs_crc.c:200:9: note: byref variable will be forcibly initialized 200 | size_t values_cnt; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/drivers/gpu/drm/drm_debugfs_crc.c:31: /kisskb/src/drivers/gpu/drm/drm_debugfs_crc.c: In function 'crtc_crc_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:1012:2: note: in expansion of macro '___wait_event' 1012 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1078:11: note: in expansion of macro '__wait_event_interruptible_lock_irq' 1078 | __ret = __wait_event_interruptible_lock_irq(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_debugfs_crc.c:307:9: note: in expansion of macro 'wait_event_interruptible_lock_irq' 307 | ret = wait_event_interruptible_lock_irq(crc->wq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_debugfs_crc.c:290:7: note: byref variable will be forcibly initialized 290 | char buf[MAX_LINE_LEN]; | ^~~ /kisskb/src/drivers/gpu/drm/drm_debugfs_crc.c: In function 'crc_control_show': /kisskb/src/drivers/gpu/drm/drm_debugfs_crc.c:91:10: note: byref variable will be forcibly initialized 91 | size_t values_cnt; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_debugfs_crc.c:88:10: note: byref variable will be forcibly initialized 88 | size_t count; | ^~~~~ /kisskb/src/net/nfc/digital_technology.c: In function 'digital_tg_recv_md_req': /kisskb/src/net/nfc/digital_technology.c:1265:5: note: byref variable will be forcibly initialized 1265 | u8 rf_tech; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_debugfs_crc.c: In function 'crc_control_write': /kisskb/src/drivers/gpu/drm/drm_debugfs_crc.c:127:9: note: byref variable will be forcibly initialized 127 | size_t values_cnt; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_edid_load.c: In function 'edid_load': /kisskb/src/drivers/gpu/drm/drm_edid_load.c:173:25: note: byref variable will be forcibly initialized 173 | const struct firmware *fw = NULL; | ^~ /kisskb/src/drivers/gpu/drm/drm_edid_load.c: In function 'drm_load_edid_firmware': /kisskb/src/drivers/gpu/drm/drm_edid_load.c:269:42: note: byref variable will be forcibly initialized 269 | char *edidname, *last, *colon, *fwstr, *edidstr, *fallback = NULL; | ^~~~~~~ /kisskb/src/drivers/mfd/pcf50633-irq.c: In function 'pcf50633_irq': /kisskb/src/drivers/mfd/pcf50633-irq.c:113:5: note: byref variable will be forcibly initialized 113 | u8 pcf_int[5], chgstat; | ^~~~~~~ /kisskb/src/drivers/mfd/pcf50633-irq.c: In function 'pcf50633_irq_suspend': /kisskb/src/drivers/mfd/pcf50633-irq.c:227:5: note: byref variable will be forcibly initialized 227 | u8 res[5]; | ^~~ In file included from /kisskb/src/include/linux/limits.h:6, from /kisskb/src/include/linux/kernel.h:7, from /kisskb/src/drivers/net/phy/phy.c:11: /kisskb/src/drivers/net/phy/phy.c: In function 'phy_ethtool_ksettings_set': /kisskb/src/drivers/net/phy/phy.c:773:35: note: byref variable will be forcibly initialized 773 | __ETHTOOL_DECLARE_LINK_MODE_MASK(advertising); | ^~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/net/phy/phy.c:773:2: note: in expansion of macro '__ETHTOOL_DECLARE_LINK_MODE_MASK' 773 | __ETHTOOL_DECLARE_LINK_MODE_MASK(advertising); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/phy/phy.c: In function 'phy_speed_down': /kisskb/src/drivers/net/phy/phy.c:845:35: note: byref variable will be forcibly initialized 845 | __ETHTOOL_DECLARE_LINK_MODE_MASK(adv_tmp); | ^~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/net/phy/phy.c:845:2: note: in expansion of macro '__ETHTOOL_DECLARE_LINK_MODE_MASK' 845 | __ETHTOOL_DECLARE_LINK_MODE_MASK(adv_tmp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/phy/phy.c: In function 'phy_speed_up': /kisskb/src/drivers/net/phy/phy.c:878:35: note: byref variable will be forcibly initialized 878 | __ETHTOOL_DECLARE_LINK_MODE_MASK(adv_tmp); | ^~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/net/phy/phy.c:878:2: note: in expansion of macro '__ETHTOOL_DECLARE_LINK_MODE_MASK' 878 | __ETHTOOL_DECLARE_LINK_MODE_MASK(adv_tmp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/phy/phy.c: In function 'phy_init_eee': /kisskb/src/drivers/net/phy/phy.c:1251:36: note: byref variable will be forcibly initialized 1251 | __ETHTOOL_DECLARE_LINK_MODE_MASK(adv); | ^~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/net/phy/phy.c:1251:3: note: in expansion of macro '__ETHTOOL_DECLARE_LINK_MODE_MASK' 1251 | __ETHTOOL_DECLARE_LINK_MODE_MASK(adv); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/phy/phy.c:1250:36: note: byref variable will be forcibly initialized 1250 | __ETHTOOL_DECLARE_LINK_MODE_MASK(lp); | ^~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/net/phy/phy.c:1250:3: note: in expansion of macro '__ETHTOOL_DECLARE_LINK_MODE_MASK' 1250 | __ETHTOOL_DECLARE_LINK_MODE_MASK(lp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/phy/phy.c:1249:36: note: byref variable will be forcibly initialized 1249 | __ETHTOOL_DECLARE_LINK_MODE_MASK(common); | ^~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/net/phy/phy.c:1249:3: note: in expansion of macro '__ETHTOOL_DECLARE_LINK_MODE_MASK' 1249 | __ETHTOOL_DECLARE_LINK_MODE_MASK(common); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/phy/phy.c: In function 'phy_state_machine': /kisskb/src/drivers/net/phy/phy.c:1113:7: note: byref variable will be forcibly initialized 1113 | bool finished = false; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c: In function 'mipi_dsi_shutdown_peripheral': /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c:578:22: note: byref variable will be forcibly initialized 578 | .tx_buf = (u8 [2]) { 0, 0 }, | ^ /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c: In function 'mipi_dsi_turn_on_peripheral': /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c:598:22: note: byref variable will be forcibly initialized 598 | .tx_buf = (u8 [2]) { 0, 0 }, | ^ /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c: In function 'mipi_dsi_set_maximum_return_packet_size': /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c:619:5: note: byref variable will be forcibly initialized 619 | u8 tx[2] = { value & 0xff, value >> 8 }; | ^~ /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c: In function 'mipi_dsi_compression_mode': /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c:645:5: note: byref variable will be forcibly initialized 645 | u8 tx[2] = { enable << 0, 0 }; | ^~ /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c: In function 'of_mipi_dsi_device_add': /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c:161:6: note: byref variable will be forcibly initialized 161 | u32 reg; | ^~~ /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c: In function 'mipi_dsi_dcs_write': /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c:831:5: note: byref variable will be forcibly initialized 831 | u8 stack_tx[8]; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c: In function 'mipi_dsi_dcs_set_column_address': /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c:1056:5: note: byref variable will be forcibly initialized 1056 | u8 payload[4] = { start >> 8, start & 0xff, end >> 8, end & 0xff }; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c: In function 'mipi_dsi_dcs_set_page_address': /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c:1080:5: note: byref variable will be forcibly initialized 1080 | u8 payload[4] = { start >> 8, start & 0xff, end >> 8, end & 0xff }; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c: In function 'mipi_dsi_dcs_set_tear_on': /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c:1122:5: note: byref variable will be forcibly initialized 1122 | u8 value = mode; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c: In function 'mipi_dsi_dcs_set_tear_scanline': /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c:1165:5: note: byref variable will be forcibly initialized 1165 | u8 payload[2] = { scanline >> 8, scanline & 0xff }; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c: In function 'mipi_dsi_dcs_set_display_brightness': /kisskb/src/drivers/gpu/drm/drm_mipi_dsi.c:1188:5: note: byref variable will be forcibly initialized 1188 | u8 payload[2] = { brightness & 0xff, brightness >> 8 }; | ^~~~~~~ /kisskb/src/drivers/message/fusion/mptspi.c: In function 'mptspi_write_spi_device_pg1': /kisskb/src/drivers/message/fusion/mptspi.c:859:29: note: byref variable will be forcibly initialized 859 | struct _CONFIG_PAGE_HEADER hdr; | ^~~ /kisskb/src/drivers/message/fusion/mptspi.c:858:25: note: byref variable will be forcibly initialized 858 | struct _x_config_parms cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptspi.c:856:13: note: byref variable will be forcibly initialized 856 | dma_addr_t pg1_dma; | ^~~~~~~ /kisskb/src/drivers/message/fusion/mptspi.c: In function 'mptspi_write_width': /kisskb/src/drivers/message/fusion/mptspi.c:1084:36: note: byref variable will be forcibly initialized 1084 | struct _CONFIG_PAGE_SCSI_DEVICE_1 pg1; | ^~~ /kisskb/src/drivers/message/fusion/mptspi.c: In function 'mptspi_write_hold_mcs': /kisskb/src/drivers/message/fusion/mptspi.c:1039:36: note: byref variable will be forcibly initialized 1039 | struct _CONFIG_PAGE_SCSI_DEVICE_1 pg1; \ | ^~~ /kisskb/src/drivers/message/fusion/mptspi.c:1056:1: note: in expansion of macro 'MPTSPI_SIMPLE_TRANSPORT_PARM' 1056 | MPTSPI_SIMPLE_TRANSPORT_PARM(hold_mcs) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptspi.c: In function 'mptspi_write_pcomp_en': /kisskb/src/drivers/message/fusion/mptspi.c:1039:36: note: byref variable will be forcibly initialized 1039 | struct _CONFIG_PAGE_SCSI_DEVICE_1 pg1; \ | ^~~ /kisskb/src/drivers/message/fusion/mptspi.c:1057:1: note: in expansion of macro 'MPTSPI_SIMPLE_TRANSPORT_PARM' 1057 | MPTSPI_SIMPLE_TRANSPORT_PARM(pcomp_en) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptspi.c: In function 'mptspi_write_rti': /kisskb/src/drivers/message/fusion/mptspi.c:1039:36: note: byref variable will be forcibly initialized 1039 | struct _CONFIG_PAGE_SCSI_DEVICE_1 pg1; \ | ^~~ /kisskb/src/drivers/message/fusion/mptspi.c:1055:1: note: in expansion of macro 'MPTSPI_SIMPLE_TRANSPORT_PARM' 1055 | MPTSPI_SIMPLE_TRANSPORT_PARM(rti) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptspi.c: In function 'mptspi_write_rd_strm': /kisskb/src/drivers/message/fusion/mptspi.c:1039:36: note: byref variable will be forcibly initialized 1039 | struct _CONFIG_PAGE_SCSI_DEVICE_1 pg1; \ | ^~~ /kisskb/src/drivers/message/fusion/mptspi.c:1053:1: note: in expansion of macro 'MPTSPI_SIMPLE_TRANSPORT_PARM' 1053 | MPTSPI_SIMPLE_TRANSPORT_PARM(rd_strm) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptspi.c: In function 'mptspi_write_wr_flow': /kisskb/src/drivers/message/fusion/mptspi.c:1039:36: note: byref variable will be forcibly initialized 1039 | struct _CONFIG_PAGE_SCSI_DEVICE_1 pg1; \ | ^~~ /kisskb/src/drivers/message/fusion/mptspi.c:1054:1: note: in expansion of macro 'MPTSPI_SIMPLE_TRANSPORT_PARM' 1054 | MPTSPI_SIMPLE_TRANSPORT_PARM(wr_flow) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptspi.c: In function 'mptspi_write_qas': /kisskb/src/drivers/message/fusion/mptspi.c:1061:36: note: byref variable will be forcibly initialized 1061 | struct _CONFIG_PAGE_SCSI_DEVICE_1 pg1; | ^~~ /kisskb/src/drivers/message/fusion/mptspi.c: In function 'mptspi_read_spi_device_pg0': /kisskb/src/drivers/message/fusion/mptspi.c:523:29: note: byref variable will be forcibly initialized 523 | struct _CONFIG_PAGE_HEADER hdr; | ^~~ /kisskb/src/drivers/message/fusion/mptspi.c:522:25: note: byref variable will be forcibly initialized 522 | struct _x_config_parms cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptspi.c:520:13: note: byref variable will be forcibly initialized 520 | dma_addr_t spi_dev_pg0_dma; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptspi.c: In function 'mptspi_read_parameters': /kisskb/src/drivers/message/fusion/mptspi.c:598:36: note: byref variable will be forcibly initialized 598 | struct _CONFIG_PAGE_SCSI_DEVICE_0 spi_dev_pg0; | ^~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptspi.c: In function 'mptspi_write_dt': /kisskb/src/drivers/message/fusion/mptspi.c:993:36: note: byref variable will be forcibly initialized 993 | struct _CONFIG_PAGE_SCSI_DEVICE_1 pg1; | ^~~ /kisskb/src/drivers/message/fusion/mptspi.c: In function 'mptspi_write_iu': /kisskb/src/drivers/message/fusion/mptspi.c:1016:36: note: byref variable will be forcibly initialized 1016 | struct _CONFIG_PAGE_SCSI_DEVICE_1 pg1; | ^~~ /kisskb/src/drivers/message/fusion/mptspi.c: In function 'mptspi_write_offset': /kisskb/src/drivers/message/fusion/mptspi.c:936:36: note: byref variable will be forcibly initialized 936 | struct _CONFIG_PAGE_SCSI_DEVICE_1 pg1; | ^~~ /kisskb/src/drivers/message/fusion/mptspi.c: In function 'mptspi_write_period': /kisskb/src/drivers/message/fusion/mptspi.c:961:36: note: byref variable will be forcibly initialized 961 | struct _CONFIG_PAGE_SCSI_DEVICE_1 pg1; | ^~~ /kisskb/src/drivers/message/fusion/mptspi.c: In function 'mptspi_dv_renegotiate_work': /kisskb/src/drivers/message/fusion/mptspi.c:1263:36: note: byref variable will be forcibly initialized 1263 | struct _CONFIG_PAGE_SCSI_DEVICE_1 pg1; | ^~~ In file included from /kisskb/src/drivers/message/fusion/mptspi.c:49: /kisskb/src/drivers/message/fusion/mptspi.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/message/fusion/mptspi.c: In function 'mptspi_slave_destroy': /kisskb/src/drivers/message/fusion/mptspi.c:810:37: note: byref variable will be forcibly initialized 810 | struct _CONFIG_PAGE_SCSI_DEVICE_1 pg1; | ^~~ /kisskb/src/drivers/mfd/pcf50633-adc.c: In function 'pcf50633_adc_sync_read': /kisskb/src/drivers/mfd/pcf50633-adc.c:118:35: note: byref variable will be forcibly initialized 118 | struct pcf50633_adc_sync_request req; | ^~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_print_device_pg0': /kisskb/src/drivers/message/fusion/mptsas.c:206:9: note: byref variable will be forcibly initialized 206 | __le64 sas_address; | ^~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_print_phy_pg0': /kisskb/src/drivers/message/fusion/mptsas.c:163:9: note: byref variable will be forcibly initialized 163 | __le64 sas_address; | ^~~~~~~~~~~ In file included from /kisskb/src/drivers/message/fusion/mptsas.c:48: /kisskb/src/drivers/message/fusion/mptsas.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/core/usb.c: In function 'usb_find_interface': /kisskb/src/drivers/usb/core/usb.c:353:28: note: byref variable will be forcibly initialized 353 | struct find_interface_arg argb; | ^~~~ /kisskb/src/drivers/usb/core/usb.c: In function 'usb_for_each_dev': /kisskb/src/drivers/usb/core/usb.c:395:22: note: byref variable will be forcibly initialized 395 | struct each_dev_arg arg = {data, fn}; | ^~~ /kisskb/src/drivers/usb/core/usb.c: In function 'usb_for_each_port': /kisskb/src/drivers/usb/core/usb.c:441:22: note: byref variable will be forcibly initialized 441 | struct each_hub_arg arg = {data, fn}; | ^~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_sas_device_pg0': /kisskb/src/drivers/message/fusion/mptsas.c:2589:13: note: byref variable will be forcibly initialized 2589 | dma_addr_t dma_handle; | ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:2587:14: note: byref variable will be forcibly initialized 2587 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptsas.c:2586:29: note: byref variable will be forcibly initialized 2586 | ConfigExtendedPageHeader_t hdr; | ^~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_sas_enclosure_pg0': /kisskb/src/drivers/message/fusion/mptsas.c:1377:13: note: byref variable will be forcibly initialized 1377 | dma_addr_t dma_handle; | ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:1375:14: note: byref variable will be forcibly initialized 1375 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptsas.c:1374:29: note: byref variable will be forcibly initialized 1374 | ConfigExtendedPageHeader_t hdr; | ^~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_add_device_component_by_fw': /kisskb/src/drivers/message/fusion/mptsas.c:651:26: note: byref variable will be forcibly initialized 651 | struct mptsas_enclosure enclosure_info; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:650:24: note: byref variable will be forcibly initialized 650 | struct mptsas_devinfo sas_device; | ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_add_device_component_starget': /kisskb/src/drivers/message/fusion/mptsas.c:788:26: note: byref variable will be forcibly initialized 788 | struct mptsas_enclosure enclosure_info; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_get_enclosure_identifier': /kisskb/src/drivers/message/fusion/mptsas.c:2189:26: note: byref variable will be forcibly initialized 2189 | struct mptsas_enclosure enclosure_info; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_add_device_component_starget_ir': /kisskb/src/drivers/message/fusion/mptsas.c:687:24: note: byref variable will be forcibly initialized 687 | RaidPhysDiskPage0_t phys_disk; | ^~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:684:15: note: byref variable will be forcibly initialized 684 | dma_addr_t dma_handle; | ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:683:22: note: byref variable will be forcibly initialized 683 | ConfigPageHeader_t hdr; | ^~~ /kisskb/src/drivers/message/fusion/mptsas.c:682:16: note: byref variable will be forcibly initialized 682 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_sas_io_unit_pg0': /kisskb/src/drivers/message/fusion/mptsas.c:2389:13: note: byref variable will be forcibly initialized 2389 | dma_addr_t dma_handle; | ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:2387:14: note: byref variable will be forcibly initialized 2387 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptsas.c:2386:29: note: byref variable will be forcibly initialized 2386 | ConfigExtendedPageHeader_t hdr; | ^~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_sas_io_unit_pg1': /kisskb/src/drivers/message/fusion/mptsas.c:2467:13: note: byref variable will be forcibly initialized 2467 | dma_addr_t dma_handle; | ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:2465:14: note: byref variable will be forcibly initialized 2465 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptsas.c:2464:29: note: byref variable will be forcibly initialized 2464 | ConfigExtendedPageHeader_t hdr; | ^~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_sas_phy_pg0': /kisskb/src/drivers/message/fusion/mptsas.c:2525:13: note: byref variable will be forcibly initialized 2525 | dma_addr_t dma_handle; | ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:2523:14: note: byref variable will be forcibly initialized 2523 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptsas.c:2522:29: note: byref variable will be forcibly initialized 2522 | ConfigExtendedPageHeader_t hdr; | ^~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_sas_expander_pg1': /kisskb/src/drivers/message/fusion/mptsas.c:2753:13: note: byref variable will be forcibly initialized 2753 | dma_addr_t dma_handle; | ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:2751:14: note: byref variable will be forcibly initialized 2751 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptsas.c:2750:29: note: byref variable will be forcibly initialized 2750 | ConfigExtendedPageHeader_t hdr; | ^~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_sas_expander_pg0': /kisskb/src/drivers/message/fusion/mptsas.c:2670:13: note: byref variable will be forcibly initialized 2670 | dma_addr_t dma_handle; | ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:2668:14: note: byref variable will be forcibly initialized 2668 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptsas.c:2667:29: note: byref variable will be forcibly initialized 2667 | ConfigExtendedPageHeader_t hdr; | ^~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_get_linkerrors': /kisskb/src/drivers/message/fusion/mptsas.c:2033:13: note: byref variable will be forcibly initialized 2033 | dma_addr_t dma_handle; | ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:2031:14: note: byref variable will be forcibly initialized 2031 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptsas.c:2030:29: note: byref variable will be forcibly initialized 2030 | ConfigExtendedPageHeader_t hdr; | ^~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_add_end_device': /kisskb/src/drivers/message/fusion/mptsas.c:1448:22: note: byref variable will be forcibly initialized 1448 | struct sas_identify identify; | ^~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_probe_devices': /kisskb/src/drivers/message/fusion/mptsas.c:3974:24: note: byref variable will be forcibly initialized 3974 | struct mptsas_devinfo sas_device; | ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_adding_inactive_raid_components': /kisskb/src/drivers/message/fusion/mptsas.c:4258:25: note: byref variable will be forcibly initialized 4258 | struct mptsas_devinfo sas_device; | ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:4255:24: note: byref variable will be forcibly initialized 4255 | RaidPhysDiskPage0_t phys_disk; | ^~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:4253:15: note: byref variable will be forcibly initialized 4253 | dma_addr_t dma_handle; | ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:4252:22: note: byref variable will be forcibly initialized 4252 | ConfigPageHeader_t hdr; | ^~~ /kisskb/src/drivers/message/fusion/mptsas.c:4251:16: note: byref variable will be forcibly initialized 4251 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_exp_repmanufacture_info': /kisskb/src/drivers/message/fusion/mptsas.c:2872:13: note: byref variable will be forcibly initialized 2872 | dma_addr_t data_out_dma = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_probe_one_phy': /kisskb/src/drivers/message/fusion/mptsas.c:3221:23: note: byref variable will be forcibly initialized 3221 | struct sas_identify identify; | ^~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_probe_expanders': /kisskb/src/drivers/message/fusion/mptsas.c:3924:25: note: byref variable will be forcibly initialized 3924 | struct mptsas_portinfo buffer, *port_info; | ^~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_expander_add': /kisskb/src/drivers/message/fusion/mptsas.c:3673:25: note: byref variable will be forcibly initialized 3673 | struct mptsas_portinfo buffer, *port_info; | ^~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_expander_delete': /kisskb/src/drivers/message/fusion/mptsas.c:3542:25: note: byref variable will be forcibly initialized 3542 | struct mptsas_portinfo buffer; | ^~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_send_expander_event': /kisskb/src/drivers/message/fusion/mptsas.c:3632:9: note: byref variable will be forcibly initialized 3632 | __le64 sas_address; | ^~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_not_responding_devices': /kisskb/src/drivers/message/fusion/mptsas.c:3800:24: note: byref variable will be forcibly initialized 3800 | struct mptsas_devinfo sas_device; | ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:3798:25: note: byref variable will be forcibly initialized 3798 | struct mptsas_portinfo buffer, *port_info; | ^~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_find_phyinfo_by_phys_disk_num': /kisskb/src/drivers/message/fusion/mptsas.c:4174:6: note: byref variable will be forcibly initialized 4174 | u64 sas_address = 0; | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/scsi/aic94xx/aic94xx_init.c:12: /kisskb/src/drivers/scsi/aic94xx/aic94xx_init.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_hotplug_work': /kisskb/src/drivers/message/fusion/mptsas.c:4333:24: note: byref variable will be forcibly initialized 4333 | struct mptsas_devinfo sas_device; | ^~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_send_sas_event': /kisskb/src/drivers/message/fusion/mptsas.c:4598:6: note: byref variable will be forcibly initialized 4598 | u64 sas_address; | ^~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:4595:30: note: byref variable will be forcibly initialized 4595 | struct mptsas_hotplug_event hot_plug_info; | ^~~~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c: In function 'mptsas_send_raid_event': /kisskb/src/drivers/message/fusion/mptsas.c:4667:22: note: byref variable will be forcibly initialized 4667 | RaidPhysDiskPage0_t phys_disk; | ^~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:4662:30: note: byref variable will be forcibly initialized 4662 | struct mptsas_hotplug_event hot_plug_info; | ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/scsi/aic94xx/aic94xx_init.c:9: /kisskb/src/drivers/scsi/aic94xx/aic94xx_init.c: In function 'asd_free_queues': /kisskb/src/drivers/scsi/aic94xx/aic94xx_init.c:850:12: note: byref variable will be forcibly initialized 850 | LIST_HEAD(pending); | ^~~~~~~ /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/message/fusion/mptsas.c: In function 'mptsas_send_ir2_event': /kisskb/src/drivers/message/fusion/mptsas.c:4966:22: note: byref variable will be forcibly initialized 4966 | RaidPhysDiskPage0_t phys_disk; | ^~~~~~~~~ /kisskb/src/drivers/message/fusion/mptsas.c:4963:30: note: byref variable will be forcibly initialized 4963 | struct mptsas_hotplug_event hot_plug_info; | ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/scsi/pm8001/pm8001_init.c:41: /kisskb/src/drivers/scsi/pm8001/pm8001_init.c: In function 'pm8001_pci_resume': /kisskb/src/drivers/scsi/pm8001/pm8001_init.c:1341:29: note: byref variable will be forcibly initialized 1341 | DECLARE_COMPLETION_ONSTACK(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/drivers/message/fusion/mptsas.c: In function 'mptsas_broadcast_primitive_work': /kisskb/src/drivers/message/fusion/mptsas.c:4870:7: note: byref variable will be forcibly initialized 4870 | u8 issue_reset; | ^~~~~~~~~~~ /kisskb/src/net/nfc/digital_dep.c: In function 'digital_tg_send_atr_res': /kisskb/src/net/nfc/digital_dep.c:1495:9: note: byref variable will be forcibly initialized 1495 | size_t gb_len; | ^~~~~~ In file included from /kisskb/src/drivers/scsi/pm8001/pm8001_init.c:41: /kisskb/src/drivers/scsi/pm8001/pm8001_init.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_init.c: In function 'asd_map_ha': /kisskb/src/drivers/scsi/aic94xx/aic94xx_init.c:154:6: note: byref variable will be forcibly initialized 154 | u16 cmd_reg; | ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_init.c: In function 'pm8001_init_sas_add': /kisskb/src/drivers/scsi/pm8001/pm8001_init.c:670:6: note: byref variable will be forcibly initialized 670 | u16 deviceid; | ^~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_init.c:669:30: note: byref variable will be forcibly initialized 669 | struct pm8001_ioctl_payload payload; | ^~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/scsi/pm8001/pm8001_init.c:41: /kisskb/src/drivers/scsi/pm8001/pm8001_init.c:668:29: note: byref variable will be forcibly initialized 668 | DECLARE_COMPLETION_ONSTACK(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/drivers/scsi/pm8001/pm8001_init.c:662:5: note: byref variable will be forcibly initialized 662 | u8 sas_add[8]; | ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_init.c: In function 'pm8001_set_phy_settings_ven_117c_12G': /kisskb/src/drivers/scsi/pm8001/pm8001_init.c:880:6: note: byref variable will be forcibly initialized 880 | int phymask = 0; | ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_init.c:879:39: note: byref variable will be forcibly initialized 879 | struct pm8001_mpi3_phy_pg_trx_config phycfg_ext; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_init.c:878:39: note: byref variable will be forcibly initialized 878 | struct pm8001_mpi3_phy_pg_trx_config phycfg_int; | ^~~~~~~~~~ /kisskb/src/drivers/atm/idt77252.c: In function 'idt77252_preset': /kisskb/src/drivers/atm/idt77252.c:3525:6: note: byref variable will be forcibly initialized 3525 | u16 pci_command; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_init.c: In function 'pm8001_get_phy_settings_info': /kisskb/src/drivers/scsi/pm8001/pm8001_init.c:756:30: note: byref variable will be forcibly initialized 756 | struct pm8001_ioctl_payload payload; | ^~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/scsi/pm8001/pm8001_init.c:41: /kisskb/src/drivers/scsi/pm8001/pm8001_init.c:755:29: note: byref variable will be forcibly initialized 755 | DECLARE_COMPLETION_ONSTACK(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/drivers/atm/idt77252.c: In function 'init_card': /kisskb/src/drivers/atm/idt77252.c:3254:9: note: byref variable will be forcibly initialized 3254 | u_char pci_byte; | ^~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_init.c: In function 'pm8001_pci_probe': /kisskb/src/drivers/scsi/pm8001/pm8001_init.c:1064:6: note: byref variable will be forcibly initialized 1064 | u32 pci_reg; | ^~~~~~~ /kisskb/src/drivers/atm/idt77252.c:3251:7: note: byref variable will be forcibly initialized 3251 | char tname[10]; | ^~~~~ /kisskb/src/drivers/gpu/drm/drm_gem_vram_helper.c: In function 'drm_gem_vram_fill_create_dumb': /kisskb/src/drivers/gpu/drm/drm_gem_vram_helper.c:509:6: note: byref variable will be forcibly initialized 509 | u32 handle; | ^~~~~~ /kisskb/src/drivers/gpu/drm/drm_gem_vram_helper.c: In function 'drm_vram_mm_debugfs': /kisskb/src/drivers/gpu/drm/drm_gem_vram_helper.c:957:21: note: byref variable will be forcibly initialized 957 | struct drm_printer p = drm_seq_file_printer(m); | ^ /kisskb/src/drivers/scsi/aacraid/aachba.c: In function 'force_delete_disk': /kisskb/src/drivers/scsi/aacraid/aachba.c:3298:25: note: byref variable will be forcibly initialized 3298 | struct aac_delete_disk dd; | ^~ /kisskb/src/drivers/scsi/aacraid/aachba.c: In function 'delete_disk': /kisskb/src/drivers/scsi/aacraid/aachba.c:3323:25: note: byref variable will be forcibly initialized 3323 | struct aac_delete_disk dd; | ^~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/pci.h:37, from /kisskb/src/drivers/scsi/aacraid/aachba.c:22: /kisskb/src/drivers/scsi/aacraid/aachba.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/scsi/aacraid/aachba.c:22: /kisskb/src/drivers/scsi/aacraid/aachba.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/scsi/aacraid/aachba.c: In function 'aac_get_safw_ciss_luns': /kisskb/src/drivers/scsi/aacraid/aachba.c:1828:22: note: byref variable will be forcibly initialized 1828 | struct aac_srb_unit srbu; | ^~~~ /kisskb/src/drivers/scsi/aacraid/aachba.c: In function 'aac_issue_safw_bmic_identify': /kisskb/src/drivers/scsi/aacraid/aachba.c:1780:22: note: byref variable will be forcibly initialized 1780 | struct aac_srb_unit srbu; | ^~~~ /kisskb/src/drivers/scsi/aacraid/aachba.c: In function 'aac_get_safw_attr_all_targets': /kisskb/src/drivers/scsi/aacraid/aachba.c:1931:31: note: byref variable will be forcibly initialized 1931 | struct aac_ciss_identify_pd *identify_resp = NULL; | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aacraid/aachba.c: In function 'aac_expose_phy_device': /kisskb/src/drivers/scsi/aacraid/aachba.c:436:7: note: byref variable will be forcibly initialized 436 | char inq_data; | ^~~~~~~~ /kisskb/src/drivers/scsi/aacraid/aachba.c: In function 'get_container_name_callback': /kisskb/src/drivers/scsi/aacraid/aachba.c:557:9: note: byref variable will be forcibly initialized 557 | char d[sizeof(((struct inquiry_data *)NULL)->inqd_pid)]; | ^ /kisskb/src/drivers/scsi/aacraid/aachba.c:556:24: note: byref variable will be forcibly initialized 556 | struct inquiry_data inq; | ^~~ /kisskb/src/drivers/scsi/aacraid/aachba.c: In function 'get_container_serial_callback': /kisskb/src/drivers/scsi/aacraid/aachba.c:1093:9: note: byref variable will be forcibly initialized 1093 | char sp[13]; | ^~ /kisskb/src/drivers/scsi/aacraid/aachba.c:1009:23: note: byref variable will be forcibly initialized 1009 | struct tvpd_page83 vpdpage83data; | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aacraid/aachba.c: In function 'query_disk': /kisskb/src/drivers/scsi/aacraid/aachba.c:3257:24: note: byref variable will be forcibly initialized 3257 | struct aac_query_disk qd; | ^~ /kisskb/src/drivers/scsi/aacraid/aachba.c: In function 'aac_get_adapter_info': /kisskb/src/drivers/scsi/aacraid/aachba.c:2138:8: note: byref variable will be forcibly initialized 2138 | char buffer[16]; | ^~~~~~ /kisskb/src/drivers/scsi/aacraid/aachba.c: In function 'aac_scsi_cmd': /kisskb/src/drivers/scsi/aacraid/aachba.c:3114:20: note: byref variable will be forcibly initialized 3114 | aac_modep10_data mpd10; | ^~~~~ /kisskb/src/drivers/scsi/aacraid/aachba.c:3036:18: note: byref variable will be forcibly initialized 3036 | aac_modep_data mpd; | ^~~ /kisskb/src/drivers/scsi/aacraid/aachba.c:3009:8: note: byref variable will be forcibly initialized 3009 | char cp[8]; | ^~ /kisskb/src/drivers/scsi/aacraid/aachba.c:2970:8: note: byref variable will be forcibly initialized 2970 | char cp[13]; | ^~ /kisskb/src/drivers/scsi/aacraid/aachba.c:2884:23: note: byref variable will be forcibly initialized 2884 | struct inquiry_data inq_data; | ^~~~~~~~ /kisskb/src/drivers/mfd/lpc_ich.c: In function 'lpc_ich_enable_acpi_space': /kisskb/src/drivers/mfd/lpc_ich.c:833:5: note: byref variable will be forcibly initialized 833 | u8 reg_save; | ^~~~~~~~ /kisskb/src/drivers/mfd/lpc_ich.c: In function 'lpc_ich_enable_pmc_space': /kisskb/src/drivers/mfd/lpc_ich.c:870:5: note: byref variable will be forcibly initialized 870 | u8 reg_save; | ^~~~~~~~ /kisskb/src/drivers/mfd/lpc_ich.c: In function 'lpc_ich_enable_gpio_space': /kisskb/src/drivers/mfd/lpc_ich.c:860:5: note: byref variable will be forcibly initialized 860 | u8 reg_save; | ^~~~~~~~ /kisskb/src/drivers/mfd/lpc_ich.c: In function 'lpc_ich_init_wdt': /kisskb/src/drivers/mfd/lpc_ich.c:1012:6: note: byref variable will be forcibly initialized 1012 | u32 base_addr_cfg; | ^~~~~~~~~~~~~ /kisskb/src/drivers/mfd/lpc_ich.c: In function 'lpc_ich_init_gpio': /kisskb/src/drivers/mfd/lpc_ich.c:935:6: note: byref variable will be forcibly initialized 935 | u32 base_addr_cfg; | ^~~~~~~~~~~~~ /kisskb/src/drivers/mfd/lpc_ich.c: In function 'lpc_ich_init_spi': /kisskb/src/drivers/mfd/lpc_ich.c:1092:22: note: byref variable will be forcibly initialized 1092 | u32 spi_base, rcba, bcr; | ^~~ /kisskb/src/drivers/mfd/lpc_ich.c:1092:16: note: byref variable will be forcibly initialized 1092 | u32 spi_base, rcba, bcr; | ^~~~ /kisskb/src/drivers/mfd/lpc_ich.c:1092:6: note: byref variable will be forcibly initialized 1092 | u32 spi_base, rcba, bcr; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_init.c: In function 'qla4xxx_set_model_info': /kisskb/src/drivers/scsi/qla4xxx/ql4_init.c:581:11: note: byref variable will be forcibly initialized 581 | uint16_t board_id_string[8]; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_init.c: In function 'qla4xxx_wait_for_ip_config': /kisskb/src/drivers/scsi/qla4xxx/ql4_init.c:205:9: note: byref variable will be forcibly initialized 205 | int8_t ip_address[IPv6_ADDR_LEN] = {0} ; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_init.c: In function 'qla4xxx_get_sys_info': /kisskb/src/drivers/scsi/qla4xxx/ql4_init.c:150:13: note: byref variable will be forcibly initialized 150 | dma_addr_t sys_info_dma; | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_init.c: In function 'qla4xxx_alloc_fw_dump': /kisskb/src/drivers/scsi/qla4xxx/ql4_init.c:310:13: note: byref variable will be forcibly initialized 310 | dma_addr_t md_tmp_dma; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_init.c: In function 'qla4xxx_pci_config': /kisskb/src/drivers/scsi/qla4xxx/ql4_init.c:660:11: note: byref variable will be forcibly initialized 660 | uint16_t w; | ^ /kisskb/src/drivers/scsi/qla4xxx/ql4_init.c: In function 'qla4xxx_free_ddb_index': /kisskb/src/drivers/scsi/qla4xxx/ql4_init.c:917:22: note: byref variable will be forcibly initialized 917 | uint32_t state = 0, conn_err = 0; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_init.c:917:11: note: byref variable will be forcibly initialized 917 | uint32_t state = 0, conn_err = 0; | ^~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_init.c:916:20: note: byref variable will be forcibly initialized 916 | uint32_t idx = 0, next_idx = 0; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_init.c: In function 'qla4xxx_login_flash_ddb': /kisskb/src/drivers/scsi/qla4xxx/ql4_init.c:1210:11: note: byref variable will be forcibly initialized 1210 | uint32_t mbx_sts = 0; | ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_init.c:1209:13: note: byref variable will be forcibly initialized 1209 | dma_addr_t fw_ddb_dma; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_iocb.c: In function 'qla4xxx_send_marker_iocb': /kisskb/src/drivers/scsi/qla4xxx/ql4_iocb.c:87:28: note: byref variable will be forcibly initialized 87 | struct qla4_marker_entry *marker_entry; | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_iocb.c: In function 'qla4xxx_ping_iocb': /kisskb/src/drivers/scsi/qla4xxx/ql4_iocb.c:509:11: note: byref variable will be forcibly initialized 509 | uint32_t in_mbox[8]; | ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4_84xx_extend_idc_tmo': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1864:11: note: byref variable will be forcibly initialized 1864 | uint32_t mbox_sts[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1863:11: note: byref variable will be forcibly initialized 1863 | uint32_t mbox_cmd[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_get_minidump_template': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:287:11: note: byref variable will be forcibly initialized 287 | uint32_t mbox_sts[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:286:11: note: byref variable will be forcibly initialized 286 | uint32_t mbox_cmd[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_req_template_size': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:318:11: note: byref variable will be forcibly initialized 318 | uint32_t mbox_sts[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:317:11: note: byref variable will be forcibly initialized 317 | uint32_t mbox_cmd[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_initialize_fw_cb': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:624:11: note: byref variable will be forcibly initialized 624 | uint32_t mbox_sts[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:623:11: note: byref variable will be forcibly initialized 623 | uint32_t mbox_cmd[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:622:13: note: byref variable will be forcibly initialized 622 | dma_addr_t init_fw_cb_dma; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_get_dhcp_ip_address': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:706:11: note: byref variable will be forcibly initialized 706 | uint32_t mbox_sts[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:705:11: note: byref variable will be forcibly initialized 705 | uint32_t mbox_cmd[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:704:13: note: byref variable will be forcibly initialized 704 | dma_addr_t init_fw_cb_dma; | ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from ./arch/powerpc/include/generated/asm/rwonce.h:1, from /kisskb/src/include/linux/compiler.h:266, from /kisskb/src/include/linux/phy.h:14, from /kisskb/src/drivers/net/phy/phy-core.c:6: /kisskb/src/drivers/net/phy/phy-core.c: In function 'phy_resolve_aneg_linkmode': /kisskb/src/drivers/net/phy/phy-core.c:364:35: note: byref variable will be forcibly initialized 364 | __ETHTOOL_DECLARE_LINK_MODE_MASK(common); | ^~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/net/phy/phy-core.c:364:2: note: in expansion of macro '__ETHTOOL_DECLARE_LINK_MODE_MASK' 364 | __ETHTOOL_DECLARE_LINK_MODE_MASK(common); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_get_firmware_state': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:743:11: note: byref variable will be forcibly initialized 743 | uint32_t mbox_sts[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:742:11: note: byref variable will be forcibly initialized 742 | uint32_t mbox_cmd[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/net/phy/phy-core.c: In function 'phy_resolve_min_speed': /kisskb/src/drivers/net/phy/phy-core.c:420:35: note: byref variable will be forcibly initialized 420 | __ETHTOOL_DECLARE_LINK_MODE_MASK(common); | ^~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/net/phy/phy-core.c:420:2: note: in expansion of macro '__ETHTOOL_DECLARE_LINK_MODE_MASK' 420 | __ETHTOOL_DECLARE_LINK_MODE_MASK(common); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_get_firmware_status': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:774:11: note: byref variable will be forcibly initialized 774 | uint32_t mbox_sts[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:773:11: note: byref variable will be forcibly initialized 773 | uint32_t mbox_cmd[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/net/phy/phy-core.c: In function 'phy_check_downshift': /kisskb/src/drivers/net/phy/phy-core.c:391:35: note: byref variable will be forcibly initialized 391 | __ETHTOOL_DECLARE_LINK_MODE_MASK(common); | ^~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/net/phy/phy-core.c:391:2: note: in expansion of macro '__ETHTOOL_DECLARE_LINK_MODE_MASK' 391 | __ETHTOOL_DECLARE_LINK_MODE_MASK(common); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_get_fwddb_entry': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:835:11: note: byref variable will be forcibly initialized 835 | uint32_t mbox_sts[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:834:11: note: byref variable will be forcibly initialized 834 | uint32_t mbox_cmd[MBOX_REG_COUNT]; | ^~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/usb/core/urb.c:9: /kisskb/src/drivers/usb/core/urb.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_conn_open': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:918:11: note: byref variable will be forcibly initialized 918 | uint32_t mbox_sts[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:917:11: note: byref variable will be forcibly initialized 917 | uint32_t mbox_cmd[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_set_ddb_entry': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:949:11: note: byref variable will be forcibly initialized 949 | uint32_t mbox_sts[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:948:11: note: byref variable will be forcibly initialized 948 | uint32_t mbox_cmd[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_session_logout_ddb': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:979:11: note: byref variable will be forcibly initialized 979 | uint32_t mbox_sts[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:978:11: note: byref variable will be forcibly initialized 978 | uint32_t mbox_cmd[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_get_crash_record': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1015:13: note: byref variable will be forcibly initialized 1015 | dma_addr_t crash_record_dma = 0; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1013:11: note: byref variable will be forcibly initialized 1013 | uint32_t mbox_sts[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1012:11: note: byref variable will be forcibly initialized 1012 | uint32_t mbox_cmd[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_get_conn_event_log': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1073:13: note: byref variable will be forcibly initialized 1073 | dma_addr_t event_log_dma = 0; | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1071:11: note: byref variable will be forcibly initialized 1071 | uint32_t mbox_sts[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1070:11: note: byref variable will be forcibly initialized 1070 | uint32_t mbox_cmd[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_abort_task': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1170:11: note: byref variable will be forcibly initialized 1170 | uint32_t mbox_sts[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1169:11: note: byref variable will be forcibly initialized 1169 | uint32_t mbox_cmd[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_reset_lun': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1226:11: note: byref variable will be forcibly initialized 1226 | uint32_t scsi_lun[2]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1225:11: note: byref variable will be forcibly initialized 1225 | uint32_t mbox_sts[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1224:11: note: byref variable will be forcibly initialized 1224 | uint32_t mbox_cmd[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_reset_target': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1271:11: note: byref variable will be forcibly initialized 1271 | uint32_t mbox_sts[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1270:11: note: byref variable will be forcibly initialized 1270 | uint32_t mbox_cmd[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/net/phy/phy-core.c: In function 'of_set_phy_supported': /kisskb/src/drivers/net/phy/phy-core.c:293:6: note: byref variable will be forcibly initialized 293 | u32 max_speed; | ^~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_get_flash': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1301:11: note: byref variable will be forcibly initialized 1301 | uint32_t mbox_sts[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1300:11: note: byref variable will be forcibly initialized 1300 | uint32_t mbox_cmd[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_about_firmware': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1335:11: note: byref variable will be forcibly initialized 1335 | uint32_t mbox_sts[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1334:11: note: byref variable will be forcibly initialized 1334 | uint32_t mbox_cmd[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1333:13: note: byref variable will be forcibly initialized 1333 | dma_addr_t about_fw_dma; | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_get_default_ddb': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1399:11: note: byref variable will be forcibly initialized 1399 | uint32_t mbox_sts[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1398:11: note: byref variable will be forcibly initialized 1398 | uint32_t mbox_cmd[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_req_ddb_entry': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1423:11: note: byref variable will be forcibly initialized 1423 | uint32_t mbox_sts[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1422:11: note: byref variable will be forcibly initialized 1422 | uint32_t mbox_cmd[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/aldebaran.c: In function 'aldebaran_mode2_restore_ip': /kisskb/src/drivers/gpu/drm/amd/amdgpu/aldebaran.c:200:31: note: byref variable will be forcibly initialized 200 | struct amdgpu_firmware_info *ucode_list[AMDGPU_UCODE_ID_MAXIMUM]; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_clear_ddb_entry': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1446:11: note: byref variable will be forcibly initialized 1446 | uint32_t mbox_sts[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1445:11: note: byref variable will be forcibly initialized 1445 | uint32_t mbox_cmd[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_set_flash': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1468:11: note: byref variable will be forcibly initialized 1468 | uint32_t mbox_sts[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1467:11: note: byref variable will be forcibly initialized 1467 | uint32_t mbox_cmd[MBOX_REG_COUNT]; | ^~~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/usb/core/urb.c:6: /kisskb/src/drivers/usb/core/urb.c: In function 'usb_kill_urb': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/usb/core/urb.c:720:2: note: in expansion of macro 'wait_event' 720 | wait_event(usb_kill_urb_queue, atomic_read(&urb->use_count) == 0); | ^~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_get_chap': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1580:13: note: byref variable will be forcibly initialized 1580 | dma_addr_t chap_dma; | ^~~~~~~~ /kisskb/src/drivers/usb/core/urb.c: In function 'usb_poison_urb': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/usb/core/urb.c:764:2: note: in expansion of macro 'wait_event' 764 | wait_event(usb_kill_urb_queue, atomic_read(&urb->use_count) == 0); | ^~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_set_chap': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1643:13: note: byref variable will be forcibly initialized 1643 | dma_addr_t chap_dma; | ^~~~~~~~ /kisskb/src/drivers/usb/core/urb.c: In function 'usb_wait_anchor_empty_timeout': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/core/urb.c:963:9: note: in expansion of macro 'wait_event_timeout' 963 | return wait_event_timeout(anchor->wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_conn_close_sess_logout': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1834:11: note: byref variable will be forcibly initialized 1834 | uint32_t mbox_sts[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1833:11: note: byref variable will be forcibly initialized 1833 | uint32_t mbox_cmd[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_disable_acb': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1896:11: note: byref variable will be forcibly initialized 1896 | uint32_t mbox_sts[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1895:11: note: byref variable will be forcibly initialized 1895 | uint32_t mbox_cmd[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_get_acb': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1935:11: note: byref variable will be forcibly initialized 1935 | uint32_t mbox_sts[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1934:11: note: byref variable will be forcibly initialized 1934 | uint32_t mbox_cmd[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_set_param_ddbentry': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1996:11: note: byref variable will be forcibly initialized 1996 | uint16_t idx, *ptid; | ^~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:1988:13: note: byref variable will be forcibly initialized 1988 | dma_addr_t fw_ddb_entry_dma; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_get_mgmt_data': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:2146:11: note: byref variable will be forcibly initialized 2146 | uint32_t mbox_sts[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:2145:11: note: byref variable will be forcibly initialized 2145 | uint32_t mbox_cmd[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_get_ip_state': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:2170:11: note: byref variable will be forcibly initialized 2170 | uint32_t mbox_sts[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:2169:11: note: byref variable will be forcibly initialized 2169 | uint32_t mbox_cmd[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_get_nvram': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:2194:11: note: byref variable will be forcibly initialized 2194 | uint32_t mbox_sts[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:2193:11: note: byref variable will be forcibly initialized 2193 | uint32_t mbox_cmd[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_set_nvram': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:2220:11: note: byref variable will be forcibly initialized 2220 | uint32_t mbox_sts[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:2219:11: note: byref variable will be forcibly initialized 2219 | uint32_t mbox_cmd[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4xxx_restore_factory_defaults': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:2247:11: note: byref variable will be forcibly initialized 2247 | uint32_t mbox_sts[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:2246:11: note: byref variable will be forcibly initialized 2246 | uint32_t mbox_cmd[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4_8xxx_set_param': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:2275:11: note: byref variable will be forcibly initialized 2275 | uint32_t mbox_sts[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:2274:11: note: byref variable will be forcibly initialized 2274 | uint32_t mbox_cmd[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4_83xx_post_idc_ack': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:2312:11: note: byref variable will be forcibly initialized 2312 | uint32_t mbox_sts[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:2311:11: note: byref variable will be forcibly initialized 2311 | uint32_t mbox_cmd[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4_84xx_config_acb': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:2342:13: note: byref variable will be forcibly initialized 2342 | dma_addr_t acb_dma; | ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:2338:11: note: byref variable will be forcibly initialized 2338 | uint32_t mbox_sts[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:2337:11: note: byref variable will be forcibly initialized 2337 | uint32_t mbox_cmd[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/message/fusion/mptctl.c: In function 'mptctl_eventquery': /kisskb/src/drivers/message/fusion/mptctl.c:1524:31: note: byref variable will be forcibly initialized 1524 | struct mpt_ioctl_eventquery karg; | ^~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4_83xx_get_port_config': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:2413:11: note: byref variable will be forcibly initialized 2413 | uint32_t mbox_sts[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:2412:11: note: byref variable will be forcibly initialized 2412 | uint32_t mbox_cmd[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/message/fusion/mptctl.c: In function 'mptctl_eventenable': /kisskb/src/drivers/message/fusion/mptctl.c:1554:32: note: byref variable will be forcibly initialized 1554 | struct mpt_ioctl_eventenable karg; | ^~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c: In function 'qla4_83xx_set_port_config': /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:2435:11: note: byref variable will be forcibly initialized 2435 | uint32_t mbox_sts[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_mbx.c:2434:11: note: byref variable will be forcibly initialized 2434 | uint32_t mbox_cmd[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/message/fusion/mptctl.c: In function 'mptctl_eventreport': /kisskb/src/drivers/message/fusion/mptctl.c:1593:32: note: byref variable will be forcibly initialized 1593 | struct mpt_ioctl_eventreport karg; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/df_v3_6.c: In function 'df_v3_6_reset_perfmon_cntr': /kisskb/src/drivers/gpu/drm/amd/amdgpu/df_v3_6.c:502:29: note: byref variable will be forcibly initialized 502 | uint32_t lo_base_addr = 0, hi_base_addr = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/df_v3_6.c:502:11: note: byref variable will be forcibly initialized 502 | uint32_t lo_base_addr = 0, hi_base_addr = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/df_v3_6.c: In function 'df_v3_6_pmc_get_count': /kisskb/src/drivers/gpu/drm/amd/amdgpu/df_v3_6.c:598:59: note: byref variable will be forcibly initialized 598 | uint32_t lo_base_addr = 0, hi_base_addr = 0, lo_val = 0, hi_val = 0; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/df_v3_6.c:598:47: note: byref variable will be forcibly initialized 598 | uint32_t lo_base_addr = 0, hi_base_addr = 0, lo_val = 0, hi_val = 0; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/df_v3_6.c:598:29: note: byref variable will be forcibly initialized 598 | uint32_t lo_base_addr = 0, hi_base_addr = 0, lo_val = 0, hi_val = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/df_v3_6.c:598:11: note: byref variable will be forcibly initialized 598 | uint32_t lo_base_addr = 0, hi_base_addr = 0, lo_val = 0, hi_val = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptctl.c: In function 'mptctl_gettargetinfo': /kisskb/src/drivers/message/fusion/mptctl.c:1362:30: note: byref variable will be forcibly initialized 1362 | struct mpt_ioctl_targetinfo karg; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/df_v3_6.c: In function 'df_v3_6_pmc_stop': /kisskb/src/drivers/gpu/drm/amd/amdgpu/df_v3_6.c:559:47: note: byref variable will be forcibly initialized 559 | uint32_t lo_base_addr, hi_base_addr, lo_val, hi_val; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/df_v3_6.c:559:39: note: byref variable will be forcibly initialized 559 | uint32_t lo_base_addr, hi_base_addr, lo_val, hi_val; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/df_v3_6.c:559:25: note: byref variable will be forcibly initialized 559 | uint32_t lo_base_addr, hi_base_addr, lo_val, hi_val; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/df_v3_6.c:559:11: note: byref variable will be forcibly initialized 559 | uint32_t lo_base_addr, hi_base_addr, lo_val, hi_val; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/df_v3_6.c: In function 'df_v3_6_pmc_start': /kisskb/src/drivers/gpu/drm/amd/amdgpu/df_v3_6.c:517:47: note: byref variable will be forcibly initialized 517 | uint32_t lo_base_addr, hi_base_addr, lo_val, hi_val; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/df_v3_6.c:517:39: note: byref variable will be forcibly initialized 517 | uint32_t lo_base_addr, hi_base_addr, lo_val, hi_val; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/df_v3_6.c:517:25: note: byref variable will be forcibly initialized 517 | uint32_t lo_base_addr, hi_base_addr, lo_val, hi_val; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/df_v3_6.c:517:11: note: byref variable will be forcibly initialized 517 | uint32_t lo_base_addr, hi_base_addr, lo_val, hi_val; | ^~~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptctl.c: In function 'mptctl_readtest': /kisskb/src/drivers/message/fusion/mptctl.c:1472:25: note: byref variable will be forcibly initialized 1472 | struct mpt_ioctl_test karg; | ^~~~ /kisskb/src/drivers/message/fusion/mptctl.c: In function 'mptctl_replace_fw': /kisskb/src/drivers/message/fusion/mptctl.c:1639:31: note: byref variable will be forcibly initialized 1639 | struct mpt_ioctl_replace_fw karg; | ^~~~ /kisskb/src/drivers/message/fusion/mptctl.c: In function 'kbuf_alloc_2_sgl': /kisskb/src/drivers/message/fusion/mptctl.c:1018:14: note: byref variable will be forcibly initialized 1018 | dma_addr_t pa; // phys addr | ^~ /kisskb/src/drivers/message/fusion/mptctl.c: In function 'mptctl_do_mpt_command': /kisskb/src/drivers/message/fusion/mptctl.c:1735:13: note: byref variable will be forcibly initialized 1735 | dma_addr_t dma_addr_out; | ^~~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptctl.c:1734:13: note: byref variable will be forcibly initialized 1734 | dma_addr_t dma_addr_in; | ^~~~~~~~~~~ /kisskb/src/drivers/message/fusion/mptctl.c: In function 'mptctl_mpt_command': /kisskb/src/drivers/message/fusion/mptctl.c:1698:28: note: byref variable will be forcibly initialized 1698 | struct mpt_ioctl_command karg; | ^~~~ /kisskb/src/drivers/message/fusion/mptctl.c: In function 'mptctl_do_fw_download': /kisskb/src/drivers/message/fusion/mptctl.c:789:9: note: byref variable will be forcibly initialized 789 | int numfrags = 0; | ^~~~~~~~ /kisskb/src/drivers/message/fusion/mptctl.c:787:15: note: byref variable will be forcibly initialized 787 | dma_addr_t sgl_dma; | ^~~~~~~ /kisskb/src/drivers/message/fusion/mptctl.c:785:19: note: byref variable will be forcibly initialized 785 | struct buflist *buflist; | ^~~~~~~ /kisskb/src/drivers/message/fusion/mptctl.c: In function 'mptctl_fw_download': /kisskb/src/drivers/message/fusion/mptctl.c:751:22: note: byref variable will be forcibly initialized 751 | struct mpt_fw_xfer kfwdl; | ^~~~~ /kisskb/src/drivers/message/fusion/mptctl.c: In function 'mptctl_do_reset': /kisskb/src/drivers/message/fusion/mptctl.c:709:30: note: byref variable will be forcibly initialized 709 | struct mpt_ioctl_diag_reset krinfo; | ^~~~~~ /kisskb/src/drivers/message/fusion/mptctl.c: In function 'mptctl_hp_targetinfo': /kisskb/src/drivers/message/fusion/mptctl.c:2559:21: note: byref variable will be forcibly initialized 2559 | ConfigPageHeader_t hdr; | ^~~ /kisskb/src/drivers/message/fusion/mptctl.c:2558:16: note: byref variable will be forcibly initialized 2558 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptctl.c:2557:14: note: byref variable will be forcibly initialized 2557 | dma_addr_t page_dma; | ^~~~~~~~ /kisskb/src/drivers/message/fusion/mptctl.c:2555:19: note: byref variable will be forcibly initialized 2555 | hp_target_info_t karg; | ^~~~ /kisskb/src/drivers/message/fusion/mptctl.c: In function 'mptctl_hp_hostinfo': /kisskb/src/drivers/message/fusion/mptctl.c:2324:21: note: byref variable will be forcibly initialized 2324 | ConfigPageHeader_t hdr; | ^~~ /kisskb/src/drivers/message/fusion/mptctl.c:2323:15: note: byref variable will be forcibly initialized 2323 | CONFIGPARMS cfg; | ^~~ /kisskb/src/drivers/message/fusion/mptctl.c:2322:18: note: byref variable will be forcibly initialized 2322 | hp_host_info_t karg; | ^~~~ /kisskb/src/drivers/message/fusion/mptctl.c:2321:14: note: byref variable will be forcibly initialized 2321 | dma_addr_t buf_dma; | ^~~~~~~ /kisskb/src/drivers/message/fusion/mptctl.c: In function '__mptctl_ioctl': /kisskb/src/drivers/message/fusion/mptctl.c:627:15: note: byref variable will be forcibly initialized 627 | MPT_ADAPTER *iocp = NULL; | ^~~~ /kisskb/src/drivers/message/fusion/mptctl.c:622:20: note: byref variable will be forcibly initialized 622 | mpt_ioctl_header khdr; | ^~~~ /kisskb/src/drivers/usb/core/hcd.c: In function 'rh_string': /kisskb/src/drivers/usb/core/hcd.c:441:7: note: byref variable will be forcibly initialized 441 | char buf[100]; | ^~~ /kisskb/src/drivers/usb/core/hcd.c: In function 'usb_giveback_urb_bh': /kisskb/src/drivers/usb/core/hcd.c:1669:19: note: byref variable will be forcibly initialized 1669 | struct list_head local_list; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hcd.c: In function 'usb_hcd_poll_rh_status': /kisskb/src/drivers/usb/core/hcd.c:757:8: note: byref variable will be forcibly initialized 757 | char buffer[6]; /* Any root hubs with > 31 ports? */ | ^~~~~~ /kisskb/src/drivers/usb/core/hcd.c: In function 'usb_remove_hcd': /kisskb/src/drivers/usb/core/hcd.c:3001:21: note: byref variable will be forcibly initialized 3001 | struct usb_device *rhdev = hcd->self.root_hub; | ^~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_hwi.c: In function 'asd_init_sw': /kisskb/src/drivers/scsi/aic94xx/aic94xx_hwi.c:147:6: note: byref variable will be forcibly initialized 147 | u32 v; | ^ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/scsi/aic94xx/aic94xx_hwi.c:9: /kisskb/src/drivers/scsi/aic94xx/aic94xx_hwi.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/core/hcd.c: In function 'hcd_bus_suspend': /kisskb/src/drivers/usb/core/hcd.c:2278:9: note: byref variable will be forcibly initialized 2278 | char buffer[6]; | ^~~~~~ /kisskb/src/drivers/mfd/vx855.c: In function 'vx855_probe': /kisskb/src/drivers/mfd/vx855.c:64:6: note: byref variable will be forcibly initialized 64 | u16 gpio_io_offset; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_copy_to_sess_conn_params': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:3751:7: note: byref variable will be forcibly initialized 3751 | char ip_addr[DDB_IPADDR_LEN]; | ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:3748:16: note: byref variable will be forcibly initialized 3748 | unsigned long options = 0; | ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_copy_fwddb_param': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:3853:7: note: byref variable will be forcibly initialized 3853 | char ip_addr[DDB_IPADDR_LEN]; | ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:3851:24: note: byref variable will be forcibly initialized 3851 | struct ql4_chap_table chap_tbl; | ^~~~~~~~ In file included from /kisskb/src/include/linux/pci.h:32, from /kisskb/src/drivers/scsi/aic94xx/aic94xx_hwi.c:9: /kisskb/src/drivers/scsi/aic94xx/aic94xx_hwi.c: In function 'asd_ascb_free_list': /kisskb/src/drivers/scsi/aic94xx/aic94xx_hwi.h:345:12: note: byref variable will be forcibly initialized 345 | 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/usb/core/hub.c: In function 'report_wakeup_requests': /kisskb/src/drivers/usb/core/hub.c:3852:17: note: byref variable will be forcibly initialized 3852 | unsigned long resuming_ports; | ^~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/usb/core/hub.c:20: /kisskb/src/drivers/usb/core/hub.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_hwi.c: In function 'asd_hst_pcix_isr': /kisskb/src/drivers/scsi/aic94xx/aic94xx_hwi.c:961:6: note: byref variable will be forcibly initialized 961 | u32 ecc_status; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_hwi.c:960:6: note: byref variable will be forcibly initialized 960 | u32 pcix_status; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_hwi.c:959:6: note: byref variable will be forcibly initialized 959 | u16 status; | ^~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_hwi.c: In function 'asd_alloc_escbs': /kisskb/src/drivers/scsi/aic94xx/aic94xx_hwi.c:308:9: note: byref variable will be forcibly initialized 308 | int i, escbs; | ^~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_hwi.c: In function 'asd_init_hw': /kisskb/src/drivers/scsi/aic94xx/aic94xx_hwi.c:610:6: note: byref variable will be forcibly initialized 610 | u32 v; | ^ In file included from /kisskb/src/include/linux/pci.h:32, from /kisskb/src/drivers/scsi/aic94xx/aic94xx_hwi.c:9: /kisskb/src/drivers/scsi/aic94xx/aic94xx_hwi.c: In function 'asd_post_ascb_list': /kisskb/src/drivers/scsi/aic94xx/aic94xx_hwi.c:1190:12: note: byref variable will be forcibly initialized 1190 | 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/scsi/aic94xx/aic94xx_hwi.c: In function 'asd_enable_phys': /kisskb/src/drivers/scsi/aic94xx/aic94xx_hwi.c:1338:15: note: byref variable will be forcibly initialized 1338 | int num = 0, k; | ^ /kisskb/src/drivers/usb/core/hub.c: In function 'check_ports_changed': /kisskb/src/drivers/usb/core/hub.c:3782:19: note: byref variable will be forcibly initialized 3782 | u16 portstatus, portchange; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:3782:7: note: byref variable will be forcibly initialized 3782 | u16 portstatus, portchange; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_get_host_stats': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:1065:13: note: byref variable will be forcibly initialized 1065 | dma_addr_t iscsi_stats_dma; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'usb_enumerate_device_otg': /kisskb/src/drivers/usb/core/hub.c:2323:30: note: byref variable will be forcibly initialized 2323 | struct usb_otg_descriptor *desc = NULL; | ^~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_conn_get_stats': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:1816:13: note: byref variable will be forcibly initialized 1816 | dma_addr_t iscsi_stats_dma; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_wait_login_resp_boot_tgt': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:8546:11: note: byref variable will be forcibly initialized 8546 | uint32_t ddb_state; | ^~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:8544:13: note: byref variable will be forcibly initialized 8544 | dma_addr_t fw_ddb_entry_dma; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_destroy_ddb': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:8924:11: note: byref variable will be forcibly initialized 8924 | uint32_t ddb_state; | ^~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:8922:13: note: byref variable will be forcibly initialized 8922 | dma_addr_t fw_ddb_entry_dma; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_sysfs_ddb_logout_sid': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:7614:11: note: byref variable will be forcibly initialized 7614 | uint32_t ddb_state; | ^~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:7611:13: note: byref variable will be forcibly initialized 7611 | dma_addr_t fw_ddb_entry_dma; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_session_destroy': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:3136:11: note: byref variable will be forcibly initialized 3136 | uint32_t ddb_state; | ^~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:3135:13: note: byref variable will be forcibly initialized 3135 | dma_addr_t fw_ddb_entry_dma; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'port_over_current_notify': /kisskb/src/drivers/usb/core/hub.c:5495:8: note: byref variable will be forcibly initialized 5495 | char *envp[3]; | ^~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_sysfs_ddb_logout': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:7741:11: note: byref variable will be forcibly initialized 7741 | uint16_t conn_id = 0; | ^~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'usb_hub_claim_port': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:7740:22: note: byref variable will be forcibly initialized 7740 | uint32_t state = 0, conn_err = 0; | ^~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:1957:25: note: byref variable will be forcibly initialized 1957 | struct usb_dev_state **powner; | ^~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:7740:11: note: byref variable will be forcibly initialized 7740 | uint32_t state = 0, conn_err = 0; | ^~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'usb_hub_release_port': /kisskb/src/drivers/usb/core/hub.c:1973:25: note: byref variable will be forcibly initialized 1973 | struct usb_dev_state **powner; | ^~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:7739:11: note: byref variable will be forcibly initialized 7739 | uint32_t next_idx = 0; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:7738:13: note: byref variable will be forcibly initialized 7738 | dma_addr_t fw_ddb_dma; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_find_flash_st_idx': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:6713:13: note: byref variable will be forcibly initialized 6713 | dma_addr_t flash_ddb_entry_dma; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_build_st_list': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:6777:11: note: byref variable will be forcibly initialized 6777 | uint16_t conn_id = 0; | ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:6776:11: note: byref variable will be forcibly initialized 6776 | uint32_t flash_index = -1; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:6775:22: note: byref variable will be forcibly initialized 6775 | uint32_t state = 0, conn_err = 0; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:6775:11: note: byref variable will be forcibly initialized 6775 | uint32_t state = 0, conn_err = 0; | ^~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:6774:20: note: byref variable will be forcibly initialized 6774 | uint32_t idx = 0, next_idx = 0; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:6772:13: note: byref variable will be forcibly initialized 6772 | dma_addr_t fw_ddb_dma; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_sysfs_ddb_conn_open': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:7419:22: note: byref variable will be forcibly initialized 7419 | uint32_t state = 0, conn_err = 0; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:7419:11: note: byref variable will be forcibly initialized 7419 | uint32_t state = 0, conn_err = 0; | ^~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:7418:11: note: byref variable will be forcibly initialized 7418 | uint32_t mbx_sts = 0; | ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:7416:13: note: byref variable will be forcibly initialized 7416 | dma_addr_t ddb_entry_dma; | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_remove_failed_ddb': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:6848:22: note: byref variable will be forcibly initialized 6848 | uint32_t state = 0, conn_err = 0; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:6848:11: note: byref variable will be forcibly initialized 6848 | uint32_t state = 0, conn_err = 0; | ^~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:6847:11: note: byref variable will be forcibly initialized 6847 | uint32_t next_idx = 0; | ^~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'hub_port_wait_reset': /kisskb/src/drivers/usb/core/hub.c:2838:6: note: byref variable will be forcibly initialized 2838 | u32 ext_portstatus = 0; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:2837:6: note: byref variable will be forcibly initialized 2837 | u16 portchange; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:2836:6: note: byref variable will be forcibly initialized 2836 | u16 portstatus; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_sysfs_ddb_delete': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:8328:13: note: byref variable will be forcibly initialized 8328 | dma_addr_t fw_ddb_entry_dma; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_sysfs_ddb_apply': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:7362:13: note: byref variable will be forcibly initialized 7362 | dma_addr_t fw_ddb_entry_dma; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'hub_port_reset': /kisskb/src/drivers/usb/core/hub.c:2935:18: note: byref variable will be forcibly initialized 2935 | u16 portchange, portstatus; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:2935:6: note: byref variable will be forcibly initialized 2935 | u16 portchange, portstatus; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_sysfs_ddb_set_param': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:8104:11: note: byref variable will be forcibly initialized 8104 | uint32_t rem = len; | ^~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:8100:24: note: byref variable will be forcibly initialized 8100 | struct ql4_chap_table chap_tbl; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_sysfs_ddb_get_param': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:7845:24: note: byref variable will be forcibly initialized 7845 | struct ql4_chap_table chap_tbl; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_set_chap_entry': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:964:6: note: byref variable will be forcibly initialized 964 | int rem = len; | ^~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:959:25: note: byref variable will be forcibly initialized 959 | struct ql4_chap_table *chap_entry = NULL; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:958:24: note: byref variable will be forcibly initialized 958 | struct iscsi_chap_rec chap_rec; | ^~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'usb_reset_and_verify_device': /kisskb/src/drivers/usb/core/hub.c:5883:31: note: byref variable will be forcibly initialized 5883 | struct usb_device_descriptor descriptor = udev->descriptor; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_delete_chap': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:868:13: note: byref variable will be forcibly initialized 868 | dma_addr_t chap_dma; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_create_chap_list': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:636:13: note: byref variable will be forcibly initialized 636 | dma_addr_t chap_dma; | ^~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'finish_port_resume': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_send_ping': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:324:10: note: byref variable will be forcibly initialized 324 | uint8_t ipaddr[IPv6_ADDR_LEN]; | ^~~~~~ /kisskb/src/drivers/usb/core/hub.c:3468:6: note: byref variable will be forcibly initialized 3468 | u16 devstatus = 0; | ^~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'hub_activate': /kisskb/src/drivers/usb/core/hub.c:1123:19: note: byref variable will be forcibly initialized 1123 | u16 portstatus, portchange; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:1123:7: note: byref variable will be forcibly initialized 1123 | u16 portstatus, portchange; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_iface_set_param': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:2731:11: note: byref variable will be forcibly initialized 2731 | uint32_t rem = len; | ^~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:2730:11: note: byref variable will be forcibly initialized 2730 | uint32_t mbox_sts[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:2729:11: note: byref variable will be forcibly initialized 2729 | uint32_t mbox_cmd[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:2728:13: note: byref variable will be forcibly initialized 2728 | dma_addr_t init_fw_cb_dma; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_build_new_nt_list': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:7111:11: note: byref variable will be forcibly initialized 7111 | uint16_t conn_id = 0; | ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:7110:22: note: byref variable will be forcibly initialized 7110 | uint32_t state = 0, conn_err = 0; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:7110:11: note: byref variable will be forcibly initialized 7110 | uint32_t state = 0, conn_err = 0; | ^~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:7109:20: note: byref variable will be forcibly initialized 7109 | uint32_t idx = 0, next_idx = 0; | ^~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c:41: /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c: In function 'pm8001_dev_found_notify': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:7105:13: note: byref variable will be forcibly initialized 7105 | dma_addr_t fw_ddb_dma; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c:627:29: note: byref variable will be forcibly initialized 627 | DECLARE_COMPLETION_ONSTACK(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/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_build_nt_list': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:7004:11: note: byref variable will be forcibly initialized 7004 | uint16_t conn_id = 0; | ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:7003:11: note: byref variable will be forcibly initialized 7003 | uint32_t ddb_idx = -1; | ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:7002:22: note: byref variable will be forcibly initialized 7002 | uint32_t state = 0, conn_err = 0; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:7002:11: note: byref variable will be forcibly initialized 7002 | uint32_t state = 0, conn_err = 0; | ^~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:7001:20: note: byref variable will be forcibly initialized 7001 | uint32_t idx = 0, next_idx = 0; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:6997:13: note: byref variable will be forcibly initialized 6997 | dma_addr_t fw_ddb_dma; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'usb_port_suspend': /kisskb/src/drivers/usb/core/hub.c:3400:20: note: byref variable will be forcibly initialized 3400 | u16 portstatus, portchange; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:3400:8: note: byref variable will be forcibly initialized 3400 | u16 portstatus, portchange; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c: In function 'pm8001_task_exec': /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c:389:6: note: byref variable will be forcibly initialized 389 | u32 tag = 0xdeadbeef, rc = 0, n_elem = 0; | ^~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c:41: /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c: In function 'pm8001_exec_internal_tmf_task': /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c:724:29: note: byref variable will be forcibly initialized 724 | DECLARE_COMPLETION_ONSTACK(completion_setstate); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'usb_port_resume': /kisskb/src/drivers/usb/core/hub.c:3633:19: note: byref variable will be forcibly initialized 3633 | u16 portchange, portstatus; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:3633:7: note: byref variable will be forcibly initialized 3633 | u16 portchange, portstatus; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:3631:7: note: byref variable will be forcibly initialized 3631 | int port1 = udev->portnum; | ^~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_session_get_param': /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c: In function 'pm8001_issue_ssp_tmf': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:2852:11: note: byref variable will be forcibly initialized 2852 | uint16_t idx; | ^~~ /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c:906:22: note: byref variable will be forcibly initialized 906 | struct sas_ssp_task ssp_task; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:2850:24: note: byref variable will be forcibly initialized 2850 | struct ql4_chap_table chap_tbl; | ^~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c: In function 'pm8001_exec_internal_task_abort': /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c:802:6: note: byref variable will be forcibly initialized 802 | u32 ccb_tag; | ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_match_ipaddress': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:2979:7: note: byref variable will be forcibly initialized 2979 | char formatted_ipaddr[DDB_IPADDR_LEN]; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:2978:10: note: byref variable will be forcibly initialized 2978 | uint8_t dst_ipaddr[IPv6_ADDR_LEN]; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c: In function 'pm8001_mem_alloc': /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c:116:13: note: byref variable will be forcibly initialized 116 | dma_addr_t mem_dma_handle; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'hub_port_debounce': /kisskb/src/drivers/usb/core/hub.c:4542:18: note: byref variable will be forcibly initialized 4542 | u16 portchange, portstatus; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c:41: /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c: In function 'pm8001_phy_control': /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c:162:29: note: byref variable will be forcibly initialized 162 | DECLARE_COMPLETION_ONSTACK(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/drivers/usb/core/hub.c:4542:6: note: byref variable will be forcibly initialized 4542 | u16 portchange, portstatus; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_conn_start': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:3248:11: note: byref variable will be forcibly initialized 3248 | uint32_t mbx_sts = 0; | ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:3247:13: note: byref variable will be forcibly initialized 3247 | dma_addr_t fw_ddb_entry_dma; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c: In function 'pm8001_scan_start': /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c:267:29: note: byref variable will be forcibly initialized 267 | DECLARE_COMPLETION_ONSTACK(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/drivers/usb/core/hub.c: In function 'hub_port_connect': /kisskb/src/drivers/usb/core/hub.c:5296:8: note: byref variable will be forcibly initialized 5296 | u16 devstat; | ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_copy_from_fwddb_param': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:3499:16: note: byref variable will be forcibly initialized 3499 | unsigned long options = 0; | ^~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'hub_port_connect_change': /kisskb/src/drivers/usb/core/hub.c:5420:31: note: byref variable will be forcibly initialized 5420 | struct usb_device_descriptor descriptor; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_sysfs_ddb_add': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:7284:11: note: byref variable will be forcibly initialized 7284 | uint16_t idx = 0; | ^~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:7282:13: note: byref variable will be forcibly initialized 7282 | dma_addr_t fw_ddb_entry_dma; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c: In function 'pm8001_I_T_nexus_event_handler': /kisskb/src/drivers/usb/core/hub.c: In function 'port_event': /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c:1061:30: note: byref variable will be forcibly initialized 1061 | DECLARE_COMPLETION_ONSTACK(completion_setstate); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/usb/core/hub.c:5569:19: note: byref variable will be forcibly initialized 5569 | u16 status = 0, unused; | ^~~~~~ /kisskb/src/drivers/usb/core/hub.c:5569:7: note: byref variable will be forcibly initialized 5569 | u16 status = 0, unused; | ^~~~~~ /kisskb/src/drivers/usb/core/hub.c:5536:18: note: byref variable will be forcibly initialized 5536 | u16 portstatus, portchange; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:5536:6: note: byref variable will be forcibly initialized 5536 | u16 portstatus, portchange; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c: In function 'pm8001_lu_reset': /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c:1109:29: note: byref variable will be forcibly initialized 1109 | DECLARE_COMPLETION_ONSTACK(completion_setstate); | ^~~~~~~~~~~~~~~~~~~ /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/scsi/pm8001/pm8001_sas.c:1106:25: note: byref variable will be forcibly initialized 1106 | struct pm8001_tmf_task tmf_task; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_wait_for_ip_configuration': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:6643:11: note: byref variable will be forcibly initialized 6643 | uint32_t sts[MBOX_REG_COUNT]; | ^~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:6642:11: note: byref variable will be forcibly initialized 6642 | uint32_t ip_idx[IP_ADDR_COUNT] = {0, 1, 2, 3}; /* 4 IP interfaces */ | ^~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c: In function 'pm8001_query_task': /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c:1135:25: note: byref variable will be forcibly initialized 1135 | struct pm8001_tmf_task tmf_task; | ^~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c:1134:18: note: byref variable will be forcibly initialized 1134 | struct scsi_lun lun; | ^~~ /kisskb/src/drivers/net/phy/phy_device.c: In function 'fwnode_get_phy_id': /kisskb/src/drivers/net/phy/phy_device.c:843:14: note: byref variable will be forcibly initialized 843 | const char *cp; | ^~ /kisskb/src/drivers/net/phy/phy_device.c:842:22: note: byref variable will be forcibly initialized 842 | unsigned int upper, lower; | ^~~~~ /kisskb/src/drivers/net/phy/phy_device.c:842:15: note: byref variable will be forcibly initialized 842 | unsigned int upper, lower; | ^~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'hub_event': /kisskb/src/drivers/usb/core/hub.c:5739:8: note: byref variable will be forcibly initialized 5739 | u16 unused; | ^~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c:41: /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c: In function 'pm8001_abort_task': /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c:1231:31: note: byref variable will be forcibly initialized 1231 | DECLARE_COMPLETION_ONSTACK(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/drivers/scsi/pm8001/pm8001_sas.c:1230:31: note: byref variable will be forcibly initialized 1230 | DECLARE_COMPLETION_ONSTACK(completion_reset); | ^~~~~~~~~~~~~~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/usb/core/hub.c:5738:8: note: byref variable will be forcibly initialized 5738 | u16 status = 0; | ^~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c:1187:23: note: byref variable will be forcibly initialized 1187 | struct sas_task_slow slow_task; | ^~~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c:1184:25: note: byref variable will be forcibly initialized 1184 | struct pm8001_tmf_task tmf_task; | ^~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c:1182:18: note: byref variable will be forcibly initialized 1182 | struct scsi_lun lun; | ^~~ /kisskb/src/drivers/usb/core/hub.c:5644:6: note: byref variable will be forcibly initialized 5644 | u16 hubchange; | ^~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:5643:6: note: byref variable will be forcibly initialized 5643 | u16 hubstatus; | ^~~~~~~~~ /kisskb/src/drivers/net/phy/phy_device.c: In function 'get_phy_c45_ids': /kisskb/src/drivers/net/phy/phy_device.c:720:6: note: byref variable will be forcibly initialized 720 | u32 devs_in_pkg = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c: In function 'pm8001_abort_task_set': /kisskb/src/drivers/net/phy/phy_device.c: In function 'get_phy_device': /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c:1333:25: note: byref variable will be forcibly initialized 1333 | struct pm8001_tmf_task tmf_task; | ^~~~~~~~ /kisskb/src/drivers/net/phy/phy_device.c:880:6: note: byref variable will be forcibly initialized 880 | u32 phy_id = 0; | ^~~~~~ /kisskb/src/drivers/net/phy/phy_device.c:879:28: note: byref variable will be forcibly initialized 879 | struct phy_c45_device_ids c45_ids; | ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c: In function 'pm8001_clear_aca': /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c:1341:25: note: byref variable will be forcibly initialized 1341 | struct pm8001_tmf_task tmf_task; | ^~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c: In function 'pm8001_clear_task_set': /kisskb/src/drivers/scsi/pm8001/pm8001_sas.c:1349:25: note: byref variable will be forcibly initialized 1349 | struct pm8001_tmf_task tmf_task; | ^~~~~~~~ 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/scsi/qla4xxx/ql4_os.c:7: /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_do_work': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:5260:12: note: byref variable will be forcibly initialized 5260 | LIST_HEAD(work); | ^~~~ /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/mfd/retu-mfd.c: In function 'retu_read': /kisskb/src/drivers/mfd/retu-mfd.c:146:6: note: byref variable will be forcibly initialized 146 | int value; | ^~~~~ /kisskb/src/drivers/mfd/retu-mfd.c: In function 'retu_power_off': /kisskb/src/drivers/mfd/retu-mfd.c:171:6: note: byref variable will be forcibly initialized 171 | int reg; | ^~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_context_reset': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:9480:13: note: byref variable will be forcibly initialized 9480 | dma_addr_t acb_dma; | ^~~~~~~ /kisskb/src/drivers/usb/core/hub.c: In function 'hub_configure': /kisskb/src/drivers/usb/core/hub.c:1464:8: note: byref variable will be forcibly initialized 1464 | char portstr[USB_MAXCHILDREN + 1]; | ^~~~~~~ /kisskb/src/drivers/usb/core/hub.c:1376:17: note: byref variable will be forcibly initialized 1376 | u16 hubstatus, hubchange; | ^~~~~~~~~ /kisskb/src/drivers/usb/core/hub.c:1376:6: note: byref variable will be forcibly initialized 1376 | u16 hubstatus, hubchange; | ^~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:9476:11: note: byref variable will be forcibly initialized 9476 | uint32_t mbox_sts[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/mfd/retu-mfd.c: In function 'retu_regmap_write': /kisskb/src/drivers/mfd/retu-mfd.c:209:6: note: byref variable will be forcibly initialized 209 | u16 val; | ^~~ /kisskb/src/drivers/mfd/retu-mfd.c:208:5: note: byref variable will be forcibly initialized 208 | u8 reg; | ^~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:9475:11: note: byref variable will be forcibly initialized 9475 | uint32_t mbox_cmd[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/net/phy/phy_device.c: In function 'phy_attached_info_irq': /kisskb/src/drivers/net/phy/phy_device.c:1207:7: note: byref variable will be forcibly initialized 1207 | char irq_num[8]; | ^~~~~~~ /kisskb/src/drivers/net/phy/phy_device.c: In function 'phy_attached_print': /kisskb/src/drivers/net/phy/phy_device.c:1235:11: note: byref variable will be forcibly initialized 1235 | va_list ap; | ^~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'get_fw_boot_info': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:5906:13: note: byref variable will be forcibly initialized 5906 | dma_addr_t buf_dma; | ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_get_boot_target': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:6073:13: note: byref variable will be forcibly initialized 6073 | dma_addr_t fw_ddb_entry_dma; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_get_boot_info': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:6160:11: note: byref variable will be forcibly initialized 6160 | uint16_t ddb_index[2]; | ^~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_get_ddb_index': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:2936:11: note: byref variable will be forcibly initialized 2936 | uint32_t mbx_sts = 0; | ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_ddb_login_st': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:7480:11: note: byref variable will be forcibly initialized 7480 | uint16_t ddb_index; | ^~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:7479:19: note: byref variable will be forcibly initialized 7479 | struct list_head list_nt; | ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_sysfs_ddb_login': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:7551:13: note: byref variable will be forcibly initialized 7551 | dma_addr_t fw_ddb_entry_dma; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_session_create': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:3087:11: note: byref variable will be forcibly initialized 3087 | uint16_t ddb_index; | ^~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_update_session_conn_fwddb_param': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:3907:13: note: byref variable will be forcibly initialized 3907 | dma_addr_t fw_ddb_entry_dma; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:3906:11: note: byref variable will be forcibly initialized 3906 | uint32_t ddb_state; | ^~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_update_session_conn_param': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:3949:13: note: byref variable will be forcibly initialized 3949 | dma_addr_t fw_ddb_entry_dma; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:3948:11: note: byref variable will be forcibly initialized 3948 | uint32_t ddb_state; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from ./arch/powerpc/include/generated/asm/rwonce.h:1, from /kisskb/src/include/linux/compiler.h:266, from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/include/linux/ioport.h:13, from /kisskb/src/include/linux/acpi.h:12, from /kisskb/src/drivers/net/phy/phy_device.c:12: /kisskb/src/drivers/net/phy/phy_device.c: In function 'phy_advertise_supported': /kisskb/src/drivers/net/phy/phy_device.c:2676:35: note: byref variable will be forcibly initialized 2676 | __ETHTOOL_DECLARE_LINK_MODE_MASK(new); | ^~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/net/phy/phy_device.c:2676:2: note: in expansion of macro '__ETHTOOL_DECLARE_LINK_MODE_MASK' 2676 | __ETHTOOL_DECLARE_LINK_MODE_MASK(new); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/phy/phy_device.c: In function 'phy_set_asym_pause': /kisskb/src/drivers/net/phy/phy_device.c:2747:35: note: byref variable will be forcibly initialized 2747 | __ETHTOOL_DECLARE_LINK_MODE_MASK(oldadv); | ^~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/net/phy/phy_device.c:2747:2: note: in expansion of macro '__ETHTOOL_DECLARE_LINK_MODE_MASK' 2747 | __ETHTOOL_DECLARE_LINK_MODE_MASK(oldadv); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/phy/phy_device.c: In function 'phy_get_int_delay_property': /kisskb/src/drivers/net/phy/phy_device.c:2812:6: note: byref variable will be forcibly initialized 2812 | s32 int_delay; | ^~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_timer': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:4547:11: note: byref variable will be forcibly initialized 4547 | uint16_t w; | ^ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_sysfs_ddb_export': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:8428:11: note: byref variable will be forcibly initialized 8428 | uint16_t idx = 0; | ^~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:8426:13: note: byref variable will be forcibly initialized 8426 | dma_addr_t fw_ddb_entry_dma; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_build_ddb_list': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:8480:28: note: byref variable will be forcibly initialized 8480 | struct list_head list_st, list_nt; | ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:8480:19: note: byref variable will be forcibly initialized 8480 | struct list_head list_st, list_nt; | ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c: In function 'qla4xxx_probe_adapter': /kisskb/src/drivers/scsi/qla4xxx/ql4_os.c:8619:7: note: byref variable will be forcibly initialized 8619 | char buf[34]; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c: In function 'gmc_v7_0_vm_decode_fault': /kisskb/src/drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c:781:7: note: byref variable will be forcibly initialized 781 | char block[5] = { mc_client >> 24, (mc_client >> 16) & 0xff, | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c: In function 'gmc_v7_0_init_microcode': /kisskb/src/drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c:135:7: note: byref variable will be forcibly initialized 135 | char fw_name[30]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c: In function 'gmc_v8_0_vm_decode_fault': /kisskb/src/drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c:1015:7: note: byref variable will be forcibly initialized 1015 | char block[5] = { mc_client >> 24, (mc_client >> 16) & 0xff, | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c: In function 'gmc_v8_0_init_microcode': /kisskb/src/drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c:224:7: note: byref variable will be forcibly initialized 224 | char fw_name[30]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c: In function 'gmc_v8_0_process_interrupt': /kisskb/src/drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c:1459:27: note: byref variable will be forcibly initialized 1459 | struct amdgpu_task_info task_info; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from ./arch/powerpc/include/generated/asm/rwonce.h:1, from /kisskb/src/include/linux/compiler.h:266, from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/include/linux/linkmode.h:4, from /kisskb/src/drivers/net/phy/linkmode.c:2: /kisskb/src/drivers/net/phy/linkmode.c: In function 'linkmode_resolve_pause': /kisskb/src/drivers/net/phy/linkmode.c:28:35: note: byref variable will be forcibly initialized 28 | __ETHTOOL_DECLARE_LINK_MODE_MASK(m); | ^ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/net/phy/linkmode.c:28:2: note: in expansion of macro '__ETHTOOL_DECLARE_LINK_MODE_MASK' 28 | __ETHTOOL_DECLARE_LINK_MODE_MASK(m); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aacraid/commctrl.c: In function 'aac_get_pci_info': /kisskb/src/drivers/scsi/aacraid/commctrl.c:1006:22: note: byref variable will be forcibly initialized 1006 | struct aac_pci_info pci_info; | ^~~~~~~~ /kisskb/src/drivers/scsi/aacraid/commctrl.c: In function 'check_revision': /kisskb/src/drivers/scsi/aacraid/commctrl.c:453:8: note: byref variable will be forcibly initialized 453 | char *driver_version = aac_driver_version; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aacraid/commctrl.c:452:18: note: byref variable will be forcibly initialized 452 | struct revision response; | ^~~~~~~~ /kisskb/src/drivers/scsi/aacraid/commctrl.c: In function 'aac_get_hba_info': /kisskb/src/drivers/scsi/aacraid/commctrl.c:1020:22: note: byref variable will be forcibly initialized 1020 | struct aac_hba_info hbainfo; | ^~~~~~~ /kisskb/src/drivers/scsi/aacraid/commctrl.c: In function 'ioctl_send_fib': /kisskb/src/drivers/scsi/aacraid/commctrl.c:81:14: note: byref variable will be forcibly initialized 81 | dma_addr_t daddr; | ^~~~~ /kisskb/src/drivers/scsi/aacraid/commctrl.c: In function 'next_getadapter_fib': /kisskb/src/drivers/scsi/aacraid/commctrl.c:254:27: note: byref variable will be forcibly initialized 254 | struct compat_fib_ioctl cf; | ^~ /kisskb/src/drivers/scsi/aacraid/commctrl.c:246:19: note: byref variable will be forcibly initialized 246 | struct fib_ioctl f; | ^ /kisskb/src/drivers/usb/phy/phy.c: In function 'usb_phy_notify_charger_work': /kisskb/src/drivers/usb/phy/phy.c:126:20: note: byref variable will be forcibly initialized 126 | unsigned int min, max; | ^~~ /kisskb/src/drivers/usb/phy/phy.c:126:15: note: byref variable will be forcibly initialized 126 | unsigned int min, max; | ^~~ /kisskb/src/drivers/scsi/aacraid/commctrl.c: In function 'aac_send_raw_srb': /kisskb/src/drivers/scsi/aacraid/commctrl.c:948:24: note: byref variable will be forcibly initialized 948 | struct aac_srb_reply reply; | ^~~~~ /kisskb/src/drivers/scsi/aacraid/commctrl.c:494:8: note: byref variable will be forcibly initialized 494 | void *sg_list[HBA_MAX_SG_EMBEDDED]; | ^~~~~~~ /kisskb/src/drivers/scsi/aacraid/commctrl.c:489:6: note: byref variable will be forcibly initialized 489 | u32 fibsize = 0; | ^~~~~~~ /kisskb/src/drivers/usb/phy/phy.c: In function 'usb_phy_uevent': /kisskb/src/drivers/usb/phy/phy.c:152:7: note: byref variable will be forcibly initialized 152 | char uchger_type[50] = { 0 }; | ^~~~~~~~~~~ /kisskb/src/drivers/usb/phy/phy.c:151:7: note: byref variable will be forcibly initialized 151 | char uchger_state[50] = { 0 }; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.c: In function 'mmhub_v1_0_query_ras_error_count': /kisskb/src/drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.c:747:26: note: byref variable will be forcibly initialized 747 | uint32_t sec_count = 0, ded_count = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.c:747:11: note: byref variable will be forcibly initialized 747 | uint32_t sec_count = 0, ded_count = 0; | ^~~~~~~~~ /kisskb/src/drivers/scsi/aacraid/comminit.c: In function 'aac_wait_for_io_completion': /kisskb/src/drivers/scsi/aacraid/comminit.c:285:13: note: byref variable will be forcibly initialized 285 | int i = 0, active; | ^~~~~~ /kisskb/src/drivers/scsi/aacraid/comminit.c: In function 'aac_alloc_comm': /kisskb/src/drivers/scsi/aacraid/comminit.c:63:13: note: byref variable will be forcibly initialized 63 | dma_addr_t phys; | ^~~~ /kisskb/src/drivers/scsi/aacraid/comminit.c: In function 'aac_comm_init': /kisskb/src/drivers/scsi/aacraid/comminit.c:372:7: note: byref variable will be forcibly initialized 372 | u32 *headers; | ^~~~~~~ /kisskb/src/drivers/scsi/aacraid/comminit.c: In function 'aac_init_adapter': /kisskb/src/drivers/scsi/aacraid/comminit.c:512:6: note: byref variable will be forcibly initialized 512 | u32 status[5]; | ^~~~~~ /kisskb/src/drivers/mfd/mt6397-core.c: In function 'mt6397_probe': /kisskb/src/drivers/mfd/mt6397-core.c:196:15: note: byref variable will be forcibly initialized 196 | unsigned int id = 0; | ^~ /kisskb/src/drivers/scsi/aacraid/commctrl.c: In function 'aac_send_reset_adapter': /kisskb/src/drivers/scsi/aacraid/commctrl.c:1047:23: note: byref variable will be forcibly initialized 1047 | struct aac_reset_iop reset; | ^~~~~ /kisskb/src/drivers/input/serio/i8042.c: In function 'i8042_set_reset': /kisskb/src/drivers/input/serio/i8042.c:59:7: note: byref variable will be forcibly initialized 59 | bool reset; | ^~~~~ /kisskb/src/drivers/usb/phy/of.c: In function 'of_usb_get_phy_mode': /kisskb/src/drivers/usb/phy/of.c:30:14: note: byref variable will be forcibly initialized 30 | const char *phy_type; | ^~~~~~~~ /kisskb/src/drivers/input/serio/i8042.c: In function 'i8042_enable_mux_ports': /kisskb/src/drivers/input/serio/i8042.c:653:16: note: byref variable will be forcibly initialized 653 | unsigned char param; | ^~~~~ /kisskb/src/drivers/input/serio/i8042.c: In function 'i8042_toggle_aux': /kisskb/src/drivers/input/serio/i8042.c:775:16: note: byref variable will be forcibly initialized 775 | unsigned char param; | ^~~~~ /kisskb/src/drivers/input/serio/i8042.c: In function 'i8042_set_mux_mode': /kisskb/src/drivers/input/serio/i8042.c:673:16: note: byref variable will be forcibly initialized 673 | unsigned char param, val; | ^~~~~ /kisskb/src/drivers/input/serio/i8042.c: In function 'i8042_check_mux': /kisskb/src/drivers/input/serio/i8042.c:716:16: note: byref variable will be forcibly initialized 716 | unsigned char mux_version; | ^~~~~~~~~~~ /kisskb/src/drivers/input/serio/i8042.c: In function 'i8042_controller_init': /kisskb/src/drivers/input/serio/i8042.c:991:16: note: byref variable will be forcibly initialized 991 | unsigned char ctr[2]; | ^~~ /kisskb/src/drivers/input/serio/i8042.c: In function 'i8042_controller_selftest': /kisskb/src/drivers/input/serio/i8042.c:944:16: note: byref variable will be forcibly initialized 944 | unsigned char param; | ^~~~~ /kisskb/src/drivers/input/serio/i8042.c: In function 'i8042_check_aux': /kisskb/src/drivers/input/serio/i8042.c:807:16: note: byref variable will be forcibly initialized 807 | unsigned char param; | ^~~~~ In file included from /kisskb/src/include/linux/of_irq.h:8, from /kisskb/src/drivers/mfd/mt6397-irq.c:9: /kisskb/src/drivers/mfd/mt6397-irq.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized 427 | unsigned int irq; | ^~~ /kisskb/src/drivers/mfd/mt6397-irq.c: In function 'mt6397_irq_handle_reg': /kisskb/src/drivers/mfd/mt6397-irq.c:85:15: note: byref variable will be forcibly initialized 85 | unsigned int status = 0; | ^~~~~~ In file included from /kisskb/src/include/linux/of_irq.h:8, from /kisskb/src/drivers/mfd/mt6358-irq.c:14: /kisskb/src/drivers/mfd/mt6358-irq.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized 427 | unsigned int irq; | ^~~ /kisskb/src/drivers/mfd/mt6358-irq.c: In function 'mt6358_irq_sp_handler': /kisskb/src/drivers/mfd/mt6358-irq.c:124:15: note: byref variable will be forcibly initialized 124 | unsigned int irq_status, sta_reg, status; | ^~~~~~~~~~ /kisskb/src/drivers/mfd/mt6358-irq.c: In function 'mt6358_irq_handler': /kisskb/src/drivers/mfd/mt6358-irq.c:165:23: note: byref variable will be forcibly initialized 165 | unsigned int bit, i, top_irq_status = 0; | ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/interrupt.h:6, from /kisskb/src/drivers/mfd/mt6358-irq.c:5: /kisskb/src/drivers/mfd/mt6358-irq.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/powerpc/include/asm/io.h:27, 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/drivers/mfd/mt6358-irq.c:5: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c: In function 'gmc_v9_0_sw_init': /kisskb/src/drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c:1478:40: note: byref variable will be forcibly initialized 1478 | int r, vram_width = 0, vram_type = 0, vram_vendor = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c:1478:25: note: byref variable will be forcibly initialized 1478 | int r, vram_width = 0, vram_type = 0, vram_vendor = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c:1478:9: note: byref variable will be forcibly initialized 1478 | int r, vram_width = 0, vram_type = 0, vram_vendor = 0; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c: In function 'gmc_v9_0_flush_gpu_tlb_pasid': /kisskb/src/drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c:863:11: note: byref variable will be forcibly initialized 863 | uint16_t queried_pasid; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c:862:11: note: byref variable will be forcibly initialized 862 | uint32_t seq; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c: In function 'gmc_v9_0_process_interrupt': /kisskb/src/drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c:512:26: note: byref variable will be forcibly initialized 512 | struct amdgpu_task_info task_info; | ^~~~~~~~~ /kisskb/src/drivers/atm/solos-pci.c: In function 'print_buffer': /kisskb/src/drivers/atm/solos-pci.c:1003:7: note: byref variable will be forcibly initialized 1003 | char item[10]; | ^~~~ /kisskb/src/drivers/atm/solos-pci.c:1002:7: note: byref variable will be forcibly initialized 1002 | char msg[500]; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/mmhub_v9_4.c: In function 'mmhub_v9_4_init': /kisskb/src/drivers/gpu/drm/amd/amdgpu/mmhub_v9_4.c:504:23: note: byref variable will be forcibly initialized 504 | struct amdgpu_vmhub *hub[MMHUB_NUM_INSTANCES] = | ^~~ 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/atm/solos-pci.c:18: /kisskb/src/drivers/atm/solos-pci.c: In function 'solos_param_show': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/atm/solos-pci.c:220:2: note: in expansion of macro 'wait_event_timeout' 220 | wait_event_timeout(card->param_wq, prm.response, 5 * HZ); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/atm/solos-pci.c:186:21: note: byref variable will be forcibly initialized 186 | struct solos_param prm; | ^~~ 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/atm/solos-pci.c:18: /kisskb/src/drivers/atm/solos-pci.c: In function 'solos_param_store': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/atm/solos-pci.c:276:2: note: in expansion of macro 'wait_event_timeout' 276 | wait_event_timeout(card->param_wq, prm.response, 5 * HZ); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/atm/solos-pci.c:241:21: note: byref variable will be forcibly initialized 241 | struct solos_param prm; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/mmhub_v9_4.c: In function 'mmhub_v9_4_query_ras_error_count': /kisskb/src/drivers/gpu/drm/amd/amdgpu/mmhub_v9_4.c:1596:26: note: byref variable will be forcibly initialized 1596 | uint32_t sec_count = 0, ded_count = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/mmhub_v9_4.c:1596:11: note: byref variable will be forcibly initialized 1596 | uint32_t sec_count = 0, ded_count = 0; | ^~~~~~~~~ /kisskb/src/drivers/atm/solos-pci.c: In function 'process_command': /kisskb/src/drivers/atm/solos-pci.c:414:6: note: byref variable will be forcibly initialized 414 | int cmdpid; | ^~~~~~ /kisskb/src/drivers/atm/solos-pci.c: In function 'process_status': /kisskb/src/drivers/atm/solos-pci.c:342:20: note: byref variable will be forcibly initialized 342 | int ver, rate_up, rate_down, err; | ^~~~~~~~~ /kisskb/src/drivers/atm/solos-pci.c:342:11: note: byref variable will be forcibly initialized 342 | int ver, rate_up, rate_down, err; | ^~~~~~~ /kisskb/src/drivers/atm/solos-pci.c:342:6: note: byref variable will be forcibly initialized 342 | int ver, rate_up, rate_down, err; | ^~~ /kisskb/src/drivers/atm/solos-pci.c: In function 'solos_bh': /kisskb/src/drivers/atm/solos-pci.c:773:19: note: byref variable will be forcibly initialized 773 | struct pkt_hdr _hdr, *header; | ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, 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/drivers/atm/solos-pci.c:18: /kisskb/src/drivers/atm/solos-pci.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ 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/atm/solos-pci.c:18: /kisskb/src/drivers/atm/solos-pci.c: In function 'flash_upgrade': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/atm/solos-pci.c:730:3: note: in expansion of macro 'wait_event' 730 | wait_event(card->fw_wq, !ioread32(card->config_regs + FLASH_BUSY)); | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/atm/solos-pci.c:702:2: note: in expansion of macro 'wait_event' 702 | wait_event(card->fw_wq, !ioread32(card->config_regs + FLASH_BUSY)); | ^~~~~~~~~~ /kisskb/src/drivers/atm/solos-pci.c:626:25: note: byref variable will be forcibly initialized 626 | const struct firmware *fw; | ^~ 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/atm/solos-pci.c:18: /kisskb/src/drivers/atm/solos-pci.c: In function 'pclose': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/atm/solos-pci.c:983:7: note: in expansion of macro 'wait_event_timeout' 983 | if (!wait_event_timeout(card->param_wq, !skb_shared(skb), 5 * HZ)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_isr.c: In function 'qla4xxx_isr_decode_mailbox': /kisskb/src/drivers/scsi/qla4xxx/ql4_isr.c:662:11: note: byref variable will be forcibly initialized 662 | uint32_t mbox_sts[MBOX_AEN_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/mfd/rave-sp.c: In function 'rave_sp_write': /kisskb/src/drivers/mfd/rave-sp.c:286:16: note: byref variable will be forcibly initialized 286 | unsigned char crc[RAVE_SP_CHECKSUM_SIZE]; | ^~~ /kisskb/src/drivers/mfd/rave-sp.c:285:16: note: byref variable will be forcibly initialized 285 | unsigned char frame[RAVE_SP_TX_BUFFER_SIZE]; | ^~~~~ /kisskb/src/drivers/mfd/rave-sp.c: In function 'rave_sp_emulated_get_status': /kisskb/src/drivers/mfd/rave-sp.c:678:5: note: byref variable will be forcibly initialized 678 | u8 cmd[] = { | ^~~ /kisskb/src/drivers/mfd/rave-sp.c: In function 'rave_sp_rdu1_get_status': /kisskb/src/drivers/mfd/rave-sp.c:667:5: note: byref variable will be forcibly initialized 667 | u8 cmd[] = { | ^~~ /kisskb/src/drivers/mfd/rave-sp.c: In function 'rave_sp_receive_event': /kisskb/src/drivers/mfd/rave-sp.c:391:5: note: byref variable will be forcibly initialized 391 | u8 cmd[] = { | ^~~ /kisskb/src/drivers/mfd/rave-sp.c: In function 'rave_sp_receive_frame': /kisskb/src/drivers/mfd/rave-sp.c:445:5: note: byref variable will be forcibly initialized 445 | u8 crc_calculated[RAVE_SP_CHECKSUM_SIZE]; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/mfd/rave-sp.c: In function 'rave_sp_get_status': /kisskb/src/drivers/mfd/rave-sp.c:697:24: note: byref variable will be forcibly initialized 697 | struct rave_sp_status status; | ^~~~~~ /kisskb/src/drivers/mfd/rave-sp.c: In function 'rave_sp_probe': /kisskb/src/drivers/mfd/rave-sp.c:773:6: note: byref variable will be forcibly initialized 773 | u32 baud; | ^~~~ /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; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c: In function 'gmc_v10_0_flush_gpu_tlb': /kisskb/src/drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c:319:21: note: byref variable will be forcibly initialized 319 | struct amdgpu_job *job; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c:318:20: note: byref variable will be forcibly initialized 318 | struct dma_fence *fence; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c: In function 'gmc_v10_0_sw_init': /kisskb/src/drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c:836:40: note: byref variable will be forcibly initialized 836 | int r, vram_width = 0, vram_type = 0, vram_vendor = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c:836:25: note: byref variable will be forcibly initialized 836 | int r, vram_width = 0, vram_type = 0, vram_vendor = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c:836:9: note: byref variable will be forcibly initialized 836 | int r, vram_width = 0, vram_type = 0, vram_vendor = 0; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c: In function 'gmc_v10_0_flush_gpu_tlb_pasid': /kisskb/src/drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c:415:11: note: byref variable will be forcibly initialized 415 | uint16_t queried_pasid; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c:414:11: note: byref variable will be forcibly initialized 414 | uint32_t seq; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c: In function 'gmc_v10_0_process_interrupt': /kisskb/src/drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c:98:26: note: byref variable will be forcibly initialized 98 | struct amdgpu_task_info task_info; | ^~~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_ctl.c: In function 'pm8001_ctl_bios_version_show': /kisskb/src/drivers/scsi/pm8001/pm8001_ctl.c:483:30: note: byref variable will be forcibly initialized 483 | struct pm8001_ioctl_payload payload; | ^~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/firmware.h:7, from /kisskb/src/drivers/scsi/pm8001/pm8001_ctl.c:40: /kisskb/src/drivers/scsi/pm8001/pm8001_ctl.c:482:29: note: byref variable will be forcibly initialized 482 | DECLARE_COMPLETION_ONSTACK(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) | ^~~~ In file included from /kisskb/src/drivers/scsi/pm8001/pm8001_ctl.c:41: /kisskb/src/drivers/scsi/pm8001/pm8001_ctl.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_ctl.c: In function 'pm8001_ctl_logging_level_store': /kisskb/src/drivers/scsi/pm8001/pm8001_ctl.c:348:6: note: byref variable will be forcibly initialized 348 | int val = 0; | ^~~ /kisskb/src/drivers/scsi/pm8001/pm8001_ctl.c: In function 'non_fatal_count_store': /kisskb/src/drivers/scsi/pm8001/pm8001_ctl.c:617:6: note: byref variable will be forcibly initialized 617 | int val = 0; | ^~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/firmware.h:7, from /kisskb/src/drivers/scsi/pm8001/pm8001_ctl.c:40: /kisskb/src/drivers/scsi/pm8001/pm8001_ctl.c: In function 'pm8001_update_flash': /kisskb/src/drivers/scsi/pm8001/pm8001_ctl.c:721:29: note: byref variable will be forcibly initialized 721 | DECLARE_COMPLETION_ONSTACK(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/drivers/scsi/pm8001/pm8001_ctl.c: In function 'pm8001_set_nvmd': /kisskb/src/drivers/scsi/pm8001/pm8001_ctl.c:685:29: note: byref variable will be forcibly initialized 685 | DECLARE_COMPLETION_ONSTACK(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/drivers/mfd/rohm-bd71828.c: In function 'set_clk_mode': /kisskb/src/drivers/mfd/rohm-bd71828.c:448:15: note: byref variable will be forcibly initialized 448 | unsigned int open_drain; | ^~~~~~~~~~ /kisskb/src/drivers/mfd/rohm-bd71828.c: In function 'bd71828_i2c_probe': /kisskb/src/drivers/mfd/rohm-bd71828.c:471:31: note: byref variable will be forcibly initialized 471 | struct regmap_irq_chip_data *irq_data; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla4_83xx_check_dma_engine_state': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:1933:28: note: byref variable will be forcibly initialized 1933 | uint32_t dma_eng_num = 0, cmd_sts_and_cntrl = 0; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla4_8xxx_minidump_process_l1cache': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:2367:45: note: byref variable will be forcibly initialized 2367 | uint32_t i, k, loop_count, t_value, r_cnt, r_value; | ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla83xx_minidump_process_rdmux2': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:2848:42: note: byref variable will be forcibly initialized 2848 | uint32_t sel_val1, sel_val2, t_sel_val, data, i; | ^~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla4_83xx_start_pex_dma': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:1963:28: note: byref variable will be forcibly initialized 1963 | uint32_t dma_eng_num = 0, cmd_sts_and_cntrl = 0; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla4_8xxx_minidump_process_control': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:2195:11: note: byref variable will be forcibly initialized 2195 | uint32_t read_value, opcode, poll_time, addr, index, rval = QLA_SUCCESS; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla4_8xxx_minidump_process_rdcrb': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:1911:42: note: byref variable will be forcibly initialized 1911 | uint32_t r_addr, r_stride, loop_cnt, i, r_value; | ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla4_82xx_minidump_process_rdrom': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:2433:19: note: byref variable will be forcibly initialized 2433 | uint32_t r_addr, r_value; | ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla4_8xxx_minidump_process_l2tag': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:2139:22: note: byref variable will be forcibly initialized 2139 | uint32_t c_value_w, c_value_r; | ^~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:2137:45: note: byref variable will be forcibly initialized 2137 | uint32_t i, k, loop_count, t_value, r_cnt, r_value; | ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla4_8xxx_minidump_process_rdmux': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:2340:59: note: byref variable will be forcibly initialized 2340 | uint32_t r_addr, s_stride, s_addr, s_value, loop_cnt, i, r_value; | ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla4_8xxx_minidump_process_queue': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:2401:21: note: byref variable will be forcibly initialized 2401 | uint32_t r_stride, r_value, r_cnt, qid = 0; | ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla4_84xx_minidump_process_rddfe': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:2631:38: note: byref variable will be forcibly initialized 2631 | uint32_t addr1, addr2, value, data, temp, wrval; | ^~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:2631:32: note: byref variable will be forcibly initialized 2631 | uint32_t addr1, addr2, value, data, temp, wrval; | ^~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'ql4_84xx_poll_wait_for_ready': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:1817:11: note: byref variable will be forcibly initialized 1817 | uint32_t temp; | ^~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'ql4_84xx_ipmdio_rd_reg': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:1840:11: note: byref variable will be forcibly initialized 1840 | uint32_t data; | ^~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'ql4_84xx_poll_wait_ipmdio_bus_idle': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:1868:11: note: byref variable will be forcibly initialized 1868 | uint32_t temp; | ^~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla4_84xx_minidump_process_rdmdio': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:2726:41: note: byref variable will be forcibly initialized 2726 | uint32_t addr1, addr2, value1, value2, data, selval; | ^~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla4_84xx_minidump_process_pollwr': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:2800:47: note: byref variable will be forcibly initialized 2800 | uint32_t addr1, addr2, value1, value2, poll, r_value; | ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla83xx_minidump_process_pollrd': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:2581:36: note: byref variable will be forcibly initialized 2581 | uint32_t r_addr, s_addr, s_value, r_value, poll_wait, poll_mask; | ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla83xx_minidump_process_pollrdmwr': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:2891:42: note: byref variable will be forcibly initialized 2891 | uint32_t poll_wait, poll_mask, r_value, data; | ^~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:2891:33: note: byref variable will be forcibly initialized 2891 | uint32_t poll_wait, poll_mask, r_value, data; | ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function '__qla4_8xxx_minidump_process_rdmem': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:2467:28: note: byref variable will be forcibly initialized 2467 | uint32_t r_addr, r_value, r_data; | ^~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:2467:19: note: byref variable will be forcibly initialized 2467 | uint32_t r_addr, r_value, r_data; | ^~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:8: /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla4_8xxx_uevent_emit': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:3211:8: note: byref variable will be forcibly initialized 3211 | char *envp[] = { event_string, NULL }; | ^~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:3210:7: note: byref variable will be forcibly initialized 3210 | char event_string[40]; | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla4_82xx_read_flash_data': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:3642:11: note: byref variable will be forcibly initialized 3642 | uint32_t val; | ^~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla4_82xx_pinit_from_rom': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:974:19: note: byref variable will be forcibly initialized 974 | unsigned offset, n; | ^ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:970:12: note: byref variable will be forcibly initialized 970 | int addr, val; | ^~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:970:6: note: byref variable will be forcibly initialized 970 | int addr, val; | ^~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla4_8xxx_ms_mem_write_128b': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:1182:11: note: byref variable will be forcibly initialized 1182 | uint32_t agt_ctrl; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla4_8xxx_minidump_pex_dma_read': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:2025:38: note: byref variable will be forcibly initialized 2025 | struct qla4_83xx_pex_dma_descriptor dma_desc; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:2024:13: note: byref variable will be forcibly initialized 2024 | dma_addr_t rdmem_dma; | ^~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla4_8xxx_minidump_process_rdmem': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:2549:12: note: byref variable will be forcibly initialized 2549 | uint32_t *data_ptr = *d_ptr; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla4_8xxx_collect_md_data': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:2993:12: note: byref variable will be forcibly initialized 2993 | uint32_t *data_ptr; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla4_82xx_pci_mem_read_2M': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:1358:31: note: byref variable will be forcibly initialized 1358 | uint64_t off8, val, mem_crb, word[2] = {0, 0}; | ^~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:1355:44: note: byref variable will be forcibly initialized 1355 | int i, j = 0, k, start, end, loop, sz[2], off0[2]; | ^~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:1355:37: note: byref variable will be forcibly initialized 1355 | int i, j = 0, k, start, end, loop, sz[2], off0[2]; | ^~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla4_82xx_pci_mem_write_2M': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:1449:32: note: byref variable will be forcibly initialized 1449 | uint64_t off8, mem_crb, tmpw, word[2] = {0, 0}; | ^~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla4_82xx_load_from_flash': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:1281:12: note: byref variable will be forcibly initialized 1281 | u32 high, low; | ^~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:1281:6: note: byref variable will be forcibly initialized 1281 | u32 high, low; | ^~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:1280:6: note: byref variable will be forcibly initialized 1280 | u64 data; | ^~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla4_82xx_start_firmware': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:1738:11: note: byref variable will be forcibly initialized 1738 | uint16_t lnk; | ^~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/usb/core/message.c:8: /kisskb/src/drivers/usb/core/message.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/core/message.c: In function 'usb_start_wait_urb': /kisskb/src/drivers/usb/core/message.c:51:21: note: byref variable will be forcibly initialized 51 | struct api_context ctx; | ^~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla4_8xxx_get_flash_info': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:3938:11: note: byref variable will be forcibly initialized 3938 | uint32_t flt_addr; | ^~~~~~~~ /kisskb/src/drivers/usb/core/message.c: In function 'usb_internal_control_msg': /kisskb/src/drivers/usb/core/message.c:93:6: note: byref variable will be forcibly initialized 93 | int length; | ^~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla4_8xxx_stop_firmware': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:3969:11: note: byref variable will be forcibly initialized 3969 | uint32_t mbox_sts[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:3968:11: note: byref variable will be forcibly initialized 3968 | uint32_t mbox_cmd[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla4_8xxx_get_sys_info': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:4030:13: note: byref variable will be forcibly initialized 4030 | dma_addr_t sys_info_dma; | ^~~~~~~~~~~~ /kisskb/src/drivers/usb/core/message.c: In function 'usb_string_sub': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:4028:11: note: byref variable will be forcibly initialized 4028 | uint32_t mbox_sts[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/usb/core/message.c:875:6: note: byref variable will be forcibly initialized 875 | int rc; | ^~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:4027:11: note: byref variable will be forcibly initialized 4027 | uint32_t mbox_cmd[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla4_8xxx_intr_enable': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:4092:11: note: byref variable will be forcibly initialized 4092 | uint32_t mbox_sts[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:4091:11: note: byref variable will be forcibly initialized 4091 | uint32_t mbox_cmd[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c: In function 'qla4_8xxx_intr_disable': /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:4113:11: note: byref variable will be forcibly initialized 4113 | uint32_t mbox_sts[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nx.c:4112:11: note: byref variable will be forcibly initialized 4112 | uint32_t mbox_cmd[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/usb/phy/phy-generic.c: In function 'usb_phy_gen_create_phy': /kisskb/src/drivers/usb/phy/phy-generic.c:211:6: note: byref variable will be forcibly initialized 211 | u32 clk_rate = 0; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_nvram.c: In function 'rd_nvram_word': /kisskb/src/drivers/scsi/qla4xxx/ql4_nvram.c:151:6: note: byref variable will be forcibly initialized 151 | u16 val = 0; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/mdio.h:43, from /kisskb/src/drivers/net/phy/mdio_bus.c:39: /kisskb/src/drivers/net/phy/mdio_bus.c: In function 'trace_event_raw_event_mdio_access': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/mdio.h:10:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 10 | TRACE_EVENT_CONDITION(mdio_access, | ^~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/net/phy/mdio_bus.c:28: /kisskb/src/drivers/net/phy/mdio_bus.c: In function 'of_mdio_parse_addr': /kisskb/src/include/linux/of_mdio.h:40:6: note: byref variable will be forcibly initialized 40 | u32 addr; | ^~~~ /kisskb/src/drivers/scsi/aacraid/dpcsup.c: In function 'aac_response_normal': /kisskb/src/drivers/scsi/aacraid/dpcsup.c:42:20: note: byref variable will be forcibly initialized 42 | struct aac_entry *entry; | ^~~~~ /kisskb/src/drivers/scsi/aacraid/dpcsup.c: In function 'aac_command_normal': /kisskb/src/drivers/scsi/aacraid/dpcsup.c:173:14: note: byref variable will be forcibly initialized 173 | struct fib fibctx; | ^~~~~~ /kisskb/src/drivers/scsi/aacraid/dpcsup.c:161:20: note: byref variable will be forcibly initialized 161 | struct aac_entry *entry; | ^~~~~ /kisskb/src/drivers/scsi/aacraid/rx.c: In function 'aac_rx_deliver_producer': /kisskb/src/drivers/scsi/aacraid/rx.c:402:16: note: byref variable will be forcibly initialized 402 | unsigned long nointr = 0; | ^~~~~~ /kisskb/src/drivers/scsi/aacraid/rx.c:401:6: note: byref variable will be forcibly initialized 401 | u32 Index; | ^~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/scsi/aacraid/commsup.c:25: /kisskb/src/drivers/scsi/aacraid/commsup.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/scsi/aacraid/rx.c: In function 'aac_rx_restart_adapter': /kisskb/src/drivers/scsi/aacraid/rx.c:474:6: note: byref variable will be forcibly initialized 474 | u32 var = 0; | ^~~ /kisskb/src/drivers/scsi/aacraid/rx.c: In function 'aac_rx_check_health': /kisskb/src/drivers/scsi/aacraid/rx.c:348:21: note: byref variable will be forcibly initialized 348 | dma_addr_t paddr, baddr; | ^~~~~ /kisskb/src/drivers/scsi/aacraid/rx.c:348:14: note: byref variable will be forcibly initialized 348 | dma_addr_t paddr, baddr; | ^~~~~ /kisskb/src/drivers/scsi/aacraid/commsup.c: In function 'aac_queue_get': /kisskb/src/drivers/scsi/aacraid/commsup.c:423:21: note: byref variable will be forcibly initialized 423 | struct aac_entry * entry = NULL; | ^~~~~ /kisskb/src/drivers/scsi/aacraid/commsup.c: In function 'aac_fib_adapter_complete': /kisskb/src/drivers/scsi/aacraid/commsup.c:912:8: note: byref variable will be forcibly initialized 912 | u32 index; | ^~~~~ /kisskb/src/drivers/scsi/aacraid/commsup.c:876:16: note: byref variable will be forcibly initialized 876 | unsigned long nointr = 0; | ^~~~~~ /kisskb/src/drivers/scsi/aacraid/commsup.c: In function 'aac_send_wellness_command': /kisskb/src/drivers/scsi/aacraid/commsup.c:2287:13: note: byref variable will be forcibly initialized 2287 | dma_addr_t addr; | ^~~~ /kisskb/src/drivers/scsi/aacraid/commsup.c: In function 'aac_send_safw_hostttime': /kisskb/src/drivers/scsi/aacraid/commsup.c:2359:7: note: byref variable will be forcibly initialized 2359 | char wellness_str[] = "TD\010\0\0\0\0\0\0\0\0\0DW\0\0ZZ"; | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/aacraid/commsup.c:2358:12: note: byref variable will be forcibly initialized 2358 | struct tm cur_tm; | ^~~~~~ /kisskb/src/drivers/scsi/aacraid/commsup.c: In function 'aac_command_thread': /kisskb/src/drivers/scsi/aacraid/commsup.c:2469:22: note: byref variable will be forcibly initialized 2469 | struct timespec64 now; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/task_stack.h:9, from /kisskb/src/include/linux/elfcore.h:7, from /kisskb/src/include/linux/crash_core.h:6, from /kisskb/src/include/linux/kexec.h:18, from /kisskb/src/include/linux/crash_dump.h:5, from /kisskb/src/drivers/scsi/aacraid/commsup.c:22: /kisskb/src/drivers/scsi/aacraid/commsup.c: In function 'aac_src_reinit_aif_worker': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/aacraid/commsup.c:1947:2: note: in expansion of macro 'wait_event' 1947 | wait_event(dev->scsi_host_ptr->host_wait, | ^~~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_getdrivver_ioctl': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:6391:6: note: byref variable will be forcibly initialized 6391 | u32 version; | ^~~~~~~ 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:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/serio/serport.c:187:2: note: in expansion of macro 'wait_event_interruptible' 187 | wait_event_interruptible(serport->wait, test_bit(SERPORT_DEAD, &serport->flags)); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/pci.h:37, from /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:14: /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:12: /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_wait_if_ctrl_blocked': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:364:2: note: in expansion of macro 'wait_event' 364 | wait_event(ctrl_info->block_requests_wait, | ^~~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_acknowledge_event': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:3500:39: note: byref variable will be forcibly initialized 3500 | struct pqi_event_acknowledge_request request; | ^~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:12: /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_submit_raid_request_synchronous': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:4515:29: note: byref variable will be forcibly initialized 4515 | DECLARE_COMPLETION_ONSTACK(wait); | ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_config_table_update': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:7416:36: note: byref variable will be forcibly initialized 7416 | struct pqi_vendor_general_request request; | ^~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_ofa_host_memory_update': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:8576:36: note: byref variable will be forcibly initialized 8576 | struct pqi_vendor_general_request request; | ^~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_send_scsi_raid_request': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:691:26: note: byref variable will be forcibly initialized 691 | enum dma_data_direction dir; | ^~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:690:31: note: byref variable will be forcibly initialized 690 | struct pqi_raid_path_request request; | ^~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_identify_physical_device': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:751:31: note: byref variable will be forcibly initialized 751 | struct pqi_raid_path_request request; | ^~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:749:26: note: byref variable will be forcibly initialized 749 | enum dma_data_direction dir; | ^~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:12: /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_lun_reset': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:6169:29: note: byref variable will be forcibly initialized 6169 | DECLARE_COMPLETION_ONSTACK(wait); | ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_create_event_queue': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:4736:36: note: byref variable will be forcibly initialized 4736 | struct pqi_general_admin_response response; | ^~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:4735:35: note: byref variable will be forcibly initialized 4735 | struct pqi_general_admin_request request; | ^~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_create_queue_group': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:4782:36: note: byref variable will be forcibly initialized 4782 | struct pqi_general_admin_response response; | ^~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:4781:35: note: byref variable will be forcibly initialized 4781 | struct pqi_general_admin_request request; | ^~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_get_advanced_raid_bypass_config': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:805:31: note: byref variable will be forcibly initialized 805 | struct pqi_raid_path_request request; | ^~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:804:26: note: byref variable will be forcibly initialized 804 | enum dma_data_direction dir; | ^~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_configure_events': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:4952:40: note: byref variable will be forcibly initialized 4952 | struct pqi_general_management_request request; | ^~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_report_phys_luns': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:1144:8: note: byref variable will be forcibly initialized 1144 | void *rpl_list; | ^~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_get_device_lists': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:1213:27: note: byref variable will be forcibly initialized 1213 | struct report_lun_header report_lun_header; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/mmhub_v1_7.c: In function 'mmhub_v1_7_query_ras_error_count': /kisskb/src/drivers/gpu/drm/amd/amdgpu/mmhub_v1_7.c:1248:26: note: byref variable will be forcibly initialized 1248 | uint32_t sec_count = 0, ded_count = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/mmhub_v1_7.c:1248:11: note: byref variable will be forcibly initialized 1248 | uint32_t sec_count = 0, ded_count = 0; | ^~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_report_device_capability': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:4616:36: note: byref variable will be forcibly initialized 4616 | struct pqi_general_admin_response response; | ^~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:4615:35: note: byref variable will be forcibly initialized 4615 | struct pqi_general_admin_request request; | ^~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:14: /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_process_raid_io_error': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:3114:24: note: byref variable will be forcibly initialized 3114 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_wait_for_pqi_mode_ready': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:3033:6: note: byref variable will be forcibly initialized 3033 | u64 signature; | ^~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_keep_device_offline': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:1664:29: note: byref variable will be forcibly initialized 1664 | struct pqi_raid_error_info error_info; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:1663:31: note: byref variable will be forcibly initialized 1663 | struct pqi_raid_path_request request; | ^~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:1662:24: note: byref variable will be forcibly initialized 1662 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:1658:26: note: byref variable will be forcibly initialized 1658 | enum dma_data_direction dir; | ^~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_process_config_table': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:7746:39: note: byref variable will be forcibly initialized 7746 | struct pqi_config_table_section_info feature_section_info; | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_show_volume_status': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:1745:7: note: byref variable will be forcibly initialized 1745 | char unknown_state_buffer[sizeof(unknown_state_str) + 10]; | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_passthru_ioctl': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:6483:25: note: byref variable will be forcibly initialized 6483 | struct ciss_error_info ciss_error_info; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:6482:29: note: byref variable will be forcibly initialized 6482 | struct pqi_raid_error_info pqi_error_info; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:6481:31: note: byref variable will be forcibly initialized 6481 | struct pqi_raid_path_request request; | ^~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:6480:23: note: byref variable will be forcibly initialized 6480 | IOCTL_Command_struct iocommand; | ^~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_is_parity_write_stream': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:5817:36: note: byref variable will be forcibly initialized 5817 | struct pqi_scsi_dev_raid_map_data rmd; | ^~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_lunid_show': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:6909:5: note: byref variable will be forcibly initialized 6909 | u8 lunid[8]; | ^~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_dev_info': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:1954:7: note: byref variable will be forcibly initialized 1954 | char buffer[PQI_DEV_INFO_BUFFER_LENGTH]; | ^~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:12: /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_update_device_list': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:2115:12: note: byref variable will be forcibly initialized 2115 | LIST_HEAD(delete_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/scsi/smartpqi/smartpqi_init.c:2114:12: note: byref variable will be forcibly initialized 2114 | 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/scsi/smartpqi/smartpqi_init.c:2113:23: note: byref variable will be forcibly initialized 2113 | struct pqi_scsi_dev *matching_device; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_update_scsi_devices': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:2311:30: note: byref variable will be forcibly initialized 2311 | struct report_log_lun_list *logdev_list = NULL; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:2310:43: note: byref variable will be forcibly initialized 2310 | struct report_phys_lun_16byte_wwid_list *physdev_list = NULL; | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:12: /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:2309:12: note: byref variable will be forcibly initialized 2309 | LIST_HEAD(new_device_list_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/scsi/smartpqi/smartpqi_init.c: In function 'pqi_path_info_show': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:6944:5: note: byref variable will be forcibly initialized 6944 | u8 phys_connector[2]; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_ofa_alloc_mem': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:8446:13: note: byref variable will be forcibly initialized 8446 | dma_addr_t dma_handle; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_alloc_io_resources': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:5072:13: note: byref variable will be forcibly initialized 5072 | dma_addr_t sg_chain_buffer_dma_handle; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_write_current_time_to_host_wellness': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:999:12: note: byref variable will be forcibly initialized 999 | struct tm tm; | ^~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_host_enable_r6_writes_store': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:6821:5: note: byref variable will be forcibly initialized 6821 | u8 set_r6_writes = 0; | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_host_enable_r5_writes_store': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:6794:5: note: byref variable will be forcibly initialized 6794 | u8 set_r5_writes = 0; | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_host_enable_stream_detection_store': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:6767:5: note: byref variable will be forcibly initialized 6767 | u8 set_stream_detection = 0; | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_lockup_action_store': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:6737:7: note: byref variable will be forcibly initialized 6737 | char action_name_buffer[32]; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_getpciinfo_ioctl': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:6369:24: note: byref variable will be forcibly initialized 6369 | cciss_pci_info_struct pciinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_build_aio_r1_sg_list': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:5316:7: note: byref variable will be forcibly initialized 5316 | bool chained; | ^~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_build_aio_r56_sg_list': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:5354:7: note: byref variable will be forcibly initialized 5354 | bool chained; | ^~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_build_aio_sg_list': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:5390:7: note: byref variable will be forcibly initialized 5390 | bool chained; | ^~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_raid_bypass_submit_scsi_cmd': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:2927:29: note: byref variable will be forcibly initialized 2927 | struct pqi_encryption_info encryption_info; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c: In function 'pqi_build_raid_sg_list': /kisskb/src/drivers/scsi/smartpqi/smartpqi_init.c:5280:7: note: byref variable will be forcibly initialized 5280 | bool chained; | ^~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_sds.c: In function 'asd_ms_get_phy_params': /kisskb/src/drivers/scsi/aic94xx/aic94xx_sds.c:763:29: note: byref variable will be forcibly initialized 763 | struct asd_manuf_phy_param dflt_phy_param; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_sds.c: In function 'asd_hwi_check_ocm_access': /kisskb/src/drivers/scsi/aic94xx/aic94xx_sds.c:299:6: note: byref variable will be forcibly initialized 299 | u32 v; | ^ /kisskb/src/drivers/scsi/aic94xx/aic94xx_sds.c: In function 'asd_get_bios_chim': /kisskb/src/drivers/scsi/aic94xx/aic94xx_sds.c:202:12: note: byref variable will be forcibly initialized 202 | u32 offs, size; | ^~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_sds.c:202:6: note: byref variable will be forcibly initialized 202 | u32 offs, size; | ^~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_sds.c: In function 'asd_process_ctrl_a_user': /kisskb/src/drivers/scsi/aic94xx/aic94xx_sds.c:974:32: note: byref variable will be forcibly initialized 974 | struct asd_ctrla_phy_settings dflt_ps; | ^~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_sds.c:971:12: note: byref variable will be forcibly initialized 971 | u32 offs, size; | ^~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_sds.c:971:6: note: byref variable will be forcibly initialized 971 | u32 offs, size; | ^~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_sds.c: In function 'asd_process_ms': /kisskb/src/drivers/scsi/aic94xx/aic94xx_sds.c:859:12: note: byref variable will be forcibly initialized 859 | u32 offs, size; | ^~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_sds.c:859:6: note: byref variable will be forcibly initialized 859 | u32 offs, size; | ^~~~ 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_recv': /kisskb/src/drivers/media/tuners/tuner-i2c.h:48:17: note: byref variable will be forcibly initialized 48 | struct i2c_msg msg[2] = { { .addr = props->addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/tuner-xc2028.c: In function 'xc2028_get_reg': /kisskb/src/drivers/media/tuners/tuner-xc2028.c:161:16: note: byref variable will be forcibly initialized 161 | unsigned char ibuf[2]; | ^~~~ /kisskb/src/drivers/media/tuners/tuner-xc2028.c:160:16: note: byref variable will be forcibly initialized 160 | unsigned char buf[2]; | ^~~ /kisskb/src/drivers/media/tuners/tuner-xc2028.c: In function 'xc2028_get_afc': /kisskb/src/drivers/media/tuners/tuner-xc2028.c:962:6: note: byref variable will be forcibly initialized 962 | s16 afc_reg = 0; | ^~~~~~~ /kisskb/src/drivers/media/tuners/tuner-xc2028.c:961:6: note: byref variable will be forcibly initialized 961 | u16 frq_lock = 0; | ^~~~~~~~ /kisskb/src/drivers/media/tuners/tuner-xc2028.c: In function 'xc2028_signal': /kisskb/src/drivers/media/tuners/tuner-xc2028.c:906:32: note: byref variable will be forcibly initialized 906 | u16 frq_lock, signal = 0; | ^~~~~~ /kisskb/src/drivers/media/tuners/tuner-xc2028.c:906:22: note: byref variable will be forcibly initialized 906 | u16 frq_lock, signal = 0; | ^~~~~~~~ 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-xc2028.c:547:32: note: byref variable will be forcibly initialized 547 | unsigned char *p, *endp, buf[MAX_XFER_SIZE]; | ^~~ /kisskb/src/drivers/media/tuners/tuner-xc2028.c: In function 'check_firmware': /kisskb/src/drivers/media/tuners/tuner-xc2028.c:724:18: note: byref variable will be forcibly initialized 724 | v4l2_std_id std0; | ^~~~ /kisskb/src/drivers/media/tuners/tuner-xc2028.c:723:20: note: byref variable will be forcibly initialized 723 | u16 version, hwmodel; | ^~~~~~~ /kisskb/src/drivers/media/tuners/tuner-xc2028.c:723:11: note: byref variable will be forcibly initialized 723 | u16 version, hwmodel; | ^~~~~~~ /kisskb/src/drivers/media/tuners/tuner-xc2028.c:721:29: note: byref variable will be forcibly initialized 721 | struct firmware_properties new_fw; | ^~~~~~ /kisskb/src/drivers/media/tuners/tuner-xc2028.c: In function 'generic_set_freq': /kisskb/src/drivers/media/tuners/tuner-xc2028.c:1016:19: note: byref variable will be forcibly initialized 1016 | unsigned char buf[4]; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ih.c: In function 'amdgpu_ih_ring_init': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ih.c:75:23: note: byref variable will be forcibly initialized 75 | unsigned wptr_offs, rptr_offs; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ih.c:75:12: note: byref variable will be forcibly initialized 75 | unsigned wptr_offs, rptr_offs; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ih.c:56:14: note: byref variable will be forcibly initialized 56 | dma_addr_t dma_addr; | ^~~~~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/media/tuners/tuner-xc2028.c:9: /kisskb/src/drivers/media/tuners/tuner-xc2028.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ih.c:24: /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ih.c: In function 'amdgpu_ih_wait_on_checkpoint_process': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ih.c:210:9: note: in expansion of macro 'wait_event_interruptible' 210 | return wait_event_interruptible(ih->wait_process, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ih.c:196:28: note: byref variable will be forcibly initialized 196 | uint32_t checkpoint_wptr, rptr; | ^~~~ /kisskb/src/drivers/media/tuners/tuner-xc2028.c: In function 'load_all_firmwares': /kisskb/src/drivers/media/tuners/tuner-xc2028.c:308:14: note: byref variable will be forcibly initialized 308 | char name[33]; | ^~~~ In file included from /kisskb/src/drivers/usb/core/driver.c:29: /kisskb/src/drivers/usb/core/driver.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/core/driver.c: In function 'usb_store_new_id': /kisskb/src/drivers/usb/core/driver.c:51:17: note: byref variable will be forcibly initialized 51 | u32 refVendor, refProduct; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/driver.c:51:6: note: byref variable will be forcibly initialized 51 | u32 refVendor, refProduct; | ^~~~~~~~~ /kisskb/src/drivers/usb/core/driver.c:50:15: note: byref variable will be forcibly initialized 50 | unsigned int bInterfaceClass = 0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/core/driver.c:49:6: note: byref variable will be forcibly initialized 49 | u32 idProduct = 0; | ^~~~~~~~~ /kisskb/src/drivers/usb/core/driver.c:48:6: note: byref variable will be forcibly initialized 48 | u32 idVendor = 0; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c: In function 'amdgpu_hotplug_work_func': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c:126:33: note: byref variable will be forcibly initialized 126 | struct drm_connector_list_iter iter; | ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c:45: /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c: In function 'amdgpu_restore_msix': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c:282:6: note: byref variable will be forcibly initialized 282 | u16 ctrl; | ^~~~ /kisskb/src/drivers/usb/core/driver.c: In function 'remove_id_store': /kisskb/src/drivers/usb/core/driver.c:156:6: note: byref variable will be forcibly initialized 156 | u32 idProduct; | ^~~~~~~~~ /kisskb/src/drivers/usb/core/driver.c:155:6: note: byref variable will be forcibly initialized 155 | u32 idVendor; | ^~~~~~~~ /kisskb/src/drivers/usb/core/driver.c: In function 'usb_suspend_both': /kisskb/src/drivers/usb/core/driver.c:1439:8: note: byref variable will be forcibly initialized 1439 | u16 devstat; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c: In function 'amdgpu_irq_dispatch': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c:489:25: note: byref variable will be forcibly initialized 489 | struct amdgpu_iv_entry entry; | ^~~~~ /kisskb/src/drivers/atm/suni.c: In function 'fetch_stats': /kisskb/src/drivers/atm/suni.c:97:21: note: byref variable will be forcibly initialized 97 | struct sonet_stats tmp; | ^~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c: In function 'mpi_uninit_check': /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:706:6: note: byref variable will be forcibly initialized 706 | u16 deviceid; | ^~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c: In function 'pm8001_chip_init': /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:649:6: note: byref variable will be forcibly initialized 649 | u16 deviceid; | ^~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c: In function 'pm8001_mpi_build_cmd': /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:1323:8: note: byref variable will be forcibly initialized 1323 | void *pMessage; | ^~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c: In function 'pm8001_chip_dereg_dev_req': /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:4515:23: note: byref variable will be forcibly initialized 4515 | struct dereg_dev_req payload; | ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c: In function 'send_task_abort': /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:4588:24: note: byref variable will be forcibly initialized 4588 | struct task_abort_req task_abort; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c: In function 'pm8001_chip_ssp_tm_req': /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:4646:30: note: byref variable will be forcibly initialized 4646 | struct ssp_ini_tm_start_req sspTMCmd; | ^~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c: In function 'pm8001_chip_get_nvmd_req': /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:4672:26: note: byref variable will be forcibly initialized 4672 | struct get_nvm_data_req nvmd_req; | ^~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:4669:6: note: byref variable will be forcibly initialized 4669 | u32 tag; | ^~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c: In function 'pm8001_chip_set_nvmd_req': /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:4767:26: note: byref variable will be forcibly initialized 4767 | struct set_nvm_data_req nvmd_req; | ^~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:4764:6: note: byref variable will be forcibly initialized 4764 | u32 tag; | ^~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c: In function 'pm8001_chip_set_dev_state_req': /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:5007:6: note: byref variable will be forcibly initialized 5007 | u32 tag; | ^~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:5003:27: note: byref variable will be forcibly initialized 5003 | struct set_dev_state_req payload; | ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c: In function 'pm8001_chip_sas_re_initialization': /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:5033:6: note: byref variable will be forcibly initialized 5033 | u32 tag; | ^~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:5029:35: note: byref variable will be forcibly initialized 5029 | struct sas_re_initialization_req payload; | ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c: In function 'pm8001_chip_phy_ctl_req': /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:4540:27: note: byref variable will be forcibly initialized 4540 | struct local_phy_ctl_req payload; | ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c: In function 'pm8001_chip_reg_dev_req': /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:4460:10: note: byref variable will be forcibly initialized 4460 | int rc, tag = 0xdeadbeef; | ^~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:4455:21: note: byref variable will be forcibly initialized 4455 | struct reg_dev_req payload; | ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c: In function 'pm8001_chip_phy_stop_req': /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:4435:22: note: byref variable will be forcibly initialized 4435 | struct phy_stop_req payload; | ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c: In function 'pm8001_chip_phy_start_req': /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:4400:23: note: byref variable will be forcibly initialized 4400 | struct phy_start_req payload; | ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c: In function 'pm8001_chip_sata_req': /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:4292:6: note: byref variable will be forcibly initialized 4292 | u32 hdr_tag, ncg_tag = 0; | ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:4291:24: note: byref variable will be forcibly initialized 4291 | struct sata_start_req sata_cmd; | ^~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c: In function 'pm8001_chip_ssp_io_req': /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:4237:30: note: byref variable will be forcibly initialized 4237 | struct ssp_ini_io_start_req ssp_cmd; | ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c: In function 'pm8001_chip_smp_req': /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:4171:17: note: byref variable will be forcibly initialized 4171 | struct smp_req smp_cmd; | ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c: In function 'pm8001_hw_event_ack_req': /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:3319:27: note: byref variable will be forcibly initialized 3319 | struct hw_event_ack_req payload; | ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c: In function 'pm8001_send_abort_all': /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:1757:24: note: byref variable will be forcibly initialized 1757 | struct task_abort_req task_abort; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:1754:6: note: byref variable will be forcibly initialized 1754 | u32 ccb_tag; | ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c: In function 'pm8001_send_read_log': /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:1807:25: note: byref variable will be forcibly initialized 1807 | struct host_to_dev_fis fis; | ^~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:1804:6: note: byref variable will be forcibly initialized 1804 | u32 ccb_tag; | ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:1802:24: note: byref variable will be forcibly initialized 1802 | struct sata_start_req sata_cmd; | ^~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c: In function 'process_oq': /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:4099:5: note: byref variable will be forcibly initialized 4099 | u8 bc; | ^~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:4098:8: note: byref variable will be forcibly initialized 4098 | void *pMsg1 = NULL; | ^~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c: In function 'pm8001_chip_fw_flash_update_build': /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:4853:29: note: byref variable will be forcibly initialized 4853 | struct fw_flash_Update_req payload; | ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c: In function 'pm8001_chip_fw_flash_update_req': /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:4884:6: note: byref variable will be forcibly initialized 4884 | u32 tag; | ^~~ /kisskb/src/drivers/scsi/pm8001/pm8001_hwi.c:4880:30: note: byref variable will be forcibly initialized 4880 | struct fw_flash_updata_info flash_update_info; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aacraid/src.c: In function 'aac_src_soft_reset': /kisskb/src/drivers/scsi/aacraid/src.c:1093:6: note: byref variable will be forcibly initialized 1093 | u32 status[5]; | ^~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/usb/ch9.h:36, from /kisskb/src/include/linux/usb.h:6, from /kisskb/src/drivers/usb/core/config.c:6: /kisskb/src/drivers/usb/core/config.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/core/config.c: In function 'usb_parse_endpoint': /kisskb/src/drivers/usb/core/config.c:263:6: note: byref variable will be forcibly initialized 263 | int n, i, j, retval; | ^ /kisskb/src/drivers/usb/core/config.c: In function 'usb_parse_interface': /kisskb/src/drivers/usb/core/config.c:507:9: note: byref variable will be forcibly initialized 507 | int i, n; | ^ /kisskb/src/drivers/usb/core/config.c: In function 'usb_parse_configuration': /kisskb/src/drivers/usb/core/config.c:618:31: note: byref variable will be forcibly initialized 618 | u8 inums[USB_MAXINTERFACES], nalts[USB_MAXINTERFACES]; | ^~~~~ /kisskb/src/drivers/usb/core/config.c:618:5: note: byref variable will be forcibly initialized 618 | u8 inums[USB_MAXINTERFACES], nalts[USB_MAXINTERFACES]; | ^~~~~ /kisskb/src/drivers/usb/core/config.c:612:12: note: byref variable will be forcibly initialized 612 | int i, j, n; | ^ /kisskb/src/drivers/usb/core/file.c: In function 'usb_register_dev': /kisskb/src/drivers/usb/core/file.c:162:7: note: byref variable will be forcibly initialized 162 | char name[20]; | ^~~~ /kisskb/src/drivers/net/phy/adin.c: In function 'adin_get_stat': /kisskb/src/drivers/net/phy/adin.c:746:6: note: byref variable will be forcibly initialized 746 | u32 val; | ^~~ /kisskb/src/drivers/net/phy/adin.c: In function 'adin_get_reg_value': /kisskb/src/drivers/net/phy/adin.c:228:6: note: byref variable will be forcibly initialized 228 | u32 val; | ^~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_attr.c: In function 'qla4_8xxx_sysfs_write_fw_dump': /kisskb/src/drivers/scsi/qla4xxx/ql4_attr.c:37:7: note: byref variable will be forcibly initialized 37 | long reading; | ^~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-amd756.c: In function 'amd756_probe': /kisskb/src/drivers/i2c/busses/i2c-amd756.c:318:5: note: byref variable will be forcibly initialized 318 | u8 temp; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/vega20_ih.c: In function 'vega20_ih_toggle_interrupts': /kisskb/src/drivers/gpu/drm/amd/amdgpu/vega20_ih.c:147:25: note: byref variable will be forcibly initialized 147 | struct amdgpu_ih_ring *ih[] = {&adev->irq.ih, &adev->irq.ih1, &adev->irq.ih2}; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/vega10_ih.c: In function 'vega10_ih_toggle_interrupts': /kisskb/src/drivers/gpu/drm/amd/amdgpu/vega10_ih.c:143:25: note: byref variable will be forcibly initialized 143 | struct amdgpu_ih_ring *ih[] = {&adev->irq.ih, &adev->irq.ih1, &adev->irq.ih2}; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/vega20_ih.c: In function 'vega20_ih_irq_init': /kisskb/src/drivers/gpu/drm/amd/amdgpu/vega20_ih.c:299:25: note: byref variable will be forcibly initialized 299 | struct amdgpu_ih_ring *ih[] = {&adev->irq.ih, &adev->irq.ih1, &adev->irq.ih2}; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/vega10_ih.c: In function 'vega10_ih_irq_init': /kisskb/src/drivers/gpu/drm/amd/amdgpu/vega10_ih.c:263:25: note: byref variable will be forcibly initialized 263 | struct amdgpu_ih_ring *ih[] = {&adev->irq.ih, &adev->irq.ih1, &adev->irq.ih2}; | ^~ /kisskb/src/drivers/usb/core/buffer.c: In function 'hcd_buffer_create': /kisskb/src/drivers/usb/core/buffer.c:67:8: note: byref variable will be forcibly initialized 67 | char name[16]; | ^~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_seq.c: In function 'asd_init_lseq_mdp': /kisskb/src/drivers/scsi/aic94xx/aic94xx_seq.c:679:6: note: byref variable will be forcibly initialized 679 | u16 ret_addr[] = { | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/navi10_ih.c: In function 'navi10_ih_toggle_interrupts': /kisskb/src/drivers/gpu/drm/amd/amdgpu/navi10_ih.c:197:25: note: byref variable will be forcibly initialized 197 | struct amdgpu_ih_ring *ih[] = {&adev->irq.ih, &adev->irq.ih1, &adev->irq.ih2}; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/navi10_ih.c: In function 'navi10_ih_irq_init': /kisskb/src/drivers/gpu/drm/amd/amdgpu/navi10_ih.c:320:25: note: byref variable will be forcibly initialized 320 | struct amdgpu_ih_ring *ih[] = {&adev->irq.ih, &adev->irq.ih1, &adev->irq.ih2}; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/psp_v10_0.c: In function 'psp_v10_0_init_microcode': /kisskb/src/drivers/gpu/drm/amd/amdgpu/psp_v10_0.c:51:7: note: byref variable will be forcibly initialized 51 | char fw_name[30]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c: In function 'psp_usbc_pd_fw_sysfs_write': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c:3254:8: note: byref variable will be forcibly initialized 3254 | void *fw_pri_cpu_addr; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c:3253:11: note: byref variable will be forcibly initialized 3253 | uint64_t fw_pri_mc_addr; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c:3252:20: note: byref variable will be forcibly initialized 3252 | struct amdgpu_bo *fw_buf_bo = NULL; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c:3251:25: note: byref variable will be forcibly initialized 3251 | const struct firmware *usbc_pd_fw; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c:3250:7: note: byref variable will be forcibly initialized 3250 | char fw_name[100]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c:3249:11: note: byref variable will be forcibly initialized 3249 | int ret, idx; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c: In function 'psp_usbc_pd_fw_sysfs_read': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c:3222:11: note: byref variable will be forcibly initialized 3222 | uint32_t fw_ver; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c: In function 'psp_cmd_submit_buf': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c:436:13: note: byref variable will be forcibly initialized 436 | int index, idx; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c: In function 'psp_tmr_terminate': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c:680:8: note: byref variable will be forcibly initialized 680 | void *tmr_buf; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c: In function 'psp_init_asd_microcode': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c:2795:7: note: byref variable will be forcibly initialized 2795 | char fw_name[PSP_FW_NAME_LEN]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c: In function 'psp_init_toc_microcode': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c:2831:7: note: byref variable will be forcibly initialized 2831 | char fw_name[PSP_FW_NAME_LEN]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c: In function 'psp_init_sos_microcode': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c:2990:7: note: byref variable will be forcibly initialized 2990 | char fw_name[PSP_FW_NAME_LEN]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c: In function 'psp_init_ta_microcode': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c:3155:7: note: byref variable will be forcibly initialized 3155 | char fw_name[PSP_FW_NAME_LEN]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c: In function 'psp_sw_init': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c:267:36: note: byref variable will be forcibly initialized 267 | struct psp_runtime_boot_cfg_entry boot_cfg_entry; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c: In function 'psp_copy_fw': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c:3300:6: note: byref variable will be forcibly initialized 3300 | int idx; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c: In function 'psp_ras_initialize': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c:1412:11: note: byref variable will be forcibly initialized 1412 | uint32_t boot_cfg = 0xFF; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c: In function 'psp_rap_initialize': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c:1733:21: note: byref variable will be forcibly initialized 1733 | enum ta_rap_status status = TA_RAP_STATUS__SUCCESS; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c: In function 'psp_securedisplay_initialize': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c:1848:28: note: byref variable will be forcibly initialized 1848 | struct securedisplay_cmd *securedisplay_cmd; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c: In function 'psp_tmr_init': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c:582:8: note: byref variable will be forcibly initialized 582 | void *tmr_buf; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c:581:6: note: byref variable will be forcibly initialized 581 | int tmr_size; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/psp_v11_0.c: In function 'psp_v11_0_memory_training': /kisskb/src/drivers/gpu/drm/amd/amdgpu/psp_v11_0.c:628:11: note: byref variable will be forcibly initialized 628 | int ret, idx; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/psp_v11_0.c:625:11: note: byref variable will be forcibly initialized 625 | uint32_t p2c_header[4]; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/psp_v11_0.c: In function 'psp_v11_0_init_microcode': /kisskb/src/drivers/gpu/drm/amd/amdgpu/psp_v11_0.c:90:7: note: byref variable will be forcibly initialized 90 | char fw_name[PSP_FW_NAME_LEN]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/psp_v12_0.c: In function 'psp_v12_0_init_microcode': /kisskb/src/drivers/gpu/drm/amd/amdgpu/psp_v12_0.c:52:7: note: byref variable will be forcibly initialized 52 | char fw_name[30]; | ^~~~~~~ /kisskb/src/drivers/usb/core/sysfs.c: In function 'avoid_reset_quirk_store': /kisskb/src/drivers/usb/core/sysfs.c:278:8: note: byref variable will be forcibly initialized 278 | int val, rc; | ^~~ /kisskb/src/drivers/usb/core/sysfs.c: In function 'bConfigurationValue_store': /kisskb/src/drivers/usb/core/sysfs.c:97:8: note: byref variable will be forcibly initialized 97 | int config, value, rc; | ^~~~~~ /kisskb/src/drivers/usb/core/sysfs.c: In function 'persist_store': /kisskb/src/drivers/usb/core/sysfs.c:327:6: note: byref variable will be forcibly initialized 327 | int value, rc; | ^~~~~ /kisskb/src/drivers/usb/core/sysfs.c: In function 'authorized_default_store': /kisskb/src/drivers/usb/core/sysfs.c:929:15: note: byref variable will be forcibly initialized 929 | unsigned int val; | ^~~ /kisskb/src/drivers/usb/core/sysfs.c: In function 'authorized_store': /kisskb/src/drivers/usb/core/sysfs.c:744:11: note: byref variable will be forcibly initialized 744 | unsigned val; | ^~~ /kisskb/src/drivers/usb/core/sysfs.c: In function 'usb2_lpm_besl_store': /kisskb/src/drivers/usb/core/sysfs.c:563:5: note: byref variable will be forcibly initialized 563 | u8 besl; | ^~~~ /kisskb/src/drivers/usb/core/sysfs.c: In function 'usb2_lpm_l1_timeout_store': /kisskb/src/drivers/usb/core/sysfs.c:540:6: note: byref variable will be forcibly initialized 540 | u16 timeout; | ^~~~~~~ /kisskb/src/drivers/usb/core/sysfs.c: In function 'usb2_hardware_lpm_store': /kisskb/src/drivers/usb/core/sysfs.c:501:7: note: byref variable will be forcibly initialized 501 | bool value; | ^~~~~ /kisskb/src/drivers/usb/core/sysfs.c: In function 'interface_authorized_default_store': /kisskb/src/drivers/usb/core/sysfs.c:976:7: note: byref variable will be forcibly initialized 976 | bool val; | ^~~ /kisskb/src/drivers/usb/core/sysfs.c: In function 'autosuspend_store': /kisskb/src/drivers/usb/core/sysfs.c:411:6: note: byref variable will be forcibly initialized 411 | int value; | ^~~~~ /kisskb/src/drivers/usb/core/sysfs.c: In function 'interface_authorized_store': /kisskb/src/drivers/usb/core/sysfs.c:1176:7: note: byref variable will be forcibly initialized 1176 | bool val; | ^~~ /kisskb/src/drivers/pps/clients/pps-ldisc.c: In function 'pps_tty_open': /kisskb/src/drivers/pps/clients/pps-ldisc.c:43:25: note: byref variable will be forcibly initialized 43 | struct pps_source_info info; | ^~~~ In file included from /kisskb/src/drivers/pps/clients/pps-ldisc.c:13: /kisskb/src/drivers/pps/clients/pps-ldisc.c: In function 'pps_get_ts': /kisskb/src/include/linux/pps_kernel.h:102:30: note: byref variable will be forcibly initialized 102 | struct system_time_snapshot snap; | ^~~~ /kisskb/src/drivers/pps/clients/pps-ldisc.c: In function 'pps_tty_dcd_change': /kisskb/src/drivers/pps/clients/pps-ldisc.c:19:24: note: byref variable will be forcibly initialized 19 | struct pps_event_time ts; | ^~ /kisskb/src/drivers/atm/adummy.c: In function '__set_signal': /kisskb/src/drivers/atm/adummy.c:49:6: note: byref variable will be forcibly initialized 49 | int signal; | ^~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_bsg.c: In function 'qla4xxx_read_flash': /kisskb/src/drivers/scsi/qla4xxx/ql4_bsg.c:20:13: note: byref variable will be forcibly initialized 20 | dma_addr_t flash_dma; | ^~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_bsg.c: In function 'qla4xxx_update_flash': /kisskb/src/drivers/scsi/qla4xxx/ql4_bsg.c:86:13: note: byref variable will be forcibly initialized 86 | dma_addr_t flash_dma; | ^~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_bsg.c: In function 'qla4xxx_get_acb_state': /kisskb/src/drivers/scsi/qla4xxx/ql4_bsg.c:148:11: note: byref variable will be forcibly initialized 148 | uint32_t status[MBOX_REG_COUNT]; | ^~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_bsg.c: In function 'qla4xxx_read_nvram': /kisskb/src/drivers/scsi/qla4xxx/ql4_bsg.c:208:13: note: byref variable will be forcibly initialized 208 | dma_addr_t nvram_dma; | ^~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_bsg.c: In function 'qla4xxx_update_nvram': /kisskb/src/drivers/scsi/qla4xxx/ql4_bsg.c:280:13: note: byref variable will be forcibly initialized 280 | dma_addr_t nvram_dma; | ^~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_bsg.c: In function 'qla4xxx_bsg_get_acb': /kisskb/src/drivers/scsi/qla4xxx/ql4_bsg.c:392:13: note: byref variable will be forcibly initialized 392 | dma_addr_t acb_dma; | ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_bsg.c: In function 'ql4xxx_execute_diag_cmd': /kisskb/src/drivers/scsi/qla4xxx/ql4_bsg.c:456:11: note: byref variable will be forcibly initialized 456 | uint32_t mbox_sts[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_bsg.c:455:11: note: byref variable will be forcibly initialized 455 | uint32_t mbox_cmd[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_bsg.c: In function 'qla4_83xx_pre_loopback_config': /kisskb/src/drivers/scsi/qla4xxx/ql4_bsg.c:559:11: note: byref variable will be forcibly initialized 559 | uint32_t config = 0; | ^~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_bsg.c: In function 'qla4_83xx_post_loopback_config': /kisskb/src/drivers/scsi/qla4xxx/ql4_bsg.c:611:11: note: byref variable will be forcibly initialized 611 | uint32_t config = 0; | ^~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_bsg.c: In function 'qla4xxx_execute_diag_loopback_cmd': /kisskb/src/drivers/scsi/qla4xxx/ql4_bsg.c:660:11: note: byref variable will be forcibly initialized 660 | uint32_t mbox_sts[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_bsg.c:659:11: note: byref variable will be forcibly initialized 659 | uint32_t mbox_cmd[MBOX_REG_COUNT]; | ^~~~~~~~ /kisskb/src/drivers/media/tuners/tuner-simple.c: In function 'simple_dvb_configure': /kisskb/src/drivers/media/tuners/tuner-simple.c:856:6: note: byref variable will be forcibly initialized 856 | u32 frequency = freq / 62500; | ^~~~~~~~~ /kisskb/src/drivers/media/tuners/tuner-simple.c:853:13: note: byref variable will be forcibly initialized 853 | u8 config, cb; | ^~ /kisskb/src/drivers/media/tuners/tuner-simple.c:853:5: note: byref variable will be forcibly initialized 853 | u8 config, cb; | ^~~~~~ 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-simple.c:127:16: note: byref variable will be forcibly initialized 127 | unsigned char byte; | ^~~~ 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_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-simple.c:397:6: note: byref variable will be forcibly initialized 397 | u8 buffer[4] = { 0x14, 0x00, 0x17, 0x00}; | ^~~~~~ /kisskb/src/drivers/media/tuners/tuner-simple.c:392:26: note: byref variable will be forcibly initialized 392 | struct tuner_i2c_props i2c = priv->i2c_props; | ^~~ /kisskb/src/drivers/media/tuners/tuner-simple.c: In function 'simple_set_aux_byte': /kisskb/src/drivers/media/tuners/tuner-simple.c:426:5: note: byref variable will be forcibly initialized 426 | u8 buffer[2]; | ^~~~~~ /kisskb/src/drivers/media/tuners/tuner-simple.c: In function 'simple_dvb_set_params': /kisskb/src/drivers/media/tuners/tuner-simple.c:922:5: note: byref variable will be forcibly initialized 922 | u8 buf[5]; | ^~~ /kisskb/src/drivers/media/tuners/tuner-simple.c: In function 'simple_set_radio_freq': /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; | ^~~~~~~~~~~ /kisskb/src/drivers/media/tuners/tuner-simple.c:728:7: note: byref variable will be forcibly initialized 728 | int config = 0; | ^~~~~~ /kisskb/src/drivers/media/tuners/tuner-simple.c:669:5: note: byref variable will be forcibly initialized 669 | u8 buffer[4]; | ^~~~~~ /kisskb/src/drivers/media/tuners/tuner-simple.c: In function 'simple_post_tune': /kisskb/src/drivers/media/tuners/tuner-simple.c:457:6: note: byref variable will be forcibly initialized 457 | u8 status_byte = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/media/tuners/tuner-simple.c: In function 'simple_set_tv_freq': /kisskb/src/drivers/media/tuners/tuner-simple.c:610:7: note: byref variable will be forcibly initialized 610 | int tda_config = 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:549:5: note: byref variable will be forcibly initialized 549 | u8 buffer[4]; | ^~~~~~ /kisskb/src/drivers/media/tuners/tuner-simple.c:547:13: note: byref variable will be forcibly initialized 547 | u8 config, cb; | ^~ /kisskb/src/drivers/media/tuners/tuner-simple.c:547:5: note: byref variable will be forcibly initialized 547 | u8 config, cb; | ^~~~~~ /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 = { | ^~~ /kisskb/src/drivers/media/tuners/tuner-simple.c:1067:6: note: byref variable will be forcibly initialized 1067 | u8 b[1]; | ^ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_disconnectsignal': /kisskb/src/drivers/usb/core/devio.c:2259:35: note: byref variable will be forcibly initialized 2259 | struct usbdevfs_disconnectsignal ds; | ^~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_drop_privileges': /kisskb/src/drivers/usb/core/devio.c:2511:6: note: byref variable will be forcibly initialized 2511 | u32 data; | ^~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'usbdev_read': /kisskb/src/drivers/usb/core/devio.c:311:32: note: byref variable will be forcibly initialized 311 | struct usb_device_descriptor temp_desc; | ^~~~~~~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'destroy_async_on_interface': /kisskb/src/drivers/usb/core/devio.c:666:27: note: byref variable will be forcibly initialized 666 | struct list_head *p, *q, hitlist; | ^~~~~~~ In file included from /kisskb/src/drivers/usb/core/devio.c:27: /kisskb/src/drivers/usb/core/devio.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_connectinfo': /kisskb/src/drivers/usb/core/devio.c:1430:30: note: byref variable will be forcibly initialized 1430 | struct usbdevfs_connectinfo ci; | ^~ /kisskb/src/drivers/usb/core/devio.c: In function 'usbdev_mmap': /kisskb/src/drivers/usb/core/devio.c:225:13: note: byref variable will be forcibly initialized 225 | dma_addr_t dma_handle; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, from /kisskb/src/include/linux/fs.h:15, from /kisskb/src/drivers/usb/core/devio.c:24: /kisskb/src/drivers/usb/core/devio.c: In function 'usbfs_start_wait_urb': /kisskb/src/drivers/usb/core/devio.c:1118:29: note: byref variable will be forcibly initialized 1118 | DECLARE_COMPLETION_ONSTACK(ctx); | ^~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'do_proc_control': /kisskb/src/drivers/usb/core/devio.c:1151:24: note: byref variable will be forcibly initialized 1151 | unsigned int wLength, actlen; | ^~~~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_control': /kisskb/src/drivers/usb/core/devio.c:1248:31: note: byref variable will be forcibly initialized 1248 | struct usbdevfs_ctrltransfer ctrl; | ^~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'do_proc_bulk': /kisskb/src/drivers/usb/core/devio.c:1259:26: note: byref variable will be forcibly initialized 1259 | unsigned int tmo, len1, len2, pipe; | ^~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_bulk': /kisskb/src/drivers/usb/core/devio.c:1347:31: note: byref variable will be forcibly initialized 1347 | struct usbdevfs_bulktransfer bulk; | ^~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_getdriver': /kisskb/src/drivers/usb/core/devio.c:1411:28: note: byref variable will be forcibly initialized 1411 | struct usbdevfs_getdriver gd; | ^~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_setintf': /kisskb/src/drivers/usb/core/devio.c:1503:31: note: byref variable will be forcibly initialized 1503 | struct usbdevfs_setinterface setintf; | ^~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_83xx.c: In function 'qla4_83xx_poll_reg': /kisskb/src/drivers/scsi/qla4xxx/ql4_83xx.c:711:11: note: byref variable will be forcibly initialized 711 | uint32_t value; | ^~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_83xx.c: In function 'qla4_83xx_poll_list': /kisskb/src/drivers/scsi/qla4xxx/ql4_83xx.c:952:11: note: byref variable will be forcibly initialized 952 | uint32_t value; | ^~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_83xx.c: In function 'qla4_83xx_read_write_crb_reg': /kisskb/src/drivers/scsi/qla4xxx/ql4_83xx.c:874:11: note: byref variable will be forcibly initialized 874 | uint32_t value; | ^~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_83xx.c: In function 'qla4_83xx_rmw_crb_reg': /kisskb/src/drivers/scsi/qla4xxx/ql4_83xx.c:895:11: note: byref variable will be forcibly initialized 895 | uint32_t value; | ^~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_83xx.c: In function 'qla4_83xx_poll_read_list': /kisskb/src/drivers/scsi/qla4xxx/ql4_83xx.c:1050:11: note: byref variable will be forcibly initialized 1050 | uint32_t value; | ^~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_83xx.c: In function 'qla4_83xx_dump_pause_control_regs': /kisskb/src/drivers/scsi/qla4xxx/ql4_83xx.c:1406:15: note: byref variable will be forcibly initialized 1406 | u32 val = 0, val1 = 0; | ^~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_83xx.c:1406:6: note: byref variable will be forcibly initialized 1406 | u32 val = 0, val1 = 0; | ^~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_83xx.c: In function 'qla4_83xx_flash_read_u32': /kisskb/src/drivers/scsi/qla4xxx/ql4_83xx.c:113:11: note: byref variable will be forcibly initialized 113 | uint32_t u32_word; | ^~~~~~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_submiturb': /kisskb/src/drivers/usb/core/devio.c:1967:11: note: byref variable will be forcibly initialized 1967 | sigval_t userurb_sigval; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/core/devio.c:1966:22: note: byref variable will be forcibly initialized 1966 | struct usbdevfs_urb uurb; | ^~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_83xx.c: In function 'qla4_83xx_lockless_flash_read_u32': /kisskb/src/drivers/scsi/qla4xxx/ql4_83xx.c:164:11: note: byref variable will be forcibly initialized 164 | uint32_t u32_word; | ^~~~~~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'async_completed': /kisskb/src/drivers/usb/core/devio.c:608:11: note: userspace variable will be forcibly initialized 608 | sigval_t addr; | ^~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_83xx.c: In function 'qla4_83xx_can_perform_reset': /kisskb/src/drivers/scsi/qla4xxx/ql4_83xx.c:443:21: note: byref variable will be forcibly initialized 443 | struct device_info device_map[16]; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/qla4xxx/ql4_83xx.c: In function 'qla4_83xx_get_idc_param': /kisskb/src/drivers/scsi/qla4xxx/ql4_83xx.c:582:11: note: byref variable will be forcibly initialized 582 | uint32_t idc_params, ret_val; | ^~~~~~~~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_ioctl_default': /kisskb/src/drivers/usb/core/devio.c:2371:24: note: byref variable will be forcibly initialized 2371 | struct usbdevfs_ioctl ctrl; | ^~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_disconnect_claim': /kisskb/src/drivers/usb/core/devio.c:2437:35: note: byref variable will be forcibly initialized 2437 | struct usbdevfs_disconnect_claim dc; | ^~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_alloc_streams': /kisskb/src/drivers/usb/core/devio.c:2474:24: note: byref variable will be forcibly initialized 2474 | struct usb_interface *intf; | ^~~~ /kisskb/src/drivers/usb/core/devio.c:2473:29: note: byref variable will be forcibly initialized 2473 | struct usb_host_endpoint **eps; | ^~~ /kisskb/src/drivers/usb/core/devio.c:2472:24: note: byref variable will be forcibly initialized 2472 | unsigned num_streams, num_eps; | ^~~~~~~ /kisskb/src/drivers/usb/core/devio.c:2472:11: note: byref variable will be forcibly initialized 2472 | unsigned num_streams, num_eps; | ^~~~~~~~~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_free_streams': /kisskb/src/drivers/usb/core/devio.c:2494:24: note: byref variable will be forcibly initialized 2494 | struct usb_interface *intf; | ^~~~ /kisskb/src/drivers/usb/core/devio.c:2493:29: note: byref variable will be forcibly initialized 2493 | struct usb_host_endpoint **eps; | ^~~ /kisskb/src/drivers/usb/core/devio.c:2492:11: note: byref variable will be forcibly initialized 2492 | unsigned num_eps; | ^~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/drivers/usb/core/devio.c:24: /kisskb/src/drivers/usb/core/devio.c: In function 'proc_wait_for_resume': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/core/devio.c:2558:8: note: in expansion of macro 'wait_event_interruptible' 2558 | ret = wait_event_interruptible(ps->wait_for_resume, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/core/devio.c: In function 'proc_conninfo_ex': /kisskb/src/drivers/usb/core/devio.c:1444:30: note: byref variable will be forcibly initialized 1444 | struct usbdevfs_conninfo_ex ci; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c: In function 'dce_v10_0_is_display_hung': /kisskb/src/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c:417:6: note: byref variable will be forcibly initialized 417 | u32 crtc_status[6]; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c: In function 'dce_v10_0_hpd_fini': /kisskb/src/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c:389:33: note: byref variable will be forcibly initialized 389 | struct drm_connector_list_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c: In function 'dce_v10_0_hpd_init': /kisskb/src/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c:334:33: note: byref variable will be forcibly initialized 334 | struct drm_connector_list_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c: In function 'dce_v10_0_audio_write_latency_fields': /kisskb/src/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c:1234:33: note: byref variable will be forcibly initialized 1234 | struct drm_connector_list_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c: In function 'dce_v10_0_program_watermarks': /kisskb/src/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c:1032:33: note: byref variable will be forcibly initialized 1032 | struct dce10_wm_params wm_low, wm_high; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c:1032:25: note: byref variable will be forcibly initialized 1032 | struct dce10_wm_params wm_low, wm_high; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c: In function 'dce_v10_0_crtc_do_set_base': /kisskb/src/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c:1858:24: note: byref variable will be forcibly initialized 1858 | uint64_t fb_location, tiling_flags; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c: In function 'dce_v10_0_crtc_disable': /kisskb/src/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c:2557:24: note: byref variable will be forcibly initialized 2557 | struct amdgpu_atom_ss ss; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c: In function 'dce_v10_0_audio_write_speaker_allocation': /kisskb/src/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c:1283:6: note: byref variable will be forcibly initialized 1283 | u8 *sadb = NULL; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c:1280:33: note: byref variable will be forcibly initialized 1280 | struct drm_connector_list_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c: In function 'dce_v10_0_audio_write_sad_regs': /kisskb/src/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c:1338:18: note: byref variable will be forcibly initialized 1338 | struct cea_sad *sads; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c:1336:33: note: byref variable will be forcibly initialized 1336 | struct drm_connector_list_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c: In function 'dce_v10_0_afmt_setmode': /kisskb/src/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c:1578:28: note: byref variable will be forcibly initialized 1578 | struct hdmi_avi_infoframe frame; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c:1577:5: note: byref variable will be forcibly initialized 1577 | u8 buffer[HDMI_INFOFRAME_HEADER_SIZE + HDMI_AVI_INFOFRAME_SIZE]; | ^~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/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:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pps/pps.c:72:10: note: in expansion of macro 'wait_event_interruptible_timeout' 72 | err = wait_event_interruptible_timeout( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pps/pps.c:60:9: note: in expansion of macro 'wait_event_interruptible' 60 | err = wait_event_interruptible(pps->queue, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/pps/pps.c: In function 'pps_cdev_ioctl': /kisskb/src/drivers/pps/pps.c:207:24: note: byref variable will be forcibly initialized 207 | struct pps_bind_args bind_args; | ^~~~~~~~~ /kisskb/src/drivers/pps/pps.c:177:20: note: byref variable will be forcibly initialized 177 | struct pps_fdata fdata; | ^~~~~ /kisskb/src/drivers/pps/pps.c:94:21: note: byref variable will be forcibly initialized 94 | struct pps_kparams params; | ^~~~~~ /kisskb/src/drivers/pps/pps.c: In function 'pps_lookup_dev': /kisskb/src/drivers/pps/pps.c:434:11: note: byref variable will be forcibly initialized 434 | unsigned id; | ^~ /kisskb/src/drivers/media/rc/rc-main.c: In function 'ir_getkeycode': /kisskb/src/drivers/media/rc/rc-main.c:552:6: note: byref variable will be forcibly initialized 552 | u64 scancode; | ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_prepare_req_desc_hdr': /kisskb/src/drivers/scsi/ufs/ufshcd.c:2463:6: note: byref variable will be forcibly initialized 2463 | u32 dword_3 = 0; | ^~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c:2462:6: note: byref variable will be forcibly initialized 2462 | u32 dword_1 = 0; | ^~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c:2461:6: note: byref variable will be forcibly initialized 2461 | u32 dword_0; | ^~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/ufs.h:396, from /kisskb/src/drivers/scsi/ufs/ufshcd.c:32: /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'trace_event_raw_event_ufshcd_clk_gating': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:83:1: note: in expansion of macro 'TRACE_EVENT' 83 | TRACE_EVENT(ufshcd_clk_gating, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:83:1: note: in expansion of macro 'TRACE_EVENT' 83 | TRACE_EVENT(ufshcd_clk_gating, | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'trace_event_raw_event_ufshcd_clk_scaling': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:104:1: note: in expansion of macro 'TRACE_EVENT' 104 | TRACE_EVENT(ufshcd_clk_scaling, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:104:1: note: in expansion of macro 'TRACE_EVENT' 104 | TRACE_EVENT(ufshcd_clk_scaling, | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'trace_event_raw_event_ufshcd_auto_bkops_state': /kisskb/src/drivers/media/rc/rc-main.c: In function 'ir_setkeycode': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:132:1: note: in expansion of macro 'TRACE_EVENT' 132 | TRACE_EVENT(ufshcd_auto_bkops_state, | ^~~~~~~~~~~ /kisskb/src/drivers/media/rc/rc-main.c:431:6: note: byref variable will be forcibly initialized 431 | u64 scancode; | ^~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:132:1: note: in expansion of macro 'TRACE_EVENT' 132 | TRACE_EVENT(ufshcd_auto_bkops_state, | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'trace_event_raw_event_ufshcd_profiling_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ufs.h:152:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 152 | DECLARE_EVENT_CLASS(ufshcd_profiling_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:152:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 152 | DECLARE_EVENT_CLASS(ufshcd_profiling_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'trace_event_raw_event_ufshcd_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/ufs.h:192:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 192 | DECLARE_EVENT_CLASS(ufshcd_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:192:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 192 | DECLARE_EVENT_CLASS(ufshcd_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'trace_event_raw_event_ufshcd_command': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' 269 | TRACE_EVENT(ufshcd_command, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:269:1: note: in expansion of macro 'TRACE_EVENT' 269 | TRACE_EVENT(ufshcd_command, | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'trace_event_raw_event_ufshcd_uic_command': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:310:1: note: in expansion of macro 'TRACE_EVENT' 310 | TRACE_EVENT(ufshcd_uic_command, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:310:1: note: in expansion of macro 'TRACE_EVENT' 310 | TRACE_EVENT(ufshcd_uic_command, | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'trace_event_raw_event_ufshcd_exception_event': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:372:1: note: in expansion of macro 'TRACE_EVENT' 372 | TRACE_EVENT(ufshcd_exception_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:372:1: note: in expansion of macro 'TRACE_EVENT' 372 | TRACE_EVENT(ufshcd_exception_event, | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'trace_event_raw_event_ufshcd_upiu': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:341:1: note: in expansion of macro 'TRACE_EVENT' 341 | TRACE_EVENT(ufshcd_upiu, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/ufs.h:341:1: note: in expansion of macro 'TRACE_EVENT' 341 | TRACE_EVENT(ufshcd_upiu, | ^~~~~~~~~~~ /kisskb/src/drivers/media/rc/rc-main.c: In function 'store_filter': /kisskb/src/drivers/media/rc/rc-main.c:1418:16: note: byref variable will be forcibly initialized 1418 | unsigned long val; | ^~~ /kisskb/src/drivers/media/rc/rc-main.c:1416:28: note: byref variable will be forcibly initialized 1416 | struct rc_scancode_filter new_filter, *filter; | ^~~~~~~~~~ /kisskb/src/drivers/media/rc/rc-main.c: In function 'store_wakeup_protocols': /kisskb/src/drivers/media/rc/rc-main.c:1577:8: note: byref variable will be forcibly initialized 1577 | u64 mask = 1ULL << protocol; | ^~~~ /kisskb/src/drivers/media/rc/rc-main.c: In function 'store_protocols': /kisskb/src/drivers/media/rc/rc-main.c:1282:21: note: byref variable will be forcibly initialized 1282 | u64 old_protocols, new_protocols; | ^~~~~~~~~~~~~ /kisskb/src/drivers/media/rc/rc-main.c: In function 'rc_prepare_rx_device': /kisskb/src/drivers/media/rc/rc-main.c:1787:6: note: byref variable will be forcibly initialized 1787 | u64 rc_proto; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vkms.c: In function 'amdgpu_vkms_cleanup_fb': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vkms.c:348:20: note: byref variable will be forcibly initialized 348 | struct amdgpu_bo *rbo; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vkms.c: In function 'amdgpu_vkms_prepare_fb': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vkms.c:291:24: note: byref variable will be forcibly initialized 291 | struct ww_acquire_ctx ticket; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vkms.c:290:29: note: byref variable will be forcibly initialized 290 | struct ttm_validate_buffer tv; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vkms.c:289:19: note: byref variable will be forcibly initialized 289 | struct list_head list; | ^~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/include/drm/drm_crtc.h:28, from /kisskb/src/include/drm/drm_atomic_helper.h:31, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vkms.c:3: /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vkms.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/dwc2/platform.c: In function 'dwc2_driver_probe': /kisskb/src/drivers/usb/dwc2/platform.c:456:19: note: byref variable will be forcibly initialized 456 | struct resource *res; | ^~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_sas_transport.c: In function 'pqi_sas_smp_handler': /kisskb/src/drivers/scsi/smartpqi/smartpqi_sas_transport.c:523:29: note: byref variable will be forcibly initialized 523 | struct pqi_raid_error_info error_info; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_comp_scsi_upiu': /kisskb/src/drivers/scsi/ufs/ufshcd.c:2623:5: note: byref variable will be forcibly initialized 2623 | u8 upiu_flags; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_compose_devman_upiu': /kisskb/src/drivers/scsi/ufs/ufshcd.c:2596:5: note: byref variable will be forcibly initialized 2596 | u8 upiu_flags; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_scb.c: In function 'asd_link_reset_err_tasklet': /kisskb/src/drivers/scsi/aic94xx/aic94xx_scb.c:276:7: note: byref variable will be forcibly initialized 276 | int num = 1; | ^~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_sis.c: In function 'sis_get_ctrl_properties': /kisskb/src/drivers/scsi/smartpqi/smartpqi_sis.c:251:29: note: byref variable will be forcibly initialized 251 | struct sis_sync_cmd_params params; | ^~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_sis.c: In function 'sis_get_pqi_capabilities': /kisskb/src/drivers/scsi/smartpqi/smartpqi_sis.c:280:29: note: byref variable will be forcibly initialized 280 | struct sis_sync_cmd_params params; | ^~~~~~ /kisskb/src/drivers/scsi/smartpqi/smartpqi_sis.c: In function 'sis_init_base_struct_addr': /kisskb/src/drivers/scsi/smartpqi/smartpqi_sis.c:303:29: note: byref variable will be forcibly initialized 303 | struct sis_sync_cmd_params params; | ^~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_tmc_handler': /kisskb/src/drivers/scsi/aic94xx/aic94xx_scb.c: In function 'asd_control_phy': /kisskb/src/drivers/scsi/aic94xx/aic94xx_scb.c:896:6: note: byref variable will be forcibly initialized 896 | int res = 1; | ^~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c:6452:32: note: byref variable will be forcibly initialized 6452 | unsigned long flags, pending, issued; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c: In function 'amdgpu_gfx_kiq_acquire': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c:263:17: note: byref variable will be forcibly initialized 263 | int mec, pipe, queue; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c:263:11: note: byref variable will be forcibly initialized 263 | int mec, pipe, queue; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c:263:6: note: byref variable will be forcibly initialized 263 | int mec, pipe, queue; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c: In function 'amdgpu_gfx_parse_disable_cu': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c:149:19: note: byref variable will be forcibly initialized 149 | unsigned se, sh, cu; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c:149:15: note: byref variable will be forcibly initialized 149 | unsigned se, sh, cu; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c:149:11: note: byref variable will be forcibly initialized 149 | unsigned se, sh, cu; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c: In function 'amdgpu_gfx_kiq_init': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c:339:7: note: byref variable will be forcibly initialized 339 | u32 *hpd; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c: In function 'amdgpu_queue_mask_bit_to_set_resource_bit': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c:491:17: note: byref variable will be forcibly initialized 491 | int mec, pipe, queue; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c:491:11: note: byref variable will be forcibly initialized 491 | int mec, pipe, queue; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c:491:6: note: byref variable will be forcibly initialized 491 | int mec, pipe, queue; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c: In function 'amdgpu_gfx_ras_fini': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c:676:20: note: byref variable will be forcibly initialized 676 | struct ras_ih_if ih_info = { | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c: In function 'amdgpu_kiq_rreg': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c:729:16: note: byref variable will be forcibly initialized 729 | uint32_t seq, reg_val_offs = 0, value = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c:729:11: note: byref variable will be forcibly initialized 729 | uint32_t seq, reg_val_offs = 0, value = 0; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c: In function 'amdgpu_kiq_wreg': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c:794:11: note: byref variable will be forcibly initialized 794 | uint32_t seq; | ^~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_clkgate_enable_store': /kisskb/src/drivers/scsi/ufs/ufshcd.c:1887:6: note: byref variable will be forcibly initialized 1887 | u32 value; | ^~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_any_tag_in_use': /kisskb/src/drivers/scsi/ufs/ufshcd.c:1368:6: note: byref variable will be forcibly initialized 1368 | int busy = 0; | ^~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_clkgate_delay_store': /kisskb/src/drivers/scsi/ufs/ufshcd.c:1863:23: note: byref variable will be forcibly initialized 1863 | unsigned long flags, value; | ^~~~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/container_of.h:5, from /kisskb/src/include/linux/list.h:5, from /kisskb/src/include/linux/async.h:12, from /kisskb/src/drivers/scsi/ufs/ufshcd.c:12: /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/async.h:14, from /kisskb/src/drivers/scsi/ufs/ufshcd.c:12: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_init_clk_gating': /kisskb/src/drivers/scsi/ufs/ufshcd.c:1938:7: note: byref variable will be forcibly initialized 1938 | char wq_name[sizeof("ufs_clk_gating_00")]; | ^~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_init_clk_scaling': /kisskb/src/drivers/scsi/ufs/ufshcd.c:1587:7: note: byref variable will be forcibly initialized 1587 | char wq_name[sizeof("ufs_clkscaling_00")]; | ^~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_set_dev_pwr_mode': /kisskb/src/drivers/scsi/ufs/ufshcd.c:8591:24: note: byref variable will be forcibly initialized 8591 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c:8590:16: note: byref variable will be forcibly initialized 8590 | unsigned char cmd[6] = { START_STOP }; | ^~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/energy_model.h:7, from /kisskb/src/include/linux/device.h:16, from /kisskb/src/include/linux/async.h:14, from /kisskb/src/drivers/scsi/ufs/ufshcd.c:12: /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_exec_dev_cmd': /kisskb/src/drivers/scsi/ufs/ufshcd.c:2940:29: note: byref variable will be forcibly initialized 2940 | DECLARE_COMPLETION_ONSTACK(wait); | ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function '__ufshcd_query_descriptor': /kisskb/src/drivers/scsi/ufs/ufshcd.c:3206:24: note: byref variable will be forcibly initialized 3206 | struct ufs_query_res *response = NULL; | ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c:3205:24: note: byref variable will be forcibly initialized 3205 | struct ufs_query_req *request = NULL; | ^~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_issue_devman_upiu_cmd': /kisskb/src/drivers/scsi/ufs/ufshcd.c:6720:5: note: byref variable will be forcibly initialized 6720 | u8 upiu_flags; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/energy_model.h:7, from /kisskb/src/include/linux/device.h:16, from /kisskb/src/include/linux/async.h:14, from /kisskb/src/drivers/scsi/ufs/ufshcd.c:12: /kisskb/src/drivers/scsi/ufs/ufshcd.c:6715:29: note: byref variable will be forcibly initialized 6715 | DECLARE_COMPLETION_ONSTACK(wait); | ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function '__ufshcd_issue_tm_cmd': /kisskb/src/drivers/scsi/ufs/ufshcd.c:6579:29: note: byref variable will be forcibly initialized 6579 | DECLARE_COMPLETION_ONSTACK(wait); | ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_eh_device_reset_handler': /kisskb/src/drivers/scsi/ufs/ufshcd.c:6895:5: note: byref variable will be forcibly initialized 6895 | u8 resp = 0xF, lun; | ^~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_try_to_abort_task': /kisskb/src/drivers/scsi/ufs/ufshcd.c:6959:5: note: byref variable will be forcibly initialized 6959 | u8 resp = 0xF; | ^~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_query_flag': /kisskb/src/drivers/scsi/ufs/ufshcd.c:3047:24: note: byref variable will be forcibly initialized 3047 | struct ufs_query_res *response = NULL; | ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c:3046:24: note: byref variable will be forcibly initialized 3046 | struct ufs_query_req *request = NULL; | ^~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_complete_dev_init': /kisskb/src/drivers/scsi/ufs/ufshcd.c:4399:7: note: byref variable will be forcibly initialized 4399 | bool flag_res = true; | ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_query_attr': /kisskb/src/drivers/scsi/ufs/ufshcd.c:3116:24: note: byref variable will be forcibly initialized 3116 | struct ufs_query_res *response = NULL; | ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c:3115:24: note: byref variable will be forcibly initialized 3115 | struct ufs_query_req *request = NULL; | ^~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_get_ref_clk_gating_wait': /kisskb/src/drivers/scsi/ufs/ufshcd.c:3546:6: note: byref variable will be forcibly initialized 3546 | u32 gating_wait = UFSHCD_REF_CLK_GATING_WAIT_US; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_set_dev_ref_clk': /kisskb/src/drivers/scsi/ufs/ufshcd.c:7900:6: note: byref variable will be forcibly initialized 7900 | u32 freq = hba->dev_ref_clk_freq; | ^~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c:7899:6: note: byref variable will be forcibly initialized 7899 | u32 ref_clk; | ^~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_temp_exception_event_handler': /kisskb/src/drivers/scsi/ufs/ufshcd.c:5634:6: note: byref variable will be forcibly initialized 5634 | u32 value; | ^~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_wb_presrv_usrspc_keep_vcc_on': /kisskb/src/drivers/scsi/ufs/ufshcd.c:5723:6: note: byref variable will be forcibly initialized 5723 | u32 cur_buf; | ^~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_wb_need_flush': /kisskb/src/drivers/scsi/ufs/ufshcd.c:5752:6: note: byref variable will be forcibly initialized 5752 | u32 avail_buf; | ^~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_read_desc_param': /kisskb/src/drivers/scsi/ufs/ufshcd.c:3347:6: note: byref variable will be forcibly initialized 3347 | int buff_len; | ^~~~~~~~ /kisskb/src/drivers/net/phy/bcm7xxx.c: In function 'bcm7xxx_28nm_config_init': /kisskb/src/drivers/net/phy/bcm7xxx.c:148:5: note: byref variable will be forcibly initialized 148 | u8 count; | ^~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_wb_probe': /kisskb/src/drivers/scsi/ufs/ufshcd.c:7455:6: note: byref variable will be forcibly initialized 7455 | u32 d_lu_wb_buf_alloc; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_set_queue_depth': /kisskb/src/drivers/scsi/ufs/ufshcd.c:4799:5: note: byref variable will be forcibly initialized 4799 | u8 lun_qdepth; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/container_of.h:5, from /kisskb/src/include/linux/list.h:5, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/net/phy/bcm7xxx.c:8: /kisskb/src/drivers/net/phy/bcm7xxx.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/powerpc/include/asm/io.h:27, 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/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/netlink.h:7, from /kisskb/src/include/linux/ethtool.h:18, from /kisskb/src/include/linux/phy.h:16, from /kisskb/src/drivers/net/phy/bcm7xxx.c:9: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_get_lu_power_on_wp_status': /kisskb/src/drivers/scsi/ufs/ufshcd.c:4872:6: note: byref variable will be forcibly initialized 4872 | u8 b_lu_write_protect; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_set_active_icc_lvl': /kisskb/src/drivers/scsi/ufs/ufshcd.c:7345:6: note: byref variable will be forcibly initialized 7345 | u32 icc_level; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c: In function 'dce_v11_0_is_display_hung': /kisskb/src/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c:433:6: note: byref variable will be forcibly initialized 433 | u32 crtc_status[6]; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c: In function 'dce_v11_0_hpd_fini': /kisskb/src/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c:406:33: note: byref variable will be forcibly initialized 406 | struct drm_connector_list_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c: In function 'dce_v11_0_hpd_init': /kisskb/src/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c:352:33: note: byref variable will be forcibly initialized 352 | struct drm_connector_list_iter iter; | ^~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufs_get_device_desc': /kisskb/src/drivers/scsi/ufs/ufshcd.c:7606:8: note: byref variable will be forcibly initialized 7606 | bool hpb_en = false; | ^~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_bkops_exception_event_handler': /kisskb/src/drivers/scsi/ufs/ufshcd.c:5598:6: note: byref variable will be forcibly initialized 5598 | u32 curr_status = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_exception_event_handler': /kisskb/src/drivers/scsi/ufs/ufshcd.c:5813:6: note: byref variable will be forcibly initialized 5813 | u32 status = 0; | ^~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_bkops_ctrl': /kisskb/src/drivers/scsi/ufs/ufshcd.c:5552:6: note: byref variable will be forcibly initialized 5552 | u32 curr_status = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c: In function 'dce_v11_0_audio_write_latency_fields': /kisskb/src/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c:1260:33: note: byref variable will be forcibly initialized 1260 | struct drm_connector_list_iter iter; | ^~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/energy_model.h:7, from /kisskb/src/include/linux/device.h:16, from /kisskb/src/include/linux/async.h:14, from /kisskb/src/drivers/scsi/ufs/ufshcd.c:12: /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_uic_pwr_ctrl': /kisskb/src/drivers/scsi/ufs/ufshcd.c:3968:29: note: byref variable will be forcibly initialized 3968 | DECLARE_COMPLETION_ONSTACK(uic_async_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/scsi/ufs/ufshcd.c: In function 'ufshcd_dme_get_attr': /kisskb/src/drivers/scsi/ufs/ufshcd.c:3897:27: note: byref variable will be forcibly initialized 3897 | struct ufs_pa_layer_attr temp_pwr_info; | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c:3896:27: note: byref variable will be forcibly initialized 3896 | struct ufs_pa_layer_attr orig_pwr_info; | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_is_pwr_mode_restore_needed': /kisskb/src/drivers/scsi/ufs/ufshcd.c:6054:6: note: byref variable will be forcibly initialized 6054 | u32 mode; | ^~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_disable_tx_lcc': /kisskb/src/drivers/scsi/ufs/ufshcd.c:4612:6: note: byref variable will be forcibly initialized 4612 | int tx_lanes = 0, i, err = 0; | ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_device_params_init': /kisskb/src/drivers/scsi/ufs/ufshcd.c:7932:7: note: byref variable will be forcibly initialized 7932 | bool flag; | ^~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_tune_pa_tactivate': /kisskb/src/drivers/scsi/ufs/ufshcd.c:7670:6: note: byref variable will be forcibly initialized 7670 | u32 peer_rx_min_activatetime = 0, tuned_pa_tactivate; | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_tune_pa_hibern8time': /kisskb/src/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c: In function 'dce_v11_0_program_watermarks': /kisskb/src/drivers/scsi/ufs/ufshcd.c:7705:37: note: byref variable will be forcibly initialized 7705 | u32 local_tx_hibern8_time_cap = 0, peer_rx_hibern8_time_cap = 0; | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c:1058:33: note: byref variable will be forcibly initialized 1058 | struct dce10_wm_params wm_low, wm_high; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c:1058:25: note: byref variable will be forcibly initialized 1058 | struct dce10_wm_params wm_low, wm_high; | ^~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c:7705:6: note: byref variable will be forcibly initialized 7705 | u32 local_tx_hibern8_time_cap = 0, peer_rx_hibern8_time_cap = 0; | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_quirk_tune_host_pa_tactivate': /kisskb/src/drivers/scsi/ufs/ufshcd.c:7750:5: note: byref variable will be forcibly initialized 7750 | u8 gran_to_us_table[] = {1, 4, 8, 16, 32, 100}; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c:7748:20: note: byref variable will be forcibly initialized 7748 | u32 pa_tactivate, peer_pa_tactivate; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c:7748:6: note: byref variable will be forcibly initialized 7748 | u32 pa_tactivate, peer_pa_tactivate; | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c:7747:19: note: byref variable will be forcibly initialized 7747 | u32 granularity, peer_granularity; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c:7747:6: note: byref variable will be forcibly initialized 7747 | u32 granularity, peer_granularity; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c: In function 'dce_v11_0_crtc_do_set_base': /kisskb/src/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c:1900:24: note: byref variable will be forcibly initialized 1900 | uint64_t fb_location, tiling_flags; | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_scale_gear': /kisskb/src/drivers/scsi/ufs/ufshcd.c:1143:27: note: byref variable will be forcibly initialized 1143 | struct ufs_pa_layer_attr new_pwr_info; | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_clkscale_enable_store': /kisskb/src/drivers/scsi/ufs/ufshcd.c:1530:6: note: byref variable will be forcibly initialized 1530 | u32 value; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c: In function 'dce_v11_0_crtc_disable': /kisskb/src/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c:2633:24: note: byref variable will be forcibly initialized 2633 | struct amdgpu_atom_ss ss; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c: In function 'dce_v11_0_audio_write_speaker_allocation': /kisskb/src/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c:1309:6: note: byref variable will be forcibly initialized 1309 | u8 *sadb = NULL; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c:1306:33: note: byref variable will be forcibly initialized 1306 | struct drm_connector_list_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c: In function 'dce_v11_0_audio_write_sad_regs': /kisskb/src/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c:1364:18: note: byref variable will be forcibly initialized 1364 | struct cea_sad *sads; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c:1362:33: note: byref variable will be forcibly initialized 1362 | struct drm_connector_list_iter iter; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c: In function 'dce_v11_0_afmt_setmode': /kisskb/src/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c:1620:28: note: byref variable will be forcibly initialized 1620 | struct hdmi_avi_infoframe frame; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c:1619:5: note: byref variable will be forcibly initialized 1619 | u8 buffer[HDMI_INFOFRAME_HEADER_SIZE + HDMI_AVI_INFOFRAME_SIZE]; | ^~~~~~ /kisskb/src/drivers/net/phy/bcm87xx.c: In function 'bcm87xx_of_reg_init': /kisskb/src/drivers/net/phy/bcm87xx.c:38:6: note: byref variable will be forcibly initialized 38 | int len, ret; | ^~~ /kisskb/src/drivers/scsi/ufs/ufshcd.c: In function 'ufshcd_init': /kisskb/src/drivers/scsi/ufs/ufshcd.c:9487:7: note: byref variable will be forcibly initialized 9487 | char eh_wq_name[sizeof("ufs_eh_wq_00")]; | ^~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-sis96x.c: In function 'sis96x_probe': /kisskb/src/drivers/i2c/busses/i2c-sis96x.c:245:6: note: byref variable will be forcibly initialized 245 | u16 ww = 0; | ^~ /kisskb/src/drivers/i2c/busses/i2c-piix4.c: In function 'piix4_setup': /kisskb/src/drivers/i2c/busses/i2c-piix4.c:171:17: note: byref variable will be forcibly initialized 171 | unsigned short piix4_smba; | ^~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-piix4.c:170:16: note: byref variable will be forcibly initialized 170 | unsigned char temp; | ^~~~ /kisskb/src/drivers/i2c/busses/i2c-piix4.c: In function 'piix4_setup_aux': /kisskb/src/drivers/i2c/busses/i2c-piix4.c:404:17: note: byref variable will be forcibly initialized 404 | unsigned short piix4_smba; | ^~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-piix4.c: In function 'piix4_probe': /kisskb/src/drivers/i2c/busses/i2c-piix4.c:930:7: note: byref variable will be forcibly initialized 930 | u8 imc; | ^~~ /kisskb/src/drivers/atm/he.c: In function 'he_ioctl': /kisskb/src/drivers/atm/he.c:2615:22: note: byref variable will be forcibly initialized 2615 | struct he_ioctl_reg reg; | ^~~ /kisskb/src/drivers/atm/he.c: In function 'he_stop': /kisskb/src/drivers/atm/he.c:1532:6: note: byref variable will be forcibly initialized 1532 | u16 command; | ^~~~~~~ /kisskb/src/drivers/atm/he.c:1531:6: note: byref variable will be forcibly initialized 1531 | u32 gen_cntl_0, reg; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c: In function 'gfx_v8_0_setup_rb': /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c:3637:25: note: byref variable will be forcibly initialized 3637 | u32 raster_config = 0, raster_config_1 = 0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c:3637:6: note: byref variable will be forcibly initialized 3637 | u32 raster_config = 0, raster_config_1 = 0; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c: In function 'gfx_v8_0_get_cu_info': /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c:7142:11: note: byref variable will be forcibly initialized 7142 | unsigned disable_masks[4 * 2]; | ^~~~~~~~~~~~~ /kisskb/src/drivers/atm/he.c: In function '__alloc_tpd': /kisskb/src/drivers/atm/he.c:1612:13: note: byref variable will be forcibly initialized 1612 | dma_addr_t mapping; | ^~~~~~~ /kisskb/src/drivers/atm/he.c: In function 'he_service_rbpl': /kisskb/src/drivers/atm/he.c:1886:13: note: byref variable will be forcibly initialized 1886 | dma_addr_t mapping; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c: In function 'gfx_v8_0_parse_sq_irq': /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c:6730:7: note: byref variable will be forcibly initialized 6730 | char type[20]; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c: In function 'gfx_v8_0_init_microcode': /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c:962:7: note: byref variable will be forcibly initialized 962 | char fw_name[30]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c: In function 'gfx_v8_0_mec_init': /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c:1346:7: note: byref variable will be forcibly initialized 1346 | u32 *hpd; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c: In function 'gfx_v8_0_do_edc_gpr_workarounds': /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c:1533:20: note: byref variable will be forcibly initialized 1533 | struct dma_fence *f = NULL; | ^ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c:1532:19: note: byref variable will be forcibly initialized 1532 | struct amdgpu_ib ib; | ^~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/drivers/atm/he.c:58: /kisskb/src/drivers/atm/he.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c: In function 'gfx_v8_0_ring_test_ib': /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c:888:15: note: byref variable will be forcibly initialized 888 | unsigned int index; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c:886:20: note: byref variable will be forcibly initialized 886 | struct dma_fence *f = NULL; | ^ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c:885:19: note: byref variable will be forcibly initialized 885 | struct amdgpu_ib ib; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c: In function 'gfx_v8_0_ring_test_ring': /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c:848:11: note: byref variable will be forcibly initialized 848 | uint32_t scratch; | ^~~~~~~ /kisskb/src/drivers/atm/he.c: In function 'he_init_group': /kisskb/src/drivers/atm/he.c:773:13: note: byref variable will be forcibly initialized 773 | dma_addr_t mapping; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c: In function 'gfx_v8_0_init_save_restore_list': /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c:3975:6: note: byref variable will be forcibly initialized 3975 | int offset_count = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c:3973:6: note: byref variable will be forcibly initialized 3973 | int indices_count = 0; | ^~~~~~~~~~~~~ /kisskb/src/drivers/atm/he.c: In function 'he_start': /kisskb/src/drivers/atm/he.c:981:17: note: byref variable will be forcibly initialized 981 | u8 cache_size, timer; | ^~~~~ /kisskb/src/drivers/atm/he.c:981:5: note: byref variable will be forcibly initialized 981 | u8 cache_size, timer; | ^~~~~~~~~~ /kisskb/src/drivers/atm/he.c:980:6: note: byref variable will be forcibly initialized 980 | u32 gen_cntl_0, host_cntl, lb_swap; | ^~~~~~~~~~ /kisskb/src/drivers/atm/he.c:979:6: note: byref variable will be forcibly initialized 979 | u16 command; | ^~~~~~~ /kisskb/src/drivers/pps/kapi.c: In function 'pps_event': /kisskb/src/drivers/pps/kapi.c:164:19: note: byref variable will be forcibly initialized 164 | struct pps_ktime ts_real = { .sec = 0, .nsec = 0, .flags = 0 }; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c: In function 'gfx_v9_0_query_ras_error_count': /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c:6740:26: note: byref variable will be forcibly initialized 6740 | uint32_t sec_count = 0, ded_count = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c:6740:11: note: byref variable will be forcibly initialized 6740 | uint32_t sec_count = 0, ded_count = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c: In function 'gfx_v9_0_get_cu_info': /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c:7153:11: note: byref variable will be forcibly initialized 7153 | unsigned disable_masks[4 * 4]; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c: In function 'gfx_v9_0_init_cp_gfx_microcode': /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c:1349:7: note: byref variable will be forcibly initialized 1349 | char fw_name[30]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c: In function 'gfx_v9_0_init_rlc_microcode': /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c:1438:11: note: byref variable will be forcibly initialized 1438 | uint32_t smu_version; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c:1429:7: note: byref variable will be forcibly initialized 1429 | char fw_name[30]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c: In function 'gfx_v9_0_init_cp_compute_microcode': /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c:1570:7: note: byref variable will be forcibly initialized 1570 | char fw_name[30]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c: In function 'gfx_v9_0_mec_init': /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c:2001:7: note: byref variable will be forcibly initialized 2001 | u32 *fw; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c:1998:7: note: byref variable will be forcibly initialized 1998 | u32 *hpd; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c: In function 'gfx_v9_0_kiq_read_clock': /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c:4169:16: note: byref variable will be forcibly initialized 4169 | uint32_t seq, reg_val_offs = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c:4169:11: note: byref variable will be forcibly initialized 4169 | uint32_t seq, reg_val_offs = 0; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c: In function 'gfx_v9_0_do_edc_gpr_workarounds': /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c:4573:20: note: byref variable will be forcibly initialized 4573 | struct dma_fence *f = NULL; | ^ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c:4572:19: note: byref variable will be forcibly initialized 4572 | struct amdgpu_ib ib; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c: In function 'gfx_v9_0_ring_test_ib': /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c:1102:11: note: byref variable will be forcibly initialized 1102 | unsigned index; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c:1100:20: note: byref variable will be forcibly initialized 1100 | struct dma_fence *f = NULL; | ^ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c:1099:19: note: byref variable will be forcibly initialized 1099 | struct amdgpu_ib ib; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c: In function 'gfx_v9_0_ring_test_ring': /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c:1062:11: note: byref variable will be forcibly initialized 1062 | uint32_t scratch; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c: In function 'gfx_v9_1_init_rlc_save_restore_list': /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c:2779:6: note: byref variable will be forcibly initialized 2779 | int indirect_start_offsets_count = 0; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v9_4.c: In function 'gfx_v9_4_query_ras_error_count': /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v9_4.c:870:26: note: byref variable will be forcibly initialized 870 | uint32_t sec_count = 0, ded_count = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v9_4.c:870:11: note: byref variable will be forcibly initialized 870 | uint32_t sec_count = 0, ded_count = 0; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, 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/usb.h:16, from /kisskb/src/drivers/usb/core/quirks.c:10: /kisskb/src/drivers/usb/core/quirks.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/core/quirks.c: In function 'quirks_param_set': /kisskb/src/drivers/usb/core/quirks.c:31:11: note: byref variable will be forcibly initialized 31 | u16 vid, pid; | ^~~ /kisskb/src/drivers/usb/core/quirks.c:31:6: note: byref variable will be forcibly initialized 31 | u16 vid, pid; | ^~~ /kisskb/src/drivers/usb/core/quirks.c:30:14: note: byref variable will be forcibly initialized 30 | char *val, *p, *field; | ^ /kisskb/src/drivers/scsi/esas2r/esas2r_log.c: In function 'esas2r_log': /kisskb/src/drivers/scsi/esas2r/esas2r_log.c:192:10: note: byref variable will be forcibly initialized 192 | va_list args; | ^~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_log.c: In function 'esas2r_log_dev': /kisskb/src/drivers/scsi/esas2r/esas2r_log.c:220:10: note: byref variable will be forcibly initialized 220 | va_list args; | ^~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:10: /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c: In function 'asd_clear_nexus_I_T': /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:85:29: note: byref variable will be forcibly initialized 85 | DECLARE_COMPLETION_ONSTACK(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/drivers/scsi/aic94xx/aic94xx_tmf.c:145:2: note: in expansion of macro 'CLEAR_NEXUS_PRE' 145 | CLEAR_NEXUS_PRE; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:84:6: note: byref variable will be forcibly initialized 84 | int res; \ | ^~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:145:2: note: in expansion of macro 'CLEAR_NEXUS_PRE' 145 | CLEAR_NEXUS_PRE; | ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:10: /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c: In function 'asd_clear_nexus_tag': /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:85:29: note: byref variable will be forcibly initialized 85 | DECLARE_COMPLETION_ONSTACK(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/drivers/scsi/aic94xx/aic94xx_tmf.c:219:2: note: in expansion of macro 'CLEAR_NEXUS_PRE' 219 | CLEAR_NEXUS_PRE; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:84:6: note: byref variable will be forcibly initialized 84 | int res; \ | ^~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:219:2: note: in expansion of macro 'CLEAR_NEXUS_PRE' 219 | CLEAR_NEXUS_PRE; | ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:10: /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c: In function 'asd_clear_nexus_index': /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:85:29: note: byref variable will be forcibly initialized 85 | DECLARE_COMPLETION_ONSTACK(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/drivers/scsi/aic94xx/aic94xx_tmf.c:234:2: note: in expansion of macro 'CLEAR_NEXUS_PRE' 234 | CLEAR_NEXUS_PRE; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:84:6: note: byref variable will be forcibly initialized 84 | int res; \ | ^~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:234:2: note: in expansion of macro 'CLEAR_NEXUS_PRE' 234 | CLEAR_NEXUS_PRE; | ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:10: /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c: In function 'asd_clear_nexus_I_T_L': /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:85:29: note: byref variable will be forcibly initialized 85 | DECLARE_COMPLETION_ONSTACK(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/drivers/scsi/aic94xx/aic94xx_tmf.c:205:2: note: in expansion of macro 'CLEAR_NEXUS_PRE' 205 | CLEAR_NEXUS_PRE; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:84:6: note: byref variable will be forcibly initialized 84 | int res; \ | ^~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:205:2: note: in expansion of macro 'CLEAR_NEXUS_PRE' 205 | CLEAR_NEXUS_PRE; | ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:10: /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c: In function 'asd_initiate_ssp_tmf': /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:563:29: note: byref variable will be forcibly initialized 563 | DECLARE_COMPLETION_ONSTACK(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/drivers/scsi/aic94xx/aic94xx_tmf.c:561:6: note: byref variable will be forcibly initialized 561 | int res = 1; | ^~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:10: /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c: In function 'asd_clear_nexus': /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:329:29: note: byref variable will be forcibly initialized 329 | DECLARE_COMPLETION_ONSTACK(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/drivers/scsi/aic94xx/aic94xx_tmf.c: In function 'asd_clear_nexus_ha': /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:85:29: note: byref variable will be forcibly initialized 85 | DECLARE_COMPLETION_ONSTACK(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/drivers/scsi/aic94xx/aic94xx_tmf.c:119:2: note: in expansion of macro 'CLEAR_NEXUS_PRE' 119 | CLEAR_NEXUS_PRE; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:84:6: note: byref variable will be forcibly initialized 84 | int res; \ | ^~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:119:2: note: in expansion of macro 'CLEAR_NEXUS_PRE' 119 | CLEAR_NEXUS_PRE; | ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:10: /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c: In function 'asd_clear_nexus_port': /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:85:29: note: byref variable will be forcibly initialized 85 | DECLARE_COMPLETION_ONSTACK(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/drivers/scsi/aic94xx/aic94xx_tmf.c:128:2: note: in expansion of macro 'CLEAR_NEXUS_PRE' 128 | CLEAR_NEXUS_PRE; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:84:6: note: byref variable will be forcibly initialized 84 | int res; \ | ^~~ /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:128:2: note: in expansion of macro 'CLEAR_NEXUS_PRE' 128 | CLEAR_NEXUS_PRE; | ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:10: /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c: In function 'asd_abort_task': /kisskb/src/drivers/scsi/aic94xx/aic94xx_tmf.c:397:29: note: byref variable will be forcibly initialized 397 | DECLARE_COMPLETION_ONSTACK(tascb_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/drivers/scsi/aic94xx/aic94xx_tmf.c:396:29: note: byref variable will be forcibly initialized 396 | DECLARE_COMPLETION_ONSTACK(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/drivers/scsi/aic94xx/aic94xx_tmf.c:390:6: note: byref variable will be forcibly initialized 390 | int res = 1; | ^~~ In file included from /kisskb/src/include/media/rc-core.h:13, from /kisskb/src/drivers/media/rc/rc-core-priv.h:17, from /kisskb/src/drivers/media/rc/rc-ir-raw.c:11: /kisskb/src/drivers/media/rc/rc-ir-raw.c: In function 'ir_raw_event_store': /kisskb/src/include/linux/kfifo.h:408:29: note: byref variable will be forcibly initialized 408 | typeof(*__tmp->const_type) __val = (val); \ | ^~~~~ /kisskb/src/drivers/media/rc/rc-ir-raw.c:82:7: note: in expansion of macro 'kfifo_put' 82 | if (!kfifo_put(&dev->raw->kfifo, *ev)) { | ^~~~~~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_iscsi.c: In function '__beiscsi_iface_get_param': /kisskb/src/drivers/scsi/be2iscsi/be_iscsi.c:515:34: note: byref variable will be forcibly initialized 515 | struct be_cmd_get_if_info_resp *if_info; | ^~~~~~~ /kisskb/src/drivers/media/rc/rc-ir-raw.c: In function 'ir_raw_edge_handle': /kisskb/src/drivers/media/rc/rc-ir-raw.c:565:23: note: byref variable will be forcibly initialized 565 | struct ir_raw_event ev = { | ^~ /kisskb/src/drivers/media/rc/rc-ir-raw.c: In function 'ir_raw_encode_scancode': /kisskb/src/drivers/media/rc/rc-ir-raw.c:526:6: note: byref variable will be forcibly initialized 526 | u64 mask = 1ULL << protocol; | ^~~~ /kisskb/src/drivers/scsi/be2iscsi/be_iscsi.c: In function 'beiscsi_open_conn': /kisskb/src/drivers/scsi/be2iscsi/be_iscsi.c:1053:20: note: byref variable will be forcibly initialized 1053 | struct be_dma_mem nonemb_cmd; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/spinlock.h:55, from /kisskb/src/drivers/scsi/aic94xx/aic94xx_task.c:9: /kisskb/src/drivers/scsi/aic94xx/aic94xx_task.c: In function 'asd_ascb_free_list': /kisskb/src/drivers/scsi/aic94xx/aic94xx_hwi.h:345:12: note: byref variable will be forcibly initialized 345 | 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/scsi/aic94xx/aic94xx_task.c: In function 'asd_execute_task': /kisskb/src/drivers/scsi/aic94xx/aic94xx_task.c:531:12: note: byref variable will be forcibly initialized 531 | LIST_HEAD(alist); | ^~~~~ /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/scsi/aic94xx/aic94xx_task.c:530:6: note: byref variable will be forcibly initialized 530 | int res = 0; | ^~~ /kisskb/src/drivers/media/rc/rc-ir-raw.c: In function 'ir_raw_event_thread': /kisskb/src/drivers/media/rc/rc-ir-raw.c:23:22: note: byref variable will be forcibly initialized 23 | struct ir_raw_event ev; | ^~ /kisskb/src/drivers/scsi/be2iscsi/be_iscsi.c: In function 'beiscsi_iface_create_default': /kisskb/src/drivers/scsi/be2iscsi/be_iscsi.c:279:34: note: byref variable will be forcibly initialized 279 | struct be_cmd_get_if_info_resp *if_info; | ^~~~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_iscsi.c: In function 'beiscsi_iface_set_param': /kisskb/src/drivers/scsi/be2iscsi/be_iscsi.c:435:11: note: byref variable will be forcibly initialized 435 | uint32_t rm_len = dt_len; | ^~~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_iscsi.c: In function 'beiscsi_iface_get_param': /kisskb/src/drivers/scsi/be2iscsi/be_iscsi.c:576:37: note: byref variable will be forcibly initialized 576 | struct be_cmd_get_def_gateway_resp gateway; | ^~~~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_iscsi.c: In function 'beiscsi_get_macaddr': /kisskb/src/drivers/scsi/be2iscsi/be_iscsi.c:801:34: note: byref variable will be forcibly initialized 801 | struct be_cmd_get_nic_conf_resp resp; | ^~~~ /kisskb/src/drivers/scsi/be2iscsi/be_iscsi.c: In function 'beiscsi_conn_start': /kisskb/src/drivers/scsi/be2iscsi/be_iscsi.c:903:32: note: byref variable will be forcibly initialized 903 | struct beiscsi_offload_params params; | ^~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c: In function 'pm80xx_chip_phy_ctl_req': /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:4913:27: note: byref variable will be forcibly initialized 4913 | struct local_phy_ctl_req payload; | ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:4911:6: note: byref variable will be forcibly initialized 4911 | u32 tag; | ^~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c: In function 'pm80xx_chip_phy_stop_req': /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:4818:22: note: byref variable will be forcibly initialized 4818 | struct phy_stop_req payload; | ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c: In function 'pm80xx_chip_phy_start_req': /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:4778:23: note: byref variable will be forcibly initialized 4778 | struct phy_start_req payload; | ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c: In function 'pm80xx_hw_event_ack_req': /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:3266:27: note: byref variable will be forcibly initialized 3266 | struct hw_event_ack_req payload; | ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c: In function 'mpi_set_phy_profile_req': /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:4965:29: note: byref variable will be forcibly initialized 4965 | struct set_phy_profile_req payload; | ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:4963:6: note: byref variable will be forcibly initialized 4963 | u32 tag, i, j = 0; | ^~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c: In function 'pm80xx_chip_reg_dev_req': /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:4843:10: note: byref variable will be forcibly initialized 4843 | int rc, tag = 0xdeadbeef; | ^~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:4838:21: note: byref variable will be forcibly initialized 4838 | struct reg_dev_req payload; | ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c: In function 'pm80xx_set_sas_protocol_timer_config': /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:1233:6: note: byref variable will be forcibly initialized 1233 | u32 tag; | ^~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:1231:27: note: byref variable will be forcibly initialized 1231 | SASProtocolTimerConfig_t SASConfigPage; | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:1229:26: note: byref variable will be forcibly initialized 1229 | struct set_ctrl_cfg_req payload; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_sdma.c: In function 'amdgpu_sdma_get_csa_mc_addr': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_sdma.c:70:11: note: byref variable will be forcibly initialized 70 | uint32_t index = 0; | ^~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c: In function 'pm80xx_encrypt_update': /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:1396:6: note: byref variable will be forcibly initialized 1396 | u32 tag; | ^~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:1393:22: note: byref variable will be forcibly initialized 1393 | struct kek_mgmt_req payload; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_sdma.c: In function 'amdgpu_sdma_ras_fini': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_sdma.c:143:20: note: byref variable will be forcibly initialized 143 | struct ras_ih_if ih_info = { | ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c: In function 'pm80xx_chip_sata_req': /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:4550:6: note: byref variable will be forcibly initialized 4550 | u32 hdr_tag, ncg_tag = 0; | ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:4549:24: note: byref variable will be forcibly initialized 4549 | struct sata_start_req sata_cmd; | ^~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c: In function 'pm80xx_chip_ssp_io_req': /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:4398:30: note: byref variable will be forcibly initialized 4398 | struct ssp_ini_io_start_req ssp_cmd; | ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c: In function 'pm80xx_chip_smp_req': /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:4241:17: note: byref variable will be forcibly initialized 4241 | struct smp_req smp_cmd; | ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c: In function 'pm80xx_send_abort_all': /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:1774:24: note: byref variable will be forcibly initialized 1774 | struct task_abort_req task_abort; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:1771:6: note: byref variable will be forcibly initialized 1771 | u32 ccb_tag; | ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c: In function 'pm80xx_send_read_log': /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:1828:25: note: byref variable will be forcibly initialized 1828 | struct host_to_dev_fis fis; | ^~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:1825:6: note: byref variable will be forcibly initialized 1825 | u32 ccb_tag; | ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:1823:24: note: byref variable will be forcibly initialized 1823 | struct sata_start_req sata_cmd; | ^~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c: In function 'process_oq': /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:4157:5: note: byref variable will be forcibly initialized 4157 | u8 bc; | ^~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:4156:8: note: byref variable will be forcibly initialized 4156 | void *pMsg1 = NULL; | ^~~~~ /kisskb/src/drivers/net/phy/dp83640.c: In function 'dp83640_hwtstamp': /kisskb/src/drivers/net/phy/dp83640.c:1232:25: note: byref variable will be forcibly initialized 1232 | struct hwtstamp_config cfg; | ^~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c: In function 'init_pci_device_addresses': /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:1089:6: note: byref variable will be forcibly initialized 1089 | u32 value; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v9_4_2.c: In function 'gfx_v9_4_2_do_sgprs_init': /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v9_4_2.c:497:20: note: byref variable will be forcibly initialized 497 | struct dma_fence *fences[3]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v9_4_2.c:496:19: note: byref variable will be forcibly initialized 496 | struct amdgpu_ib disp_ibs[3]; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v9_4_2.c:495:19: note: byref variable will be forcibly initialized 495 | struct amdgpu_ib wb_ib; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v9_4_2.c: In function 'gfx_v9_4_2_do_vgprs_init': /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v9_4_2.c:641:20: note: byref variable will be forcibly initialized 641 | struct dma_fence *fence; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v9_4_2.c:640:19: note: byref variable will be forcibly initialized 640 | struct amdgpu_ib disp_ib; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v9_4_2.c:639:19: note: byref variable will be forcibly initialized 639 | struct amdgpu_ib wb_ib; | ^~~~~ /kisskb/src/drivers/net/phy/dp83640.c: In function 'decode_txts': /kisskb/src/drivers/net/phy/dp83640.c:895:30: note: byref variable will be forcibly initialized 895 | struct skb_shared_hwtstamps shhwtstamps; | ^~~~~~~~~~~ /kisskb/src/drivers/net/phy/dp83640.c: In function 'decode_evnt': /kisskb/src/drivers/net/phy/dp83640.c:753:25: note: byref variable will be forcibly initialized 753 | struct ptp_clock_event event; | ^~~~~ /kisskb/src/drivers/usb/core/devices.c: In function 'usb_device_read': /kisskb/src/drivers/usb/core/devices.c:563:6: note: byref variable will be forcibly initialized 563 | int id; | ^~ /kisskb/src/drivers/usb/core/devices.c:562:9: note: byref variable will be forcibly initialized 562 | loff_t skip_bytes = *ppos; | ^~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-common.c: In function '__i2c_dw_disable': /kisskb/src/drivers/i2c/busses/i2c-designware-common.c:442:6: note: byref variable will be forcibly initialized 442 | u32 status; | ^~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/linux/netlink.h:7, from /kisskb/src/include/linux/ethtool.h:18, from /kisskb/src/drivers/net/phy/dp83640.c:11: /kisskb/src/drivers/net/phy/dp83640.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-common.c: In function 'i2c_dw_set_sda_hold': /kisskb/src/drivers/i2c/busses/i2c-designware-common.c:391:6: note: byref variable will be forcibly initialized 391 | u32 reg; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v9_4_2.c: In function 'gfx_v9_4_2_query_sram_edc_count': /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v9_4_2.c:1492:24: note: byref variable will be forcibly initialized 1492 | uint32_t sec_cnt = 0, ded_cnt = 0; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v9_4_2.c:1492:11: note: byref variable will be forcibly initialized 1492 | uint32_t sec_cnt = 0, ded_cnt = 0; | ^~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-common.c: In function 'i2c_dw_wait_bus_not_busy': /kisskb/src/drivers/i2c/busses/i2c-designware-common.c:530:6: note: byref variable will be forcibly initialized 530 | u32 status; | ^~~~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-common.c: In function 'i2c_dw_handle_tx_abort': /kisskb/src/drivers/i2c/busses/i2c-designware-common.c:551:16: note: byref variable will be forcibly initialized 551 | unsigned long abort_source = dev->abort_source; | ^~~~~~~~~~~~ /kisskb/src/drivers/net/phy/dp83640.c: In function 'ptp_dp83640_adjtime': /kisskb/src/drivers/net/phy/dp83640.c:412:20: note: byref variable will be forcibly initialized 412 | struct timespec64 ts; | ^~ /kisskb/src/drivers/i2c/busses/i2c-designware-common.c: In function 'i2c_dw_set_fifo_size': /kisskb/src/drivers/i2c/busses/i2c-designware-common.c:574:6: note: byref variable will be forcibly initialized 574 | u32 param, tx_fifo_depth, rx_fifo_depth; | ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-common.c: In function 'i2c_dw_disable': /kisskb/src/drivers/i2c/busses/i2c-designware-common.c:609:6: note: byref variable will be forcibly initialized 609 | u32 dummy; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v9_4_2.c: In function 'gfx_v9_4_2_query_ras_error_count': /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v9_4_2.c:1648:26: note: byref variable will be forcibly initialized 1648 | uint32_t sec_count = 0, ded_count = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v9_4_2.c:1648:11: note: byref variable will be forcibly initialized 1648 | uint32_t sec_count = 0, ded_count = 0; | ^~~~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c: In function 'pm80xx_set_thermal_config': /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:1188:6: note: byref variable will be forcibly initialized 1188 | u32 tag; | ^~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:1185:26: note: byref variable will be forcibly initialized 1185 | struct set_ctrl_cfg_req payload; | ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c: In function 'pm8001_set_phy_profile_single': /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:5007:29: note: byref variable will be forcibly initialized 5007 | struct set_phy_profile_req payload; | ^~~~~~~ /kisskb/src/drivers/scsi/pm8001/pm80xx_hwi.c:5005:6: note: byref variable will be forcibly initialized 5005 | u32 tag, opc; | ^~~ /kisskb/src/drivers/net/phy/dp83640.c: In function 'recalibrate': /kisskb/src/drivers/net/phy/dp83640.c:633:20: note: byref variable will be forcibly initialized 633 | struct timespec64 ts; | ^~ /kisskb/src/drivers/net/phy/dp83640.c:632:18: note: byref variable will be forcibly initialized 632 | struct phy_txts event_ts; | ^~~~~~~~ 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/mt20xx.c:445:16: note: byref variable will be forcibly initialized 445 | unsigned char buf[6]; | ^~~ /kisskb/src/drivers/media/tuners/mt20xx.c: In function 'mt2050_set_antenna': /kisskb/src/drivers/media/tuners/mt20xx.c:431:16: note: byref variable will be forcibly initialized 431 | unsigned char buf[2]; | ^~~ In file included from /kisskb/src/drivers/media/tuners/mt20xx.c:12: /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/mt20xx.c:186:16: note: byref variable will be forcibly initialized 186 | unsigned char buf[2]; | ^~~ /kisskb/src/drivers/media/tuners/mt20xx.c: In function 'mt2032_optimize_vco': /kisskb/src/drivers/media/tuners/mt20xx.c:207:16: note: byref variable will be forcibly initialized 207 | unsigned char buf[2]; | ^~~ /kisskb/src/drivers/media/tuners/mt20xx.c: In function 'mt2032_set_if_freq': /kisskb/src/drivers/media/tuners/mt20xx.c:246:19: note: byref variable will be forcibly initialized 246 | int lint_try,ret,sel,lock=0; | ^~~ /kisskb/src/drivers/media/tuners/mt20xx.c:245:16: note: byref variable will be forcibly initialized 245 | unsigned char buf[21]; | ^~~ /kisskb/src/drivers/media/tuners/mt20xx.c: In function 'mt2032_init': /kisskb/src/drivers/media/tuners/mt20xx.c:375:16: note: byref variable will be forcibly initialized 375 | unsigned char buf[21]; | ^~~ /kisskb/src/drivers/media/tuners/mt20xx.c: In function 'mt2050_init': /kisskb/src/drivers/media/tuners/mt20xx.c:569:16: note: byref variable will be forcibly initialized 569 | unsigned char buf[2]; | ^~~ /kisskb/src/drivers/media/tuners/mt20xx.c: In function 'microtune_attach': /kisskb/src/drivers/media/tuners/mt20xx.c:596:16: note: byref variable will be forcibly initialized 596 | unsigned char buf[21]; | ^~~ /kisskb/src/drivers/i2c/busses/i2c-designware-master.c: In function 'i2c_dw_read_clear_intrbits': /kisskb/src/drivers/i2c/busses/i2c-designware-master.c:661:12: note: byref variable will be forcibly initialized 661 | u32 stat, dummy; | ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-master.c:661:6: note: byref variable will be forcibly initialized 661 | u32 stat, dummy; | ^~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-master.c: In function 'i2c_dw_read': /kisskb/src/drivers/i2c/busses/i2c-designware-master.c:508:12: note: byref variable will be forcibly initialized 508 | u32 len, tmp; | ^~~ /kisskb/src/drivers/i2c/busses/i2c-designware-master.c:505:15: note: byref variable will be forcibly initialized 505 | unsigned int rx_valid; | ^~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-master.c: In function 'i2c_dw_xfer_msg': /kisskb/src/drivers/i2c/busses/i2c-designware-master.c:373:15: note: byref variable will be forcibly initialized 373 | unsigned int flr; | ^~~ /kisskb/src/drivers/i2c/busses/i2c-designware-master.c: In function 'i2c_dw_irq_handler_master': /kisskb/src/drivers/i2c/busses/i2c-designware-master.c:720:6: note: byref variable will be forcibly initialized 720 | u32 stat; | ^~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-master.c: In function 'i2c_dw_isr': /kisskb/src/drivers/i2c/busses/i2c-designware-master.c:763:12: note: byref variable will be forcibly initialized 763 | u32 stat, enabled; | ^~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-master.c:763:6: note: byref variable will be forcibly initialized 763 | u32 stat, enabled; | ^~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-master.c: In function 'i2c_dw_check_stopbit': /kisskb/src/drivers/i2c/busses/i2c-designware-master.c:257:6: note: byref variable will be forcibly initialized 257 | u32 val; | ^~~ /kisskb/src/drivers/i2c/busses/i2c-designware-master.c: In function 'i2c_dw_xfer_init': /kisskb/src/drivers/i2c/busses/i2c-designware-master.c:214:6: note: byref variable will be forcibly initialized 214 | u32 dummy; | ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-master.c: In function 'amd_i2c_dw_xfer_quirk': /kisskb/src/drivers/i2c/busses/i2c-designware-master.c:290:6: note: byref variable will be forcibly initialized 290 | u32 val; | ^~~ /kisskb/src/drivers/i2c/busses/i2c-designware-master.c: In function 'i2c_dw_set_timings_master': /kisskb/src/drivers/i2c/busses/i2c-designware-master.c:42:6: note: byref variable will be forcibly initialized 42 | u32 comp_param1; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c: In function 'sdma_v2_4_init_microcode': /kisskb/src/drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c:134:7: note: byref variable will be forcibly initialized 134 | char fw_name[30]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c: In function 'sdma_v2_4_ring_test_ib': /kisskb/src/drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c:607:11: note: byref variable will be forcibly initialized 607 | unsigned index; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c:606:20: note: byref variable will be forcibly initialized 606 | struct dma_fence *f = NULL; | ^ /kisskb/src/drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c:605:19: note: byref variable will be forcibly initialized 605 | struct amdgpu_ib ib; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c: In function 'sdma_v2_4_ring_test_ring': /kisskb/src/drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c:553:11: note: byref variable will be forcibly initialized 553 | unsigned index; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c: In function 'gfx_v10_0_apply_medium_grain_clock_gating_workaround': /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c:8167:17: note: byref variable will be forcibly initialized 8167 | const uint32_t sm_ctlr_regs[] = { | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c:8144:17: note: byref variable will be forcibly initialized 8144 | const uint32_t tcp_ctrl_regs_nv12[] = { | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c:8117:17: note: byref variable will be forcibly initialized 8117 | const uint32_t tcp_ctrl_regs[] = { | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_disc.c: In function 'esas2r_disc_passthru_dev_addr': /kisskb/src/drivers/scsi/esas2r/esas2r_disc.c:888:27: note: byref variable will be forcibly initialized 888 | struct esas2r_sg_context sgc; | ^~~ /kisskb/src/drivers/scsi/esas2r/esas2r_flash.c: In function 'esas2r_calc_byte_xor_cksum': /kisskb/src/drivers/scsi/esas2r/esas2r_flash.c:99:6: note: byref variable will be forcibly initialized 99 | u32 cksum = seed; | ^~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/input/serio/libps2.c:11: /kisskb/src/drivers/input/serio/libps2.c: In function 'ps2_do_sendbyte': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/serio/libps2.c:45:4: note: in expansion of macro 'wait_event_timeout' 45 | wait_event_timeout(ps2dev->wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_flash.c: In function 'esas2r_read_flash_rev': /kisskb/src/drivers/scsi/esas2r/esas2r_flash.c:1043:5: note: byref variable will be forcibly initialized 1043 | u8 bytes[256]; | ^~~~~ /kisskb/src/drivers/input/serio/libps2.c: In function 'ps2_drain': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/serio/libps2.c:136:2: note: in expansion of macro 'wait_event_timeout' 136 | wait_event_timeout(ps2dev->wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_flash.c: In function 'esas2r_read_image_type': /kisskb/src/drivers/scsi/esas2r/esas2r_flash.c:1108:5: note: byref variable will be forcibly initialized 1108 | u8 bytes[256]; | ^~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_flash.c: In function 'esas2r_nvram_write': /kisskb/src/drivers/scsi/esas2r/esas2r_flash.c:1262:5: note: byref variable will be forcibly initialized 1262 | u8 sas_address_bytes[8]; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/serio/libps2.c: In function '__ps2_command': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/serio/libps2.c:291:3: note: in expansion of macro 'wait_event_timeout' 291 | wait_event_timeout(ps2dev->wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/serio/libps2.c:285:12: note: in expansion of macro 'wait_event_timeout' 285 | timeout = wait_event_timeout(ps2dev->wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/serio/libps2.c:233:5: note: byref variable will be forcibly initialized 233 | u8 send_param[16]; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_flash.c: In function 'esas2r_nvram_get_defaults': /kisskb/src/drivers/scsi/esas2r/esas2r_flash.c:1379:5: note: byref variable will be forcibly initialized 1379 | u8 sas_addr[8]; | ^~~~~~~~ /kisskb/src/drivers/input/serio/libps2.c: In function 'ps2_sliced_command': /kisskb/src/drivers/input/serio/libps2.c:359:6: note: byref variable will be forcibly initialized 359 | u8 d = (command >> i) & 3; | ^ /kisskb/src/drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c: In function 'sdma_v3_0_init_microcode': /kisskb/src/drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c:271:7: note: byref variable will be forcibly initialized 271 | char fw_name[30]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c: In function 'sdma_v3_0_ring_test_ib': /kisskb/src/drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c:879:11: note: byref variable will be forcibly initialized 879 | unsigned index; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c:878:20: note: byref variable will be forcibly initialized 878 | struct dma_fence *f = NULL; | ^ /kisskb/src/drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c:877:19: note: byref variable will be forcibly initialized 877 | struct amdgpu_ib ib; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c: In function 'sdma_v3_0_ring_test_ring': /kisskb/src/drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c:825:11: note: byref variable will be forcibly initialized 825 | unsigned index; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c: In function 'gfx_v10_0_get_cu_info': /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c:9614:11: note: byref variable will be forcibly initialized 9614 | unsigned disable_masks[4 * 2]; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c: In function 'gfx_v10_0_init_microcode': /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c:4060:7: note: byref variable will be forcibly initialized 4060 | char fw_name[40]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c: In function 'gfx_v10_0_mec_init': /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c:4501:7: note: byref variable will be forcibly initialized 4501 | u32 *fw = NULL; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c:4498:7: note: byref variable will be forcibly initialized 4498 | u32 *hpd; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c: In function 'gfx_v10_0_ring_test_ib': /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c:3895:11: note: byref variable will be forcibly initialized 3895 | unsigned index; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c:3894:20: note: byref variable will be forcibly initialized 3894 | struct dma_fence *f = NULL; | ^ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c:3893:19: note: byref variable will be forcibly initialized 3893 | struct amdgpu_ib ib; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c: In function 'gfx_v10_0_ring_test_ring': /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c:3846:11: note: byref variable will be forcibly initialized 3846 | uint32_t scratch; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c: In function 'gfx_v10_sriov_rreg': /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c:1591:6: note: byref variable will be forcibly initialized 1591 | u32 rlcg_flag; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c: In function 'gfx_v10_sriov_wreg': /kisskb/src/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c:1575:6: note: byref variable will be forcibly initialized 1575 | u32 rlcg_flag; | ^~~~~~~~~ /kisskb/src/drivers/usb/dwc2/hcd.c: In function 'dwc2_hc_init_split': /kisskb/src/drivers/usb/dwc2/hcd.c:2338:16: note: byref variable will be forcibly initialized 2338 | int hub_addr, hub_port; | ^~~~~~~~ /kisskb/src/drivers/usb/dwc2/hcd.c:2338:6: note: byref variable will be forcibly initialized 2338 | int hub_addr, hub_port; | ^~~~~~~~ /kisskb/src/drivers/net/phy/fixed_phy.c: In function 'fixed_mdio_read': /kisskb/src/drivers/net/phy/fixed_phy.c:80:28: note: byref variable will be forcibly initialized 80 | struct fixed_phy_status state; | ^~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/arch/powerpc/include/asm/io.h:27, 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/drivers/usb/dwc2/hcd.c:45: /kisskb/src/drivers/usb/dwc2/hcd.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/irq.h:21, 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/drivers/usb/dwc2/hcd.c:45: /kisskb/src/drivers/usb/dwc2/hcd.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/sdma_v4_4.c: In function 'sdma_v4_4_query_ras_error_count': /kisskb/src/drivers/gpu/drm/amd/amdgpu/sdma_v4_4.c:196:11: note: byref variable will be forcibly initialized 196 | uint32_t sec_count = 0; | ^~~~~~~~~ /kisskb/src/drivers/usb/dwc2/hcd.c: In function 'dwc2_hc_start_transfer': /kisskb/src/drivers/usb/dwc2/hcd.c:1226:6: note: byref variable will be forcibly initialized 1226 | u32 hcchar; | ^~~~~~ /kisskb/src/drivers/usb/dwc2/hcd.c: In function 'dwc2_hc_continue_transfer': /kisskb/src/drivers/usb/dwc2/hcd.c:1571:8: note: byref variable will be forcibly initialized 1571 | u32 hcchar = dwc2_readl(hsotg, | ^~~~~~ /kisskb/src/drivers/usb/dwc2/hcd.c:1553:7: note: byref variable will be forcibly initialized 1553 | u32 hcchar = dwc2_readl(hsotg, HCCHAR(chan->hc_num)); | ^~~~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-slave.c: In function 'i2c_dw_read_clear_intrbits_slave': /kisskb/src/drivers/i2c/busses/i2c-designware-slave.c:107:12: note: byref variable will be forcibly initialized 107 | u32 stat, dummy; | ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-slave.c:107:6: note: byref variable will be forcibly initialized 107 | u32 stat, dummy; | ^~~~ /kisskb/src/drivers/ptp/ptp_clock.c: In function 'ptp_clock_register': /kisskb/src/drivers/ptp/ptp_clock.c:260:26: note: byref variable will be forcibly initialized 260 | struct pps_source_info pps; | ^~~ /kisskb/src/drivers/i2c/busses/i2c-designware-slave.c: In function 'i2c_dw_irq_handler_slave': /kisskb/src/drivers/i2c/busses/i2c-designware-slave.c:160:5: note: byref variable will be forcibly initialized 160 | u8 val = 0, slave_activity; | ^~~ /kisskb/src/drivers/i2c/busses/i2c-designware-slave.c:159:31: note: byref variable will be forcibly initialized 159 | u32 raw_stat, stat, enabled, tmp; | ^~~ /kisskb/src/drivers/i2c/busses/i2c-designware-slave.c:159:22: note: byref variable will be forcibly initialized 159 | u32 raw_stat, stat, enabled, tmp; | ^~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-slave.c:159:6: note: byref variable will be forcibly initialized 159 | u32 raw_stat, stat, enabled, tmp; | ^~~~~~~~ In file included from /kisskb/src/drivers/ptp/ptp_clock.c:14: /kisskb/src/drivers/ptp/ptp_clock.c: In function 'pps_get_ts': /kisskb/src/include/linux/pps_kernel.h:102:30: note: byref variable will be forcibly initialized 102 | struct system_time_snapshot snap; | ^~~~ /kisskb/src/drivers/ptp/ptp_clock.c: In function 'ptp_clock_event': /kisskb/src/drivers/ptp/ptp_clock.c:347:24: note: byref variable will be forcibly initialized 347 | struct pps_event_time evt; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c: In function 'sdma_v4_0_wait_for_idle': /kisskb/src/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c:2088:6: note: byref variable will be forcibly initialized 2088 | u32 sdma[AMDGPU_MAX_SDMA_INSTANCES]; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c: In function 'sdma_v4_0_gfx_stop': /kisskb/src/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c:991:22: note: byref variable will be forcibly initialized 991 | struct amdgpu_ring *sdma[AMDGPU_MAX_SDMA_INSTANCES]; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c: In function 'sdma_v4_0_page_stop': /kisskb/src/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c:1033:22: note: byref variable will be forcibly initialized 1033 | struct amdgpu_ring *sdma[AMDGPU_MAX_SDMA_INSTANCES]; | ^~~~ /kisskb/src/drivers/scsi/arcmsr/arcmsr_hba.c: In function 'arcmsr_set_iop_datetime': /kisskb/src/drivers/scsi/arcmsr/arcmsr_hba.c:3854:12: note: byref variable will be forcibly initialized 3854 | struct tm tm; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c: In function 'sdma_v4_0_init_microcode': /kisskb/src/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c:617:7: note: byref variable will be forcibly initialized 617 | char fw_name[30]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c: In function 'sdma_v4_0_ring_test_ib': /kisskb/src/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c:1621:11: note: byref variable will be forcibly initialized 1621 | unsigned index; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c:1620:20: note: byref variable will be forcibly initialized 1620 | struct dma_fence *f = NULL; | ^ /kisskb/src/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c:1619:19: note: byref variable will be forcibly initialized 1619 | struct amdgpu_ib ib; | ^~ /kisskb/src/drivers/scsi/arcmsr/arcmsr_hba.c: In function 'arcmsr_hardware_reset': /kisskb/src/drivers/scsi/arcmsr/arcmsr_hba.c:4434:10: note: byref variable will be forcibly initialized 4434 | uint8_t value[64]; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c: In function 'sdma_v4_0_ring_test_ring': /kisskb/src/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c:1567:11: note: byref variable will be forcibly initialized 1567 | unsigned index; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c: In function 'sdma_v4_0_print_iv_entry': /kisskb/src/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c:2215:26: note: byref variable will be forcibly initialized 2215 | struct amdgpu_task_info task_info; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/arcmsr/arcmsr_hba.c:47: /kisskb/src/drivers/scsi/arcmsr/arcmsr_hba.c: In function 'arcmsr_bus_reset': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/arcmsr/arcmsr_hba.c:4591:13: note: in expansion of macro 'wait_event_timeout' 4591 | timeout = wait_event_timeout(wait_q, (acb->acb_flags | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c: In function 'sdma_v4_0_query_ras_error_count': /kisskb/src/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c:2747:11: note: byref variable will be forcibly initialized 2747 | uint32_t sec_count = 0; | ^~~~~~~~~ /kisskb/src/drivers/scsi/arcmsr/arcmsr_hba.c: In function 'arcmsr_alloc_io_queue': /kisskb/src/drivers/scsi/arcmsr/arcmsr_hba.c:673:13: note: byref variable will be forcibly initialized 673 | dma_addr_t dma_coherent_handle; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/arcmsr/arcmsr_hba.c: In function 'arcmsr_alloc_ccb_pool': /kisskb/src/drivers/scsi/arcmsr/arcmsr_hba.c:754:13: note: byref variable will be forcibly initialized 754 | dma_addr_t dma_coherent_handle; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/arcmsr/arcmsr_hba.c: In function 'arcmsr_remove': /kisskb/src/drivers/scsi/arcmsr/arcmsr_hba.c:1653:11: note: byref variable will be forcibly initialized 1653 | uint16_t dev_id; | ^~~~~~ /kisskb/src/drivers/scsi/arcmsr/arcmsr_hba.c: In function 'arcmsr_handle_virtual_command': /kisskb/src/drivers/scsi/arcmsr/arcmsr_hba.c:3189:17: note: byref variable will be forcibly initialized 3189 | unsigned char inqdata[36]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c: In function 'sdma_v5_0_init_microcode': /kisskb/src/drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c:245:7: note: byref variable will be forcibly initialized 245 | char fw_name[40]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c: In function 'sdma_v5_0_ring_preempt_ib': /kisskb/src/drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c:1454:6: note: byref variable will be forcibly initialized 1454 | u32 index = 0; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c: In function 'sdma_v5_0_ring_test_ring': /kisskb/src/drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c:985:11: note: byref variable will be forcibly initialized 985 | unsigned index; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c: In function 'sdma_v5_0_ring_test_ib': /kisskb/src/drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c:1047:11: note: byref variable will be forcibly initialized 1047 | unsigned index; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c:1046:20: note: byref variable will be forcibly initialized 1046 | struct dma_fence *f = NULL; | ^ /kisskb/src/drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c:1045:19: note: byref variable will be forcibly initialized 1045 | struct amdgpu_ib ib; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c: In function 'sdma_v5_2_init_microcode': /kisskb/src/drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c:132:7: note: byref variable will be forcibly initialized 132 | char fw_name[40]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c: In function 'sdma_v5_2_ring_preempt_ib': /kisskb/src/drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c:1394:6: note: byref variable will be forcibly initialized 1394 | u32 index = 0; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c: In function 'sdma_v5_2_ring_test_ring': /kisskb/src/drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c:907:11: note: byref variable will be forcibly initialized 907 | unsigned index; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c: In function 'sdma_v5_2_ring_test_ib': /kisskb/src/drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c:969:11: note: byref variable will be forcibly initialized 969 | unsigned index; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c:968:20: note: byref variable will be forcibly initialized 968 | struct dma_fence *f = NULL; | ^ /kisskb/src/drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c:967:19: note: byref variable will be forcibly initialized 967 | struct amdgpu_ib ib; | ^~ 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_recv': /kisskb/src/drivers/media/tuners/tuner-i2c.h:48:17: note: byref variable will be forcibly initialized 48 | struct i2c_msg msg[2] = { { .addr = props->addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8295_has_signal': /kisskb/src/drivers/media/tuners/tda8290.c:387:16: note: byref variable will be forcibly initialized 387 | unsigned char ret; | ^~~ /kisskb/src/drivers/media/tuners/tda8290.c:386:16: note: byref variable will be forcibly initialized 386 | unsigned char hvpll_stat = 0x26; | ^~~~~~~~~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8290_has_signal': /kisskb/src/drivers/media/tuners/tda8290.c:445:16: note: byref variable will be forcibly initialized 445 | unsigned char afc = 0; | ^~~ /kisskb/src/drivers/media/tuners/tda8290.c:444:16: note: byref variable will be forcibly initialized 444 | unsigned char i2c_get_afc[1] = { 0x1B }; | ^~~~~~~~~~~ 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_agc1_out': /kisskb/src/drivers/media/tuners/tda8290.c:349:16: note: byref variable will be forcibly initialized 349 | unsigned char buf[] = { 0x02, 0x00 }; /* DIV_FUNC */ | ^~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8295_set_easy_mode': /kisskb/src/drivers/media/tuners/tda8290.c:320:16: note: byref variable will be forcibly initialized 320 | unsigned char buf[] = { 0x01, 0x00 }; | ^~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8295_set_video_std': /kisskb/src/drivers/media/tuners/tda8290.c:335:16: note: byref variable will be forcibly initialized 335 | unsigned char buf[] = { 0x00, priv->tda8290_easy_mode }; | ^~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8290_set_params': /kisskb/src/drivers/media/tuners/tda8290.c:201:17: note: byref variable will be forcibly initialized 201 | unsigned char deemphasis[] = { 0x13, 1 }; | ^~~~~~~~~~ /kisskb/src/drivers/media/tuners/tda8290.c:170:16: note: byref variable will be forcibly initialized 170 | unsigned char easy_mode[] = { 0x01, priv->tda8290_easy_mode }; | ^~~~~~~~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8295_power': /kisskb/src/drivers/media/tuners/tda8290.c:305:16: note: byref variable will be forcibly initialized 305 | unsigned char buf[] = { 0x30, 0x00 }; /* clb_stdbt */ | ^~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8295_set_params': /kisskb/src/drivers/media/tuners/tda8290.c:401:16: note: byref variable will be forcibly initialized 401 | unsigned char blanking_mode[] = { 0x1d, 0x00 }; | ^~~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/tda8290.c:400:6: note: byref variable will be forcibly initialized 400 | u16 signal = 0; | ^~~~~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8295_agc2_out': /kisskb/src/drivers/media/tuners/tda8290.c:365:16: note: byref variable will be forcibly initialized 365 | unsigned char set_gpio_val[] = { 0x46, 0x00 }; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/tda8290.c:364:16: note: byref variable will be forcibly initialized 364 | unsigned char set_gpio_cf[] = { 0x44, 0x00 }; | ^~~~~~~~~~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8290_standby': /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_probe': /kisskb/src/drivers/media/tuners/tda8290.c:662:17: note: byref variable will be forcibly initialized 662 | struct i2c_msg msg_read[] = { | ^~~~~~~~ /kisskb/src/drivers/media/tuners/tda8290.c:661:17: note: byref variable will be forcibly initialized 661 | u8 reg = 0x1f, id; | ^~ /kisskb/src/drivers/media/tuners/tda8290.c:661:5: note: byref variable will be forcibly initialized 661 | u8 reg = 0x1f, id; | ^~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8295_probe': /kisskb/src/drivers/media/tuners/tda8290.c:689:17: note: byref variable will be forcibly initialized 689 | struct i2c_msg msg_read[] = { | ^~~~~~~~ /kisskb/src/drivers/media/tuners/tda8290.c:688:17: note: byref variable will be forcibly initialized 688 | u8 reg = 0x2f, id; | ^~ /kisskb/src/drivers/media/tuners/tda8290.c:688:5: note: byref variable will be forcibly initialized 688 | u8 reg = 0x2f, id; | ^~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda829x_probe': /kisskb/src/drivers/media/tuners/tda8290.c:834:16: note: byref variable will be forcibly initialized 834 | unsigned char buf[PROBE_BUFFER_SIZE]; | ^~~ /kisskb/src/drivers/media/tuners/tda8290.c:832:16: note: byref variable will be forcibly initialized 832 | unsigned char data; | ^~~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda8290_init_tuner': /kisskb/src/drivers/media/tuners/tda8290.c:536:17: note: byref variable will be forcibly initialized 536 | struct i2c_msg msg = {.addr = priv->tda827x_addr, .flags=0, | ^~~ /kisskb/src/drivers/media/tuners/tda8290.c: In function 'tda829x_find_tuner': /kisskb/src/drivers/media/tuners/tda8290.c:573:5: note: byref variable will be forcibly initialized 573 | u8 data; | ^~~~ /kisskb/src/drivers/i2c/busses/i2c-designware-pcidrv.c: In function 'navi_amd_register_client': /kisskb/src/drivers/i2c/busses/i2c-designware-pcidrv.c:127:24: note: byref variable will be forcibly initialized 127 | struct i2c_board_info info; | ^~~~ /kisskb/src/drivers/scsi/be2iscsi/be_main.c: In function 'beiscsi_log_enable_store': /kisskb/src/drivers/scsi/be2iscsi/be_main.c:107:11: note: byref variable will be forcibly initialized 107 | uint32_t param_val = 0;\ | ^~~~~~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_main.c:140:1: note: in expansion of macro 'beiscsi_store_param' 140 | beiscsi_store_param(_name)\ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_main.c:148:1: note: in expansion of macro 'BEISCSI_RW_ATTR' 148 | BEISCSI_RW_ATTR(log_enable, 0x00, | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_main.c: In function 'beiscsi_hdq_process_compl': /kisskb/src/drivers/scsi/be2iscsi/be_main.c:1772:24: note: byref variable will be forcibly initialized 1772 | u8 ulp_num, consumed, header = 0; | ^~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/srcutree.h:15, from /kisskb/src/include/linux/srcu.h:49, from /kisskb/src/include/linux/notifier.h:16, from /kisskb/src/include/linux/reboot.h:6, from /kisskb/src/drivers/scsi/be2iscsi/be_main.c:26: /kisskb/src/drivers/scsi/be2iscsi/be_main.c: In function 'beiscsi_bsg_request': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_main.c:4832:8: note: in expansion of macro 'wait_event_interruptible_timeout' 4832 | rc = wait_event_interruptible_timeout( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_main.c:4796:20: note: byref variable will be forcibly initialized 4796 | struct be_dma_mem nonemb_cmd; | ^~~~~~~~~~ /kisskb/src/drivers/input/serio/apbps2.c: In function 'apbps2_of_probe': /kisskb/src/drivers/input/serio/apbps2.c:134:6: note: byref variable will be forcibly initialized 134 | u32 freq_hz; | ^~~~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_main.c: In function 'be2iscsi_enable_msix': /kisskb/src/drivers/scsi/be2iscsi/be_main.c:3566:23: note: byref variable will be forcibly initialized 3566 | struct irq_affinity desc = { .post_vectors = 1 }; | ^~~~ In file included from /kisskb/src/drivers/scsi/be2iscsi/be_main.c:28: /kisskb/src/drivers/scsi/be2iscsi/be_main.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_main.c: In function 'beiscsi_alloc_mem': /kisskb/src/drivers/scsi/be2iscsi/be_main.c:2451:13: note: byref variable will be forcibly initialized 2451 | dma_addr_t bus_add; | ^~~~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_main.c: In function 'beiscsi_create_eqs': /kisskb/src/drivers/scsi/be2iscsi/be_main.c:3002:13: note: byref variable will be forcibly initialized 3002 | dma_addr_t paddr; | ^~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_main.c: In function 'beiscsi_create_cqs': /kisskb/src/drivers/scsi/be2iscsi/be_main.c:3068:13: note: byref variable will be forcibly initialized 3068 | dma_addr_t paddr; | ^~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_main.c: In function 'beiscsi_post_pages': /kisskb/src/drivers/scsi/be2iscsi/be_main.c:3272:20: note: byref variable will be forcibly initialized 3272 | struct be_dma_mem sgl; | ^~~ /kisskb/src/drivers/scsi/be2iscsi/be_main.c: In function 'beiscsi_post_template_hdr': /kisskb/src/drivers/scsi/be2iscsi/be_main.c:3237:20: note: byref variable will be forcibly initialized 3237 | struct be_dma_mem sgl; | ^~~ /kisskb/src/drivers/scsi/be2iscsi/be_main.c: In function 'beiscsi_create_wrb_rings': /kisskb/src/drivers/scsi/be2iscsi/be_main.c:3339:20: note: byref variable will be forcibly initialized 3339 | struct be_dma_mem sgl; | ^~~ /kisskb/src/drivers/scsi/be2iscsi/be_main.c: In function 'beiscsi_eqd_update_work': /kisskb/src/drivers/scsi/be2iscsi/be_main.c:5171:20: note: byref variable will be forcibly initialized 5171 | struct be_set_eqd set_eqd[MAX_CPUS]; | ^~~~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_main.c: In function 'beiscsi_eh_abort': /kisskb/src/drivers/scsi/be2iscsi/be_main.c:226:24: note: byref variable will be forcibly initialized 226 | struct invldt_cmd_tbl inv_tbl; | ^~~~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_main.c: In function 'beiscsi_alloc_pdu': /kisskb/src/drivers/scsi/be2iscsi/be_main.c:4362:13: note: byref variable will be forcibly initialized 4362 | dma_addr_t paddr; | ^~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_main.c: In function 'beiscsi_offload_connection': /kisskb/src/drivers/scsi/be2iscsi/be_main.c:4281:26: note: byref variable will be forcibly initialized 4281 | struct hwi_wrb_context *pwrb_context = NULL; | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_main.c: In function 'beiscsi_dev_probe': /kisskb/src/drivers/scsi/be2iscsi/be_main.c:5514:7: note: byref variable will be forcibly initialized 5514 | char wq_name[20]; | ^~~~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_main.c:5513:15: note: byref variable will be forcibly initialized 5513 | unsigned int s_handle; | ^~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/scsi/esas2r/esas2r.h:46, from /kisskb/src/drivers/scsi/esas2r/esas2r_init.c:44: /kisskb/src/drivers/scsi/esas2r/esas2r_init.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_init.c: In function 'esas2r_init_pci_cfg_space': /kisskb/src/drivers/scsi/esas2r/esas2r_init.c:743:7: note: byref variable will be forcibly initialized 743 | u16 devcontrol; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_init.c: In function 'esas2r_init_adapter': /kisskb/src/drivers/scsi/esas2r/esas2r_init.c:267:8: note: byref variable will be forcibly initialized 267 | void *next_uncached; | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_init.c:265:6: note: byref variable will be forcibly initialized 265 | u64 bus_addr = 0; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/mes_v10_1.c: In function 'mes_v10_1_set_hw_resources': /kisskb/src/drivers/gpu/drm/amd/amdgpu/mes_v10_1.c:227:32: note: byref variable will be forcibly initialized 227 | union MESAPI_SET_HW_RESOURCES mes_set_hw_res_pkt; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/mes_v10_1.c: In function 'mes_v10_1_query_sched_status': /kisskb/src/drivers/gpu/drm/amd/amdgpu/mes_v10_1.c:206:33: note: byref variable will be forcibly initialized 206 | union MESAPI__QUERY_MES_STATUS mes_status_pkt; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/mes_v10_1.c: In function 'mes_v10_1_remove_hw_queue': /kisskb/src/drivers/gpu/drm/amd/amdgpu/mes_v10_1.c:172:29: note: byref variable will be forcibly initialized 172 | union MESAPI__REMOVE_QUEUE mes_remove_queue_pkt; | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/mes_v10_1.c: In function 'mes_v10_1_add_hw_queue': /kisskb/src/drivers/gpu/drm/amd/amdgpu/mes_v10_1.c:132:26: note: byref variable will be forcibly initialized 132 | union MESAPI__ADD_QUEUE mes_add_queue_pkt; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/mes_v10_1.c: In function 'mes_v10_1_init_microcode': /kisskb/src/drivers/gpu/drm/amd/amdgpu/mes_v10_1.c:276:7: note: byref variable will be forcibly initialized 276 | char fw_name[30]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/mes_v10_1.c: In function 'mes_v10_1_allocate_eop_buf': /kisskb/src/drivers/gpu/drm/amd/amdgpu/mes_v10_1.c:545:7: note: byref variable will be forcibly initialized 545 | u32 *eop; | ^~~ /kisskb/src/drivers/usb/core/port.c: In function 'quirks_store': /kisskb/src/drivers/usb/core/port.c:74:6: note: byref variable will be forcibly initialized 74 | u32 value; | ^~~~~ /kisskb/src/drivers/usb/dwc2/hcd_intr.c: In function 'dwc2_port_intr': /kisskb/src/drivers/usb/dwc2/hcd_intr.c:358:6: note: byref variable will be forcibly initialized 358 | u32 hprt0_modify; | ^~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc2/hcd_intr.c: In function 'dwc2_update_urb_state': /kisskb/src/drivers/usb/dwc2/hcd_intr.c:497:6: note: byref variable will be forcibly initialized 497 | int short_read = 0; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c: In function 'amdgpu_uvd_cs_msg': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c:816:8: note: byref variable will be forcibly initialized 816 | void *ptr; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c: In function 'amdgpu_uvd_create_msg_bo_helper': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c:145:8: note: byref variable will be forcibly initialized 145 | void *addr; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c:144:20: note: byref variable will be forcibly initialized 144 | struct amdgpu_bo *bo = NULL; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c: In function 'amdgpu_uvd_cs_pass1': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c:579:20: note: byref variable will be forcibly initialized 579 | struct amdgpu_bo *bo; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c:578:31: note: byref variable will be forcibly initialized 578 | struct amdgpu_bo_va_mapping *mapping; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c: In function 'amdgpu_uvd_cs_pass2': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c:908:20: note: byref variable will be forcibly initialized 908 | struct amdgpu_bo *bo; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c:907:31: note: byref variable will be forcibly initialized 907 | struct amdgpu_bo_va_mapping *mapping; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c: In function 'amdgpu_uvd_send_msg': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c:1125:21: note: byref variable will be forcibly initialized 1125 | struct amdgpu_job *job; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c:1124:20: note: byref variable will be forcibly initialized 1124 | struct dma_fence *f = NULL; | ^ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c: In function 'amdgpu_uvd_sw_fini': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c:376:8: note: byref variable will be forcibly initialized 376 | void *addr = amdgpu_bo_kptr(adev->uvd.ib_bo); | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c: In function 'amdgpu_uvd_entity_init': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c:410:28: note: byref variable will be forcibly initialized 410 | struct drm_gpu_scheduler *sched; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c: In function 'amdgpu_uvd_suspend': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c:429:12: note: byref variable will be forcibly initialized 429 | int i, j, idx; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c: In function 'amdgpu_uvd_resume': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c:478:9: note: byref variable will be forcibly initialized 478 | int i, idx; | ^~~ /kisskb/src/drivers/scsi/esas2r/esas2r_int.c: In function 'esas2r_send_reset_ae': /kisskb/src/drivers/scsi/esas2r/esas2r_int.c:855:25: note: byref variable will be forcibly initialized 855 | struct atto_vda_ae_hdr ae; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c: In function 'amdgpu_uvd_ring_parse_cs': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c:1076:11: note: byref variable will be forcibly initialized 1076 | unsigned buf_sizes[] = { | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c: In function 'amdgpu_uvd_get_destroy_msg': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c:1239:12: note: byref variable will be forcibly initialized 1239 | uint32_t *msg; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c:1238:20: note: byref variable will be forcibly initialized 1238 | struct amdgpu_bo *bo = NULL; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c: In function 'amdgpu_uvd_free_handles': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c:528:22: note: byref variable will be forcibly initialized 528 | struct dma_fence *fence; | ^~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/percpu.h:6, from /kisskb/src/arch/powerpc/include/asm/time.h:14, from /kisskb/src/arch/powerpc/include/asm/delay.h:7, from /kisskb/src/include/linux/delay.h:26, from /kisskb/src/drivers/scsi/esas2r/esas2r.h:45, from /kisskb/src/drivers/scsi/esas2r/esas2r_int.c:45: /kisskb/src/drivers/scsi/esas2r/esas2r_int.c: In function 'esas2r_get_outbound_responses': /kisskb/src/drivers/scsi/esas2r/esas2r_int.c:214:12: note: byref variable will be forcibly initialized 214 | LIST_HEAD(comp_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/gpu/drm/amd/amdgpu/amdgpu_uvd.c: In function 'amdgpu_uvd_ring_test_ib': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c:1336:20: note: byref variable will be forcibly initialized 1336 | struct dma_fence *fence; | ^~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_int.c: In function 'esas2r_do_deferred_processes': /kisskb/src/drivers/scsi/esas2r/esas2r_int.c:341:13: note: byref variable will be forcibly initialized 341 | LIST_HEAD(comp_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/scsi/esas2r/esas2r_int.c: In function 'esas2r_process_bus_reset': /kisskb/src/drivers/scsi/esas2r/esas2r_int.c:452:12: note: byref variable will be forcibly initialized 452 | LIST_HEAD(comp_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/scsi/esas2r/esas2r_int.c: In function 'esas2r_process_adapter_reset': /kisskb/src/drivers/scsi/esas2r/esas2r_int.c:394:12: note: byref variable will be forcibly initialized 394 | LIST_HEAD(comp_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/ptp/ptp_chardev.c: In function 'ptp_disable_pinfunc': /kisskb/src/drivers/ptp/ptp_chardev.c:21:27: note: byref variable will be forcibly initialized 21 | struct ptp_clock_request rq; | ^~ /kisskb/src/drivers/ptp/ptp_chardev.c: In function 'ptp_ioctl': /kisskb/src/drivers/ptp/ptp_chardev.c:123:20: note: byref variable will be forcibly initialized 123 | struct timespec64 ts; | ^~ /kisskb/src/drivers/ptp/ptp_chardev.c:122:22: note: byref variable will be forcibly initialized 122 | struct ptp_pin_desc pd; | ^~ /kisskb/src/drivers/ptp/ptp_chardev.c:119:24: note: byref variable will be forcibly initialized 119 | struct ptp_clock_caps caps; | ^~~~ /kisskb/src/drivers/ptp/ptp_chardev.c:118:27: note: byref variable will be forcibly initialized 118 | struct ptp_clock_request req; | ^~~ /kisskb/src/drivers/ptp/ptp_chardev.c:117:30: note: byref variable will be forcibly initialized 117 | struct ptp_system_timestamp sts; | ^~~ /kisskb/src/drivers/ptp/ptp_chardev.c:114:35: note: byref variable will be forcibly initialized 114 | struct system_device_crosststamp xtstamp; | ^~~~~~~ /kisskb/src/drivers/ptp/ptp_chardev.c:113:32: note: byref variable will be forcibly initialized 113 | struct ptp_sys_offset_precise precise_offset; | ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/ptp/ptp_chardev.c:7: /kisskb/src/drivers/ptp/ptp_chardev.c: In function 'ptp_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ptp/ptp_chardev.c:464:6: note: in expansion of macro 'wait_event_interruptible' 464 | if (wait_event_interruptible(ptp->tsev_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/phy/micrel.c: In function 'ksz9131_of_load_skew_values': /kisskb/src/drivers/net/phy/micrel.c:917:6: note: byref variable will be forcibly initialized 917 | int skewval, skewmax = 0; | ^~~~~~~ /kisskb/src/drivers/net/phy/micrel.c: In function 'ksz9131_config_init': /kisskb/src/drivers/net/phy/micrel.c:1038:8: note: byref variable will be forcibly initialized 1038 | char *control_skews[2] = {"txen-skew-psec", "rxdv-skew-psec"}; | ^~~~~~~~~~~~~ /kisskb/src/drivers/net/phy/micrel.c:1034:8: note: byref variable will be forcibly initialized 1034 | char *tx_data_skews[4] = { | ^~~~~~~~~~~~~ /kisskb/src/drivers/net/phy/micrel.c:1030:8: note: byref variable will be forcibly initialized 1030 | char *rx_data_skews[4] = { | ^~~~~~~~~~~~~ /kisskb/src/drivers/net/phy/micrel.c:1029:8: note: byref variable will be forcibly initialized 1029 | char *clk_skews[2] = {"rxc-skew-psec", "txc-skew-psec"}; | ^~~~~~~~~ /kisskb/src/drivers/net/phy/micrel.c: In function 'ksz9031_of_load_skew_values': /kisskb/src/drivers/net/phy/micrel.c:686:6: note: byref variable will be forcibly initialized 686 | int val[4] = {-1, -2, -3, -4}; | ^~~ /kisskb/src/drivers/net/phy/micrel.c: In function 'ksz9021_load_values_from_of': /kisskb/src/drivers/net/phy/micrel.c:550:6: note: byref variable will be forcibly initialized 550 | int val4 = -4; | ^~~~ /kisskb/src/drivers/net/phy/micrel.c:549:6: note: byref variable will be forcibly initialized 549 | int val3 = -3; | ^~~~ /kisskb/src/drivers/net/phy/micrel.c:548:6: note: byref variable will be forcibly initialized 548 | int val2 = -2; | ^~~~ /kisskb/src/drivers/net/phy/micrel.c:547:6: note: byref variable will be forcibly initialized 547 | int val1 = -1; | ^~~~ /kisskb/src/drivers/net/phy/micrel.c: In function 'ksz9031_config_init': /kisskb/src/drivers/net/phy/micrel.c:842:8: note: byref variable will be forcibly initialized 842 | bool update = false; | ^~~~~~ /kisskb/src/drivers/net/phy/micrel.c: In function 'ksz886x_cable_test_get_status': /kisskb/src/drivers/net/phy/micrel.c:1535:16: note: byref variable will be forcibly initialized 1535 | unsigned long pair_mask = 0x3; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c: In function 'uvd_v6_0_enc_get_create_msg': /kisskb/src/drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c:215:20: note: byref variable will be forcibly initialized 215 | struct dma_fence *f = NULL; | ^ /kisskb/src/drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c:213:21: note: byref variable will be forcibly initialized 213 | struct amdgpu_job *job; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c: In function 'uvd_v6_0_enc_get_destroy_msg': /kisskb/src/drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c:279:20: note: byref variable will be forcibly initialized 279 | struct dma_fence *f = NULL; | ^ /kisskb/src/drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c:277:21: note: byref variable will be forcibly initialized 277 | struct amdgpu_job *job; | ^~~ /kisskb/src/drivers/power/supply/power_supply_core.c: In function 'power_supply_batinfo_ocv2cap': /kisskb/src/drivers/power/supply/power_supply_core.c:873:6: note: byref variable will be forcibly initialized 873 | int table_len; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c: In function 'uvd_v6_0_enc_ring_test_ib': /kisskb/src/drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c:334:20: note: byref variable will be forcibly initialized 334 | struct dma_fence *fence = NULL; | ^~~~~ /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:1028:29: note: byref variable will be forcibly initialized 1028 | 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:1046:29: note: byref variable will be forcibly initialized 1046 | union power_supply_propval val; | ^~~ /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:1064:29: note: byref variable will be forcibly initialized 1064 | union power_supply_propval val; | ^~~ /kisskb/src/drivers/power/supply/power_supply_core.c: In function 'power_supply_read_temp': /kisskb/src/drivers/power/supply/power_supply_core.c:975:29: note: byref variable will be forcibly initialized 975 | union power_supply_propval val; | ^~~ /kisskb/src/drivers/power/supply/power_supply_core.c: In function 'power_supply_am_i_supplied': /kisskb/src/drivers/power/supply/power_supply_core.c:329:32: note: byref variable will be forcibly initialized 329 | struct psy_am_i_supplied_data data = { psy, 0 }; | ^~~~ /kisskb/src/drivers/power/supply/power_supply_core.c: In function 'power_supply_is_system_supplied': /kisskb/src/drivers/power/supply/power_supply_core.c:362:15: note: byref variable will be forcibly initialized 362 | unsigned int count = 0; | ^~~~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/container_of.h:5, from /kisskb/src/include/linux/list.h:5, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/power/supply/power_supply_core.c:12: /kisskb/src/drivers/power/supply/power_supply_core.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/power/supply/power_supply_core.c:17: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/drivers/power/supply/power_supply_core.c: In function 'power_supply_get_battery_info': /kisskb/src/drivers/power/supply/power_supply_core.c:696:19: note: byref variable will be forcibly initialized 696 | int i, tab_len, size; | ^~~~ /kisskb/src/drivers/power/supply/power_supply_core.c:571:11: note: byref variable will be forcibly initialized 571 | int err, len, index; | ^~~ /kisskb/src/drivers/power/supply/power_supply_core.c:570:14: note: byref variable will be forcibly initialized 570 | const char *value; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/uvd_v7_0.c: In function 'uvd_v7_0_enc_get_create_msg': /kisskb/src/drivers/gpu/drm/amd/amdgpu/uvd_v7_0.c:222:20: note: byref variable will be forcibly initialized 222 | struct dma_fence *f = NULL; | ^ /kisskb/src/drivers/gpu/drm/amd/amdgpu/uvd_v7_0.c:220:21: note: byref variable will be forcibly initialized 220 | struct amdgpu_job *job; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/uvd_v7_0.c: In function 'uvd_v7_0_enc_get_destroy_msg': /kisskb/src/drivers/gpu/drm/amd/amdgpu/uvd_v7_0.c:285:20: note: byref variable will be forcibly initialized 285 | struct dma_fence *f = NULL; | ^ /kisskb/src/drivers/gpu/drm/amd/amdgpu/uvd_v7_0.c:283:21: note: byref variable will be forcibly initialized 283 | struct amdgpu_job *job; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/uvd_v7_0.c: In function 'uvd_v7_0_enc_ring_test_ib': /kisskb/src/drivers/gpu/drm/amd/amdgpu/uvd_v7_0.c:340:20: note: byref variable will be forcibly initialized 340 | struct dma_fence *fence = NULL; | ^~~~~ /kisskb/src/drivers/net/phy/nxp-c45-tja11xx.c: In function 'nxp_c45_hwtstamp': /kisskb/src/drivers/net/phy/nxp-c45-tja11xx.c:518:25: note: byref variable will be forcibly initialized 518 | struct hwtstamp_config cfg; | ^~~ /kisskb/src/drivers/net/phy/nxp-c45-tja11xx.c: In function 'nxp_c45_process_txts': /kisskb/src/drivers/net/phy/nxp-c45-tja11xx.c:377:20: note: byref variable will be forcibly initialized 377 | struct timespec64 ts; | ^~ /kisskb/src/drivers/net/phy/nxp-c45-tja11xx.c:376:30: note: byref variable will be forcibly initialized 376 | struct skb_shared_hwtstamps shhwtstamps; | ^~~~~~~~~~~ /kisskb/src/drivers/net/phy/nxp-c45-tja11xx.c: In function 'nxp_c45_handle_interrupt': /kisskb/src/drivers/net/phy/nxp-c45-tja11xx.c:685:22: note: byref variable will be forcibly initialized 685 | struct nxp_c45_hwts hwts; | ^~~~ /kisskb/src/drivers/net/phy/nxp-c45-tja11xx.c: In function 'nxp_c45_do_aux_work': /kisskb/src/drivers/net/phy/nxp-c45-tja11xx.c:414:20: note: byref variable will be forcibly initialized 414 | struct timespec64 ts; | ^~ /kisskb/src/drivers/net/phy/nxp-c45-tja11xx.c:412:22: note: byref variable will be forcibly initialized 412 | struct nxp_c45_hwts hwts; | ^~~~ In file included from /kisskb/src/include/linux/restart_block.h:10, from /kisskb/src/include/linux/thread_info.h:14, from /kisskb/src/arch/powerpc/include/asm/processor.h:41, from /kisskb/src/include/linux/processor.h:6, from /kisskb/src/arch/powerpc/include/asm/delay.h:6, from /kisskb/src/include/linux/delay.h:26, from /kisskb/src/drivers/net/phy/nxp-c45-tja11xx.c:7: /kisskb/src/drivers/net/phy/nxp-c45-tja11xx.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/drivers/net/phy/nxp-c45-tja11xx.c: In function 'nxp_c45_ptp_adjtime': /kisskb/src/drivers/net/phy/nxp-c45-tja11xx.c:311:20: note: byref variable will be forcibly initialized 311 | struct timespec64 now, then; | ^~~ /kisskb/src/drivers/net/phy/nxp-tja11xx.c: In function 'tja11xx_config_aneg_cable_test': /kisskb/src/drivers/net/phy/nxp-tja11xx.c:192:7: note: byref variable will be forcibly initialized 192 | bool finished = false; | ^~~~~~~~ In file included from /kisskb/src/drivers/net/phy/nxp-tja11xx.c:16: /kisskb/src/drivers/net/phy/nxp-tja11xx.c: In function 'of_mdio_parse_addr': /kisskb/src/include/linux/of_mdio.h:40:6: note: byref variable will be forcibly initialized 40 | u32 addr; | ^~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, 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) | ^~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/i2c/busses/i2c-mpc.c:12: /kisskb/src/drivers/i2c/busses/i2c-mpc.c: In function 'mpc_i2c_wait_for_completion': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-mpc.c:651:14: note: in expansion of macro 'wait_event_timeout' 651 | time_left = wait_event_timeout(i2c->waitq, !i2c->block, i2c->adap.timeout); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-mpc.c: In function 'fsl_i2c_probe': /kisskb/src/drivers/i2c/busses/i2c-mpc.c:776:6: note: byref variable will be forcibly initialized 776 | int plen; | ^~~~ 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 'tea5767_autodetection': /kisskb/src/drivers/media/tuners/tea5767.c:371:16: note: byref variable will be forcibly initialized 371 | unsigned char buffer[7] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; | ^~~~~~ In file included from /kisskb/src/drivers/media/tuners/tea5767.c:16: /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/tea5767.c:192:16: note: byref variable will be forcibly initialized 192 | unsigned char buffer[5]; | ^~~~~~ /kisskb/src/drivers/media/tuners/tea5767.c: In function 'tea5767_standby': /kisskb/src/drivers/media/tuners/tea5767.c:350:16: note: byref variable will be forcibly initialized 350 | unsigned char buffer[5]; | ^~~~~~ /kisskb/src/drivers/media/tuners/tea5767.c: In function 'tea5767_get_rf_strength': /kisskb/src/drivers/media/tuners/tea5767.c:338:16: note: byref variable will be forcibly initialized 338 | unsigned char buffer[5]; | ^~~~~~ /kisskb/src/drivers/media/tuners/tea5767.c: In function 'tea5767_get_status': /kisskb/src/drivers/media/tuners/tea5767.c:322:16: note: byref variable will be forcibly initialized 322 | unsigned char buffer[5]; | ^~~~~~ /kisskb/src/drivers/usb/core/of.c: In function 'usb_of_get_device_node': /kisskb/src/drivers/usb/core/of.c:28:6: note: byref variable will be forcibly initialized 28 | u32 reg; | ^~~ /kisskb/src/drivers/usb/core/of.c: In function 'usb_of_get_interface_node': /kisskb/src/drivers/usb/core/of.c:95:6: note: byref variable will be forcibly initialized 95 | u32 reg[2]; | ^~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/srcutree.h:15, from /kisskb/src/include/linux/srcu.h:49, from /kisskb/src/include/linux/notifier.h:16, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/i2c/busses/i2c-ocores.c:12: /kisskb/src/drivers/i2c/busses/i2c-ocores.c: In function 'ocores_xfer_core': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-ocores.c:393:9: note: in expansion of macro 'wait_event_timeout' 393 | ret = wait_event_timeout(i2c->wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-ocores.c: In function 'ocores_i2c_of_probe': /kisskb/src/drivers/i2c/busses/i2c-ocores.c:531:6: note: byref variable will be forcibly initialized 531 | u32 clock_frequency; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-ocores.c:530:6: note: byref variable will be forcibly initialized 530 | u32 val; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c: In function 'amdgpu_vce_get_destroy_msg': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c:538:20: note: byref variable will be forcibly initialized 538 | struct dma_fence *f = NULL; | ^ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c:536:21: note: byref variable will be forcibly initialized 536 | struct amdgpu_job *job; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c: In function 'amdgpu_vce_validate_bo': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c:607:20: note: byref variable will be forcibly initialized 607 | struct amdgpu_bo *bo; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c:605:31: note: byref variable will be forcibly initialized 605 | struct amdgpu_bo_va_mapping *mapping; | ^~~~~~~ /kisskb/src/drivers/ptp/ptp_sysfs.c: In function 'max_vclocks_store': /kisskb/src/drivers/ptp/ptp_sysfs.c:268:6: note: byref variable will be forcibly initialized 268 | u32 max; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c: In function 'amdgpu_vce_cs_reloc': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c:654:20: note: byref variable will be forcibly initialized 654 | struct amdgpu_bo *bo; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c:653:31: note: byref variable will be forcibly initialized 653 | struct amdgpu_bo_va_mapping *mapping; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c: In function 'amdgpu_vce_get_create_msg': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c:449:20: note: byref variable will be forcibly initialized 449 | struct dma_fence *f = NULL; | ^ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c:448:19: note: byref variable will be forcibly initialized 448 | struct amdgpu_ib ib_msg; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c:446:21: note: byref variable will be forcibly initialized 446 | struct amdgpu_job *job; | ^~~ In file included from /kisskb/src/drivers/ptp/ptp_sysfs.c:9: /kisskb/src/drivers/ptp/ptp_sysfs.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/ptp/ptp_sysfs.c: In function 'n_vclocks_store': /kisskb/src/drivers/ptp/ptp_sysfs.c:196:11: note: byref variable will be forcibly initialized 196 | u32 num, i; | ^ /kisskb/src/drivers/ptp/ptp_sysfs.c:196:6: note: byref variable will be forcibly initialized 196 | u32 num, i; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c: In function 'amdgpu_vce_entity_init': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c:243:28: note: byref variable will be forcibly initialized 243 | struct drm_gpu_scheduler *sched; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c: In function 'amdgpu_vce_resume': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c:295:9: note: byref variable will be forcibly initialized 295 | int r, idx; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c:292:8: note: byref variable will be forcibly initialized 292 | void *cpu_addr; | ^~~~~~~~ /kisskb/src/drivers/ptp/ptp_sysfs.c: In function 'pps_enable_store': /kisskb/src/drivers/ptp/ptp_sysfs.c:132:11: note: byref variable will be forcibly initialized 132 | int cnt, enable; | ^~~~~~ /kisskb/src/drivers/ptp/ptp_sysfs.c: In function 'extts_enable_store': /kisskb/src/drivers/ptp/ptp_sysfs.c:44:11: note: byref variable will be forcibly initialized 44 | int cnt, enable; | ^~~~~~ /kisskb/src/drivers/ptp/ptp_sysfs.c: In function 'extts_fifo_show': /kisskb/src/drivers/ptp/ptp_sysfs.c:68:25: note: byref variable will be forcibly initialized 68 | struct ptp_extts_event event; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c: In function 'amdgpu_vce_ring_parse_cs': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c:743:11: note: byref variable will be forcibly initialized 743 | uint32_t tmp, handle = 0; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c:742:11: note: byref variable will be forcibly initialized 742 | uint32_t allocated = 0; | ^~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'ufs_sysfs_read_desc_param': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:524:5: note: byref variable will be forcibly initialized 524 | u8 desc_buf[8] = {0}; | ^~~~~~~~ /kisskb/src/drivers/ptp/ptp_sysfs.c: In function 'ptp_pin_store': /kisskb/src/drivers/ptp/ptp_sysfs.c:397:21: note: byref variable will be forcibly initialized 397 | unsigned int func, chan; | ^~~~ /kisskb/src/drivers/ptp/ptp_sysfs.c:397:15: note: byref variable will be forcibly initialized 397 | unsigned int func, chan; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c: In function 'amdgpu_vce_ring_parse_cs_vm': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c:977:11: note: byref variable will be forcibly initialized 977 | uint32_t allocated = 0; | ^~~~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_io.c: In function 'esas2r_build_sg_list_sge': /kisskb/src/drivers/scsi/esas2r/esas2r_io.c:195:7: note: byref variable will be forcibly initialized 195 | u64 addr; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c: In function 'amdgpu_vce_ring_test_ib': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c:1144:20: note: byref variable will be forcibly initialized 1144 | struct dma_fence *fence = NULL; | ^~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_io.c: In function 'esas2r_build_prd_iblk': /kisskb/src/drivers/scsi/esas2r/esas2r_io.c:374:6: note: byref variable will be forcibly initialized 374 | u64 addr; | ^~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/percpu.h:6, from /kisskb/src/arch/powerpc/include/asm/time.h:14, from /kisskb/src/arch/powerpc/include/asm/delay.h:7, from /kisskb/src/include/linux/delay.h:26, from /kisskb/src/drivers/scsi/esas2r/esas2r.h:45, from /kisskb/src/drivers/scsi/esas2r/esas2r_io.c:44: /kisskb/src/drivers/scsi/esas2r/esas2r_io.c: In function 'esas2r_send_task_mgmt': /kisskb/src/drivers/scsi/esas2r/esas2r_io.c:774:12: note: byref variable will be forcibly initialized 774 | LIST_HEAD(comp_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/scsi/ufs/ufs-sysfs.c: In function 'dyn_cap_needed_attribute_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1215:6: note: byref variable will be forcibly initialized 1215 | u32 value; | ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'wb_cur_buf_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized 1055 | u32 value; \ | ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1101:1: note: in expansion of macro 'UFS_ATTRIBUTE' 1101 | UFS_ATTRIBUTE(wb_cur_buf, _CURR_WB_BUFF_SIZE); | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'wb_life_time_est_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized 1055 | u32 value; \ | ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1100:1: note: in expansion of macro 'UFS_ATTRIBUTE' 1100 | UFS_ATTRIBUTE(wb_life_time_est, _WB_BUFF_LIFE_TIME_EST); | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'wb_avail_buf_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized 1055 | u32 value; \ | ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1099:1: note: in expansion of macro 'UFS_ATTRIBUTE' 1099 | UFS_ATTRIBUTE(wb_avail_buf, _AVAIL_WB_BUFF_SIZE); | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'wb_flush_status_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized 1055 | u32 value; \ | ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1098:1: note: in expansion of macro 'UFS_ATTRIBUTE' 1098 | UFS_ATTRIBUTE(wb_flush_status, _WB_FLUSH_STATUS); | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'psa_data_size_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized 1055 | u32 value; \ | ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1097:1: note: in expansion of macro 'UFS_ATTRIBUTE' 1097 | UFS_ATTRIBUTE(psa_data_size, _PSA_DATA_SIZE); | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'psa_state_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized 1055 | u32 value; \ | ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1096:1: note: in expansion of macro 'UFS_ATTRIBUTE' 1096 | UFS_ATTRIBUTE(psa_state, _PSA_STATE); | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'ffu_status_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized 1055 | u32 value; \ | ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1095:1: note: in expansion of macro 'UFS_ATTRIBUTE' 1095 | UFS_ATTRIBUTE(ffu_status, _FFU_STATUS); | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'exception_event_status_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized 1055 | u32 value; \ | ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1094:1: note: in expansion of macro 'UFS_ATTRIBUTE' 1094 | UFS_ATTRIBUTE(exception_event_status, _EE_STATUS); | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'exception_event_control_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized 1055 | u32 value; \ | ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1093:1: note: in expansion of macro 'UFS_ATTRIBUTE' 1093 | UFS_ATTRIBUTE(exception_event_control, _EE_CONTROL); | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'max_number_of_rtt_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized 1055 | u32 value; \ | ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1092:1: note: in expansion of macro 'UFS_ATTRIBUTE' 1092 | UFS_ATTRIBUTE(max_number_of_rtt, _MAX_NUM_OF_RTT); | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'configuration_descriptor_lock_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized 1055 | u32 value; \ | ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1091:1: note: in expansion of macro 'UFS_ATTRIBUTE' 1091 | UFS_ATTRIBUTE(configuration_descriptor_lock, _CONF_DESC_LOCK); | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'reference_clock_frequency_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized 1055 | u32 value; \ | ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1090:1: note: in expansion of macro 'UFS_ATTRIBUTE' 1090 | UFS_ATTRIBUTE(reference_clock_frequency, _REF_CLK_FREQ); | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'max_data_out_size_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized 1055 | u32 value; \ | ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1089:1: note: in expansion of macro 'UFS_ATTRIBUTE' 1089 | UFS_ATTRIBUTE(max_data_out_size, _MAX_DATA_OUT); | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'max_data_in_size_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized 1055 | u32 value; \ | ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1088:1: note: in expansion of macro 'UFS_ATTRIBUTE' 1088 | UFS_ATTRIBUTE(max_data_in_size, _MAX_DATA_IN); | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'purge_status_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized 1055 | u32 value; \ | ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1087:1: note: in expansion of macro 'UFS_ATTRIBUTE' 1087 | UFS_ATTRIBUTE(purge_status, _PURGE_STATUS); | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'bkops_status_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized 1055 | u32 value; \ | ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1086:1: note: in expansion of macro 'UFS_ATTRIBUTE' 1086 | UFS_ATTRIBUTE(bkops_status, _BKOPS_STATUS); | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'ooo_data_enabled_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized 1055 | u32 value; \ | ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1085:1: note: in expansion of macro 'UFS_ATTRIBUTE' 1085 | UFS_ATTRIBUTE(ooo_data_enabled, _OOO_DATA_EN); | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'active_icc_level_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized 1055 | u32 value; \ | ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1084:1: note: in expansion of macro 'UFS_ATTRIBUTE' 1084 | UFS_ATTRIBUTE(active_icc_level, _ACTIVE_ICC_LVL); | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'current_power_mode_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized 1055 | u32 value; \ | ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1083:1: note: in expansion of macro 'UFS_ATTRIBUTE' 1083 | UFS_ATTRIBUTE(current_power_mode, _POWER_MODE); | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'max_data_size_hpb_single_cmd_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized 1055 | u32 value; \ | ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1082:1: note: in expansion of macro 'UFS_ATTRIBUTE' 1082 | UFS_ATTRIBUTE(max_data_size_hpb_single_cmd, _MAX_HPB_SINGLE_CMD); | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'boot_lun_enabled_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1055:6: note: byref variable will be forcibly initialized 1055 | u32 value; \ | ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1081:1: note: in expansion of macro 'UFS_ATTRIBUTE' 1081 | UFS_ATTRIBUTE(boot_lun_enabled, _BOOT_LU_EN); | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'hpb_enable_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:983:7: note: byref variable will be forcibly initialized 983 | bool flag; \ | ^~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1021:1: note: in expansion of macro 'UFS_FLAG' 1021 | UFS_FLAG(hpb_enable, _HPB_EN); | ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'wb_flush_during_h8_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:983:7: note: byref variable will be forcibly initialized 983 | bool flag; \ | ^~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1020:1: note: in expansion of macro 'UFS_FLAG' 1020 | UFS_FLAG(wb_flush_during_h8, _WB_BUFF_FLUSH_DURING_HIBERN8); | ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'wb_flush_en_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:983:7: note: byref variable will be forcibly initialized 983 | bool flag; \ | ^~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1019:1: note: in expansion of macro 'UFS_FLAG' 1019 | UFS_FLAG(wb_flush_en, _WB_BUFF_FLUSH_EN); | ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'wb_enable_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:983:7: note: byref variable will be forcibly initialized 983 | bool flag; \ | ^~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1018:1: note: in expansion of macro 'UFS_FLAG' 1018 | UFS_FLAG(wb_enable, _WB_EN); | ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'disable_fw_update_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:983:7: note: byref variable will be forcibly initialized 983 | bool flag; \ | ^~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1017:1: note: in expansion of macro 'UFS_FLAG' 1017 | UFS_FLAG(disable_fw_update, _PERMANENTLY_DISABLE_FW_UPDATE); | ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'busy_rtc_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:983:7: note: byref variable will be forcibly initialized 983 | bool flag; \ | ^~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1016:1: note: in expansion of macro 'UFS_FLAG' 1016 | UFS_FLAG(busy_rtc, _BUSY_RTC); | ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'phy_resource_removal_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:983:7: note: byref variable will be forcibly initialized 983 | bool flag; \ | ^~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1015:1: note: in expansion of macro 'UFS_FLAG' 1015 | UFS_FLAG(phy_resource_removal, _FPHYRESOURCEREMOVAL); | ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'life_span_mode_enable_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:983:7: note: byref variable will be forcibly initialized 983 | bool flag; \ | ^~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1014:1: note: in expansion of macro 'UFS_FLAG' 1014 | UFS_FLAG(life_span_mode_enable, _LIFE_SPAN_MODE_ENABLE); | ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'bkops_enable_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:983:7: note: byref variable will be forcibly initialized 983 | bool flag; \ | ^~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1013:1: note: in expansion of macro 'UFS_FLAG' 1013 | UFS_FLAG(bkops_enable, _BKOPS_EN); | ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'power_on_wpe_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:983:7: note: byref variable will be forcibly initialized 983 | bool flag; \ | ^~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1012:1: note: in expansion of macro 'UFS_FLAG' 1012 | UFS_FLAG(power_on_wpe, _PWR_ON_WPE); | ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'permanent_wpe_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:983:7: note: byref variable will be forcibly initialized 983 | bool flag; \ | ^~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1011:1: note: in expansion of macro 'UFS_FLAG' 1011 | UFS_FLAG(permanent_wpe, _PERMANENT_WPE); | ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'device_init_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:983:7: note: byref variable will be forcibly initialized 983 | bool flag; \ | ^~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:1010:1: note: in expansion of macro 'UFS_FLAG' 1010 | UFS_FLAG(device_init, _FDEVICEINIT); | ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'product_revision_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:917:6: note: byref variable will be forcibly initialized 917 | u8 *desc_buf; \ | ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:957:1: note: in expansion of macro 'UFS_STRING_DESCRIPTOR' 957 | UFS_STRING_DESCRIPTOR(product_revision, _PRDCT_REV); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:916:6: note: byref variable will be forcibly initialized 916 | int desc_len = QUERY_DESC_MAX_SIZE; \ | ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:957:1: note: in expansion of macro 'UFS_STRING_DESCRIPTOR' 957 | UFS_STRING_DESCRIPTOR(product_revision, _PRDCT_REV); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'serial_number_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:917:6: note: byref variable will be forcibly initialized 917 | u8 *desc_buf; \ | ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:956:1: note: in expansion of macro 'UFS_STRING_DESCRIPTOR' 956 | UFS_STRING_DESCRIPTOR(serial_number, _SN); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:916:6: note: byref variable will be forcibly initialized 916 | int desc_len = QUERY_DESC_MAX_SIZE; \ | ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:956:1: note: in expansion of macro 'UFS_STRING_DESCRIPTOR' 956 | UFS_STRING_DESCRIPTOR(serial_number, _SN); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'oem_id_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:917:6: note: byref variable will be forcibly initialized 917 | u8 *desc_buf; \ | ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:955:1: note: in expansion of macro 'UFS_STRING_DESCRIPTOR' 955 | UFS_STRING_DESCRIPTOR(oem_id, _OEM_ID); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:916:6: note: byref variable will be forcibly initialized 916 | int desc_len = QUERY_DESC_MAX_SIZE; \ | ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:955:1: note: in expansion of macro 'UFS_STRING_DESCRIPTOR' 955 | UFS_STRING_DESCRIPTOR(oem_id, _OEM_ID); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'product_name_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:917:6: note: byref variable will be forcibly initialized 917 | u8 *desc_buf; \ | ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:954:1: note: in expansion of macro 'UFS_STRING_DESCRIPTOR' 954 | UFS_STRING_DESCRIPTOR(product_name, _PRDCT_NAME); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:916:6: note: byref variable will be forcibly initialized 916 | int desc_len = QUERY_DESC_MAX_SIZE; \ | ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:954:1: note: in expansion of macro 'UFS_STRING_DESCRIPTOR' 954 | UFS_STRING_DESCRIPTOR(product_name, _PRDCT_NAME); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'manufacturer_name_show': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:917:6: note: byref variable will be forcibly initialized 917 | u8 *desc_buf; \ | ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:953:1: note: in expansion of macro 'UFS_STRING_DESCRIPTOR' 953 | UFS_STRING_DESCRIPTOR(manufacturer_name, _MANF_NAME); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:916:6: note: byref variable will be forcibly initialized 916 | int desc_len = QUERY_DESC_MAX_SIZE; \ | ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:953:1: note: in expansion of macro 'UFS_STRING_DESCRIPTOR' 953 | UFS_STRING_DESCRIPTOR(manufacturer_name, _MANF_NAME); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'monitor_chunk_size_store': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:329:16: note: byref variable will be forcibly initialized 329 | unsigned long value, flags; | ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'ufs_sysfs_pm_lvl_store': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:43:23: note: byref variable will be forcibly initialized 43 | unsigned long flags, value; | ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'monitor_enable_store': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:294:16: note: byref variable will be forcibly initialized 294 | unsigned long value, flags; | ^~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'wb_on_store': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:224:15: note: byref variable will be forcibly initialized 224 | unsigned int wb_enable; | ^~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c: In function 'auto_hibern8_store': /kisskb/src/drivers/scsi/ufs/ufs-sysfs.c:187:15: note: byref variable will be forcibly initialized 187 | unsigned int timer; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/vce_v4_0.c: In function 'vce_v4_0_suspend': /kisskb/src/drivers/gpu/drm/amd/amdgpu/vce_v4_0.c:563:9: note: byref variable will be forcibly initialized 563 | int r, idx; | ^~~ In file included from /kisskb/src/include/linux/irq.h:21, 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/drivers/usb/dwc2/hcd_ddma.c:44: /kisskb/src/drivers/usb/dwc2/hcd_ddma.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/vce_v4_0.c: In function 'vce_v4_0_resume': /kisskb/src/drivers/power/supply/power_supply_sysfs.c: In function 'power_supply_store_property': /kisskb/src/drivers/gpu/drm/amd/amdgpu/vce_v4_0.c:611:9: note: byref variable will be forcibly initialized 611 | int r, idx; | ^~~ /kisskb/src/drivers/power/supply/power_supply_sysfs.c:329:8: note: byref variable will be forcibly initialized 329 | long long_val; | ^~~~~~~~ /kisskb/src/drivers/power/supply/power_supply_sysfs.c:316:29: note: byref variable will be forcibly initialized 316 | union power_supply_propval value; | ^~~~~ /kisskb/src/drivers/power/supply/power_supply_sysfs.c: In function 'power_supply_show_property': /kisskb/src/drivers/power/supply/power_supply_sysfs.c:270:29: note: byref variable will be forcibly initialized 270 | union power_supply_propval value; | ^~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c: In function 'hba_ioctl_callback': /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:788:8: note: byref variable will be forcibly initialized 788 | u32 caps; | ^~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:787:8: note: byref variable will be forcibly initialized 787 | u16 stat; | ^~~~ /kisskb/src/drivers/usb/dwc2/hcd_ddma.c: In function 'dwc2_recalc_initial_desc_idx': /kisskb/src/drivers/usb/dwc2/hcd_ddma.c:493:33: note: byref variable will be forcibly initialized 493 | u16 frame, fr_idx, fr_idx_tmp, skip_frames; | ^~~~~~~~~~~ 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:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/pci.h:35, from /kisskb/src/drivers/scsi/esas2r/esas2r.h:46, from /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:44: /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c: In function 'handle_buffered_ioctl': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:275:3: note: in expansion of macro 'wait_event_interruptible' 275 | wait_event_interruptible(a->buffered_ioctl_waiter, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:209:27: note: byref variable will be forcibly initialized 209 | struct esas2r_sg_context sgc; | ^~~ /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c: In function 'handle_smp_ioctl': /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:314:31: note: byref variable will be forcibly initialized 314 | struct esas2r_buffered_ioctl bi; | ^~ /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c: In function 'handle_csmi_ioctl': /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:648:31: note: byref variable will be forcibly initialized 648 | struct esas2r_buffered_ioctl bi; | ^~ /kisskb/src/drivers/usb/dwc2/debugfs.c: In function 'dr_mode_show': /kisskb/src/drivers/usb/dwc2/debugfs.c:765:14: note: byref variable will be forcibly initialized 765 | const char *dr_mode = ""; | ^~~~~~~ /kisskb/src/drivers/usb/dwc2/debugfs.c: In function 'params_show': /kisskb/src/drivers/usb/dwc2/debugfs.c:717:8: note: byref variable will be forcibly initialized 717 | char str[32]; | ^~~ 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:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/pci.h:35, from /kisskb/src/drivers/scsi/esas2r/esas2r.h:46, from /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:44: /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c: In function 'do_fm_api': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:161:3: note: in expansion of macro 'wait_event_interruptible' 161 | wait_event_interruptible(a->fm_api_waiter, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc2/hcd_ddma.c: In function 'dwc2_complete_non_isoc_xfer_ddma': /kisskb/src/drivers/usb/dwc2/hcd_ddma.c:1229:6: note: byref variable will be forcibly initialized 1229 | int xfer_done; | ^~~~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c: In function 'handle_hba_ioctl': /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:1232:31: note: byref variable will be forcibly initialized 1232 | struct esas2r_buffered_ioctl bi; | ^~ 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:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/pci.h:35, from /kisskb/src/drivers/scsi/esas2r/esas2r.h:46, from /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:44: /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c: In function 'esas2r_write_params': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:1260:4: note: in expansion of macro 'wait_event_interruptible' 1260 | wait_event_interruptible(a->nvram_waiter, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c: In function 'esas2r_read_vda': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:1865:5: note: in expansion of macro 'wait_event_interruptible' 1865 | wait_event_interruptible(a->vda_waiter, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:1833:28: note: byref variable will be forcibly initialized 1833 | struct esas2r_sg_context sgc; | ^~~ /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c: In function 'esas2r_write_vda': /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:1896:14: note: byref variable will be forcibly initialized 1896 | dma_addr_t dma_addr; | ^~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/pci.h:35, from /kisskb/src/drivers/scsi/esas2r/esas2r.h:46, from /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:44: /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c: In function 'esas2r_read_fs': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:1997:4: note: in expansion of macro 'wait_event_interruptible' 1997 | wait_event_interruptible(a->fs_api_waiter, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_ioctl.c:1953:28: note: byref variable will be forcibly initialized 1953 | struct esas2r_sg_context sgc; | ^~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/percpu.h:6, from /kisskb/src/arch/powerpc/include/asm/time.h:14, from /kisskb/src/arch/powerpc/include/asm/delay.h:7, from /kisskb/src/include/linux/delay.h:26, from /kisskb/src/drivers/scsi/cxlflash/main.c:11: /kisskb/src/drivers/scsi/cxlflash/main.c: In function 'cxlflash_rrq_irq': /kisskb/src/drivers/scsi/cxlflash/main.c:1475:12: note: byref variable will be forcibly initialized 1475 | LIST_HEAD(doneq); | ^~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/scsi/cxlflash/main.c: In function 'cxlflash_async_err_irq': /kisskb/src/drivers/scsi/cxlflash/main.c:1547:6: note: byref variable will be forcibly initialized 1547 | u64 reg_unmasked; | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/percpu.h:6, from /kisskb/src/arch/powerpc/include/asm/time.h:14, from /kisskb/src/arch/powerpc/include/asm/delay.h:7, from /kisskb/src/include/linux/delay.h:26, from /kisskb/src/drivers/scsi/cxlflash/main.c:11: /kisskb/src/drivers/scsi/cxlflash/main.c: In function 'cxlflash_irqpoll': /kisskb/src/drivers/scsi/cxlflash/main.c:1448:12: note: byref variable will be forcibly initialized 1448 | LIST_HEAD(doneq); | ^~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/scsi/cxlflash/main.c: In function 'read_vpd': /kisskb/src/drivers/scsi/cxlflash/main.c:1636:7: note: byref variable will be forcibly initialized 1636 | char tmp_buf[WWPN_BUF_LEN] = { 0 }; | ^~~~~~~ /kisskb/src/drivers/scsi/cxlflash/main.c:1635:7: note: byref variable will be forcibly initialized 1635 | char vpd_data[CXLFLASH_VPD_LEN]; | ^~~~~~~~ /kisskb/src/drivers/scsi/cxlflash/main.c:1633:15: note: byref variable will be forcibly initialized 1633 | unsigned int kw_size; | ^~~~~~~ /kisskb/src/drivers/scsi/cxlflash/main.c: In function 'init_global': /kisskb/src/drivers/scsi/cxlflash/main.c:1749:6: note: byref variable will be forcibly initialized 1749 | u64 wwpn[MAX_FC_PORTS]; /* wwpn of AFU ports */ | ^~~~ /kisskb/src/drivers/scsi/cxlflash/main.c: In function 'cxlflash_afu_debug': /kisskb/src/drivers/scsi/cxlflash/main.c:3382:20: note: byref variable will be forcibly initialized 3382 | struct sisl_ioasa asa; | ^~~ /kisskb/src/drivers/scsi/cxlflash/main.c:3381:21: note: byref variable will be forcibly initialized 3381 | struct sisl_ioarcb rcb; | ^~~ /kisskb/src/drivers/scsi/cxlflash/main.c: In function 'cxlflash_lun_provision': /kisskb/src/drivers/scsi/cxlflash/main.c:3288:20: note: byref variable will be forcibly initialized 3288 | struct sisl_ioasa asa; | ^~~ /kisskb/src/drivers/scsi/cxlflash/main.c:3287:21: note: byref variable will be forcibly initialized 3287 | struct sisl_ioarcb rcb; | ^~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/cxlflash/main.c:13: /kisskb/src/drivers/scsi/cxlflash/main.c: In function 'cxlflash_pci_error_detected': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/cxlflash/main.c:3786:3: note: in expansion of macro 'wait_event' 3786 | wait_event(cfg->reset_waitq, cfg->state != STATE_RESET && | ^~~~~~~~~~ /kisskb/src/drivers/scsi/cxlflash/main.c: In function 'cxlflash_eh_host_reset_handler': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/cxlflash/main.c:2515:3: note: in expansion of macro 'wait_event' 2515 | wait_event(cfg->reset_waitq, cfg->state != STATE_RESET); | ^~~~~~~~~~ /kisskb/src/drivers/scsi/cxlflash/main.c: In function 'cxlflash_remove': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:1012:2: note: in expansion of macro '___wait_event' 1012 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1078:11: note: in expansion of macro '__wait_event_interruptible_lock_irq' 1078 | __ret = __wait_event_interruptible_lock_irq(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/cxlflash/main.c:960:3: note: in expansion of macro 'wait_event_interruptible_lock_irq' 960 | wait_event_interruptible_lock_irq(cfg->tmf_waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/cxlflash/main.c:956:2: note: in expansion of macro 'wait_event' 956 | wait_event(cfg->reset_waitq, cfg->state != STATE_RESET && | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c: In function 'amdgpu_vcn_idle_work_handler': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c:397:27: note: byref variable will be forcibly initialized 397 | struct dpg_pause_state new_state; | ^~~~~~~~~ /kisskb/src/drivers/scsi/cxlflash/main.c: In function 'num_hwqs_store': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/cxlflash/main.c:2996:3: note: in expansion of macro 'wait_event' 2996 | wait_event(cfg->reset_waitq, cfg->state != STATE_RESET); | ^~~~~~~~~~ /kisskb/src/drivers/scsi/cxlflash/main.c:2966:6: note: byref variable will be forcibly initialized 2966 | int nhwqs, num_hwqs; | ^~~~~ /kisskb/src/drivers/scsi/cxlflash/main.c: In function 'irqpoll_weight_store': /kisskb/src/drivers/scsi/cxlflash/main.c:2887:6: note: byref variable will be forcibly initialized 2887 | u32 weight; | ^~~~~~ /kisskb/src/drivers/scsi/cxlflash/main.c: In function 'lun_mode_store': /kisskb/src/drivers/scsi/cxlflash/main.c:2701:6: note: byref variable will be forcibly initialized 2701 | u32 lun_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:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/cxlflash/main.c:13: /kisskb/src/drivers/scsi/cxlflash/main.c: In function 'cxlflash_wait_for_pci_err_recovery': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/cxlflash/main.c:648:3: note: in expansion of macro 'wait_event_timeout' 648 | wait_event_timeout(cfg->reset_waitq, | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/scsi/cxlflash/main.c:24: /kisskb/src/drivers/scsi/cxlflash/main.c: In function 'lun_to_lunid': /kisskb/src/drivers/scsi/cxlflash/common.h:301:9: note: byref variable will be forcibly initialized 301 | __be64 lun_id; | ^~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/cxlflash/main.c:13: /kisskb/src/drivers/scsi/cxlflash/main.c: In function 'send_tmf': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:1084:2: note: in expansion of macro '___wait_event' 1084 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1119:11: note: in expansion of macro '__wait_event_lock_irq_timeout' 1119 | __ret = __wait_event_lock_irq_timeout( \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/cxlflash/main.c:513:7: note: in expansion of macro 'wait_event_interruptible_lock_irq_timeout' 513 | to = wait_event_interruptible_lock_irq_timeout(cfg->tmf_waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:1012:2: note: in expansion of macro '___wait_event' 1012 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:1078:11: note: in expansion of macro '__wait_event_interruptible_lock_irq' 1078 | __ret = __wait_event_interruptible_lock_irq(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/cxlflash/main.c:484:3: note: in expansion of macro 'wait_event_interruptible_lock_irq' 484 | wait_event_interruptible_lock_irq(cfg->tmf_waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c: In function 'amdgpu_vcn_dec_send_msg': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c:545:21: note: byref variable will be forcibly initialized 545 | struct amdgpu_job *job; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c:544:20: note: byref variable will be forcibly initialized 544 | struct dma_fence *f = NULL; | ^ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c: In function 'amdgpu_vcn_dec_sw_send_msg': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c:689:21: note: byref variable will be forcibly initialized 689 | struct amdgpu_job *job; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c:688:20: note: byref variable will be forcibly initialized 688 | struct dma_fence *f = NULL; | ^ /kisskb/src/drivers/scsi/cxlflash/main.c: In function 'cxlflash_eh_device_reset_handler': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/cxlflash/main.c:2466:3: note: in expansion of macro 'wait_event' 2466 | wait_event(cfg->reset_waitq, cfg->state != STATE_RESET); | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c: In function 'amdgpu_vcn_enc_get_create_msg': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c:804:20: note: byref variable will be forcibly initialized 804 | struct dma_fence *f = NULL; | ^ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c:802:21: note: byref variable will be forcibly initialized 802 | struct amdgpu_job *job; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c: In function 'amdgpu_vcn_enc_get_destroy_msg': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c:858:20: note: byref variable will be forcibly initialized 858 | struct dma_fence *f = NULL; | ^ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c:856:21: note: byref variable will be forcibly initialized 856 | struct amdgpu_job *job; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c: In function 'amdgpu_vcn_is_disabled_vcn': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c:291:6: note: byref variable will be forcibly initialized 291 | int revision; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c:290:6: note: byref variable will be forcibly initialized 290 | int minor; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c:289:6: note: byref variable will be forcibly initialized 289 | int major; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c: In function 'amdgpu_vcn_suspend': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c:312:9: note: byref variable will be forcibly initialized 312 | int i, idx; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c: In function 'amdgpu_vcn_resume': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c:341:9: note: byref variable will be forcibly initialized 341 | int i, idx; | ^~~ /kisskb/src/drivers/scsi/cxlflash/main.c: In function 'cxlflash_chr_ioctl': /kisskb/src/drivers/scsi/cxlflash/main.c:3479:7: note: byref variable will be forcibly initialized 3479 | char buf[sizeof(union cxlflash_ht_ioctls)]; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c: In function 'amdgpu_vcn_ring_begin_use': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c:443:26: note: byref variable will be forcibly initialized 443 | struct dpg_pause_state new_state; | ^~~~~~~~~ /kisskb/src/drivers/scsi/cxlflash/main.c: In function 'cxlflash_class_init': /kisskb/src/drivers/scsi/cxlflash/main.c:3872:8: note: byref variable will be forcibly initialized 3872 | dev_t devno; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c: In function 'amdgpu_vcn_dec_ring_test_ib': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c:652:19: note: byref variable will be forcibly initialized 652 | struct amdgpu_ib ib; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c:651:20: note: byref variable will be forcibly initialized 651 | struct dma_fence *fence = NULL; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c: In function 'amdgpu_vcn_dec_sw_ring_test_ib': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c:737:19: note: byref variable will be forcibly initialized 737 | struct amdgpu_ib ib; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c:736:20: note: byref variable will be forcibly initialized 736 | struct dma_fence *fence = NULL; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c: In function 'amdgpu_vcn_enc_ring_test_ib': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c:909:19: note: byref variable will be forcibly initialized 909 | struct amdgpu_ib ib; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c:908:20: note: byref variable will be forcibly initialized 908 | struct dma_fence *fence = NULL; | ^~~~~ /kisskb/src/drivers/ptp/ptp_vclock.c: In function 'ptp_vclock_refresh': /kisskb/src/drivers/ptp/ptp_vclock.c:77:20: note: byref variable will be forcibly initialized 77 | struct timespec64 ts; | ^~ /kisskb/src/drivers/ptp/ptp_vclock.c: In function 'ptp_get_vclocks_index': /kisskb/src/drivers/ptp/ptp_vclock.c:155:7: note: byref variable will be forcibly initialized 155 | char name[PTP_CLOCK_NAME_LEN] = ""; | ^~~~ /kisskb/src/drivers/ptp/ptp_vclock.c: In function 'ptp_convert_timestamp': /kisskb/src/drivers/ptp/ptp_vclock.c:191:7: note: byref variable will be forcibly initialized 191 | char name[PTP_CLOCK_NAME_LEN] = ""; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c: In function 'vcn_v1_0_idle_work_handler': /kisskb/src/drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c:1785:26: note: byref variable will be forcibly initialized 1785 | struct dpg_pause_state new_state; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c: In function 'vcn_v1_0_set_pg_for_begin_use': /kisskb/src/drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c:1843:26: note: byref variable will be forcibly initialized 1843 | struct dpg_pause_state new_state; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_jpeg.c: In function 'amdgpu_jpeg_dec_set_reg': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_jpeg.c:149:20: note: byref variable will be forcibly initialized 149 | struct dma_fence *f = NULL; | ^ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_jpeg.c:147:21: note: byref variable will be forcibly initialized 147 | struct amdgpu_job *job; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_jpeg.c: In function 'amdgpu_jpeg_dec_ring_test_ib': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_jpeg.c:188:20: note: byref variable will be forcibly initialized 188 | struct dma_fence *fence = NULL; | ^~~~~ /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:25:16: note: byref variable will be forcibly initialized 25 | unsigned long delay_off = 0; | ^~~~~~~~~ /kisskb/src/drivers/power/supply/power_supply_leds.c:24:16: note: byref variable will be forcibly initialized 24 | unsigned long delay_on = 0; | ^~~~~~~~ /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/drivers/gpu/drm/amd/amdgpu/vcn_v2_0.c: In function 'vcn_v2_0_sw_fini': /kisskb/src/drivers/gpu/drm/amd/amdgpu/vcn_v2_0.c:189:9: note: byref variable will be forcibly initialized 189 | int r, idx; | ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c:22: /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ 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 'tea5761_autodetection': /kisskb/src/drivers/media/tuners/tea5761.c:264:16: note: byref variable will be forcibly initialized 264 | unsigned char buffer[16]; | ^~~~~~ In file included from /kisskb/src/drivers/media/tuners/tea5761.c:12: /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/tea5761.c:142:16: note: byref variable will be forcibly initialized 142 | unsigned char buffer[7] = {0, 0, 0, 0, 0, 0, 0 }; | ^~~~~~ /kisskb/src/drivers/media/tuners/tea5761.c: In function 'tea5761_get_rf_strength': /kisskb/src/drivers/media/tuners/tea5761.c:252:16: note: byref variable will be forcibly initialized 252 | unsigned char buffer[16]; | ^~~~~~ /kisskb/src/drivers/media/tuners/tea5761.c: In function 'tea5761_get_status': /kisskb/src/drivers/media/tuners/tea5761.c:236:16: note: byref variable will be forcibly initialized 236 | unsigned char buffer[16]; | ^~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c: In function 'fw_crash_state_store': /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c:3343:6: note: byref variable will be forcibly initialized 3343 | int val = 0; | ^~~ /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c: In function 'fw_crash_buffer_store': /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c:3267:6: note: byref variable will be forcibly initialized 3267 | int val = 0; | ^~~ /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c: In function 'megasas_adp_reset_xscale': /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c:560:6: note: byref variable will be forcibly initialized 560 | u32 pcidata; | ^~~~~~~ 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:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/pci.h:35, from /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c:22: /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c: In function 'megasas_issue_blocked_abort_cmd': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c:1243:3: note: in expansion of macro 'wait_event' 1243 | wait_event(instance->abort_cmd_wait_q, | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c:1233:9: note: in expansion of macro 'wait_event_timeout' 1233 | ret = wait_event_timeout(instance->abort_cmd_wait_q, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c: In function 'megasas_mgmt_ioctl_aen': /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c:8575:21: note: byref variable will be forcibly initialized 8575 | struct megasas_aen aen; | ^~~ 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:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/pci.h:35, from /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c:22: /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c: In function 'megasas_issue_blocked_cmd': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c:1176:3: note: in expansion of macro 'wait_event' 1176 | wait_event(instance->int_cmd_wait_q, | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c:1167:9: note: in expansion of macro 'wait_event_timeout' 1167 | ret = wait_event_timeout(instance->int_cmd_wait_q, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c: In function 'megasas_get_ld_vf_affiliation_111': /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c:2360:13: note: byref variable will be forcibly initialized 2360 | dma_addr_t new_affiliation_111_h; | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c: In function 'megasas_get_ld_vf_affiliation_12': /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c:2467:13: note: byref variable will be forcibly initialized 2467 | dma_addr_t new_affiliation_h; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c: In function 'megasas_get_seq_num': /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c:6583:13: note: byref variable will be forcibly initialized 6583 | dma_addr_t el_info_h = 0; | ^~~~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c: In function 'megasas_start_aen': /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c:6875:30: note: byref variable will be forcibly initialized 6875 | struct megasas_evt_log_info eli; | ^~~ /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c: In function 'megasas_issue_pending_cmds_again': /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c:3811:19: note: byref variable will be forcibly initialized 3811 | struct list_head clist_local; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c: In function 'megasas_wait_for_outstanding': /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c:2744:19: note: byref variable will be forcibly initialized 2744 | struct list_head clist_local; | ^~~~~~~~~~~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'reset_select_slave': /kisskb/src/drivers/w1/slaves/w1_therm.c:1008:6: note: byref variable will be forcibly initialized 1008 | u64 rn = le64_to_cpu(*((u64 *)&sl->reg_num)); | ^~ /kisskb/src/drivers/w1/slaves/w1_therm.c:1007:5: note: byref variable will be forcibly initialized 1007 | u8 match[9] = { W1_MATCH_ROM, }; | ^~~~~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'w1_read_temp': /kisskb/src/drivers/w1/slaves/w1_therm.c:2018:20: note: byref variable will be forcibly initialized 2018 | struct therm_info info; | ^~~~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'w1_DS18B20_get_resolution': /kisskb/src/drivers/w1/slaves/w1_therm.c:641:20: note: byref variable will be forcibly initialized 641 | struct therm_info info; | ^~~~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'w1_DS18B20_set_resolution': /kisskb/src/drivers/w1/slaves/w1_therm.c:593:26: note: byref variable will be forcibly initialized 593 | struct therm_info info, info2; | ^~~~~ /kisskb/src/drivers/w1/slaves/w1_therm.c:593:20: note: byref variable will be forcibly initialized 593 | struct therm_info info, info2; | ^~~~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'features_store': /kisskb/src/drivers/w1/slaves/w1_therm.c:1981:6: note: byref variable will be forcibly initialized 1981 | int val, ret = 0; | ^~~ /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 'resolution_store': /kisskb/src/drivers/w1/slaves/w1_therm.c:1703:6: note: byref variable will be forcibly initialized 1703 | int val; | ^~~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'w1_slave_store': /kisskb/src/drivers/w1/slaves/w1_therm.c:1581:6: note: byref variable will be forcibly initialized 1581 | int val, ret = 0; | ^~~ /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 'conv_time_store': /kisskb/src/drivers/w1/slaves/w1_therm.c:1955:7: note: byref variable will be forcibly initialized 1955 | int conv_time; | ^~~~~~~~~ /kisskb/src/drivers/w1/slaves/w1_therm.c:1939:6: note: byref variable will be forcibly initialized 1939 | int val, ret = 0; | ^~~ /kisskb/src/drivers/w1/slaves/w1_therm.c: In function 'alarms_store': /kisskb/src/drivers/w1/slaves/w1_therm.c:1789:8: note: byref variable will be forcibly initialized 1789 | char *p_args, *orig; | ^~~~~~ /kisskb/src/drivers/w1/slaves/w1_therm.c:1786:6: note: byref variable will be forcibly initialized 1786 | int temp, ret; | ^~~~ /kisskb/src/drivers/w1/slaves/w1_therm.c:1785:5: note: byref variable will be forcibly initialized 1785 | u8 new_config_register[3]; /* array of data to be written */ | ^~~~~~~~~~~~~~~~~~~ /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/scsi/megaraid/megaraid_sas_base.c: In function 'megasas_mgmt_fw_ioctl': /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c:8243:13: note: byref variable will be forcibly initialized 8243 | dma_addr_t sense_handle; | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c:8240:13: note: byref variable will be forcibly initialized 8240 | dma_addr_t buf_handle = 0; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c:8239:8: note: byref variable will be forcibly initialized 8239 | void *kbuff_arr[MAX_IOCTL_SGE]; | ^~~~~~~~~ /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/w1/slaves/w1_therm.c: In function 'w1_seq_show': /kisskb/src/drivers/w1/slaves/w1_therm.c:2061:6: note: byref variable will be forcibly initialized 2061 | u64 rn; | ^~ /kisskb/src/drivers/w1/slaves/w1_therm.c:2060:5: note: byref variable will be forcibly initialized 2060 | u8 ack; | ^~~ /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c: In function 'megasas_init_fw': /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c:6025:6: note: byref variable will be forcibly initialized 6025 | u16 lnksta, speed; | ^~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c:6019:16: note: byref variable will be forcibly initialized 6019 | unsigned long bar_list; | ^~~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c:6016:18: note: byref variable will be forcibly initialized 6016 | resource_size_t base_addr; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c: In function 'vcn_v2_5_sw_fini': /kisskb/src/drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c:224:12: note: byref variable will be forcibly initialized 224 | int i, r, idx; | ^~~ /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c: In function 'megasas_probe_one': /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c:7465:6: note: byref variable will be forcibly initialized 7465 | u16 control = 0; | ^~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c: In function 'enable_sdev_max_qd_store': /kisskb/src/drivers/scsi/megaraid/megaraid_sas_base.c:3425:6: note: byref variable will be forcibly initialized 3425 | u32 val = 0; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/vcn_v3_0.c: In function 'vcn_v3_0_start_sriov': /kisskb/src/drivers/gpu/drm/amd/amdgpu/vcn_v3_0.c:1287:32: note: byref variable will be forcibly initialized 1287 | struct mmsch_v3_0_init_header header; | ^~~~~~ /kisskb/src/drivers/i2c/busses/i2c-diolan-u2c.c: In function 'diolan_usb_transfer': /kisskb/src/drivers/i2c/busses/i2c-diolan-u2c.c:99:6: note: byref variable will be forcibly initialized 99 | int actual; | ^~~~~~ /kisskb/src/drivers/i2c/busses/i2c-diolan-u2c.c: In function 'diolan_usb_xfer': /kisskb/src/drivers/i2c/busses/i2c-diolan-u2c.c:364:8: note: byref variable will be forcibly initialized 364 | u8 byte; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/vcn_v3_0.c: In function 'vcn_v3_0_sw_fini': /kisskb/src/drivers/gpu/drm/amd/amdgpu/vcn_v3_0.c:244:12: note: byref variable will be forcibly initialized 244 | int i, r, idx; | ^~~ /kisskb/src/drivers/i2c/busses/i2c-diolan-u2c.c: In function 'diolan_flush_input': /kisskb/src/drivers/i2c/busses/i2c-diolan-u2c.c:203:7: note: byref variable will be forcibly initialized 203 | int actual = 0; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/vcn_v3_0.c: In function 'vcn_v3_0_dec_msg': /kisskb/src/drivers/gpu/drm/amd/amdgpu/vcn_v3_0.c:1831:9: note: byref variable will be forcibly initialized 1831 | void * ptr; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/vcn_v3_0.c:1828:20: note: byref variable will be forcibly initialized 1828 | struct amdgpu_bo *bo; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/vcn_v3_0.c:1826:31: note: byref variable will be forcibly initialized 1826 | struct amdgpu_bo_va_mapping *map; | ^~~ /kisskb/src/drivers/scsi/esas2r/esas2r_vda.c: In function 'esas2r_complete_vda_ioctl': /kisskb/src/drivers/scsi/esas2r/esas2r_vda.c:305:9: note: byref variable will be forcibly initialized 305 | char buf[sizeof(cfg->data.init.fw_release) + 1]; | ^~~ /kisskb/src/drivers/media/cec/core/cec-core.c: In function 'cec_error_inj_write': /kisskb/src/drivers/media/cec/core/cec-core.c:194:8: note: byref variable will be forcibly initialized 194 | char *p; | ^ /kisskb/src/drivers/ptp/ptp_ines.c: In function 'ines_hwtstamp': /kisskb/src/drivers/ptp/ptp_ines.c:335:25: note: byref variable will be forcibly initialized 335 | struct hwtstamp_config cfg; | ^~~ /kisskb/src/drivers/ptp/ptp_ines.c: In function 'ines_find_txts': /kisskb/src/drivers/ptp/ptp_ines.c:289:24: note: byref variable will be forcibly initialized 289 | struct ines_timestamp ts; | ^~ /kisskb/src/drivers/ptp/ptp_ines.c: In function 'ines_txtstamp_work': /kisskb/src/drivers/ptp/ptp_ines.c:651:30: note: byref variable will be forcibly initialized 651 | struct skb_shared_hwtstamps ssh; | ^~~ /kisskb/src/drivers/net/mdio/fwnode_mdio.c: In function 'fwnode_find_mii_timestamper': /kisskb/src/drivers/net/mdio/fwnode_mdio.c:20:25: note: byref variable will be forcibly initialized 20 | struct of_phandle_args arg; | ^~~ /kisskb/src/drivers/net/mdio/fwnode_mdio.c: In function 'fwnode_mdiobus_register_phy': /kisskb/src/drivers/net/mdio/fwnode_mdio.c:91:6: note: byref variable will be forcibly initialized 91 | u32 phy_id; | ^~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/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:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-adap.c:488:4: note: in expansion of macro 'wait_event_interruptible' 488 | wait_event_interruptible(adap->kthread_waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-adap.c:478:10: note: in expansion of macro 'wait_event_interruptible_timeout' 478 | err = wait_event_interruptible_timeout(adap->kthread_waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-adap.c: In function 'cec_config_thread_func': /kisskb/src/drivers/media/cec/core/cec-adap.c:1483:18: note: byref variable will be forcibly initialized 1483 | struct cec_msg msg = {}; | ^~~ /kisskb/src/drivers/ptp/ptp_clockmatrix.c: In function '_idtcm_gettime': /kisskb/src/drivers/ptp/ptp_clockmatrix.c:380:5: note: byref variable will be forcibly initialized 380 | u8 trigger; | ^~~~~~~ /kisskb/src/drivers/ptp/ptp_clockmatrix.c:379:5: note: byref variable will be forcibly initialized 379 | u8 buf[TOD_BYTE_COUNT]; | ^~~ /kisskb/src/drivers/ptp/ptp_clockmatrix.c: In function 'idtcm_extts_check_channel': /kisskb/src/drivers/ptp/ptp_clockmatrix.c:412:20: note: byref variable will be forcibly initialized 412 | struct timespec64 ts; | ^~ /kisskb/src/drivers/ptp/ptp_clockmatrix.c:411:25: note: byref variable will be forcibly initialized 411 | struct ptp_clock_event event; | ^~~~~ /kisskb/src/drivers/ptp/ptp_clockmatrix.c: In function 'idtcm_read_major_release': /kisskb/src/drivers/ptp/ptp_clockmatrix.c:1096:5: note: byref variable will be forcibly initialized 1096 | u8 buf = 0; | ^~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/pci.h:37, from /kisskb/src/drivers/scsi/megaraid/megaraid_sas_fusion.c:22: /kisskb/src/drivers/scsi/megaraid/megaraid_sas_fusion.c: In function '__ab_c_size': /kisskb/src/drivers/ptp/ptp_clockmatrix.c: In function 'idtcm_read_product_id': /kisskb/src/drivers/ptp/ptp_clockmatrix.c:1084:5: note: byref variable will be forcibly initialized 1084 | u8 buf[2] = {0}; | ^~~ /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_sas_fusion.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:135:6: note: in expansion of macro 'check_mul_overflow' 135 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:135:6: note: in expansion of macro 'check_mul_overflow' 135 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:133:9: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/ptp/ptp_clockmatrix.c: In function 'read_boot_status': /kisskb/src/drivers/ptp/ptp_clockmatrix.c:209:5: note: byref variable will be forcibly initialized 209 | u8 buf[4] = {0}; | ^~~ /kisskb/src/drivers/ptp/ptp_clockmatrix.c: In function 'idtcm_get_pll_mode': /kisskb/src/drivers/ptp/ptp_clockmatrix.c:1387:5: note: byref variable will be forcibly initialized 1387 | u8 dpll_mode; | ^~~~~~~~~ /kisskb/src/drivers/ptp/ptp_clockmatrix.c: In function 'idtcm_get_manual_reference': /kisskb/src/drivers/ptp/ptp_clockmatrix.c:1427:5: note: byref variable will be forcibly initialized 1427 | u8 dpll_manu_ref_cfg; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ptp/ptp_clockmatrix.c: In function 'initialize_dco_operating_mode': /kisskb/src/drivers/ptp/ptp_clockmatrix.c:1671:16: note: byref variable will be forcibly initialized 1671 | enum pll_mode mode = PLL_MODE_DISABLED; | ^~~~ /kisskb/src/drivers/ptp/ptp_clockmatrix.c:1670:24: note: byref variable will be forcibly initialized 1670 | enum manual_reference ref = MANU_REF_XO_DPLL; | ^~~ /kisskb/src/drivers/ptp/ptp_clockmatrix.c: In function 'idtcm_get_dco_delay': /kisskb/src/drivers/ptp/ptp_clockmatrix.c:2154:5: note: byref variable will be forcibly initialized 2154 | u8 nbuf[2] = {0}; | ^~~~ /kisskb/src/drivers/ptp/ptp_clockmatrix.c:2153:5: note: byref variable will be forcibly initialized 2153 | u8 mbuf[8] = {0}; | ^~~~ /kisskb/src/drivers/media/cec/i2c/ch7322.c: In function 'ch7322_tx_done': /kisskb/src/drivers/media/cec/i2c/ch7322.c:240:15: note: byref variable will be forcibly initialized 240 | unsigned int val; | ^~~ /kisskb/src/drivers/media/cec/i2c/ch7322.c: In function 'ch7322_phys_addr': /kisskb/src/drivers/media/cec/i2c/ch7322.c:292:20: note: byref variable will be forcibly initialized 292 | unsigned int pah, pal; | ^~~ /kisskb/src/drivers/media/cec/i2c/ch7322.c:292:15: note: byref variable will be forcibly initialized 292 | unsigned int pah, pal; | ^~~ /kisskb/src/drivers/ptp/ptp_clockmatrix.c: In function 'idtcm_strverscmp': /kisskb/src/drivers/ptp/ptp_clockmatrix.c:166:14: note: byref variable will be forcibly initialized 166 | u8 ver1[3], ver2[3]; | ^~~~ /kisskb/src/drivers/ptp/ptp_clockmatrix.c:166:5: note: byref variable will be forcibly initialized 166 | u8 ver1[3], ver2[3]; | ^~~~ /kisskb/src/drivers/media/cec/i2c/ch7322.c: In function 'ch7322_receive_message': /kisskb/src/drivers/media/cec/i2c/ch7322.c:210:15: note: byref variable will be forcibly initialized 210 | unsigned int val; | ^~~ /kisskb/src/drivers/ptp/ptp_clockmatrix.c: In function 'idtcm_set_version_info': /kisskb/src/drivers/ptp/ptp_clockmatrix.c:2019:5: note: byref variable will be forcibly initialized 2019 | u8 config_select; | ^~~~~~~~~~~~~ /kisskb/src/drivers/ptp/ptp_clockmatrix.c:2018:5: note: byref variable will be forcibly initialized 2018 | u8 hw_rev_id; | ^~~~~~~~~ /kisskb/src/drivers/media/cec/i2c/ch7322.c: In function 'ch7322_send_message': /kisskb/src/drivers/media/cec/i2c/ch7322.c:167:15: note: byref variable will be forcibly initialized 167 | unsigned int val; | ^~~ /kisskb/src/drivers/ptp/ptp_clockmatrix.c:2017:6: note: byref variable will be forcibly initialized 2017 | u16 product_id; | ^~~~~~~~~~ /kisskb/src/drivers/ptp/ptp_clockmatrix.c:2016:5: note: byref variable will be forcibly initialized 2016 | u8 hotfix; | ^~~~~~ /kisskb/src/drivers/ptp/ptp_clockmatrix.c:2015:5: note: byref variable will be forcibly initialized 2015 | u8 minor; | ^~~~~ /kisskb/src/drivers/ptp/ptp_clockmatrix.c:2014:5: note: byref variable will be forcibly initialized 2014 | u8 major; | ^~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c: In function 'beiscsi_exec_nemb_cmd': /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:231:15: note: byref variable will be forcibly initialized 231 | unsigned int tag; | ^~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c: In function 'beiscsi_if_mod_gw': /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:441:20: note: byref variable will be forcibly initialized 441 | struct be_dma_mem nonemb_cmd; | ^~~~~~~~~~ /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/drivers/scsi/be2iscsi/be_mgmt.c: In function 'beiscsi_if_clr_ip': /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:518:20: note: byref variable will be forcibly initialized 518 | struct be_dma_mem nonemb_cmd; | ^~~~~~~~~~ /kisskb/src/drivers/media/cec/i2c/ch7322.c: In function 'ch7322_irq': /kisskb/src/drivers/media/cec/i2c/ch7322.c:309:15: note: byref variable will be forcibly initialized 309 | unsigned int data = 0; | ^~~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c: In function 'beiscsi_if_set_ip': /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:556:20: note: byref variable will be forcibly initialized 556 | struct be_dma_mem nonemb_cmd; | ^~~~~~~~~~ /kisskb/src/drivers/ptp/ptp_clockmatrix.c: In function 'clear_boot_status': /kisskb/src/drivers/ptp/ptp_clockmatrix.c:201:5: note: byref variable will be forcibly initialized 201 | u8 buf[4] = {0}; | ^~~ /kisskb/src/drivers/media/cec/i2c/ch7322.c: In function 'ch7322_probe': /kisskb/src/drivers/media/cec/i2c/ch7322.c:455:15: note: byref variable will be forcibly initialized 455 | unsigned int val; | ^~~ /kisskb/src/drivers/ptp/ptp_clockmatrix.c: In function 'idtcm_state_machine_reset': /kisskb/src/drivers/ptp/ptp_clockmatrix.c:1046:6: note: byref variable will be forcibly initialized 1046 | u32 status = 0; | ^~~~~~ /kisskb/src/drivers/ptp/ptp_clockmatrix.c:1045:5: note: byref variable will be forcibly initialized 1045 | u8 byte = SM_RESET_CMD; | ^~~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c: In function 'beiscsi_boot_process_compl': /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:825:21: note: byref variable will be forcibly initialized 825 | struct be_mcc_wrb *wrb; | ^~~ /kisskb/src/drivers/ptp/ptp_clockmatrix.c: In function 'idtcm_load_firmware': /kisskb/src/drivers/ptp/ptp_clockmatrix.c:1243:5: note: byref variable will be forcibly initialized 1243 | u8 val; | ^~~ /kisskb/src/drivers/ptp/ptp_clockmatrix.c:1238:25: note: byref variable will be forcibly initialized 1238 | const struct firmware *fw; | ^~ /kisskb/src/drivers/ptp/ptp_clockmatrix.c:1237:7: note: byref variable will be forcibly initialized 1237 | char fname[128] = FW_FILENAME; | ^~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c: In function 'mgmt_vendor_specific_fw_cmd': /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:40:15: note: byref variable will be forcibly initialized 40 | unsigned int tag = 0; | ^~~ /kisskb/src/drivers/ptp/ptp_clockmatrix.c: In function '_idtcm_adjfine': /kisskb/src/drivers/ptp/ptp_clockmatrix.c:1754:5: note: byref variable will be forcibly initialized 1754 | u8 buf[6] = {0}; | ^~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c: In function 'mgmt_open_connection': /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:125:15: note: byref variable will be forcibly initialized 125 | unsigned int tag = 0; | ^~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:123:19: note: byref variable will be forcibly initialized 123 | struct phys_addr template_address = { 0, 0 }; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/ptp/ptp_clockmatrix.c: In function 'idtcm_output_enable': /kisskb/src/drivers/ptp/ptp_clockmatrix.c:1313:5: note: byref variable will be forcibly initialized 1313 | u8 val; | ^~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c: In function 'beiscsi_modify_eq_delay': /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:324:20: note: byref variable will be forcibly initialized 324 | struct be_dma_mem nonemb_cmd; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c: In function 'beiscsi_get_initiator_name': /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:363:25: note: byref variable will be forcibly initialized 363 | struct be_cmd_hba_name resp; | ^~~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:362:20: note: byref variable will be forcibly initialized 362 | struct be_dma_mem nonemb_cmd; | ^~~~~~~~~~ /kisskb/src/drivers/ptp/ptp_clockmatrix.c: In function '_idtcm_set_scsr_read_trig': /kisskb/src/drivers/ptp/ptp_clockmatrix.c:247:5: note: byref variable will be forcibly initialized 247 | u8 val; | ^~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c: In function 'beiscsi_if_get_handle': /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:394:15: note: byref variable will be forcibly initialized 394 | unsigned int tag; | ^~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:391:21: note: byref variable will be forcibly initialized 391 | struct be_mcc_wrb *wrb; | ^~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c: In function 'beiscsi_if_get_gw': /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:495:20: note: byref variable will be forcibly initialized 495 | struct be_dma_mem nonemb_cmd; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c: In function 'beiscsi_if_set_gw': /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:462:37: note: byref variable will be forcibly initialized 462 | struct be_cmd_get_def_gateway_resp gw_resp; | ^~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/scsi/megaraid/megaraid_sas_fusion.c:22: /kisskb/src/drivers/scsi/megaraid/megaraid_sas_fusion.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c: In function 'beiscsi_if_get_info': /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:748:20: note: byref variable will be forcibly initialized 748 | struct be_dma_mem nonemb_cmd; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c: In function 'beiscsi_if_en_static': /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:601:20: note: byref variable will be forcibly initialized 601 | struct be_dma_mem nonemb_cmd; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:599:34: note: byref variable will be forcibly initialized 599 | struct be_cmd_get_if_info_resp *if_info; | ^~~~~~~ /kisskb/src/drivers/ptp/ptp_clockmatrix.c: In function '_idtcm_set_dpll_hw_tod': /kisskb/src/drivers/ptp/ptp_clockmatrix.c:693:20: note: byref variable will be forcibly initialized 693 | struct timespec64 local_ts = *ts; | ^~~~~~~~ /kisskb/src/drivers/ptp/ptp_clockmatrix.c:691:5: note: byref variable will be forcibly initialized 691 | u8 cmd; | ^~~ /kisskb/src/drivers/ptp/ptp_clockmatrix.c:690:5: note: byref variable will be forcibly initialized 690 | u8 buf[TOD_BYTE_COUNT]; | ^~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c: In function 'beiscsi_if_en_dhcp': /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:649:20: note: byref variable will be forcibly initialized 649 | struct be_dma_mem nonemb_cmd; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:647:34: note: byref variable will be forcibly initialized 647 | struct be_cmd_get_if_info_resp *if_info; | ^~~~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:646:37: note: byref variable will be forcibly initialized 646 | struct be_cmd_get_def_gateway_resp gw_resp; | ^~~~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c: In function 'mgmt_get_nic_conf': /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:805:20: note: byref variable will be forcibly initialized 805 | struct be_dma_mem nonemb_cmd; | ^~~~~~~~~~ /kisskb/src/drivers/ptp/ptp_clockmatrix.c: In function '_sync_pll_output': /kisskb/src/drivers/ptp/ptp_clockmatrix.c:491:5: note: byref variable will be forcibly initialized 491 | u8 temp; | ^~~~ /kisskb/src/drivers/ptp/ptp_clockmatrix.c:488:5: note: byref variable will be forcibly initialized 488 | u8 val; | ^~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c: In function 'beiscsi_boot_logout_sess': /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:930:15: note: byref variable will be forcibly initialized 930 | unsigned int tag; | ^~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c: In function 'beiscsi_boot_reopen_sess': /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:969:15: note: byref variable will be forcibly initialized 969 | unsigned int tag; | ^~~ /kisskb/src/drivers/ptp/ptp_clockmatrix.c: In function 'idtcm_sync_pps_output': /kisskb/src/drivers/ptp/ptp_clockmatrix.c:617:5: note: byref variable will be forcibly initialized 617 | u8 temp; | ^~~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c: In function 'beiscsi_boot_get_sinfo': /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:1012:15: note: byref variable will be forcibly initialized 1012 | unsigned int tag; | ^~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c: In function '__beiscsi_boot_get_shandle': /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:1058:15: note: byref variable will be forcibly initialized 1058 | unsigned int tag; | ^~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c: In function 'beiscsi_boot_get_shandle': /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:1097:21: note: byref variable will be forcibly initialized 1097 | struct be_mcc_wrb *wrb; | ^~~ /kisskb/src/drivers/ptp/ptp_clockmatrix.c: In function 'set_tod_write_overhead': /kisskb/src/drivers/ptp/ptp_clockmatrix.c:979:7: note: byref variable will be forcibly initialized 979 | char buf[TOD_BYTE_COUNT] = {0}; | ^~~ /kisskb/src/drivers/ptp/ptp_clockmatrix.c: In function '_idtcm_adjphase': /kisskb/src/drivers/ptp/ptp_clockmatrix.c:1714:5: note: byref variable will be forcibly initialized 1714 | u8 buf[4] = {0}; | ^~~ /kisskb/src/drivers/ptp/ptp_clockmatrix.c: In function 'idtcm_set_manual_reference': /kisskb/src/drivers/ptp/ptp_clockmatrix.c:1447:5: note: byref variable will be forcibly initialized 1447 | u8 dpll_manu_ref_cfg; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ptp/ptp_clockmatrix.c: In function 'idtcm_set_phase_pull_in_offset': /kisskb/src/drivers/ptp/ptp_clockmatrix.c:892:5: note: byref variable will be forcibly initialized 892 | u8 buf[4]; | ^~~ /kisskb/src/drivers/ptp/ptp_clockmatrix.c: In function 'idtcm_set_phase_pull_in_slope_limit': /kisskb/src/drivers/scsi/megaraid/megaraid_sas_fusion.c: In function 'megasas_build_ldio_fusion': /kisskb/src/drivers/ptp/ptp_clockmatrix.c:911:5: note: byref variable will be forcibly initialized 911 | u8 buf[3]; | ^~~ /kisskb/src/drivers/scsi/megaraid/megaraid_sas_fusion.c:2737:6: note: byref variable will be forcibly initialized 2737 | u8 *raidLUN; | ^~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_sas_fusion.c:2734:25: note: byref variable will be forcibly initialized 2734 | struct IO_REQUEST_INFO io_info; | ^~~~~~~ /kisskb/src/drivers/ptp/ptp_clockmatrix.c: In function 'idtcm_start_phase_pull_in': /kisskb/src/drivers/ptp/ptp_clockmatrix.c:931:5: note: byref variable will be forcibly initialized 931 | u8 buf; | ^~~ /kisskb/src/drivers/ptp/ptp_clockmatrix.c: In function 'idtcm_set_pll_mode': /kisskb/src/drivers/ptp/ptp_clockmatrix.c:1405:5: note: byref variable will be forcibly initialized 1405 | u8 dpll_mode; | ^~~~~~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c: In function 'beiscsi_invalidate_cxn': /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:1440:15: note: byref variable will be forcibly initialized 1440 | unsigned int tag = 0; | ^~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c: In function 'beiscsi_upload_cxn': /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:1477:15: note: byref variable will be forcibly initialized 1477 | unsigned int tag; | ^~~ /kisskb/src/drivers/ptp/ptp_clockmatrix.c: In function 'wait_for_boot_status_ready': /kisskb/src/drivers/ptp/ptp_clockmatrix.c:220:6: note: byref variable will be forcibly initialized 220 | u32 status = 0; | ^~~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c: In function 'beiscsi_mgmt_invalidate_icds': /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:1508:18: note: byref variable will be forcibly initialized 1508 | unsigned int i, tag; | ^~~ /kisskb/src/drivers/scsi/be2iscsi/be_mgmt.c:1506:20: note: byref variable will be forcibly initialized 1506 | struct be_dma_mem nonemb_cmd; | ^~~~~~~~~~ /kisskb/src/drivers/ptp/ptp_clockmatrix.c: In function 'wait_for_sys_apll_dpll_lock': /kisskb/src/drivers/ptp/ptp_clockmatrix.c:328:5: note: byref variable will be forcibly initialized 328 | u8 dpll = 0; | ^~~~ /kisskb/src/drivers/ptp/ptp_clockmatrix.c:327:5: note: byref variable will be forcibly initialized 327 | u8 apll = 0; | ^~~~ /kisskb/src/drivers/ptp/ptp_clockmatrix.c: In function '_idtcm_set_dpll_scsr_tod': /kisskb/src/drivers/ptp/ptp_clockmatrix.c:759:20: note: byref variable will be forcibly initialized 759 | struct timespec64 local_ts = *ts; | ^~~~~~~~ /kisskb/src/drivers/ptp/ptp_clockmatrix.c:758:37: note: byref variable will be forcibly initialized 758 | unsigned char buf[TOD_BYTE_COUNT], cmd; | ^~~ /kisskb/src/drivers/ptp/ptp_clockmatrix.c:758:16: note: byref variable will be forcibly initialized 758 | unsigned char buf[TOD_BYTE_COUNT], cmd; | ^~~ /kisskb/src/drivers/ptp/ptp_clockmatrix.c: In function 'idtcm_perout_enable': /kisskb/src/drivers/ptp/ptp_clockmatrix.c:1365:20: note: byref variable will be forcibly initialized 1365 | struct timespec64 ts = {0, 0}; | ^~ /kisskb/src/drivers/ptp/ptp_clockmatrix.c: In function 'idtcm_enable_tod': /kisskb/src/drivers/ptp/ptp_clockmatrix.c:1982:5: note: byref variable will be forcibly initialized 1982 | u8 cfg; | ^~~ /kisskb/src/drivers/ptp/ptp_clockmatrix.c:1980:20: note: byref variable will be forcibly initialized 1980 | struct timespec64 ts = {0, 0}; | ^~ /kisskb/src/drivers/ptp/ptp_clockmatrix.c: In function 'idtcm_adjtime': /kisskb/src/drivers/ptp/ptp_clockmatrix.c:1867:20: note: byref variable will be forcibly initialized 1867 | struct timespec64 ts; | ^~ /kisskb/src/drivers/ptp/ptp_clockmatrix.c: In function '_idtcm_adjtime_deprecated': /kisskb/src/drivers/ptp/ptp_clockmatrix.c:1016:20: note: byref variable will be forcibly initialized 1016 | struct timespec64 ts; | ^~ /kisskb/src/drivers/scsi/megaraid/megaraid_sas_fusion.c: In function 'megasas_alloc_rdpq_fusion': /kisskb/src/drivers/scsi/megaraid/megaraid_sas_fusion.c:793:13: note: byref variable will be forcibly initialized 793 | dma_addr_t rdpq_chunk_phys[RDPQ_MAX_CHUNK_COUNT]; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_sas_fusion.c:792:38: note: byref variable will be forcibly initialized 792 | union MPI2_REPLY_DESCRIPTORS_UNION *rdpq_chunk_virt[RDPQ_MAX_CHUNK_COUNT]; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/axp20x_usb_power.c: In function 'axp813_get_current_max': /kisskb/src/drivers/power/supply/axp20x_usb_power.c:155:15: note: byref variable will be forcibly initialized 155 | unsigned int v; | ^ /kisskb/src/drivers/power/supply/axp20x_usb_power.c: In function 'axp20x_get_current_max': /kisskb/src/drivers/power/supply/axp20x_usb_power.c:126:15: note: byref variable will be forcibly initialized 126 | unsigned int v; | ^ /kisskb/src/drivers/power/supply/axp20x_usb_power.c: In function 'axp20x_usb_power_get_property': /kisskb/src/drivers/power/supply/axp20x_usb_power.c:182:22: note: byref variable will be forcibly initialized 182 | unsigned int input, v; | ^ /kisskb/src/drivers/power/supply/axp20x_usb_power.c:182:15: note: byref variable will be forcibly initialized 182 | unsigned int input, v; | ^~~~~ /kisskb/src/drivers/power/supply/axp20x_usb_power.c: In function 'axp20x_usb_power_poll_vbus': /kisskb/src/drivers/power/supply/axp20x_usb_power.c:105:15: note: byref variable will be forcibly initialized 105 | unsigned int val; | ^~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/drivers/power/supply/axp20x_usb_power.c:10: /kisskb/src/drivers/power/supply/axp20x_usb_power.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_sas_fusion.c: In function 'megasas_ioc_init_fusion': /kisskb/src/drivers/scsi/megaraid/megaraid_sas_fusion.c:1089:41: note: byref variable will be forcibly initialized 1089 | union MEGASAS_REQUEST_DESCRIPTOR_UNION req_desc; | ^~~~~~~~ /kisskb/src/drivers/scsi/megaraid/megaraid_sas_fusion.c: In function 'megasas_reset_fusion': /kisskb/src/drivers/scsi/megaraid/megaraid_sas_fusion.c:4905:30: note: byref variable will be forcibly initialized 4905 | int retval = SUCCESS, i, j, convert = 0; | ^~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_main.c: In function 'esas2r_queuecommand': /kisskb/src/drivers/scsi/esas2r/esas2r_main.c:823:27: note: byref variable will be forcibly initialized 823 | struct esas2r_sg_context sgc; | ^~~ /kisskb/src/drivers/scsi/esas2r/esas2r_main.c: In function 'esas2r_eh_abort': /kisskb/src/drivers/scsi/esas2r/esas2r_main.c:1020:6: note: byref variable will be forcibly initialized 1020 | u8 task_management_status = RS_PENDING; | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/esas2r/esas2r_main.c: In function 'esas2r_dev_targ_reset': /kisskb/src/drivers/scsi/esas2r/esas2r_main.c:1109:5: note: byref variable will be forcibly initialized 1109 | u8 task_management_status = RS_PENDING; | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/core/ledtrig-usbport.c: In function 'usbport_trig_port_observed': /kisskb/src/drivers/usb/core/ledtrig-usbport.c:134:25: note: byref variable will be forcibly initialized 134 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/w1/slaves/w1_ds2413.c: In function 'output_write': /kisskb/src/drivers/w1/slaves/w1_ds2413.c:88:5: note: byref variable will be forcibly initialized 88 | u8 w1_buf[3]; | ^~~~~~ In file included from /kisskb/src/drivers/media/tuners/tda9887.c:12: /kisskb/src/drivers/media/tuners/tda9887.c: In function 'tuner_i2c_xfer_send': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized 27 | struct i2c_msg msg = { .addr = props->addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/tda9887.c: In function 'tuner_i2c_xfer_recv': /kisskb/src/drivers/media/tuners/tuner-i2c.h:37:17: note: byref variable will be forcibly initialized 37 | struct i2c_msg msg = { .addr = props->addr, .flags = I2C_M_RD, | ^~~ /kisskb/src/drivers/media/tuners/tda9887.c: In function 'tda9887_status': /kisskb/src/drivers/media/tuners/tda9887.c:537:16: note: byref variable will be forcibly initialized 537 | unsigned char buf[1]; | ^~~ /kisskb/src/drivers/media/tuners/tda9887.c: In function 'tda9887_get_afc': /kisskb/src/drivers/media/tuners/tda9887.c:609:7: note: byref variable will be forcibly initialized 609 | __u8 reg = 0; | ^~~ /kisskb/src/drivers/scsi/ufs/ufs-debugfs.c: In function 'ufs_saved_err_write': /kisskb/src/drivers/scsi/ufs/ufs-debugfs.c:165:6: note: byref variable will be forcibly initialized 165 | int val, ret; | ^~~ /kisskb/src/drivers/scsi/ufs/ufs-debugfs.c:164:7: note: byref variable will be forcibly initialized 164 | char val_str[16] = { }; | ^~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/i2c/muxes/i2c-demux-pinctrl.c:12: /kisskb/src/drivers/i2c/muxes/i2c-demux-pinctrl.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/drivers/i2c/muxes/i2c-demux-pinctrl.c: In function 'current_master_store': /kisskb/src/drivers/i2c/muxes/i2c-demux-pinctrl.c:192:15: note: byref variable will be forcibly initialized 192 | unsigned int val; | ^~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/include/linux/ioport.h:13, from /kisskb/src/include/linux/acpi.h:12, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/i2c/muxes/i2c-demux-pinctrl.c:12: /kisskb/src/drivers/i2c/muxes/i2c-demux-pinctrl.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/i2c/muxes/i2c-demux-pinctrl.c:12: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/drivers/i2c/muxes/i2c-mux-mlxcpld.c: In function 'mlxcpld_mux_reg_write': /kisskb/src/drivers/i2c/muxes/i2c-mux-mlxcpld.c:66:5: note: byref variable will be forcibly initialized 66 | u8 buf[3]; | ^~~ /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/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/i2c/busses/i2c-taos-evm.c:11: /kisskb/src/drivers/i2c/busses/i2c-taos-evm.c: In function 'taos_smbus_xfer': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/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, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-taos-evm.c: In function 'taos_connect': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/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:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/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/power/supply/88pm860x_battery.c: In function 'read_ccnt': /kisskb/src/drivers/power/supply/88pm860x_battery.c:249:16: note: byref variable will be forcibly initialized 249 | unsigned char buf[2]; | ^~~ /kisskb/src/drivers/power/supply/88pm860x_battery.c: In function 'clear_ccnt': /kisskb/src/drivers/power/supply/88pm860x_battery.c:313:6: note: byref variable will be forcibly initialized 313 | int data; | ^~~~ /kisskb/src/drivers/power/supply/88pm860x_battery.c: In function 'calc_ccnt': /kisskb/src/drivers/power/supply/88pm860x_battery.c:268:6: note: byref variable will be forcibly initialized 268 | int data; | ^~~~ /kisskb/src/drivers/power/supply/88pm860x_battery.c: In function 'measure_12bit_voltage': /kisskb/src/drivers/power/supply/88pm860x_battery.c:157:16: note: byref variable will be forcibly initialized 157 | unsigned char buf[2]; | ^~~ /kisskb/src/drivers/power/supply/88pm860x_battery.c: In function 'measure_vbatt': /kisskb/src/drivers/power/supply/88pm860x_battery.c:173:16: note: byref variable will be forcibly initialized 173 | unsigned char buf[5]; | ^~~ /kisskb/src/drivers/power/supply/88pm860x_battery.c: In function 'measure_current': /kisskb/src/drivers/power/supply/88pm860x_battery.c:215:16: note: byref variable will be forcibly initialized 215 | unsigned char buf[2]; | ^~~ /kisskb/src/drivers/power/supply/88pm860x_battery.c: In function 'calc_resistor': /kisskb/src/drivers/power/supply/88pm860x_battery.c:625:6: note: byref variable will be forcibly initialized 625 | int ret; | ^~~ /kisskb/src/drivers/power/supply/88pm860x_battery.c:624:6: note: byref variable will be forcibly initialized 624 | int data; | ^~~~ /kisskb/src/drivers/power/supply/88pm860x_battery.c:621:6: note: byref variable will be forcibly initialized 621 | int chg_current; | ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/88pm860x_battery.c: In function 'calc_ocv': /kisskb/src/drivers/power/supply/88pm860x_battery.c:331:6: note: byref variable will be forcibly initialized 331 | int data; | ^~~~ /kisskb/src/drivers/power/supply/88pm860x_battery.c: In function 'calc_soc': /kisskb/src/drivers/power/supply/88pm860x_battery.c:369:6: note: byref variable will be forcibly initialized 369 | int ocv; | ^~~ /kisskb/src/drivers/power/supply/88pm860x_battery.c: In function 'calc_capacity': /kisskb/src/drivers/power/supply/88pm860x_battery.c:717:6: note: byref variable will be forcibly initialized 717 | int cap_ocv = 0; | ^~~~~~~ /kisskb/src/drivers/power/supply/88pm860x_battery.c:716:6: note: byref variable will be forcibly initialized 716 | int ibat; | ^~~~ /kisskb/src/drivers/power/supply/88pm860x_battery.c:715:6: note: byref variable will be forcibly initialized 715 | int data; | ^~~~ /kisskb/src/drivers/power/supply/88pm860x_battery.c: In function 'pm860x_batt_get_prop': /kisskb/src/drivers/power/supply/88pm860x_battery.c:810:6: note: byref variable will be forcibly initialized 810 | int data; | ^~~~ /kisskb/src/drivers/power/supply/88pm860x_battery.c: In function 'pm860x_init_battery': /kisskb/src/drivers/power/supply/88pm860x_battery.c:436:6: note: byref variable will be forcibly initialized 436 | int soc = 0; | ^~~ /kisskb/src/drivers/media/cec/core/cec-api.c: In function 'cec_g_mode': /kisskb/src/drivers/media/cec/core/cec-api.c:361:6: note: byref variable will be forcibly initialized 361 | u32 mode = fh->mode_initiator | fh->mode_follower; | ^~~~ /kisskb/src/drivers/media/cec/core/cec-api.c: In function 'cec_adap_g_phys_addr': /kisskb/src/drivers/media/cec/core/cec-api.c:94:6: note: byref variable will be forcibly initialized 94 | u16 phys_addr; | ^~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-api.c: In function 'cec_adap_s_phys_addr': /kisskb/src/drivers/media/cec/core/cec-api.c:124:6: note: byref variable will be forcibly initialized 124 | u16 phys_addr; | ^~~~~~~~~ /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:12, 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:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-api.c:282:10: note: in expansion of macro 'wait_event_interruptible' 282 | res = wait_event_interruptible(fh->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-api.c:273:10: note: in expansion of macro 'wait_event_interruptible_timeout' 273 | res = wait_event_interruptible_timeout(fh->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-api.c: In function 'cec_dqevent': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-api.c:320:9: note: in expansion of macro 'wait_event_interruptible' 320 | err = wait_event_interruptible(fh->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/core/cec-api.c: In function 'cec_s_mode': /kisskb/src/drivers/media/cec/core/cec-api.c:477:20: note: byref variable will be forcibly initialized 477 | struct cec_event ev = { | ^~ /kisskb/src/drivers/media/cec/core/cec-api.c:371:6: note: byref variable will be forcibly initialized 371 | u32 mode; | ^~~~ /kisskb/src/drivers/media/cec/usb/pulse8/pulse8-cec.c: In function 'pulse8_send_and_wait': /kisskb/src/drivers/media/cec/usb/pulse8/pulse8-cec.c:267:5: note: byref variable will be forcibly initialized 267 | u8 cmd_sc[2]; | ^~~~~~ /kisskb/src/drivers/media/cec/usb/pulse8/pulse8-cec.c: In function 'pulse8_cec_adap_enable': /kisskb/src/drivers/media/cec/usb/pulse8/pulse8-cec.c:485:5: note: byref variable will be forcibly initialized 485 | u8 cmd[16]; | ^~~ /kisskb/src/drivers/media/cec/usb/pulse8/pulse8-cec.c: In function 'pulse8_tx_work_handler': /kisskb/src/drivers/media/cec/usb/pulse8/pulse8-cec.c:289:5: note: byref variable will be forcibly initialized 289 | u8 cmd[2]; | ^~~ /kisskb/src/drivers/media/cec/usb/pulse8/pulse8-cec.c: In function 'pulse8_setup': /kisskb/src/drivers/media/cec/usb/pulse8/pulse8-cec.c:669:11: note: byref variable will be forcibly initialized 669 | time64_t date; | ^~~~ /kisskb/src/drivers/media/cec/usb/pulse8/pulse8-cec.c:667:5: note: byref variable will be forcibly initialized 667 | u8 cmd[2]; | ^~~ /kisskb/src/drivers/media/cec/usb/pulse8/pulse8-cec.c: In function 'pulse8_cec_adap_log_addr': /kisskb/src/drivers/media/cec/usb/pulse8/pulse8-cec.c:506:5: note: byref variable will be forcibly initialized 506 | u8 cmd[16]; | ^~~ /kisskb/src/drivers/media/cec/usb/pulse8/pulse8-cec.c: In function 'pulse8_connect': /kisskb/src/drivers/media/cec/usb/pulse8/pulse8-cec.c:838:6: note: byref variable will be forcibly initialized 838 | u16 pa = CEC_PHYS_ADDR_INVALID; | ^~ /kisskb/src/drivers/media/cec/usb/pulse8/pulse8-cec.c: In function 'pulse8_ping_eeprom_work_handler': /kisskb/src/drivers/media/cec/usb/pulse8/pulse8-cec.c:808:5: note: byref variable will be forcibly initialized 808 | u8 cmd; | ^~~ /kisskb/src/drivers/net/mdio/of_mdio.c: In function 'of_mdiobus_child_is_phy': /kisskb/src/drivers/net/mdio/of_mdio.c:115:6: note: byref variable will be forcibly initialized 115 | u32 phy_id; | ^~~~~~ In file included from /kisskb/src/drivers/net/mdio/of_mdio.c:19: /kisskb/src/drivers/net/mdio/of_mdio.c: In function 'of_mdio_parse_addr': /kisskb/src/include/linux/of_mdio.h:40:6: note: byref variable will be forcibly initialized 40 | u32 addr; | ^~~~ /kisskb/src/drivers/ptp/ptp_idt82p33.c: In function 'idt82p33_xfer_write': /kisskb/src/drivers/ptp/ptp_idt82p33.c:119:5: note: byref variable will be forcibly initialized 119 | u8 msg[IDT82P33_MAX_WRITE_COUNT + 1]; | ^~~ /kisskb/src/drivers/ptp/ptp_idt82p33.c: In function 'idt82p33_xfer_read': /kisskb/src/drivers/ptp/ptp_idt82p33.c:87:17: note: byref variable will be forcibly initialized 87 | struct i2c_msg msg[2]; | ^~~ /kisskb/src/drivers/ptp/ptp_idt82p33.c: In function 'idt82p33_output_enable': /kisskb/src/drivers/ptp/ptp_idt82p33.c:581:5: note: byref variable will be forcibly initialized 581 | u8 val; | ^~~ /kisskb/src/drivers/net/mdio/of_mdio.c: In function 'of_phy_is_fixed_link': /kisskb/src/drivers/net/mdio/of_mdio.c:356:14: note: byref variable will be forcibly initialized 356 | const char *managed; | ^~~~~~~ /kisskb/src/drivers/net/mdio/of_mdio.c:355:6: note: byref variable will be forcibly initialized 355 | int len, err; | ^~~ /kisskb/src/drivers/net/mdio/of_mdio.c: In function 'of_phy_register_fixed_link': /kisskb/src/drivers/net/mdio/of_mdio.c:383:14: note: byref variable will be forcibly initialized 383 | const char *managed; | ^~~~~~~ /kisskb/src/drivers/net/mdio/of_mdio.c:382:6: note: byref variable will be forcibly initialized 382 | u32 fixed_link_prop[5]; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/ptp/ptp_idt82p33.c: In function 'idt82p33_dpll_set_mode': /kisskb/src/drivers/ptp/ptp_idt82p33.c:189:5: note: byref variable will be forcibly initialized 189 | u8 dpll_mode; | ^~~~~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2406.c: In function 'w1_f12_read_state': /kisskb/src/drivers/w1/slaves/w1_ds2406.c:30:5: note: byref variable will be forcibly initialized 30 | u8 w1_buf[6]={W1_F12_FUNC_READ_STATUS, 7, 0, 0, 0, 0}; | ^~~~~~ /kisskb/src/drivers/net/mdio/of_mdio.c: In function 'of_phy_get_and_connect': /kisskb/src/drivers/net/mdio/of_mdio.c:315:18: note: byref variable will be forcibly initialized 315 | phy_interface_t iface; | ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2406.c: In function 'w1_f12_write_output': /kisskb/src/drivers/w1/slaves/w1_ds2406.c:68:5: note: byref variable will be forcibly initialized 68 | u8 w1_buf[6]={W1_F12_FUNC_WRITE_STATUS, 7, 0, 0, 0, 0}; | ^~~~~~ /kisskb/src/drivers/ptp/ptp_idt82p33.c: In function '_idt82p33_adjfine': /kisskb/src/drivers/ptp/ptp_idt82p33.c:322:16: note: byref variable will be forcibly initialized 322 | unsigned char buf[5] = {0}; | ^~~ /kisskb/src/drivers/ptp/ptp_idt82p33.c: In function 'idt82p33_adjwritephase': /kisskb/src/drivers/ptp/ptp_idt82p33.c:711:5: note: byref variable will be forcibly initialized 711 | u8 val[4] = {0}; | ^~~ /kisskb/src/drivers/ptp/ptp_idt82p33.c: In function 'idt82p33_load_firmware': /kisskb/src/drivers/ptp/ptp_idt82p33.c:939:19: note: byref variable will be forcibly initialized 939 | u8 loaddr, page, val; | ^~~ /kisskb/src/drivers/ptp/ptp_idt82p33.c:937:25: note: byref variable will be forcibly initialized 937 | const struct firmware *fw; | ^~ /kisskb/src/drivers/ptp/ptp_idt82p33.c: In function 'idt82p33_sync_tod': /kisskb/src/drivers/ptp/ptp_idt82p33.c:539:5: note: byref variable will be forcibly initialized 539 | u8 sync_cnfg; | ^~~~~~~~~ /kisskb/src/drivers/ptp/ptp_idt82p33.c: In function '_idt82p33_settime': /kisskb/src/drivers/ptp/ptp_idt82p33.c:258:16: note: byref variable will be forcibly initialized 258 | unsigned char trigger; | ^~~~~~~ /kisskb/src/drivers/ptp/ptp_idt82p33.c:256:7: note: byref variable will be forcibly initialized 256 | char buf[TOD_BYTE_COUNT]; | ^~~ /kisskb/src/drivers/ptp/ptp_idt82p33.c:255:20: note: byref variable will be forcibly initialized 255 | struct timespec64 local_ts = *ts; | ^~~~~~~~ /kisskb/src/drivers/ptp/ptp_idt82p33.c: In function '_idt82p33_gettime': /kisskb/src/drivers/ptp/ptp_idt82p33.c:219:5: note: byref variable will be forcibly initialized 219 | u8 trigger; | ^~~~~~~ /kisskb/src/drivers/ptp/ptp_idt82p33.c:218:5: note: byref variable will be forcibly initialized 218 | u8 buf[TOD_BYTE_COUNT]; | ^~~ /kisskb/src/drivers/ptp/ptp_idt82p33.c: In function 'idt82p33_measure_settime_gettime_gap_overhead': /kisskb/src/drivers/ptp/ptp_idt82p33.c:441:20: note: byref variable will be forcibly initialized 441 | struct timespec64 ts2; | ^~~ /kisskb/src/drivers/ptp/ptp_idt82p33.c:440:20: note: byref variable will be forcibly initialized 440 | struct timespec64 ts1 = {0, 0}; | ^~~ /kisskb/src/drivers/ptp/ptp_idt82p33.c: In function 'idt82p33_measure_one_byte_write_overhead': /kisskb/src/drivers/ptp/ptp_idt82p33.c:371:5: note: byref variable will be forcibly initialized 371 | u8 trigger; | ^~~~~~~ /kisskb/src/drivers/ptp/ptp_idt82p33.c: In function 'idt82p33_measure_tod_write_9_byte_overhead': /kisskb/src/drivers/ptp/ptp_idt82p33.c:404:5: note: byref variable will be forcibly initialized 404 | u8 buf[TOD_BYTE_COUNT]; | ^~~ /kisskb/src/drivers/ptp/ptp_idt82p33.c: In function 'idt82p33_measure_tod_write_overhead': /kisskb/src/drivers/ptp/ptp_idt82p33.c:461:47: note: byref variable will be forcibly initialized 461 | s64 trailing_overhead_ns, one_byte_write_ns, gap_ns; | ^~~~~~ /kisskb/src/drivers/ptp/ptp_idt82p33.c:461:28: note: byref variable will be forcibly initialized 461 | s64 trailing_overhead_ns, one_byte_write_ns, gap_ns; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/ptp/ptp_idt82p33.c: In function 'idt82p33_enable_tod': /kisskb/src/drivers/ptp/ptp_idt82p33.c:637:5: note: byref variable will be forcibly initialized 637 | u8 val; | ^~~ /kisskb/src/drivers/ptp/ptp_idt82p33.c:635:20: note: byref variable will be forcibly initialized 635 | struct timespec64 ts = {0, 0}; | ^~ /kisskb/src/drivers/ptp/ptp_idt82p33.c: In function '_idt82p33_adjtime': /kisskb/src/drivers/ptp/ptp_idt82p33.c:298:20: note: byref variable will be forcibly initialized 298 | struct timespec64 ts; | ^~ /kisskb/src/drivers/power/supply/cw2015_battery.c: In function 'cw_read_word': /kisskb/src/drivers/power/supply/cw2015_battery.c:85:9: note: byref variable will be forcibly initialized 85 | __be16 value; | ^~~~~ /kisskb/src/drivers/power/supply/cw2015_battery.c: In function 'cw_get_voltage': /kisskb/src/drivers/power/supply/cw2015_battery.c:308:6: note: byref variable will be forcibly initialized 308 | u16 reg_val; | ^~~~~~~ /kisskb/src/drivers/power/supply/cw2015_battery.c: In function 'cw_get_time_to_empty': /kisskb/src/drivers/power/supply/cw2015_battery.c:335:6: note: byref variable will be forcibly initialized 335 | u16 value16; | ^~~~~~~ /kisskb/src/drivers/power/supply/cw2015_battery.c: In function 'cw_update_profile': /kisskb/src/drivers/power/supply/cw2015_battery.c:99:15: note: byref variable will be forcibly initialized 99 | unsigned int reg_val; | ^~~~~~~ /kisskb/src/drivers/power/supply/cw2015_battery.c: In function 'cw_init': /kisskb/src/drivers/power/supply/cw2015_battery.c:201:6: note: byref variable will be forcibly initialized 201 | u8 bat_info[CW2015_SIZE_BATINFO]; | ^~~~~~~~ /kisskb/src/drivers/power/supply/cw2015_battery.c:160:15: note: byref variable will be forcibly initialized 160 | unsigned int reg_val = CW2015_MODE_SLEEP; | ^~~~~~~ /kisskb/src/drivers/power/supply/cw2015_battery.c: In function 'cw_get_soc': /kisskb/src/drivers/power/supply/cw2015_battery.c:255:15: note: byref variable will be forcibly initialized 255 | unsigned int soc; | ^~~ /kisskb/src/drivers/power/supply/cw2015_battery.c: In function 'cw_bat_work': /kisskb/src/drivers/power/supply/cw2015_battery.c:424:15: note: byref variable will be forcibly initialized 424 | unsigned int reg_val; | ^~~~~~~ /kisskb/src/drivers/usb/host/pci-quirks.c: In function 'io_type_enabled': /kisskb/src/drivers/usb/host/pci-quirks.c:719:6: note: byref variable will be forcibly initialized 719 | u16 cmd; | ^~~ /kisskb/src/drivers/usb/host/pci-quirks.c: In function 'sb800_prefetch': /kisskb/src/drivers/usb/host/pci-quirks.c:196:6: note: byref variable will be forcibly initialized 196 | u16 misc; | ^~~~ /kisskb/src/drivers/usb/host/pci-quirks.c: In function 'usb_amd_find_chipset_info': /kisskb/src/drivers/usb/host/pci-quirks.c:210:26: note: byref variable will be forcibly initialized 210 | struct amd_chipset_info info; | ^~~~ /kisskb/src/drivers/usb/host/pci-quirks.c: In function 'usb_enable_intel_xhci_ports': /kisskb/src/drivers/usb/host/pci-quirks.c:1041:7: note: byref variable will be forcibly initialized 1041 | u32 ports_available; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/pci-quirks.c: In function 'usb_amd_quirk_pll': /kisskb/src/drivers/usb/host/pci-quirks.c:342:33: note: byref variable will be forcibly initialized 342 | u32 addr, addr_low, addr_high, val; | ^~~ /kisskb/src/drivers/usb/host/pci-quirks.c:342:6: note: byref variable will be forcibly initialized 342 | u32 addr, addr_low, addr_high, val; | ^~~~ /kisskb/src/drivers/usb/host/pci-quirks.c: In function 'usb_amd_pt_check_port': /kisskb/src/drivers/usb/host/pci-quirks.c:552:16: note: byref variable will be forcibly initialized 552 | unsigned char value, port_shift; | ^~~~~ /kisskb/src/drivers/usb/host/pci-quirks.c: In function 'usb_asmedia_wait_write': /kisskb/src/drivers/usb/host/pci-quirks.c:466:16: note: byref variable will be forcibly initialized 466 | unsigned char value; | ^~~~~ /kisskb/src/drivers/usb/host/pci-quirks.c: In function 'uhci_check_and_reset_hc': /kisskb/src/drivers/usb/host/pci-quirks.c:674:6: note: byref variable will be forcibly initialized 674 | u16 legsup; | ^~~~~~ /kisskb/src/drivers/usb/host/pci-quirks.c: In function 'quirk_usb_disable_ehci': /kisskb/src/drivers/usb/host/pci-quirks.c:932:18: note: byref variable will be forcibly initialized 932 | u32 hcc_params, cap, val; | ^~~ /kisskb/src/drivers/scsi/cxlflash/superpipe.c: In function 'recover_context': /kisskb/src/drivers/scsi/cxlflash/superpipe.c:1538:6: note: byref variable will be forcibly initialized 1538 | int fd = -1; | ^~ /kisskb/src/drivers/scsi/cxlflash/superpipe.c: In function '_cxlflash_disk_release': /kisskb/src/drivers/scsi/cxlflash/superpipe.c:639:28: note: byref variable will be forcibly initialized 639 | struct dk_cxlflash_resize size; | ^~~~ /kisskb/src/drivers/scsi/cxlflash/superpipe.c: In function '_cxlflash_disk_detach': /kisskb/src/drivers/scsi/cxlflash/superpipe.c:896:29: note: byref variable will be forcibly initialized 896 | struct dk_cxlflash_release rel; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/hardirq.h:9, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/scsi/cxlflash/superpipe.c:13: /kisskb/src/drivers/scsi/cxlflash/superpipe.c: In function 'check_state': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/cxlflash/superpipe.c:1286:8: note: in expansion of macro 'wait_event_interruptible' 1286 | rc = wait_event_interruptible(cfg->reset_waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/cxlflash/superpipe.c: In function 'cxlflash_afu_recover': /kisskb/src/drivers/scsi/cxlflash/superpipe.c:1665:6: note: byref variable will be forcibly initialized 1665 | int new_adap_fd = -1; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/cxlflash/superpipe.c: In function 'read_cap16': /kisskb/src/drivers/scsi/cxlflash/superpipe.c:335:24: note: byref variable will be forcibly initialized 335 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/scsi/cxlflash/superpipe.c: In function 'cxlflash_disk_attach': /kisskb/src/drivers/scsi/cxlflash/superpipe.c:1335:6: note: byref variable will be forcibly initialized 1335 | int fd = -1; | ^~ /kisskb/src/drivers/scsi/cxlflash/superpipe.c: In function 'cxlflash_ioctl': /kisskb/src/drivers/scsi/cxlflash/superpipe.c:2100:7: note: byref variable will be forcibly initialized 2100 | char buf[sizeof(union cxlflash_ioctls)]; | ^~~ /kisskb/src/drivers/scsi/ufs/ufs_bsg.c: In function 'ufs_bsg_request': /kisskb/src/drivers/scsi/ufs/ufs_bsg.c:90:6: note: byref variable will be forcibly initialized 90 | int desc_len = 0; | ^~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs_bsg.c:89:11: note: byref variable will be forcibly initialized 89 | uint8_t *desc_buff = NULL; | ^~~~~~~~~ /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 'idle_state_store': /kisskb/src/drivers/i2c/muxes/i2c-mux-pca954x.c:292:6: note: byref variable will be forcibly initialized 292 | int val; | ^~~ In file included from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/i2c/muxes/i2c-mux-pca954x.c:38: /kisskb/src/drivers/i2c/muxes/i2c-mux-pca954x.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized 427 | unsigned int irq; | ^~~ /kisskb/src/drivers/i2c/muxes/i2c-mux-pca954x.c: In function 'pca954x_irq_handler': /kisskb/src/drivers/i2c/muxes/i2c-mux-pca954x.c:323:16: note: byref variable will be forcibly initialized 323 | unsigned long pending; | ^~~~~~~ /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/w1/slaves/w1_ds2423.c: In function 'w1_slave_show': /kisskb/src/drivers/w1/slaves/w1_ds2423.c:36:5: note: byref variable will be forcibly initialized 36 | u8 wrbuf[3]; | ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2423.c:35:5: note: byref variable will be forcibly initialized 35 | u8 rbuf[COUNTER_COUNT * READ_BYTE_COUNT]; | ^~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, 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 '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/drivers/i2c/muxes/i2c-mux-pinctrl.c: In function 'i2c_mux_pinctrl_probe': /kisskb/src/drivers/i2c/muxes/i2c-mux-pinctrl.c:82:14: note: byref variable will be forcibly initialized 82 | const char *name; | ^~~~ /kisskb/src/drivers/i2c/busses/i2c-viperboard.c: In function 'vprbrd_i2c_receive': /kisskb/src/drivers/i2c/busses/i2c-viperboard.c:68:11: note: byref variable will be forcibly initialized 68 | int ret, bytes_actual; | ^~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-viperboard.c: In function 'vprbrd_i2c_write': /kisskb/src/drivers/i2c/busses/i2c-viperboard.c:220:11: note: byref variable will be forcibly initialized 220 | int ret, bytes_actual; | ^~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-viperboard.c: In function 'vprbrd_i2c_addr': /kisskb/src/drivers/i2c/busses/i2c-viperboard.c:98:11: note: byref variable will be forcibly initialized 98 | int ret, bytes_actual; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/tuners/tda827x.c: In function 'tda827xo_set_analog_params': /kisskb/src/drivers/media/tuners/tda827x.c:241:16: note: byref variable will be forcibly initialized 241 | unsigned char reg2[2]; | ^~~~ /kisskb/src/drivers/media/tuners/tda827x.c:240:16: note: byref variable will be forcibly initialized 240 | unsigned char tuner_reg[8]; | ^~~~~~~~~ /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:146:5: note: byref variable will be forcibly initialized 146 | u8 buf[14]; | ^~~ /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:841:5: note: byref variable will be forcibly initialized 841 | u8 data; | ^~~~ /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:749:16: note: byref variable will be forcibly initialized 749 | unsigned char data[] = {0x80, 0x2c}; | ^~~~ /kisskb/src/drivers/media/tuners/tda827x.c: In function 'tda827xa_lna_gain': /kisskb/src/drivers/media/tuners/tda827x.c:452:16: note: byref variable will be forcibly initialized 452 | unsigned char buf[] = {0x22, 0x01}; | ^~~ /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:651:16: note: byref variable will be forcibly initialized 651 | unsigned char tuner_reg[11]; | ^~~~~~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_cmds.c: In function 'beiscsi_get_post_stage': /kisskb/src/drivers/scsi/be2iscsi/be_cmds.c:1607:6: note: byref variable will be forcibly initialized 1607 | u32 sem; | ^~~ /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:506:5: note: byref variable will be forcibly initialized 506 | u8 buf[11]; | ^~~ /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, | ^~~ 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/scsi/scsi.h:10, from /kisskb/src/include/scsi/iscsi_proto.h:14, from /kisskb/src/drivers/scsi/be2iscsi/be_cmds.c:10: /kisskb/src/drivers/scsi/be2iscsi/be_cmds.c: In function 'beiscsi_mccq_compl_wait': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_cmds.c:254:7: note: in expansion of macro 'wait_event_interruptible_timeout' 254 | rc = wait_event_interruptible_timeout(phba->ctrl.mcc_wait[tag], | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /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:324:16: note: byref variable will be forcibly initialized 324 | unsigned char data[] = { 0x80, 0x0c }; | ^~~~ /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/scsi/be2iscsi/be_cmds.c: In function 'be_cmd_set_vlan': /kisskb/src/drivers/scsi/be2iscsi/be_cmds.c:1230:15: note: byref variable will be forcibly initialized 1230 | unsigned int tag; | ^~~ /kisskb/src/drivers/scsi/be2iscsi/be_cmds.c: In function 'beiscsi_check_supported_fw': /kisskb/src/drivers/scsi/be2iscsi/be_cmds.c:1261:20: note: byref variable will be forcibly initialized 1261 | struct be_dma_mem nonemb_cmd; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_cmds.c: In function 'beiscsi_detect_ue': /kisskb/src/drivers/scsi/be2iscsi/be_cmds.c:1793:22: note: byref variable will be forcibly initialized 1793 | uint32_t ue_hi = 0, ue_lo = 0; | ^~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_cmds.c:1793:11: note: byref variable will be forcibly initialized 1793 | uint32_t ue_hi = 0, ue_lo = 0; | ^~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_cmds.c:1792:27: note: byref variable will be forcibly initialized 1792 | uint32_t ue_mask_hi = 0, ue_mask_lo = 0; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/be2iscsi/be_cmds.c:1792:11: note: byref variable will be forcibly initialized 1792 | uint32_t ue_mask_hi = 0, ue_mask_lo = 0; | ^~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2760_battery.c: In function 'ds2760_battery_write_active_full': /kisskb/src/drivers/power/supply/ds2760_battery.c:459:16: note: byref variable will be forcibly initialized 459 | unsigned char tmp[2] = { | ^~~ /kisskb/src/drivers/power/supply/ds2760_battery.c: In function 'ds2760_battery_read_status': /kisskb/src/drivers/power/supply/ds2760_battery.c:265:28: note: byref variable will be forcibly initialized 265 | int ret, i, start, count, scale[5]; | ^~~~~ /kisskb/src/drivers/power/supply/ds2760_battery.c: In function 'ds2760_battery_set_charged_work': /kisskb/src/drivers/power/supply/ds2760_battery.c:502:7: note: byref variable will be forcibly initialized 502 | char bias; | ^~~~ /kisskb/src/drivers/power/supply/ds2760_battery.c: In function 'ds2760_battery_set_current_accum': /kisskb/src/drivers/power/supply/ds2760_battery.c:376:16: note: byref variable will be forcibly initialized 376 | unsigned char acr[2]; | ^~~ /kisskb/src/drivers/power/supply/ds2760_battery.c: In function 'w1_ds2760_add_slave': /kisskb/src/drivers/power/supply/ds2760_battery.c:710:7: note: byref variable will be forcibly initialized 710 | u32 tmp; | ^~~ /kisskb/src/drivers/power/supply/ds2760_battery.c:683:7: note: byref variable will be forcibly initialized 683 | char name[32]; | ^~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function '_base_put_smid_hi_priority_atomic': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:4365:33: note: byref variable will be forcibly initialized 4365 | Mpi26AtomicRequestDescriptor_t descriptor; | ^~~~~~~~~~ In file included from /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:50: /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function '_base_config_dma_addressing': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:3003:17: note: byref variable will be forcibly initialized 3003 | struct sysinfo s; | ^ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function '_base_check_enable_msix': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:3045:6: note: byref variable will be forcibly initialized 3045 | u16 message_control; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2780_battery.c: In function 'ds2780_get_capacity': /kisskb/src/drivers/power/supply/ds2780_battery.c:300:5: note: byref variable will be forcibly initialized 300 | u8 raw; | ^~~ /kisskb/src/drivers/power/supply/ds2780_battery.c: In function 'ds2780_read16': /kisskb/src/drivers/power/supply/ds2780_battery.c:71:5: note: byref variable will be forcibly initialized 71 | u8 raw[2]; | ^~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function '_base_check_and_enable_high_iops_queues': /kisskb/src/drivers/power/supply/ds2780_battery.c: In function 'ds2780_get_voltage': /kisskb/src/drivers/power/supply/ds2780_battery.c:159:6: note: byref variable will be forcibly initialized 159 | s16 voltage_raw; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:3280:6: note: byref variable will be forcibly initialized 3280 | u16 lnksta, speed; | ^~~~~~ /kisskb/src/drivers/power/supply/ds2780_battery.c: In function 'ds2780_get_temperature': /kisskb/src/drivers/power/supply/ds2780_battery.c:187:6: note: byref variable will be forcibly initialized 187 | s16 temperature_raw; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2780_battery.c: In function 'ds2780_get_current': /kisskb/src/drivers/power/supply/ds2780_battery.c:219:5: note: byref variable will be forcibly initialized 219 | u8 sense_res_raw, reg_msb; | ^~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2780_battery.c:218:6: note: byref variable will be forcibly initialized 218 | s16 current_raw; | ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2780_battery.c: In function 'ds2780_get_status': /kisskb/src/drivers/power/supply/ds2780_battery.c:312:23: note: byref variable will be forcibly initialized 312 | int ret, current_uA, capacity; | ^~~~~~~~ /kisskb/src/drivers/power/supply/ds2780_battery.c:312:11: note: byref variable will be forcibly initialized 312 | int ret, current_uA, capacity; | ^~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2780_battery.c: In function 'ds2780_get_accumulated_current': /kisskb/src/drivers/power/supply/ds2780_battery.c:264:5: note: byref variable will be forcibly initialized 264 | u8 sense_res_raw; | ^~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2780_battery.c:263:6: note: byref variable will be forcibly initialized 263 | s16 current_raw; | ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2780_battery.c: In function 'ds2780_get_charge_now': /kisskb/src/drivers/power/supply/ds2780_battery.c:338:6: note: byref variable will be forcibly initialized 338 | u16 charge_raw; | ^~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2780_battery.c: In function 'ds2780_set_rsgain_register': /kisskb/src/drivers/power/supply/ds2780_battery.c:145:5: note: byref variable will be forcibly initialized 145 | u8 raw[] = {rsgain >> 8, rsgain & 0xFF}; | ^~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function '_base_put_smid_scsi_io': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:4170:31: note: byref variable will be forcibly initialized 4170 | Mpi2RequestDescriptorUnion_t descriptor; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function '_base_put_smid_fast_path': /kisskb/src/drivers/power/supply/ds2780_battery.c: In function 'ds2780_set_pio_pin': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:4193:31: note: byref variable will be forcibly initialized 4193 | Mpi2RequestDescriptorUnion_t descriptor; | ^~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2780_battery.c:601:5: note: byref variable will be forcibly initialized 601 | u8 new_setting; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function '_base_put_smid_fast_path_atomic': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:4342:33: note: byref variable will be forcibly initialized 4342 | Mpi26AtomicRequestDescriptor_t descriptor; | ^~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2780_battery.c: In function 'ds2780_set_sense_resistor_value': /kisskb/src/drivers/power/supply/ds2780_battery.c:520:5: note: byref variable will be forcibly initialized 520 | u8 new_setting; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function '_base_put_smid_scsi_io_atomic': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:4320:33: note: byref variable will be forcibly initialized 4320 | Mpi26AtomicRequestDescriptor_t descriptor; | ^~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2780_battery.c: In function 'ds2780_set_pmod_enabled': /kisskb/src/drivers/power/supply/ds2780_battery.c:467:18: note: byref variable will be forcibly initialized 467 | u8 control_reg, new_setting; | ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2780_battery.c:467:5: note: byref variable will be forcibly initialized 467 | u8 control_reg, new_setting; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function '_base_put_smid_default_atomic': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:4386:33: note: byref variable will be forcibly initialized 4386 | Mpi26AtomicRequestDescriptor_t descriptor; | ^~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2780_battery.c: In function 'ds2780_get_pio_pin': /kisskb/src/drivers/power/supply/ds2780_battery.c:583:5: note: byref variable will be forcibly initialized 583 | u8 sfr; | ^~~ /kisskb/src/drivers/power/supply/ds2780_battery.c: In function 'ds2780_get_rsgain_setting': /kisskb/src/drivers/power/supply/ds2780_battery.c:540:6: note: byref variable will be forcibly initialized 540 | u16 rsgain; | ^~~~~~ /kisskb/src/drivers/power/supply/ds2780_battery.c: In function 'ds2780_get_sense_resistor_value': /kisskb/src/drivers/power/supply/ds2780_battery.c:502:5: note: byref variable will be forcibly initialized 502 | u8 sense_resistor; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2780_battery.c: In function 'ds2780_get_pmod_enabled': /kisskb/src/drivers/power/supply/ds2780_battery.c:448:5: note: byref variable will be forcibly initialized 448 | u8 control_reg; | ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2780_battery.c: In function 'ds2780_set_rsgain_setting': /kisskb/src/drivers/power/supply/ds2780_battery.c:557:6: note: byref variable will be forcibly initialized 557 | u16 new_setting; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function '_base_assign_fw_reported_qd': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5382:25: note: byref variable will be forcibly initialized 5382 | Mpi26PCIeIOUnitPage1_t pcie_iounit_pg1; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5380:20: note: byref variable will be forcibly initialized 5380 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function '_base_display_ioc_capabilities': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:4767:7: note: byref variable will be forcibly initialized 4767 | char desc[16]; | ^~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function '_base_update_ioc_page1_inlinewith_perf_mode': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:4970:20: note: byref variable will be forcibly initialized 4970 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:4969:17: note: byref variable will be forcibly initialized 4969 | Mpi2IOCPage1_t ioc_pg1; | ^~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function '_base_get_master_diag_triggers': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5203:20: note: byref variable will be forcibly initialized 5203 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5202:28: note: byref variable will be forcibly initialized 5202 | Mpi26DriverTriggerPage1_t trigger_pg1; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function '_base_get_event_diag_triggers': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5047:20: note: byref variable will be forcibly initialized 5047 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5044:28: note: byref variable will be forcibly initialized 5044 | Mpi26DriverTriggerPage2_t trigger_pg2; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function '_base_get_scsi_diag_triggers': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5099:20: note: byref variable will be forcibly initialized 5099 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5096:28: note: byref variable will be forcibly initialized 5096 | Mpi26DriverTriggerPage3_t trigger_pg3; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function '_base_get_mpi_diag_triggers': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5151:20: note: byref variable will be forcibly initialized 5151 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5148:28: note: byref variable will be forcibly initialized 5148 | Mpi26DriverTriggerPage4_t trigger_pg4; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function '_base_check_for_trigger_pages_support': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5246:20: note: byref variable will be forcibly initialized 5246 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5244:28: note: byref variable will be forcibly initialized 5244 | Mpi26DriverTriggerPage0_t trigger_pg0; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function '_base_get_diag_triggers': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5274:6: note: byref variable will be forcibly initialized 5274 | int trigger_flags; | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function '_base_static_config_pages': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5446:6: note: byref variable will be forcibly initialized 5446 | int tg_flags = 0; | ^~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5444:20: note: byref variable will be forcibly initialized 5444 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function '_base_get_port_facts': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:7145:23: note: byref variable will be forcibly initialized 7145 | Mpi2PortFactsReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:7144:25: note: byref variable will be forcibly initialized 7144 | Mpi2PortFactsRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function '_base_send_ioc_init': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:7349:21: note: byref variable will be forcibly initialized 7349 | Mpi2IOCInitReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:7348:23: note: byref variable will be forcibly initialized 7348 | Mpi2IOCInitRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function '_base_put_smid_mpi_ep_scsi_io': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:4142:31: note: byref variable will be forcibly initialized 4142 | Mpi2RequestDescriptorUnion_t descriptor; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function '_base_put_smid_hi_priority': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:4216:31: note: byref variable will be forcibly initialized 4216 | Mpi2RequestDescriptorUnion_t descriptor; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function '_base_put_smid_default': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:4278:31: note: byref variable will be forcibly initialized 4278 | Mpi2RequestDescriptorUnion_t descriptor; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function 'mpt3sas_base_put_smid_nvme_encap': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:4257:31: note: byref variable will be forcibly initialized 4257 | Mpi2RequestDescriptorUnion_t descriptor; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function 'mpt3sas_base_update_missing_delay': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:4888:5: note: byref variable will be forcibly initialized 4888 | u8 num_phys = 0; | ^~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:4887:20: note: byref variable will be forcibly initialized 4887 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function '_base_display_fwpkg_version': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:4662:13: note: byref variable will be forcibly initialized 4662 | dma_addr_t fwpkg_data_dma; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:4658:22: note: byref variable will be forcibly initialized 4658 | Mpi2FWUploadReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function '_base_get_ioc_facts': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:7246:22: note: byref variable will be forcibly initialized 7246 | Mpi2IOCFactsReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:7245:24: note: byref variable will be forcibly initialized 7245 | Mpi2IOCFactsRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function 'mpt3sas_base_map_resources': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:3602:14: note: byref variable will be forcibly initialized 3602 | phys_addr_t chip_phys = 0; | ^~~~~~~~~ In file included from /kisskb/src/drivers/net/mdio/mdio-bcm-unimac.c:14: /kisskb/src/drivers/net/mdio/mdio-bcm-unimac.c: In function 'of_mdio_parse_addr': /kisskb/src/include/linux/of_mdio.h:40:6: note: byref variable will be forcibly initialized 40 | u32 addr; | ^~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:47: /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function 'mpt3sas_wait_for_commands_to_complete': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:8610:2: note: in expansion of macro 'wait_event_timeout' 8610 | wait_event_timeout(ioc->reset_wq, ioc->pending_io_count == 0, 10 * HZ); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/cec/usb/rainshadow/rainshadow-cec.c: In function 'rain_cec_adap_transmit': /kisskb/src/drivers/media/cec/usb/rainshadow/rainshadow-cec.c:285:8: note: byref variable will be forcibly initialized 285 | char hex[3]; | ^~~ /kisskb/src/drivers/media/cec/usb/rainshadow/rainshadow-cec.c:278:7: note: byref variable will be forcibly initialized 278 | char cmd[2 * CEC_MAX_MSG_SIZE + 16]; | ^~~ /kisskb/src/drivers/media/cec/usb/rainshadow/rainshadow-cec.c: In function 'rain_cec_adap_log_addr': /kisskb/src/drivers/media/cec/usb/rainshadow/rainshadow-cec.c:266:5: note: byref variable will be forcibly initialized 266 | u8 cmd[16]; | ^~~ /kisskb/src/drivers/w1/slaves/w1_ds2438.c: In function 'w1_ds2438_change_config_bit': /kisskb/src/drivers/w1/slaves/w1_ds2438.c:140:5: note: byref variable will be forcibly initialized 140 | u8 w1_buf[3]; | ^~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2438.c: In function 'w1_ds2438_get_page': /kisskb/src/drivers/w1/slaves/w1_ds2438.c:64:5: note: byref variable will be forcibly initialized 64 | u8 w1_buf[2]; | ^~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2438.c: In function 'w1_ds2438_get_voltage': /kisskb/src/drivers/w1/slaves/w1_ds2438.c:228:5: note: byref variable will be forcibly initialized 228 | u8 w1_buf[DS2438_PAGE_SIZE + 1 /*for CRC*/]; | ^~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2438.c: In function 'vdd_read': /kisskb/src/drivers/w1/slaves/w1_ds2438.c:462:11: note: byref variable will be forcibly initialized 462 | uint16_t voltage; | ^~~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2438.c: In function 'vad_read': /kisskb/src/drivers/w1/slaves/w1_ds2438.c:441:11: note: byref variable will be forcibly initialized 441 | uint16_t voltage; | ^~~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2438.c: In function 'w1_ds2438_get_temperature': /kisskb/src/drivers/w1/slaves/w1_ds2438.c:98:5: note: byref variable will be forcibly initialized 98 | u8 w1_buf[DS2438_PAGE_SIZE + 1 /*for CRC*/]; | ^~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2438.c: In function 'temperature_read': /kisskb/src/drivers/w1/slaves/w1_ds2438.c:420:10: note: byref variable will be forcibly initialized 420 | int16_t temp; | ^~~~ /kisskb/src/drivers/w1/slaves/w1_ds2438.c: In function 'w1_ds2438_get_current': /kisskb/src/drivers/w1/slaves/w1_ds2438.c:275:5: note: byref variable will be forcibly initialized 275 | u8 w1_buf[DS2438_PAGE_SIZE + 1 /*for CRC*/]; | ^~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2438.c: In function 'iad_read': /kisskb/src/drivers/w1/slaves/w1_ds2438.c:320:10: note: byref variable will be forcibly initialized 320 | int16_t voltage; | ^~~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2438.c: In function 'w1_ds2438_change_offset_register': /kisskb/src/drivers/w1/slaves/w1_ds2438.c:200:5: note: byref variable will be forcibly initialized 200 | u8 w1_page1_buf[DS2438_PAGE_SIZE + 1 /*for CRC*/]; | ^~~~~~~~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2438.c:199:5: note: byref variable will be forcibly initialized 199 | u8 w1_buf[9]; | ^~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2438.c: In function 'page1_read': /kisskb/src/drivers/w1/slaves/w1_ds2438.c:371:5: note: byref variable will be forcibly initialized 371 | u8 w1_buf[DS2438_PAGE_SIZE + 1 /*for CRC*/]; | ^~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2438.c: In function 'page0_read': /kisskb/src/drivers/w1/slaves/w1_ds2438.c:341:5: note: byref variable will be forcibly initialized 341 | u8 w1_buf[DS2438_PAGE_SIZE + 1 /*for CRC*/]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c: In function 'amdgpu_amdkfd_init': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c:46:17: note: byref variable will be forcibly initialized 46 | struct sysinfo si; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c: In function 'amdgpu_amdkfd_device_init': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c:120:35: note: byref variable will be forcibly initialized 120 | struct kgd2kfd_shared_resources gpu_resources = { | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c: In function 'amdgpu_amdkfd_alloc_gtt_mem': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c:252:8: note: byref variable will be forcibly initialized 252 | void *cpu_ptr_tmp = NULL; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c:250:25: note: byref variable will be forcibly initialized 250 | struct amdgpu_bo_param bp; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c:249:20: note: byref variable will be forcibly initialized 249 | struct amdgpu_bo *bo = NULL; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c: In function 'amdgpu_amdkfd_free_gtt_mem': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c:319:20: note: byref variable will be forcibly initialized 319 | struct amdgpu_bo *bo = (struct amdgpu_bo *) mem_obj; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c: In function 'amdgpu_amdkfd_alloc_gws': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c:334:25: note: byref variable will be forcibly initialized 334 | struct amdgpu_bo_param bp; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c:333:25: note: byref variable will be forcibly initialized 333 | struct amdgpu_bo_user *ubo; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c: In function 'amdgpu_amdkfd_free_gws': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c:360:20: note: byref variable will be forcibly initialized 360 | struct amdgpu_bo *bo = (struct amdgpu_bo *)mem_obj; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c: In function 'amdgpu_amdkfd_get_cu_info': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c:456:24: note: byref variable will be forcibly initialized 456 | struct amdgpu_cu_info acu_info = adev->gfx.cu_info; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c: In function 'amdgpu_amdkfd_get_dmabuf_info': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c:486:11: note: byref variable will be forcibly initialized 486 | uint64_t metadata_flags; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c: In function 'amdgpu_amdkfd_submit_ib': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c:686:20: note: byref variable will be forcibly initialized 686 | struct dma_fence *f = NULL; | ^ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c:683:21: note: byref variable will be forcibly initialized 683 | struct amdgpu_job *job; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/hwmon.h:71, from /kisskb/src/drivers/hwmon/hwmon.c:26: /kisskb/src/drivers/hwmon/hwmon.c: In function 'trace_event_raw_event_hwmon_attr_class': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/hwmon.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 10 | DECLARE_EVENT_CLASS(hwmon_attr_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:10:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 10 | DECLARE_EVENT_CLASS(hwmon_attr_class, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/hwmon.c: In function 'trace_event_raw_event_hwmon_attr_show_string': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:46:1: note: in expansion of macro 'TRACE_EVENT' 46 | TRACE_EVENT(hwmon_attr_show_string, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/hwmon.h:46:1: note: in expansion of macro 'TRACE_EVENT' 46 | TRACE_EVENT(hwmon_attr_show_string, | ^~~~~~~~~~~ /kisskb/src/drivers/hwmon/hwmon.c: In function 'hwmon_notify_event': /kisskb/src/drivers/hwmon/hwmon.c:626:7: note: byref variable will be forcibly initialized 626 | char sattr[MAX_SYSFS_ATTR_NAME_LENGTH]; | ^~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/hwmon/hwmon.c:20: /kisskb/src/drivers/hwmon/hwmon.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwmon/hwmon.c: In function 'hwmon_attr_store': /kisskb/src/drivers/hwmon/hwmon.c:340:7: note: byref variable will be forcibly initialized 340 | long val; | ^~~ /kisskb/src/drivers/hwmon/hwmon.c: In function 'hwmon_attr_show': /kisskb/src/drivers/hwmon/hwmon.c:301:7: note: byref variable will be forcibly initialized 301 | long val; | ^~~ /kisskb/src/drivers/hwmon/hwmon.c: In function 'hwmon_attr_show_string': /kisskb/src/drivers/hwmon/hwmon.c:321:14: note: byref variable will be forcibly initialized 321 | const char *s; | ^ /kisskb/src/drivers/hwmon/hwmon.c: In function 'hwmon_device_unregister': /kisskb/src/drivers/hwmon/hwmon.c:910:6: note: byref variable will be forcibly initialized 910 | int id; | ^~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/container_of.h:5, from /kisskb/src/include/linux/list.h:5, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/scsi/ufs/ufshcd.h:15, from /kisskb/src/drivers/scsi/ufs/ufshcd-crypto.c:6: /kisskb/src/drivers/scsi/ufs/ufshcd-crypto.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/powerpc/include/asm/io.h:27, 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/drivers/scsi/ufs/ufshcd.h:18, from /kisskb/src/drivers/scsi/ufs/ufshcd-crypto.c:6: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from ./arch/powerpc/include/generated/asm/rwonce.h:1, from /kisskb/src/include/linux/compiler.h:266, from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/include/linux/ioport.h:13, from /kisskb/src/include/linux/acpi.h:12, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/i2c/muxes/i2c-mux-gpio.c:8: /kisskb/src/drivers/i2c/muxes/i2c-mux-gpio.c: In function 'i2c_mux_gpio_set': /kisskb/src/drivers/i2c/muxes/i2c-mux-gpio.c:27:17: note: byref variable will be forcibly initialized 27 | DECLARE_BITMAP(values, BITS_PER_TYPE(val)); | ^~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/include/linux/ioport.h:13, from /kisskb/src/include/linux/acpi.h:12, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/i2c/muxes/i2c-mux-gpio.c:8: /kisskb/src/drivers/i2c/muxes/i2c-mux-gpio.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/i2c/muxes/i2c-mux-gpio.c:8: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/drivers/i2c/muxes/i2c-mux-gpmux.c: In function 'i2c_mux_probe': /kisskb/src/drivers/i2c/muxes/i2c-mux-gpmux.c:112:7: note: byref variable will be forcibly initialized 112 | u32 chan; | ^~~~ /kisskb/src/drivers/i2c/muxes/i2c-mux-ltc4306.c: In function 'ltc4306_gpio_get': /kisskb/src/drivers/i2c/muxes/i2c-mux-ltc4306.c:79:15: note: byref variable will be forcibly initialized 79 | unsigned int val; | ^~~ /kisskb/src/drivers/i2c/muxes/i2c-mux-ltc4306.c: In function 'ltc4306_gpio_get_direction': /kisskb/src/drivers/i2c/muxes/i2c-mux-ltc4306.c:102:15: note: byref variable will be forcibly initialized 102 | unsigned int val; | ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_device.c:24: /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_device.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_device.c: In function 'kgd2kfd_interrupt': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_device.c:1226:7: note: byref variable will be forcibly initialized 1226 | bool is_patched = false; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_device.c:1225:11: note: byref variable will be forcibly initialized 1225 | uint32_t patched_ihre[KFD_MAX_RING_ENTRY_SIZE]; | ^~~~~~~~~~~~ /kisskb/src/drivers/usb/host/ssb-hcd.c: In function 'ssb_hcd_create_pdev': /kisskb/src/drivers/usb/host/ssb-hcd.c:106:18: note: byref variable will be forcibly initialized 106 | struct resource hci_res[2]; | ^~~~~~~ /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:118:5: note: byref variable will be forcibly initialized 118 | u8 local[2]; | ^~~~~ /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/i2c/busses/i2c-opal.c: In function 'i2c_opal_probe': /kisskb/src/drivers/i2c/busses/i2c-opal.c:200:8: note: byref variable will be forcibly initialized 200 | u32 opal_id; | ^~~~~~~ /kisskb/src/drivers/media/tuners/tda18271-common.c: In function 'tda18271_calc_rf_cal': /kisskb/src/drivers/media/tuners/tda18271-common.c:688:5: note: byref variable will be forcibly initialized 688 | u8 val; | ^~~ /kisskb/src/drivers/media/tuners/tda18271-common.c: In function '_tda_printk': /kisskb/src/drivers/media/tuners/tda18271-common.c:709:10: note: byref variable will be forcibly initialized 709 | va_list args; | ^~~~ /kisskb/src/drivers/media/tuners/tda18271-common.c:708:19: note: byref variable will be forcibly initialized 708 | struct va_format vaf; | ^~~ /kisskb/src/drivers/scsi/megaraid/megaraid_sas_debugfs.c: In function 'megasas_setup_debugfs': /kisskb/src/drivers/scsi/megaraid/megaraid_sas_debugfs.c:124:7: note: byref variable will be forcibly initialized 124 | char name[64]; | ^~~~ /kisskb/src/drivers/media/tuners/tda18271-common.c: In function 'tda18271_read_regs': /kisskb/src/drivers/media/tuners/tda18271-common.c:115:17: note: byref variable will be forcibly initialized 115 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/tuners/tda18271-common.c:113:16: note: byref variable will be forcibly initialized 113 | unsigned char buf = 0x00; | ^~~ /kisskb/src/drivers/media/tuners/tda18271-common.c: In function 'tda18271_read_extended': /kisskb/src/drivers/media/tuners/tda18271-common.c:145:17: note: byref variable will be forcibly initialized 145 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/tuners/tda18271-common.c:143:16: note: byref variable will be forcibly initialized 143 | unsigned char buf = 0x00; | ^~~ /kisskb/src/drivers/media/tuners/tda18271-common.c:142:16: note: byref variable will be forcibly initialized 142 | unsigned char regdump[TDA18271_NUM_REGS]; | ^~~~~~~ /kisskb/src/drivers/media/tuners/tda18271-common.c: In function '__tda18271_write_regs': /kisskb/src/drivers/media/tuners/tda18271-common.c:183:16: note: byref variable will be forcibly initialized 183 | unsigned char buf[TDA18271_NUM_REGS + 1]; | ^~~ /kisskb/src/drivers/media/tuners/tda18271-common.c: In function 'tda18271_calc_main_pll': /kisskb/src/drivers/media/tuners/tda18271-common.c:555:8: note: byref variable will be forcibly initialized 555 | u8 d, pd; | ^~ /kisskb/src/drivers/media/tuners/tda18271-common.c:555:5: note: byref variable will be forcibly initialized 555 | u8 d, pd; | ^ /kisskb/src/drivers/media/tuners/tda18271-common.c: In function 'tda18271_calc_cal_pll': /kisskb/src/drivers/media/tuners/tda18271-common.c:578:8: note: byref variable will be forcibly initialized 578 | u8 d, pd; | ^~ /kisskb/src/drivers/media/tuners/tda18271-common.c:578:5: note: byref variable will be forcibly initialized 578 | u8 d, pd; | ^ /kisskb/src/drivers/media/tuners/tda18271-common.c: In function 'tda18271_calc_bp_filter': /kisskb/src/drivers/media/tuners/tda18271-common.c:603:5: note: byref variable will be forcibly initialized 603 | u8 val; | ^~~ /kisskb/src/drivers/media/tuners/tda18271-common.c: In function 'tda18271_calc_km': /kisskb/src/drivers/media/tuners/tda18271-common.c:620:5: note: byref variable will be forcibly initialized 620 | u8 val; | ^~~ /kisskb/src/drivers/media/tuners/tda18271-common.c: In function 'tda18271_calc_rf_band': /kisskb/src/drivers/media/tuners/tda18271-common.c:637:5: note: byref variable will be forcibly initialized 637 | u8 val; | ^~~ /kisskb/src/drivers/media/tuners/tda18271-common.c: In function 'tda18271_calc_gain_taper': /kisskb/src/drivers/media/tuners/tda18271-common.c:654:5: note: byref variable will be forcibly initialized 654 | u8 val; | ^~~ /kisskb/src/drivers/media/tuners/tda18271-common.c: In function 'tda18271_calc_ir_measure': /kisskb/src/drivers/media/tuners/tda18271-common.c:671:5: note: byref variable will be forcibly initialized 671 | u8 val; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_chardev.c: In function 'kfd_ioctl': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_chardev.c:1972:7: note: byref variable will be forcibly initialized 1972 | char stack_kdata[128]; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_chardev.c: In function 'kfd_ioctl_import_dmabuf': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_chardev.c:1742:8: note: byref variable will be forcibly initialized 1742 | void *mem; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_chardev.c:1741:11: note: byref variable will be forcibly initialized 1741 | uint64_t size; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_chardev.c: In function 'kfd_ioctl_get_dmabuf_info': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_chardev.c:1685:11: note: byref variable will be forcibly initialized 1685 | uint32_t flags; | ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-fsi.c: In function 'fsi_i2c_write_reg': /kisskb/src/drivers/i2c/busses/i2c-fsi.c:181:9: note: byref variable will be forcibly initialized 181 | __be32 data_be = cpu_to_be32p(data); | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_chardev.c:1683:18: note: byref variable will be forcibly initialized 1683 | struct kgd_dev *dma_buf_kgd; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_chardev.c:1682:18: note: byref variable will be forcibly initialized 1682 | struct kfd_dev *dev = NULL; | ^~~ /kisskb/src/drivers/i2c/busses/i2c-fsi.c: In function 'fsi_i2c_set_sda': /kisskb/src/drivers/i2c/busses/i2c-fsi.c:365:6: note: byref variable will be forcibly initialized 365 | u32 dummy = 0; | ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-fsi.c: In function 'fsi_i2c_set_scl': /kisskb/src/drivers/i2c/busses/i2c-fsi.c:342:6: note: byref variable will be forcibly initialized 342 | u32 dummy = 0; | ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-fsi.c: In function 'fsi_i2c_start': /kisskb/src/drivers/i2c/busses/i2c-fsi.c:240:6: note: byref variable will be forcibly initialized 240 | u32 cmd = I2C_CMD_WITH_START | I2C_CMD_WITH_ADDR; | ^~~ /kisskb/src/drivers/i2c/busses/i2c-fsi.c: In function 'fsi_i2c_read_fifo': /kisskb/src/drivers/i2c/busses/i2c-fsi.c:300:6: note: byref variable will be forcibly initialized 300 | u32 dummy; | ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-fsi.c: In function 'fsi_i2c_read_reg': /kisskb/src/drivers/i2c/busses/i2c-fsi.c:167:9: note: byref variable will be forcibly initialized 167 | __be32 data_be; | ^~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-fsi.c: In function 'fsi_i2c_unprepare_recovery': /kisskb/src/drivers/i2c/busses/i2c-fsi.c:393:6: note: byref variable will be forcibly initialized 393 | u32 mode; | ^~~~ /kisskb/src/drivers/i2c/busses/i2c-fsi.c: In function 'fsi_i2c_prepare_recovery': /kisskb/src/drivers/i2c/busses/i2c-fsi.c:378:6: note: byref variable will be forcibly initialized 378 | u32 mode; | ^~~~ /kisskb/src/drivers/i2c/busses/i2c-fsi.c: In function 'fsi_i2c_get_sda': /kisskb/src/drivers/i2c/busses/i2c-fsi.c:354:6: note: byref variable will be forcibly initialized 354 | u32 stat = 0; | ^~~~ /kisskb/src/drivers/i2c/busses/i2c-fsi.c: In function 'fsi_i2c_get_scl': /kisskb/src/drivers/i2c/busses/i2c-fsi.c:331:6: note: byref variable will be forcibly initialized 331 | u32 stat = 0; | ^~~~ /kisskb/src/drivers/i2c/busses/i2c-fsi.c: In function 'fsi_i2c_set_port': /kisskb/src/drivers/i2c/busses/i2c-fsi.c:218:12: note: byref variable will be forcibly initialized 218 | u32 mode, dummy = 0; | ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-fsi.c:218:6: note: byref variable will be forcibly initialized 218 | u32 mode, dummy = 0; | ^~~~ /kisskb/src/drivers/i2c/busses/i2c-fsi.c: In function 'fsi_i2c_dev_init': /kisskb/src/drivers/i2c/busses/i2c-fsi.c:190:6: note: byref variable will be forcibly initialized 190 | u32 interrupt = 0; | ^~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-fsi.c:189:49: note: byref variable will be forcibly initialized 189 | u32 mode = I2C_MODE_ENHANCED, extended_status, watermark; | ^~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-fsi.c:189:32: note: byref variable will be forcibly initialized 189 | u32 mode = I2C_MODE_ENHANCED, extended_status, watermark; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-fsi.c:189:6: note: byref variable will be forcibly initialized 189 | u32 mode = I2C_MODE_ENHANCED, extended_status, watermark; | ^~~~ In file included from /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_chardev.c:29: /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_chardev.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-fsi.c: In function 'fsi_i2c_reset_engine': /kisskb/src/drivers/i2c/busses/i2c-fsi.c:441:12: note: byref variable will be forcibly initialized 441 | u32 mode, dummy = 0; | ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-fsi.c:441:6: note: byref variable will be forcibly initialized 441 | u32 mode, dummy = 0; | ^~~~ /kisskb/src/drivers/i2c/busses/i2c-fsi.c: In function 'fsi_i2c_reset_bus': /kisskb/src/drivers/i2c/busses/i2c-fsi.c:409:12: note: byref variable will be forcibly initialized 409 | u32 stat, dummy = 0; | ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-fsi.c:409:6: note: byref variable will be forcibly initialized 409 | u32 stat, dummy = 0; | ^~~~ /kisskb/src/drivers/i2c/busses/i2c-fsi.c: In function 'fsi_i2c_abort': /kisskb/src/drivers/i2c/busses/i2c-fsi.c:480:6: note: byref variable will be forcibly initialized 480 | u32 stat; | ^~~~ /kisskb/src/drivers/i2c/busses/i2c-fsi.c: In function 'fsi_i2c_wait': /kisskb/src/drivers/i2c/busses/i2c-fsi.c:577:6: note: byref variable will be forcibly initialized 577 | u32 status = 0; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_chardev.c: In function 'kfd_ioctl_map_memory_to_gpu': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_chardev.c:1429:7: note: byref variable will be forcibly initialized 1429 | bool table_freed = false; | ^~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-fsi.c: In function 'fsi_i2c_find_port_of_node': /kisskb/src/drivers/i2c/busses/i2c-fsi.c:665:6: note: byref variable will be forcibly initialized 665 | u32 port_no; | ^~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-fsi.c: In function 'fsi_i2c_probe': /kisskb/src/drivers/i2c/busses/i2c-fsi.c:682:22: note: byref variable will be forcibly initialized 682 | u32 port_no, ports, stat; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_chardev.c: In function 'kfd_ioctl_free_memory_of_gpu': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_chardev.c:1371:11: note: byref variable will be forcibly initialized 1371 | uint64_t size = 0; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_chardev.c: In function 'kfd_ioctl_get_tile_config': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_chardev.c:1154:21: note: byref variable will be forcibly initialized 1154 | struct tile_config config; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_chardev.c: In function 'kfd_ioctl_dbg_wave_control': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_chardev.c:766:31: note: byref variable will be forcibly initialized 766 | struct dbg_wave_control_info wac_info; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_chardev.c: In function 'kfd_ioctl_dbg_address_watch': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_chardev.c:666:32: note: byref variable will be forcibly initialized 666 | struct dbg_address_watch_info aw_info; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_chardev.c: In function 'kfd_ioctl_dbg_register': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_chardev.c:574:21: note: byref variable will be forcibly initialized 574 | struct kfd_dbgmgr *dbgmgr_ptr; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_chardev.c: In function 'kfd_ioctl_create_event': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_chardev.c:1013:12: note: byref variable will be forcibly initialized 1013 | uint64_t size; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_chardev.c:1012:15: note: byref variable will be forcibly initialized 1012 | void *mem, *kern_addr; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_chardev.c: In function 'kfd_ioctl_update_queue': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_chardev.c:374:26: note: byref variable will be forcibly initialized 374 | struct queue_properties properties; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_chardev.c: In function 'kfd_ioctl_create_queue': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_chardev.c:284:11: note: byref variable will be forcibly initialized 284 | uint32_t doorbell_offset_in_process = 0; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_chardev.c:283:26: note: byref variable will be forcibly initialized 283 | struct queue_properties q_properties; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_chardev.c:281:15: note: byref variable will be forcibly initialized 281 | unsigned int queue_id; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_chardev.c: In function 'kfd_dev_is_large_bar': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_chardev.c:1237:28: note: byref variable will be forcibly initialized 1237 | struct kfd_local_mem_info mem_info; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_chardev.c: In function 'kfd_ioctl_alloc_memory_of_gpu': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_chardev.c:1263:11: note: byref variable will be forcibly initialized 1263 | uint64_t offset = args->mmap_offset; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_chardev.c:1259:8: note: byref variable will be forcibly initialized 1259 | void *mem; | ^~~ /kisskb/src/drivers/media/tuners/tda18271-fe.c: In function 'tda18271c2_rf_tracking_filters_correction': /kisskb/src/drivers/media/tuners/tda18271-fe.c:249:17: note: byref variable will be forcibly initialized 249 | u8 tm_current, dc_over_dt, rf_tab; | ^~~~~~~~~~ /kisskb/src/drivers/media/tuners/tda18271-fe.c: In function 'tda18271_powerscan': /kisskb/src/drivers/media/tuners/tda18271-fe.c:437:6: note: byref variable will be forcibly initialized 437 | u32 freq; | ^~~~ /kisskb/src/drivers/media/tuners/tda18271-fe.c:436:6: note: byref variable will be forcibly initialized 436 | u16 count_limit; | ^~~~~~~~~~~ /kisskb/src/drivers/media/tuners/tda18271-fe.c:435:5: note: byref variable will be forcibly initialized 435 | u8 cid_target; | ^~~~~~~~~~ /kisskb/src/drivers/media/tuners/tda18271-fe.c: In function 'tda18271_rf_tracking_filters_init': /kisskb/src/drivers/media/tuners/tda18271-fe.c:572:6: note: byref variable will be forcibly initialized 572 | s32 prog_tab[3]; | ^~~~~~~~ /kisskb/src/drivers/media/tuners/tda18271-fe.c:571:6: note: byref variable will be forcibly initialized 571 | s32 prog_cal[3]; | ^~~~~~~~ /kisskb/src/drivers/media/tuners/tda18271-fe.c:570:6: note: byref variable will be forcibly initialized 570 | u32 rf_freq[3]; | ^~~~~~~ /kisskb/src/drivers/media/tuners/tda18271-fe.c:569:6: note: byref variable will be forcibly initialized 569 | u32 rf_default[3]; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_topology.c: In function 'kfd_generate_gpu_id': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_topology.c:1104:28: note: byref variable will be forcibly initialized 1104 | struct kfd_local_mem_info local_mem_info; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_topology.c: In function 'kfd_fill_mem_clk_max_info': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_topology.c:1181:28: note: byref variable will be forcibly initialized 1181 | struct kfd_local_mem_info local_mem_info; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_topology.c: In function 'kfd_set_iolink_no_atomics': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_topology.c:1208:12: note: byref variable will be forcibly initialized 1208 | uint32_t cap; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_topology.c: In function 'kfd_topology_init': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_topology.c:991:19: note: byref variable will be forcibly initialized 991 | struct list_head temp_topology_device_list; | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_topology.c:989:9: note: byref variable will be forcibly initialized 989 | size_t image_size = 0; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_topology.c:988:8: note: byref variable will be forcibly initialized 988 | void *crat_image = NULL; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_topology.c: In function 'kfd_topology_add_device': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_topology.c:1287:9: note: byref variable will be forcibly initialized 1287 | size_t image_size = 0; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_topology.c:1286:8: note: byref variable will be forcibly initialized 1286 | void *crat_image = NULL; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_topology.c:1285:19: note: byref variable will be forcibly initialized 1285 | struct list_head temp_topology_device_list; | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_topology.c:1283:21: note: byref variable will be forcibly initialized 1283 | struct kfd_cu_info cu_info; | ^~~~~~~ /kisskb/src/drivers/power/supply/max17040_battery.c: In function 'max17040_get_soc': /kisskb/src/drivers/power/supply/max17040_battery.c:201:6: note: byref variable will be forcibly initialized 201 | u32 soc; | ^~~ /kisskb/src/drivers/power/supply/max17040_battery.c: In function 'max17040_get_vcell': /kisskb/src/drivers/power/supply/max17040_battery.c:192:6: note: byref variable will be forcibly initialized 192 | u32 vcell; | ^~~~~ /kisskb/src/drivers/power/supply/max17040_battery.c: In function 'max17040_get_version': /kisskb/src/drivers/power/supply/max17040_battery.c:211:6: note: byref variable will be forcibly initialized 211 | u32 version; | ^~~~~~~ /kisskb/src/drivers/power/supply/max17040_battery.c: In function 'max17040_get_of_data': /kisskb/src/drivers/power/supply/max17040_battery.c:229:5: note: byref variable will be forcibly initialized 229 | u8 rcomp[2]; | ^~~~~ /kisskb/src/drivers/power/supply/max17040_battery.c: In function 'max17040_handle_soc_alert': /kisskb/src/drivers/power/supply/max17040_battery.c:300:6: note: byref variable will be forcibly initialized 300 | u32 data; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_flat_memory.c: In function 'kfd_init_apertures': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_flat_memory.c:367:18: note: byref variable will be forcibly initialized 367 | struct kfd_dev *dev; | ^~~ In file included from /kisskb/src/drivers/scsi/cxlflash/lunmgt.c:20: /kisskb/src/drivers/scsi/cxlflash/lunmgt.c: In function 'lun_to_lunid': /kisskb/src/drivers/scsi/cxlflash/common.h:301:9: note: byref variable will be forcibly initialized 301 | __be64 lun_id; | ^~~~~~ /kisskb/src/drivers/scsi/mvsas/mv_init.c: In function 'interrupt_coalescing_store': /kisskb/src/drivers/scsi/mvsas/mv_init.c:708:15: note: byref variable will be forcibly initialized 708 | unsigned int val = 0; | ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/scsi/mvsas/mv_sas.h:20, from /kisskb/src/drivers/scsi/mvsas/mv_init.c:11: /kisskb/src/drivers/scsi/mvsas/mv_init.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/scsi/mvsas/mv_init.c: In function 'mvs_alloc': /kisskb/src/drivers/scsi/mvsas/mv_init.c:221:7: note: byref variable will be forcibly initialized 221 | char pool_name[32]; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function '_config_request': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:304:24: note: byref variable will be forcibly initialized 304 | struct config_request mem; | ^~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function '_config_set_driver_trigger_pg1': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:1977:22: note: byref variable will be forcibly initialized 1977 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function '_config_set_driver_trigger_pg0': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:1843:22: note: byref variable will be forcibly initialized 1843 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function '_config_set_driver_trigger_pg2': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:2128:22: note: byref variable will be forcibly initialized 2128 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function '_config_set_driver_trigger_pg3': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:2288:22: note: byref variable will be forcibly initialized 2288 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function '_config_set_driver_trigger_pg4': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:2445:22: note: byref variable will be forcibly initialized 2445 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_manufacturing_pg0': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:517:22: note: byref variable will be forcibly initialized 517 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_manufacturing_pg7': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:555:22: note: byref variable will be forcibly initialized 555 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_manufacturing_pg10': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:592:22: note: byref variable will be forcibly initialized 592 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_manufacturing_pg11': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:629:22: note: byref variable will be forcibly initialized 629 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_set_manufacturing_pg11': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:666:22: note: byref variable will be forcibly initialized 666 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_bios_pg2': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:702:22: note: byref variable will be forcibly initialized 702 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_bios_pg3': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:738:22: note: byref variable will be forcibly initialized 738 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_iounit_pg0': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:774:22: note: byref variable will be forcibly initialized 774 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_iounit_pg1': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:810:22: note: byref variable will be forcibly initialized 810 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_set_iounit_pg1': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:846:22: note: byref variable will be forcibly initialized 846 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_iounit_pg3': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:883:22: note: byref variable will be forcibly initialized 883 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_iounit_pg8': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:918:22: note: byref variable will be forcibly initialized 918 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_ioc_pg8': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:954:22: note: byref variable will be forcibly initialized 954 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_ioc_pg1': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:989:22: note: byref variable will be forcibly initialized 989 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_set_ioc_pg1': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:1025:22: note: byref variable will be forcibly initialized 1025 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_sas_device_pg0': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:1064:22: note: byref variable will be forcibly initialized 1064 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_sas_device_pg1': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:1105:22: note: byref variable will be forcibly initialized 1105 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_pcie_device_pg0': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:1146:22: note: byref variable will be forcibly initialized 1146 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_pcie_iounit_pg1': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:1186:22: note: byref variable will be forcibly initialized 1186 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_pcie_device_pg2': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:1224:22: note: byref variable will be forcibly initialized 1224 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_number_hba_phys': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:1264:23: note: byref variable will be forcibly initialized 1264 | Mpi2SasIOUnitPage0_t config_page; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:1263:20: note: byref variable will be forcibly initialized 1263 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:1260:22: note: byref variable will be forcibly initialized 1260 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_sas_iounit_pg0': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:1312:22: note: byref variable will be forcibly initialized 1312 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_sas_iounit_pg1': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:1353:22: note: byref variable will be forcibly initialized 1353 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_set_sas_iounit_pg1': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:1394:22: note: byref variable will be forcibly initialized 1394 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_expander_pg0': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:1435:22: note: byref variable will be forcibly initialized 1435 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_expander_pg1': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:1476:22: note: byref variable will be forcibly initialized 1476 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_enclosure_pg0': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:1518:22: note: byref variable will be forcibly initialized 1518 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_phy_pg0': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:1557:22: note: byref variable will be forcibly initialized 1557 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_phy_pg1': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:1597:22: note: byref variable will be forcibly initialized 1597 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_raid_volume_pg1': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:1639:22: note: byref variable will be forcibly initialized 1639 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_number_pds': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:1678:20: note: byref variable will be forcibly initialized 1678 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:1677:21: note: byref variable will be forcibly initialized 1677 | Mpi2RaidVolPage0_t config_page; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:1676:22: note: byref variable will be forcibly initialized 1676 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_raid_volume_pg0': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:1729:22: note: byref variable will be forcibly initialized 1729 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_phys_disk_pg0': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:1768:22: note: byref variable will be forcibly initialized 1768 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_driver_trigger_pg0': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:1805:22: note: byref variable will be forcibly initialized 1805 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_update_driver_trigger_pg0': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:1886:20: note: byref variable will be forcibly initialized 1886 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:1885:28: note: byref variable will be forcibly initialized 1885 | Mpi26DriverTriggerPage0_t tg_pg0; | ^~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_driver_trigger_pg1': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:1939:22: note: byref variable will be forcibly initialized 1939 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_update_driver_trigger_pg1': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:2020:20: note: byref variable will be forcibly initialized 2020 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:2019:28: note: byref variable will be forcibly initialized 2019 | Mpi26DriverTriggerPage1_t tg_pg1; | ^~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_driver_trigger_pg2': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:2090:22: note: byref variable will be forcibly initialized 2090 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_update_driver_trigger_pg2': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:2171:20: note: byref variable will be forcibly initialized 2171 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:2170:28: note: byref variable will be forcibly initialized 2170 | Mpi26DriverTriggerPage2_t tg_pg2; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_process.c: In function 'kfd_get_cu_occupancy': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_process.c:270:6: note: byref variable will be forcibly initialized 270 | int max_waves_per_cu; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_process.c:269:6: note: byref variable will be forcibly initialized 269 | int wave_cnt; | ^~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_driver_trigger_pg3': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:2250:22: note: byref variable will be forcibly initialized 2250 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_update_driver_trigger_pg3': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:2331:20: note: byref variable will be forcibly initialized 2331 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:2330:28: note: byref variable will be forcibly initialized 2330 | Mpi26DriverTriggerPage3_t tg_pg3; | ^~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_driver_trigger_pg4': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:2407:22: note: byref variable will be forcibly initialized 2407 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_update_driver_trigger_pg4': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:2488:20: note: byref variable will be forcibly initialized 2488 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:2487:28: note: byref variable will be forcibly initialized 2487 | Mpi26DriverTriggerPage4_t tg_pg4; | ^~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_volume_handle': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:2568:20: note: byref variable will be forcibly initialized 2568 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:2567:22: note: byref variable will be forcibly initialized 2567 | Mpi2ConfigRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_process.c: In function 'kfd_sdma_activity_worker': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_process.c:109:30: note: byref variable will be forcibly initialized 109 | struct temp_sdma_queue_list sdma_q_list; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_process.c:103:11: note: byref variable will be forcibly initialized 103 | uint64_t val; | ^~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c: In function 'mpt3sas_config_get_volume_wwid': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:2657:21: note: byref variable will be forcibly initialized 2657 | Mpi2RaidVolPage1_t raid_vol_pg1; | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_config.c:2656:20: note: byref variable will be forcibly initialized 2656 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_process.c: In function 'kfd_procfs_show': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_process.c:314:45: note: byref variable will be forcibly initialized 314 | struct kfd_sdma_activity_handler_workarea sdma_activity_work_handler; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds28e04.c: In function 'pio_write': /kisskb/src/drivers/w1/slaves/w1_ds28e04.c:304:5: note: byref variable will be forcibly initialized 304 | u8 ack; | ^~~ /kisskb/src/drivers/w1/slaves/w1_ds28e04.c:303:5: note: byref variable will be forcibly initialized 303 | u8 wrbuf[3]; | ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds28e04.c: In function 'w1_f1C_read': /kisskb/src/drivers/w1/slaves/w1_ds28e04.c:100:5: note: byref variable will be forcibly initialized 100 | u8 wrbuf[3]; | ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds28e04.c: In function 'w1_f1C_refresh_block': /kisskb/src/drivers/w1/slaves/w1_ds28e04.c:74:5: note: byref variable will be forcibly initialized 74 | u8 wrbuf[3]; | ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds28e04.c: In function 'w1_f1C_write': /kisskb/src/drivers/w1/slaves/w1_ds28e04.c:163:5: note: byref variable will be forcibly initialized 163 | u8 rdbuf[W1_PAGE_SIZE + 3]; | ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds28e04.c:162:5: note: byref variable will be forcibly initialized 162 | u8 wrbuf[4]; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_process.c: In function 'kfd_procfs_add_sysfs_stats': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_process.c:538:7: note: byref variable will be forcibly initialized 538 | char stats_dir_filename[MAX_SYSFS_FILENAME_LEN]; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_process.c: In function 'kfd_procfs_add_sysfs_counters': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_process.c:585:7: note: byref variable will be forcibly initialized 585 | char counters_dir_filename[MAX_SYSFS_FILENAME_LEN]; | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_process.c: In function 'kfd_process_device_reserve_ib_mem': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_process.c:770:8: note: byref variable will be forcibly initialized 770 | void *kaddr; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_process.c:769:18: note: byref variable will be forcibly initialized 769 | struct kgd_mem *mem; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_process.c: In function 'kfd_process_device_init_cwsr_dgpu': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_process.c:1240:8: note: byref variable will be forcibly initialized 1240 | void *kaddr; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_process.c:1239:18: note: byref variable will be forcibly initialized 1239 | struct kgd_mem *mem; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_process.c: In function 'kfd_process_device_free_bos': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_process.c:928:6: note: byref variable will be forcibly initialized 928 | int id; | ^~ /kisskb/src/drivers/scsi/ufs/ufs-hwmon.c: In function 'ufs_read_temp_enable': /kisskb/src/drivers/scsi/ufs/ufs-hwmon.c:19:6: note: byref variable will be forcibly initialized 19 | u32 ee_mask; | ^~~~~~~ /kisskb/src/drivers/scsi/ufs/ufs-hwmon.c: In function 'ufs_get_temp': /kisskb/src/drivers/scsi/ufs/ufs-hwmon.c:34:6: note: byref variable will be forcibly initialized 34 | u32 value; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_mqd_manager.c: In function 'mqd_symmetrically_map_cu_mask': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_mqd_manager.c:100:21: note: byref variable will be forcibly initialized 100 | struct kfd_cu_info cu_info; | ^~~~~~~ In file included from /kisskb/src/include/linux/dev_printk.h:14, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/scsi/ufs/ufshcd-pltfrm.c:11: /kisskb/src/drivers/scsi/ufs/ufshcd-pltfrm.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/scsi/ufs/ufshcd-pltfrm.c:11: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd-pltfrm.c: In function 'ufshcd_parse_clock_info': /kisskb/src/drivers/scsi/ufs/ufshcd-pltfrm.c:31:6: note: byref variable will be forcibly initialized 31 | int len = 0; | ^~~ /kisskb/src/drivers/scsi/ufs/ufshcd-pltfrm.c:28:8: note: byref variable will be forcibly initialized 28 | char *name; | ^~~~ /kisskb/src/drivers/scsi/ufs/ufshcd-pltfrm.c: In function 'ufshcd_populate_vreg': /kisskb/src/drivers/scsi/ufs/ufshcd-pltfrm.c:109:7: note: byref variable will be forcibly initialized 109 | char prop_name[MAX_PROP_SIZE]; | ^~~~~~~~~ /kisskb/src/drivers/scsi/ufs/ufshcd-pltfrm.c: In function 'ufshcd_pltfrm_init': /kisskb/src/drivers/scsi/ufs/ufshcd-pltfrm.c:318:18: note: byref variable will be forcibly initialized 318 | struct ufs_hba *hba; | ^~~ /kisskb/src/drivers/hwmon/w83791d.c: In function 'store_pwm': /kisskb/src/drivers/hwmon/w83791d.c:724:16: note: byref variable will be forcibly initialized 724 | unsigned long val; | ^~~ /kisskb/src/drivers/i2c/busses/i2c-ali1563.c: In function 'ali1563_setup': /kisskb/src/drivers/i2c/busses/i2c-ali1563.c:335:6: note: byref variable will be forcibly initialized 335 | u16 ctrl; | ^~~~ /kisskb/src/drivers/hwmon/w83791d.c: In function 'store_beep': /kisskb/src/drivers/hwmon/w83791d.c:448:16: note: byref variable will be forcibly initialized 448 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83791d.c: In function 'store_fan_div': /kisskb/src/drivers/hwmon/w83791d.c:581:16: note: byref variable will be forcibly initialized 581 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83791d.c: In function 'store_fan_min': /kisskb/src/drivers/hwmon/w83791d.c:537:16: note: byref variable will be forcibly initialized 537 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83791d.c: In function 'store_temp_tolerance': /kisskb/src/drivers/hwmon/w83791d.c:872:16: note: byref variable will be forcibly initialized 872 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83791d.c: In function 'store_pwmenable': /kisskb/src/drivers/hwmon/w83791d.c:765:16: note: byref variable will be forcibly initialized 765 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83791d.c: In function 'vrm_store': /kisskb/src/drivers/hwmon/w83791d.c:1153:16: note: byref variable will be forcibly initialized 1153 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83791d.c: In function 'store_in_max': /kisskb/src/drivers/hwmon/w83791d.c:374:16: note: byref variable will be forcibly initialized 374 | unsigned long val; \ | ^~~ /kisskb/src/drivers/hwmon/w83791d.c:386:1: note: in expansion of macro 'store_in_reg' 386 | store_in_reg(MAX, max); | ^~~~~~~~~~~~ /kisskb/src/drivers/hwmon/w83791d.c: In function 'store_in_min': /kisskb/src/drivers/hwmon/w83791d.c:374:16: note: byref variable will be forcibly initialized 374 | unsigned long val; \ | ^~~ /kisskb/src/drivers/hwmon/w83791d.c:385:1: note: in expansion of macro 'store_in_reg' 385 | store_in_reg(MIN, min); | ^~~~~~~~~~~~ /kisskb/src/drivers/hwmon/w83791d.c: In function 'store_temp_target': /kisskb/src/drivers/hwmon/w83791d.c:831:7: note: byref variable will be forcibly initialized 831 | long val; | ^~~ /kisskb/src/drivers/hwmon/w83791d.c: In function 'store_beep_mask': /kisskb/src/drivers/hwmon/w83791d.c:1063:7: note: byref variable will be forcibly initialized 1063 | long val; | ^~~ /kisskb/src/drivers/hwmon/w83791d.c: In function 'store_beep_enable': /kisskb/src/drivers/hwmon/w83791d.c:1097:7: note: byref variable will be forcibly initialized 1097 | long val; | ^~~ /kisskb/src/drivers/hwmon/w83791d.c: In function 'store_temp23': /kisskb/src/drivers/hwmon/w83791d.c:966:7: note: byref variable will be forcibly initialized 966 | long val; | ^~~ /kisskb/src/drivers/hwmon/w83791d.c: In function 'store_temp1': /kisskb/src/drivers/hwmon/w83791d.c:934:7: note: byref variable will be forcibly initialized 934 | long val; | ^~~ /kisskb/src/drivers/media/tuners/mt2060.c: In function 'mt2060_set_params': /kisskb/src/drivers/media/tuners/mt2060.c:197:6: note: byref variable will be forcibly initialized 197 | u8 b[8]; | ^ /kisskb/src/drivers/media/tuners/mt2060.c: In function 'mt2060_calibrate': /kisskb/src/drivers/media/tuners/mt2060.c:279:5: note: byref variable will be forcibly initialized 279 | u8 b = 0; | ^ /kisskb/src/drivers/media/tuners/mt2060.c: In function 'mt2060_attach': /kisskb/src/drivers/media/tuners/mt2060.c:408:5: note: byref variable will be forcibly initialized 408 | u8 id = 0; | ^~ /kisskb/src/drivers/media/tuners/mt2060.c: In function 'mt2060_probe': /kisskb/src/drivers/media/tuners/mt2060.c:452:5: note: byref variable will be forcibly initialized 452 | u8 chip_id; | ^~~~~~~ /kisskb/src/drivers/w1/w1.c: In function 'w1_atoreg_num': /kisskb/src/drivers/w1/w1.c:406:6: note: byref variable will be forcibly initialized 406 | u64 rn64_le; | ^~~~~~~ /kisskb/src/drivers/w1/w1.c:404:21: note: byref variable will be forcibly initialized 404 | unsigned long long id; | ^~ /kisskb/src/drivers/w1/w1.c:403:15: note: byref variable will be forcibly initialized 403 | unsigned int family; | ^~~~~~ /kisskb/src/drivers/w1/w1.c: In function 'w1_addr_crc_is_valid': /kisskb/src/drivers/w1/w1.c:935:7: note: byref variable will be forcibly initialized 935 | u64 corr_le = rn_le; | ^~~~~~~ /kisskb/src/drivers/w1/w1.c:920:6: note: byref variable will be forcibly initialized 920 | u64 rn_le = cpu_to_le64(rn); | ^~~~~ /kisskb/src/drivers/w1/w1.c: In function 'w1_master_attribute_store_pullup': /kisskb/src/drivers/w1/w1.c:262:7: note: byref variable will be forcibly initialized 262 | long tmp; | ^~~ /kisskb/src/drivers/w1/w1.c: In function 'w1_master_attribute_store_search': /kisskb/src/drivers/w1/w1.c:226:7: note: byref variable will be forcibly initialized 226 | long tmp; | ^~~ /kisskb/src/drivers/w1/w1.c: In function 'w1_master_attribute_store_max_slave_count': /kisskb/src/drivers/w1/w1.c:320:6: note: byref variable will be forcibly initialized 320 | int tmp; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/scsi.h:320, from /kisskb/src/drivers/scsi/scsi.c:74: /kisskb/src/drivers/scsi/scsi.c: In function 'trace_event_raw_event_scsi_dispatch_cmd_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:156:1: note: in expansion of macro 'TRACE_EVENT' 156 | TRACE_EVENT(scsi_dispatch_cmd_start, | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi.c: In function 'trace_event_raw_event_scsi_dispatch_cmd_error': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:198:1: note: in expansion of macro 'TRACE_EVENT' 198 | TRACE_EVENT(scsi_dispatch_cmd_error, | ^~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-ali15x3.c: In function 'ali15x3_setup': /kisskb/src/drivers/i2c/busses/i2c-ali15x3.c:124:16: note: byref variable will be forcibly initialized 124 | unsigned char temp; | ^~~~ /kisskb/src/drivers/i2c/busses/i2c-ali15x3.c:123:6: note: byref variable will be forcibly initialized 123 | u16 a; | ^ /kisskb/src/drivers/scsi/scsi.c: In function 'trace_event_raw_event_scsi_cmd_done_timeout_template': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/scsi.h:243:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 243 | DECLARE_EVENT_CLASS(scsi_cmd_done_timeout_template, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_mqd_manager_cik.c: In function 'allocate_mqd': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_mqd_manager_cik.c:79:22: note: byref variable will be forcibly initialized 79 | struct kfd_mem_obj *mqd_mem_obj; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi.c: In function 'trace_event_raw_event_scsi_eh_wakeup': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/scsi.h:300:1: note: in expansion of macro 'TRACE_EVENT' 300 | TRACE_EVENT(scsi_eh_wakeup, | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi.c: In function 'scsi_vpd_inquiry': /kisskb/src/drivers/scsi/scsi.c:297:16: note: byref variable will be forcibly initialized 297 | unsigned char cmd[16]; | ^~~ /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/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/scsi/scsi.c: In function 'scsi_report_opcode': /kisskb/src/drivers/scsi/scsi.c:479:24: note: byref variable will be forcibly initialized 479 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/scsi/scsi.c:478:16: note: byref variable will be forcibly initialized 478 | unsigned char cmd[16]; | ^~~ /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/w1/w1.c: In function 'w1_search': /kisskb/src/drivers/w1/w1.c:991:15: note: byref variable will be forcibly initialized 991 | u64 last_rn, rn, tmp64; | ^~ /kisskb/src/drivers/w1/slaves/w1_ds2408.c: In function 'optional_read_back_valid': /kisskb/src/drivers/w1/slaves/w1_ds2408.c:142:5: note: byref variable will be forcibly initialized 142 | u8 w1_buf[3]; | ^~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2408.c: In function 'status_control_write': /kisskb/src/drivers/w1/slaves/w1_ds2408.c:247:5: note: byref variable will be forcibly initialized 247 | u8 w1_buf[4]; | ^~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2408.c: In function '_read_reg': /kisskb/src/drivers/w1/slaves/w1_ds2408.c:40:5: note: byref variable will be forcibly initialized 40 | u8 wrbuf[3]; | ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2408.c: In function 'output_write': /kisskb/src/drivers/w1/slaves/w1_ds2408.c:167:5: note: byref variable will be forcibly initialized 167 | u8 w1_buf[3]; | ^~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2408.c: In function 'w1_f29_disable_test_mode': /kisskb/src/drivers/w1/slaves/w1_ds2408.c:295:6: note: byref variable will be forcibly initialized 295 | u64 rn = le64_to_cpu(*((u64*)&sl->reg_num)); | ^~ /kisskb/src/drivers/w1/slaves/w1_ds2408.c:294:5: note: byref variable will be forcibly initialized 294 | u8 magic[10] = {0x96, }; | ^~~~~ /kisskb/src/drivers/power/supply/lp8727_charger.c: In function 'lp8727_parse_dt': /kisskb/src/drivers/power/supply/lp8727_charger.c:512:14: note: byref variable will be forcibly initialized 512 | const char *type; | ^~~~ /kisskb/src/drivers/power/supply/lp8727_charger.c: In function 'lp8727_battery_get_property': /kisskb/src/drivers/power/supply/lp8727_charger.c:339:5: note: byref variable will be forcibly initialized 339 | u8 read; | ^~~~ /kisskb/src/drivers/power/supply/lp8727_charger.c: In function 'lp8727_is_dedicated_charger': /kisskb/src/drivers/power/supply/lp8727_charger.c:160:5: note: byref variable will be forcibly initialized 160 | u8 val; | ^~~ /kisskb/src/drivers/power/supply/lp8727_charger.c: In function 'lp8727_is_usb_charger': /kisskb/src/drivers/power/supply/lp8727_charger.c:168:5: note: byref variable will be forcibly initialized 168 | u8 val; | ^~~ /kisskb/src/drivers/power/supply/lp8727_charger.c: In function 'lp8727_init_device': /kisskb/src/drivers/power/supply/lp8727_charger.c:142:5: note: byref variable will be forcibly initialized 142 | u8 intstat[LP8788_NUM_INTREGS]; | ^~~~~~~ /kisskb/src/drivers/power/supply/lp8727_charger.c: In function 'lp8727_enable_chgdet': /kisskb/src/drivers/power/supply/lp8727_charger.c:215:5: note: byref variable will be forcibly initialized 215 | u8 val; | ^~~ /kisskb/src/drivers/power/supply/lp8727_charger.c: In function 'lp8727_delayed_func': /kisskb/src/drivers/power/supply/lp8727_charger.c:226:5: note: byref variable will be forcibly initialized 226 | u8 intstat[LP8788_NUM_INTREGS]; | ^~~~~~~ /kisskb/src/drivers/hwmon/ad7414.c: In function 'max_min_store': /kisskb/src/drivers/hwmon/ad7414.c:130:7: note: byref variable will be forcibly initialized 130 | long temp; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_mqd_manager_vi.c: In function 'allocate_mqd': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_mqd_manager_vi.c:82:22: note: byref variable will be forcibly initialized 82 | struct kfd_mem_obj *mqd_mem_obj; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_mqd_manager_v9.c: In function 'allocate_mqd': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_mqd_manager_v9.c:89:22: note: byref variable will be forcibly initialized 89 | struct kfd_mem_obj *mqd_mem_obj = NULL; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/cxlflash/vlun.c: In function 'ba_alloc': /kisskb/src/drivers/scsi/cxlflash/vlun.c:187:6: note: byref variable will be forcibly initialized 187 | int bit_word = 0; | ^~~~~~~~ /kisskb/src/drivers/scsi/cxlflash/vlun.c: In function '_cxlflash_vlun_resize': /kisskb/src/drivers/scsi/cxlflash/vlun.c:741:6: note: byref variable will be forcibly initialized 741 | u64 new_size; | ^~~~~~~~ /kisskb/src/drivers/scsi/cxlflash/vlun.c: In function 'cxlflash_disk_virtual_open': /kisskb/src/drivers/scsi/cxlflash/vlun.c:981:28: note: byref variable will be forcibly initialized 981 | struct dk_cxlflash_resize resize; | ^~~~~~ In file included from /kisskb/src/include/linux/preempt.h:11, from /kisskb/src/include/linux/percpu.h:6, from /kisskb/src/include/linux/context_tracking_state.h:5, from /kisskb/src/include/linux/hardirq.h:5, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/drivers/scsi/cxlflash/vlun.c:11: /kisskb/src/drivers/scsi/cxlflash/vlun.c: In function 'cxlflash_disk_clone': /kisskb/src/drivers/scsi/cxlflash/vlun.c:1212:12: note: byref variable will be forcibly initialized 1212 | LIST_HEAD(sidecar); | ^~~~~~~ /kisskb/src/include/linux/list.h:26:19: note: in definition of macro 'LIST_HEAD' 26 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_kernel_queue.c: In function 'kq_initialize': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_kernel_queue.c:45:30: note: byref variable will be forcibly initialized 45 | union PM4_MES_TYPE_3_HEADER nop; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_kernel_queue.c:43:26: note: byref variable will be forcibly initialized 43 | struct queue_properties prop; | ^~~~ /kisskb/src/drivers/media/tuners/mt2063.c: In function 'MT2063_ChooseFirstIF': /kisskb/src/drivers/media/tuners/mt2063.c:577:26: note: byref variable will be forcibly initialized 577 | struct MT2063_FIFZone_t zones[MT2063_MAX_ZONES]; | ^~~~~ /kisskb/src/drivers/media/tuners/mt2063.c: In function 'mt2063_read': /kisskb/src/drivers/media/tuners/mt2063.c:306:18: note: byref variable will be forcibly initialized 306 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/tuners/mt2063.c:305:6: note: byref variable will be forcibly initialized 305 | u8 b0[] = { subAddress + i }; | ^~ /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/mt2063.c:243:5: note: byref variable will be forcibly initialized 243 | u8 buf[60]; | ^~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'fotg210_reset': /kisskb/src/drivers/usb/host/fotg210-hcd.c:270:7: note: byref variable will be forcibly initialized 270 | char _buf[80]; \ | ^~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c:942:2: note: in expansion of macro 'dbg_cmd' 942 | dbg_cmd(fotg210, "reset", command); | ^~~~~~~ /kisskb/src/drivers/media/tuners/mt2063.c: In function 'MT2063_SetReceiverMode': /kisskb/src/drivers/media/tuners/mt2063.c:1178:6: note: byref variable will be forcibly initialized 1178 | u32 longval; | ^~~~~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'fill_registers_buffer': /kisskb/src/drivers/usb/host/fotg210-hcd.c:646:14: note: byref variable will be forcibly initialized 646 | char *next, scratch[80]; | ^~~~~~~ /kisskb/src/drivers/media/tuners/mt2063.c: In function 'mt2063_init': /kisskb/src/drivers/media/tuners/mt2063.c:1856:6: note: byref variable will be forcibly initialized 1856 | u8 val = *def++; | ^~~ /kisskb/src/drivers/media/tuners/mt2063.c:1776:5: note: byref variable will be forcibly initialized 1776 | u8 all_resets = 0xF0; /* reset/load bits */ | ^~~~~~~~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'fotg210_hub_control': /kisskb/src/drivers/usb/host/fotg210-hcd.c:276:7: note: byref variable will be forcibly initialized 276 | char _buf[80]; \ | ^~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c:1685:4: note: in expansion of macro 'dbg_port' 1685 | dbg_port(fotg210, "GetStatus", wIndex + 1, temp); | ^~~~~~~~ /kisskb/src/drivers/media/tuners/mt2063.c: In function 'MT2063_AvoidSpurs': /kisskb/src/drivers/media/tuners/mt2063.c:790:10: note: byref variable will be forcibly initialized 790 | u32 fm, fp; /* restricted range on LO's */ | ^~ /kisskb/src/drivers/media/tuners/mt2063.c:790:6: note: byref variable will be forcibly initialized 790 | u32 fm, fp; /* restricted range on LO's */ | ^~ /kisskb/src/drivers/media/tuners/mt2063.c: In function 'MT2063_Tune': /kisskb/src/drivers/media/tuners/mt2063.c:1516:6: note: byref variable will be forcibly initialized 1516 | u32 Num2; /* Numerator for LO2 reg. value */ | ^~~~ /kisskb/src/drivers/media/tuners/mt2063.c:1515:6: note: byref variable will be forcibly initialized 1515 | u32 LO2; /* 2nd LO register value */ | ^~~ /kisskb/src/drivers/media/tuners/mt2063.c:1513:6: note: byref variable will be forcibly initialized 1513 | u32 Num1; /* Numerator for LO1 reg. value */ | ^~~~ /kisskb/src/drivers/media/tuners/mt2063.c:1512:6: note: byref variable will be forcibly initialized 1512 | u32 LO1; /* 1st LO register value */ | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_mqd_manager_v10.c: In function 'allocate_mqd': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_mqd_manager_v10.c:79:22: note: byref variable will be forcibly initialized 79 | struct kfd_mem_obj *mqd_mem_obj; | ^~~~~~~~~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'qh_schedule': /kisskb/src/drivers/usb/host/fotg210-hcd.c:3759:9: note: byref variable will be forcibly initialized 3759 | __hc32 c_mask; | ^~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, 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/drivers/usb/host/fotg210-hcd.c:25: /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/scsi/mvsas/mv_64xx.c: In function 'mvs_64xx_phy_enable': /kisskb/src/drivers/scsi/mvsas/mv_64xx.c:219:6: note: byref variable will be forcibly initialized 219 | u32 tmp; | ^~~ /kisskb/src/drivers/scsi/mvsas/mv_64xx.c: In function 'mvs_64xx_phy_disable': /kisskb/src/drivers/scsi/mvsas/mv_64xx.c:197:6: note: byref variable will be forcibly initialized 197 | u32 tmp; | ^~~ /kisskb/src/drivers/scsi/mvsas/mv_64xx.c: In function 'mvs_64xx_stp_reset': /kisskb/src/drivers/scsi/mvsas/mv_64xx.c:70:6: note: byref variable will be forcibly initialized 70 | u32 reg, tmp; | ^~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'fotg210_qtd_alloc': /kisskb/src/drivers/usb/host/fotg210-hcd.c:1823:13: note: byref variable will be forcibly initialized 1823 | dma_addr_t dma; | ^~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'fotg210_qh_alloc': /kisskb/src/drivers/usb/host/fotg210-hcd.c:1856:13: note: byref variable will be forcibly initialized 1856 | dma_addr_t dma; | ^~~ In file included from /kisskb/src/drivers/scsi/mvsas/mv_64xx.c:12: /kisskb/src/drivers/scsi/mvsas/mv_64xx.c: In function 'mvs_show_pcie_usage': /kisskb/src/drivers/scsi/mvsas/mv_chips.h:230:14: note: byref variable will be forcibly initialized 230 | const char *spd[] = { | ^~~ /kisskb/src/drivers/scsi/mvsas/mv_chips.h:229:6: note: byref variable will be forcibly initialized 229 | u16 link_stat, link_spd; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mvsas/mv_64xx.c: In function 'mvs_64xx_chip_reset': /kisskb/src/drivers/scsi/mvsas/mv_64xx.c:147:6: note: byref variable will be forcibly initialized 147 | u32 tmp; | ^~~ /kisskb/src/drivers/scsi/mvsas/mv_64xx.c: In function 'mvs_64xx_init': /kisskb/src/drivers/scsi/mvsas/mv_64xx.c:242:6: note: byref variable will be forcibly initialized 242 | u32 tmp, cctl; | ^~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'intr_submit': /kisskb/src/drivers/usb/host/fotg210-hcd.c:3829:19: note: byref variable will be forcibly initialized 3829 | struct list_head empty; | ^~~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'itd_urb_transaction': /kisskb/src/drivers/usb/host/fotg210-hcd.c:4079:13: note: byref variable will be forcibly initialized 4079 | dma_addr_t itd_dma; | ^~~~~~~ /kisskb/src/drivers/scsi/mvsas/mv_94xx.c: In function 'mvs_94xx_fix_dma': /kisskb/src/drivers/scsi/mvsas/mv_94xx.c:992:21: note: byref variable will be forcibly initialized 992 | struct mvs_prd_imt im_len; | ^~~~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'fotg210_urb_enqueue': /kisskb/src/drivers/usb/host/fotg210-hcd.c:5268:19: note: byref variable will be forcibly initialized 5268 | struct list_head qtd_list; | ^~~~~~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'uframe_periodic_max_store': /kisskb/src/drivers/usb/host/fotg210-hcd.c:4704:11: note: byref variable will be forcibly initialized 4704 | unsigned uframe_periodic_max; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'fotg210_stop': /kisskb/src/drivers/usb/host/fotg210-hcd.c:264:7: note: byref variable will be forcibly initialized 264 | char _buf[80]; \ | ^~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c:4895:2: note: in expansion of macro 'dbg_status' 4895 | dbg_status(fotg210, "fotg210_stop completed", | ^~~~~~~~~~ /kisskb/src/drivers/scsi/mvsas/mv_sas.c: In function 'mvs_task_prep_ata': /kisskb/src/drivers/scsi/mvsas/mv_sas.c:436:22: note: byref variable will be forcibly initialized 436 | u32 tag = tei->tag, hdr_tag; | ^~~~~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'fill_async_buffer': /kisskb/src/drivers/usb/host/fotg210-hcd.c:454:8: note: byref variable will be forcibly initialized 454 | char *next; | ^~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c:453:17: note: byref variable will be forcibly initialized 453 | unsigned temp, size; | ^~~~ /kisskb/src/drivers/scsi/mvsas/mv_94xx.c: In function 'mvs_94xx_get_dev_identify_frame': /kisskb/src/drivers/scsi/mvsas/mv_94xx.c:811:6: note: byref variable will be forcibly initialized 811 | u32 id_frame[7]; | ^~~~~~~~ /kisskb/src/drivers/scsi/mvsas/mv_94xx.c: In function 'mvs_94xx_get_att_identify_frame': /kisskb/src/drivers/scsi/mvsas/mv_94xx.c:825:6: note: byref variable will be forcibly initialized 825 | u32 id_frame[7]; | ^~~~~~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'fotg210_run': /kisskb/src/drivers/usb/host/fotg210-hcd.c:270:7: note: byref variable will be forcibly initialized 270 | char _buf[80]; \ | ^~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c:5042:2: note: in expansion of macro 'dbg_cmd' 5042 | dbg_cmd(fotg210, "init", fotg210->command); | ^~~~~~~ /kisskb/src/drivers/scsi/mvsas/mv_94xx.c: In function 'mvs_94xx_make_prd': /kisskb/src/drivers/scsi/mvsas/mv_94xx.c:788:21: note: byref variable will be forcibly initialized 788 | struct mvs_prd_imt im_len; | ^~~~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'fotg210_hrtimer_func': /kisskb/src/drivers/usb/host/fotg210-hcd.c:1343:16: note: byref variable will be forcibly initialized 1343 | unsigned long events; | ^~~~~~ In file included from /kisskb/src/drivers/scsi/mvsas/mv_94xx.c:12: /kisskb/src/drivers/scsi/mvsas/mv_94xx.c: In function 'mvs_show_pcie_usage': /kisskb/src/drivers/scsi/mvsas/mv_chips.h:230:14: note: byref variable will be forcibly initialized 230 | const char *spd[] = { | ^~~ /kisskb/src/drivers/scsi/mvsas/mv_chips.h:229:6: note: byref variable will be forcibly initialized 229 | u16 link_stat, link_spd; | ^~~~~~~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c: In function 'fotg210_irq': /kisskb/src/drivers/usb/host/fotg210-hcd.c:264:7: note: byref variable will be forcibly initialized 264 | char _buf[80]; \ | ^~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c:5228:3: note: in expansion of macro 'dbg_status' 5228 | dbg_status(fotg210, "fatal", status); | ^~~~~~~~~~ /kisskb/src/drivers/scsi/mvsas/mv_sas.c: In function 'mvs_task_prep': /kisskb/src/drivers/scsi/mvsas/mv_sas.c:700:6: note: byref variable will be forcibly initialized 700 | u32 tag = 0xdeadbeef, n_elem = 0; | ^~~ /kisskb/src/drivers/scsi/mvsas/mv_sas.c:698:28: note: byref variable will be forcibly initialized 698 | struct mvs_task_exec_info tei; | ^~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c:270:7: note: byref variable will be forcibly initialized 270 | char _buf[80]; \ | ^~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c:5227:3: note: in expansion of macro 'dbg_cmd' 5227 | dbg_cmd(fotg210, "fatal", cmd); | ^~~~~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c:264:7: note: byref variable will be forcibly initialized 264 | char _buf[80]; \ | ^~~~ /kisskb/src/drivers/usb/host/fotg210-hcd.c:5152:2: note: in expansion of macro 'dbg_status' 5152 | dbg_status(fotg210, "irq", status); | ^~~~~~~~~~ /kisskb/src/drivers/scsi/mvsas/mv_sas.c: In function 'mvs_task_exec': /kisskb/src/drivers/scsi/mvsas/mv_sas.c:844:6: note: byref variable will be forcibly initialized 844 | u32 pass = 0; | ^~~~ /kisskb/src/drivers/scsi/mvsas/mv_sas.c: In function 'mvs_debug_issue_ssp_tmf': /kisskb/src/drivers/scsi/mvsas/mv_sas.c:1355:22: note: byref variable will be forcibly initialized 1355 | struct sas_ssp_task ssp_task; | ^~~~~~~~ /kisskb/src/drivers/scsi/mvsas/mv_sas.c: In function 'mvs_query_task': /kisskb/src/drivers/scsi/mvsas/mv_sas.c:1429:22: note: byref variable will be forcibly initialized 1429 | struct mvs_tmf_task tmf_task; | ^~~~~~~~ /kisskb/src/drivers/scsi/mvsas/mv_sas.c:1428:18: note: byref variable will be forcibly initialized 1428 | struct scsi_lun lun; | ^~~ /kisskb/src/drivers/scsi/mvsas/mv_sas.c: In function 'mvs_abort_task_set': /kisskb/src/drivers/scsi/mvsas/mv_sas.c:1543:22: note: byref variable will be forcibly initialized 1543 | struct mvs_tmf_task tmf_task; | ^~~~~~~~ /kisskb/src/drivers/scsi/mvsas/mv_sas.c: In function 'mvs_clear_aca': /kisskb/src/drivers/scsi/mvsas/mv_sas.c:1554:22: note: byref variable will be forcibly initialized 1554 | struct mvs_tmf_task tmf_task; | ^~~~~~~~ /kisskb/src/drivers/scsi/mvsas/mv_sas.c: In function 'mvs_clear_task_set': /kisskb/src/drivers/scsi/mvsas/mv_sas.c:1565:22: note: byref variable will be forcibly initialized 1565 | struct mvs_tmf_task tmf_task; | ^~~~~~~~ /kisskb/src/drivers/scsi/mvsas/mv_sas.c: In function 'mvs_abort_task': /kisskb/src/drivers/scsi/mvsas/mv_sas.c:1466:22: note: byref variable will be forcibly initialized 1466 | struct mvs_tmf_task tmf_task; | ^~~~~~~~ /kisskb/src/drivers/scsi/mvsas/mv_sas.c:1465:18: note: byref variable will be forcibly initialized 1465 | struct scsi_lun lun; | ^~~ /kisskb/src/drivers/scsi/mvsas/mv_sas.c: In function 'mvs_release_task': /kisskb/src/drivers/scsi/mvsas/mv_sas.c:1861:9: note: byref variable will be forcibly initialized 1861 | int i, phyno[WIDE_PORT_MAX_PHY], num; | ^~~~~ /kisskb/src/drivers/scsi/mvsas/mv_sas.c: In function 'mvs_lu_reset': /kisskb/src/drivers/scsi/mvsas/mv_sas.c:1385:22: note: byref variable will be forcibly initialized 1385 | struct mvs_tmf_task tmf_task; | ^~~~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2430.c: In function 'w1_f14_readblock': /kisskb/src/drivers/w1/slaves/w1_ds2430.c:68:5: note: byref variable will be forcibly initialized 68 | u8 cmp[W1_F14_READ_MAXLEN]; | ^~~ /kisskb/src/drivers/w1/slaves/w1_ds2430.c:67:5: note: byref variable will be forcibly initialized 67 | u8 wrbuf[2]; | ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2430.c: In function 'w1_f14_write': /kisskb/src/drivers/w1/slaves/w1_ds2430.c:149:5: note: byref variable will be forcibly initialized 149 | u8 rdbuf[W1_F14_SCRATCH_SIZE + 3]; | ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2430.c:148:5: note: byref variable will be forcibly initialized 148 | u8 wrbuf[2]; | ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2430.c: In function 'eeprom_write': /kisskb/src/drivers/w1/slaves/w1_ds2430.c:225:9: note: byref variable will be forcibly initialized 225 | char tmp[W1_F14_SCRATCH_SIZE]; | ^~~ /kisskb/src/drivers/w1/slaves/w1_ds2431.c: In function 'w1_f2d_readblock': /kisskb/src/drivers/w1/slaves/w1_ds2431.c:67:5: note: byref variable will be forcibly initialized 67 | u8 cmp[W1_F2D_READ_MAXLEN]; | ^~~ /kisskb/src/drivers/w1/slaves/w1_ds2431.c:66:5: note: byref variable will be forcibly initialized 66 | u8 wrbuf[3]; | ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2431.c: In function 'w1_f2d_write': /kisskb/src/drivers/w1/slaves/w1_ds2431.c:149:5: note: byref variable will be forcibly initialized 149 | u8 rdbuf[W1_F2D_SCRATCH_SIZE + 3]; | ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2431.c:148:5: note: byref variable will be forcibly initialized 148 | u8 wrbuf[4]; | ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2431.c: In function 'eeprom_write': /kisskb/src/drivers/w1/slaves/w1_ds2431.c:224:9: note: byref variable will be forcibly initialized 224 | char tmp[W1_F2D_SCRATCH_SIZE]; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_packet_manager.c: In function 'pm_send_set_resources': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_packet_manager.c:288:12: note: byref variable will be forcibly initialized 288 | uint32_t *buffer, size; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_packet_manager.c: In function 'pm_send_query_status': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_packet_manager.c:359:12: note: byref variable will be forcibly initialized 359 | uint32_t *buffer, size; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_packet_manager.c: In function 'pm_send_unmap_queue': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_packet_manager.c:391:12: note: byref variable will be forcibly initialized 391 | uint32_t *buffer, size; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_packet_manager.c: In function 'pm_create_runlist_ib': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_packet_manager.c:132:7: note: byref variable will be forcibly initialized 132 | bool is_over_subscription; | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_packet_manager.c:126:27: note: byref variable will be forcibly initialized 126 | unsigned int *rl_buffer, rl_wptr, i; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_packet_manager.c:126:16: note: byref variable will be forcibly initialized 126 | unsigned int *rl_buffer, rl_wptr, i; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_packet_manager.c:125:15: note: byref variable will be forcibly initialized 125 | unsigned int alloc_size_bytes; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_packet_manager.c: In function 'pm_send_runlist': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_packet_manager.c:318:9: note: byref variable will be forcibly initialized 318 | size_t rl_ib_size, packet_size_dwords; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_packet_manager.c:317:12: note: byref variable will be forcibly initialized 317 | uint32_t *rl_buffer; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_packet_manager.c:316:11: note: byref variable will be forcibly initialized 316 | uint64_t rl_gpu_ib_addr; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2805.c: In function 'w1_f0d_readblock': /kisskb/src/drivers/w1/slaves/w1_ds2805.c:64:5: note: byref variable will be forcibly initialized 64 | u8 cmp[W1_F0D_READ_MAXLEN]; | ^~~ /kisskb/src/drivers/w1/slaves/w1_ds2805.c:63:5: note: byref variable will be forcibly initialized 63 | u8 wrbuf[3]; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_packet_manager.c: In function 'pm_debugfs_hang_hws': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_packet_manager.c:449:12: note: byref variable will be forcibly initialized 449 | uint32_t *buffer, size; | ^~~~~~ /kisskb/src/drivers/power/supply/ltc4162-l-charger.c: In function 'ltc4162l_get_cell_count': /kisskb/src/drivers/power/supply/ltc4162-l-charger.c:90:15: note: byref variable will be forcibly initialized 90 | unsigned int val; | ^~~ /kisskb/src/drivers/w1/slaves/w1_ds2805.c: In function 'w1_f0d_write': /kisskb/src/drivers/w1/slaves/w1_ds2805.c:148:5: note: byref variable will be forcibly initialized 148 | u8 rdbuf[W1_F0D_SCRATCH_SIZE]; | ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2805.c:147:5: note: byref variable will be forcibly initialized 147 | u8 wrbuf[3]; | ^~~~~ /kisskb/src/drivers/power/supply/ltc4162-l-charger.c: In function 'ltc4162l_get_status': /kisskb/src/drivers/power/supply/ltc4162-l-charger.c:131:15: note: byref variable will be forcibly initialized 131 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/power/supply/ltc4162-l-charger.c: In function 'ltc4162l_get_charge_type': /kisskb/src/drivers/power/supply/ltc4162-l-charger.c:161:15: note: byref variable will be forcibly initialized 161 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2805.c: In function 'w1_f0d_write_bin': /kisskb/src/drivers/w1/slaves/w1_ds2805.c:223:9: note: byref variable will be forcibly initialized 223 | char tmp[W1_F0D_SCRATCH_SIZE]; | ^~~ /kisskb/src/drivers/power/supply/ltc4162-l-charger.c: In function 'ltc4162l_get_health': /kisskb/src/drivers/power/supply/ltc4162-l-charger.c:194:15: note: byref variable will be forcibly initialized 194 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/power/supply/ltc4162-l-charger.c: In function 'ltc4162l_get_online': /kisskb/src/drivers/power/supply/ltc4162-l-charger.c:209:15: note: byref variable will be forcibly initialized 209 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/power/supply/ltc4162-l-charger.c: In function 'ltc4162l_get_input_voltage': /kisskb/src/drivers/power/supply/ltc4162-l-charger.c:263:15: note: byref variable will be forcibly initialized 263 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/power/supply/ltc4162-l-charger.c: In function 'ltc4162l_get_input_current': /kisskb/src/drivers/power/supply/ltc4162-l-charger.c:279:15: note: byref variable will be forcibly initialized 279 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/power/supply/ltc4162-l-charger.c: In function 'ltc4162l_get_icharge': /kisskb/src/drivers/power/supply/ltc4162-l-charger.c:301:15: note: byref variable will be forcibly initialized 301 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/power/supply/ltc4162-l-charger.c: In function 'ltc4162l_get_vcharge': /kisskb/src/drivers/power/supply/ltc4162-l-charger.c:339:15: note: byref variable will be forcibly initialized 339 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/power/supply/ltc4162-l-charger.c: In function 'ltc4162l_get_iin_limit_dac': /kisskb/src/drivers/power/supply/ltc4162-l-charger.c:387:15: note: byref variable will be forcibly initialized 387 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/power/supply/ltc4162-l-charger.c: In function 'ltc4162l_get_die_temp': /kisskb/src/drivers/power/supply/ltc4162-l-charger.c:423:15: note: byref variable will be forcibly initialized 423 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/power/supply/ltc4162-l-charger.c: In function 'ltc4162l_get_term_current': /kisskb/src/drivers/power/supply/ltc4162-l-charger.c:443:15: note: byref variable will be forcibly initialized 443 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/power/supply/ltc4162-l-charger.c: In function 'ltc4162l_get_vbat': /kisskb/src/drivers/power/supply/ltc4162-l-charger.c:226:15: note: byref variable will be forcibly initialized 226 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/power/supply/ltc4162-l-charger.c: In function 'ltc4162l_get_ibat': /kisskb/src/drivers/power/supply/ltc4162-l-charger.c:245:15: note: byref variable will be forcibly initialized 245 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/power/supply/ltc4162-l-charger.c: In function 'arm_ship_mode_store': /kisskb/src/drivers/power/supply/ltc4162-l-charger.c:643:15: note: byref variable will be forcibly initialized 643 | unsigned int value; | ^~~~~ /kisskb/src/drivers/power/supply/ltc4162-l-charger.c: In function 'force_telemetry_store': /kisskb/src/drivers/power/supply/ltc4162-l-charger.c:603:15: note: byref variable will be forcibly initialized 603 | unsigned int value; | ^~~~~ /kisskb/src/drivers/power/supply/ltc4162-l-charger.c: In function 'arm_ship_mode_show': /kisskb/src/drivers/power/supply/ltc4162-l-charger.c:624:15: note: byref variable will be forcibly initialized 624 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/power/supply/ltc4162-l-charger.c: In function 'force_telemetry_show': /kisskb/src/drivers/power/supply/ltc4162-l-charger.c:585:15: note: byref variable will be forcibly initialized 585 | unsigned int regval; | ^~~~~~ /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/power/supply/ltc4162-l-charger.c: In function 'charge_status_show': /kisskb/src/drivers/power/supply/ltc4162-l-charger.c:511:15: note: byref variable will be forcibly initialized 511 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/power/supply/ltc4162-l-charger.c: In function 'ltc4162l_probe': /kisskb/src/drivers/power/supply/ltc4162-l-charger.c:829:6: note: byref variable will be forcibly initialized 829 | u32 value; | ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/i2c.h:146, from /kisskb/src/drivers/i2c/i2c-core-base.c:47: /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'trace_event_raw_event_i2c_write': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' 141 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:25:1: note: in expansion of macro 'TRACE_EVENT_FN' 25 | TRACE_EVENT_FN(i2c_write, | ^~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'trace_event_raw_event_i2c_read': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' 141 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:58:1: note: in expansion of macro 'TRACE_EVENT_FN' 58 | TRACE_EVENT_FN(i2c_read, | ^~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'trace_event_raw_event_i2c_reply': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' 141 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:89:1: note: in expansion of macro 'TRACE_EVENT_FN' 89 | TRACE_EVENT_FN(i2c_reply, | ^~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'trace_event_raw_event_i2c_result': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:141:2: note: in expansion of macro 'TRACE_EVENT' 141 | TRACE_EVENT(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/i2c.h:122:1: note: in expansion of macro 'TRACE_EVENT_FN' 122 | TRACE_EVENT_FN(i2c_result, | ^~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_clients_command': /kisskb/src/drivers/i2c/i2c-core-base.c:2018:21: note: byref variable will be forcibly initialized 2018 | struct i2c_cmd_arg cmd_arg; | ^~~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'delete_device_store': /kisskb/src/drivers/i2c/i2c-core-base.c:1344:7: note: byref variable will be forcibly initialized 1344 | char end; | ^~~ /kisskb/src/drivers/i2c/i2c-core-base.c:1343:17: note: byref variable will be forcibly initialized 1343 | unsigned short addr; | ^~~~ In file included from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/drivers/i2c/i2c-core-base.c:16: /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized 427 | unsigned int irq; | ^~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_default_probe': /kisskb/src/drivers/i2c/i2c-core-base.c:2359:23: note: byref variable will be forcibly initialized 2359 | union i2c_smbus_data dummy; | ^~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_get_device_id': /kisskb/src/drivers/i2c/i2c-core-base.c:2318:23: note: byref variable will be forcibly initialized 2318 | union i2c_smbus_data raw_id; | ^~~~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_transfer_buffer_flags': /kisskb/src/drivers/i2c/i2c-core-base.c:2290:17: note: byref variable will be forcibly initialized 2290 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_new_ancillary_device': /kisskb/src/drivers/i2c/i2c-core-base.c:1221:6: note: byref variable will be forcibly initialized 1221 | u32 addr = default_addr; | ^~~~ /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'new_device_store': /kisskb/src/drivers/i2c/i2c-core-base.c:1276:15: note: byref variable will be forcibly initialized 1276 | char *blank, end; | ^~~ /kisskb/src/drivers/i2c/i2c-core-base.c:1274:24: note: byref variable will be forcibly initialized 1274 | 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:2387:24: note: byref variable will be forcibly initialized 2387 | struct i2c_board_info info; | ^~~~ /kisskb/src/drivers/i2c/busses/i2c-amd8111.c: In function 'amd8111_access': /kisskb/src/drivers/i2c/busses/i2c-amd8111.c:194:36: note: byref variable will be forcibly initialized 194 | unsigned char protocol, len, pec, temp[2]; | ^~~~ /kisskb/src/drivers/i2c/busses/i2c-amd8111.c:194:26: note: byref variable will be forcibly initialized 194 | unsigned char protocol, len, pec, temp[2]; | ^~~ /kisskb/src/drivers/hwmon/adm1021.c: In function 'temp_min_store': /kisskb/src/drivers/hwmon/adm1021.c:222:7: note: byref variable will be forcibly initialized 222 | long temp; | ^~~~ /kisskb/src/drivers/hwmon/adm1021.c: In function 'temp_max_store': /kisskb/src/drivers/hwmon/adm1021.c:196:7: note: byref variable will be forcibly initialized 196 | long temp; | ^~~~ /kisskb/src/drivers/hwmon/adm1021.c: In function 'low_power_store': /kisskb/src/drivers/hwmon/adm1021.c:255:16: note: byref variable will be forcibly initialized 255 | unsigned long val; | ^~~ /kisskb/src/drivers/i2c/busses/i2c-i801.c: In function 'i801_isr': /kisskb/src/drivers/i2c/busses/i2c-i801.c:625:6: note: byref variable will be forcibly initialized 625 | u16 pcists; | ^~~~~~ /kisskb/src/drivers/i2c/busses/i2c-i801.c: In function 'i801_block_transaction': /kisskb/src/drivers/i2c/busses/i2c-i801.c:766:16: note: byref variable will be forcibly initialized 766 | unsigned char hostc; | ^~~~~ /kisskb/src/drivers/i2c/busses/i2c-i801.c: In function 'i801_add_tco_spt': /kisskb/src/drivers/i2c/busses/i2c-i801.c:1495:5: note: byref variable will be forcibly initialized 1495 | u8 hidden; | ^~~~~~ /kisskb/src/drivers/i2c/busses/i2c-i801.c:1494:6: note: byref variable will be forcibly initialized 1494 | u32 base_addr; | ^~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-i801.c: In function 'i801_add_tco': /kisskb/src/drivers/i2c/busses/i2c-i801.c:1555:16: note: byref variable will be forcibly initialized 1555 | u32 tco_base, tco_ctl; | ^~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-i801.c:1555:6: note: byref variable will be forcibly initialized 1555 | u32 tco_base, tco_ctl; | ^~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-i801.c:1554:18: note: byref variable will be forcibly initialized 1554 | struct resource tco_res[2], *res; | ^~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-i801.c: In function 'i801_probe': /kisskb/src/drivers/i2c/busses/i2c-i801.c:1819:7: note: byref variable will be forcibly initialized 1819 | u16 pcists; | ^~~~~~ /kisskb/src/drivers/scsi/hosts.c: In function 'scsi_host_busy': /kisskb/src/drivers/scsi/hosts.c:596:6: note: byref variable will be forcibly initialized 596 | int cnt = 0; | ^~~ /kisskb/src/drivers/scsi/hosts.c: In function 'scsi_host_busy_iter': /kisskb/src/drivers/scsi/hosts.c:731:34: note: byref variable will be forcibly initialized 731 | struct scsi_host_busy_iter_data iter_data = { | ^~~~~~~~~ /kisskb/src/drivers/power/supply/bq2415x_charger.c: In function 'bq2415x_i2c_write': /kisskb/src/drivers/power/supply/bq2415x_charger.c:246:5: note: byref variable will be forcibly initialized 246 | u8 data[2]; | ^~~~ /kisskb/src/drivers/power/supply/bq2415x_charger.c:245:17: note: byref variable will be forcibly initialized 245 | struct i2c_msg msg[1]; | ^~~ /kisskb/src/drivers/power/supply/bq2415x_charger.c: In function 'bq2415x_i2c_read': /kisskb/src/drivers/power/supply/bq2415x_charger.c:191:5: note: byref variable will be forcibly initialized 191 | u8 val; | ^~~ /kisskb/src/drivers/power/supply/bq2415x_charger.c:190:17: note: byref variable will be forcibly initialized 190 | struct i2c_msg msg[2]; | ^~~ /kisskb/src/drivers/power/supply/bq2415x_charger.c: In function 'bq2415x_notifier_call': /kisskb/src/drivers/power/supply/bq2415x_charger.c:812:29: note: byref variable will be forcibly initialized 812 | union power_supply_propval prop; | ^~~~ /kisskb/src/drivers/power/supply/bq2415x_charger.c: In function 'bq2415x_power_supply_init': /kisskb/src/drivers/power/supply/bq2415x_charger.c:1477:7: note: byref variable will be forcibly initialized 1477 | char revstr[8]; | ^~~~~~ /kisskb/src/drivers/power/supply/bq2415x_charger.c: In function 'bq2415x_sysfs_set_registers': /kisskb/src/drivers/power/supply/bq2415x_charger.c:1242:15: note: byref variable will be forcibly initialized 1242 | unsigned int val; | ^~~ /kisskb/src/drivers/power/supply/bq2415x_charger.c:1241:15: note: byref variable will be forcibly initialized 1241 | unsigned int reg; | ^~~ /kisskb/src/drivers/power/supply/bq2415x_charger.c: In function 'bq2415x_sysfs_set_enable': /kisskb/src/drivers/power/supply/bq2415x_charger.c:1353:7: note: byref variable will be forcibly initialized 1353 | long val; | ^~~ /kisskb/src/drivers/power/supply/bq2415x_charger.c: In function 'bq2415x_sysfs_set_limit': /kisskb/src/drivers/power/supply/bq2415x_charger.c:1293:7: note: byref variable will be forcibly initialized 1293 | long val; | ^~~ /kisskb/src/drivers/power/supply/bq2415x_charger.c: In function 'bq2415x_probe': /kisskb/src/drivers/power/supply/bq2415x_charger.c:1534:29: note: byref variable will be forcibly initialized 1534 | union power_supply_propval prop; | ^~~~ /kisskb/src/drivers/w1/slaves/w1_ds2433.c: In function 'eeprom_read': /kisskb/src/drivers/w1/slaves/w1_ds2433.c:98:5: note: byref variable will be forcibly initialized 98 | u8 wrbuf[3]; | ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2433.c: In function 'w1_f23_write': /kisskb/src/drivers/w1/slaves/w1_ds2433.c:158:5: note: byref variable will be forcibly initialized 158 | u8 rdbuf[W1_PAGE_SIZE + 3]; | ^~~~~ /kisskb/src/drivers/w1/slaves/w1_ds2433.c:157:5: note: byref variable will be forcibly initialized 157 | u8 wrbuf[4]; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_process_queue_manager.c: In function 'pqm_set_gws': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_process_queue_manager.c:84:18: note: byref variable will be forcibly initialized 84 | struct kgd_mem *mem = NULL; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_process_queue_manager.c: In function 'pqm_create_queue': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_process_queue_manager.c:201:16: note: byref variable will be forcibly initialized 201 | struct queue *q; | ^ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:6, from /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:49: /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_turn_off_pfa_led': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:5562:19: note: byref variable will be forcibly initialized 5562 | Mpi2SepRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:5561:17: note: byref variable will be forcibly initialized 5561 | Mpi2SepReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_get_sas_address': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:514:20: note: byref variable will be forcibly initialized 514 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:513:23: note: byref variable will be forcibly initialized 513 | Mpi2SasDevicePage0_t sas_device_pg0; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_display_sata_capabilities': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:2175:23: note: byref variable will be forcibly initialized 2175 | Mpi2SasDevicePage0_t sas_device_pg0; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:2174:20: note: byref variable will be forcibly initialized 2174 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_pcie_check_device': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:7936:25: note: byref variable will be forcibly initialized 7936 | Mpi26PCIeDevicePage0_t pcie_device_pg0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:7935:20: note: byref variable will be forcibly initialized 7935 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_search_responding_pcie_devices': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:9903:20: note: byref variable will be forcibly initialized 9903 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:9902:25: note: byref variable will be forcibly initialized 9902 | Mpi26PCIeDevicePage0_t pcie_device_pg0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_get_port_table_after_reset': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:6133:6: note: byref variable will be forcibly initialized 6133 | u64 attached_sas_addr; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:6130:20: note: byref variable will be forcibly initialized 6130 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_refresh_expander_links': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:10284:20: note: byref variable will be forcibly initialized 10284 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:10283:22: note: byref variable will be forcibly initialized 10283 | Mpi2ExpanderPage1_t expander_pg1; | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_sas_volume_add': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:8956:6: note: byref variable will be forcibly initialized 8956 | u64 wwid; | ^~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_transport.c: In function '_transport_set_identify': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_transport.c:206:20: note: byref variable will be forcibly initialized 206 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_transport.c:205:23: note: byref variable will be forcibly initialized 205 | Mpi2SasDevicePage0_t sas_device_pg0; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_transport.c: In function '_transport_expander_report_manufacture': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_transport.c:365:13: note: byref variable will be forcibly initialized 365 | dma_addr_t data_out_dma; | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_pcie_add_device': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:8029:20: note: byref variable will be forcibly initialized 8029 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:8028:25: note: byref variable will be forcibly initialized 8028 | Mpi26PCIeDevicePage2_t pcie_device_pg2; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:8027:25: note: byref variable will be forcibly initialized 8027 | Mpi26PCIeDevicePage0_t pcie_device_pg0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_transport.c: In function '_transport_expander_phy_control': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_transport.c:1561:13: note: byref variable will be forcibly initialized 1561 | dma_addr_t data_out_dma; | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_sas_enclosure_dev_status_change_event': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:8526:20: note: byref variable will be forcibly initialized 8526 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_transport.c: In function '_transport_smp_handler': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_transport.c:2057:9: note: byref variable will be forcibly initialized 2057 | size_t dma_len_out; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_transport.c:2056:9: note: byref variable will be forcibly initialized 2056 | size_t dma_len_in; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_transport.c:2055:8: note: byref variable will be forcibly initialized 2055 | void *addr_out = NULL; | ^~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_transport.c:2054:8: note: byref variable will be forcibly initialized 2054 | void *addr_in = NULL; | ^~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_transport.c:2053:13: note: byref variable will be forcibly initialized 2053 | dma_addr_t dma_addr_out; | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_transport.c:2052:13: note: byref variable will be forcibly initialized 2052 | dma_addr_t dma_addr_in; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_sas_pd_hide': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_transport.c: In function '_transport_phy_reset': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:9086:6: note: byref variable will be forcibly initialized 9086 | u64 volume_wwid = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_transport.c:1701:32: note: byref variable will be forcibly initialized 1701 | Mpi2SasIoUnitControlRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_transport.c:1700:30: note: byref variable will be forcibly initialized 1700 | Mpi2SasIoUnitControlReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:9085:6: note: byref variable will be forcibly initialized 9085 | u16 volume_handle = 0; | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_transport.c: In function '_transport_phy_speed': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_transport.c:1896:20: note: byref variable will be forcibly initialized 1896 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_transport.c:1895:20: note: byref variable will be forcibly initialized 1895 | Mpi2SasPhyPage0_t phy_pg0; | ^~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_transport.c: In function '_transport_phy_enable': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_transport.c:1756:20: note: byref variable will be forcibly initialized 1756 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_transport.c: In function '_transport_get_expander_phy_error_log': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_transport.c:1270:13: note: byref variable will be forcibly initialized 1270 | dma_addr_t data_out_dma; | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_sas_port_refresh': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:6406:12: note: byref variable will be forcibly initialized 6406 | int i, j, count = 0, lcount = 0; | ^~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_transport.c: In function '_transport_get_linkerrors': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_transport.c:1413:20: note: byref variable will be forcibly initialized 1413 | Mpi2SasPhyPage1_t phy_pg1; | ^~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_transport.c:1412:20: note: byref variable will be forcibly initialized 1412 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:6405:19: note: byref variable will be forcibly initialized 6405 | struct hba_port *port_entry = NULL; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_create_enclosure_list_after_reset': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:9742:20: note: byref variable will be forcibly initialized 9742 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_search_responding_raid_devices': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:10005:20: note: byref variable will be forcibly initialized 10005 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:10004:26: note: byref variable will be forcibly initialized 10004 | Mpi2RaidPhysDiskPage0_t pd_pg0; | ^~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:10003:21: note: byref variable will be forcibly initialized 10003 | Mpi2RaidVolPage0_t volume_pg0; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:10002:21: note: byref variable will be forcibly initialized 10002 | Mpi2RaidVolPage1_t volume_pg1; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function 'scsih_resume': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:12375:26: note: byref variable will be forcibly initialized 12375 | struct MPT3SAS_ADAPTER *ioc; | ^~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:12374:20: note: byref variable will be forcibly initialized 12374 | struct Scsi_Host *shost; | ^~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function 'scsih_pci_resume': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:12489:26: note: byref variable will be forcibly initialized 12489 | struct MPT3SAS_ADAPTER *ioc; | ^~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:12488:20: note: byref variable will be forcibly initialized 12488 | struct Scsi_Host *shost; | ^~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function 'scsih_pci_mmio_enabled': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:12508:26: note: byref variable will be forcibly initialized 12508 | struct MPT3SAS_ADAPTER *ioc; | ^~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:12507:20: note: byref variable will be forcibly initialized 12507 | struct Scsi_Host *shost; | ^~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function 'scsih_suspend': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:12346:26: note: byref variable will be forcibly initialized 12346 | struct MPT3SAS_ADAPTER *ioc; | ^~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:12345:20: note: byref variable will be forcibly initialized 12345 | struct Scsi_Host *shost; | ^~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function 'scsih_pci_slot_reset': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:12450:26: note: byref variable will be forcibly initialized 12450 | struct MPT3SAS_ADAPTER *ioc; | ^~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:12449:20: note: byref variable will be forcibly initialized 12449 | struct Scsi_Host *shost; | ^~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_get_volume_capabilities': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:2424:5: note: byref variable will be forcibly initialized 2424 | u8 num_pds; | ^~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:2422:20: note: byref variable will be forcibly initialized 2422 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:2421:23: note: byref variable will be forcibly initialized 2421 | Mpi2SasDevicePage0_t sas_device_pg0; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:2420:26: note: byref variable will be forcibly initialized 2420 | Mpi2RaidPhysDiskPage0_t pd_pg0; | ^~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function 'scsih_get_state': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:2313:20: note: byref variable will be forcibly initialized 2313 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:2312:21: note: byref variable will be forcibly initialized 2312 | Mpi2RaidVolPage0_t vol_pg0; | ^~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function 'scsih_get_resync': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:2252:20: note: byref variable will be forcibly initialized 2252 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:2251:21: note: byref variable will be forcibly initialized 2251 | Mpi2RaidVolPage0_t vol_pg0; | ^~~~~~~ /kisskb/src/drivers/media/pci/b2c2/flexcop-dma.c: In function 'flexcop_dma_allocate': /kisskb/src/drivers/media/pci/b2c2/flexcop-dma.c:13:13: note: byref variable will be forcibly initialized 13 | dma_addr_t tdma = 0; | ^~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_scsi_ioc_info': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:5495:21: note: byref variable will be forcibly initialized 5495 | struct sense_info data; | ^~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:5311:6: note: byref variable will be forcibly initialized 5311 | u32 response_info; | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_ioctl.c: In function 'scsi_get_idlun': /kisskb/src/drivers/scsi/scsi_ioctl.c:220:20: note: byref variable will be forcibly initialized 220 | struct scsi_idlun v = { | ^ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_search_responding_sas_devices': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:9787:20: note: byref variable will be forcibly initialized 9787 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:9786:23: note: byref variable will be forcibly initialized 9786 | Mpi2SasDevicePage0_t sas_device_pg0; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_search_responding_expanders': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:10127:20: note: byref variable will be forcibly initialized 10127 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:10126:22: note: byref variable will be forcibly initialized 10126 | Mpi2ExpanderPage0_t expander_pg0; | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_ioctl.c: In function 'ioctl_internal_command': /kisskb/src/drivers/scsi/scsi_ioctl.c:71:24: note: byref variable will be forcibly initialized 71 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/scsi/scsi_ioctl.c: In function 'scsi_set_medium_removal': /kisskb/src/drivers/scsi/scsi_ioctl.c:123:7: note: byref variable will be forcibly initialized 123 | char scsi_cmd[MAX_COMMAND_SIZE]; | ^~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_sas_host_refresh': /kisskb/src/drivers/scsi/scsi_ioctl.c: In function 'scsi_send_start_stop': /kisskb/src/drivers/scsi/scsi_ioctl.c:234:5: note: byref variable will be forcibly initialized 234 | u8 cdb[MAX_COMMAND_SIZE] = { }; | ^~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:6549:20: note: byref variable will be forcibly initialized 6549 | Mpi2SasPhyPage0_t phy_pg0; | ^~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:6544:20: note: byref variable will be forcibly initialized 6544 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_sas_host_add': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:6648:5: note: byref variable will be forcibly initialized 6648 | u8 num_phys, port_id; | ^~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:6644:26: note: byref variable will be forcibly initialized 6644 | Mpi2SasEnclosurePage0_t enclosure_pg0; | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:6643:23: note: byref variable will be forcibly initialized 6643 | Mpi2SasDevicePage0_t sas_device_pg0; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:6642:20: note: byref variable will be forcibly initialized 6642 | Mpi2SasPhyPage0_t phy_pg0; | ^~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:6639:20: note: byref variable will be forcibly initialized 6639 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/scsi_ioctl.c: In function 'sg_io': /kisskb/src/drivers/scsi/scsi_ioctl.c:462:17: note: byref variable will be forcibly initialized 462 | struct iovec *iov = NULL; | ^~~ /kisskb/src/drivers/scsi/scsi_ioctl.c:461:19: note: byref variable will be forcibly initialized 461 | struct iov_iter i; | ^ /kisskb/src/drivers/scsi/scsi_ioctl.c: In function 'scsi_ioctl_sg_io': /kisskb/src/drivers/scsi/scsi_ioctl.c:868:19: note: byref variable will be forcibly initialized 868 | struct sg_io_hdr hdr; | ^~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_check_device': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:7122:23: note: byref variable will be forcibly initialized 7122 | Mpi2SasDevicePage0_t sas_device_pg0; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:7121:20: note: byref variable will be forcibly initialized 7121 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/scsi_ioctl.c: In function 'scsi_cdrom_send_packet': /kisskb/src/drivers/scsi/scsi_ioctl.c:813:19: note: byref variable will be forcibly initialized 813 | struct sg_io_hdr hdr; | ^~~ /kisskb/src/drivers/scsi/scsi_ioctl.c:812:31: note: byref variable will be forcibly initialized 812 | struct cdrom_generic_command cgc; | ^~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_add_device': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:7242:23: note: byref variable will be forcibly initialized 7242 | Mpi2SasDevicePage0_t sas_device_pg0; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:7241:20: note: byref variable will be forcibly initialized 7241 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/scsi_ioctl.c: In function 'scsi_ioctl': /kisskb/src/drivers/scsi/scsi_ioctl.c:898:24: note: byref variable will be forcibly initialized 898 | struct scsi_sense_hdr sense_hdr; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_update_vphys_after_reset': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:5936:20: note: byref variable will be forcibly initialized 5936 | Mpi2SasPhyPage0_t phy_pg0; | ^~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:5934:6: note: byref variable will be forcibly initialized 5934 | u64 attached_sas_addr; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:5931:20: note: byref variable will be forcibly initialized 5931 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_turn_on_pfa_led': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:5518:19: note: byref variable will be forcibly initialized 5518 | Mpi2SepRequest_t mpi_request; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:5517:17: note: byref variable will be forcibly initialized 5517 | Mpi2SepReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_sas_pd_add': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:9149:6: note: byref variable will be forcibly initialized 9149 | u64 sas_address; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:9147:23: note: byref variable will be forcibly initialized 9147 | Mpi2SasDevicePage0_t sas_device_pg0; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:9146:20: note: byref variable will be forcibly initialized 9146 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_sas_ir_physical_disk_event': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:9434:6: note: byref variable will be forcibly initialized 9434 | u64 sas_address; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:9430:23: note: byref variable will be forcibly initialized 9430 | Mpi2SasDevicePage0_t sas_device_pg0; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:9429:20: note: byref variable will be forcibly initialized 9429 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_sas_ir_volume_event': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:9345:6: note: byref variable will be forcibly initialized 9345 | u64 wwid; | ^~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_check_ir_config_unhide_events': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:4864:32: note: byref variable will be forcibly initialized 4864 | u16 handle, volume_handle, a, b; | ^ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:4864:29: note: byref variable will be forcibly initialized 4864 | u16 handle, volume_handle, a, b; | ^ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_expander_add': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:6825:19: note: byref variable will be forcibly initialized 6825 | u64 sas_address, sas_address_parent = 0; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:6822:22: note: byref variable will be forcibly initialized 6822 | Mpi2ExpanderPage1_t expander_pg1; | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:6821:22: note: byref variable will be forcibly initialized 6821 | Mpi2ExpanderPage0_t expander_pg0; | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:6820:20: note: byref variable will be forcibly initialized 6820 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_scan_for_devices_after_reset': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:10320:6: note: byref variable will be forcibly initialized 10320 | u64 sas_address; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:10316:20: note: byref variable will be forcibly initialized 10316 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:10315:29: note: byref variable will be forcibly initialized 10315 | Mpi2EventIrConfigElement_t element; | ^~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:10314:26: note: byref variable will be forcibly initialized 10314 | Mpi2RaidPhysDiskPage0_t pd_pg0; | ^~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:10311:25: note: byref variable will be forcibly initialized 10311 | Mpi26PCIeDevicePage0_t pcie_device_pg0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:10310:23: note: byref variable will be forcibly initialized 10310 | Mpi2SasDevicePage0_t sas_device_pg0; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:10309:22: note: byref variable will be forcibly initialized 10309 | Mpi2ExpanderPage0_t expander_pg0; | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function 'scsih_pci_error_detected': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:12410:26: note: byref variable will be forcibly initialized 12410 | struct MPT3SAS_ADAPTER *ioc; | ^~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:12409:20: note: byref variable will be forcibly initialized 12409 | struct Scsi_Host *shost; | ^~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function 'scsih_shutdown': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:11300:20: note: byref variable will be forcibly initialized 11300 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:11297:26: note: byref variable will be forcibly initialized 11297 | struct MPT3SAS_ADAPTER *ioc; | ^~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:11296:20: note: byref variable will be forcibly initialized 11296 | struct Scsi_Host *shost; | ^~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_io_done': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:5781:21: note: byref variable will be forcibly initialized 5781 | struct sense_info data; | ^~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function 'scsih_slave_configure': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:2524:6: note: byref variable will be forcibly initialized 2524 | u64 volume_wwid = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:2523:14: note: byref variable will be forcibly initialized 2523 | u16 handle, volume_handle = 0; | ^~~~~~~~~~~~~ In file included from /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_device_queue_manager.c:26: /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_device_queue_manager.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:45: /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function '_scsih_remove_unresponding_devices': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:10175:12: note: byref variable will be forcibly initialized 10175 | 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/scsi/mpt3sas/mpt3sas_scsih.c:10173:19: note: byref variable will be forcibly initialized 10173 | struct list_head tmp_list; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_device_queue_manager.c: In function 'set_sched_resources': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_device_queue_manager.c:1108:30: note: byref variable will be forcibly initialized 1108 | struct scheduling_resources res; | ^~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function 'scsih_remove': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:11201:20: note: byref variable will be forcibly initialized 11201 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:11194:26: note: byref variable will be forcibly initialized 11194 | struct MPT3SAS_ADAPTER *ioc; | ^~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_scsih.c:11193:20: note: byref variable will be forcibly initialized 11193 | struct Scsi_Host *shost; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_device_queue_manager.c: In function 'destroy_queue_nocpsch': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_device_queue_manager.c:534:11: note: byref variable will be forcibly initialized 534 | uint64_t sdma_val = 0; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_device_queue_manager.c: In function 'destroy_queue_cpsch': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_device_queue_manager.c:1510:11: note: byref variable will be forcibly initialized 1510 | uint64_t sdma_val = 0; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_device_queue_manager.c: In function 'dqm_debugfs_hqds': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_device_queue_manager.c:2063:23: note: byref variable will be forcibly initialized 2063 | uint32_t (*dump)[2], n_regs; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_device_queue_manager.c:2063:13: note: byref variable will be forcibly initialized 2063 | uint32_t (*dump)[2], n_regs; | ^~~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c: In function 'bq2515x_update_ps_status': /kisskb/src/drivers/power/supply/bq2515x_charger.c:299:15: note: byref variable will be forcibly initialized 299 | unsigned int val; | ^~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c: In function 'bq2515x_get_const_charge_current': /kisskb/src/drivers/power/supply/bq2515x_charger.c:452:15: note: byref variable will be forcibly initialized 452 | unsigned int pchrgctrl; | ^~~~~~~~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c:451:15: note: byref variable will be forcibly initialized 451 | unsigned int ichg_reg_code; | ^~~~~~~~~~~~~ /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/power/supply/bq2515x_charger.c: In function 'bq2515x_get_batt_reg': /kisskb/src/drivers/power/supply/bq2515x_charger.c:633:6: note: byref variable will be forcibly initialized 633 | int vbat_reg_code; | ^~~~~~~~~~~~~ /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/media/tuners/mt2266.c:64:5: note: byref variable will be forcibly initialized 64 | u8 buf[2] = { reg, val }; | ^~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c: In function 'bq2515x_get_precharge_current': /kisskb/src/drivers/power/supply/bq2515x_charger.c:506:15: note: byref variable will be forcibly initialized 506 | unsigned int pchrgctrl; | ^~~~~~~~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c: In function 'bq2515x_get_ilim_lvl': /kisskb/src/drivers/power/supply/bq2515x_charger.c:658:6: note: byref variable will be forcibly initialized 658 | int ilimctrl; | ^~~~~~~~ /kisskb/src/drivers/media/tuners/mt2266.c: In function 'mt2266_readreg': /kisskb/src/drivers/media/tuners/mt2266.c:50:17: note: byref variable will be forcibly initialized 50 | struct i2c_msg msg[2] = { | ^~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c: In function 'bq2515x_get_charge_disable': /kisskb/src/drivers/power/supply/bq2515x_charger.c:422:6: note: byref variable will be forcibly initialized 422 | int icctrl2; | ^~~~~~~ /kisskb/src/drivers/media/tuners/mt2266.c: In function 'mt2266_attach': /kisskb/src/drivers/media/tuners/mt2266.c:314:5: note: byref variable will be forcibly initialized 314 | u8 id = 0; | ^~ /kisskb/src/drivers/power/supply/bq2515x_charger.c: In function 'bq2515x_charging_status': /kisskb/src/drivers/power/supply/bq2515x_charger.c:572:15: note: byref variable will be forcibly initialized 572 | unsigned int status; | ^~~~~~ /kisskb/src/drivers/media/tuners/mt2266.c: In function 'mt2266_set_params': /kisskb/src/drivers/media/tuners/mt2266.c:124:6: note: byref variable will be forcibly initialized 124 | u8 b[10]; | ^ /kisskb/src/drivers/power/supply/bq2515x_charger.c: In function 'bq2515x_wake_up': /kisskb/src/drivers/power/supply/bq2515x_charger.c:272:6: note: byref variable will be forcibly initialized 272 | int val; | ^~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c: In function 'bq2515x_get_battery_voltage_now': /kisskb/src/drivers/power/supply/bq2515x_charger.c:336:6: note: byref variable will be forcibly initialized 336 | int vbat_lsb; | ^~~~~~~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c:335:6: note: byref variable will be forcibly initialized 335 | int vbat_msb; | ^~~~~~~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c: In function 'bq2515x_get_battery_current_now': /kisskb/src/drivers/power/supply/bq2515x_charger.c:365:15: note: byref variable will be forcibly initialized 365 | unsigned int buvlo, vlowv_sel, vlowv = BQ2515X_VLOWV_SEL_1B0_UV; | ^~~~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c:364:34: note: byref variable will be forcibly initialized 364 | unsigned int icharge_range = 0, pchrgctrl; | ^~~~~~~~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c:363:15: note: byref variable will be forcibly initialized 363 | unsigned int ichg_reg_code, reg_code; | ^~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c:360:6: note: byref variable will be forcibly initialized 360 | int ichg_lsb; | ^~~~~~~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c:359:6: note: byref variable will be forcibly initialized 359 | int ichg_msb; | ^~~~~~~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c: In function 'bq2515x_charger_get_health': /kisskb/src/drivers/power/supply/bq2515x_charger.c:699:15: note: byref variable will be forcibly initialized 699 | unsigned int flag3; | ^~~~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c:698:15: note: byref variable will be forcibly initialized 698 | unsigned int stat1; | ^~~~~ /kisskb/src/drivers/power/supply/bq2515x_charger.c: In function 'bq2515x_set_precharge_current': /kisskb/src/drivers/power/supply/bq2515x_charger.c:529:15: note: byref variable will be forcibly initialized 529 | unsigned int pchrgctrl; | ^~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-sis630.c: In function 'sis630_transaction': /kisskb/src/drivers/i2c/busses/i2c-sis630.c:218:5: note: byref variable will be forcibly initialized 218 | u8 oldclock = 0; | ^~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-sis630.c: In function 'sis630_block_data': /kisskb/src/drivers/i2c/busses/i2c-sis630.c:233:5: note: byref variable will be forcibly initialized 233 | u8 oldclock = 0; | ^~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-sis630.c: In function 'sis630_setup': /kisskb/src/drivers/i2c/busses/i2c-sis630.c:410:17: note: byref variable will be forcibly initialized 410 | unsigned short acpi_base; | ^~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-sis630.c:406:16: note: byref variable will be forcibly initialized 406 | unsigned char b; | ^ /kisskb/src/drivers/net/mdio/mdio-mvusb.c: In function 'mvusb_mdio_write': /kisskb/src/drivers/net/mdio/mdio-mvusb.c:58:6: note: byref variable will be forcibly initialized 58 | int alen; | ^~~~ /kisskb/src/drivers/net/mdio/mdio-mvusb.c: In function 'mvusb_mdio_read': /kisskb/src/drivers/net/mdio/mdio-mvusb.c:35:11: note: byref variable will be forcibly initialized 35 | int err, alen; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_interrupt.c: In function 'interrupt_wq': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_interrupt.c:147:11: note: byref variable will be forcibly initialized 147 | uint32_t ih_ring_entry[KFD_MAX_RING_ENTRY_SIZE]; | ^~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/adm1031.c: In function 'pwm_store': /kisskb/src/drivers/hwmon/adm1031.c:480:7: note: byref variable will be forcibly initialized 480 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1031.c: In function 'auto_temp_max_store': /kisskb/src/drivers/hwmon/adm1031.c:439:7: note: byref variable will be forcibly initialized 439 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1031.c: In function 'auto_temp_min_store': /kisskb/src/drivers/hwmon/adm1031.c:409:7: note: byref variable will be forcibly initialized 409 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1031.c: In function 'temp_crit_store': /kisskb/src/drivers/hwmon/adm1031.c:779:7: note: byref variable will be forcibly initialized 779 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1031.c: In function 'temp_max_store': /kisskb/src/drivers/hwmon/adm1031.c:757:7: note: byref variable will be forcibly initialized 757 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1031.c: In function 'temp_min_store': /kisskb/src/drivers/hwmon/adm1031.c:735:7: note: byref variable will be forcibly initialized 735 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1031.c: In function 'temp_offset_store': /kisskb/src/drivers/hwmon/adm1031.c:713:7: note: byref variable will be forcibly initialized 713 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1031.c: In function 'fan_auto_channel_store': /kisskb/src/drivers/hwmon/adm1031.c:336:7: note: byref variable will be forcibly initialized 336 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1031.c: In function 'fan_min_store': /kisskb/src/drivers/hwmon/adm1031.c:591:7: note: byref variable will be forcibly initialized 591 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1031.c: In function 'fan_div_store': /kisskb/src/drivers/hwmon/adm1031.c:616:7: note: byref variable will be forcibly initialized 616 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1031.c: In function 'update_interval_store': /kisskb/src/drivers/hwmon/adm1031.c:864:16: note: byref variable will be forcibly initialized 864 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/adm9240.c: In function 'adm9240_intrusion_read': /kisskb/src/drivers/hwmon/adm9240.c:403:15: note: byref variable will be forcibly initialized 403 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/adm9240.c: In function 'adm9240_in_read': /kisskb/src/drivers/hwmon/adm9240.c:442:15: note: byref variable will be forcibly initialized 442 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/adm9240.c: In function 'adm9240_temp_read': /kisskb/src/drivers/hwmon/adm9240.c:557:15: note: byref variable will be forcibly initialized 557 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/adm9240.c: In function 'cpu0_vid_show': /kisskb/src/drivers/hwmon/adm9240.c:218:15: note: byref variable will be forcibly initialized 218 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/adm9240.c: In function 'aout_output_show': /kisskb/src/drivers/hwmon/adm9240.c:238:15: note: byref variable will be forcibly initialized 238 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/adm9240.c: In function 'aout_output_store': /kisskb/src/drivers/hwmon/adm9240.c:253:7: note: byref variable will be forcibly initialized 253 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm9240.c: In function 'adm9240_write_fan_div': /kisskb/src/drivers/hwmon/adm9240.c:137:15: note: byref variable will be forcibly initialized 137 | unsigned int reg, old, shift = (channel + 2) * 2; | ^~~ /kisskb/src/drivers/hwmon/adm9240.c: In function 'adm9240_fan_read': /kisskb/src/drivers/hwmon/adm9240.c:499:15: note: byref variable will be forcibly initialized 499 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/adm9240.c: In function 'adm9240_chip_read': /kisskb/src/drivers/hwmon/adm9240.c:384:5: note: byref variable will be forcibly initialized 384 | u8 regs[2]; | ^~~~ /kisskb/src/drivers/hwmon/adm9240.c: In function 'adm9240_init_client': /kisskb/src/drivers/hwmon/adm9240.c:316:11: note: byref variable will be forcibly initialized 316 | u8 conf, mode; | ^~~~ /kisskb/src/drivers/hwmon/adm9240.c:316:5: note: byref variable will be forcibly initialized 316 | u8 conf, mode; | ^~~~ /kisskb/src/drivers/hwmon/adm9240.c:315:15: note: byref variable will be forcibly initialized 315 | unsigned int regval; | ^~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/scsi_error.c:18: /kisskb/src/drivers/scsi/scsi_error.c: In function 'scsi_block_when_processing_errors': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_error.c:381:2: note: in expansion of macro 'wait_event' 381 | wait_event(sdev->host->host_wait, !scsi_host_in_recovery(sdev->host)); | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_events.c: In function 'destroy_events': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_events.c:258:11: note: byref variable will be forcibly initialized 258 | uint32_t id; | ^~ In file included from /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_events.c:24: /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_events.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/scsi/scsi_error.c: In function 'scsi_check_sense': /kisskb/src/drivers/scsi/scsi_error.c:527:24: note: byref variable will be forcibly initialized 527 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/scsi/scsi_error.c: In function 'scsi_send_eh_cmnd': /kisskb/src/drivers/scsi/scsi_error.c:1100:22: note: byref variable will be forcibly initialized 1100 | struct scsi_eh_save ses; | ^~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/scsi_error.c:18: /kisskb/src/drivers/scsi/scsi_error.c:1098:29: note: byref variable will be forcibly initialized 1098 | 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/gpu/drm/amd/amdgpu/../amdkfd/kfd_events.c: In function 'lookup_events_by_type_and_signal': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_events.c:835:11: note: byref variable will be forcibly initialized 835 | uint32_t id; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_events.c: In function 'kfd_signal_event_interrupt': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_events.c:492:12: note: byref variable will be forcibly initialized 492 | uint32_t id; | ^~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/scsi/scsi_error.c:18: /kisskb/src/drivers/scsi/scsi_error.c: In function 'scsi_eh_target_reset': /kisskb/src/drivers/scsi/scsi_error.c:1584:12: note: byref variable will be forcibly initialized 1584 | LIST_HEAD(check_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/scsi/scsi_error.c:1583:12: note: byref variable will be forcibly initialized 1583 | 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/gpu/drm/amd/amdgpu/../amdkfd/kfd_events.c: In function 'kfd_wait_on_events': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_events.c:686:25: note: byref variable will be forcibly initialized 686 | struct kfd_event_data event_data; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_error.c: In function 'scsi_eh_bus_reset': /kisskb/src/drivers/scsi/scsi_error.c:1646:12: note: byref variable will be forcibly initialized 1646 | LIST_HEAD(check_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/scsi/scsi_error.c: In function 'scsi_eh_host_reset': /kisskb/src/drivers/scsi/scsi_error.c:1718:12: note: byref variable will be forcibly initialized 1718 | LIST_HEAD(check_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/gpu/drm/amd/amdgpu/../amdkfd/kfd_events.c: In function 'kfd_signal_vm_fault_event': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_events.c:980:39: note: byref variable will be forcibly initialized 980 | struct kfd_hsa_memory_exception_data memory_exception_data; | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_events.c:978:11: note: byref variable will be forcibly initialized 978 | uint32_t id; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_events.c: In function 'kfd_signal_reset_event': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_events.c:1018:11: note: byref variable will be forcibly initialized 1018 | uint32_t id, idx; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_events.c:1014:39: note: byref variable will be forcibly initialized 1014 | struct kfd_hsa_memory_exception_data memory_exception_data; | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_events.c:1013:35: note: byref variable will be forcibly initialized 1013 | struct kfd_hsa_hw_exception_data hw_exception_data; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_events.c: In function 'kfd_signal_poison_consumed_event': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_events.c:1060:11: note: byref variable will be forcibly initialized 1060 | uint32_t id = KFD_FIRST_NONSIGNAL_EVENT_ID; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_events.c:1058:35: note: byref variable will be forcibly initialized 1058 | struct kfd_hsa_hw_exception_data hw_exception_data; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_events.c:1057:39: note: byref variable will be forcibly initialized 1057 | struct kfd_hsa_memory_exception_data memory_exception_data; | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_error.c: In function 'scsi_unjam_host': /kisskb/src/drivers/scsi/scsi_error.c:2193:12: note: byref variable will be forcibly initialized 2193 | LIST_HEAD(eh_done_q); | ^~~~~~~~~ /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/scsi/scsi_error.c:2192:12: note: byref variable will be forcibly initialized 2192 | LIST_HEAD(eh_work_q); | ^~~~~~~~~ /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/i2c/busses/i2c-via.c: In function 'vt586b_probe': /kisskb/src/drivers/i2c/busses/i2c-via.c:89:5: note: byref variable will be forcibly initialized 89 | u8 rev; | ^~~ /kisskb/src/drivers/power/supply/ucs1002_power.c: In function 'ucs1002_get_online': /kisskb/src/drivers/power/supply/ucs1002_power.c:126:15: note: byref variable will be forcibly initialized 126 | unsigned int reg; | ^~~ /kisskb/src/drivers/power/supply/ucs1002_power.c: In function 'ucs1002_get_max_current': /kisskb/src/drivers/power/supply/ucs1002_power.c:239:15: note: byref variable will be forcibly initialized 239 | unsigned int reg; | ^~~ /kisskb/src/drivers/power/supply/ucs1002_power.c: In function 'ucs1002_get_usb_type': /kisskb/src/drivers/power/supply/ucs1002_power.c:339:15: note: byref variable will be forcibly initialized 339 | unsigned int reg; | ^~~ /kisskb/src/drivers/power/supply/ucs1002_power.c: In function 'ucs1002_charger_irq': /kisskb/src/drivers/power/supply/ucs1002_power.c:473:11: note: byref variable will be forcibly initialized 473 | int ret, regval; | ^~~~~~ /kisskb/src/drivers/power/supply/ucs1002_power.c: In function 'ucs1002_health_poll': /kisskb/src/drivers/power/supply/ucs1002_power.c:444:6: note: byref variable will be forcibly initialized 444 | u32 reg; | ^~~ /kisskb/src/drivers/power/supply/ucs1002_power.c: In function 'ucs1002_get_charge': /kisskb/src/drivers/power/supply/ucs1002_power.c:183:15: note: byref variable will be forcibly initialized 183 | unsigned int reg; | ^~~ /kisskb/src/drivers/power/supply/ucs1002_power.c:182:16: note: byref variable will be forcibly initialized 182 | unsigned long total_acc_charger; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/ucs1002_power.c: In function 'ucs1002_get_current': /kisskb/src/drivers/power/supply/ucs1002_power.c:212:15: note: byref variable will be forcibly initialized 212 | unsigned int reg; | ^~~ /kisskb/src/drivers/power/supply/ucs1002_power.c:211:16: note: byref variable will be forcibly initialized 211 | unsigned long current_measurement; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/ucs1002_power.c: In function 'ucs1002_set_max_current': /kisskb/src/drivers/power/supply/ucs1002_power.c:258:15: note: byref variable will be forcibly initialized 258 | unsigned int reg; | ^~~ /kisskb/src/drivers/power/supply/ucs1002_power.c: In function 'ucs1002_probe': /kisskb/src/drivers/power/supply/ucs1002_power.c:547:15: note: byref variable will be forcibly initialized 547 | unsigned int regval; | ^~~~~~ /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/media/test-drivers/vidtv/vidtv_tuner.c: In function 'vidtv_tuner_check_frequency_shift': /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_tuner.c:128:28: note: byref variable will be forcibly initialized 128 | struct vidtv_tuner_config config = tuner_dev->config; | ^~~~~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'vrm_store': /kisskb/src/drivers/hwmon/adm1026.c:1092:16: note: byref variable will be forcibly initialized 1092 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'temp1_auto_point1_pwm_store': /kisskb/src/drivers/hwmon/adm1026.c:1306:16: note: byref variable will be forcibly initialized 1306 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'set_temp_crit_enable': /kisskb/src/drivers/hwmon/adm1026.c:981:16: note: byref variable will be forcibly initialized 981 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'pwm1_enable_store': /kisskb/src/drivers/hwmon/adm1026.c:1345:16: note: byref variable will be forcibly initialized 1345 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'temp_crit_store': /kisskb/src/drivers/hwmon/adm1026.c:1022:7: note: byref variable will be forcibly initialized 1022 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'temp_auto_point1_temp_store': /kisskb/src/drivers/hwmon/adm1026.c:942:7: note: byref variable will be forcibly initialized 942 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'temp_offset_store': /kisskb/src/drivers/hwmon/adm1026.c:886:7: note: byref variable will be forcibly initialized 886 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'temp_min_store': /kisskb/src/drivers/hwmon/adm1026.c:815:7: note: byref variable will be forcibly initialized 815 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'temp_max_store': /kisskb/src/drivers/hwmon/adm1026.c:845:7: note: byref variable will be forcibly initialized 845 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'in_min_store': /kisskb/src/drivers/hwmon/adm1026.c:490:7: note: byref variable will be forcibly initialized 490 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'in_max_store': /kisskb/src/drivers/hwmon/adm1026.c:518:7: note: byref variable will be forcibly initialized 518 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'analog_out_store': /kisskb/src/drivers/hwmon/adm1026.c:1053:7: note: byref variable will be forcibly initialized 1053 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'pwm1_store': /kisskb/src/drivers/hwmon/adm1026.c:1277:8: note: byref variable will be forcibly initialized 1277 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'gpio_mask_store': /kisskb/src/drivers/hwmon/adm1026.c:1242:7: note: byref variable will be forcibly initialized 1242 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'gpio_store': /kisskb/src/drivers/hwmon/adm1026.c:1207:7: note: byref variable will be forcibly initialized 1207 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'alarm_mask_store': /kisskb/src/drivers/hwmon/adm1026.c:1167:7: note: byref variable will be forcibly initialized 1167 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'fan_min_store': /kisskb/src/drivers/hwmon/adm1026.c:679:7: note: byref variable will be forcibly initialized 679 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'fan_div_store': /kisskb/src/drivers/hwmon/adm1026.c:746:7: note: byref variable will be forcibly initialized 746 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'in16_min_store': /kisskb/src/drivers/hwmon/adm1026.c:601:7: note: byref variable will be forcibly initialized 601 | long val; | ^~~ /kisskb/src/drivers/hwmon/adm1026.c: In function 'in16_max_store': /kisskb/src/drivers/hwmon/adm1026.c:630:7: note: byref variable will be forcibly initialized 630 | long val; | ^~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/mempool.h:8, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/drivers/scsi/scsi_lib.c:12: /kisskb/src/drivers/scsi/scsi_lib.c: In function 'scsi_starved_list_run': /kisskb/src/drivers/scsi/scsi_lib.c:389:12: note: byref variable will be forcibly initialized 389 | LIST_HEAD(starved_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/scsi/scsi_lib.c: In function 'scsi_io_completion_nz_result': /kisskb/src/drivers/scsi/scsi_lib.c:825:24: note: byref variable will be forcibly initialized 825 | struct scsi_sense_hdr sshdr; | ^~~~~ In file included from /kisskb/src/include/linux/mm.h:21, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/bio.h:10, from /kisskb/src/drivers/scsi/scsi_lib.c:12: /kisskb/src/drivers/scsi/scsi_lib.c: In function 'percpu_ref_get_many': /kisskb/src/include/linux/percpu-refcount.h:200:26: note: byref variable will be forcibly initialized 200 | unsigned long __percpu *percpu_count; | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_lib.c: In function 'percpu_ref_put_many': /kisskb/src/include/linux/percpu-refcount.h:328:26: note: byref variable will be forcibly initialized 328 | unsigned long __percpu *percpu_count; | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_lib.c: In function 'scsi_alloc_sgtables': /kisskb/src/drivers/scsi/scsi_lib.c:986:22: note: byref variable will be forcibly initialized 986 | struct scatterlist *last_sg = NULL; | ^~~~~~~ /kisskb/src/drivers/scsi/scsi_lib.c: In function 'scsi_test_unit_ready': /kisskb/src/drivers/scsi/scsi_lib.c:2241:7: note: byref variable will be forcibly initialized 2241 | char cmd[] = { | ^~~ /kisskb/src/drivers/scsi/scsi_lib.c: In function 'scsi_mode_select': /kisskb/src/drivers/scsi/scsi_lib.c:2047:16: note: byref variable will be forcibly initialized 2047 | unsigned char cmd[10]; | ^~~ /kisskb/src/drivers/scsi/scsi_lib.c: In function 'scsi_mode_sense': /kisskb/src/drivers/scsi/scsi_lib.c:2129:24: note: byref variable will be forcibly initialized 2129 | struct scsi_sense_hdr my_sshdr; | ^~~~~~~~ /kisskb/src/drivers/scsi/scsi_lib.c:2125:16: note: byref variable will be forcibly initialized 2125 | unsigned char cmd[12]; | ^~~ /kisskb/src/drivers/scsi/scsi_lib.c: In function 'scsi_evt_emit': /kisskb/src/drivers/scsi/scsi_lib.c:2398:8: note: byref variable will be forcibly initialized 2398 | char *envp[3]; | ^~~~ /kisskb/src/drivers/scsi/scsi_lib.c: In function 'scsi_io_completion_action': /kisskb/src/drivers/scsi/scsi_lib.c:653:24: note: byref variable will be forcibly initialized 653 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/scsi/scsi_lib.c: In function 'scsi_io_completion': /kisskb/src/drivers/scsi/scsi_lib.c:914:15: note: byref variable will be forcibly initialized 914 | blk_status_t blk_stat = BLK_STS_OK; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/cik_event_interrupt.c: In function 'cik_event_interrupt_wq': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/cik_event_interrupt.c:110:28: note: byref variable will be forcibly initialized 110 | struct kfd_vm_fault_info info; | ^~~~ In file included from /kisskb/src/include/linux/wait.h:7, from /kisskb/src/include/linux/mempool.h:8, from /kisskb/src/include/linux/bio.h:8, from /kisskb/src/drivers/scsi/scsi_lib.c:12: /kisskb/src/drivers/scsi/scsi_lib.c: In function 'scsi_evt_thread': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/cik_event_interrupt.c: In function 'cik_event_interrupt_isr': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/cik_event_interrupt.c:38:11: note: byref variable will be forcibly initialized 38 | uint16_t pasid; | ^~~~~ /kisskb/src/drivers/scsi/scsi_lib.c:2447:12: note: byref variable will be forcibly initialized 2447 | LIST_HEAD(event_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/scsi/scsi_scan.c: In function 'scsi_probe_lun': /kisskb/src/drivers/scsi/scsi_scan.c:625:7: note: byref variable will be forcibly initialized 625 | int resid; | ^~~~~ /kisskb/src/drivers/scsi/scsi_scan.c:607:24: note: byref variable will be forcibly initialized 607 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/scsi/scsi_scan.c:603:16: note: byref variable will be forcibly initialized 603 | unsigned char scsi_cmd[MAX_COMMAND_SIZE]; | ^~~~~~~~ /kisskb/src/drivers/scsi/scsi_scan.c: In function 'scsi_unlock_floptical': /kisskb/src/drivers/scsi/scsi_scan.c:204:16: note: byref variable will be forcibly initialized 204 | unsigned char scsi_cmd[MAX_COMMAND_SIZE]; | ^~~~~~~~ In file included from /kisskb/src/drivers/scsi/scsi_scan.c:51: /kisskb/src/drivers/scsi/scsi_scan.c: In function 'scsi_probe_and_add_lun': /kisskb/src/drivers/scsi/scsi_scan.c:1155:19: note: byref variable will be forcibly initialized 1155 | unsigned char mod[17]; | ^~~ /kisskb/src/drivers/scsi/scsi_logging.h:51:4: note: in definition of macro 'SCSI_CHECK_LOGGING' 51 | CMD; \ | ^~~ /kisskb/src/drivers/scsi/scsi_scan.c:1153:4: note: in expansion of macro 'SCSI_LOG_SCAN_BUS' 1153 | SCSI_LOG_SCAN_BUS(1, { | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_scan.c:1154:19: note: byref variable will be forcibly initialized 1154 | unsigned char vend[9]; | ^~~~ /kisskb/src/drivers/scsi/scsi_logging.h:51:4: note: in definition of macro 'SCSI_CHECK_LOGGING' 51 | CMD; \ | ^~~ /kisskb/src/drivers/scsi/scsi_scan.c:1153:4: note: in expansion of macro 'SCSI_LOG_SCAN_BUS' 1153 | SCSI_LOG_SCAN_BUS(1, { | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_scan.c:1095:16: note: byref variable will be forcibly initialized 1095 | blist_flags_t bflags; | ^~~~~~ /kisskb/src/drivers/scsi/scsi_scan.c: In function 'scsi_report_lun_scan': /kisskb/src/drivers/scsi/scsi_scan.c:1342:24: note: byref variable will be forcibly initialized 1342 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/scsi/scsi_scan.c:1335:16: note: byref variable will be forcibly initialized 1335 | unsigned char scsi_cmd[MAX_COMMAND_SIZE]; | ^~~~~~~~ /kisskb/src/drivers/scsi/scsi_scan.c: In function '__scsi_add_device': /kisskb/src/drivers/scsi/scsi_scan.c:1505:22: note: byref variable will be forcibly initialized 1505 | struct scsi_device *sdev = ERR_PTR(-ENODEV); | ^~~~ /kisskb/src/drivers/scsi/scsi_scan.c: In function '__scsi_scan_target': /kisskb/src/drivers/scsi/scsi_scan.c:1577:16: note: byref variable will be forcibly initialized 1577 | blist_flags_t bflags = 0; | ^~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_msg_pec': /kisskb/src/drivers/i2c/i2c-core-smbus.c:62:5: note: byref variable will be forcibly initialized 62 | u8 addr = i2c_8bit_addr_from_msg(msg); | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/smbus.h:245, from /kisskb/src/drivers/i2c/i2c-core-smbus.c:22: /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'trace_event_raw_event_smbus_write': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:23:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 23 | TRACE_EVENT_CONDITION(smbus_write, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'trace_event_raw_event_smbus_read': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:91:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 91 | TRACE_EVENT_CONDITION(smbus_read, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'trace_event_raw_event_smbus_reply': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/define_trace.h:32:2: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(name, \ | ^~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:133:1: note: in expansion of macro 'TRACE_EVENT_CONDITION' 133 | TRACE_EVENT_CONDITION(smbus_reply, | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'trace_event_raw_event_smbus_result': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/smbus.h:199:1: note: in expansion of macro 'TRACE_EVENT' 199 | TRACE_EVENT(smbus_result, | ^~~~~~~~~~~ /kisskb/src/drivers/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/drivers/media/tuners/mt2131.c:57:5: note: byref variable will be forcibly initialized 57 | u8 buf[2] = { reg, val }; | ^~~ /kisskb/src/drivers/media/tuners/mt2131.c: In function 'mt2131_readreg': /kisskb/src/drivers/media/tuners/mt2131.c:41:17: note: byref variable will be forcibly initialized 41 | struct i2c_msg msg[2] = { | ^~~ /kisskb/src/drivers/media/tuners/mt2131.c: In function 'mt2131_attach': /kisskb/src/drivers/media/tuners/mt2131.c:247:5: note: byref variable will be forcibly initialized 247 | u8 id = 0; | ^~ /kisskb/src/drivers/media/tuners/mt2131.c: In function 'mt2131_get_status': /kisskb/src/drivers/media/tuners/mt2131.c:182:5: note: byref variable will be forcibly initialized 182 | u8 afc_status = 0; | ^~~~~~~~~~ /kisskb/src/drivers/media/tuners/mt2131.c:181:5: note: byref variable will be forcibly initialized 181 | u8 lock_status = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/media/tuners/mt2131.c: In function 'mt2131_set_params': /kisskb/src/drivers/media/tuners/mt2131.c:91:5: note: byref variable will be forcibly initialized 91 | u8 lockval = 0; | ^~~~~~~ /kisskb/src/drivers/media/tuners/mt2131.c:90:6: note: byref variable will be forcibly initialized 90 | u8 b[8]; | ^ /kisskb/src/drivers/i2c/i2c-core-smbus.c: In function 'i2c_smbus_xfer_emulated': /kisskb/src/drivers/i2c/i2c-core-smbus.c:337:17: note: byref variable will be forcibly initialized 337 | struct i2c_msg msg[2] = { | ^~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c:333:16: note: byref variable will be forcibly initialized 333 | unsigned char msgbuf1[I2C_SMBUS_BLOCK_MAX+2]; | ^~~~~~~ /kisskb/src/drivers/i2c/i2c-core-smbus.c:332:16: note: byref variable will be forcibly initialized 332 | unsigned char msgbuf0[I2C_SMBUS_BLOCK_MAX+3]; | ^~~~~~~ /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/gpu/drm/amd/amdgpu/../amdkfd/kfd_int_process_v9.c: In function 'event_interrupt_wq_v9': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_int_process_v9.c:262:28: note: byref variable will be forcibly initialized 262 | struct kfd_vm_fault_info info = {0}; | ^~~~ /kisskb/src/drivers/net/mdio/mdio-mux.c: In function 'mdio_mux_init': /kisskb/src/drivers/net/mdio/mdio-mux.c:145:7: note: byref variable will be forcibly initialized 145 | int v; | ^ /kisskb/src/drivers/power/supply/ds2782_battery.c: In function 'ds278x_get_status': /kisskb/src/drivers/power/supply/ds2782_battery.c:218:6: note: byref variable will be forcibly initialized 218 | int capacity; | ^~~~~~~~ /kisskb/src/drivers/power/supply/ds2782_battery.c:217:6: note: byref variable will be forcibly initialized 217 | int current_uA; | ^~~~~~~~~~ /kisskb/src/drivers/power/supply/ds2782_battery.c: In function 'ds2786_get_capacity': /kisskb/src/drivers/power/supply/ds2782_battery.c:204:5: note: byref variable will be forcibly initialized 204 | u8 raw; | ^~~ /kisskb/src/drivers/power/supply/ds2782_battery.c: In function 'ds2782_get_capacity': /kisskb/src/drivers/power/supply/ds2782_battery.c:164:5: note: byref variable will be forcibly initialized 164 | u8 raw; | ^~~ /kisskb/src/drivers/power/supply/ds2782_battery.c: In function 'ds2786_get_voltage': /kisskb/src/drivers/power/supply/ds2782_battery.c:187:6: note: byref variable will be forcibly initialized 187 | s16 raw; | ^~~ /kisskb/src/drivers/power/supply/ds2782_battery.c: In function 'ds2786_get_current': /kisskb/src/drivers/power/supply/ds2782_battery.c:176:6: note: byref variable will be forcibly initialized 176 | s16 raw; | ^~~ /kisskb/src/drivers/power/supply/ds2782_battery.c: In function 'ds2782_get_voltage': /kisskb/src/drivers/power/supply/ds2782_battery.c:147:6: note: byref variable will be forcibly initialized 147 | s16 raw; | ^~~ /kisskb/src/drivers/power/supply/ds2782_battery.c: In function 'ds278x_get_temp': /kisskb/src/drivers/power/supply/ds2782_battery.c:100:6: note: byref variable will be forcibly initialized 100 | s16 raw; | ^~~ /kisskb/src/drivers/power/supply/ds2782_battery.c: In function 'ds2782_get_current': /kisskb/src/drivers/power/supply/ds2782_battery.c:121:6: note: byref variable will be forcibly initialized 121 | s16 raw; | ^~~ /kisskb/src/drivers/power/supply/ds2782_battery.c:120:5: note: byref variable will be forcibly initialized 120 | u8 sense_res_raw; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_dbgdev.c: In function 'dbgdev_address_watch_nodiq': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_dbgdev.c:274:28: note: byref variable will be forcibly initialized 274 | union TCP_WATCH_CNTL_BITS cntl; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_dbgdev.c:273:30: note: byref variable will be forcibly initialized 273 | union TCP_WATCH_ADDR_L_BITS addrLo; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_dbgdev.c:272:30: note: byref variable will be forcibly initialized 272 | union TCP_WATCH_ADDR_H_BITS addrHi; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_dbgdev.c: In function 'dbgdev_wave_control_nodiq': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_dbgdev.c:702:28: note: byref variable will be forcibly initialized 702 | union GRBM_GFX_INDEX_BITS reg_gfx_index; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_dbgdev.c:701:20: note: byref variable will be forcibly initialized 701 | union SQ_CMD_BITS reg_sq_cmd; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_dbgdev.c: In function 'dbgdev_diq_submit_ib': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_dbgdev.c:59:16: note: byref variable will be forcibly initialized 59 | unsigned int *ib_packet_buff; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_dbgdev.c:53:22: note: byref variable will be forcibly initialized 53 | struct kfd_mem_obj *mem_obj; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_dbgdev.c: In function 'dbgdev_address_watch_diq': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_dbgdev.c:342:22: note: byref variable will be forcibly initialized 342 | struct kfd_mem_obj *mem_obj; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_dbgdev.c:341:28: note: byref variable will be forcibly initialized 341 | union TCP_WATCH_CNTL_BITS cntl; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_dbgdev.c:340:30: note: byref variable will be forcibly initialized 340 | union TCP_WATCH_ADDR_L_BITS addrLo; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_dbgdev.c:339:30: note: byref variable will be forcibly initialized 339 | union TCP_WATCH_ADDR_H_BITS addrHi; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_dbgdev.c: In function 'dbgdev_wave_control_diq': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_dbgdev.c:590:22: note: byref variable will be forcibly initialized 590 | struct kfd_mem_obj *mem_obj; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_dbgdev.c:589:28: note: byref variable will be forcibly initialized 589 | union GRBM_GFX_INDEX_BITS reg_gfx_index; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_dbgdev.c:588:20: note: byref variable will be forcibly initialized 588 | union SQ_CMD_BITS reg_sq_cmd; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_dbgdev.c: In function 'dbgdev_register_diq': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_dbgdev.c:181:15: note: byref variable will be forcibly initialized 181 | unsigned int qid; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_dbgdev.c:180:26: note: byref variable will be forcibly initialized 180 | struct queue_properties properties; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_dbgdev.c: In function 'dbgdev_wave_reset_wavefronts': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_dbgdev.c:768:31: note: byref variable will be forcibly initialized 768 | struct dbg_wave_control_info wac_info; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_dbgdev.c:766:28: note: byref variable will be forcibly initialized 766 | union GRBM_GFX_INDEX_BITS reg_gfx_index; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_dbgdev.c:765:20: note: byref variable will be forcibly initialized 765 | union SQ_CMD_BITS reg_sq_cmd; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_dbgdev.c:764:11: note: byref variable will be forcibly initialized 764 | uint16_t queried_pasid; | ^~~~~~~~~~~~~ In file included from /kisskb/src/drivers/media/pci/ttpci/budget-ci.c:25: /kisskb/src/drivers/media/pci/ttpci/budget-ci.c: In function 'stv0299_writereg': /kisskb/src/drivers/media/dvb-frontends/stv0299.h:100:5: note: byref variable will be forcibly initialized 100 | u8 buf[] = {reg, val}; | ^~~ In file included from /kisskb/src/drivers/media/pci/ttpci/budget-ci.c:27: /kisskb/src/drivers/media/pci/ttpci/budget-ci.c: In function 'tda1004x_writereg': /kisskb/src/drivers/media/dvb-frontends/tda1004x.h:130:5: note: byref variable will be forcibly initialized 130 | u8 buf[] = {reg, val}; | ^~~ In file included from /kisskb/src/drivers/media/pci/ttpci/budget-ci.c:34: /kisskb/src/drivers/media/pci/ttpci/budget-ci.c: In function 'alps_bsbe1_tuner_set_params': /kisskb/src/drivers/media/dvb-frontends/bsbe1.h:61:17: note: byref variable will be forcibly initialized 61 | struct i2c_msg msg = { .addr = 0x61, .flags = 0, .buf = data, .len = sizeof(data) }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/bsbe1.h:59:5: note: byref variable will be forcibly initialized 59 | u8 data[4]; | ^~~~ /kisskb/src/drivers/media/pci/ttpci/budget-ci.c: In function 'philips_tdm1316l_tuner_set_params': /kisskb/src/drivers/media/pci/ttpci/budget-ci.c:734:17: note: byref variable will be forcibly initialized 734 | struct i2c_msg tuner_msg = {.addr = budget_ci->tuner_pll_address,.flags = 0,.buf = tuner_buf,.len = sizeof(tuner_buf) }; | ^~~~~~~~~ /kisskb/src/drivers/media/pci/ttpci/budget-ci.c:733:5: note: byref variable will be forcibly initialized 733 | u8 tuner_buf[4]; | ^~~~~~~~~ /kisskb/src/drivers/media/pci/ttpci/budget-ci.c: In function 'philips_tdm1316l_tuner_init': /kisskb/src/drivers/media/pci/ttpci/budget-ci.c:704:17: note: byref variable will be forcibly initialized 704 | struct i2c_msg tuner_msg = {.addr = budget_ci->tuner_pll_address,.flags = 0,.buf = td1316_init,.len = | ^~~~~~~~~ /kisskb/src/drivers/media/pci/ttpci/budget-ci.c: In function 'dvbc_philips_tdm1316l_tuner_set_params': /kisskb/src/drivers/media/pci/ttpci/budget-ci.c:850:17: note: byref variable will be forcibly initialized 850 | struct i2c_msg tuner_msg = {.addr = budget_ci->tuner_pll_address, | ^~~~~~~~~ /kisskb/src/drivers/media/pci/ttpci/budget-ci.c:849:5: note: byref variable will be forcibly initialized 849 | u8 tuner_buf[5]; | ^~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-viapro.c: In function 'vt596_probe': /kisskb/src/drivers/i2c/busses/i2c-viapro.c:314:16: note: byref variable will be forcibly initialized 314 | unsigned char temp; | ^~~~ /kisskb/src/drivers/media/pci/ttpci/budget-ci.c: In function 'philips_su1278_tt_tuner_set_params': /kisskb/src/drivers/media/pci/ttpci/budget-ci.c:654:17: note: byref variable will be forcibly initialized 654 | struct i2c_msg msg = {.addr = 0x60,.flags = 0,.buf = buf,.len = sizeof(buf) }; | ^~~ /kisskb/src/drivers/media/pci/ttpci/budget-ci.c:653:5: note: byref variable will be forcibly initialized 653 | u8 buf[4]; | ^~~ In file included from /kisskb/src/drivers/media/pci/ttpci/budget-ci.c:35: /kisskb/src/drivers/media/pci/ttpci/budget-ci.c: In function 'alps_bsru6_tuner_set_params': /kisskb/src/drivers/media/dvb-frontends/bsru6.h:92:17: note: byref variable will be forcibly initialized 92 | struct i2c_msg msg = { .addr = 0x61, .flags = 0, .buf = buf, .len = sizeof(buf) }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/bsru6.h:90:5: note: byref variable will be forcibly initialized 90 | u8 buf[4]; | ^~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c: In function '_ctl_eventquery': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c:1210:31: note: byref variable will be forcibly initialized 1210 | struct mpt3_ioctl_eventquery karg; | ^~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c: In function '_ctl_eventreport': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c:1279:32: note: byref variable will be forcibly initialized 1279 | struct mpt3_ioctl_eventreport karg; | ^~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c: In function '_ctl_btdh_mapping': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c:1462:33: note: byref variable will be forcibly initialized 1462 | struct mpt3_ioctl_btdh_mapping karg; | ^~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c: In function '_ctl_diag_query': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c:2029:25: note: byref variable will be forcibly initialized 2029 | struct mpt3_diag_query karg; | ^~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c: In function '_ctl_addnl_diag_query': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c:2490:31: note: byref variable will be forcibly initialized 2490 | struct mpt3_addnl_diag_query karg; | ^~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c: In function '_ctl_do_reset': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c:1323:31: note: byref variable will be forcibly initialized 1323 | struct mpt3_ioctl_diag_reset karg; | ^~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c: In function '_ctl_diag_read_buffer': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c:2308:31: note: byref variable will be forcibly initialized 2308 | struct mpt3_diag_read_buffer karg; | ^~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c: In function '_ctl_diag_register_2': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c:1553:13: note: byref variable will be forcibly initialized 1553 | dma_addr_t request_data_dma; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c: In function '_ctl_diag_register': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c:1915:28: note: byref variable will be forcibly initialized 1915 | struct mpt3_diag_register karg; | ^~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c: In function '_ctl_diag_unregister': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c:1945:30: note: byref variable will be forcibly initialized 1945 | struct mpt3_diag_unregister karg; | ^~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c: In function 'enable_sdev_max_qd_store': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c:3779:6: note: byref variable will be forcibly initialized 3779 | int val = 0; | ^~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c: In function 'BRM_status_show': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c:3206:20: note: byref variable will be forcibly initialized 3206 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c:3205:20: note: byref variable will be forcibly initialized 3205 | Mpi2IOUnitPage3_t io_unit_pg3; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c: In function 'host_trace_buffer_store': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c:3361:6: note: byref variable will be forcibly initialized 3361 | int val = 0; | ^~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c: In function 'fwfault_debug_store': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c:3128:6: note: byref variable will be forcibly initialized 3128 | int val = 0; | ^~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c: In function 'logging_level_store': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c:3092:6: note: byref variable will be forcibly initialized 3092 | int val = 0; | ^~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c: In function 'sas_ncq_prio_enable_store': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c:3975:7: note: byref variable will be forcibly initialized 3975 | bool ncq_prio_enable = 0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c: In function '_ctl_getiocinfo': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c:1156:28: note: byref variable will be forcibly initialized 1156 | struct mpt3_ioctl_iocinfo karg; | ^~~~ In file included from /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c:50: /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c: In function '_ctl_do_mpt_command': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c:971:22: note: byref variable will be forcibly initialized 971 | Mpi2SGESimple64_t tmp, *src = NULL, *dst = NULL; | ^~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c:677:13: note: byref variable will be forcibly initialized 677 | dma_addr_t data_in_dma = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c:674:13: note: byref variable will be forcibly initialized 674 | dma_addr_t data_out_dma = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c: In function '_ctl_eventenable': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c:1241:32: note: byref variable will be forcibly initialized 1241 | struct mpt3_ioctl_eventenable karg; | ^~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c: In function 'mpt3sas_enable_diag_buffer': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c:1808:28: note: byref variable will be forcibly initialized 1808 | struct mpt3_diag_register diag_register; | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c: In function 'mpt3sas_ctl_pre_reset_handler': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c:465:5: note: byref variable will be forcibly initialized 465 | u8 issue_reset; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c: In function 'host_trace_buffer_enable_store': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c:3410:5: note: byref variable will be forcibly initialized 3410 | u8 issue_reset = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c:3409:28: note: byref variable will be forcibly initialized 3409 | struct mpt3_diag_register diag_register; | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c:3408:7: note: byref variable will be forcibly initialized 3408 | char str[10] = ""; | ^~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c: In function '_ctl_diag_release': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c:2228:5: note: byref variable will be forcibly initialized 2228 | u8 issue_reset = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c:2224:27: note: byref variable will be forcibly initialized 2224 | struct mpt3_diag_release karg; | ^~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c: In function '_ctl_ioctl_main': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c:2641:29: note: byref variable will be forcibly initialized 2641 | struct mpt3_ioctl_command karg; | ^~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c:2593:27: note: byref variable will be forcibly initialized 2593 | struct mpt3_ioctl_header ioctl_header; | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_ctl.c:2592:26: note: byref variable will be forcibly initialized 2592 | struct MPT3SAS_ADAPTER *ioc; | ^~~ /kisskb/src/drivers/scsi/scsi_devinfo.c: In function 'scsi_dev_info_list_add_keyed': /kisskb/src/drivers/scsi/scsi_devinfo.c:372:22: note: byref variable will be forcibly initialized 372 | unsigned long long val; | ^~~ /kisskb/src/drivers/scsi/scsi_devinfo.c: In function 'scsi_dev_info_list_add_str': /kisskb/src/drivers/scsi/scsi_devinfo.c:526:36: note: byref variable will be forcibly initialized 526 | char *vendor, *model, *strflags, *next; | ^~~~ /kisskb/src/drivers/hwmon/ads7828.c: In function 'ads7828_in_show': /kisskb/src/drivers/hwmon/ads7828.c:58:15: note: byref variable will be forcibly initialized 58 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/ads7828.c: In function 'ads7828_probe': /kisskb/src/drivers/hwmon/ads7828.c:114:15: note: byref variable will be forcibly initialized 114 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/adt7411.c: In function 'adt7411_set_bit': /kisskb/src/drivers/hwmon/adt7411.c:183:16: note: byref variable will be forcibly initialized 183 | unsigned long flag; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_smi_events.c: In function 'kfd_smi_ev_write': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_smi_events.c:124:11: note: byref variable will be forcibly initialized 124 | uint64_t events; | ^~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h:52, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_smi_events.c:27: /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_smi_events.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_smi_events.c: In function 'kfd_smi_event_update_gpu_reset': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_smi_events.c:185:7: note: byref variable will be forcibly initialized 185 | char fifo_in[12]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_smi_events.c: In function 'kfd_smi_event_update_thermal_throttling': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_smi_events.c:218:7: note: byref variable will be forcibly initialized 218 | char fifo_in[37]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_smi_events.c: In function 'kfd_smi_event_update_vmfault': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_smi_events.c:239:7: note: byref variable will be forcibly initialized 239 | char fifo_in[29]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_smi_events.c:234:26: note: byref variable will be forcibly initialized 234 | struct amdgpu_task_info task_info; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_crat.c: In function 'kfd_create_vcrat_image_cpu': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_crat.c:1735:6: note: byref variable will be forcibly initialized 1735 | int avail_size = *size; | ^~~~~~~~~~ /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_demod.c: In function 'vidtv_demod_set_frontend': /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_demod.c:265:6: note: byref variable will be forcibly initialized 265 | u32 tuner_status = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_demod.c: In function 'vidtv_demod_read_status': /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_demod.c:204:6: note: byref variable will be forcibly initialized 204 | u16 snr = 0; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_crat.c: In function 'kfd_create_vcrat_image_gpu': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_crat.c:2075:6: note: byref variable will be forcibly initialized 2075 | int cache_mem_filled = 0; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_crat.c:2074:6: note: byref variable will be forcibly initialized 2074 | int num_of_cache_entries = 0; | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_crat.c:2072:6: note: byref variable will be forcibly initialized 2072 | int avail_size = *size; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_crat.c:2071:21: note: byref variable will be forcibly initialized 2071 | struct kfd_cu_info cu_info; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_crat.c:2068:28: note: byref variable will be forcibly initialized 2068 | struct kfd_local_mem_info local_mem_info; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/sbs-battery.c: In function 'sbs_delayed_work': /kisskb/src/drivers/power/supply/sbs-battery.c:1075:6: note: byref variable will be forcibly initialized 1075 | s32 ret; | ^~~ /kisskb/src/drivers/power/supply/sbs-battery.c: In function 'sbs_read_string_data_fallback': /kisskb/src/drivers/power/supply/sbs-battery.c:362:5: note: byref variable will be forcibly initialized 362 | u8 block_buffer[I2C_SMBUS_BLOCK_MAX + 1]; | ^~~~~~~~~~~~ /kisskb/src/drivers/power/supply/sbs-battery.c: In function 'sbs_get_property': /kisskb/src/drivers/power/supply/sbs-battery.c:1013:30: note: byref variable will be forcibly initialized 1013 | union power_supply_propval val; | ^~~ /kisskb/src/drivers/power/supply/sbs-battery.c: In function 'sbs_probe': /kisskb/src/drivers/power/supply/sbs-battery.c:1199:30: note: byref variable will be forcibly initialized 1199 | union power_supply_propval val; | ^~~ In file included from /kisskb/src/drivers/usb/host/ehci-hcd.c:128: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'dbg_cmd': /kisskb/src/drivers/usb/host/ehci-dbg.c:272:7: note: byref variable will be forcibly initialized 272 | char buf[80]; | ^~~ /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'dbg_port': /kisskb/src/drivers/usb/host/ehci-dbg.c:281:7: note: byref variable will be forcibly initialized 281 | char buf[80]; | ^~~ /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'dbg_status': /kisskb/src/drivers/usb/host/ehci-dbg.c:263:7: note: byref variable will be forcibly initialized 263 | char buf[80]; | ^~~ /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'fill_bandwidth_buffer': /kisskb/src/drivers/usb/host/ehci-dbg.c:520:7: note: byref variable will be forcibly initialized 520 | u8 budget[EHCI_BANDWIDTH_SIZE]; | ^~~~~~ /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'dbg_hcs_params': /kisskb/src/drivers/usb/host/ehci-dbg.c:32:17: note: byref variable will be forcibly initialized 32 | char buf[46], tmp[7], byte; | ^~~ /kisskb/src/drivers/usb/host/ehci-dbg.c:32:8: note: byref variable will be forcibly initialized 32 | char buf[46], tmp[7], byte; | ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/usb/host/ehci-hcd.c:11: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_debugfs.c: In function 'kfd_debugfs_hang_hws_write': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_debugfs.c:47:11: note: byref variable will be forcibly initialized 47 | uint32_t gpu_id; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_debugfs.c:46:7: note: byref variable will be forcibly initialized 46 | char tmp[16]; | ^~~ In file included from /kisskb/src/drivers/usb/host/ehci-hcd.c:310: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'qh_schedule': /kisskb/src/drivers/usb/host/ehci-sched.c:839:11: note: byref variable will be forcibly initialized 839 | unsigned c_mask; | ^~~~~~ In file included from /kisskb/src/drivers/usb/host/ehci-hcd.c:306: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'ehci_hrtimer_func': /kisskb/src/drivers/usb/host/ehci-timer.c:402:16: note: byref variable will be forcibly initialized 402 | unsigned long events; | ^~~~~~ /kisskb/src/drivers/power/supply/max1721x_battery.c: In function 'get_string': /kisskb/src/drivers/power/supply/max1721x_battery.c:229:15: note: byref variable will be forcibly initialized 229 | unsigned int val; | ^~~ In file included from /kisskb/src/drivers/usb/host/ehci-hcd.c:308: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'ehci_qtd_alloc': /kisskb/src/drivers/usb/host/ehci-mem.c:39:14: note: byref variable will be forcibly initialized 39 | dma_addr_t dma; | ^~~ /kisskb/src/drivers/power/supply/max1721x_battery.c: In function 'get_sn_string': /kisskb/src/drivers/power/supply/max1721x_battery.c:247:15: note: byref variable will be forcibly initialized 247 | unsigned int val[3]; | ^~~ /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'ehci_qh_alloc': /kisskb/src/drivers/usb/host/ehci-mem.c:70:14: note: byref variable will be forcibly initialized 70 | dma_addr_t dma; | ^~~ /kisskb/src/drivers/power/supply/max1721x_battery.c: In function 'max1721x_battery_get_property': /kisskb/src/drivers/power/supply/max1721x_battery.c:132:15: note: byref variable will be forcibly initialized 132 | unsigned int reg = 0; | ^~~ In file included from /kisskb/src/drivers/usb/host/ehci-hcd.c:310: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'itd_urb_transaction': /kisskb/src/drivers/usb/host/ehci-sched.c:1242:14: note: byref variable will be forcibly initialized 1242 | dma_addr_t itd_dma; | ^~~~~~~ /kisskb/src/drivers/power/supply/max1721x_battery.c: In function 'devm_w1_max1721x_add_device': /kisskb/src/drivers/power/supply/max1721x_battery.c:396:16: note: byref variable will be forcibly initialized 396 | unsigned int dev_name; | ^~~~~~~~ /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'sitd_urb_transaction': /kisskb/src/drivers/usb/host/ehci-sched.c:2041:14: note: byref variable will be forcibly initialized 2041 | dma_addr_t sitd_dma; | ^~~~~~~~ In file included from /kisskb/src/drivers/usb/host/ehci-hcd.c:307: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'ehci_handover_companion_ports': /kisskb/src/drivers/usb/host/ehci-hub.c:38:10: note: byref variable will be forcibly initialized 38 | __le32 buf; | ^~~ /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'ehci_bus_resume': /kisskb/src/drivers/usb/host/ehci-hub.c:382:17: note: byref variable will be forcibly initialized 382 | unsigned long resume_needed = 0; | ^~~~~~~~~~~~~ In file included from /kisskb/src/drivers/usb/host/ehci-hcd.c:310: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'intr_submit': /kisskb/src/drivers/usb/host/ehci-sched.c:913:19: note: byref variable will be forcibly initialized 913 | struct list_head empty; | ^~~~~ /kisskb/src/drivers/net/mdio/mdio-mux-mmioreg.c: In function 'mdio_mux_mmioreg_probe': /kisskb/src/drivers/net/mdio/mdio-mux-mmioreg.c:103:6: note: byref variable will be forcibly initialized 103 | int len, ret; | ^~~ /kisskb/src/drivers/net/mdio/mdio-mux-mmioreg.c:101:18: note: byref variable will be forcibly initialized 101 | struct resource res; | ^~~ /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'ehci_urb_enqueue': /kisskb/src/drivers/usb/host/ehci-hcd.c:884:19: note: byref variable will be forcibly initialized 884 | struct list_head qtd_list; | ^~~~~~~~ In file included from /kisskb/src/drivers/usb/host/ehci-hcd.c:311: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'uframe_periodic_max_store': /kisskb/src/drivers/usb/host/ehci-sysfs.c:86:12: note: byref variable will be forcibly initialized 86 | unsigned uframe_periodic_max; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'companion_store': /kisskb/src/drivers/usb/host/ehci-sysfs.c:42:8: note: byref variable will be forcibly initialized 42 | int portnum, new_owner; | ^~~~~~~ In file included from /kisskb/src/drivers/usb/host/ehci-hcd.c:128: /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'fill_registers_buffer': /kisskb/src/drivers/usb/host/ehci-dbg.c:800:21: note: byref variable will be forcibly initialized 800 | u32 offset, cap, cap2; | ^~~~ /kisskb/src/drivers/usb/host/ehci-dbg.c:800:16: note: byref variable will be forcibly initialized 800 | u32 offset, cap, cap2; | ^~~ /kisskb/src/drivers/usb/host/ehci-dbg.c:761:16: note: byref variable will be forcibly initialized 761 | char *next, scratch[80]; | ^~~~~~~ /kisskb/src/drivers/usb/host/ehci-hcd.c: In function 'fill_async_buffer': /kisskb/src/drivers/usb/host/ehci-dbg.c:476:10: note: byref variable will be forcibly initialized 476 | char *next; | ^~~~ /kisskb/src/drivers/usb/host/ehci-dbg.c:475:18: note: byref variable will be forcibly initialized 475 | unsigned temp, size; | ^~~~ /kisskb/src/drivers/scsi/scsi_debugfs.c: In function 'scsi_show_rq': /kisskb/src/drivers/scsi/scsi_debugfs.c:39:7: note: byref variable will be forcibly initialized 39 | char buf[80] = "(?)"; | ^~~ /kisskb/src/drivers/media/tuners/mxl5007t.c: In function 'mxl5007t_read_reg': /kisskb/src/drivers/media/tuners/mxl5007t.c:471:17: note: byref variable will be forcibly initialized 471 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/tuners/mxl5007t.c:470:5: note: byref variable will be forcibly initialized 470 | u8 buf[2] = { 0xfb, reg }; | ^~~ /kisskb/src/drivers/media/tuners/mxl5007t.c: In function 'mxl5007t_synth_lock_status': /kisskb/src/drivers/media/tuners/mxl5007t.c:542:5: note: byref variable will be forcibly initialized 542 | u8 d; | ^ /kisskb/src/drivers/media/tuners/mxl5007t.c: In function 'mxl5007t_get_status': /kisskb/src/drivers/media/tuners/mxl5007t.c:566:17: note: byref variable will be forcibly initialized 566 | int rf_locked, ref_locked, ret; | ^~~~~~~~~~ /kisskb/src/drivers/media/tuners/mxl5007t.c:566:6: note: byref variable will be forcibly initialized 566 | int rf_locked, ref_locked, ret; | ^~~~~~~~~ /kisskb/src/drivers/media/tuners/mxl5007t.c: In function 'mxl5007t_get_chip_id': /kisskb/src/drivers/media/tuners/mxl5007t.c:789:5: note: byref variable will be forcibly initialized 789 | u8 id; | ^~ /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:489:5: note: byref variable will be forcibly initialized 489 | u8 d = 0xff; | ^ /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/media/tuners/mxl5007t.c:441:5: note: byref variable will be forcibly initialized 441 | u8 buf[] = { reg, val }; | ^~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/arch/powerpc/include/asm/io.h:27, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/dma-buf-map.h:9, from /kisskb/src/include/linux/dma-buf.h:16, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c:22: /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/pagemap.h:11, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c:24: /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c: In function 'validate_invalid_user_pages': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c:2108:21: note: byref variable will be forcibly initialized 2108 | struct amdgpu_sync sync; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c:2107:24: note: byref variable will be forcibly initialized 2107 | struct ww_acquire_ctx ticket; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c:2106:30: note: byref variable will be forcibly initialized 2106 | struct list_head resv_list, duplicates; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c:2106:19: note: byref variable will be forcibly initialized 2106 | struct list_head resv_list, duplicates; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c: In function 'kfd_mem_attach_userptr': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c:605:25: note: byref variable will be forcibly initialized 605 | struct drm_gem_object *gobj; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c: In function 'kfd_mem_attach': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c:682:20: note: byref variable will be forcibly initialized 682 | struct amdgpu_bo *bo[2] = {NULL, NULL}; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c: In function 'amdgpu_amdkfd_gpuvm_init_mem_limits': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c:87:17: note: byref variable will be forcibly initialized 87 | struct sysinfo si; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c: In function 'amdgpu_amdkfd_gpuvm_acquire_process_vm': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c:1287:23: note: byref variable will be forcibly initialized 1287 | struct amdgpu_fpriv *drv_priv; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c: In function 'amdgpu_amdkfd_gpuvm_alloc_memory_of_gpu': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c:1405:25: note: byref variable will be forcibly initialized 1405 | struct drm_gem_object *gobj; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c: In function 'amdgpu_amdkfd_gpuvm_free_memory_of_gpu': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c:1538:35: note: byref variable will be forcibly initialized 1538 | struct bo_vm_reservation_context ctx; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c: In function 'amdgpu_amdkfd_gpuvm_map_memory_to_gpu': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c:1633:35: note: byref variable will be forcibly initialized 1633 | struct bo_vm_reservation_context ctx; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c: In function 'amdgpu_amdkfd_gpuvm_unmap_memory_from_gpu': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c:1760:35: note: byref variable will be forcibly initialized 1760 | struct bo_vm_reservation_context ctx; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c: In function 'amdgpu_amdkfd_gpuvm_sync_memory': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c:1817:21: note: byref variable will be forcibly initialized 1817 | struct amdgpu_sync sync; | ^~~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'pwm_auto_temp_store': /kisskb/src/drivers/hwmon/adt7462.c:1382:7: note: byref variable will be forcibly initialized 1382 | long temp; | ^~~~ /kisskb/src/drivers/i2c/i2c-core-slave.c: In function 'i2c_detect_slave_mode': /kisskb/src/drivers/i2c/i2c-core-slave.c:98:7: note: byref variable will be forcibly initialized 98 | u32 reg; | ^~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'pwm_auto_store': /kisskb/src/drivers/hwmon/adt7462.c:1325:7: note: byref variable will be forcibly initialized 1325 | long temp; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c: In function 'amdgpu_amdkfd_gpuvm_restore_process_bos': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c:2310:21: note: byref variable will be forcibly initialized 2310 | struct amdgpu_sync sync_obj; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c:2309:19: note: byref variable will be forcibly initialized 2309 | struct list_head duplicate_save; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c:2306:35: note: byref variable will be forcibly initialized 2306 | struct bo_vm_reservation_context ctx; | ^~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'pwm_tmax_store': /kisskb/src/drivers/hwmon/adt7462.c:1232:7: note: byref variable will be forcibly initialized 1232 | long trange; | ^~~~~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'pwm_tmin_store': /kisskb/src/drivers/hwmon/adt7462.c:1270:7: note: byref variable will be forcibly initialized 1270 | long temp; | ^~~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'pwm_hyst_store': /kisskb/src/drivers/hwmon/adt7462.c:1188:7: note: byref variable will be forcibly initialized 1188 | long temp; | ^~~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'pwm_max_store': /kisskb/src/drivers/hwmon/adt7462.c:1126:7: note: byref variable will be forcibly initialized 1126 | long temp; | ^~~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'pwm_min_store': /kisskb/src/drivers/hwmon/adt7462.c:1156:7: note: byref variable will be forcibly initialized 1156 | long temp; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c: In function 'amdgpu_amdkfd_add_gws_to_process': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c:2456:20: note: byref variable will be forcibly initialized 2456 | struct amdgpu_bo *gws_bo = (struct amdgpu_bo *)gws; | ^~~~~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'pwm_store': /kisskb/src/drivers/hwmon/adt7462.c:1098:7: note: byref variable will be forcibly initialized 1098 | long temp; | ^~~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'force_pwm_max_store': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c: In function 'amdgpu_amdkfd_remove_gws_from_process': /kisskb/src/drivers/hwmon/adt7462.c:1065:7: note: byref variable will be forcibly initialized 1065 | long temp; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c:2520:20: note: byref variable will be forcibly initialized 2520 | struct amdgpu_bo *gws_bo = kgd_mem->bo; | ^~~~~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'fan_min_store': /kisskb/src/drivers/hwmon/adt7462.c:1019:7: note: byref variable will be forcibly initialized 1019 | long temp; | ^~~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'volt_min_store': /kisskb/src/drivers/hwmon/adt7462.c:934:7: note: byref variable will be forcibly initialized 934 | long temp; | ^~~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'volt_max_store': /kisskb/src/drivers/hwmon/adt7462.c:894:7: note: byref variable will be forcibly initialized 894 | long temp; | ^~~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'temp_min_store': /kisskb/src/drivers/hwmon/adt7462.c:797:7: note: byref variable will be forcibly initialized 797 | long temp; | ^~~~ /kisskb/src/drivers/hwmon/adt7462.c: In function 'temp_max_store': /kisskb/src/drivers/hwmon/adt7462.c:833:7: note: byref variable will be forcibly initialized 833 | long temp; | ^~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/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:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-pca-platform.c:84:9: note: in expansion of macro 'wait_event_timeout' 84 | ret = wait_event_timeout(i2c->wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/i2c/busses/i2c-pca-platform.c: In function 'i2c_pca_pf_probe': /kisskb/src/drivers/i2c/busses/i2c-pca-platform.c:134:19: note: byref variable will be forcibly initialized 134 | struct resource *res; | ^~~ /kisskb/src/drivers/scsi/scsi_logging.c: In function 'scsi_format_opcode_name': /kisskb/src/drivers/scsi/scsi_logging.c:110:32: note: byref variable will be forcibly initialized 110 | const char *cdb_name = NULL, *sa_name = NULL; | ^~~~~~~ /kisskb/src/drivers/scsi/scsi_logging.c:110:14: note: byref variable will be forcibly initialized 110 | const char *cdb_name = NULL, *sa_name = NULL; | ^~~~~~~~ /kisskb/src/drivers/scsi/scsi_logging.c: In function 'sdev_prefix_printk': /kisskb/src/drivers/scsi/scsi_logging.c:59:18: note: byref variable will be forcibly initialized 59 | size_t off = 0, logbuf_len; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_logging.c:57:10: note: byref variable will be forcibly initialized 57 | va_list args; | ^~~~ /kisskb/src/drivers/scsi/scsi_logging.c: In function 'scmd_printk': /kisskb/src/drivers/scsi/scsi_logging.c:86:18: note: byref variable will be forcibly initialized 86 | size_t off = 0, logbuf_len; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_logging.c:84:10: note: byref variable will be forcibly initialized 84 | va_list args; | ^~~~ /kisskb/src/drivers/scsi/scsi_logging.c: In function 'scsi_log_print_sense_hdr': /kisskb/src/drivers/scsi/scsi_logging.c:323:14: note: byref variable will be forcibly initialized 323 | size_t off, logbuf_len; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_logging.c: In function 'scsi_print_result': /kisskb/src/drivers/scsi/scsi_logging.c:387:14: note: byref variable will be forcibly initialized 387 | size_t off, logbuf_len; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_logging.c: In function 'scsi_print_command': /kisskb/src/drivers/scsi/scsi_logging.c:182:14: note: byref variable will be forcibly initialized 182 | size_t off, logbuf_len; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_logging.c: In function 'scsi_log_dump_sense': /kisskb/src/drivers/scsi/scsi_logging.c:297:9: note: byref variable will be forcibly initialized 297 | size_t logbuf_len; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_logging.c: In function 'scsi_log_print_sense': /kisskb/src/drivers/scsi/scsi_logging.c:347:24: note: byref variable will be forcibly initialized 347 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/hwmon/adt7470.c: In function 'pwm1_freq_get': /kisskb/src/drivers/hwmon/adt7470.c:728:26: note: byref variable will be forcibly initialized 728 | unsigned int cfg_reg_1, cfg_reg_2; | ^~~~~~~~~ /kisskb/src/drivers/hwmon/adt7470.c:728:15: note: byref variable will be forcibly initialized 728 | unsigned int cfg_reg_1, cfg_reg_2; | ^~~~~~~~~ /kisskb/src/drivers/hwmon/adt7470.c: In function 'adt7470_read_word_data': /kisskb/src/drivers/hwmon/adt7470.c:181:5: note: byref variable will be forcibly initialized 181 | u8 regval[2]; | ^~~~~~ /kisskb/src/drivers/hwmon/adt7470.c: In function 'adt7470_update_limits': /kisskb/src/drivers/hwmon/adt7470.c:380:15: note: byref variable will be forcibly initialized 380 | unsigned int val; | ^~~ /kisskb/src/drivers/hwmon/adt7470.c: In function 'adt7470_write_word_data': /kisskb/src/drivers/hwmon/adt7470.c:196:5: note: byref variable will be forcibly initialized 196 | u8 regval[2]; | ^~~~~~ /kisskb/src/drivers/hwmon/adt7470.c: In function 'pwm_tmin_store': /kisskb/src/drivers/hwmon/adt7470.c:954:7: note: byref variable will be forcibly initialized 954 | long temp; | ^~~~ /kisskb/src/drivers/hwmon/adt7470.c: In function 'pwm_max_store': /kisskb/src/drivers/hwmon/adt7470.c:871:7: note: byref variable will be forcibly initialized 871 | long temp; | ^~~~ /kisskb/src/drivers/hwmon/adt7470.c: In function 'pwm_min_store': /kisskb/src/drivers/hwmon/adt7470.c:906:7: note: byref variable will be forcibly initialized 906 | long temp; | ^~~~ /kisskb/src/drivers/hwmon/adt7470.c: In function 'auto_update_interval_store': /kisskb/src/drivers/hwmon/adt7470.c:489:7: note: byref variable will be forcibly initialized 489 | long temp; | ^~~~ /kisskb/src/drivers/hwmon/adt7470.c: In function 'num_temp_sensors_store': /kisskb/src/drivers/hwmon/adt7470.c:520:7: note: byref variable will be forcibly initialized 520 | long temp; | ^~~~ /kisskb/src/drivers/hwmon/adt7470.c: In function 'alarm_mask_store': /kisskb/src/drivers/hwmon/adt7470.c:607:7: note: byref variable will be forcibly initialized 607 | long mask; | ^~~~ /kisskb/src/drivers/hwmon/adt7470.c: In function 'adt7470_read_temperatures': /kisskb/src/drivers/hwmon/adt7470.c:211:5: note: byref variable will be forcibly initialized 211 | u8 pwm[ADT7470_FAN_COUNT]; | ^~~ /kisskb/src/drivers/hwmon/adt7470.c:208:15: note: byref variable will be forcibly initialized 208 | unsigned int pwm_cfg[2]; | ^~~~~~~ /kisskb/src/drivers/hwmon/adt7470.c: In function 'adt7470_update_sensors': /kisskb/src/drivers/hwmon/adt7470.c:309:15: note: byref variable will be forcibly initialized 309 | unsigned int val; | ^~~ /kisskb/src/drivers/hwmon/adt7470.c: In function 'pwm_auto_temp_store': /kisskb/src/drivers/hwmon/adt7470.c:1006:7: note: byref variable will be forcibly initialized 1006 | long temp; | ^~~~ /kisskb/src/drivers/hwmon/adt7470.c: In function 'force_pwm_max_store': /kisskb/src/drivers/hwmon/adt7470.c:704:7: note: byref variable will be forcibly initialized 704 | long temp; | ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu.h:52, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c:23: /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /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/media/tuners/mc44s803.c:25:5: note: byref variable will be forcibly initialized 25 | u8 buf[3]; | ^~~ /kisskb/src/drivers/media/tuners/mc44s803.c: In function 'mc44s803_readreg': /kisskb/src/drivers/media/tuners/mc44s803.c:47:17: note: byref variable will be forcibly initialized 47 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/tuners/mc44s803.c:45:5: note: byref variable will be forcibly initialized 45 | u8 buf[3]; | ^~~ /kisskb/src/drivers/media/tuners/mc44s803.c: In function 'mc44s803_attach': /kisskb/src/drivers/media/tuners/mc44s803.c:312:6: note: byref variable will be forcibly initialized 312 | u32 reg; | ^~~ /kisskb/src/drivers/media/tuners/mxl5005s.c: In function 'MXL_RegWriteBit': /kisskb/src/drivers/media/tuners/mxl5005s.c:3567:11: note: byref variable will be forcibly initialized 3567 | const u8 OR_MAP[8] = { | ^~~~~~ /kisskb/src/drivers/media/tuners/mxl5005s.c:3563:11: note: byref variable will be forcibly initialized 3563 | const u8 AND_MAP[8] = { | ^~~~~~~ /kisskb/src/drivers/media/tuners/max2165.c: In function 'max2165_read_reg': /kisskb/src/drivers/media/tuners/max2165.c:59:17: note: byref variable will be forcibly initialized 59 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/tuners/max2165.c:58:5: note: byref variable will be forcibly initialized 58 | u8 b1[] = { 0 }; | ^~ /kisskb/src/drivers/media/tuners/max2165.c:57:5: note: byref variable will be forcibly initialized 57 | u8 b0[] = { reg }; | ^~ /kisskb/src/drivers/media/tuners/max2165.c: In function 'max2165_debug_status': /kisskb/src/drivers/media/tuners/max2165.c:219:13: note: byref variable will be forcibly initialized 219 | u8 status, autotune; | ^~~~~~~~ /kisskb/src/drivers/media/tuners/max2165.c:219:5: note: byref variable will be forcibly initialized 219 | u8 status, autotune; | ^~~~~~ /kisskb/src/drivers/media/tuners/max2165.c: In function 'max2165_write_reg': /kisskb/src/drivers/media/tuners/max2165.c:35:5: note: byref variable will be forcibly initialized 35 | u8 buf[] = { reg, data }; | ^~~ /kisskb/src/drivers/media/tuners/max2165.c: In function 'max2165_mask_write_reg': /kisskb/src/drivers/media/tuners/max2165.c:81:5: note: byref variable will be forcibly initialized 81 | u8 v; | ^ /kisskb/src/drivers/media/tuners/max2165.c: In function 'max2165_set_rf': /kisskb/src/drivers/media/tuners/max2165.c:182:16: note: byref variable will be forcibly initialized 182 | u32 quotient, fraction; | ^~~~~~~~ /kisskb/src/drivers/media/tuners/max2165.c:182:6: note: byref variable will be forcibly initialized 182 | u32 quotient, fraction; | ^~~~~~~~ /kisskb/src/drivers/media/tuners/max2165.c: In function 'max2165_read_rom_table': /kisskb/src/drivers/media/tuners/max2165.c:96:5: note: byref variable will be forcibly initialized 96 | u8 dat[3]; | ^~~ /kisskb/src/drivers/media/tuners/mxl5005s.c: In function 'MXL_GetCHRegister_ZeroIF': /kisskb/src/drivers/media/tuners/mxl5005s.c:3652:5: note: byref variable will be forcibly initialized 3652 | u8 RegAddr[] = {43, 136}; | ^~~~~~~ /kisskb/src/drivers/media/tuners/mxl5005s.c: In function 'mxl5005s_reset': /kisskb/src/drivers/media/tuners/mxl5005s.c:3853:17: note: byref variable will be forcibly initialized 3853 | struct i2c_msg msg = { .addr = state->config->i2c_address, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/mxl5005s.c:3852:5: note: byref variable will be forcibly initialized 3852 | u8 buf[2] = { 0xff, 0x00 }; | ^~~ /kisskb/src/drivers/media/tuners/mxl5005s.c: In function 'mxl5005s_writereg': /kisskb/src/drivers/media/tuners/mxl5005s.c:3879:17: note: byref variable will be forcibly initialized 3879 | struct i2c_msg msg = { .addr = state->config->i2c_address, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/mxl5005s.c:3878:5: note: byref variable will be forcibly initialized 3878 | u8 buf[3] = { reg, val, MXL5005S_LATCH_BYTE }; | ^~~ In file included from /kisskb/src/drivers/media/tuners/mxl5005s.c:64: /kisskb/src/drivers/media/tuners/mxl5005s.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/media/tuners/mxl5005s.c: In function 'mxl5005s_reconfigure': /kisskb/src/drivers/media/tuners/mxl5005s.c:3931:6: note: byref variable will be forcibly initialized 3931 | int TableLen; | ^~~~~~~~ /kisskb/src/drivers/media/tuners/mxl5005s.c: In function 'mxl5005s_SetRfFreqHz': /kisskb/src/drivers/media/tuners/mxl5005s.c:344:6: note: byref variable will be forcibly initialized 344 | u32 IfDivval = 0; | ^~~~~~~~ /kisskb/src/drivers/media/tuners/mxl5005s.c:342:6: note: byref variable will be forcibly initialized 342 | int TableLen; | ^~~~~~~~ /kisskb/src/drivers/media/tuners/mxl5005s.c:341:16: note: byref variable will be forcibly initialized 341 | unsigned char ByteTable[MXL5005S_REG_WRITING_TABLE_LEN_MAX]; | ^~~~~~~~~ /kisskb/src/drivers/media/tuners/mxl5005s.c:340:16: note: byref variable will be forcibly initialized 340 | unsigned char AddrTable[MXL5005S_REG_WRITING_TABLE_LEN_MAX]; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu.h:52, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c:22: /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/uapi/drm/drm.h:40, from /kisskb/src/include/uapi/drm/amdgpu_drm.h:35, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h:27, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.h:26, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu.h:43, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c:22: /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c: In function 'kgd_gfx_v9_get_cu_occupancy': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c:822:17: note: byref variable will be forcibly initialized 822 | DECLARE_BITMAP(cp_queue_bitmap, KGD_MAX_QUEUES); | ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c:816:6: note: byref variable will be forcibly initialized 816 | int wave_cnt; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c:811:6: note: byref variable will be forcibly initialized 811 | int vmid; | ^~~~ /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_bridge.c: In function 'vidtv_bridge_check_demod_lock': /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_bridge.c:143:17: note: byref variable will be forcibly initialized 143 | enum fe_status status; | ^~~~~~ /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_bridge.c: In function 'vidtv_bridge_probe_demod': /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_bridge.c:342:28: note: byref variable will be forcibly initialized 342 | struct vidtv_demod_config cfg = { | ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu.h:52, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_arcturus.c:26: /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_arcturus.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/power/supply/rt5033_battery.c: In function 'rt5033_battery_get_watt_prop': /kisskb/src/drivers/power/supply/rt5033_battery.c:41:11: note: byref variable will be forcibly initialized 41 | u32 msb, lsb; | ^~~ /kisskb/src/drivers/power/supply/rt5033_battery.c:41:6: note: byref variable will be forcibly initialized 41 | u32 msb, lsb; | ^~~ /kisskb/src/drivers/power/supply/rt5033_battery.c: In function 'rt5033_battery_get_present': /kisskb/src/drivers/power/supply/rt5033_battery.c:28:6: note: byref variable will be forcibly initialized 28 | u32 val; | ^~~ /kisskb/src/drivers/power/supply/rt5033_battery.c: In function 'rt5033_battery_get_capacity': /kisskb/src/drivers/power/supply/rt5033_battery.c:18:6: note: byref variable will be forcibly initialized 18 | u32 msb; | ^~~ /kisskb/src/drivers/power/supply/pcf50633-charger.c: In function 'set_chglim': /kisskb/src/drivers/power/supply/pcf50633-charger.c:217:16: note: byref variable will be forcibly initialized 217 | unsigned long ma; | ^~ /kisskb/src/drivers/power/supply/pcf50633-charger.c: In function 'set_usblim': /kisskb/src/drivers/power/supply/pcf50633-charger.c:184:16: note: byref variable will be forcibly initialized 184 | unsigned long ma; | ^~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/media/pci/pt1/pt1.c:17: /kisskb/src/drivers/media/pci/pt1/pt1.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:135:6: note: in expansion of macro 'check_mul_overflow' 135 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:135:6: note: in expansion of macro 'check_mul_overflow' 135 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:133:9: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /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; | ^~~~~~~~~~~ /kisskb/src/drivers/media/pci/pt1/pt1.c: In function 'pt1_i2c_xfer': /kisskb/src/drivers/media/pci/pt1/pt1.c:1143:6: note: byref variable will be forcibly initialized 1143 | int addr, ret; | ^~~~ /kisskb/src/drivers/media/pci/pt1/pt1.c: In function 'pt1_demod_block_init': /kisskb/src/drivers/media/pci/pt1/pt1.c:257:5: note: byref variable will be forcibly initialized 257 | u8 buf[2] = {0x01, 0x80}; | ^~~ /kisskb/src/drivers/media/pci/pt1/pt1.c: In function 'pt1_thread': /kisskb/src/drivers/media/pci/pt1/pt1.c:510:12: note: byref variable will be forcibly initialized 510 | ktime_t delay; | ^~~~~ /kisskb/src/drivers/media/pci/pt1/pt1.c:492:7: note: byref variable will be forcibly initialized 492 | bool was_frozen; | ^~~~~~~~~~ /kisskb/src/drivers/media/pci/pt1/pt1.c: In function 'pt1_init_frontends': /kisskb/src/drivers/media/pci/pt1/pt1.c:996:26: note: byref variable will be forcibly initialized 996 | struct dvb_pll_config tcfg; | ^~~~ /kisskb/src/drivers/media/pci/pt1/pt1.c:987:29: note: byref variable will be forcibly initialized 987 | struct qm1d1b0004_config tcfg; | ^~~~ /kisskb/src/drivers/media/pci/pt1/pt1.c:971:25: note: byref variable will be forcibly initialized 971 | struct tc90522_config dcfg; | ^~~~ /kisskb/src/drivers/media/pci/pt1/pt1.c: In function 'config_demod': /kisskb/src/drivers/media/pci/pt1/pt1.c:202:12: note: byref variable will be forcibly initialized 202 | u8 wbuf, rbuf; | ^~~~ /kisskb/src/drivers/media/pci/pt1/pt1.c:202:6: note: byref variable will be forcibly initialized 202 | u8 wbuf, rbuf; | ^~~~ /kisskb/src/drivers/media/pci/pt1/pt1.c:201:18: note: byref variable will be forcibly initialized 201 | struct i2c_msg msg[2]; | ^~~ /kisskb/src/drivers/media/pci/pt1/pt1.c: In function 'pt1_alloc_page': /kisskb/src/drivers/media/pci/pt1/pt1.c:539:13: note: byref variable will be forcibly initialized 539 | dma_addr_t addr; | ^~~~ /kisskb/src/drivers/media/pci/pt1/pt1.c: In function 'pt1_init_buffer': /kisskb/src/drivers/media/pci/pt1/pt1.c:563:13: note: byref variable will be forcibly initialized 563 | dma_addr_t addr; | ^~~~ /kisskb/src/drivers/media/pci/pt1/pt1.c: In function 'pt1_init_table': /kisskb/src/drivers/media/pci/pt1/pt1.c:592:6: note: byref variable will be forcibly initialized 592 | u32 buf_pfn; | ^~~~~~~ /kisskb/src/drivers/media/pci/pt1/pt1.c:590:13: note: byref variable will be forcibly initialized 590 | dma_addr_t addr; | ^~~~ /kisskb/src/drivers/media/pci/pt1/pt1.c: In function 'pt1_init_tables': /kisskb/src/drivers/media/pci/pt1/pt1.c:637:17: note: byref variable will be forcibly initialized 637 | u32 first_pfn, pfn; | ^~~ /kisskb/src/drivers/media/pci/pt1/pt1.c:637:6: note: byref variable will be forcibly initialized 637 | u32 first_pfn, pfn; | ^~~~~~~~~ In file included from /kisskb/src/include/asm-generic/div64.h:26, from ./arch/powerpc/include/generated/asm/div64.h:1, from /kisskb/src/include/linux/math.h:5, from /kisskb/src/include/linux/delay.h:22, from /kisskb/src/drivers/net/pcs/pcs-xpcs.c:9: /kisskb/src/drivers/net/pcs/pcs-xpcs.c: In function 'xpcs_validate': /kisskb/src/drivers/net/pcs/pcs-xpcs.c:638:35: note: byref variable will be forcibly initialized 638 | __ETHTOOL_DECLARE_LINK_MODE_MASK(xpcs_supported); | ^~~~~~~~~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/net/pcs/pcs-xpcs.c:638:2: note: in expansion of macro '__ETHTOOL_DECLARE_LINK_MODE_MASK' 638 | __ETHTOOL_DECLARE_LINK_MODE_MASK(xpcs_supported); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/w1/w1_io.c: In function 'w1_reset_select_slave': /kisskb/src/drivers/w1/w1_io.c:396:7: note: byref variable will be forcibly initialized 396 | u64 rn = le64_to_cpu(*((u64*)&sl->reg_num)); | ^~ /kisskb/src/drivers/w1/w1_io.c:395:6: note: byref variable will be forcibly initialized 395 | u8 match[9] = {W1_MATCH_ROM, }; | ^~~~~ /kisskb/src/drivers/i2c/i2c-core-of.c: In function 'of_i2c_get_board_info': /kisskb/src/drivers/i2c/i2c-core-of.c:25:6: note: byref variable will be forcibly initialized 25 | u32 addr; | ^~~~ /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/tuners/tda18212.c: In function 'tda18212_probe': /kisskb/src/drivers/media/tuners/tda18212.c:183:15: note: byref variable will be forcibly initialized 183 | unsigned int chip_id; | ^~~~~~~ /kisskb/src/drivers/media/tuners/tda18212.c: In function 'tda18212_set_params': /kisskb/src/drivers/media/tuners/tda18212.c:25:5: note: byref variable will be forcibly initialized 25 | u8 buf[9]; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v10.c: In function 'get_sdma_rlc_reg_offset': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v10.c:177:11: note: byref variable will be forcibly initialized 177 | uint32_t sdma_engine_reg_base[2] = { | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c: In function 'amdgpu_cgs_get_firmware_info': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c:241:8: note: byref variable will be forcibly initialized 241 | char fw_name[30] = {0}; | ^~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_trigger_diag.c: In function 'mpt3sas_process_trigger_data': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_trigger_diag.c:115:5: note: byref variable will be forcibly initialized 115 | u8 issue_reset = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_trigger_diag.c: In function 'mpt3sas_trigger_master': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_trigger_diag.c:179:37: note: byref variable will be forcibly initialized 179 | struct SL_WH_TRIGGERS_EVENT_DATA_T event_data; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_trigger_diag.c: In function 'mpt3sas_trigger_event': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_trigger_diag.c:259:37: note: byref variable will be forcibly initialized 259 | struct SL_WH_TRIGGERS_EVENT_DATA_T event_data; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_trigger_diag.c: In function 'mpt3sas_trigger_scsi': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_trigger_diag.c:339:37: note: byref variable will be forcibly initialized 339 | struct SL_WH_TRIGGERS_EVENT_DATA_T event_data; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_trigger_diag.c: In function 'mpt3sas_trigger_mpi': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_trigger_diag.c:413:37: note: byref variable will be forcibly initialized 413 | struct SL_WH_TRIGGERS_EVENT_DATA_T event_data; | ^~~~~~~~~~ /kisskb/src/drivers/hwmon/aspeed-pwm-tacho.c: In function 'aspeed_get_fan_tach_ch_rpm': /kisskb/src/drivers/hwmon/aspeed-pwm-tacho.c:527:50: note: byref variable will be forcibly initialized 527 | u32 raw_data, tach_div, clk_source, msec, usec, val; | ^~~ /kisskb/src/drivers/hwmon/aspeed-pwm-tacho.c: In function 'pwm_store': /kisskb/src/drivers/hwmon/aspeed-pwm-tacho.c:577:7: note: byref variable will be forcibly initialized 577 | long fan_ctrl; | ^~~~~~~~ In file included from /kisskb/src/include/linux/err.h:5, from /kisskb/src/include/linux/clk.h:12, from /kisskb/src/drivers/hwmon/aspeed-pwm-tacho.c:6: /kisskb/src/drivers/hwmon/aspeed-pwm-tacho.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/hwmon-sysfs.h:10, from /kisskb/src/drivers/hwmon/aspeed-pwm-tacho.c:11: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwmon/aspeed-pwm-tacho.c: In function 'aspeed_create_fan': /kisskb/src/drivers/hwmon/aspeed-pwm-tacho.c:848:6: note: byref variable will be forcibly initialized 848 | u32 pwm_port; | ^~~~~~~~ /kisskb/src/drivers/media/tuners/fc0011.c: In function 'fc0011_readreg': /kisskb/src/drivers/media/tuners/fc0011.c:86:17: note: byref variable will be forcibly initialized 86 | struct i2c_msg msg[2] = { | ^~~ /kisskb/src/drivers/media/tuners/fc0011.c:85:5: note: byref variable will be forcibly initialized 85 | u8 dummy; | ^~~~~ /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/media/tuners/fc0011.c:69:5: note: byref variable will be forcibly initialized 69 | u8 buf[2] = { reg, val }; | ^~~ /kisskb/src/drivers/media/tuners/fc0011.c: In function 'fc0011_set_params': /kisskb/src/drivers/media/tuners/fc0011.c:173:5: note: byref variable will be forcibly initialized 173 | u8 regs[FC11_NR_REGS] = { }; | ^~~~ /kisskb/src/drivers/media/tuners/fc0011.c:172:22: note: byref variable will be forcibly initialized 172 | u8 fa, fp, vco_sel, vco_cal; | ^~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_spi.c: In function 'spi_execute': /kisskb/src/drivers/scsi/scsi_transport_spi.c:114:24: note: byref variable will be forcibly initialized 114 | struct scsi_sense_hdr sshdr_tmp; | ^~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_spi.c:113:16: note: byref variable will be forcibly initialized 113 | unsigned char sense[SCSI_SENSE_BUFFERSIZE]; | ^~~~~ /kisskb/src/drivers/scsi/scsi_transport_spi.c: In function 'spi_dv_device_echo_buffer': /kisskb/src/drivers/scsi/scsi_transport_spi.c:638:13: note: byref variable will be forcibly initialized 638 | const char spi_read_buffer[] = { | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_spi.c:635:13: note: byref variable will be forcibly initialized 635 | const char spi_write_buffer[] = { | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_spi.c:633:24: note: byref variable will be forcibly initialized 633 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/scsi/scsi_transport_spi.c: In function 'spi_dv_device_compare_inquiry': /kisskb/src/drivers/scsi/scsi_transport_spi.c:718:13: note: byref variable will be forcibly initialized 718 | const char spi_inquiry[] = { | ^~~~~~~~~~~ /kisskb/src/drivers/media/tuners/si2157.c: In function 'si2157_tune_wait': /kisskb/src/drivers/media/tuners/si2157.c:317:5: note: byref variable will be forcibly initialized 317 | u8 wait_status; | ^~~~~~~~~~~ /kisskb/src/drivers/media/tuners/si2157.c: In function 'si2157_get_rf_strength': /kisskb/src/drivers/media/tuners/si2157.c:736:20: note: byref variable will be forcibly initialized 736 | struct si2157_cmd cmd; | ^~~ /kisskb/src/drivers/media/tuners/si2157.c: In function 'si2157_set_params': /kisskb/src/drivers/media/tuners/si2157.c:401:20: note: byref variable will be forcibly initialized 401 | struct si2157_cmd cmd; | ^~~ /kisskb/src/drivers/media/tuners/si2157.c: In function 'si2157_sleep': /kisskb/src/drivers/scsi/scsi_transport_spi.c: In function 'spi_display_xfer_agreement': /kisskb/src/drivers/media/tuners/si2157.c:285:20: note: byref variable will be forcibly initialized 285 | struct si2157_cmd cmd; | ^~~ /kisskb/src/drivers/scsi/scsi_transport_spi.c:1137:8: note: byref variable will be forcibly initialized 1137 | char tmp[8]; | ^~~ /kisskb/src/drivers/media/tuners/si2157.c: In function 'si2157_init': /kisskb/src/drivers/media/tuners/si2157.c:86:25: note: byref variable will be forcibly initialized 86 | const struct firmware *fw; | ^~ /kisskb/src/drivers/media/tuners/si2157.c:85:20: note: byref variable will be forcibly initialized 85 | struct si2157_cmd cmd; | ^~~ /kisskb/src/drivers/media/tuners/si2157.c: In function 'si2157_set_analog_params': /kisskb/src/drivers/media/tuners/si2157.c:512:20: note: byref variable will be forcibly initialized 512 | struct si2157_cmd cmd; | ^~~ /kisskb/src/drivers/media/tuners/si2157.c: In function 'si2157_stat_work': /kisskb/src/drivers/media/tuners/si2157.c:792:20: note: byref variable will be forcibly initialized 792 | struct si2157_cmd cmd; | ^~~ /kisskb/src/drivers/media/tuners/si2157.c: In function 'si2157_probe': /kisskb/src/drivers/media/tuners/si2157.c:820:20: note: byref variable will be forcibly initialized 820 | struct si2157_cmd cmd; | ^~~ /kisskb/src/drivers/scsi/scsi_transport_spi.c: In function 'store_spi_transport_period_helper': /kisskb/src/drivers/scsi/scsi_transport_spi.c:448:8: note: byref variable will be forcibly initialized 448 | char *endp; | ^~~~ /kisskb/src/drivers/scsi/scsi_transport_spi.c: In function 'store_spi_transport_period': /kisskb/src/drivers/scsi/scsi_transport_spi.c:505:6: note: byref variable will be forcibly initialized 505 | int period, retval; | ^~~~~~ In file included from /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_psi.c:20: /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_psi.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_psi.c: In function 'vidtv_psi_table_header_write_into': /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_psi.c:757:24: note: byref variable will be forcibly initialized 757 | struct psi_write_args psi_args = { | ^~~~~~~~ /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_psi.c: In function 'vidtv_psi_pat_write_into': /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_psi.c:986:6: note: byref variable will be forcibly initialized 986 | u32 crc = INITIAL_CRC; | ^~~ /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_psi.c: In function 'vidtv_psi_pmt_write_into': /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_psi.c:1165:6: note: byref variable will be forcibly initialized 1165 | u32 crc = INITIAL_CRC; | ^~~ /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_psi.c: In function 'vidtv_psi_sdt_write_into': /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_psi.c:1339:6: note: byref variable will be forcibly initialized 1339 | u32 crc = INITIAL_CRC; | ^~~ /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_psi.c: In function 'vidtv_psi_nit_write_into': /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_psi.c:1680:6: note: byref variable will be forcibly initialized 1680 | u32 crc = INITIAL_CRC; | ^~~ /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_psi.c: In function 'vidtv_psi_eit_write_into': /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_psi.c:1891:6: note: byref variable will be forcibly initialized 1891 | u32 crc = INITIAL_CRC; | ^~~ /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_psi.c: In function 'vidtv_psi_eit_event_init': /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_psi.c:1954:9: note: byref variable will be forcibly initialized 1954 | __be16 mjd_be; | ^~~~~~ /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_psi.c:1952:12: note: byref variable will be forcibly initialized 1952 | struct tm time; | ^~~~ /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_psi.c:1949:11: note: byref variable will be forcibly initialized 1949 | const u8 DURATION[] = {0x23, 0x59, 0x59}; /* BCD encoded */ | ^~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_sas.c: In function 'sas_read_port_mode_page': /kisskb/src/drivers/scsi/scsi_transport_sas.c:1232:24: note: byref variable will be forcibly initialized 1232 | struct scsi_mode_data mode_data; | ^~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_sas.c: In function 'sas_bsg_initialize': /kisskb/src/drivers/scsi/scsi_transport_sas.c:207:8: note: byref variable will be forcibly initialized 207 | char name[20]; | ^~~~ /kisskb/src/drivers/scsi/scsi_transport_sas.c: In function 'show_sas_rphy_enclosure_identifier': /kisskb/src/drivers/scsi/scsi_transport_sas.c:1186:6: note: byref variable will be forcibly initialized 1186 | u64 identifier; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_sas.c: In function 'store_sas_phy_maximum_linkrate': /kisskb/src/drivers/scsi/scsi_transport_sas.c:468:6: note: byref variable will be forcibly initialized 468 | u32 value; \ | ^~~~~ /kisskb/src/drivers/scsi/scsi_transport_sas.c:483:2: note: in expansion of macro 'sas_phy_store_linkspeed' 483 | sas_phy_store_linkspeed(field) \ | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_sas.c:615:1: note: in expansion of macro 'sas_phy_linkspeed_rw_attr' 615 | sas_phy_linkspeed_rw_attr(maximum_linkrate); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_sas.c: In function 'store_sas_phy_minimum_linkrate': /kisskb/src/drivers/scsi/scsi_transport_sas.c:468:6: note: byref variable will be forcibly initialized 468 | u32 value; \ | ^~~~~ /kisskb/src/drivers/scsi/scsi_transport_sas.c:483:2: note: in expansion of macro 'sas_phy_store_linkspeed' 483 | sas_phy_store_linkspeed(field) \ | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_sas.c:613:1: note: in expansion of macro 'sas_phy_linkspeed_rw_attr' 613 | sas_phy_linkspeed_rw_attr(minimum_linkrate); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/lp8788-charger.c: In function 'lp8788_get_battery_status': /kisskb/src/drivers/power/supply/lp8788-charger.c:170:5: note: byref variable will be forcibly initialized 170 | u8 data; | ^~~~ /kisskb/src/drivers/power/supply/lp8788-charger.c: In function 'lp8788_get_battery_health': /kisskb/src/drivers/power/supply/lp8788-charger.c:202:5: note: byref variable will be forcibly initialized 202 | u8 data; | ^~~~ /kisskb/src/drivers/power/supply/lp8788-charger.c: In function 'lp8788_get_battery_present': /kisskb/src/drivers/power/supply/lp8788-charger.c:222:5: note: byref variable will be forcibly initialized 222 | u8 data; | ^~~~ /kisskb/src/drivers/power/supply/lp8788-charger.c: In function 'lp8788_get_battery_charging_current': /kisskb/src/drivers/power/supply/lp8788-charger.c:310:5: note: byref variable will be forcibly initialized 310 | u8 read; | ^~~~ /kisskb/src/drivers/power/supply/lp8788-charger.c: In function 'lp8788_get_charging_termination_voltage': /kisskb/src/drivers/power/supply/lp8788-charger.c:323:5: note: byref variable will be forcibly initialized 323 | u8 read; | ^~~~ /kisskb/src/drivers/power/supply/lp8788-charger.c: In function 'lp8788_is_charger_detected': /kisskb/src/drivers/power/supply/lp8788-charger.c:135:5: note: byref variable will be forcibly initialized 135 | u8 data; | ^~~~ /kisskb/src/drivers/power/supply/lp8788-charger.c: In function 'lp8788_charger_get_property': /kisskb/src/drivers/power/supply/lp8788-charger.c:148:5: note: byref variable will be forcibly initialized 148 | u8 read; | ^~~~ /kisskb/src/drivers/power/supply/lp8788-charger.c: In function 'lp8788_get_battery_capacity': /kisskb/src/drivers/power/supply/lp8788-charger.c:257:5: note: byref variable will be forcibly initialized 257 | u8 data; | ^~~~ /kisskb/src/drivers/power/supply/lp8788-charger.c:255:6: note: byref variable will be forcibly initialized 255 | int vbatt; | ^~~~~ /kisskb/src/drivers/power/supply/lp8788-charger.c: In function 'lp8788_get_battery_temperature': /kisskb/src/drivers/power/supply/lp8788-charger.c:291:6: note: byref variable will be forcibly initialized 291 | int result; | ^~~~~~ /kisskb/src/drivers/power/supply/lp8788-charger.c: In function 'lp8788_show_eoc_level': /kisskb/src/drivers/power/supply/lp8788-charger.c:636:5: note: byref variable will be forcibly initialized 636 | u8 val; | ^~~ /kisskb/src/drivers/power/supply/lp8788-charger.c: In function 'lp8788_show_eoc_time': /kisskb/src/drivers/power/supply/lp8788-charger.c:616:5: note: byref variable will be forcibly initialized 616 | u8 val; | ^~~ /kisskb/src/drivers/power/supply/lp8788-charger.c: In function 'lp8788_show_charger_status': /kisskb/src/drivers/power/supply/lp8788-charger.c:600:5: note: byref variable will be forcibly initialized 600 | u8 data; | ^~~~ /kisskb/src/drivers/power/supply/lp8788-charger.c: In function 'lp8788_charger_irq_thread': /kisskb/src/drivers/power/supply/lp8788-charger.c:445:6: note: byref variable will be forcibly initialized 445 | int id = -1; | ^~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_warpdrive.c: In function '_warpdrive_disable_ddio': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_warpdrive.c:57:20: note: byref variable will be forcibly initialized 57 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_warpdrive.c:56:21: note: byref variable will be forcibly initialized 56 | Mpi2RaidVolPage1_t vol_pg1; | ^~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_warpdrive.c: In function 'mpt3sas_get_num_volumes': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_warpdrive.c:89:20: note: byref variable will be forcibly initialized 89 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_warpdrive.c:88:21: note: byref variable will be forcibly initialized 88 | Mpi2RaidVolPage1_t vol_pg1; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_job.c: In function 'amdgpu_job_timedout': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_job.c:39:6: note: byref variable will be forcibly initialized 39 | int idx; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_job.c:37:26: note: byref variable will be forcibly initialized 37 | struct amdgpu_task_info ti; | ^~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_warpdrive.c: In function 'mpt3sas_init_warpdrive_properties': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_warpdrive.c:122:27: note: byref variable will be forcibly initialized 122 | unsigned long stripe_sz, block_sz; | ^~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_warpdrive.c:122:16: note: byref variable will be forcibly initialized 122 | unsigned long stripe_sz, block_sz; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_warpdrive.c:121:5: note: byref variable will be forcibly initialized 121 | u8 num_pds, count; | ^~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_warpdrive.c:119:20: note: byref variable will be forcibly initialized 119 | Mpi2ConfigReply_t mpi_reply; | ^~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_warpdrive.c:118:26: note: byref variable will be forcibly initialized 118 | Mpi2RaidPhysDiskPage0_t pd_pg0; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_job.c: In function 'amdgpu_job_run': /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_job.c:244:20: note: byref variable will be forcibly initialized 244 | struct dma_fence *fence = NULL, *finished; | ^~~~~ /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_pes.c: In function 'vidtv_pes_write_h': /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_pes.c:137:31: note: byref variable will be forcibly initialized 137 | struct pes_header_write_args pts_dts_args; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_pes.c: In function 'vidtv_pes_write_into': /kisskb/src/drivers/media/test-drivers/vidtv/vidtv_pes.c:327:6: note: byref variable will be forcibly initialized 327 | u64 last_pcr = args->pcr; | ^~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_acp.c:27: /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_acp.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/i2c/i2c-mux.c:22: /kisskb/src/drivers/i2c/i2c-mux.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/drivers/i2c/i2c-mux.c: In function 'i2c_mux_add_adapter': /kisskb/src/drivers/i2c/i2c-mux.c:357:7: note: byref variable will be forcibly initialized 357 | u32 reg; | ^~~ /kisskb/src/drivers/i2c/i2c-mux.c:288:7: note: byref variable will be forcibly initialized 288 | char symlink_name[20]; | ^~~~~~~~~~~~ /kisskb/src/drivers/i2c/i2c-mux.c: In function 'i2c_mux_del_adapters': /kisskb/src/drivers/i2c/i2c-mux.c:442:7: note: byref variable will be forcibly initialized 442 | char symlink_name[20]; | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_srp.c: In function 'store_srp_rport_dev_loss_tmo': /kisskb/src/drivers/scsi/scsi_transport_srp.c:312:6: note: byref variable will be forcibly initialized 312 | int dev_loss_tmo; | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_srp.c: In function 'store_srp_rport_fast_io_fail_tmo': /kisskb/src/drivers/scsi/scsi_transport_srp.c:277:6: note: byref variable will be forcibly initialized 277 | int fast_io_fail_tmo; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_srp.c: In function 'store_reconnect_delay': /kisskb/src/drivers/scsi/scsi_transport_srp.c:225:11: note: byref variable will be forcibly initialized 225 | int res, delay; | ^~~~~ /kisskb/src/drivers/scsi/scsi_transport_srp.c: In function 'shost_to_rport': /kisskb/src/drivers/scsi/scsi_transport_srp.c:64:17: note: byref variable will be forcibly initialized 64 | struct device *child = NULL; | ^~~~~ In file included from /kisskb/src/include/linux/firmware.h:6, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c:46: /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:756:6: note: in expansion of macro 'unlikely' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:756:15: note: in expansion of macro 'check_mul_overflow' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:756:6: note: in expansion of macro 'unlikely' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:756:15: note: in expansion of macro 'check_mul_overflow' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu.h:52, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c:50: /kisskb/src/include/linux/slab.h:754:9: note: byref variable will be forcibly initialized 754 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwmon/atxp1.c: In function 'cpu0_vid_store': /kisskb/src/drivers/hwmon/atxp1.c:96:16: note: byref variable will be forcibly initialized 96 | unsigned long vcore; | ^~~~~ /kisskb/src/drivers/hwmon/atxp1.c: In function 'gpio2_store': /kisskb/src/drivers/hwmon/atxp1.c:214:16: note: byref variable will be forcibly initialized 214 | unsigned long value; | ^~~~~ /kisskb/src/drivers/hwmon/atxp1.c: In function 'gpio1_store': /kisskb/src/drivers/hwmon/atxp1.c:169:16: note: byref variable will be forcibly initialized 169 | unsigned long value; | ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/thermal.h:211, from /kisskb/src/drivers/thermal/thermal_core.c:25: /kisskb/src/drivers/thermal/thermal_core.c: In function 'trace_event_raw_event_thermal_temperature': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:24:1: note: in expansion of macro 'TRACE_EVENT' 24 | TRACE_EVENT(thermal_temperature, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:24:1: note: in expansion of macro 'TRACE_EVENT' 24 | TRACE_EVENT(thermal_temperature, | ^~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_core.c: In function 'trace_event_raw_event_cdev_update': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:49:1: note: in expansion of macro 'TRACE_EVENT' 49 | TRACE_EVENT(cdev_update, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:49:1: note: in expansion of macro 'TRACE_EVENT' 49 | TRACE_EVENT(cdev_update, | ^~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_core.c: In function 'trace_event_raw_event_thermal_zone_trip': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:68:1: note: in expansion of macro 'TRACE_EVENT' 68 | TRACE_EVENT(thermal_zone_trip, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:68:1: note: in expansion of macro 'TRACE_EVENT' 68 | TRACE_EVENT(thermal_zone_trip, | ^~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_core.c: In function 'trace_event_raw_event_thermal_power_devfreq_get_power': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:153:1: note: in expansion of macro 'TRACE_EVENT' 153 | TRACE_EVENT(thermal_power_devfreq_get_power, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:153:1: note: in expansion of macro 'TRACE_EVENT' 153 | TRACE_EVENT(thermal_power_devfreq_get_power, | ^~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_core.c: In function 'trace_event_raw_event_thermal_power_devfreq_limit': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:183:1: note: in expansion of macro 'TRACE_EVENT' 183 | TRACE_EVENT(thermal_power_devfreq_limit, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/thermal.h:183:1: note: in expansion of macro 'TRACE_EVENT' 183 | TRACE_EVENT(thermal_power_devfreq_limit, | ^~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_core.c: In function 'update_temperature': /kisskb/src/drivers/thermal/thermal_core.c:399:6: note: byref variable will be forcibly initialized 399 | int temp, ret; | ^~~~ /kisskb/src/drivers/thermal/thermal_core.c: In function 'handle_critical_trips': /kisskb/src/drivers/thermal/thermal_core.c:345:6: note: byref variable will be forcibly initialized 345 | int trip_temp; | ^~~~~~~~~ /kisskb/src/drivers/thermal/thermal_core.c: In function 'thermal_zone_bind_cooling_device': /kisskb/src/drivers/thermal/thermal_core.c:630:16: note: byref variable will be forcibly initialized 630 | unsigned long max_state; | ^~~~~~~~~ /kisskb/src/drivers/thermal/thermal_core.c: In function 'handle_thermal_trip': /kisskb/src/drivers/thermal/thermal_core.c:364:17: note: byref variable will be forcibly initialized 364 | int trip_temp, hyst = 0; | ^~~~ /kisskb/src/drivers/thermal/thermal_core.c:364:6: note: byref variable will be forcibly initialized 364 | int trip_temp, hyst = 0; | ^~~~~~~~~ /kisskb/src/drivers/thermal/thermal_core.c:363:25: note: byref variable will be forcibly initialized 363 | enum thermal_trip_type type; | ^~~~ /kisskb/src/drivers/thermal/thermal_core.c: In function 'thermal_zone_device_register': /kisskb/src/drivers/thermal/thermal_core.c:1193:6: note: byref variable will be forcibly initialized 1193 | int trip_temp; | ^~~~~~~~~ /kisskb/src/drivers/thermal/thermal_core.c:1192:25: note: byref variable will be forcibly initialized 1192 | enum thermal_trip_type trip_type; | ^~~~~~~~~ /kisskb/src/drivers/hwmon/ds1621.c: In function 'update_interval_store': /kisskb/src/drivers/hwmon/ds1621.c:281:16: note: byref variable will be forcibly initialized 281 | unsigned long convrate; | ^~~~~~~~ /kisskb/src/drivers/hwmon/ds1621.c: In function 'temp_store': /kisskb/src/drivers/hwmon/ds1621.c:238:7: note: byref variable will be forcibly initialized 238 | long val; | ^~~ /kisskb/src/drivers/i2c/i2c-slave-testunit.c: In function 'i2c_slave_testunit_work': /kisskb/src/drivers/i2c/i2c-slave-testunit.c:50:5: note: byref variable will be forcibly initialized 50 | u8 msgbuf[256]; | ^~~~~~ /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/common/b2c2/flexcop-eeprom.c: In function 'flexcop_eeprom_check_mac_addr': /kisskb/src/drivers/media/common/b2c2/flexcop-eeprom.c:135:5: note: byref variable will be forcibly initialized 135 | u8 buf[8]; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/arcturus_ppt.c: In function 'arcturus_is_dpm_running': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/arcturus_ppt.c:2052:11: note: byref variable will be forcibly initialized 2052 | uint32_t feature_mask[2]; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/arcturus_ppt.c: In function 'arcturus_get_gpu_metrics': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/arcturus_ppt.c:2355:15: note: byref variable will be forcibly initialized 2355 | SmuMetrics_t metrics; | ^~~~~~~ /kisskb/src/drivers/hwmon/emc2103.c: In function 'read_temp_from_i2c': /kisskb/src/drivers/hwmon/emc2103.c:88:14: note: byref variable will be forcibly initialized 88 | u8 degrees, fractional; | ^~~~~~~~~~ /kisskb/src/drivers/hwmon/emc2103.c:88:5: note: byref variable will be forcibly initialized 88 | u8 degrees, fractional; | ^~~~~~~ /kisskb/src/drivers/hwmon/emc2103.c: In function 'read_fan_from_i2c': /kisskb/src/drivers/hwmon/emc2103.c:103:16: note: byref variable will be forcibly initialized 103 | u8 high_byte, lo_byte; | ^~~~~~~ /kisskb/src/drivers/hwmon/emc2103.c:103:5: note: byref variable will be forcibly initialized 103 | u8 high_byte, lo_byte; | ^~~~~~~~~ /kisskb/src/drivers/hwmon/emc2103.c: In function 'read_fan_config_from_i2c': /kisskb/src/drivers/hwmon/emc2103.c:126:5: note: byref variable will be forcibly initialized 126 | u8 conf1; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/arcturus_ppt.c: In function 'arcturus_log_thermal_throttling_event': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/arcturus_ppt.c:2303:7: note: byref variable will be forcibly initialized 2303 | char log_buf[256]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/arcturus_ppt.c:2302:11: note: byref variable will be forcibly initialized 2302 | uint32_t throttler_status; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/emc2103.c: In function 'temp_max_store': /kisskb/src/drivers/hwmon/emc2103.c:259:7: note: byref variable will be forcibly initialized 259 | long val; | ^~~ /kisskb/src/drivers/hwmon/emc2103.c: In function 'temp_min_store': /kisskb/src/drivers/hwmon/emc2103.c:237:7: note: byref variable will be forcibly initialized 237 | long val; | ^~~ /kisskb/src/drivers/hwmon/emc2103.c: In function 'pwm1_enable_store': /kisskb/src/drivers/hwmon/emc2103.c:426:5: note: byref variable will be forcibly initialized 426 | u8 conf_reg; | ^~~~~~~~ /kisskb/src/drivers/hwmon/emc2103.c:425:7: note: byref variable will be forcibly initialized 425 | long new_value; | ^~~~~~~~~ /kisskb/src/drivers/hwmon/emc2103.c: In function 'fan1_div_store': /kisskb/src/drivers/hwmon/emc2103.c:305:7: note: byref variable will be forcibly initialized 305 | long new_div; | ^~~~~~~ /kisskb/src/drivers/hwmon/emc2103.c: In function 'fan1_target_store': /kisskb/src/drivers/hwmon/emc2103.c:380:16: note: byref variable will be forcibly initialized 380 | unsigned long rpm_target; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/arcturus_ppt.c: In function 'arcturus_append_powerplay_table': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/arcturus_ppt.c:483:33: note: byref variable will be forcibly initialized 483 | struct atom_smc_dpm_info_v4_6 *smc_dpm_table; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/arcturus_ppt.c: In function 'arcturus_allow_xgmi_power_down': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/arcturus_ppt.c:2258:11: note: byref variable will be forcibly initialized 2258 | uint32_t smu_version; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/arcturus_ppt.c: In function 'arcturus_set_df_cstate': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/arcturus_ppt.c:2238:11: note: byref variable will be forcibly initialized 2238 | uint32_t smu_version; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/arcturus_ppt.c: In function 'arcturus_get_unique_id': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/arcturus_ppt.c:2209:36: note: byref variable will be forcibly initialized 2209 | uint32_t top32 = 0, bottom32 = 0, smu_version; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/arcturus_ppt.c:2209:22: note: byref variable will be forcibly initialized 2209 | uint32_t top32 = 0, bottom32 = 0, smu_version; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/arcturus_ppt.c:2209:11: note: byref variable will be forcibly initialized 2209 | uint32_t top32 = 0, bottom32 = 0, smu_version; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/arcturus_ppt.c: In function 'arcturus_get_power_limit': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/arcturus_ppt.c:1355:11: note: byref variable will be forcibly initialized 1355 | uint32_t power_limit, od_percent; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/arcturus_ppt.c: In function 'arcturus_set_performance_level': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/arcturus_ppt.c:1588:11: note: byref variable will be forcibly initialized 1588 | uint32_t smu_version; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/arcturus_ppt.c: In function 'arcturus_set_power_profile_mode': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/arcturus_ppt.c:1500:11: note: byref variable will be forcibly initialized 1500 | uint32_t smu_version; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/arcturus_ppt.c:1496:31: note: byref variable will be forcibly initialized 1496 | DpmActivityMonitorCoeffInt_t activity_monitor; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/arcturus_ppt.c: In function 'arcturus_get_power_profile_mode': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/arcturus_ppt.c:1415:11: note: byref variable will be forcibly initialized 1415 | uint32_t smu_version; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/arcturus_ppt.c:1391:31: note: byref variable will be forcibly initialized 1391 | DpmActivityMonitorCoeffInt_t activity_monitor; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/arcturus_ppt.c: In function 'arcturus_force_clk_levels': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/arcturus_ppt.c:1025:11: note: byref variable will be forcibly initialized 1025 | uint32_t smu_version; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/arcturus_ppt.c: In function 'arcturus_print_clk_levels': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/arcturus_ppt.c:782:38: note: byref variable will be forcibly initialized 782 | struct pp_clock_levels_with_latency clocks; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/arcturus_ppt.c:780:14: note: byref variable will be forcibly initialized 780 | int i, now, size = 0; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/arcturus_ppt.c:780:9: note: byref variable will be forcibly initialized 780 | int i, now, size = 0; | ^~~ /kisskb/src/drivers/media/tuners/fc0012.c: In function 'fc0012_readreg': /kisskb/src/drivers/media/tuners/fc0012.c:29:17: note: byref variable will be forcibly initialized 29 | struct i2c_msg msg[2] = { | ^~~ /kisskb/src/drivers/media/tuners/fc0012.c: In function 'fc0012_writereg': /kisskb/src/drivers/media/tuners/fc0012.c:14:17: note: byref variable will be forcibly initialized 14 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/tuners/fc0012.c:13:5: note: byref variable will be forcibly initialized 13 | u8 buf[2] = {reg, val}; | ^~~ /kisskb/src/drivers/media/tuners/fc0012.c: In function 'fc0012_attach': /kisskb/src/drivers/media/tuners/fc0012.c:433:5: note: byref variable will be forcibly initialized 433 | u8 chip_id; | ^~~~~~~ /kisskb/src/drivers/media/tuners/fc0012.c: In function 'fc0012_get_rf_strength': /kisskb/src/drivers/media/tuners/fc0012.c:343:16: note: byref variable will be forcibly initialized 343 | unsigned char tmp; | ^~~ /kisskb/src/drivers/media/tuners/fc0012.c: In function 'fc0012_set_params': /kisskb/src/drivers/media/tuners/fc0012.c:125:39: note: byref variable will be forcibly initialized 125 | unsigned char reg[7], am, pm, multi, tmp; | ^~~ /kisskb/src/drivers/media/tuners/fc0012.c:125:16: note: byref variable will be forcibly initialized 125 | unsigned char reg[7], am, pm, multi, tmp; | ^~~ /kisskb/src/drivers/media/tuners/fc0012.c: In function 'fc0012_init': /kisskb/src/drivers/media/tuners/fc0012.c:55:16: note: byref variable will be forcibly initialized 55 | unsigned char reg[] = { | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/iscsi.h:107, from /kisskb/src/drivers/scsi/scsi_transport_iscsi.c:30: /kisskb/src/drivers/scsi/scsi_transport_iscsi.c: In function 'trace_event_raw_event_iscsi_log_msg': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/events/iscsi.h:21:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 21 | DECLARE_EVENT_CLASS(iscsi_log_msg, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/events/iscsi.h:21:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 21 | DECLARE_EVENT_CLASS(iscsi_log_msg, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_iscsi.c: In function 'iscsi_create_endpoint': /kisskb/src/drivers/scsi/scsi_transport_iscsi.c:212:11: note: byref variable will be forcibly initialized 212 | uint64_t id; | ^~ In file included from /kisskb/src/include/linux/dev_printk.h:14, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/power/supply/gpio-charger.c:7: /kisskb/src/drivers/power/supply/gpio-charger.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/power/supply/gpio-charger.c:7: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/drivers/power/supply/gpio-charger.c: In function 'gpio_charger_get_type': /kisskb/src/drivers/power/supply/gpio-charger.c:140:14: note: byref variable will be forcibly initialized 140 | const char *chargetype; | ^~~~~~~~~~ /kisskb/src/drivers/media/pci/mantis/mantis_ioc.c: In function 'read_eeprom_bytes': /kisskb/src/drivers/media/pci/mantis/mantis_ioc.c:33:17: note: byref variable will be forcibly initialized 33 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/pci/mantis/mantis_ioc.c:31:5: note: byref variable will be forcibly initialized 31 | u8 buf = reg; | ^~~ /kisskb/src/drivers/media/pci/mantis/mantis_ioc.c: In function 'mantis_get_mac': /kisskb/src/drivers/media/pci/mantis/mantis_ioc.c:51:5: note: byref variable will be forcibly initialized 51 | u8 mac_addr[6] = {0}; | ^~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_iscsi.c: In function 'iscsi_user_scan': /kisskb/src/drivers/scsi/scsi_transport_iscsi.c:1819:25: note: byref variable will be forcibly initialized 1819 | struct iscsi_scan_data scan_data; | ^~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_iscsi.c: In function 'store_priv_session_recovery_tmo': /kisskb/src/drivers/scsi/scsi_transport_iscsi.c:4348:8: note: byref variable will be forcibly initialized 4348 | char *cp; \ | ^~ /kisskb/src/drivers/scsi/scsi_transport_iscsi.c:4369:2: note: in expansion of macro 'iscsi_priv_session_attr_store' 4369 | iscsi_priv_session_attr_store(field) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_iscsi.c:4374:1: note: in expansion of macro 'iscsi_priv_session_rw_attr' 4374 | iscsi_priv_session_rw_attr(recovery_tmo, "%d"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_iscsi.c: In function 'iscsi_bsg_host_add': /kisskb/src/drivers/scsi/scsi_transport_iscsi.c:1535:7: note: byref variable will be forcibly initialized 1535 | char bsg_name[20]; | ^~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_iscsi.c: In function 'iscsi_dbg_trace': /kisskb/src/drivers/scsi/scsi_transport_iscsi.c:4822:10: note: byref variable will be forcibly initialized 4822 | va_list args; | ^~~~ /kisskb/src/drivers/scsi/scsi_transport_iscsi.c:4821:19: note: byref variable will be forcibly initialized 4821 | struct va_format vaf; | ^~~ /kisskb/src/drivers/scsi/scsi_transport_iscsi.c: In function 'iscsi_scan_session': /kisskb/src/drivers/scsi/scsi_transport_iscsi.c:1836:25: note: byref variable will be forcibly initialized 1836 | struct iscsi_scan_data scan_data; | ^~~~~~~~~ /kisskb/src/drivers/scsi/scsi_transport_iscsi.c: In function 'iscsi_set_param': /kisskb/src/drivers/scsi/scsi_transport_iscsi.c:2916:15: note: byref variable will be forcibly initialized 2916 | int err = 0, value = 0; | ^~~~~ /kisskb/src/drivers/media/pci/ngene/ngene-core.c: In function 'dump_command_io': /kisskb/src/drivers/media/pci/ngene/ngene-core.c:239:5: note: byref variable will be forcibly initialized 239 | u8 buf[8], *b; | ^~~ /kisskb/src/drivers/scsi/scsi_transport_iscsi.c: In function 'iscsi_if_rx': /kisskb/src/drivers/scsi/scsi_transport_iscsi.c:3968:12: note: byref variable will be forcibly initialized 3968 | uint32_t group; | ^~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/media/pci/ngene/ngene-core.c:13: /kisskb/src/drivers/media/pci/ngene/ngene-core.c: In function 'ngene_command_mutex': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/pci/ngene/ngene-core.c:300:8: note: in expansion of macro 'wait_event_timeout' 300 | ret = wait_event_timeout(dev->cmd_wq, dev->cmd_done == 1, 2 * HZ); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/pci/ngene/ngene-core.c: In function 'ngene_unlink': /kisskb/src/drivers/media/pci/ngene/ngene-core.c:1614:23: note: byref variable will be forcibly initialized 1614 | struct ngene_command com; | ^~~ /kisskb/src/drivers/media/pci/ngene/ngene-core.c: In function 'create_ring_buffer': /kisskb/src/drivers/media/pci/ngene/ngene-core.c:831:13: note: byref variable will be forcibly initialized 831 | dma_addr_t tmp; | ^~~ /kisskb/src/drivers/media/pci/ngene/ngene-core.c: In function 'AllocateRingBuffers': /kisskb/src/drivers/media/pci/ngene/ngene-core.c:883:13: note: byref variable will be forcibly initialized 883 | dma_addr_t tmp; | ^~~ /kisskb/src/drivers/media/pci/ngene/ngene-core.c: In function 'cxd_attach': /kisskb/src/drivers/media/pci/ngene/ngene-core.c:1567:5: note: byref variable will be forcibly initialized 1567 | u8 type; | ^~~~ /kisskb/src/drivers/media/pci/ngene/ngene-core.c: In function 'ngene_command_load_firmware': /kisskb/src/drivers/media/pci/ngene/ngene-core.c:338:23: note: byref variable will be forcibly initialized 338 | struct ngene_command com; | ^~~ /kisskb/src/drivers/media/pci/ngene/ngene-core.c: In function 'ngene_load_firm': /kisskb/src/drivers/media/pci/ngene/ngene-core.c:1208:25: note: byref variable will be forcibly initialized 1208 | const struct firmware *fw = NULL; | ^~ /kisskb/src/drivers/media/pci/ngene/ngene-core.c: In function 'ngene_command_config_free_buf': /kisskb/src/drivers/media/pci/ngene/ngene-core.c:384:23: note: byref variable will be forcibly initialized 384 | struct ngene_command com; | ^~~ /kisskb/src/drivers/media/pci/ngene/ngene-core.c: In function 'ngene_command_config_buf': /kisskb/src/drivers/media/pci/ngene/ngene-core.c:369:23: note: byref variable will be forcibly initialized 369 | struct ngene_command com; | ^~~ /kisskb/src/drivers/media/pci/ngene/ngene-core.c: In function 'ngene_buffer_config': /kisskb/src/drivers/media/pci/ngene/ngene-core.c:1287:6: note: byref variable will be forcibly initialized 1287 | u8 tsio1235_config[6] = { 0x30, 0x30, 0x00, 0x28, 0x00, 0x38 }; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/pci/ngene/ngene-core.c:1286:6: note: byref variable will be forcibly initialized 1286 | u8 tsin1234_config[6] = { 0x30, 0x30, 0x00, 0x30, 0x30, 0x00 }; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/pci/ngene/ngene-core.c:1285:6: note: byref variable will be forcibly initialized 1285 | u8 tsin12_config[6] = { 0x60, 0x60, 0x00, 0x00, 0x00, 0x00 }; | ^~~~~~~~~~~~~ /kisskb/src/drivers/media/pci/ngene/ngene-core.c: In function 'ngene_command_gpio_set': /kisskb/src/drivers/media/pci/ngene/ngene-core.c:400:23: note: byref variable will be forcibly initialized 400 | struct ngene_command com; | ^~~ /kisskb/src/drivers/media/pci/ngene/ngene-core.c: In function 'ngene_command_stream_control': /kisskb/src/drivers/media/pci/ngene/ngene-core.c:545:23: note: byref variable will be forcibly initialized 545 | struct ngene_command com; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/cyan_skillfish_ppt.c: In function 'cyan_skillfish_get_gpu_metrics': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/cyan_skillfish_ppt.c:409:15: note: byref variable will be forcibly initialized 409 | SmuMetrics_t metrics; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/cyan_skillfish_ppt.c: In function 'cyan_skillfish_is_dpm_running': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/cyan_skillfish_ppt.c:379:11: note: byref variable will be forcibly initialized 379 | uint32_t feature_mask[2]; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c: In function 'vangogh_is_dpm_running': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c:515:11: note: byref variable will be forcibly initialized 515 | uint32_t feature_mask[2]; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c: In function 'vangogh_get_dpm_ultimate_freq': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c:921:11: note: byref variable will be forcibly initialized 921 | uint32_t fclk_mask; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c:920:11: note: byref variable will be forcibly initialized 920 | uint32_t mclk_mask; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c:919:11: note: byref variable will be forcibly initialized 919 | uint32_t dclk_mask; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c:918:11: note: byref variable will be forcibly initialized 918 | uint32_t vclk_mask; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c:917:11: note: byref variable will be forcibly initialized 917 | uint32_t soc_mask; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/cyan_skillfish_ppt.c: In function 'cyan_skillfish_print_clk_levels': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/cyan_skillfish_ppt.c:311:11: note: byref variable will be forcibly initialized 311 | uint32_t cur_value = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/cyan_skillfish_ppt.c:310:15: note: byref variable will be forcibly initialized 310 | int ret = 0, size = 0; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c: In function 'vangogh_force_dpm_limit_value': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c:1308:20: note: byref variable will be forcibly initialized 1308 | enum smu_clk_type clks[] = { | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c:1305:21: note: byref variable will be forcibly initialized 1305 | uint32_t min_freq, max_freq, force_freq; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c:1305:11: note: byref variable will be forcibly initialized 1305 | uint32_t min_freq, max_freq, force_freq; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c: In function 'vangogh_set_peak_clock_by_device': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c:1371:26: note: byref variable will be forcibly initialized 1371 | uint32_t vclk_freq = 0, dclk_freq = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c:1371:11: note: byref variable will be forcibly initialized 1371 | uint32_t vclk_freq = 0, dclk_freq = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c:1370:28: note: byref variable will be forcibly initialized 1370 | uint32_t socclk_freq = 0, fclk_freq = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c:1370:11: note: byref variable will be forcibly initialized 1370 | uint32_t socclk_freq = 0, fclk_freq = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c: In function 'vangogh_unforce_dpm_levels': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c:1339:4: note: byref variable will be forcibly initialized 1339 | } clk_feature_map[] = { | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c:1333:21: note: byref variable will be forcibly initialized 1333 | uint32_t min_freq, max_freq; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c:1333:11: note: byref variable will be forcibly initialized 1333 | uint32_t min_freq, max_freq; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c: In function 'vangogh_get_power_limit': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c:2080:11: note: byref variable will be forcibly initialized 2080 | uint32_t ppt_limit; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c: In function 'vangogh_get_legacy_gpu_metrics': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c:1650:22: note: byref variable will be forcibly initialized 1650 | SmuMetrics_legacy_t metrics; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c: In function 'vangogh_get_gpu_metrics': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c:1707:15: note: byref variable will be forcibly initialized 1707 | SmuMetrics_t metrics; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c: In function 'vangogh_common_get_gpu_metrics': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c:1769:11: note: byref variable will be forcibly initialized 1769 | uint32_t if_version; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c: In function 'vangogh_system_features_control': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c:1977:11: note: byref variable will be forcibly initialized 1977 | uint32_t feature_mask[2]; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c: In function 'vangogh_tables_init': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c:212:11: note: byref variable will be forcibly initialized 212 | uint32_t if_version; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c: In function 'vangogh_common_get_smu_metrics_data': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c:423:11: note: byref variable will be forcibly initialized 423 | uint32_t if_version; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c: In function 'vangogh_print_legacy_clk_levels': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c:583:26: note: byref variable will be forcibly initialized 583 | uint32_t cur_value = 0, value = 0, count = 0; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c:583:11: note: byref variable will be forcibly initialized 583 | uint32_t cur_value = 0, value = 0, count = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c:582:9: note: byref variable will be forcibly initialized 582 | int i, size = 0, ret = 0; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c:580:22: note: byref variable will be forcibly initialized 580 | SmuMetrics_legacy_t metrics; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c: In function 'vangogh_print_clk_levels': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c:684:26: note: byref variable will be forcibly initialized 684 | uint32_t cur_value = 0, value = 0, count = 0; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c:684:11: note: byref variable will be forcibly initialized 684 | uint32_t cur_value = 0, value = 0, count = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c:683:9: note: byref variable will be forcibly initialized 683 | int i, size = 0, ret = 0; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c:681:15: note: byref variable will be forcibly initialized 681 | SmuMetrics_t metrics; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c: In function 'vangogh_common_print_clk_levels': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c:808:11: note: byref variable will be forcibly initialized 808 | uint32_t if_version; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c: In function 'vangogh_force_clk_levels': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c:1199:25: note: byref variable will be forcibly initialized 1199 | uint32_t min_freq = 0, max_freq = 0; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c:1199:11: note: byref variable will be forcibly initialized 1199 | uint32_t min_freq = 0, max_freq = 0; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c: In function 'vangogh_set_performance_level': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c:1413:26: note: byref variable will be forcibly initialized 1413 | uint32_t vclk_mask = 0, dclk_mask = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c:1413:11: note: byref variable will be forcibly initialized 1413 | uint32_t vclk_mask = 0, dclk_mask = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c:1412:32: note: byref variable will be forcibly initialized 1412 | uint32_t soc_mask, mclk_mask, fclk_mask; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c:1412:21: note: byref variable will be forcibly initialized 1412 | uint32_t soc_mask, mclk_mask, fclk_mask; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/vangogh_ppt.c:1412:11: note: byref variable will be forcibly initialized 1412 | uint32_t soc_mask, mclk_mask, fclk_mask; | ^~~~~~~~ /kisskb/src/drivers/media/tuners/it913x.c: In function 'it913x_set_params': /kisskb/src/drivers/media/tuners/it913x.c:213:15: note: byref variable will be forcibly initialized 213 | unsigned int utmp; | ^~~~ /kisskb/src/drivers/media/tuners/it913x.c: In function 'it913x_init': /kisskb/src/drivers/media/tuners/it913x.c:32:25: note: byref variable will be forcibly initialized 32 | u8 iqik_m_cal, nv_val, buf[2]; | ^~~ /kisskb/src/drivers/media/tuners/it913x.c:31:15: note: byref variable will be forcibly initialized 31 | unsigned int utmp; | ^~~~ /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/scsi/mpt3sas/mpt3sas_debugfs.c: In function 'mpt3sas_setup_debugfs': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_debugfs.c:121:7: note: byref variable will be forcibly initialized 121 | char name[64]; | ^~~~ /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:287:6: note: byref variable will be forcibly initialized 287 | int uV; | ^~ /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_check_thermal_status': /kisskb/src/drivers/power/supply/charger-manager.c:529:6: note: byref variable will be forcibly initialized 529 | int temp, upper_limit, lower_limit; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/navi10_ppt.c: In function 'navi10_is_dpm_running': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/navi10_ppt.c:1667:11: note: byref variable will be forcibly initialized 1667 | uint32_t feature_mask[2]; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/navi10_ppt.c: In function 'navi10_overdrive_get_gfx_clk_base_voltage': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/navi10_ppt.c:2259:11: note: byref variable will be forcibly initialized 2259 | uint32_t value = 0; | ^~~~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'charger_get_property': /kisskb/src/drivers/power/supply/charger-manager.c:719:6: note: byref variable will be forcibly initialized 719 | int uV; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/navi10_ppt.c: In function 'navi10_get_clock_by_type_with_latency': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/navi10_ppt.c:1595:28: note: byref variable will be forcibly initialized 1595 | uint32_t level_count = 0, freq = 0; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/navi10_ppt.c:1595:11: note: byref variable will be forcibly initialized 1595 | uint32_t level_count = 0, freq = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/navi10_ppt.c: In function 'navi10_umc_hybrid_cdr_workaround': In file included from /kisskb/src/include/linux/init.h:5, from /kisskb/src/include/linux/io.h:10, from /kisskb/src/drivers/power/supply/charger-manager.c:15: /kisskb/src/drivers/power/supply/charger-manager.c: In function 'devm_kmalloc_array': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/navi10_ppt.c:2577:33: note: byref variable will be forcibly initialized 2577 | uint32_t uclk_count, uclk_min, uclk_max; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/navi10_ppt.c:2577:23: note: byref variable will be forcibly initialized 2577 | uint32_t uclk_count, uclk_min, uclk_max; | ^~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/powerpc/include/asm/io.h:27, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/power/supply/charger-manager.c:15: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/navi10_ppt.c:2577:11: note: byref variable will be forcibly initialized 2577 | uint32_t uclk_count, uclk_min, uclk_max; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/navi10_ppt.c: In function 'navi10_run_umc_cdr_workaround': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/navi10_ppt.c:2658:11: note: byref variable will be forcibly initialized 2658 | uint32_t param; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/navi10_ppt.c:2657:11: note: byref variable will be forcibly initialized 2657 | uint32_t pmfw_version; | ^~~~~~~~~~~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'of_cm_parse_desc': /kisskb/src/drivers/power/supply/charger-manager.c:1289:6: note: byref variable will be forcibly initialized 1289 | u32 battery_stat = CM_NO_BATTERY; | ^~~~~~~~~~~~ /kisskb/src/drivers/power/supply/charger-manager.c:1288:6: note: byref variable will be forcibly initialized 1288 | u32 poll_mode = CM_POLL_DISABLE; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/navi10_ppt.c: In function 'navi10_pre_display_config_changed': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/navi10_ppt.c:1629:11: note: byref variable will be forcibly initialized 1629 | uint32_t max_freq = 0; | ^~~~~~~~ /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_externally_control_store': /kisskb/src/drivers/power/supply/charger-manager.c:1117:6: note: byref variable will be forcibly initialized 1117 | int externally_control; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/navi10_ppt.c: In function 'navi1x_get_smu_metrics_data': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/navi10_ppt.c:919:11: note: byref variable will be forcibly initialized 919 | uint32_t smu_version; | ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/charger-manager.c: In function 'charger_manager_probe': /kisskb/src/drivers/power/supply/charger-manager.c:1432:9: note: byref variable will be forcibly initialized 1432 | size_t num_properties; | ^~~~~~~~~~~~~~ /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/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/navi10_ppt.c: In function 'navi1x_get_gpu_metrics': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/navi10_ppt.c:3148:11: note: byref variable will be forcibly initialized 3148 | uint32_t smu_version; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/navi10_ppt.c: In function 'navi10_append_powerplay_table': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/navi10_ppt.c:412:33: note: byref variable will be forcibly initialized 412 | struct atom_smc_dpm_info_v4_7 *smc_dpm_table_v4_7; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/navi10_ppt.c:411:33: note: byref variable will be forcibly initialized 411 | struct atom_smc_dpm_info_v4_5 *smc_dpm_table; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/navi10_ppt.c: In function 'navi10_get_power_limit': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/navi10_ppt.c:2156:11: note: byref variable will be forcibly initialized 2156 | uint32_t power_limit, od_percent; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/navi10_ppt.c: In function 'navi10_notify_smc_display_config': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/navi10_ppt.c:1892:34: note: byref variable will be forcibly initialized 1892 | struct pp_display_clock_request clock_req; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/navi10_ppt.c: In function 'navi10_set_power_profile_mode': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/navi10_ppt.c:1812:31: note: byref variable will be forcibly initialized 1812 | DpmActivityMonitorCoeffInt_t activity_monitor; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/navi10_ppt.c: In function 'navi10_get_power_profile_mode': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/navi10_ppt.c:1713:31: note: byref variable will be forcibly initialized 1713 | DpmActivityMonitorCoeffInt_t activity_monitor; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/navi10_ppt.c: In function 'navi10_force_clk_levels': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/navi10_ppt.c:1458:65: note: byref variable will be forcibly initialized 1458 | uint32_t soft_min_level = 0, soft_max_level = 0, min_freq = 0, max_freq = 0; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/navi10_ppt.c:1458:51: note: byref variable will be forcibly initialized 1458 | uint32_t soft_min_level = 0, soft_max_level = 0, min_freq = 0, max_freq = 0; | ^~~~~~~~ /kisskb/src/drivers/hwmon/ibmpowernv.c: In function 'get_sensor_type': /kisskb/src/drivers/hwmon/ibmpowernv.c:294:14: note: byref variable will be forcibly initialized 294 | const char *str; | ^~~ In file included from /kisskb/src/include/linux/init.h:5, from /kisskb/src/drivers/hwmon/ibmpowernv.c:10: /kisskb/src/drivers/hwmon/ibmpowernv.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/hwmon-sysfs.h:10, from /kisskb/src/drivers/hwmon/ibmpowernv.c:14: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/navi10_ppt.c: In function 'navi10_print_clk_levels': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/navi10_ppt.c:1269:37: note: byref variable will be forcibly initialized 1269 | uint32_t cur_value = 0, value = 0, count = 0; | ^~~~~ /kisskb/src/drivers/hwmon/ibmpowernv.c: In function 'init_sensor_group_data': /kisskb/src/drivers/hwmon/ibmpowernv.c:363:7: note: byref variable will be forcibly initialized 363 | u32 gid; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/navi10_ppt.c:1269:26: note: byref variable will be forcibly initialized 1269 | uint32_t cur_value = 0, value = 0, count = 0; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/navi10_ppt.c:1269:11: note: byref variable will be forcibly initialized 1269 | uint32_t cur_value = 0, value = 0, count = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/navi10_ppt.c:1268:17: note: byref variable will be forcibly initialized 1268 | int i, levels, size = 0, ret = 0; | ^~~~ /kisskb/src/drivers/hwmon/ibmpowernv.c: In function 'populate_attr_groups': /kisskb/src/drivers/hwmon/ibmpowernv.c:446:15: note: byref variable will be forcibly initialized 446 | const char *label; | ^~~~~ /kisskb/src/drivers/hwmon/ibmpowernv.c: In function 'store_enable': /kisskb/src/drivers/hwmon/ibmpowernv.c:140:7: note: byref variable will be forcibly initialized 140 | bool data; | ^~~~ /kisskb/src/drivers/hwmon/ibmpowernv.c: In function 'show_sensor': /kisskb/src/drivers/hwmon/ibmpowernv.c:103:6: note: byref variable will be forcibly initialized 103 | u64 x; | ^ /kisskb/src/drivers/hwmon/ibmpowernv.c: In function 'get_sensor_index_attr': /kisskb/src/drivers/hwmon/ibmpowernv.c:221:7: note: byref variable will be forcibly initialized 221 | char buf[8] = { 0 }; | ^~~ /kisskb/src/drivers/hwmon/ibmpowernv.c: In function 'parse_opal_node_name': /kisskb/src/drivers/hwmon/ibmpowernv.c:276:7: note: byref variable will be forcibly initialized 276 | char attr_suffix[MAX_ATTR_LEN]; | ^~~~~~~~~~~ /kisskb/src/drivers/hwmon/ibmpowernv.c: In function 'get_sensor_group': /kisskb/src/drivers/hwmon/ibmpowernv.c:400:7: note: byref variable will be forcibly initialized 400 | u32 gid; | ^~~ /kisskb/src/drivers/hwmon/ibmpowernv.c:399:30: note: byref variable will be forcibly initialized 399 | struct of_phandle_iterator it; | ^~ /kisskb/src/drivers/hwmon/ibmpowernv.c: In function 'make_sensor_label': /kisskb/src/drivers/hwmon/ibmpowernv.c:186:6: note: byref variable will be forcibly initialized 186 | u32 id; | ^~ /kisskb/src/drivers/hwmon/ibmpowernv.c: In function 'create_device_attrs': /kisskb/src/drivers/hwmon/ibmpowernv.c:573:15: note: byref variable will be forcibly initialized 573 | const char *label; | ^~~~~ /kisskb/src/drivers/hwmon/ibmpowernv.c:572:7: note: byref variable will be forcibly initialized 572 | u32 sensor_id; | ^~~~~~~~~ /kisskb/src/drivers/hwmon/ibmpowernv.c:571:7: note: byref variable will be forcibly initialized 571 | u32 opal_index, hw_id; | ^~~~~~~~~~ In file included from /kisskb/src/drivers/media/tuners/r820t.c:30: /kisskb/src/drivers/media/tuners/r820t.c: In function 'tuner_i2c_xfer_send': /kisskb/src/drivers/media/tuners/tuner-i2c.h:27:17: note: byref variable will be forcibly initialized 27 | struct i2c_msg msg = { .addr = props->addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/r820t.c: In function 'r820t_write_reg_mask': /kisskb/src/drivers/media/tuners/r820t.c:409:5: note: byref variable will be forcibly initialized 409 | u8 tmp = val; | ^~~ /kisskb/src/drivers/media/tuners/r820t.c: In function 'r820t_write_reg': /kisskb/src/drivers/media/tuners/r820t.c:391:5: note: byref variable will be forcibly initialized 391 | u8 tmp = val; /* work around GCC PR81715 with asan-stack=1 */ | ^~~ In file included from /kisskb/src/drivers/media/tuners/r820t.c:30: /kisskb/src/drivers/media/tuners/r820t.c: In function 'tuner_i2c_xfer_send_recv': /kisskb/src/drivers/media/tuners/tuner-i2c.h:48:17: note: byref variable will be forcibly initialized 48 | struct i2c_msg msg[2] = { { .addr = props->addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/tuners/r820t.c: In function 'r820t_read_gain': /kisskb/src/drivers/media/tuners/r820t.c:1186:5: note: byref variable will be forcibly initialized 1186 | u8 data[4]; | ^~~~ /kisskb/src/drivers/media/tuners/r820t.c: In function 'r820t_set_pll': /kisskb/src/drivers/media/tuners/r820t.c:535:5: note: byref variable will be forcibly initialized 535 | u8 data[5]; | ^~~~ /kisskb/src/drivers/media/tuners/r820t.c: In function 'r820t_set_tv_standard': /kisskb/src/drivers/media/tuners/r820t.c:935:5: note: byref variable will be forcibly initialized 935 | u8 data[5], val; | ^~~~ /kisskb/src/drivers/media/tuners/r820t.c: In function 'r820t_xtal_check': /kisskb/src/drivers/media/tuners/r820t.c:1386:5: note: byref variable will be forcibly initialized 1386 | u8 data[3], val; | ^~~~ /kisskb/src/drivers/media/tuners/r820t.c: In function 'r820t_multi_read': /kisskb/src/drivers/media/tuners/r820t.c:1503:5: note: byref variable will be forcibly initialized 1503 | u8 data[2], min = 255, max = 0; | ^~~~ /kisskb/src/drivers/media/tuners/r820t.c: In function 'r820t_section': /kisskb/src/drivers/media/tuners/r820t.c:1725:40: note: byref variable will be forcibly initialized 1725 | struct r820t_sect_type compare_iq[3], compare_bet[3]; | ^~~~~~~~~~~ /kisskb/src/drivers/media/tuners/r820t.c:1725:25: note: byref variable will be forcibly initialized 1725 | struct r820t_sect_type compare_iq[3], compare_bet[3]; | ^~~~~~~~~~ /kisskb/src/drivers/media/tuners/r820t.c: In function 'r820t_iq': /kisskb/src/drivers/media/tuners/r820t.c:1808:5: note: byref variable will be forcibly initialized 1808 | u8 x_direction = 0; /* 1:x, 0:y */ | ^~~~~~~~~~~ /kisskb/src/drivers/media/tuners/r820t.c:1806:25: note: byref variable will be forcibly initialized 1806 | struct r820t_sect_type compare_iq[3]; | ^~~~~~~~~~ /kisskb/src/drivers/media/tuners/r820t.c: In function 'r820t_imr': /kisskb/src/drivers/media/tuners/r820t.c:1889:25: note: byref variable will be forcibly initialized 1889 | struct r820t_sect_type imr_point; | ^~~~~~~~~ /kisskb/src/drivers/media/tuners/r820t.c: In function 'r820t_attach': /kisskb/src/drivers/media/tuners/r820t.c:2319:5: note: byref variable will be forcibly initialized 2319 | u8 data[5]; | ^~~~ /kisskb/src/drivers/i2c/i2c-smbus.c: In function 'smbus_alert': /kisskb/src/drivers/i2c/i2c-smbus.c:75:21: note: byref variable will be forcibly initialized 75 | struct alert_data data; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c: In function 'sienna_cichlid_pre_display_config_changed': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c:1256:11: note: byref variable will be forcibly initialized 1256 | uint32_t max_freq = 0; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c: In function 'sienna_cichlid_get_fan_parameters': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c:1330:12: note: byref variable will be forcibly initialized 1330 | uint16_t *table_member; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c: In function 'sienna_cichlid_get_uclk_dpm_states': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c:1702:12: note: byref variable will be forcibly initialized 1702 | uint16_t *table_member2; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c:1701:19: note: byref variable will be forcibly initialized 1701 | DpmDescriptor_t *table_member1; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c: In function 'sienna_cichlid_update_pcie_parameters': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c:1828:27: note: byref variable will be forcibly initialized 1828 | uint8_t *table_member1, *table_member2; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c:1828:11: note: byref variable will be forcibly initialized 1828 | uint8_t *table_member1, *table_member2; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c: In function 'sienna_cichlid_is_dpm_running': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c:1300:11: note: byref variable will be forcibly initialized 1300 | uint32_t feature_mask[2]; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c: In function 'sienna_cichlid_gpo_control': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c:3703:11: note: byref variable will be forcibly initialized 3703 | uint32_t smu_version; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c: In function 'sienna_cichlid_notify_2nd_usb20_port': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c:3744:11: note: byref variable will be forcibly initialized 3744 | uint32_t smu_version; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c: In function 'sienna_cichlid_get_gpu_metrics': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c:3575:23: note: byref variable will be forcibly initialized 3575 | SmuMetricsExternal_t metrics_external; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c: In function 'sienna_cichlid_is_mode1_reset_supported': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c:2168:6: note: byref variable will be forcibly initialized 2168 | u32 smu_version; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c: In function 'sienna_cichlid_get_thermal_temperature_range': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c:1732:12: note: byref variable will be forcibly initialized 1732 | uint16_t *table_member; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c: In function 'sienna_cichlid_append_powerplay_table': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c:391:25: note: byref variable will be forcibly initialized 391 | I2cControllerConfig_t *table_member; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c:389:33: note: byref variable will be forcibly initialized 389 | struct atom_smc_dpm_info_v4_9 *smc_dpm_table; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c: In function 'sienna_cichlid_get_power_limit': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c:1792:12: note: byref variable will be forcibly initialized 1792 | uint16_t *table_member; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c:1791:11: note: byref variable will be forcibly initialized 1791 | uint32_t power_limit, od_percent; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c: In function 'sienna_cichlid_dump_od_table': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c:1885:11: note: byref variable will be forcibly initialized 1885 | uint32_t smu_version; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c: In function 'sienna_cichlid_notify_smc_display_config': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c:1524:34: note: byref variable will be forcibly initialized 1524 | struct pp_display_clock_request clock_req; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c: In function 'sienna_cichlid_read_sensor': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c:1624:12: note: byref variable will be forcibly initialized 1624 | uint16_t *temp; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c: In function 'sienna_cichlid_set_power_profile_mode': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c:1442:39: note: byref variable will be forcibly initialized 1442 | DpmActivityMonitorCoeffIntExternal_t activity_monitor_external; | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c: In function 'sienna_cichlid_is_support_fine_grained_dpm': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c:965:19: note: byref variable will be forcibly initialized 965 | DpmDescriptor_t *table_member; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c: In function 'sienna_cichlid_get_power_profile_mode': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c:1340:39: note: byref variable will be forcibly initialized 1340 | DpmActivityMonitorCoeffIntExternal_t activity_monitor_external; | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/emc6w201.c: In function 'fan_store': /kisskb/src/drivers/hwmon/emc6w201.c:281:16: note: byref variable will be forcibly initialized 281 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/emc6w201.c: In function 'temp_store': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c: In function 'sienna_cichlid_od_edit_dpm_table': /kisskb/src/drivers/hwmon/emc6w201.c:237:7: note: byref variable will be forcibly initialized 237 | long val; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c:1963:11: note: byref variable will be forcibly initialized 1963 | uint32_t smu_version; | ^~~~~~~~~~~ /kisskb/src/drivers/hwmon/emc6w201.c: In function 'in_store': /kisskb/src/drivers/hwmon/emc6w201.c:198:7: note: byref variable will be forcibly initialized 198 | long val; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c: In function 'sienna_cichlid_force_clk_levels': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c:1175:65: note: byref variable will be forcibly initialized 1175 | uint32_t soft_min_level = 0, soft_max_level = 0, min_freq = 0, max_freq = 0; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c:1175:51: note: byref variable will be forcibly initialized 1175 | uint32_t soft_min_level = 0, soft_max_level = 0, min_freq = 0, max_freq = 0; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c: In function 'sienna_cichlid_print_clk_levels': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c:1012:11: note: byref variable will be forcibly initialized 1012 | uint32_t smu_version; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c:1007:37: note: byref variable will be forcibly initialized 1007 | uint32_t cur_value = 0, value = 0, count = 0; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c:1007:26: note: byref variable will be forcibly initialized 1007 | uint32_t cur_value = 0, value = 0, count = 0; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c:1007:11: note: byref variable will be forcibly initialized 1007 | uint32_t cur_value = 0, value = 0, count = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c:1006:9: note: byref variable will be forcibly initialized 1006 | int i, size = 0, ret = 0; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c: In function 'sienna_cichlid_set_default_dpm_table': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/sienna_cichlid_ppt.c:674:19: note: byref variable will be forcibly initialized 674 | DpmDescriptor_t *table_member; | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/i2c/i2c-stub.c:13: /kisskb/src/drivers/i2c/i2c-stub.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/host/ehci-pci.c: In function 'ehci_pci_setup': /kisskb/src/drivers/usb/host/ehci-pci.c:312:7: note: byref variable will be forcibly initialized 312 | u16 port_wake; | ^~~~~~~~~ /kisskb/src/drivers/usb/host/ehci-pci.c:207:7: note: byref variable will be forcibly initialized 207 | u8 tmp; | ^~~ /kisskb/src/drivers/usb/host/ehci-pci.c:174:7: note: byref variable will be forcibly initialized 174 | u8 tmp; | ^~~ /kisskb/src/drivers/usb/host/ehci-pci.c:91:8: note: byref variable will be forcibly initialized 91 | u32 temp; | ^~~~ /kisskb/src/drivers/net/arcnet/arcnet.c: In function 'null_prepare_tx': /kisskb/src/drivers/net/arcnet/arcnet.c:1206:22: note: byref variable will be forcibly initialized 1206 | struct arc_hardware newpkt; | ^~~~~~ /kisskb/src/drivers/net/arcnet/arcnet.c: In function 'arcnet_led_event': /kisskb/src/drivers/net/arcnet/arcnet.c:200:16: note: byref variable will be forcibly initialized 200 | unsigned long tx_delay = 50; | ^~~~~~~~ /kisskb/src/drivers/net/arcnet/arcnet.c:199:16: note: byref variable will be forcibly initialized 199 | unsigned long led_delay = 350; | ^~~~~~~~~ /kisskb/src/drivers/net/arcnet/arcnet.c: In function 'arcnet_rx': /kisskb/src/drivers/net/arcnet/arcnet.c:1126:4: note: byref variable will be forcibly initialized 1126 | } rxdata; | ^~~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c: In function 'cur_state_show': /kisskb/src/drivers/thermal/thermal_sysfs.c:596:16: note: byref variable will be forcibly initialized 596 | unsigned long state; | ^~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c: In function 'max_state_show': /kisskb/src/drivers/thermal/thermal_sysfs.c:583:16: note: byref variable will be forcibly initialized 583 | unsigned long state; | ^~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c: In function 'offset_store': /kisskb/src/drivers/thermal/thermal_sysfs.c:327:7: note: byref variable will be forcibly initialized 327 | s32 value; \ | ^~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c:347:1: note: in expansion of macro 'create_s32_tzp_attr' 347 | create_s32_tzp_attr(offset); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c: In function 'slope_store': /kisskb/src/drivers/thermal/thermal_sysfs.c:327:7: note: byref variable will be forcibly initialized 327 | s32 value; \ | ^~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c:346:1: note: in expansion of macro 'create_s32_tzp_attr' 346 | create_s32_tzp_attr(slope); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c: In function 'integral_cutoff_store': /kisskb/src/drivers/thermal/thermal_sysfs.c:327:7: note: byref variable will be forcibly initialized 327 | s32 value; \ | ^~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c:345:1: note: in expansion of macro 'create_s32_tzp_attr' 345 | create_s32_tzp_attr(integral_cutoff); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c: In function 'k_d_store': /kisskb/src/drivers/thermal/thermal_sysfs.c:327:7: note: byref variable will be forcibly initialized 327 | s32 value; \ | ^~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c:344:1: note: in expansion of macro 'create_s32_tzp_attr' 344 | create_s32_tzp_attr(k_d); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c: In function 'k_i_store': /kisskb/src/drivers/thermal/thermal_sysfs.c:327:7: note: byref variable will be forcibly initialized 327 | s32 value; \ | ^~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c:343:1: note: in expansion of macro 'create_s32_tzp_attr' 343 | create_s32_tzp_attr(k_i); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c: In function 'k_pu_store': /kisskb/src/drivers/thermal/thermal_sysfs.c:327:7: note: byref variable will be forcibly initialized 327 | s32 value; \ | ^~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c:342:1: note: in expansion of macro 'create_s32_tzp_attr' 342 | create_s32_tzp_attr(k_pu); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c: In function 'k_po_store': /kisskb/src/drivers/thermal/thermal_sysfs.c:327:7: note: byref variable will be forcibly initialized 327 | s32 value; \ | ^~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c:341:1: note: in expansion of macro 'create_s32_tzp_attr' 341 | create_s32_tzp_attr(k_po); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c: In function 'sustainable_power_store': /kisskb/src/drivers/thermal/thermal_sysfs.c:296:6: note: byref variable will be forcibly initialized 296 | u32 sustainable_power; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c: In function 'policy_store': /kisskb/src/drivers/thermal/thermal_sysfs.c:224:7: note: byref variable will be forcibly initialized 224 | char name[THERMAL_NAME_LENGTH]; | ^~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c: In function 'temp_show': /kisskb/src/drivers/thermal/thermal_sysfs.c:38:6: note: byref variable will be forcibly initialized 38 | int temperature, ret; | ^~~~~~~~~~~ In file included from /kisskb/src/drivers/thermal/thermal_sysfs.c:18: /kisskb/src/drivers/thermal/thermal_sysfs.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c: In function 'trip_point_hyst_show': /kisskb/src/drivers/thermal/thermal_sysfs.c:206:6: note: byref variable will be forcibly initialized 206 | int temperature; | ^~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c:205:6: note: byref variable will be forcibly initialized 205 | int trip, ret; | ^~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c: In function 'trip_point_temp_show': /kisskb/src/drivers/thermal/thermal_sysfs.c:154:6: note: byref variable will be forcibly initialized 154 | int temperature; | ^~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c:153:6: note: byref variable will be forcibly initialized 153 | int trip, ret; | ^~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c: In function 'trip_point_type_show': /kisskb/src/drivers/thermal/thermal_sysfs.c:83:6: note: byref variable will be forcibly initialized 83 | int trip, result; | ^~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c:82:25: note: byref variable will be forcibly initialized 82 | enum thermal_trip_type type; | ^~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c: In function 'trip_point_hyst_store': /kisskb/src/drivers/thermal/thermal_sysfs.c:176:6: note: byref variable will be forcibly initialized 176 | int temperature; | ^~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c:175:6: note: byref variable will be forcibly initialized 175 | int trip, ret; | ^~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c: In function 'cur_state_store': /kisskb/src/drivers/thermal/thermal_sysfs.c:610:16: note: byref variable will be forcibly initialized 610 | unsigned long state; | ^~~~~ /kisskb/src/drivers/thermal/thermal_sysfs.c: In function 'weight_store': /kisskb/src/drivers/thermal/thermal_sysfs.c:901:11: note: byref variable will be forcibly initialized 901 | int ret, weight; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/smu_v11_0.c: In function 'smu_v11_0_init_microcode': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/smu_v11_0.c:86:7: note: byref variable will be forcibly initialized 86 | char fw_name[SMU_FW_NAME_LEN]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/smu_v11_0.c: In function 'smu_v11_0_check_fw_version': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/smu_v11_0.c:227:30: note: byref variable will be forcibly initialized 227 | uint32_t if_version = 0xff, smu_version = 0xff; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/smu_v11_0.c:227:11: note: byref variable will be forcibly initialized 227 | uint32_t if_version = 0xff, smu_version = 0xff; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu12/renoir_ppt.c: In function 'renoir_set_fine_grain_gfx_freq_parameters': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu12/renoir_ppt.c:463:20: note: byref variable will be forcibly initialized 463 | uint32_t min = 0, max = 0; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu12/renoir_ppt.c:463:11: note: byref variable will be forcibly initialized 463 | uint32_t min = 0, max = 0; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/smu_v11_0.c: In function 'smu_v11_0_setup_pptable': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/smu_v11_0.c:349:8: note: byref variable will be forcibly initialized 349 | void *table; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/smu_v11_0.c:348:16: note: byref variable will be forcibly initialized 348 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/smu_v11_0.c:348:10: note: byref variable will be forcibly initialized 348 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/smu_v11_0.c:347:11: note: byref variable will be forcibly initialized 347 | uint16_t atom_table_size; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/smu_v11_0.c:346:11: note: byref variable will be forcibly initialized 346 | uint32_t size = 0; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu12/renoir_ppt.c: In function 'renoir_get_gpu_metrics': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu12/renoir_ppt.c:1321:15: note: byref variable will be forcibly initialized 1321 | SmuMetrics_t metrics; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu12/renoir_ppt.c: In function 'renoir_get_dpm_ultimate_freq': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu12/renoir_ppt.c:277:22: note: byref variable will be forcibly initialized 277 | uint32_t mclk_mask, soc_mask; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu12/renoir_ppt.c:277:11: note: byref variable will be forcibly initialized 277 | uint32_t mclk_mask, soc_mask; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/smu_v11_0.c: In function 'smu_v11_0_get_vbios_bootup_values': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/smu_v11_0.c:553:35: note: byref variable will be forcibly initialized 553 | struct atom_common_table_header *header; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/smu_v11_0.c:552:16: note: byref variable will be forcibly initialized 552 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/smu_v11_0.c:552:10: note: byref variable will be forcibly initialized 552 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/smu_v11_0.c:551:11: note: byref variable will be forcibly initialized 551 | uint16_t size; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu12/renoir_ppt.c: In function 'renoir_force_dpm_limit_value': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu12/renoir_ppt.c:689:20: note: byref variable will be forcibly initialized 689 | enum smu_clk_type clks[] = { | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu12/renoir_ppt.c:686:21: note: byref variable will be forcibly initialized 686 | uint32_t min_freq, max_freq, force_freq; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu12/renoir_ppt.c:686:11: note: byref variable will be forcibly initialized 686 | uint32_t min_freq, max_freq, force_freq; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu12/renoir_ppt.c: In function 'renoir_unforce_dpm_levels': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu12/renoir_ppt.c:719:4: note: byref variable will be forcibly initialized 719 | } clk_feature_map[] = { | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu12/renoir_ppt.c:713:21: note: byref variable will be forcibly initialized 713 | uint32_t min_freq, max_freq; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu12/renoir_ppt.c:713:11: note: byref variable will be forcibly initialized 713 | uint32_t min_freq, max_freq; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu12/renoir_ppt.c: In function 'renoir_set_peak_clock_by_device': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu12/renoir_ppt.c:900:26: note: byref variable will be forcibly initialized 900 | uint32_t sclk_freq = 0, uclk_freq = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu12/renoir_ppt.c:900:11: note: byref variable will be forcibly initialized 900 | uint32_t sclk_freq = 0, uclk_freq = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/smu_v11_0.c: In function 'smu_v11_0_set_allowed_mask': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/smu_v11_0.c:773:11: note: byref variable will be forcibly initialized 773 | uint32_t feature_mask[2]; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/smu_v11_0.c: In function 'smu_v11_0_system_features_control': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/smu_v11_0.c:800:11: note: byref variable will be forcibly initialized 800 | uint32_t feature_mask[2]; | ^~~~~~~~~~~~ /kisskb/src/drivers/power/supply/max14656_charger_detector.c: In function 'max14656_irq_worker': /kisskb/src/drivers/power/supply/max14656_charger_detector.c:138:5: note: byref variable will be forcibly initialized 138 | u8 buf[REG_TOTAL_NUM]; | ^~~ /kisskb/src/drivers/power/supply/max14656_charger_detector.c: In function 'max14656_hw_init': /kisskb/src/drivers/power/supply/max14656_charger_detector.c:171:10: note: byref variable will be forcibly initialized 171 | uint8_t val = 0; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu12/renoir_ppt.c: In function 'renoir_force_clk_levels': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu12/renoir_ppt.c:792:65: note: byref variable will be forcibly initialized 792 | uint32_t soft_min_level = 0, soft_max_level = 0, min_freq = 0, max_freq = 0; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu12/renoir_ppt.c:792:51: note: byref variable will be forcibly initialized 792 | uint32_t soft_min_level = 0, soft_max_level = 0, min_freq = 0, max_freq = 0; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu12/renoir_ppt.c: In function 'renoir_set_performance_level': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu12/renoir_ppt.c:925:33: note: byref variable will be forcibly initialized 925 | uint32_t sclk_mask, mclk_mask, soc_mask; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu12/renoir_ppt.c:925:22: note: byref variable will be forcibly initialized 925 | uint32_t sclk_mask, mclk_mask, soc_mask; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu12/renoir_ppt.c:925:11: note: byref variable will be forcibly initialized 925 | uint32_t sclk_mask, mclk_mask, soc_mask; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu12/renoir_ppt.c: In function 'renoir_print_clk_levels': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu12/renoir_ppt.c:490:15: note: byref variable will be forcibly initialized 490 | SmuMetrics_t metrics; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu12/renoir_ppt.c:489:57: note: byref variable will be forcibly initialized 489 | uint32_t cur_value = 0, value = 0, count = 0, min = 0, max = 0; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu12/renoir_ppt.c:489:48: note: byref variable will be forcibly initialized 489 | uint32_t cur_value = 0, value = 0, count = 0, min = 0, max = 0; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu12/renoir_ppt.c:489:26: note: byref variable will be forcibly initialized 489 | uint32_t cur_value = 0, value = 0, count = 0, min = 0, max = 0; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu12/renoir_ppt.c:488:9: note: byref variable will be forcibly initialized 488 | int i, size = 0, ret = 0; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/smu_v11_0.c: In function 'smu_v11_0_set_single_dpm_table': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/smu_v11_0.c:2050:11: note: byref variable will be forcibly initialized 2050 | uint32_t clk; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/smu_v11_0.c: In function 'smu_v11_0_get_dpm_level_range': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu11/smu_v11_0.c:2088:11: note: byref variable will be forcibly initialized 2088 | uint32_t level_count = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/media/tuners/mxl301rf.c: In function 'reg_write': /kisskb/src/drivers/media/tuners/mxl301rf.c:47:5: note: byref variable will be forcibly initialized 47 | u8 buf[2] = { reg, val }; | ^~~ /kisskb/src/drivers/media/tuners/mxl301rf.c: In function 'reg_read': /kisskb/src/drivers/media/tuners/mxl301rf.c:54:5: note: byref variable will be forcibly initialized 54 | u8 wbuf[2] = { 0xfb, reg }; | ^~~~ /kisskb/src/drivers/media/tuners/mxl301rf.c: In function 'mxl301rf_get_rf_strength': /kisskb/src/drivers/media/tuners/mxl301rf.c:72:31: note: byref variable will be forcibly initialized 72 | u8 rf_in1, rf_in2, rf_off1, rf_off2; | ^~~~~~~ /kisskb/src/drivers/media/tuners/mxl301rf.c:72:22: note: byref variable will be forcibly initialized 72 | u8 rf_in1, rf_in2, rf_off1, rf_off2; | ^~~~~~~ /kisskb/src/drivers/media/tuners/mxl301rf.c:72:14: note: byref variable will be forcibly initialized 72 | u8 rf_in1, rf_in2, rf_off1, rf_off2; | ^~~~~~ /kisskb/src/drivers/media/tuners/mxl301rf.c:72:6: note: byref variable will be forcibly initialized 72 | u8 rf_in1, rf_in2, rf_off1, rf_off2; | ^~~~~~ /kisskb/src/drivers/media/tuners/mxl301rf.c: In function 'mxl301rf_set_params': /kisskb/src/drivers/media/tuners/mxl301rf.c:165:17: note: byref variable will be forcibly initialized 165 | struct reg_val tune1[] = { | ^~~~~ /kisskb/src/drivers/media/tuners/mxl301rf.c:155:17: note: byref variable will be forcibly initialized 155 | struct reg_val tune0[] = { | ^~~~~ /kisskb/src/drivers/media/tuners/qm1d1c0042.c: In function 'reg_write': /kisskb/src/drivers/media/tuners/qm1d1c0042.c:66:5: note: byref variable will be forcibly initialized 66 | u8 wbuf[2] = { reg, val }; | ^~~~ /kisskb/src/drivers/media/tuners/qm1d1c0042.c: In function 'reg_read': /kisskb/src/drivers/media/tuners/qm1d1c0042.c:77:17: note: byref variable will be forcibly initialized 77 | struct i2c_msg msgs[2] = { | ^~~~ /kisskb/src/drivers/media/tuners/qm1d1c0042.c: In function 'qm1d1c0042_init': /kisskb/src/drivers/media/tuners/qm1d1c0042.c:320:5: note: byref variable will be forcibly initialized 320 | u8 val; | ^~~ In file included from /kisskb/src/drivers/scsi/dmx3191d.c:36: /kisskb/src/drivers/scsi/dmx3191d.c: In function 'NCR5380_dma_complete': /kisskb/src/drivers/scsi/NCR5380.c:810:7: note: byref variable will be forcibly initialized 810 | int cnt, toPIO; | ^~~ /kisskb/src/drivers/scsi/NCR5380.c:764:16: note: byref variable will be forcibly initialized 764 | unsigned char p; | ^ /kisskb/src/drivers/scsi/dmx3191d.c: In function 'do_abort': /kisskb/src/drivers/scsi/NCR5380.c:1413:6: note: byref variable will be forcibly initialized 1413 | int len; | ^~~ /kisskb/src/drivers/scsi/NCR5380.c:1412:32: note: byref variable will be forcibly initialized 1412 | unsigned char *msgptr, phase, tmp; | ^~~ /kisskb/src/drivers/scsi/NCR5380.c:1412:25: note: byref variable will be forcibly initialized 1412 | unsigned char *msgptr, phase, tmp; | ^~~~~ /kisskb/src/drivers/scsi/NCR5380.c:1412:17: note: byref variable will be forcibly initialized 1412 | unsigned char *msgptr, phase, tmp; | ^~~~~~ /kisskb/src/drivers/media/pci/mantis/mantis_uart.c: In function 'mantis_uart_init': /kisskb/src/drivers/media/pci/mantis/mantis_uart.c:146:28: note: byref variable will be forcibly initialized 146 | struct mantis_uart_params params; | ^~~~~~ /kisskb/src/drivers/scsi/dmx3191d.c: In function 'NCR5380_reselect': /kisskb/src/drivers/scsi/NCR5380.c:2092:17: note: byref variable will be forcibly initialized 2092 | unsigned char phase = PHASE_MSGIN; | ^~~~~ /kisskb/src/drivers/scsi/NCR5380.c:2091:18: note: byref variable will be forcibly initialized 2091 | unsigned char *data = msg; | ^~~~ /kisskb/src/drivers/scsi/NCR5380.c:2090:7: note: byref variable will be forcibly initialized 2090 | int len = 1; | ^~~ /kisskb/src/drivers/scsi/NCR5380.c:2032:16: note: byref variable will be forcibly initialized 2032 | unsigned char msg[3]; | ^~~ /kisskb/src/drivers/scsi/dmx3191d.c: In function 'NCR5380_select': /kisskb/src/drivers/scsi/NCR5380.c:973:6: note: byref variable will be forcibly initialized 973 | int len; | ^~~ /kisskb/src/drivers/scsi/NCR5380.c:972:17: note: byref variable will be forcibly initialized 972 | unsigned char *data; | ^~~~ /kisskb/src/drivers/scsi/NCR5380.c:971:24: note: byref variable will be forcibly initialized 971 | unsigned char tmp[3], phase; | ^~~~~ /kisskb/src/drivers/scsi/NCR5380.c:971:16: note: byref variable will be forcibly initialized 971 | unsigned char tmp[3], phase; | ^~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/hptiop.c:10: /kisskb/src/drivers/scsi/hptiop.c: In function 'hptiop_reset_hba': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/hptiop.c:1076:2: note: in expansion of macro 'wait_event_timeout' 1076 | wait_event_timeout(hba->reset_wq, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/dmx3191d.c: In function 'NCR5380_information_transfer': /kisskb/src/drivers/scsi/NCR5380.c:1685:28: note: byref variable will be forcibly initialized 1685 | unsigned char phase, tmp, extended_msg[10], old_phase = 0xff; | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/NCR5380.c:1685:23: note: byref variable will be forcibly initialized 1685 | unsigned char phase, tmp, extended_msg[10], old_phase = 0xff; | ^~~ /kisskb/src/drivers/scsi/NCR5380.c:1685:16: note: byref variable will be forcibly initialized 1685 | unsigned char phase, tmp, extended_msg[10], old_phase = 0xff; | ^~~~~ /kisskb/src/drivers/scsi/NCR5380.c:1684:17: note: byref variable will be forcibly initialized 1684 | unsigned char *data; | ^~~~ /kisskb/src/drivers/scsi/NCR5380.c:1682:6: note: byref variable will be forcibly initialized 1682 | int len; | ^~~ /kisskb/src/drivers/scsi/NCR5380.c:1680:16: note: byref variable will be forcibly initialized 1680 | unsigned char msgout = NOP; | ^~~~~~ /kisskb/src/drivers/scsi/hptiop.c: In function 'hptiop_probe': /kisskb/src/drivers/scsi/hptiop.c:1281:13: note: byref variable will be forcibly initialized 1281 | dma_addr_t start_phy; | ^~~~~~~~~ /kisskb/src/drivers/scsi/hptiop.c:1280:36: note: byref variable will be forcibly initialized 1280 | struct hpt_iop_request_set_config set_config; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/hptiop.c:1279:36: note: byref variable will be forcibly initialized 1279 | struct hpt_iop_request_get_config iop_config; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/hptiop.c: In function 'hptiop_internal_memalloc_mvfrey': /kisskb/src/drivers/scsi/hptiop.c:1198:13: note: byref variable will be forcibly initialized 1198 | dma_addr_t phy; | ^~~ /kisskb/src/drivers/scsi/hptiop.c: In function 'mv_outbound_read': /kisskb/src/drivers/scsi/hptiop.c:148:7: note: byref variable will be forcibly initialized 148 | u64 p; | ^ /kisskb/src/drivers/media/tuners/m88rs6000t.c: In function 'm88rs6000t_get_rf_strength': /kisskb/src/drivers/media/tuners/m88rs6000t.c:498:6: note: byref variable will be forcibly initialized 498 | u32 BBGS[14] = {0, 286, 275, 290, 294, 300, 290, | ^~~~ /kisskb/src/drivers/media/tuners/m88rs6000t.c:496:6: note: byref variable will be forcibly initialized 496 | u32 IFGS[12] = {0, 300, 230, 270, 270, 285, | ^~~~ /kisskb/src/drivers/media/tuners/m88rs6000t.c:494:6: note: byref variable will be forcibly initialized 494 | u32 RFGS[13] = {0, 245, 266, 268, 270, 285, | ^~~~ /kisskb/src/drivers/media/tuners/m88rs6000t.c:487:15: note: byref variable will be forcibly initialized 487 | unsigned int val, i; | ^~~ /kisskb/src/drivers/media/tuners/m88rs6000t.c: In function 'm88rs6000t_set_pll_freq': /kisskb/src/drivers/media/tuners/m88rs6000t.c:155:15: note: byref variable will be forcibly initialized 155 | unsigned int utmp; | ^~~~ /kisskb/src/drivers/media/tuners/m88rs6000t.c: In function 'm88rs6000t_set_demod_mclk': /kisskb/src/drivers/media/tuners/m88rs6000t.c:32:15: note: byref variable will be forcibly initialized 32 | unsigned int utmp; | ^~~~ /kisskb/src/drivers/media/tuners/m88rs6000t.c: In function 'm88rs6000t_probe': /kisskb/src/drivers/media/tuners/m88rs6000t.c:583:15: note: byref variable will be forcibly initialized 583 | unsigned int utmp; | ^~~~ /kisskb/src/drivers/scsi/libiscsi.c: In function 'iscsi_itt_to_task': /kisskb/src/drivers/scsi/libiscsi.c:1115:6: note: byref variable will be forcibly initialized 1115 | int i; | ^ /kisskb/src/drivers/scsi/libiscsi.c: In function 'iscsi_verify_itt': /kisskb/src/drivers/scsi/libiscsi.c:1298:15: note: byref variable will be forcibly initialized 1298 | int age = 0, i = 0; | ^ /kisskb/src/drivers/scsi/libiscsi.c:1298:6: note: byref variable will be forcibly initialized 1298 | int age = 0, i = 0; | ^~~ /kisskb/src/drivers/scsi/libiscsi.c: In function 'iscsi_alloc_task': /kisskb/src/drivers/scsi/libiscsi.c:1642:21: note: byref variable will be forcibly initialized 1642 | struct iscsi_task *task; | ^~~~ /kisskb/src/drivers/scsi/libiscsi.c: In function '__iscsi_conn_send_pdu': /kisskb/src/drivers/scsi/libiscsi.c:678:21: note: byref variable will be forcibly initialized 678 | struct iscsi_task *task; | ^~~~ /kisskb/src/drivers/scsi/libiscsi.c: In function 'iscsi_send_nopout': /kisskb/src/drivers/scsi/libiscsi.c:955:29: note: byref variable will be forcibly initialized 955 | struct iscsi_nopout hdr; | ^~~ /kisskb/src/drivers/scsi/libiscsi.c: In function 'iscsi_scsi_cmd_rsp': /kisskb/src/drivers/scsi/libiscsi.c:820:12: note: byref variable will be forcibly initialized 820 | sector_t sector; | ^~~~~~ /kisskb/src/drivers/scsi/libiscsi.c: In function 'iscsi_handle_reject': /kisskb/src/drivers/scsi/libiscsi.c:1023:19: note: byref variable will be forcibly initialized 1023 | struct iscsi_hdr rejected_pdu; | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/kfifo.h:42, from /kisskb/src/drivers/scsi/libiscsi.c:12: /kisskb/src/drivers/scsi/libiscsi.c: In function 'iscsi_eh_session_reset': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/libiscsi.c:2526:2: note: in expansion of macro 'wait_event_interruptible' 2526 | wait_event_interruptible(session->ehwait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/libiscsi.c: In function 'iscsi_exec_task_mgmt_fn': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/libiscsi.c:1872:2: note: in expansion of macro 'wait_event_interruptible' 1872 | wait_event_interruptible(session->ehwait, age != session->age || | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/include/linux/kfifo.h:39, from /kisskb/src/drivers/scsi/libiscsi.c:12: /kisskb/src/drivers/scsi/libiscsi.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:756:6: note: in expansion of macro 'unlikely' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:756:15: note: in expansion of macro 'check_mul_overflow' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:756:6: note: in expansion of macro 'unlikely' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:756:15: note: in expansion of macro 'check_mul_overflow' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/scsi/libiscsi.c:15: /kisskb/src/include/linux/slab.h:754:9: note: byref variable will be forcibly initialized 754 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwmon/lm73.c: In function 'convrate_store': /kisskb/src/drivers/hwmon/lm73.c:102:16: note: byref variable will be forcibly initialized 102 | unsigned long convrate; | ^~~~~~~~ /kisskb/src/drivers/hwmon/lineage-pem.c: In function 'pem_read_block': /kisskb/src/drivers/hwmon/lineage-pem.c:133:5: note: byref variable will be forcibly initialized 133 | u8 block_buffer[I2C_SMBUS_BLOCK_MAX]; | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/mm.h:10, from /kisskb/src/include/linux/scatterlist.h:8, from /kisskb/src/include/linux/kfifo.h:42, from /kisskb/src/drivers/scsi/libiscsi.c:12: /kisskb/src/drivers/scsi/libiscsi.c: In function 'iscsi_host_remove': /kisskb/src/drivers/hwmon/lm73.c: In function 'temp_store': /kisskb/src/drivers/hwmon/lm73.c:67:7: note: byref variable will be forcibly initialized 67 | long temp; | ^~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/libiscsi.c:2844:2: note: in expansion of macro 'wait_event_interruptible' 2844 | wait_event_interruptible(ihost->session_removal_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/libiscsi.c: In function 'iscsi_set_param': /kisskb/src/drivers/scsi/libiscsi.c:3354:6: note: byref variable will be forcibly initialized 3354 | int val; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu12/smu_v12_0.c: In function 'smu_v12_0_check_fw_version': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu12/smu_v12_0.c:76:30: note: byref variable will be forcibly initialized 76 | uint32_t if_version = 0xff, smu_version = 0xff; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu12/smu_v12_0.c:76:11: note: byref variable will be forcibly initialized 76 | uint32_t if_version = 0xff, smu_version = 0xff; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu12/smu_v12_0.c: In function 'smu_v12_0_get_vbios_bootup_values': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu12/smu_v12_0.c:314:35: note: byref variable will be forcibly initialized 314 | struct atom_common_table_header *header; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu12/smu_v12_0.c:313:16: note: byref variable will be forcibly initialized 313 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu12/smu_v12_0.c:313:10: note: byref variable will be forcibly initialized 313 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu12/smu_v12_0.c:312:11: note: byref variable will be forcibly initialized 312 | uint16_t size; | ^~~~ /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:670:5: note: byref variable will be forcibly initialized 670 | u8 buf[4]; | ^~~ /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/thermal/thermal_helpers.c: In function 'get_tz_trend': /kisskb/src/drivers/thermal/thermal_helpers.c:28:21: note: byref variable will be forcibly initialized 28 | enum thermal_trend trend; | ^~~~~ /kisskb/src/drivers/thermal/thermal_helpers.c: In function 'thermal_zone_get_temp': /kisskb/src/drivers/thermal/thermal_helpers.c:82:6: note: byref variable will be forcibly initialized 82 | int crit_temp = INT_MAX; | ^~~~~~~~~ /kisskb/src/drivers/hwmon/lm75.c: In function 'lm75_read': /kisskb/src/drivers/hwmon/lm75.c:337:15: note: byref variable will be forcibly initialized 337 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/lm75.c: In function 'lm75_update_interval': /kisskb/src/drivers/hwmon/lm75.c:412:15: note: byref variable will be forcibly initialized 412 | unsigned int reg; | ^~~ /kisskb/src/drivers/thermal/thermal_helpers.c: In function 'thermal_zone_set_trips': /kisskb/src/drivers/thermal/thermal_helpers.c:133:17: note: byref variable will be forcibly initialized 133 | int trip_temp, hysteresis; | ^~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_helpers.c:133:6: note: byref variable will be forcibly initialized 133 | int trip_temp, hysteresis; | ^~~~~~~~~ /kisskb/src/drivers/power/supply/max77650-charger.c: In function 'max77650_charger_get_property': /kisskb/src/drivers/power/supply/max77650-charger.c:195:10: note: byref variable will be forcibly initialized 195 | int rv, reg; | ^~~ /kisskb/src/drivers/power/supply/max77650-charger.c: In function 'max77650_charger_check_status': /kisskb/src/drivers/power/supply/max77650-charger.c:161:10: note: byref variable will be forcibly initialized 161 | int rv, reg; | ^~~ /kisskb/src/drivers/power/supply/max77650-charger.c: In function 'max77650_charger_probe': /kisskb/src/drivers/power/supply/max77650-charger.c:286:15: note: byref variable will be forcibly initialized 286 | unsigned int prop; | ^~~~ /kisskb/src/drivers/watchdog/watchdog_core.c: In function 'watchdog_init_timeout': /kisskb/src/drivers/watchdog/watchdog_core.c:120:15: note: byref variable will be forcibly initialized 120 | unsigned int t = 0; | ^ /kisskb/src/drivers/watchdog/watchdog_dev.c: In function 'nowayout_store': /kisskb/src/drivers/watchdog/watchdog_dev.c:449:15: note: byref variable will be forcibly initialized 449 | unsigned int value; | ^~~~~ /kisskb/src/drivers/watchdog/watchdog_dev.c: In function 'timeleft_show': /kisskb/src/drivers/watchdog/watchdog_dev.c:495:15: note: byref variable will be forcibly initialized 495 | unsigned int val; | ^~~ /kisskb/src/drivers/watchdog/watchdog_dev.c: In function 'watchdog_ioctl': /kisskb/src/drivers/watchdog/watchdog_dev.c:725:15: note: byref variable will be forcibly initialized 725 | unsigned int val; | ^~~ /kisskb/src/drivers/hwmon/lm85.c: In function 'in_max_store': /kisskb/src/drivers/hwmon/lm85.c:894:7: note: byref variable will be forcibly initialized 894 | long val; | ^~~ /kisskb/src/drivers/hwmon/lm85.c: In function 'in_min_store': /kisskb/src/drivers/hwmon/lm85.c:866:7: note: byref variable will be forcibly initialized 866 | long val; | ^~~ /kisskb/src/drivers/hwmon/lm85.c: In function 'temp_auto_temp_off_store': /kisskb/src/drivers/hwmon/lm85.c:1147:7: note: byref variable will be forcibly initialized 1147 | long val; | ^~~ /kisskb/src/drivers/hwmon/lm85.c: In function 'pwm_auto_pwm_minctl_store': /kisskb/src/drivers/hwmon/lm85.c:1099:7: note: byref variable will be forcibly initialized 1099 | long val; | ^~~ /kisskb/src/drivers/hwmon/lm85.c: In function 'temp_auto_temp_crit_store': /kisskb/src/drivers/hwmon/lm85.c:1262:7: note: byref variable will be forcibly initialized 1262 | long val; | ^~~ /kisskb/src/drivers/hwmon/lm85.c: In function 'temp_auto_temp_max_store': /kisskb/src/drivers/hwmon/lm85.c:1227:7: note: byref variable will be forcibly initialized 1227 | long val; | ^~~ /kisskb/src/drivers/hwmon/lm85.c: In function 'temp_auto_temp_min_store': /kisskb/src/drivers/hwmon/lm85.c:1185:7: note: byref variable will be forcibly initialized 1185 | long val; | ^~~ /kisskb/src/drivers/hwmon/lm85.c: In function 'pwm_auto_channels_store': /kisskb/src/drivers/hwmon/lm85.c:1036:7: note: byref variable will be forcibly initialized 1036 | long val; | ^~~ /kisskb/src/drivers/hwmon/lm85.c: In function 'temp_max_store': /kisskb/src/drivers/hwmon/lm85.c:991:7: note: byref variable will be forcibly initialized 991 | long val; | ^~~ /kisskb/src/drivers/hwmon/lm85.c: In function 'temp_min_store': /kisskb/src/drivers/hwmon/lm85.c:959:7: note: byref variable will be forcibly initialized 959 | long val; | ^~~ /kisskb/src/drivers/hwmon/lm85.c: In function 'vrm_store': /kisskb/src/drivers/hwmon/lm85.c:630:16: note: byref variable will be forcibly initialized 630 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm85.c: In function 'pwm_auto_pwm_min_store': /kisskb/src/drivers/hwmon/lm85.c:1067:16: note: byref variable will be forcibly initialized 1067 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm85.c: In function 'pwm_freq_store': /kisskb/src/drivers/hwmon/lm85.c:800:16: note: byref variable will be forcibly initialized 800 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm85.c: In function 'pwm_enable_store': /kisskb/src/drivers/hwmon/lm85.c:741:16: note: byref variable will be forcibly initialized 741 | unsigned long val; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/smu_v13_0.c: In function 'smu_v13_0_get_pptable_from_vbios': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/smu_v13_0.c:282:16: note: byref variable will be forcibly initialized 282 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/smu_v13_0.c:282:10: note: byref variable will be forcibly initialized 282 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/smu_v13_0.c:281:11: note: byref variable will be forcibly initialized 281 | uint16_t atom_table_size; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/lm85.c: In function 'pwm_store': /kisskb/src/drivers/hwmon/lm85.c:697:16: note: byref variable will be forcibly initialized 697 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm85.c: In function 'fan_min_store': /kisskb/src/drivers/hwmon/lm85.c:575:16: note: byref variable will be forcibly initialized 575 | unsigned long val; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/smu_v13_0.c: In function 'smu_v13_0_init_microcode': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/smu_v13_0.c:82:7: note: byref variable will be forcibly initialized 82 | char fw_name[30]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/smu_v13_0.c: In function 'smu_v13_0_check_fw_version': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/smu_v13_0.c:201:30: note: byref variable will be forcibly initialized 201 | uint32_t if_version = 0xff, smu_version = 0xff; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/smu_v13_0.c:201:11: note: byref variable will be forcibly initialized 201 | uint32_t if_version = 0xff, smu_version = 0xff; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/smu_v13_0.c: In function 'smu_v13_0_setup_pptable': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/smu_v13_0.c:338:8: note: byref variable will be forcibly initialized 338 | void *table; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/smu_v13_0.c:337:11: note: byref variable will be forcibly initialized 337 | uint32_t size = 0, pptable_id = 0; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/smu_v13_0.c: In function 'smu_v13_0_get_vbios_bootup_values': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/smu_v13_0.c:513:35: note: byref variable will be forcibly initialized 513 | struct atom_common_table_header *header; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/smu_v13_0.c:512:16: note: byref variable will be forcibly initialized 512 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/smu_v13_0.c:512:10: note: byref variable will be forcibly initialized 512 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/smu_v13_0.c:511:11: note: byref variable will be forcibly initialized 511 | uint16_t size; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/smu_v13_0.c: In function 'smu_v13_0_set_allowed_mask': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/smu_v13_0.c:718:11: note: byref variable will be forcibly initialized 718 | uint32_t feature_mask[2]; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/smu_v13_0.c: In function 'smu_v13_0_system_features_control': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/smu_v13_0.c:767:11: note: byref variable will be forcibly initialized 767 | uint32_t feature_mask[2]; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/smu_v13_0.c: In function 'smu_v13_0_mode1_reset': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/smu_v13_0.c:1429:6: note: byref variable will be forcibly initialized 1429 | u32 smu_version; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/smu_v13_0.c: In function 'smu_v13_0_set_single_dpm_table': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/smu_v13_0.c:1806:11: note: byref variable will be forcibly initialized 1806 | uint32_t clk; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/smu_v13_0.c: In function 'smu_v13_0_get_dpm_level_range': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/smu_v13_0.c:1844:11: note: byref variable will be forcibly initialized 1844 | uint32_t level_count = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/media/pci/ngene/ngene-i2c.c: In function 'ngene_command_i2c_write': /kisskb/src/drivers/media/pci/ngene/ngene-i2c.c:61:23: note: byref variable will be forcibly initialized 61 | struct ngene_command com; | ^~~ /kisskb/src/drivers/media/pci/ngene/ngene-i2c.c: In function 'ngene_command_i2c_read': /kisskb/src/drivers/media/pci/ngene/ngene-i2c.c:34:23: note: byref variable will be forcibly initialized 34 | struct ngene_command com; | ^~~ /kisskb/src/drivers/usb/host/oxu210hp-hcd.c: In function 'qh_schedule': /kisskb/src/drivers/usb/host/oxu210hp-hcd.c:2552:10: note: byref variable will be forcibly initialized 2552 | __le32 c_mask; | ^~~~~~ /kisskb/src/drivers/usb/host/oxu210hp-hcd.c: In function 'oxu_hub_control': /kisskb/src/drivers/usb/host/oxu210hp-hcd.c:645:7: note: byref variable will be forcibly initialized 645 | char _buf[80]; \ | ^~~~ /kisskb/src/drivers/usb/host/oxu210hp-hcd.c:3768:3: note: in expansion of macro 'dbg_port' 3768 | dbg_port(oxu, "GetStatus", wIndex + 1, temp); | ^~~~~~~~ /kisskb/src/drivers/usb/host/oxu210hp-hcd.c: In function 'ehci_reset': /kisskb/src/drivers/usb/host/oxu210hp-hcd.c:639:7: note: byref variable will be forcibly initialized 639 | char _buf[80]; \ | ^~~~ /kisskb/src/drivers/usb/host/oxu210hp-hcd.c:801:2: note: in expansion of macro 'dbg_cmd' 801 | dbg_cmd(oxu, "reset", command); | ^~~~~~~ /kisskb/src/drivers/usb/host/oxu210hp-hcd.c: In function 'intr_submit': /kisskb/src/drivers/usb/host/oxu210hp-hcd.c:2618:19: note: byref variable will be forcibly initialized 2618 | struct list_head empty; | ^~~~~ /kisskb/src/drivers/usb/host/oxu210hp-hcd.c: In function '__oxu_urb_enqueue': /kisskb/src/drivers/usb/host/oxu210hp-hcd.c:3237:19: note: byref variable will be forcibly initialized 3237 | struct list_head qtd_list; | ^~~~~~~~ /kisskb/src/drivers/usb/host/oxu210hp-hcd.c: In function 'oxu_stop': /kisskb/src/drivers/usb/host/oxu210hp-hcd.c:633:7: note: byref variable will be forcibly initialized 633 | char _buf[80]; \ | ^~~~ /kisskb/src/drivers/usb/host/oxu210hp-hcd.c:3201:2: note: in expansion of macro 'dbg_status' 3201 | dbg_status(oxu, "oxu_stop completed", readl(&oxu->regs->status)); | ^~~~~~~~~~ /kisskb/src/drivers/usb/host/oxu210hp-hcd.c: In function 'oxu_run': /kisskb/src/drivers/usb/host/oxu210hp-hcd.c:639:7: note: byref variable will be forcibly initialized 639 | char _buf[80]; \ | ^~~~ /kisskb/src/drivers/usb/host/oxu210hp-hcd.c:3150:2: note: in expansion of macro 'dbg_cmd' 3150 | dbg_cmd(oxu, "init", oxu->command); | ^~~~~~~ /kisskb/src/drivers/power/supply/max77693_charger.c: In function 'device_attr_store': /kisskb/src/drivers/power/supply/max77693_charger.c:260:16: note: byref variable will be forcibly initialized 260 | unsigned long val; | ^~~ /kisskb/src/drivers/power/supply/max77693_charger.c: In function 'max77693_get_charger_state': /kisskb/src/drivers/power/supply/max77693_charger.c:35:15: note: byref variable will be forcibly initialized 35 | unsigned int data; | ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/usb/host/oxu210hp-hcd.c:11: /kisskb/src/drivers/usb/host/oxu210hp-hcd.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/power/supply/max77693_charger.c: In function 'max77693_get_charge_type': /kisskb/src/drivers/power/supply/max77693_charger.c:76:15: note: byref variable will be forcibly initialized 76 | unsigned int data; | ^~~~ /kisskb/src/drivers/power/supply/max77693_charger.c: In function 'max77693_get_battery_health': /kisskb/src/drivers/power/supply/max77693_charger.c:128:15: note: byref variable will be forcibly initialized 128 | unsigned int data; | ^~~~ /kisskb/src/drivers/power/supply/max77693_charger.c: In function 'max77693_get_present': /kisskb/src/drivers/power/supply/max77693_charger.c:170:15: note: byref variable will be forcibly initialized 170 | unsigned int data; | ^~~~ /kisskb/src/drivers/power/supply/max77693_charger.c: In function 'max77693_get_online': /kisskb/src/drivers/power/supply/max77693_charger.c:188:15: note: byref variable will be forcibly initialized 188 | unsigned int data; | ^~~~ /kisskb/src/drivers/power/supply/max77693_charger.c: In function 'fast_charge_timer_show': /kisskb/src/drivers/power/supply/max77693_charger.c:278:15: note: byref variable will be forcibly initialized 278 | unsigned int data, val; | ^~~~ /kisskb/src/drivers/power/supply/max77693_charger.c: In function 'top_off_threshold_current_show': /kisskb/src/drivers/power/supply/max77693_charger.c:344:15: note: byref variable will be forcibly initialized 344 | unsigned int data, val; | ^~~~ /kisskb/src/drivers/power/supply/max77693_charger.c: In function 'top_off_timer_show': /kisskb/src/drivers/power/supply/max77693_charger.c:395:15: note: byref variable will be forcibly initialized 395 | unsigned int data, val; | ^~~~ /kisskb/src/drivers/usb/host/oxu210hp-hcd.c: In function 'oxu210_hcd_irq': /kisskb/src/drivers/usb/host/oxu210hp-hcd.c:633:7: note: byref variable will be forcibly initialized 633 | char _buf[80]; \ | ^~~~ /kisskb/src/drivers/usb/host/oxu210hp-hcd.c:2935:3: note: in expansion of macro 'dbg_status' 2935 | dbg_status(oxu, "fatal", status); | ^~~~~~~~~~ /kisskb/src/drivers/usb/host/oxu210hp-hcd.c:639:7: note: byref variable will be forcibly initialized 639 | char _buf[80]; \ | ^~~~ /kisskb/src/drivers/usb/host/oxu210hp-hcd.c:2934:3: note: in expansion of macro 'dbg_cmd' 2934 | dbg_cmd(oxu, "fatal", readl(&oxu->regs->command)); | ^~~~~~~ /kisskb/src/drivers/hwmon/ltc4151.c: In function 'ltc4151_probe': /kisskb/src/drivers/hwmon/ltc4151.c:163:6: note: byref variable will be forcibly initialized 163 | u32 shunt; | ^~~~~ /kisskb/src/drivers/hwmon/ltc2992.c: In function 'ltc2992_write_reg': /kisskb/src/drivers/hwmon/ltc2992.c:207:5: note: byref variable will be forcibly initialized 207 | u8 regvals[4]; | ^~~~~~~ /kisskb/src/drivers/hwmon/ltc2992.c: In function 'ltc2992_read_reg': /kisskb/src/drivers/hwmon/ltc2992.c:189:5: note: byref variable will be forcibly initialized 189 | u8 regvals[4]; | ^~~~~~~ /kisskb/src/drivers/hwmon/ltc2992.c: In function 'ltc2992_parse_dt': /kisskb/src/drivers/hwmon/ltc2992.c:896:6: note: byref variable will be forcibly initialized 896 | u32 val; | ^~~ /kisskb/src/drivers/hwmon/ltc2992.c:895:6: note: byref variable will be forcibly initialized 895 | u32 addr; | ^~~~ /kisskb/src/drivers/hwmon/ltc2992.c: In function 'ltc2992_gpio_set': /kisskb/src/drivers/hwmon/ltc2992.c:263:16: note: byref variable will be forcibly initialized 263 | unsigned long gpio_ctrl; | ^~~~~~~~~ /kisskb/src/drivers/hwmon/ltc2992.c: In function 'ltc2992_gpio_get': /kisskb/src/drivers/hwmon/ltc2992.c:219:16: note: byref variable will be forcibly initialized 219 | unsigned long gpio_status; | ^~~~~~~~~~~ /kisskb/src/drivers/hwmon/ltc2992.c: In function 'ltc2992_gpio_set_multiple': /kisskb/src/drivers/hwmon/ltc2992.c:285:16: note: byref variable will be forcibly initialized 285 | unsigned long gpio_ctrl = 0; | ^~~~~~~~~ /kisskb/src/drivers/hwmon/ltc2992.c:284:16: note: byref variable will be forcibly initialized 284 | unsigned long gpio_ctrl_io = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/hwmon/ltc2992.c: In function 'ltc2992_gpio_get_multiple': /kisskb/src/drivers/hwmon/ltc2992.c:238:16: note: byref variable will be forcibly initialized 238 | unsigned long gpio_status; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/aldebaran_ppt.c: In function 'aldebaran_is_dpm_running': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/aldebaran_ppt.c:1458:11: note: byref variable will be forcibly initialized 1458 | uint32_t feature_mask[2]; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/aldebaran_ppt.c: In function 'aldebaran_get_gpu_metrics': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/aldebaran_ppt.c:1695:15: note: byref variable will be forcibly initialized 1695 | SmuMetrics_t metrics; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/aldebaran_ppt.c: In function 'aldebaran_get_power_limit': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/aldebaran_ppt.c:1196:11: note: byref variable will be forcibly initialized 1196 | uint32_t power_limit = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/aldebaran_ppt.c: In function 'aldebaran_log_thermal_throttling_event': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/aldebaran_ppt.c:1643:7: note: byref variable will be forcibly initialized 1643 | char log_buf[256]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/aldebaran_ppt.c:1642:11: note: byref variable will be forcibly initialized 1642 | uint32_t throttler_status; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/aldebaran_ppt.c: In function 'aldebaran_run_board_btc': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/aldebaran_ppt.c:455:6: note: byref variable will be forcibly initialized 455 | u32 smu_version; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/aldebaran_ppt.c: In function 'aldebaran_mode2_reset': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/aldebaran_ppt.c:1770:6: note: byref variable will be forcibly initialized 1770 | u32 smu_version; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/aldebaran_ppt.c: In function 'aldebaran_append_powerplay_table': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/aldebaran_ppt.c:395:34: note: byref variable will be forcibly initialized 395 | struct atom_smc_dpm_info_v4_10 *smc_dpm_table; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/aldebaran_ppt.c: In function 'aldebaran_print_clk_levels': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/aldebaran_ppt.c:728:38: note: byref variable will be forcibly initialized 728 | struct pp_clock_levels_with_latency clocks; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/aldebaran_ppt.c:725:14: note: byref variable will be forcibly initialized 725 | int i, now, size = 0; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/aldebaran_ppt.c:725:9: note: byref variable will be forcibly initialized 725 | int i, now, size = 0; | ^~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/pci.h:37, from /kisskb/src/drivers/usb/host/ohci-hcd.c:26: /kisskb/src/drivers/usb/host/ohci-hcd.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/drivers/net/arcnet/rfc1201.c: In function 'load_pkt': /kisskb/src/drivers/net/arcnet/rfc1201.c:454:22: note: byref variable will be forcibly initialized 454 | struct arc_rfc1201 excsoft; | ^~~~~~~ In file included from /kisskb/src/drivers/usb/host/ohci-hcd.c:88: /kisskb/src/drivers/usb/host/ohci-hcd.c: In function 'fill_registers_buffer': /kisskb/src/drivers/usb/host/ohci-dbg.c:588:10: note: byref variable will be forcibly initialized 588 | char *next; | ^~~~ /kisskb/src/drivers/usb/host/ohci-dbg.c:587:18: note: byref variable will be forcibly initialized 587 | unsigned temp, size; | ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/usb/host/ohci-hcd.c:26: /kisskb/src/drivers/usb/host/ohci-hcd.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/usb/host/ohci-hcd.c:89: /kisskb/src/drivers/usb/host/ohci-hcd.c: In function 'ed_alloc': /kisskb/src/drivers/usb/host/ohci-mem.c:136:13: note: byref variable will be forcibly initialized 136 | dma_addr_t dma; | ^~~ /kisskb/src/drivers/usb/host/ohci-hcd.c: In function 'td_alloc': /kisskb/src/drivers/usb/host/ohci-mem.c:92:13: note: byref variable will be forcibly initialized 92 | dma_addr_t dma; | ^~~ In file included from /kisskb/src/drivers/usb/host/ohci-hcd.c:1254: /kisskb/src/drivers/usb/host/ohci-hcd.c: In function 'ohci_hcd_ppc_of_probe': /kisskb/src/drivers/usb/host/ohci-ppc-of.c:92:18: note: byref variable will be forcibly initialized 92 | struct resource res; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/yellow_carp_ppt.c: In function 'yellow_carp_is_dpm_running': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/yellow_carp_ppt.c:258:11: note: byref variable will be forcibly initialized 258 | uint32_t feature_mask[2]; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/yellow_carp_ppt.c: In function 'yellow_carp_get_gpu_metrics': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/yellow_carp_ppt.c:543:15: note: byref variable will be forcibly initialized 543 | SmuMetrics_t metrics; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/yellow_carp_ppt.c: In function 'yellow_carp_set_performance_level': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/yellow_carp_ppt.c:1085:27: note: byref variable will be forcibly initialized 1085 | uint32_t socclk_min = 0, socclk_max = 0; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/yellow_carp_ppt.c:1085:11: note: byref variable will be forcibly initialized 1085 | uint32_t socclk_min = 0, socclk_max = 0; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/yellow_carp_ppt.c:1084:25: note: byref variable will be forcibly initialized 1084 | uint32_t fclk_min = 0, fclk_max = 0; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/yellow_carp_ppt.c:1084:11: note: byref variable will be forcibly initialized 1084 | uint32_t fclk_min = 0, fclk_max = 0; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/yellow_carp_ppt.c:1083:25: note: byref variable will be forcibly initialized 1083 | uint32_t sclk_min = 0, sclk_max = 0; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/yellow_carp_ppt.c:1083:11: note: byref variable will be forcibly initialized 1083 | uint32_t sclk_min = 0, sclk_max = 0; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/yellow_carp_ppt.c: In function 'yellow_carp_system_features_control': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/yellow_carp_ppt.c:200:11: note: byref variable will be forcibly initialized 200 | uint32_t feature_mask[2]; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/yellow_carp_ppt.c: In function 'yellow_carp_force_clk_levels': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/yellow_carp_ppt.c:1047:25: note: byref variable will be forcibly initialized 1047 | uint32_t min_freq = 0, max_freq = 0; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/yellow_carp_ppt.c:1047:11: note: byref variable will be forcibly initialized 1047 | uint32_t min_freq = 0, max_freq = 0; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/yellow_carp_ppt.c: In function 'yellow_carp_print_clk_levels': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/yellow_carp_ppt.c:974:37: note: byref variable will be forcibly initialized 974 | uint32_t cur_value = 0, value = 0, count = 0; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/yellow_carp_ppt.c:974:26: note: byref variable will be forcibly initialized 974 | uint32_t cur_value = 0, value = 0, count = 0; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/yellow_carp_ppt.c:974:11: note: byref variable will be forcibly initialized 974 | uint32_t cur_value = 0, value = 0, count = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/yellow_carp_ppt.c:973:9: note: byref variable will be forcibly initialized 973 | int i, size = 0, ret = 0; | ^~~~ /kisskb/src/drivers/media/pci/mantis/mantis_pci.c: In function 'mantis_pci_init': /kisskb/src/drivers/media/pci/mantis/mantis_pci.c:39:5: note: byref variable will be forcibly initialized 39 | u8 latency; | ^~~~~~~ /kisskb/src/drivers/power/supply/max8997_charger.c: In function 'max8997_battery_get_property': /kisskb/src/drivers/power/supply/max8997_charger.c:56:5: note: byref variable will be forcibly initialized 56 | u8 reg; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/amdgpu_smu.c: In function 'smu_read_sensor': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/amdgpu_smu.c:2471:18: note: byref variable will be forcibly initialized 2471 | uint32_t *size, size_val; | ^~~~~~~~ In file included from /kisskb/src/include/net/genetlink.h:6, from /kisskb/src/drivers/thermal/thermal_netlink.c:11: /kisskb/src/drivers/thermal/thermal_netlink.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized 1309 | u32 tmp = value; | ^~~ /kisskb/src/drivers/thermal/thermal_netlink.c: In function 'thermal_genl_cmd_tz_get_trip': /kisskb/src/drivers/thermal/thermal_netlink.c:422:13: note: byref variable will be forcibly initialized 422 | int temp, hyst; | ^~~~ /kisskb/src/drivers/thermal/thermal_netlink.c:422:7: note: byref variable will be forcibly initialized 422 | int temp, hyst; | ^~~~ /kisskb/src/drivers/thermal/thermal_netlink.c:421:26: note: byref variable will be forcibly initialized 421 | enum thermal_trip_type type; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/amdgpu_smu.c: In function 'smu_get_driver_allowed_feature_mask': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/amdgpu_smu.c:559:11: note: byref variable will be forcibly initialized 559 | uint32_t allowed_feature_mask[SMU_FEATURE_MAX/32]; | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_netlink.c: In function 'thermal_genl_cmd_tz_get_temp': /kisskb/src/drivers/thermal/thermal_netlink.c:451:6: note: byref variable will be forcibly initialized 451 | int temp, ret, id; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/amdgpu_smu.c: In function 'smu_adjust_power_state_dynamic': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/amdgpu_smu.c:1726:7: note: byref variable will be forcibly initialized 1726 | long workload; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/amdgpu_smu.c: In function 'smu_switch_power_profile': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/amdgpu_smu.c:1827:7: note: byref variable will be forcibly initialized 1827 | long workload; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/amdgpu_smu.c: In function 'smu_get_mclk': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/amdgpu_smu.c:162:11: note: byref variable will be forcibly initialized 162 | uint32_t clk_freq; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/amdgpu_smu.c: In function 'smu_get_sclk': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/amdgpu_smu.c:176:11: note: byref variable will be forcibly initialized 176 | uint32_t clk_freq; | ^~~~~~~~ /kisskb/src/drivers/hwmon/max6642.c: In function 'temp_max_store': /kisskb/src/drivers/hwmon/max6642.c:221:16: note: byref variable will be forcibly initialized 221 | unsigned long val; | ^~~ In file included from /kisskb/src/include/linux/irq.h:21, 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/drivers/scsi/ch.c:19: /kisskb/src/drivers/scsi/ch.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/sg.c:24: /kisskb/src/drivers/scsi/sg.c: In function 'open_wait': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/sg.c:267:13: note: in expansion of macro 'wait_event_interruptible' 267 | retval = wait_event_interruptible(sdp->open_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/sg.c:254:13: note: in expansion of macro 'wait_event_interruptible' 254 | retval = wait_event_interruptible(sdp->open_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/scsi/sg.c:35: /kisskb/src/drivers/scsi/sg.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/scsi/ch.c: In function 'ch_do_scsi': /kisskb/src/drivers/scsi/ch.c:191:24: note: byref variable will be forcibly initialized 191 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/scsi/ch.c: In function 'ch_init_elem': /kisskb/src/drivers/scsi/ch.c:281:9: note: byref variable will be forcibly initialized 281 | u_char cmd[6]; | ^~~ /kisskb/src/drivers/scsi/ch.c: In function 'ch_position': /kisskb/src/drivers/scsi/ch.c:424:10: note: byref variable will be forcibly initialized 424 | u_char cmd[10]; | ^~~ /kisskb/src/drivers/scsi/ch.c: In function 'ch_move': /kisskb/src/drivers/scsi/ch.c:443:10: note: byref variable will be forcibly initialized 443 | u_char cmd[12]; | ^~~ /kisskb/src/drivers/scsi/ch.c: In function 'ch_exchange': /kisskb/src/drivers/scsi/ch.c:465:10: note: byref variable will be forcibly initialized 465 | u_char cmd[12]; | ^~~ /kisskb/src/drivers/scsi/ch.c: In function 'ch_read_element_status': /kisskb/src/drivers/scsi/ch.c:238:10: note: byref variable will be forcibly initialized 238 | u_char cmd[12]; | ^~~ /kisskb/src/drivers/scsi/ch.c: In function 'ch_readconfig': /kisskb/src/drivers/scsi/ch.c:295:19: note: byref variable will be forcibly initialized 295 | u_char cmd[10], data[16]; | ^~~~ /kisskb/src/drivers/scsi/ch.c:295:10: note: byref variable will be forcibly initialized 295 | u_char cmd[10], data[16]; | ^~~ /kisskb/src/drivers/media/dvb-core/dvbdev.c: In function 'dvb_usercopy': /kisskb/src/drivers/media/dvb-core/dvbdev.c:917:10: note: byref variable will be forcibly initialized 917 | char sbuf[128]; | ^~~~ /kisskb/src/drivers/scsi/ch.c: In function 'ch_set_voltag': /kisskb/src/drivers/scsi/ch.c:507:10: note: byref variable will be forcibly initialized 507 | u_char cmd[12]; | ^~~ /kisskb/src/drivers/scsi/ch.c: In function 'ch_gstatus': /kisskb/src/drivers/scsi/ch.c:542:9: note: byref variable will be forcibly initialized 542 | u_char data[16]; | ^~~~ /kisskb/src/drivers/scsi/sg.c: In function 'sg_rq_end_io': /kisskb/src/drivers/scsi/sg.c:1355:25: note: byref variable will be forcibly initialized 1355 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/scsi/sg.c: In function 'sg_start_req': /kisskb/src/drivers/scsi/sg.c:1788:19: note: byref variable will be forcibly initialized 1788 | struct iov_iter i; | ^ /kisskb/src/drivers/scsi/sg.c:1787:17: note: byref variable will be forcibly initialized 1787 | struct iovec *iov = NULL; | ^~~ /kisskb/src/drivers/scsi/sg.c:1702:26: note: byref variable will be forcibly initialized 1702 | struct rq_map_data *md, map_data; | ^~~~~~~~ /kisskb/src/drivers/scsi/ch.c: In function 'ch_ioctl': /kisskb/src/drivers/scsi/ch.c:859:29: note: byref variable will be forcibly initialized 859 | struct changer_set_voltag csv; | ^~~ /kisskb/src/drivers/scsi/ch.c:774:10: note: byref variable will be forcibly initialized 774 | u_char ch_cmd[12]; | ^~~~~~ /kisskb/src/drivers/scsi/ch.c:773:30: note: byref variable will be forcibly initialized 773 | struct changer_get_element cge; | ^~~ /kisskb/src/drivers/scsi/ch.c:748:33: note: byref variable will be forcibly initialized 748 | struct changer_element_status ces; | ^~~ /kisskb/src/drivers/scsi/ch.c:723:27: note: byref variable will be forcibly initialized 723 | struct changer_exchange mv; | ^~ /kisskb/src/drivers/scsi/ch.c:701:23: note: byref variable will be forcibly initialized 701 | struct changer_move mv; | ^~ /kisskb/src/drivers/scsi/ch.c:682:27: note: byref variable will be forcibly initialized 682 | struct changer_position pos; | ^~~ /kisskb/src/drivers/scsi/ch.c:656:32: note: byref variable will be forcibly initialized 656 | struct changer_vendor_params vparams; | ^~~~~~~ /kisskb/src/drivers/scsi/ch.c:642:25: note: byref variable will be forcibly initialized 642 | struct changer_params params; | ^~~~~~ /kisskb/src/drivers/scsi/sg.c: In function 'sg_new_write': /kisskb/src/drivers/scsi/sg.c:723:16: note: byref variable will be forcibly initialized 723 | unsigned char cmnd[SG_MAX_CDB_SIZE]; | ^~~~ /kisskb/src/drivers/scsi/sg.c: In function 'sg_ioctl_common': /kisskb/src/drivers/scsi/sg.c:984:17: note: byref variable will be forcibly initialized 984 | sg_scsi_id_t v; | ^ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/sg.c:24: /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/sg.c:943:12: note: in expansion of macro 'wait_event_interruptible' 943 | result = wait_event_interruptible(sfp->read_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/sg.c:926:14: note: byref variable will be forcibly initialized 926 | Sg_request *srp; | ^~~ /kisskb/src/drivers/scsi/sg.c: In function 'sg_write': /kisskb/src/drivers/scsi/sg.c:613:16: note: byref variable will be forcibly initialized 613 | unsigned char cmnd[SG_MAX_CDB_SIZE]; | ^~~~ /kisskb/src/drivers/scsi/sg.c:611:19: note: byref variable will be forcibly initialized 611 | struct sg_header old_hdr; | ^~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/sg.c:24: /kisskb/src/drivers/scsi/sg.c: In function 'sg_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/sg.c:476:12: note: in expansion of macro 'wait_event_interruptible' 476 | retval = wait_event_interruptible(sfp->read_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/sg.c:447:6: note: byref variable will be forcibly initialized 447 | int req_pack_id = -1; | ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c: In function '_stb0899_read_reg': /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c:220:17: note: byref variable will be forcibly initialized 220 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c:218:5: note: byref variable will be forcibly initialized 218 | u8 buf; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c:217:5: note: byref variable will be forcibly initialized 217 | u8 b0[] = { reg >> 8, reg & 0xff }; | ^~ /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c: In function '_stb0899_read_s2reg': /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c:304:17: note: byref variable will be forcibly initialized 304 | struct i2c_msg msg_r = { | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c:297:17: note: byref variable will be forcibly initialized 297 | struct i2c_msg msg_1 = { | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c:290:17: note: byref variable will be forcibly initialized 290 | struct i2c_msg msg_0 = { | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c:285:5: note: byref variable will be forcibly initialized 285 | u8 buf_1[] = { | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c:277:5: note: byref variable will be forcibly initialized 277 | u8 buf_0[] = { | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c:274:5: note: byref variable will be forcibly initialized 274 | u8 buf[7] = { 0 }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c: In function 'stb0899_get_dev_id': /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c:1264:7: note: byref variable will be forcibly initialized 1264 | char fec_str[5] = { 0 }; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c:1263:7: note: byref variable will be forcibly initialized 1263 | char demod_str[5] = { 0 }; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c: In function 'stb0899_write_s2reg': /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c:400:17: note: byref variable will be forcibly initialized 400 | struct i2c_msg msg_1 = { | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c:393:17: note: byref variable will be forcibly initialized 393 | struct i2c_msg msg_0 = { | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c:384:5: note: byref variable will be forcibly initialized 384 | u8 buf_1[] = { | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c:376:5: note: byref variable will be forcibly initialized 376 | u8 buf_0[] = { | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c: In function 'stb0899_read_regs': /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c:446:17: note: byref variable will be forcibly initialized 446 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c:444:5: note: byref variable will be forcibly initialized 444 | u8 b0[] = { reg >> 8, reg & 0xff }; | ^~ /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c: In function 'stb0899_read_snr': /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c:998:5: note: byref variable will be forcibly initialized 998 | u8 buf[2]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c: In function 'stb0899_init_calc': /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c:632:5: note: byref variable will be forcibly initialized 632 | u8 agc[2]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c: In function 'stb0899_write_regs': /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c:488:17: note: byref variable will be forcibly initialized 488 | struct i2c_msg i2c_msg = { | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c:487:5: note: byref variable will be forcibly initialized 487 | u8 buf[MAX_XFER_SIZE]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c: In function 'stb0899_write_reg': /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c:530:5: note: byref variable will be forcibly initialized 530 | u8 tmp = data; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c: In function 'stb0899_set_delivery': /kisskb/src/drivers/media/dvb-frontends/stb0899_drv.c:1293:5: note: byref variable will be forcibly initialized 1293 | u8 stop_clk[2]; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu_cmn.c: In function 'smu_cmn_get_enabled_mask': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu_cmn.c:536:34: note: byref variable will be forcibly initialized 536 | uint32_t feature_mask_high = 0, feature_mask_low = 0; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu_cmn.c:536:11: note: byref variable will be forcibly initialized 536 | uint32_t feature_mask_high = 0, feature_mask_low = 0; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu_cmn.c: In function 'smu_cmn_get_enabled_32_bits_mask': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu_cmn.c:567:11: note: byref variable will be forcibly initialized 567 | uint32_t feature_mask_en_high = 0; | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu_cmn.c:566:11: note: byref variable will be forcibly initialized 566 | uint32_t feature_mask_en_low = 0; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu_cmn.c: In function 'smu_cmn_get_pp_feature_mask': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu_cmn.c:699:9: note: byref variable will be forcibly initialized 699 | int8_t sort_feature[SMU_FEATURE_COUNT]; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu_cmn.c: In function 'smu_cmn_disable_all_features_with_exception': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu_cmn.c:810:11: note: byref variable will be forcibly initialized 810 | uint64_t features_to_disable = U64_MAX; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/watchdog/dw_wdt.c: In function 'dw_wdt_set_timeout': /kisskb/src/drivers/watchdog/dw_wdt.c:202:6: note: byref variable will be forcibly initialized 202 | u32 top_val; | ^~~~~~~ /kisskb/src/drivers/watchdog/dw_wdt.c: In function 'dw_wdt_init_timeouts': /kisskb/src/drivers/watchdog/dw_wdt.c:463:12: note: byref variable will be forcibly initialized 463 | u32 data, of_tops[DW_WDT_NUM_TOPS]; | ^~~~~~~ /kisskb/src/drivers/hwmon/max6650.c: In function 'max6650_init_client': /kisskb/src/drivers/hwmon/max6650.c:366:6: note: byref variable will be forcibly initialized 366 | u32 target_rpm; | ^~~~~~~~~~ /kisskb/src/drivers/hwmon/max6650.c:365:6: note: byref variable will be forcibly initialized 365 | u32 prescale; | ^~~~~~~~ /kisskb/src/drivers/hwmon/max6650.c:364:6: note: byref variable will be forcibly initialized 364 | u32 voltage; | ^~~~~~~ /kisskb/src/drivers/hwmon/mr75203.c: In function 'pvt_read_temp': /kisskb/src/drivers/hwmon/mr75203.c:144:12: note: byref variable will be forcibly initialized 144 | u32 stat, nbs; | ^~~ /kisskb/src/drivers/hwmon/mr75203.c:144:6: note: byref variable will be forcibly initialized 144 | u32 stat, nbs; | ^~~~ /kisskb/src/drivers/hwmon/mr75203.c: In function 'pvt_read_in': /kisskb/src/drivers/hwmon/mr75203.c:181:9: note: byref variable will be forcibly initialized 181 | u32 n, stat; | ^~~~ /kisskb/src/drivers/hwmon/mr75203.c:181:6: note: byref variable will be forcibly initialized 181 | u32 n, stat; | ^ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/drivers/hwmon/mr75203.c:10: /kisskb/src/drivers/hwmon/mr75203.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/hwmon/mr75203.c:16: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwmon/mr75203.c: In function 'pvt_init': /kisskb/src/drivers/hwmon/mr75203.c:262:17: note: byref variable will be forcibly initialized 262 | u32 clk_synth, val; | ^~~ /kisskb/src/drivers/hwmon/mr75203.c: In function 'mr75203_probe': /kisskb/src/drivers/hwmon/mr75203.c:503:30: note: byref variable will be forcibly initialized 503 | u32 ts_num, vm_num, pd_num, val, index, i; | ^~~ /kisskb/src/drivers/power/supply/bq24257_charger.c: In function 'bq24257_field_read': /kisskb/src/drivers/power/supply/bq24257_charger.c:214:6: note: byref variable will be forcibly initialized 214 | int val; | ^~~ /kisskb/src/drivers/power/supply/bq24257_charger.c: In function 'bq24257_hw_init': /kisskb/src/drivers/power/supply/bq24257_charger.c:680:23: note: byref variable will be forcibly initialized 680 | struct bq24257_state state; | ^~~~~ /kisskb/src/drivers/power/supply/bq24257_charger.c: In function 'bq24257_irq_handler_thread': /kisskb/src/drivers/power/supply/bq24257_charger.c:653:23: note: byref variable will be forcibly initialized 653 | struct bq24257_state state; | ^~~~~ /kisskb/src/drivers/power/supply/bq24257_charger.c: In function 'bq24257_fw_probe': /kisskb/src/drivers/power/supply/bq24257_charger.c:884:6: note: byref variable will be forcibly initialized 884 | u32 property; | ^~~~~~~~ /kisskb/src/drivers/power/supply/bq24257_charger.c: In function 'bq24257_sysfs_set_enable': /kisskb/src/drivers/power/supply/bq24257_charger.c:813:7: note: byref variable will be forcibly initialized 813 | long val; | ^~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/arch/powerpc/include/asm/io.h:27, 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/drivers/scsi/advansys.c:23: /kisskb/src/drivers/scsi/advansys.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/drivers/media/pci/ngene/ngene-cards.c: In function 'i2c_read_regs': /kisskb/src/drivers/media/pci/ngene/ngene-cards.c:91:17: note: byref variable will be forcibly initialized 91 | struct i2c_msg msgs[2] = {{.addr = adr, .flags = 0, | ^~~~ /kisskb/src/drivers/media/pci/ngene/ngene-cards.c: In function 'i2c_io': /kisskb/src/drivers/media/pci/ngene/ngene-cards.c:47:17: note: byref variable will be forcibly initialized 47 | struct i2c_msg msgs[2] = {{.addr = adr, .flags = 0, | ^~~~ /kisskb/src/drivers/media/pci/ngene/ngene-cards.c: In function 'port_has_xo2': /kisskb/src/drivers/media/pci/ngene/ngene-cards.c:570:26: note: byref variable will be forcibly initialized 570 | u8 probe[1] = { 0x00 }, data[4]; | ^~~~ /kisskb/src/drivers/media/pci/ngene/ngene-cards.c:570:5: note: byref variable will be forcibly initialized 570 | u8 probe[1] = { 0x00 }, data[4]; | ^~~~~ /kisskb/src/drivers/media/pci/ngene/ngene-cards.c: In function 'i2c_write': /kisskb/src/drivers/media/pci/ngene/ngene-cards.c:56:17: note: byref variable will be forcibly initialized 56 | struct i2c_msg msg = {.addr = adr, .flags = 0, | ^~~ /kisskb/src/drivers/media/pci/ngene/ngene-cards.c: In function 'i2c_write_reg': /kisskb/src/drivers/media/pci/ngene/ngene-cards.c:65:5: note: byref variable will be forcibly initialized 65 | u8 msg[2] = {reg, val}; | ^~~ /kisskb/src/drivers/media/pci/ngene/ngene-cards.c: In function 'i2c_read_reg16': /kisskb/src/drivers/media/pci/ngene/ngene-cards.c:81:17: note: byref variable will be forcibly initialized 81 | struct i2c_msg msgs[2] = {{.addr = adr, .flags = 0, | ^~~~ /kisskb/src/drivers/media/pci/ngene/ngene-cards.c:80:5: note: byref variable will be forcibly initialized 80 | u8 msg[2] = {reg >> 8, reg & 0xff}; | ^~~ /kisskb/src/drivers/scsi/advansys.c: In function 'AscPutReadySgListQueue': /kisskb/src/drivers/scsi/advansys.c:7910:16: note: byref variable will be forcibly initialized 7910 | ASC_SG_LIST_Q scsi_sg_q; | ^~~~~~~~~ /kisskb/src/drivers/media/pci/ngene/ngene-cards.c: In function 'port_has_stv0900': /kisskb/src/drivers/media/pci/ngene/ngene-cards.c:438:5: note: byref variable will be forcibly initialized 438 | u8 val; | ^~~ /kisskb/src/drivers/media/pci/ngene/ngene-cards.c: In function 'port_has_stv0367': /kisskb/src/drivers/media/pci/ngene/ngene-cards.c:455:5: note: byref variable will be forcibly initialized 455 | u8 val; | ^~~ /kisskb/src/drivers/media/pci/ngene/ngene-cards.c: In function 'i2c_read': /kisskb/src/drivers/media/pci/ngene/ngene-cards.c:72:17: note: byref variable will be forcibly initialized 72 | struct i2c_msg msgs[1] = {{.addr = adr, .flags = I2C_M_RD, | ^~~~ /kisskb/src/drivers/media/pci/ngene/ngene-cards.c: In function 'port_has_drxk': /kisskb/src/drivers/media/pci/ngene/ngene-cards.c:446:5: note: byref variable will be forcibly initialized 446 | u8 val; | ^~~ /kisskb/src/drivers/media/pci/ngene/ngene-cards.c: In function 'i2c_write_eeprom': /kisskb/src/drivers/media/pci/ngene/ngene-cards.c:792:17: note: byref variable will be forcibly initialized 792 | struct i2c_msg msg = {.addr = adr, .flags = 0, .buf = m, | ^~~ /kisskb/src/drivers/media/pci/ngene/ngene-cards.c:791:5: note: byref variable will be forcibly initialized 791 | u8 m[3] = {(reg >> 8), (reg & 0xff), data}; | ^ /kisskb/src/drivers/media/pci/ngene/ngene-cards.c: In function 'i2c_read_eeprom': /kisskb/src/drivers/media/pci/ngene/ngene-cards.c:807:17: note: byref variable will be forcibly initialized 807 | struct i2c_msg msgs[2] = {{.addr = adr, .flags = 0, | ^~~~ /kisskb/src/drivers/media/pci/ngene/ngene-cards.c:806:5: note: byref variable will be forcibly initialized 806 | u8 msg[2] = {(reg >> 8), (reg & 0xff)}; | ^~~ /kisskb/src/drivers/media/pci/ngene/ngene-cards.c: In function 'ReadEEProm': /kisskb/src/drivers/media/pci/ngene/ngene-cards.c:825:6: note: byref variable will be forcibly initialized 825 | u8 EETag[3]; | ^~~~~ /kisskb/src/drivers/media/pci/ngene/ngene-cards.c: In function 'eeprom_read_ushort': /kisskb/src/drivers/media/pci/ngene/ngene-cards.c:923:6: note: byref variable will be forcibly initialized 923 | u32 len = 0; | ^~~ /kisskb/src/drivers/media/pci/ngene/ngene-cards.c:922:5: note: byref variable will be forcibly initialized 922 | u8 buf[2]; | ^~~ /kisskb/src/drivers/media/pci/ngene/ngene-cards.c: In function 'demod_attach_cxd28xx': /kisskb/src/drivers/media/pci/ngene/ngene-cards.c:402:26: note: byref variable will be forcibly initialized 402 | struct cxd2841er_config cfg; | ^~~ /kisskb/src/drivers/media/pci/ngene/ngene-cards.c: In function 'WriteEEProm': /kisskb/src/drivers/media/pci/ngene/ngene-cards.c:901:7: note: byref variable will be forcibly initialized 901 | u8 Tmp; | ^~~ /kisskb/src/drivers/media/pci/ngene/ngene-cards.c:865:5: note: byref variable will be forcibly initialized 865 | u8 EETag[3]; | ^~~~~ /kisskb/src/drivers/hwmon/tc654.c: In function 'pwm_store': /kisskb/src/drivers/hwmon/tc654.c:387:16: note: byref variable will be forcibly initialized 387 | unsigned long val; | ^~~ /kisskb/src/drivers/media/pci/ngene/ngene-cards.c: In function 'eeprom_write_ushort': /kisskb/src/drivers/media/pci/ngene/ngene-cards.c:937:5: note: byref variable will be forcibly initialized 937 | u8 buf[2]; | ^~~ /kisskb/src/drivers/media/pci/ngene/ngene-cards.c: In function 'osc_deviation': /kisskb/src/drivers/media/pci/ngene/ngene-cards.c:949:6: note: byref variable will be forcibly initialized 949 | u16 data = 0; | ^~~~ /kisskb/src/drivers/hwmon/tc654.c: In function 'pwm_mode_store': /kisskb/src/drivers/hwmon/tc654.c:340:16: note: byref variable will be forcibly initialized 340 | unsigned long val; | ^~~ /kisskb/src/drivers/media/pci/ngene/ngene-cards.c: In function 'tuner_tda18212_ping': /kisskb/src/drivers/media/pci/ngene/ngene-cards.c:205:5: note: byref variable will be forcibly initialized 205 | u8 tda_id[2]; | ^~~~~~ /kisskb/src/drivers/hwmon/tc654.c: In function 'fan_pulses_store': /kisskb/src/drivers/hwmon/tc654.c:291:16: note: byref variable will be forcibly initialized 291 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/tc654.c: In function 'fan_min_store': /kisskb/src/drivers/hwmon/tc654.c:231:16: note: byref variable will be forcibly initialized 231 | unsigned long val; | ^~~ /kisskb/src/drivers/media/pci/ngene/ngene-cards.c: In function 'init_xo2': /kisskb/src/drivers/media/pci/ngene/ngene-cards.c:526:10: note: byref variable will be forcibly initialized 526 | u8 val, data[2]; | ^~~~ /kisskb/src/drivers/media/pci/ngene/ngene-cards.c:526:5: note: byref variable will be forcibly initialized 526 | u8 val, data[2]; | ^~~ /kisskb/src/drivers/media/pci/ngene/ngene-cards.c: In function 'demod_attach_stv0910': /kisskb/src/drivers/media/pci/ngene/ngene-cards.c:330:23: note: byref variable will be forcibly initialized 330 | struct lnbh25_config lnbcfg = lnbh25_cfg; | ^~~~~~ /kisskb/src/drivers/media/pci/ngene/ngene-cards.c:329:21: note: byref variable will be forcibly initialized 329 | struct stv0910_cfg cfg = stv0910_p; | ^~~ /kisskb/src/drivers/media/pci/ngene/ngene-cards.c: In function 'demod_attach_drxk': /kisskb/src/drivers/media/pci/ngene/ngene-cards.c:491:21: note: byref variable will be forcibly initialized 491 | struct drxk_config config; | ^~~~~~ /kisskb/src/drivers/media/pci/ngene/ngene-cards.c: In function 'cineS2_probe': /kisskb/src/drivers/media/pci/ngene/ngene-cards.c:600:15: note: byref variable will be forcibly initialized 600 | u8 xo2_type, xo2_id, xo2_demodtype; | ^~~~~~ /kisskb/src/drivers/media/pci/ngene/ngene-cards.c:600:5: note: byref variable will be forcibly initialized 600 | u8 xo2_type, xo2_id, xo2_demodtype; | ^~~~~~~~ /kisskb/src/drivers/media/pci/ngene/ngene-cards.c:599:5: note: byref variable will be forcibly initialized 599 | u8 buf[3]; | ^~~ /kisskb/src/drivers/media/pci/ngene/ngene-cards.c: In function 'ngene_port_has_cxd2099': /kisskb/src/drivers/media/pci/ngene/ngene-cards.c:472:17: note: byref variable will be forcibly initialized 472 | struct i2c_msg msgs[2] = {{ .addr = 0x40, .flags = 0, | ^~~~ /kisskb/src/drivers/media/pci/ngene/ngene-cards.c:471:44: note: byref variable will be forcibly initialized 471 | u8 probe[4] = { 0xe0, 0x00, 0x00, 0x00 }, data[4]; | ^~~~ /kisskb/src/drivers/media/pci/ngene/ngene-cards.c:471:5: note: byref variable will be forcibly initialized 471 | u8 probe[4] = { 0xe0, 0x00, 0x00, 0x00 }, data[4]; | ^~~~~ /kisskb/src/drivers/scsi/advansys.c: In function 'AdvInitFrom38C0800EEP': /kisskb/src/drivers/scsi/advansys.c:10101:24: note: byref variable will be forcibly initialized 10101 | ADVEEP_38C0800_CONFIG eep_config; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/advansys.c: In function 'AdvInitFrom3550EEP': /kisskb/src/drivers/scsi/advansys.c:9951:21: note: byref variable will be forcibly initialized 9951 | ADVEEP_3550_CONFIG eep_config; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/advansys.c: In function 'AscIsrChipHalted': /kisskb/src/drivers/scsi/advansys.c:6288:10: note: byref variable will be forcibly initialized 6288 | EXT_MSG out_msg; | ^~~~~~~ /kisskb/src/drivers/scsi/advansys.c:6287:10: note: byref variable will be forcibly initialized 6287 | EXT_MSG ext_msg; | ^~~~~~~ /kisskb/src/drivers/scsi/advansys.c: In function 'AdvInitFrom38C1600EEP': /kisskb/src/drivers/scsi/advansys.c:10300:24: note: byref variable will be forcibly initialized 10300 | ADVEEP_38C1600_CONFIG eep_config; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/advansys.c: In function 'AscInitFromEEP': /kisskb/src/drivers/scsi/advansys.c:8920:16: note: byref variable will be forcibly initialized 8920 | ASCEEP_CONFIG eep_config_buf; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/advansys.c: In function 'AdvInitAsc38C1600Driver': /kisskb/src/drivers/scsi/advansys.c:5273:13: note: byref variable will be forcibly initialized 5273 | const char fwname[] = "advansys/38C1600.bin"; | ^~~~~~ /kisskb/src/drivers/scsi/advansys.c:5272:25: note: byref variable will be forcibly initialized 5272 | const struct firmware *fw; | ^~ /kisskb/src/drivers/scsi/advansys.c: In function 'AdvInitAsc38C0800Driver': /kisskb/src/drivers/scsi/advansys.c:4787:13: note: byref variable will be forcibly initialized 4787 | const char fwname[] = "advansys/38C0800.bin"; | ^~~~~~ /kisskb/src/drivers/scsi/advansys.c:4786:25: note: byref variable will be forcibly initialized 4786 | const struct firmware *fw; | ^~ /kisskb/src/drivers/scsi/advansys.c: In function 'AdvInitAsc3550Driver': /kisskb/src/drivers/scsi/advansys.c:4344:13: note: byref variable will be forcibly initialized 4344 | const char fwname[] = "advansys/3550.bin"; | ^~~~~~ /kisskb/src/drivers/scsi/advansys.c:4343:25: note: byref variable will be forcibly initialized 4343 | const struct firmware *fw; | ^~ /kisskb/src/drivers/scsi/advansys.c: In function 'AscInitMicroCodeVar': /kisskb/src/drivers/scsi/advansys.c:3962:9: note: byref variable will be forcibly initialized 3962 | __le32 phy_size; | ^~~~~~~~ /kisskb/src/drivers/scsi/advansys.c:3961:9: note: byref variable will be forcibly initialized 3961 | __le32 phy_addr; | ^~~~~~~~ /kisskb/src/drivers/scsi/advansys.c: In function 'AscInitAsc1000Driver': /kisskb/src/drivers/scsi/advansys.c:4023:13: note: byref variable will be forcibly initialized 4023 | const char fwname[] = "advansys/mcode.bin"; | ^~~~~~ /kisskb/src/drivers/scsi/advansys.c:4022:25: note: byref variable will be forcibly initialized 4022 | const struct firmware *fw; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/smu8_smumgr.c: In function 'smu8_dpm_check_smu_features': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/smu8_smumgr.c:874:11: note: byref variable will be forcibly initialized 874 | uint32_t features; | ^~~~~~~~ /kisskb/src/drivers/scsi/advansys.c: In function 'AscIsrQDone': /kisskb/src/drivers/scsi/advansys.c:6770:17: note: byref variable will be forcibly initialized 6770 | ASC_QDONE_INFO scsiq_buf; | ^~~~~~~~~ /kisskb/src/drivers/scsi/advansys.c: In function 'adv_get_sglist': /kisskb/src/drivers/scsi/advansys.c:7538:13: note: byref variable will be forcibly initialized 7538 | dma_addr_t sgblk_paddr; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/advansys.c: In function 'asc_execute_scsi_cmnd': /kisskb/src/drivers/scsi/advansys.c:8392:14: note: byref variable will be forcibly initialized 8392 | adv_req_t *adv_reqp; | ^~~~~~~~ /kisskb/src/drivers/scsi/advansys.c:8379:21: note: byref variable will be forcibly initialized 8379 | struct asc_scsi_q asc_scsi_q; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/advansys.c: In function 'advansys_set_latency': /kisskb/src/drivers/scsi/advansys.c:11425:6: note: byref variable will be forcibly initialized 11425 | u8 latency; | ^~~~~~~ /kisskb/src/drivers/scsi/advansys.c: In function 'AdvInitGetConfig': /kisskb/src/drivers/scsi/advansys.c:10522:6: note: byref variable will be forcibly initialized 10522 | u16 cmd; | ^~~ /kisskb/src/drivers/hwmon/pcf8591.c: In function 'out0_output_store': /kisskb/src/drivers/hwmon/pcf8591.c:104:16: note: byref variable will be forcibly initialized 104 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/pcf8591.c: In function 'out0_enable_store': /kisskb/src/drivers/hwmon/pcf8591.c:137:16: note: byref variable will be forcibly initialized 137 | unsigned long val; | ^~~ /kisskb/src/drivers/thermal/thermal_hwmon.c: In function 'thermal_zone_crit_temp_valid': /kisskb/src/drivers/thermal/thermal_hwmon.c:128:6: note: byref variable will be forcibly initialized 128 | int temp; | ^~~~ /kisskb/src/drivers/thermal/thermal_hwmon.c: In function 'temp_crit_show': /kisskb/src/drivers/thermal/thermal_hwmon.c:77:6: note: byref variable will be forcibly initialized 77 | int temperature; | ^~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_hwmon.c: In function 'temp_input_show': /kisskb/src/drivers/thermal/thermal_hwmon.c:51:6: note: byref variable will be forcibly initialized 51 | int temperature; | ^~~~~~~~~~~ /kisskb/src/drivers/thermal/thermal_hwmon.c: In function 'thermal_hwmon_lookup_by_type': /kisskb/src/drivers/thermal/thermal_hwmon.c:92:7: note: byref variable will be forcibly initialized 92 | char type[THERMAL_NAME_LENGTH]; | ^~~~ In file included from /kisskb/src/include/linux/poll.h:8, from /kisskb/src/include/media/v4l2-dev.h:13, from /kisskb/src/include/media/v4l2-common.h:18, from /kisskb/src/include/media/drv-intf/saa7146_vv.h:5, from /kisskb/src/drivers/media/common/saa7146/saa7146_i2c.c:4: /kisskb/src/drivers/media/common/saa7146/saa7146_i2c.c: In function 'saa7146_i2c_writeout': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/common/saa7146/saa7146_i2c.c:197:13: note: in expansion of macro 'wait_event_interruptible_timeout' 197 | timeout = wait_event_interruptible_timeout(dev->i2c_wq, dev->i2c_op == 0, timeout); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/common/saa7146/saa7146_i2c.c: In function 'saa7146_i2c_transfer': /kisskb/src/drivers/media/common/saa7146/saa7146_i2c.c:370:10: note: byref variable will be forcibly initialized 370 | __le32 zero = 0; | ^~~~ /kisskb/src/drivers/hwmon/sht15.c: In function 'sht15_status_store': /kisskb/src/drivers/hwmon/sht15.c:708:7: note: byref variable will be forcibly initialized 708 | long value; | ^~~~~ /kisskb/src/drivers/hwmon/sht15.c: In function 'sht15_update_status': /kisskb/src/drivers/hwmon/sht15.c:455:5: note: byref variable will be forcibly initialized 455 | u8 checksum_vals[2]; | ^~~~~~~~~~~~~ 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:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/sht15.c:542:8: note: in expansion of macro 'wait_event_timeout' 542 | ret = wait_event_timeout(data->wait_queue, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/sht15.c: In function 'sht15_bh_read_data': /kisskb/src/drivers/hwmon/sht15.c:816:5: note: byref variable will be forcibly initialized 816 | u8 checksum_vals[3]; | ^~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq24735-charger.c: In function 'bq24735_parse_dt_data': /kisskb/src/drivers/power/supply/bq24735-charger.c:328:6: note: byref variable will be forcibly initialized 328 | u32 val; | ^~~ /kisskb/src/drivers/watchdog/da9063_wdt.c: In function 'da9063_wdt_read_timeout': /kisskb/src/drivers/watchdog/da9063_wdt.c:54:15: note: byref variable will be forcibly initialized 54 | unsigned int val; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/drivers/media/dvb-core/dmxdev.c:21: /kisskb/src/drivers/media/dvb-core/dmxdev.c: In function 'dvb_dmxdev_buffer_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dmxdev.c:86:9: note: in expansion of macro 'wait_event_interruptible' 86 | ret = wait_event_interruptible(src->queue, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/watchdog/max77620_wdt.c: In function 'max77620_wdt_probe': /kisskb/src/drivers/watchdog/max77620_wdt.c:115:15: note: byref variable will be forcibly initialized 115 | unsigned int regval; | ^~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/media/dvb-core/dmxdev.c:23: /kisskb/src/drivers/media/dvb-core/dmxdev.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:135:6: note: in expansion of macro 'check_mul_overflow' 135 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:135:6: note: in expansion of macro 'check_mul_overflow' 135 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:133:9: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/drivers/media/dvb-core/dmxdev.c:21: /kisskb/src/drivers/media/dvb-core/dmxdev.c: In function 'dvb_dmxdev_release': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dmxdev.c:1455:3: note: in expansion of macro 'wait_event' 1455 | wait_event(dmxdev->dvr_dvbdev->wait_queue, | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dmxdev.c:1451:3: note: in expansion of macro 'wait_event' 1451 | wait_event(dmxdev->dvbdev->wait_queue, | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/tonga_smumgr.c: In function 'tonga_set_s0_mc_reg_index': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/tonga_smumgr.c:2933:11: note: byref variable will be forcibly initialized 2933 | uint16_t address; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/tonga_smumgr.c: In function 'tonga_calculate_mclk_params': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/tonga_smumgr.c:864:32: note: byref variable will be forcibly initialized 864 | pp_atomctrl_internal_ss_info ss_info; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/tonga_smumgr.c:807:33: note: byref variable will be forcibly initialized 807 | pp_atomctrl_memory_clock_param mpll_param; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/tonga_smumgr.c: In function 'tonga_populate_single_memory_level': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/tonga_smumgr.c:975:11: note: byref variable will be forcibly initialized 975 | uint32_t mvdd = 0; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/tonga_smumgr.c: In function 'tonga_populate_smc_acpi_level': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/tonga_smumgr.c:1182:15: note: byref variable will be forcibly initialized 1182 | SMIO_Pattern voltage_level; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/tonga_smumgr.c:1180:39: note: byref variable will be forcibly initialized 1180 | struct pp_atomctrl_clock_dividers_vi dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/tonga_smumgr.c: In function 'tonga_calculate_sclk_params': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/tonga_smumgr.c:583:32: note: byref variable will be forcibly initialized 583 | pp_atomctrl_internal_ss_info ss_info; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/tonga_smumgr.c:542:32: note: byref variable will be forcibly initialized 542 | pp_atomctrl_clock_dividers_vi dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/tonga_smumgr.c: In function 'tonga_populate_single_graphic_level': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/tonga_smumgr.c:621:11: note: byref variable will be forcibly initialized 621 | uint32_t mvdd; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/tonga_smumgr.c: In function 'tonga_populate_smc_vce_level': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/tonga_smumgr.c:1373:32: note: byref variable will be forcibly initialized 1373 | pp_atomctrl_clock_dividers_vi dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/tonga_smumgr.c: In function 'tonga_populate_smc_acp_level': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/tonga_smumgr.c:1418:32: note: byref variable will be forcibly initialized 1418 | pp_atomctrl_clock_dividers_vi dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/tonga_smumgr.c: In function 'tonga_populate_smc_uvd_level': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/tonga_smumgr.c:1313:32: note: byref variable will be forcibly initialized 1313 | pp_atomctrl_clock_dividers_vi dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/tonga_smumgr.c: In function 'tonga_program_memory_timing_parameters': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/tonga_smumgr.c:1492:39: note: byref variable will be forcibly initialized 1492 | SMU72_Discrete_MCArbDramTimingTable arb_regs; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/tonga_smumgr.c: In function 'tonga_update_sclk_threshold': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/tonga_smumgr.c:2570:11: note: byref variable will be forcibly initialized 2570 | uint32_t low_sclk_interrupt_threshold = 0; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/tonga_smumgr.c: In function 'tonga_populate_dw8': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/tonga_smumgr.c:1914:11: note: byref variable will be forcibly initialized 1914 | uint32_t temp; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/tonga_smumgr.c: In function 'tonga_populate_pm_fuses': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/tonga_smumgr.c:1998:11: note: byref variable will be forcibly initialized 1998 | uint32_t pm_fuse_table_offset; | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/tonga_smumgr.c: In function 'tonga_process_firmware_header': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/tonga_smumgr.c:2762:11: note: byref variable will be forcibly initialized 2762 | uint32_t tmp; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/tonga_smumgr.c: In function 'tonga_init_arb_table_index': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/tonga_smumgr.c:1800:11: note: byref variable will be forcibly initialized 1800 | uint32_t tmp; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/tonga_smumgr.c: In function 'tonga_init_smc_table': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/tonga_smumgr.c:2231:34: note: byref variable will be forcibly initialized 2231 | pp_atomctrl_gpio_pin_assignment gpio_pin_assignment; | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, 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/drivers/scsi/hpsa.c:22: /kisskb/src/drivers/scsi/hpsa.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from ./arch/powerpc/include/generated/asm/rwonce.h:1, from /kisskb/src/include/linux/compiler.h:266, from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/container_of.h:5, from /kisskb/src/include/linux/list.h:5, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/scsi/hpsa.c:21: /kisskb/src/drivers/scsi/hpsa.c: In function 'hpsa_find_target_lun': /kisskb/src/drivers/scsi/hpsa.c:1209:17: note: byref variable will be forcibly initialized 1209 | DECLARE_BITMAP(lun_taken, HPSA_MAX_DEVICES); | ^~~~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/hwmon/sis5595.c: In function 'temp1_max_hyst_store': /kisskb/src/drivers/hwmon/sis5595.c:340:7: note: byref variable will be forcibly initialized 340 | long val; | ^~~ /kisskb/src/drivers/hwmon/sis5595.c: In function 'temp1_max_store': /kisskb/src/drivers/hwmon/sis5595.c:314:7: note: byref variable will be forcibly initialized 314 | long val; | ^~~ /kisskb/src/drivers/hwmon/sis5595.c: In function 'in_max_store': /kisskb/src/drivers/hwmon/sis5595.c:264:16: note: byref variable will be forcibly initialized 264 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/sis5595.c: In function 'in_min_store': /kisskb/src/drivers/hwmon/sis5595.c:244:16: note: byref variable will be forcibly initialized 244 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/sis5595.c: In function 'fan_min_store': /kisskb/src/drivers/hwmon/sis5595.c:385:16: note: byref variable will be forcibly initialized 385 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/sis5595.c: In function 'fan_div_store': /kisskb/src/drivers/hwmon/sis5595.c:422:16: note: byref variable will be forcibly initialized 422 | unsigned long val; | ^~~ /kisskb/src/drivers/thermal/gov_fair_share.c: In function 'get_target_state': /kisskb/src/drivers/thermal/gov_fair_share.c:52:16: note: byref variable will be forcibly initialized 52 | unsigned long max_state; | ^~~~~~~~~ /kisskb/src/drivers/hwmon/sis5595.c: In function 'sis5595_probe': /kisskb/src/drivers/hwmon/sis5595.c:578:7: note: byref variable will be forcibly initialized 578 | char val; | ^~~ /kisskb/src/drivers/thermal/gov_fair_share.c: In function 'get_trip_level': /kisskb/src/drivers/thermal/gov_fair_share.c:26:25: note: byref variable will be forcibly initialized 26 | enum thermal_trip_type trip_type; | ^~~~~~~~~ /kisskb/src/drivers/thermal/gov_fair_share.c:25:6: note: byref variable will be forcibly initialized 25 | int trip_temp; | ^~~~~~~~~ /kisskb/src/drivers/hwmon/sis5595.c: In function 'sis5595_pci_probe': /kisskb/src/drivers/hwmon/sis5595.c:807:5: note: byref variable will be forcibly initialized 807 | u8 enable; | ^~~~~~ /kisskb/src/drivers/hwmon/sis5595.c:806:6: note: byref variable will be forcibly initialized 806 | u16 address; | ^~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/hpsa.c:21: /kisskb/src/drivers/scsi/hpsa.c: In function 'hpsa_scsi_do_simple_cmd_core': /kisskb/src/drivers/scsi/hpsa.c:2850:29: note: byref variable will be forcibly initialized 2850 | DECLARE_COMPLETION_ONSTACK(wait); | ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/scsi/hpsa.c: In function 'decode_sense_data': /kisskb/src/drivers/scsi/hpsa.c:356:24: note: byref variable will be forcibly initialized 356 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/scsi/hpsa.c: In function 'check_for_unit_attention': /kisskb/src/drivers/scsi/hpsa.c:377:21: note: byref variable will be forcibly initialized 377 | u8 sense_key, asc, ascq; | ^~~~ /kisskb/src/drivers/scsi/hpsa.c:377:16: note: byref variable will be forcibly initialized 377 | u8 sense_key, asc, ascq; | ^~~ /kisskb/src/drivers/scsi/hpsa.c:377:5: note: byref variable will be forcibly initialized 377 | u8 sense_key, asc, ascq; | ^~~~~~~~~ /kisskb/src/drivers/scsi/hpsa.c: In function 'hpsa_scsi_interpret_error': /kisskb/src/drivers/scsi/hpsa.c:2933:21: note: byref variable will be forcibly initialized 2933 | u8 sense_key, asc, ascq; | ^~~~ /kisskb/src/drivers/scsi/hpsa.c:2933:16: note: byref variable will be forcibly initialized 2933 | u8 sense_key, asc, ascq; | ^~~ /kisskb/src/drivers/scsi/hpsa.c:2933:5: note: byref variable will be forcibly initialized 2933 | u8 sense_key, asc, ascq; | ^~~~~~~~~ /kisskb/src/drivers/scsi/hpsa.c: In function 'hpsa_volume_offline': /kisskb/src/drivers/scsi/hpsa.c:3885:21: note: byref variable will be forcibly initialized 3885 | u8 sense_key, asc, ascq; | ^~~~ /kisskb/src/drivers/scsi/hpsa.c:3885:16: note: byref variable will be forcibly initialized 3885 | u8 sense_key, asc, ascq; | ^~~ /kisskb/src/drivers/scsi/hpsa.c:3885:5: note: byref variable will be forcibly initialized 3885 | u8 sense_key, asc, ascq; | ^~~~~~~~~ /kisskb/src/drivers/scsi/hpsa.c: In function 'hpsa_scsi_do_report_luns': /kisskb/src/drivers/scsi/hpsa.c:3748:16: note: byref variable will be forcibly initialized 3748 | unsigned char scsi3addr[8]; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/fiji_smumgr.c: In function 'fiji_is_hw_avfs_present': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/fiji_smumgr.c:320:11: note: byref variable will be forcibly initialized 320 | uint32_t efuse = 0; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/fiji_smumgr.c: In function 'fiji_populate_bapm_parameters_in_dpm_table': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/fiji_smumgr.c:497:18: note: byref variable will be forcibly initialized 497 | uint8_t uc_scl, uc_sda; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/fiji_smumgr.c:497:10: note: byref variable will be forcibly initialized 497 | uint8_t uc_scl, uc_sda; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/fiji_smumgr.c: In function 'fiji_calculate_mclk_params': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/fiji_smumgr.c:1145:40: note: byref variable will be forcibly initialized 1145 | struct pp_atomctrl_memory_clock_param mem_param; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/fiji_smumgr.c: In function 'fiji_populate_smc_acpi_level': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/fiji_smumgr.c:1305:11: note: byref variable will be forcibly initialized 1305 | uint32_t mvdd; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/fiji_smumgr.c:1304:15: note: byref variable will be forcibly initialized 1304 | SMIO_Pattern vol_level; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/fiji_smumgr.c:1303:39: note: byref variable will be forcibly initialized 1303 | struct pp_atomctrl_clock_dividers_vi dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/fiji_smumgr.c: In function 'fiji_calculate_sclk_params': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/fiji_smumgr.c:900:39: note: byref variable will be forcibly initialized 900 | struct pp_atomctrl_internal_ss_info ssInfo; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/fiji_smumgr.c:859:39: note: byref variable will be forcibly initialized 859 | struct pp_atomctrl_clock_dividers_vi dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/fiji_smumgr.c: In function 'fiji_populate_single_graphic_level': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/fiji_smumgr.c:941:11: note: byref variable will be forcibly initialized 941 | uint32_t mvdd; | ^~~~ /kisskb/src/drivers/hwmon/smsc47m192.c: In function 'in_max_store': /kisskb/src/drivers/hwmon/smsc47m192.c:225:16: note: byref variable will be forcibly initialized 225 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/smsc47m192.c: In function 'in_min_store': /kisskb/src/drivers/hwmon/smsc47m192.c:203:16: note: byref variable will be forcibly initialized 203 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/smsc47m192.c: In function 'vrm_store': /kisskb/src/drivers/hwmon/smsc47m192.c:419:16: note: byref variable will be forcibly initialized 419 | unsigned long val; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/fiji_smumgr.c: In function 'fiji_populate_smc_vce_level': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/fiji_smumgr.c:1423:39: note: byref variable will be forcibly initialized 1423 | struct pp_atomctrl_clock_dividers_vi dividers; | ^~~~~~~~ /kisskb/src/drivers/hwmon/smsc47m192.c: In function 'temp_offset_store': /kisskb/src/drivers/hwmon/smsc47m192.c:357:7: note: byref variable will be forcibly initialized 357 | long val; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/fiji_smumgr.c: In function 'fiji_populate_smc_acp_level': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/fiji_smumgr.c:1462:39: note: byref variable will be forcibly initialized 1462 | struct pp_atomctrl_clock_dividers_vi dividers; | ^~~~~~~~ /kisskb/src/drivers/hwmon/smsc47m192.c: In function 'temp_min_store': /kisskb/src/drivers/hwmon/smsc47m192.c:301:7: note: byref variable will be forcibly initialized 301 | long val; | ^~~ /kisskb/src/drivers/hwmon/smsc47m192.c: In function 'temp_max_store': /kisskb/src/drivers/hwmon/smsc47m192.c:324:7: note: byref variable will be forcibly initialized 324 | long val; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/fiji_smumgr.c: In function 'fiji_populate_smc_uvd_level': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/fiji_smumgr.c:1558:39: note: byref variable will be forcibly initialized 1558 | struct pp_atomctrl_clock_dividers_vi dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/fiji_smumgr.c: In function 'fiji_program_memory_timing_parameters': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/fiji_smumgr.c:1528:45: note: byref variable will be forcibly initialized 1528 | struct SMU73_Discrete_MCArbDramTimingTable arb_regs; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/fiji_smumgr.c: In function 'fiji_update_sclk_threshold': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/fiji_smumgr.c:2267:11: note: byref variable will be forcibly initialized 2267 | uint32_t low_sclk_interrupt_threshold = 0; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/fiji_smumgr.c: In function 'fiji_populate_dw8': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/fiji_smumgr.c:607:11: note: byref variable will be forcibly initialized 607 | uint32_t temp; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/fiji_smumgr.c: In function 'fiji_populate_pm_fuses': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/fiji_smumgr.c:691:11: note: byref variable will be forcibly initialized 691 | uint32_t pm_fuse_table_offset; | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/fiji_smumgr.c: In function 'fiji_process_firmware_header': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/fiji_smumgr.c:2450:11: note: byref variable will be forcibly initialized 2450 | uint32_t tmp; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/fiji_smumgr.c: In function 'fiji_setup_graphics_level_structure': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/fiji_smumgr.c:225:11: note: byref variable will be forcibly initialized 225 | uint32_t table_start; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/fiji_smumgr.c:224:10: note: byref variable will be forcibly initialized 224 | int32_t vr_config; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/fiji_smumgr.c: In function 'fiji_init_arb_table_index': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/fiji_smumgr.c:1864:11: note: byref variable will be forcibly initialized 1864 | uint32_t tmp; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/fiji_smumgr.c: In function 'fiji_setup_dpm_led_config': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/fiji_smumgr.c:1890:28: note: byref variable will be forcibly initialized 1890 | pp_atomctrl_voltage_table param_led_dpm; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/fiji_smumgr.c: In function 'fiji_init_smc_table': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/fiji_smumgr.c:1927:41: note: byref variable will be forcibly initialized 1927 | struct pp_atomctrl_gpio_pin_assignment gpio_pin; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/polaris10_smumgr.c: In function 'polaris10_populate_smc_vce_level': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/polaris10_smumgr.c:1370:39: note: byref variable will be forcibly initialized 1370 | struct pp_atomctrl_clock_dividers_vi dividers; | ^~~~~~~~ /kisskb/src/drivers/hwmon/tmp102.c: In function 'tmp102_read': /kisskb/src/drivers/hwmon/tmp102.c:76:15: note: byref variable will be forcibly initialized 76 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/polaris10_smumgr.c: In function 'polaris10_populate_smc_samu_level': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/polaris10_smumgr.c:1420:39: note: byref variable will be forcibly initialized 1420 | struct pp_atomctrl_clock_dividers_vi dividers; | ^~~~~~~~ /kisskb/src/drivers/hwmon/tmp102.c: In function 'tmp102_probe': /kisskb/src/drivers/hwmon/tmp102.c:197:15: note: byref variable will be forcibly initialized 197 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/polaris10_smumgr.c: In function 'polaris10_populate_smc_uvd_level': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/polaris10_smumgr.c:1525:39: note: byref variable will be forcibly initialized 1525 | struct pp_atomctrl_clock_dividers_vi dividers; | ^~~~~~~~ /kisskb/src/drivers/scsi/hpsa.c: In function 'lunid_show': /kisskb/src/drivers/scsi/hpsa.c:712:16: note: byref variable will be forcibly initialized 712 | unsigned char lunid[8]; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/polaris10_smumgr.c: In function 'polaris10_get_vddc_shared_railinfo': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/polaris10_smumgr.c:1030:10: note: byref variable will be forcibly initialized 1030 | uint8_t shared_rail; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/hpsa.c: In function 'hpsa_show_dev_msg': /kisskb/src/drivers/scsi/hpsa.c:1232:7: note: byref variable will be forcibly initialized 1232 | char label[LABEL_SIZE]; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/polaris10_smumgr.c: In function 'polaris10_calculate_sclk_params': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/polaris10_smumgr.c:895:39: note: byref variable will be forcibly initialized 895 | struct pp_atomctrl_clock_dividers_ai dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/polaris10_smumgr.c: In function 'polaris10_populate_single_graphic_level': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/polaris10_smumgr.c:960:11: note: byref variable will be forcibly initialized 960 | uint32_t mvdd; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/polaris10_smumgr.c: In function 'polaris10_populate_all_graphic_levels': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/polaris10_smumgr.c:1058:32: note: byref variable will be forcibly initialized 1058 | pp_atomctrl_clock_dividers_vi dividers; | ^~~~~~~~ /kisskb/src/drivers/scsi/hpsa.c: In function 'hpsa_scsi_add_entry': /kisskb/src/drivers/scsi/hpsa.c:1291:26: note: byref variable will be forcibly initialized 1291 | unsigned char addr1[8], addr2[8]; | ^~~~~ /kisskb/src/drivers/scsi/hpsa.c:1291:16: note: byref variable will be forcibly initialized 1291 | unsigned char addr1[8], addr2[8]; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/polaris10_smumgr.c: In function 'polaris10_populate_smc_acpi_level': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/polaris10_smumgr.c:1286:11: note: byref variable will be forcibly initialized 1286 | uint32_t mvdd; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/polaris10_smumgr.c:1285:15: note: byref variable will be forcibly initialized 1285 | SMIO_Pattern vol_level; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/polaris10_smumgr.c: In function 'polaris10_program_memory_timing_parameters': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/polaris10_smumgr.c:1494:45: note: byref variable will be forcibly initialized 1494 | struct SMU74_Discrete_MCArbDramTimingTable arb_regs; | ^~~~~~~~ /kisskb/src/drivers/scsi/hpsa.c: In function 'adjust_hpsa_scsi_table': /kisskb/src/drivers/scsi/hpsa.c:1931:14: note: byref variable will be forcibly initialized 1931 | int nadded, nremoved; | ^~~~~~~~ /kisskb/src/drivers/scsi/hpsa.c:1931:6: note: byref variable will be forcibly initialized 1931 | int nadded, nremoved; | ^~~~~~ /kisskb/src/drivers/scsi/hpsa.c:1927:9: note: byref variable will be forcibly initialized 1927 | int i, entry, device_change, changes = 0; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/polaris10_smumgr.c: In function 'polaris10_update_sclk_threshold': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/polaris10_smumgr.c:2388:11: note: byref variable will be forcibly initialized 2388 | uint32_t low_sclk_interrupt_threshold = 0; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/polaris10_smumgr.c: In function 'polaris10_populate_clock_stretcher_data_table': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/polaris10_smumgr.c:1658:15: note: byref variable will be forcibly initialized 1658 | uint32_t ro, efuse, volt_without_cks, volt_with_cks, value; | ^~~~~ /kisskb/src/drivers/scsi/megaraid.c: In function 'mega_m_to_n': /kisskb/src/drivers/scsi/megaraid.c:3382:7: note: byref variable will be forcibly initialized 3382 | char signature[8] = {0}; | ^~~~~~~~~ /kisskb/src/drivers/scsi/megaraid.c:3381:18: note: byref variable will be forcibly initialized 3381 | struct uioctl_t uioc_mimd; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/polaris10_smumgr.c: In function 'polaris10_populate_avfs_parameters': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/polaris10_smumgr.c:1780:11: note: byref variable will be forcibly initialized 1780 | uint32_t tmp, i; | ^~~ /kisskb/src/drivers/scsi/hpsa.c: In function 'hpsa_update_scsi_devices': /kisskb/src/drivers/scsi/hpsa.c:4420:21: note: byref variable will be forcibly initialized 4420 | u8 *lunaddrbytes, is_OBDR = 0; | ^~~~~~~ /kisskb/src/drivers/scsi/hpsa.c:4350:6: note: byref variable will be forcibly initialized 4350 | u32 nlocal_logicals = 0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/hpsa.c:4349:6: note: byref variable will be forcibly initialized 4349 | u32 nlogicals = 0; | ^~~~~~~~~ /kisskb/src/drivers/scsi/hpsa.c:4348:6: note: byref variable will be forcibly initialized 4348 | u32 nphysicals = 0; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/polaris10_smumgr.c: In function 'polaris10_populate_dw8': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/polaris10_smumgr.c:525:11: note: byref variable will be forcibly initialized 525 | uint32_t temp; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/polaris10_smumgr.c: In function 'polaris10_populate_pm_fuses': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/polaris10_smumgr.c:607:11: note: byref variable will be forcibly initialized 607 | uint32_t pm_fuse_table_offset; | ^~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/hpsa.c:21: /kisskb/src/drivers/scsi/hpsa.c: In function 'hpsa_scan_start': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/hpsa.c:5792:3: note: in expansion of macro 'wait_event' 5792 | wait_event(h->scan_wait_queue, h->scan_finished); | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/polaris10_smumgr.c: In function 'polaris10_init_smc_table': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/polaris10_smumgr.c:1924:32: note: byref variable will be forcibly initialized 1924 | pp_atomctrl_clock_dividers_vi dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/polaris10_smumgr.c:1923:41: note: byref variable will be forcibly initialized 1923 | struct pp_atomctrl_gpio_pin_assignment gpio_pin; | ^~~~~~~~ /kisskb/src/drivers/scsi/megaraid.c: In function 'mega_do_del_logdrv': /kisskb/src/drivers/scsi/megaraid.c:3831:12: note: byref variable will be forcibly initialized 3831 | megacmd_t mc; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/polaris10_smumgr.c: In function 'polaris10_process_firmware_header': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/polaris10_smumgr.c:2496:11: note: byref variable will be forcibly initialized 2496 | uint32_t tmp; | ^~~ /kisskb/src/drivers/scsi/megaraid.c: In function 'mega_n_to_m': /kisskb/src/drivers/scsi/megaraid.c:3511:7: note: byref variable will be forcibly initialized 3511 | char signature[8] = {0}; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/polaris10_smumgr.c: In function 'polaris10_setup_graphics_level_structure': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/polaris10_smumgr.c:125:11: note: byref variable will be forcibly initialized 125 | uint16_t u16_boot_mvdd; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/polaris10_smumgr.c:123:11: note: byref variable will be forcibly initialized 123 | uint32_t dpm_table_start; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/polaris10_smumgr.c:122:11: note: byref variable will be forcibly initialized 122 | uint32_t vr_config; | ^~~~~~~~~ /kisskb/src/drivers/scsi/megaraid.c: In function 'megadev_ioctl': /kisskb/src/drivers/scsi/megaraid.c:2981:18: note: byref variable will be forcibly initialized 2981 | struct pci_dev *pdev; | ^~~~ /kisskb/src/drivers/scsi/megaraid.c:2975:12: note: byref variable will be forcibly initialized 2975 | megacmd_t mc; | ^~ /kisskb/src/drivers/scsi/megaraid.c:2974:13: note: byref variable will be forcibly initialized 2974 | dma_addr_t data_dma_hndl; /* dma handle for data xfer area */ | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/megaraid.c:2972:13: note: byref variable will be forcibly initialized 2972 | dma_addr_t pthru_dma_hndl; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/megaraid.c:2967:13: note: byref variable will be forcibly initialized 2967 | nitioctl_t uioc; | ^~~~ /kisskb/src/drivers/scsi/hpsa.c: In function 'hpsa_scsi_ioaccel_raid_map': /kisskb/src/drivers/scsi/hpsa.c:5131:5: note: byref variable will be forcibly initialized 5131 | u8 cdb[16]; | ^~~ /kisskb/src/drivers/scsi/hpsa.c:5126:31: note: byref variable will be forcibly initialized 5126 | u32 first_group, last_group, current_group; | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/hpsa.c:5112:6: note: byref variable will be forcibly initialized 5112 | u32 map_index; | ^~~~~~~~~ /kisskb/src/drivers/scsi/hpsa.c: In function 'hpsa_enter_performant_mode': /kisskb/src/drivers/scsi/hpsa.c:9330:20: note: byref variable will be forcibly initialized 9330 | u32 bft2_offset, cfg_base_addr; | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/hpsa.c:9329:19: note: byref variable will be forcibly initialized 9329 | u64 cfg_offset, cfg_base_addr_index; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/hpsa.c:9329:7: note: byref variable will be forcibly initialized 9329 | u64 cfg_offset, cfg_base_addr_index; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/hpsa.c:9214:6: note: byref variable will be forcibly initialized 9214 | int bft2[16] = {MIN_IOACCEL2_BFT_ENTRY, 6, 7, 8, 9, 10, 11, 12, | ^~~~ /kisskb/src/drivers/scsi/hpsa.c:9211:6: note: byref variable will be forcibly initialized 9211 | int bft[8] = {5, 6, 8, 10, 12, 20, 28, SG_ENTRIES_IN_CMD + 4}; | ^~~ /kisskb/src/drivers/scsi/megaraid.c: In function '__megaraid_shutdown': /kisskb/src/drivers/scsi/megaraid.c:4502:9: note: byref variable will be forcibly initialized 4502 | u_char raw_mbox[sizeof(struct mbox_out)]; | ^~~~~~~~ /kisskb/src/drivers/scsi/megaraid.c: In function 'mega_get_max_sgl': /kisskb/src/drivers/scsi/megaraid.c:3868:16: note: byref variable will be forcibly initialized 3868 | unsigned char raw_mbox[sizeof(struct mbox_out)]; | ^~~~~~~~ /kisskb/src/drivers/scsi/megaraid.c: In function 'mega_support_ext_cdb': /kisskb/src/drivers/scsi/megaraid.c:3753:16: note: byref variable will be forcibly initialized 3753 | unsigned char raw_mbox[sizeof(struct mbox_out)]; | ^~~~~~~~ /kisskb/src/drivers/scsi/megaraid.c: In function 'mega_is_bios_enabled': /kisskb/src/drivers/scsi/megaraid.c:3572:16: note: byref variable will be forcibly initialized 3572 | unsigned char raw_mbox[sizeof(struct mbox_out)]; | ^~~~~~~~ /kisskb/src/drivers/scsi/megaraid.c: In function 'mega_enum_raid_scsi': /kisskb/src/drivers/scsi/megaraid.c:3603:16: note: byref variable will be forcibly initialized 3603 | unsigned char raw_mbox[sizeof(struct mbox_out)]; | ^~~~~~~~ /kisskb/src/drivers/scsi/hpsa.c: In function 'hpsa_find_cfgtables': /kisskb/src/drivers/scsi/hpsa.c:7652:6: note: byref variable will be forcibly initialized 7652 | u64 cfg_base_addr_index; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/megaraid.c: In function 'mega_get_boot_drv': /kisskb/src/drivers/scsi/megaraid.c:3658:16: note: byref variable will be forcibly initialized 3658 | unsigned char raw_mbox[sizeof(struct mbox_out)]; | ^~~~~~~~ /kisskb/src/drivers/scsi/hpsa.c:7651:6: note: byref variable will be forcibly initialized 7651 | u32 cfg_base_addr; | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/hpsa.c:7650:6: note: byref variable will be forcibly initialized 7650 | u64 cfg_offset; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/megaraid.c: In function 'mega_support_random_del': /kisskb/src/drivers/scsi/megaraid.c:3724:16: note: byref variable will be forcibly initialized 3724 | unsigned char raw_mbox[sizeof(struct mbox_out)]; | ^~~~~~~~ /kisskb/src/drivers/scsi/megaraid.c: In function 'mega_support_cluster': /kisskb/src/drivers/scsi/megaraid.c:3913:16: note: byref variable will be forcibly initialized 3913 | unsigned char raw_mbox[sizeof(struct mbox_out)]; | ^~~~~~~~ /kisskb/src/drivers/scsi/megaraid.c: In function 'megaraid_remove_one': /kisskb/src/drivers/scsi/hpsa.c: In function 'hpsa_kdump_hard_reset_controller': /kisskb/src/drivers/scsi/megaraid.c:4538:7: note: byref variable will be forcibly initialized 4538 | char buf[12] = { 0 }; | ^~~ /kisskb/src/drivers/scsi/hpsa.c:7306:6: note: byref variable will be forcibly initialized 7306 | u16 command_register; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/hpsa.c:7301:16: note: byref variable will be forcibly initialized 7301 | unsigned long paddr; | ^~~~~ /kisskb/src/drivers/scsi/hpsa.c:7299:6: note: byref variable will be forcibly initialized 7299 | u64 cfg_base_addr_index; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/hpsa.c:7298:6: note: byref variable will be forcibly initialized 7298 | u32 cfg_base_addr; | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/hpsa.c:7297:6: note: byref variable will be forcibly initialized 7297 | u64 cfg_offset; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/hpsa.c: In function 'hpsa_message': /kisskb/src/drivers/scsi/hpsa.c:7103:13: note: byref variable will be forcibly initialized 7103 | dma_addr_t paddr64; | ^~~~~~~ /kisskb/src/drivers/scsi/megaraid.c: In function 'megaraid_isr_iomapped': /kisskb/src/drivers/scsi/megaraid.c:1264:5: note: byref variable will be forcibly initialized 1264 | u8 completed[MAX_FIRMWARE_STATUS]; | ^~~~~~~~~ /kisskb/src/drivers/scsi/megaraid.c: In function 'megaraid_isr_memmapped': /kisskb/src/drivers/scsi/megaraid.c:1341:5: note: byref variable will be forcibly initialized 1341 | u8 completed[MAX_FIRMWARE_STATUS]; | ^~~~~~~~~ /kisskb/src/drivers/scsi/megaraid.c: In function 'megaraid_reset': /kisskb/src/drivers/scsi/megaraid.c:1885:12: note: byref variable will be forcibly initialized 1885 | megacmd_t mc; | ^~ /kisskb/src/drivers/scsi/hpsa.c: In function 'hpsa_pci_init': /kisskb/src/drivers/scsi/hpsa.c:7875:7: note: byref variable will be forcibly initialized 7875 | bool legacy_board; | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/megaraid.c: In function 'mega_build_cmd': /kisskb/src/drivers/scsi/megaraid.c:524:6: note: byref variable will be forcibly initialized 524 | u32 seg; | ^~~ /kisskb/src/drivers/scsi/hpsa.c: In function 'path_info_show': /kisskb/src/drivers/scsi/hpsa.c:819:16: note: byref variable will be forcibly initialized 819 | unsigned char phys_connector[2]; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/hpsa.c: In function 'host_store_raid_offload_debug': /kisskb/src/drivers/scsi/hpsa.c:482:7: note: byref variable will be forcibly initialized 482 | char tmpbuf[10]; | ^~~~~~ /kisskb/src/drivers/scsi/hpsa.c:479:6: note: byref variable will be forcibly initialized 479 | int debug_level, len; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/hpsa.c: In function 'host_store_hp_ssd_smart_path_status': /kisskb/src/drivers/scsi/hpsa.c:458:7: note: byref variable will be forcibly initialized 458 | char tmpbuf[10]; | ^~~~~~ /kisskb/src/drivers/scsi/hpsa.c:455:6: note: byref variable will be forcibly initialized 455 | int status, len; | ^~~~~~ /kisskb/src/drivers/scsi/megaraid.c: In function 'megaraid_queue_lck': /kisskb/src/drivers/scsi/megaraid.c:377:6: note: byref variable will be forcibly initialized 377 | int busy=0; | ^~~~ /kisskb/src/drivers/scsi/hpsa.c: In function 'hpsa_getdrivver_ioctl': /kisskb/src/drivers/scsi/hpsa.c:6385:28: note: byref variable will be forcibly initialized 6385 | unsigned char vmaj, vmin, vsubmin; | ^~~~~~~ /kisskb/src/drivers/scsi/hpsa.c:6385:22: note: byref variable will be forcibly initialized 6385 | unsigned char vmaj, vmin, vsubmin; | ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:6, from /kisskb/src/drivers/scsi/megaraid.c:31: /kisskb/src/drivers/scsi/megaraid.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/scsi/hpsa.c:6385:16: note: byref variable will be forcibly initialized 6385 | unsigned char vmaj, vmin, vsubmin; | ^~~~ /kisskb/src/drivers/scsi/hpsa.c:6384:17: note: byref variable will be forcibly initialized 6384 | DriverVer_type DriverVer; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/hpsa.c:21: /kisskb/src/drivers/scsi/hpsa.c: In function 'hpsa_do_reset': /kisskb/src/drivers/scsi/megaraid.c: In function 'mega_query_adapter': /kisskb/src/drivers/scsi/megaraid.c:225:15: note: byref variable will be forcibly initialized 225 | dma_addr_t dma_handle; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/megaraid.c:195:5: note: byref variable will be forcibly initialized 195 | u8 raw_mbox[sizeof(struct mbox_out)]; | ^~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/hpsa.c:3186:3: note: in expansion of macro 'wait_event' 3186 | wait_event(h->event_sync_wait_queue, | ^~~~~~~~~~ /kisskb/src/drivers/power/supply/bq25890_charger.c: In function 'bq25890_field_read': /kisskb/src/drivers/power/supply/bq25890_charger.c:318:6: note: byref variable will be forcibly initialized 318 | int val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_algo.c: In function 'stb0899_set_srate': /kisskb/src/drivers/media/dvb-frontends/stb0899_algo.c:69:5: note: byref variable will be forcibly initialized 69 | u8 sfr[3]; | ^~~ /kisskb/src/drivers/power/supply/bq25890_charger.c: In function 'bq25890_get_chip_state': /kisskb/src/drivers/power/supply/bq25890_charger.c:546:4: note: byref variable will be forcibly initialized 546 | } state_fields[] = { | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/hpsa.c: In function 'hpsa_getpciinfo_ioctl': /kisskb/src/drivers/scsi/hpsa.c:6369:23: note: byref variable will be forcibly initialized 6369 | struct hpsa_pci_info pciinfo; | ^~~~~~~ /kisskb/src/drivers/scsi/megaraid.c: In function 'megaraid_probe_one': /kisskb/src/drivers/scsi/megaraid.c:4188:7: note: byref variable will be forcibly initialized 4188 | u32 magic64; | ^~~~~~~ /kisskb/src/drivers/scsi/megaraid.c:4166:7: note: byref variable will be forcibly initialized 4166 | u16 magic; | ^~~~~ /kisskb/src/drivers/scsi/hpsa.c: In function 'hpsa_ioctl': /kisskb/src/drivers/scsi/hpsa.c:6663:28: note: byref variable will be forcibly initialized 6663 | BIG_IOCTL_Command_struct ioc; | ^~~ /kisskb/src/drivers/scsi/hpsa.c:6648:24: note: byref variable will be forcibly initialized 6648 | IOCTL_Command_struct iocommand; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_algo.c: In function 'stb0899_search_tmg': /kisskb/src/drivers/media/dvb-frontends/stb0899_algo.c:202:5: note: byref variable will be forcibly initialized 202 | u8 cfr[2]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_algo.c: In function 'stb0899_search_carrier': /kisskb/src/drivers/media/dvb-frontends/stb0899_algo.c:272:5: note: byref variable will be forcibly initialized 272 | u8 cfr[2]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_algo.c: In function 'stb0899_search_data': /kisskb/src/drivers/media/dvb-frontends/stb0899_algo.c:380:5: note: byref variable will be forcibly initialized 380 | u8 cfr[2]; | ^~~ /kisskb/src/drivers/power/supply/bq25890_charger.c: In function '__bq25890_handle_irq': /kisskb/src/drivers/power/supply/bq25890_charger.c:572:23: note: byref variable will be forcibly initialized 572 | struct bq25890_state new_state; | ^~~~~~~~~ /kisskb/src/drivers/power/supply/bq25890_charger.c: In function 'bq25890_fw_read_u32_props': /kisskb/src/drivers/power/supply/bq25890_charger.c:859:4: note: byref variable will be forcibly initialized 859 | } props[] = { | ^~~~~ /kisskb/src/drivers/power/supply/bq25890_charger.c:851:6: note: byref variable will be forcibly initialized 851 | u32 property; | ^~~~~~~~ /kisskb/src/drivers/scsi/hpsa.c: In function 'hpsa_init_one': /kisskb/src/drivers/scsi/hpsa.c:8674:6: note: byref variable will be forcibly initialized 8674 | u32 board_id; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_algo.c: In function 'stb0899_first_subrange': /kisskb/src/drivers/media/dvb-frontends/stb0899_algo.c:138:6: note: byref variable will be forcibly initialized 138 | u32 bandwidth = 0; | ^~~~~~~~~ /kisskb/src/drivers/power/supply/bq25890_charger.c: In function 'bq25890_power_supply_get_property': /kisskb/src/drivers/power/supply/bq25890_charger.c:407:6: note: byref variable will be forcibly initialized 407 | int ret; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_algo.c: In function 'stb0899_dvbs_algo': /kisskb/src/drivers/media/dvb-frontends/stb0899_algo.c:502:6: note: byref variable will be forcibly initialized 502 | s32 betaTab[5][4] = { | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_algo.c:499:6: note: byref variable will be forcibly initialized 499 | u32 bandwidth = 0; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_algo.c:497:5: note: byref variable will be forcibly initialized 497 | u8 eq_const[10]; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stb0899_algo.c:496:5: note: byref variable will be forcibly initialized 496 | u8 cfr[2]; | ^~~ /kisskb/src/drivers/scsi/hpsa.c: In function 'complete_scsi_command': /kisskb/src/drivers/scsi/hpsa.c:2577:5: note: byref variable will be forcibly initialized 2577 | u8 ascq; /* additional sense code qualifier */ | ^~~~ /kisskb/src/drivers/scsi/hpsa.c:2576:5: note: byref variable will be forcibly initialized 2576 | u8 asc; /* additional sense code */ | ^~~ /kisskb/src/drivers/scsi/hpsa.c:2575:5: note: byref variable will be forcibly initialized 2575 | u8 sense_key; | ^~~~~~~~~ /kisskb/src/drivers/scsi/hpsa.c: In function 'hpsa_eh_device_reset_handler': /kisskb/src/drivers/scsi/hpsa.c:6033:7: note: byref variable will be forcibly initialized 6033 | char msg[48]; | ^~~ /kisskb/src/drivers/hwmon/tmp108.c: In function 'tmp108_write': /kisskb/src/drivers/hwmon/tmp108.c:194:6: note: byref variable will be forcibly initialized 194 | u32 regval, mask; | ^~~~~~ /kisskb/src/drivers/hwmon/tmp108.c: In function 'tmp108_read': /kisskb/src/drivers/hwmon/tmp108.c:95:15: note: byref variable will be forcibly initialized 95 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/tmp108.c: In function 'tmp108_probe': /kisskb/src/drivers/hwmon/tmp108.c:332:6: note: byref variable will be forcibly initialized 332 | u32 config; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/iceland_smumgr.c: In function 'iceland_set_s0_mc_reg_index': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/iceland_smumgr.c:2470:11: note: byref variable will be forcibly initialized 2470 | uint16_t address; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/iceland_smumgr.c: In function 'iceland_calculate_mclk_params': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/iceland_smumgr.c:1112:32: note: byref variable will be forcibly initialized 1112 | pp_atomctrl_internal_ss_info ss_info; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/iceland_smumgr.c:1064:33: note: byref variable will be forcibly initialized 1064 | pp_atomctrl_memory_clock_param mpll_param; | ^~~~~~~~~~ /kisskb/src/drivers/hwmon/tmp421.c: In function 'tmp421_probe_child_from_dt': /kisskb/src/drivers/hwmon/tmp421.c:370:6: note: byref variable will be forcibly initialized 370 | s32 val; | ^~~ /kisskb/src/drivers/hwmon/tmp421.c:369:6: note: byref variable will be forcibly initialized 369 | u32 i; | ^ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/iceland_smumgr.c: In function 'iceland_populate_smc_acpi_level': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/iceland_smumgr.c:1430:30: note: byref variable will be forcibly initialized 1430 | SMU71_Discrete_VoltageLevel voltage_level; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/iceland_smumgr.c:1427:39: note: byref variable will be forcibly initialized 1427 | struct pp_atomctrl_clock_dividers_vi dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/iceland_smumgr.c: In function 'iceland_calculate_sclk_params': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/iceland_smumgr.c:840:32: note: byref variable will be forcibly initialized 840 | pp_atomctrl_internal_ss_info ss_info; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/iceland_smumgr.c:799:32: note: byref variable will be forcibly initialized 799 | pp_atomctrl_clock_dividers_vi dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/iceland_smumgr.c: In function 'iceland_populate_ulv_level': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/iceland_smumgr.c:717:34: note: byref variable will be forcibly initialized 717 | uint32_t voltage_response_time, ulv_voltage; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/iceland_smumgr.c:717:11: note: byref variable will be forcibly initialized 717 | uint32_t voltage_response_time, ulv_voltage; | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/iceland_smumgr.c: In function 'iceland_program_memory_timing_parameters': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/iceland_smumgr.c:1616:39: note: byref variable will be forcibly initialized 1616 | SMU71_Discrete_MCArbDramTimingTable arb_regs; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/iceland_smumgr.c: In function 'iceland_update_sclk_threshold': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/iceland_smumgr.c:2180:11: note: byref variable will be forcibly initialized 2180 | uint32_t low_sclk_interrupt_threshold = 0; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/iceland_smumgr.c: In function 'iceland_populate_dw8': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/iceland_smumgr.c:339:11: note: byref variable will be forcibly initialized 339 | uint32_t temp; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/iceland_smumgr.c: In function 'iceland_process_firmware_header': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/iceland_smumgr.c:2282:11: note: byref variable will be forcibly initialized 2282 | uint32_t tmp; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/iceland_smumgr.c: In function 'iceland_populate_pm_fuses': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/iceland_smumgr.c:438:11: note: byref variable will be forcibly initialized 438 | uint32_t pm_fuse_table_offset; | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/watchdog/rn5t618_wdt.c: In function 'rn5t618_wdt_ping': /kisskb/src/drivers/watchdog/rn5t618_wdt.c:110:15: note: byref variable will be forcibly initialized 110 | unsigned int val; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/smu7_smumgr.c: In function 'smu7_copy_bytes_from_smc': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/smu7_smumgr.c:54:13: note: byref variable will be forcibly initialized 54 | uint8_t i, data_byte[4] = {0}; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/smu7_smumgr.c:51:11: note: byref variable will be forcibly initialized 51 | uint32_t data; | ^~~~ /kisskb/src/drivers/watchdog/pcwd_pci.c: In function 'pcipcwd_temp_read': /kisskb/src/drivers/watchdog/pcwd_pci.c:603:6: note: byref variable will be forcibly initialized 603 | int temperature; | ^~~~~~~~~~~ /kisskb/src/drivers/watchdog/pcwd_pci.c: In function 'pcipcwd_set_heartbeat': /kisskb/src/drivers/watchdog/pcwd_pci.c:322:6: note: byref variable will be forcibly initialized 322 | int t_lsb = t % 256; | ^~~~~ /kisskb/src/drivers/watchdog/pcwd_pci.c:321:6: note: byref variable will be forcibly initialized 321 | int t_msb = t / 256; | ^~~~~ /kisskb/src/drivers/watchdog/pcwd_pci.c: In function 'pcipcwd_get_timeleft': /kisskb/src/drivers/watchdog/pcwd_pci.c:416:6: note: byref variable will be forcibly initialized 416 | int lsb; | ^~~ /kisskb/src/drivers/watchdog/pcwd_pci.c:415:6: note: byref variable will be forcibly initialized 415 | int msb; | ^~~ /kisskb/src/drivers/watchdog/pcwd_pci.c: In function 'pcipcwd_clear_status': /kisskb/src/drivers/watchdog/pcwd_pci.c:361:6: note: byref variable will be forcibly initialized 361 | int reset_counter; | ^~~~~~~~~~~~~ /kisskb/src/drivers/watchdog/pcwd_pci.c:360:6: note: byref variable will be forcibly initialized 360 | int msb; | ^~~ /kisskb/src/drivers/watchdog/pcwd_pci.c: In function 'pcipcwd_ioctl': /kisskb/src/drivers/watchdog/pcwd_pci.c:552:7: note: byref variable will be forcibly initialized 552 | int time_left; | ^~~~~~~~~ /kisskb/src/drivers/watchdog/pcwd_pci.c:494:7: note: byref variable will be forcibly initialized 494 | int temperature; | ^~~~~~~~~~~ /kisskb/src/drivers/watchdog/pcwd_pci.c:484:7: note: byref variable will be forcibly initialized 484 | int status; | ^~~~~~ /kisskb/src/drivers/watchdog/pcwd_pci.c: In function 'pcipcwd_show_card_info': /kisskb/src/drivers/watchdog/pcwd_pci.c:227:7: note: byref variable will be forcibly initialized 227 | char fw_ver_str[20]; /* The cards firmware version */ | ^~~~~~~~~~ /kisskb/src/drivers/watchdog/pcwd_pci.c:226:32: note: byref variable will be forcibly initialized 226 | int got_fw_rev, fw_rev_major, fw_rev_minor; | ^~~~~~~~~~~~ /kisskb/src/drivers/watchdog/pcwd_pci.c:226:18: note: byref variable will be forcibly initialized 226 | int got_fw_rev, fw_rev_major, fw_rev_minor; | ^~~~~~~~~~~~ /kisskb/src/drivers/thermal/gov_step_wise.c: In function 'get_target_state': /kisskb/src/drivers/thermal/gov_step_wise.c:41:16: note: byref variable will be forcibly initialized 41 | unsigned long cur_state; | ^~~~~~~~~ /kisskb/src/drivers/thermal/gov_step_wise.c: In function 'thermal_zone_trip_update': /kisskb/src/drivers/thermal/gov_step_wise.c:119:25: note: byref variable will be forcibly initialized 119 | enum thermal_trip_type trip_type; | ^~~~~~~~~ /kisskb/src/drivers/thermal/gov_step_wise.c:118:6: note: byref variable will be forcibly initialized 118 | int trip_temp; | ^~~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c: In function 'bq25980_get_state': /kisskb/src/drivers/power/supply/bq25980_charger.c:567:15: note: byref variable will be forcibly initialized 567 | unsigned int ibat_adc_msb; | ^~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c:566:15: note: byref variable will be forcibly initialized 566 | unsigned int stat4; | ^~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c:565:15: note: byref variable will be forcibly initialized 565 | unsigned int stat3; | ^~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c:564:15: note: byref variable will be forcibly initialized 564 | unsigned int stat2; | ^~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c:563:15: note: byref variable will be forcibly initialized 563 | unsigned int stat1; | ^~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c:562:15: note: byref variable will be forcibly initialized 562 | unsigned int chg_ctrl_2; | ^~~~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c: In function 'bq25980_irq_handler_thread': /kisskb/src/drivers/power/supply/bq25980_charger.c:834:23: note: byref variable will be forcibly initialized 834 | struct bq25980_state state; | ^~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c: In function 'bq25980_get_ibat_adc': /kisskb/src/drivers/power/supply/bq25980_charger.c:521:20: note: byref variable will be forcibly initialized 521 | int ibat_adc_lsb, ibat_adc_msb; | ^~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c:521:6: note: byref variable will be forcibly initialized 521 | int ibat_adc_lsb, ibat_adc_msb; | ^~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c: In function 'bq25980_get_adc_vbat': /kisskb/src/drivers/power/supply/bq25980_charger.c:542:20: note: byref variable will be forcibly initialized 542 | int vsys_adc_lsb, vsys_adc_msb; | ^~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c:542:6: note: byref variable will be forcibly initialized 542 | int vsys_adc_lsb, vsys_adc_msb; | ^~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c: In function 'bq25980_get_input_volt_lim': /kisskb/src/drivers/power/supply/bq25980_charger.c:323:15: note: byref variable will be forcibly initialized 323 | unsigned int busovp_reg_code; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c: In function 'bq25980_get_input_curr_lim': /kisskb/src/drivers/power/supply/bq25980_charger.c:277:15: note: byref variable will be forcibly initialized 277 | unsigned int busocp_reg_code; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c: In function 'bq25980_get_adc_ibus': /kisskb/src/drivers/power/supply/bq25980_charger.c:479:20: note: byref variable will be forcibly initialized 479 | int ibus_adc_lsb, ibus_adc_msb; | ^~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c:479:6: note: byref variable will be forcibly initialized 479 | int ibus_adc_lsb, ibus_adc_msb; | ^~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c: In function 'bq25980_get_adc_vbus': /kisskb/src/drivers/power/supply/bq25980_charger.c:501:20: note: byref variable will be forcibly initialized 501 | int vbus_adc_lsb, vbus_adc_msb; | ^~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c:501:6: note: byref variable will be forcibly initialized 501 | int vbus_adc_lsb, vbus_adc_msb; | ^~~~~~~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/media/pci/ngene/ngene-dvb.c:13: /kisskb/src/drivers/media/pci/ngene/ngene-dvb.c: In function 'ts_write': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/pci/ngene/ngene-dvb.c:43:6: note: in expansion of macro 'wait_event_interruptible' 43 | if (wait_event_interruptible(dev->tsout_rbuf.queue, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c: In function 'bq25980_get_const_charge_curr': /kisskb/src/drivers/power/supply/bq25980_charger.c:377:15: note: byref variable will be forcibly initialized 377 | unsigned int batocp_reg_code; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/pci/ngene/ngene-dvb.c: In function 'ts_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/pci/ngene/ngene-dvb.c:63:7: note: in expansion of macro 'wait_event_interruptible' 63 | if (wait_event_interruptible( | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c: In function 'bq25980_get_const_charge_volt': /kisskb/src/drivers/power/supply/bq25980_charger.c:409:15: note: byref variable will be forcibly initialized 409 | unsigned int batovp_reg_code; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq25980_charger.c: In function 'bq25980_get_charger_property': /kisskb/src/drivers/power/supply/bq25980_charger.c:701:23: note: byref variable will be forcibly initialized 701 | struct bq25980_state state; | ^~~~~ In file included from /kisskb/src/include/media/drv-intf/saa7146.h:6, from /kisskb/src/drivers/media/common/saa7146/saa7146_core.c:11: /kisskb/src/drivers/media/common/saa7146/saa7146_core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/media/common/saa7146/saa7146_core.c: In function 'saa7146_pgtable_alloc': /kisskb/src/drivers/media/common/saa7146/saa7146_core.c:222:15: note: byref variable will be forcibly initialized 222 | dma_addr_t dma_addr = 0; | ^~~~~~~~ /kisskb/src/drivers/media/common/saa7146/saa7146_core.c: In function 'saa7146_remove_one': /kisskb/src/drivers/media/common/saa7146/saa7146_core.c:504:4: note: byref variable will be forcibly initialized 504 | } dev_map[] = { | ^~~~~~~ /kisskb/src/drivers/media/common/saa7146/saa7146_core.c: In function 'interrupt_hw': /kisskb/src/drivers/media/common/saa7146/saa7146_core.c:284:6: note: byref variable will be forcibly initialized 284 | u32 isr; | ^~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/media/dvb-core/dvb_demux.c:24: /kisskb/src/drivers/media/dvb-core/dvb_demux.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:135:6: note: in expansion of macro 'check_mul_overflow' 135 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:135:6: note: in expansion of macro 'check_mul_overflow' 135 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:133:9: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwmon/tmp513.c: In function 'tmp51x_read': /kisskb/src/drivers/hwmon/tmp513.c:400:6: note: byref variable will be forcibly initialized 400 | u32 regval; | ^~~~~~ /kisskb/src/drivers/hwmon/tmp513.c: In function 'tmp51x_init': /kisskb/src/drivers/hwmon/tmp513.c:567:15: note: byref variable will be forcibly initialized 567 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/tmp513.c: In function 'tmp51x_read_properties': /kisskb/src/drivers/hwmon/tmp513.c:659:6: note: byref variable will be forcibly initialized 659 | u32 val; | ^~~ /kisskb/src/drivers/hwmon/tmp513.c:658:6: note: byref variable will be forcibly initialized 658 | u32 nfactor[3]; | ^~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/drivers/media/pci/mantis/mantis_hif.c:11: /kisskb/src/drivers/media/pci/mantis/mantis_hif.c: In function 'mantis_hif_sbuf_opdone_wait': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/pci/mantis/mantis_hif.c:35:6: note: in expansion of macro 'wait_event_timeout' 35 | if (wait_event_timeout(ca->hif_opdone_wq, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/pci/mantis/mantis_hif.c: In function 'mantis_hif_write_wait': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/pci/mantis/mantis_hif.c:53:6: note: in expansion of macro 'wait_event_timeout' 53 | if (wait_event_timeout(ca->hif_write_wq, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/smu10_smumgr.c: In function 'smu10_verify_smc_interface': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/smu10_smumgr.c:187:11: note: byref variable will be forcibly initialized 187 | uint32_t smc_driver_if_version; | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/via686a.c: In function 'fan_div_store': /kisskb/src/drivers/hwmon/via686a.c:545:16: note: byref variable will be forcibly initialized 545 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/via686a.c: In function 'fan_min_store': /kisskb/src/drivers/hwmon/via686a.c:526:16: note: byref variable will be forcibly initialized 526 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/via686a.c: In function 'in_max_store': /kisskb/src/drivers/hwmon/via686a.c:392:16: note: byref variable will be forcibly initialized 392 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/via686a.c: In function 'in_min_store': /kisskb/src/drivers/hwmon/via686a.c:373:16: note: byref variable will be forcibly initialized 373 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/via686a.c: In function 'temp_hyst_store': /kisskb/src/drivers/hwmon/via686a.c:471:7: note: byref variable will be forcibly initialized 471 | long val; | ^~~ /kisskb/src/drivers/hwmon/via686a.c: In function 'temp_over_store': /kisskb/src/drivers/hwmon/via686a.c:451:7: note: byref variable will be forcibly initialized 451 | long val; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/vega10_smumgr.c: In function 'vega10_verify_smc_interface': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/vega10_smumgr.c:176:11: note: byref variable will be forcibly initialized 176 | uint32_t smc_driver_if_version; | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/via686a.c: In function 'via686a_pci_probe': /kisskb/src/drivers/hwmon/via686a.c:861:15: note: byref variable will be forcibly initialized 861 | u16 address, val; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/vega10_smumgr.c: In function 'vega10_get_enabled_smc_features': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/vega10_smumgr.c:132:11: note: byref variable will be forcibly initialized 132 | uint32_t enabled_features; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/vega10_smumgr.c: In function 'vega10_is_dpm_running': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/vega10_smumgr.c:147:11: note: byref variable will be forcibly initialized 147 | uint64_t features_enabled = 0; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/vt8231.c: In function 'fan_div_store': /kisskb/src/drivers/hwmon/vt8231.c:549:16: note: byref variable will be forcibly initialized 549 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/vt8231.c: In function 'fan_min_store': /kisskb/src/drivers/hwmon/vt8231.c:529:16: note: byref variable will be forcibly initialized 529 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/vt8231.c: In function 'in5_max_store': /kisskb/src/drivers/hwmon/vt8231.c:305:16: note: byref variable will be forcibly initialized 305 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/vt8231.c: In function 'in5_min_store': /kisskb/src/drivers/hwmon/vt8231.c:285:16: note: byref variable will be forcibly initialized 285 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/vt8231.c: In function 'in_max_store': /kisskb/src/drivers/hwmon/vt8231.c:238:16: note: byref variable will be forcibly initialized 238 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/vt8231.c: In function 'in_min_store': /kisskb/src/drivers/hwmon/vt8231.c:218:16: note: byref variable will be forcibly initialized 218 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/vt8231.c: In function 'temp_max_store': /kisskb/src/drivers/hwmon/vt8231.c:433:7: note: byref variable will be forcibly initialized 433 | long val; | ^~~ /kisskb/src/drivers/hwmon/vt8231.c: In function 'temp_min_store': /kisskb/src/drivers/hwmon/vt8231.c:453:7: note: byref variable will be forcibly initialized 453 | long val; | ^~~ /kisskb/src/drivers/hwmon/vt8231.c: In function 'temp1_max_store': /kisskb/src/drivers/hwmon/vt8231.c:367:7: note: byref variable will be forcibly initialized 367 | long val; | ^~~ /kisskb/src/drivers/hwmon/vt8231.c: In function 'temp1_max_hyst_store': /kisskb/src/drivers/hwmon/vt8231.c:385:7: note: byref variable will be forcibly initialized 385 | long val; | ^~~ /kisskb/src/drivers/hwmon/vt8231.c: In function 'vt8231_pci_probe': /kisskb/src/drivers/hwmon/vt8231.c:984:15: note: byref variable will be forcibly initialized 984 | u16 address, val; | ^~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/usb/host/uhci-hcd.c:26: /kisskb/src/drivers/usb/host/uhci-hcd.c: In function 'uhci_hcd_endpoint_disable': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/uhci-hcd.c:782:3: note: in expansion of macro 'wait_event_interruptible' 782 | wait_event_interruptible(uhci->waitqh, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/thermal/devfreq_cooling.c: In function 'devfreq_cooling_power2state': /kisskb/src/drivers/thermal/devfreq_cooling.c:256:28: note: byref variable will be forcibly initialized 256 | struct devfreq_dev_status status; | ^~~~~~ In file included from /kisskb/src/drivers/usb/host/uhci-hcd.c:125: /kisskb/src/drivers/usb/host/uhci-hcd.c: In function 'uhci_alloc_td': /kisskb/src/drivers/usb/host/uhci-q.c:108:13: note: byref variable will be forcibly initialized 108 | dma_addr_t dma_handle; | ^~~~~~~~~~ /kisskb/src/drivers/thermal/devfreq_cooling.c: In function 'devfreq_cooling_get_requested_power': /kisskb/src/drivers/thermal/devfreq_cooling.c:181:28: note: byref variable will be forcibly initialized 181 | struct devfreq_dev_status status; | ^~~~~~ /kisskb/src/drivers/usb/host/uhci-hcd.c: In function 'uhci_alloc_qh': /kisskb/src/drivers/usb/host/uhci-q.c:248:13: note: byref variable will be forcibly initialized 248 | dma_addr_t dma_handle; | ^~~~~~~~~~ In file included from /kisskb/src/drivers/thermal/devfreq_cooling.c:17: /kisskb/src/drivers/thermal/devfreq_cooling.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/thermal/devfreq_cooling.c: In function 'devfreq_cooling_gen_tables': /kisskb/src/drivers/thermal/devfreq_cooling.c:315:16: note: byref variable will be forcibly initialized 315 | unsigned long freq; | ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/usb/host/uhci-hcd.c:27: /kisskb/src/drivers/usb/host/uhci-hcd.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwmon/w83l786ng.c: In function 'store_tolerance': /kisskb/src/drivers/hwmon/w83l786ng.c:590:16: note: byref variable will be forcibly initialized 590 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83l786ng.c: In function 'store_pwm_enable': /kisskb/src/drivers/hwmon/w83l786ng.c:534:16: note: byref variable will be forcibly initialized 534 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83l786ng.c: In function 'store_pwm_mode': /kisskb/src/drivers/hwmon/w83l786ng.c:482:16: note: byref variable will be forcibly initialized 482 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83l786ng.c: In function 'store_pwm': /kisskb/src/drivers/hwmon/w83l786ng.c:509:16: note: byref variable will be forcibly initialized 509 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83l786ng.c: In function 'store_fan_div': /kisskb/src/drivers/hwmon/w83l786ng.c:342:16: note: byref variable will be forcibly initialized 342 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83l786ng.c: In function 'store_fan_min': /kisskb/src/drivers/hwmon/w83l786ng.c:297:16: note: byref variable will be forcibly initialized 297 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83l786ng.c: In function 'store_in_max': /kisskb/src/drivers/hwmon/w83l786ng.c:244:16: note: byref variable will be forcibly initialized 244 | unsigned long val; \ | ^~~ /kisskb/src/drivers/hwmon/w83l786ng.c:257:1: note: in expansion of macro 'store_in_reg' 257 | store_in_reg(MAX, max) | ^~~~~~~~~~~~ /kisskb/src/drivers/hwmon/w83l786ng.c: In function 'store_in_min': /kisskb/src/drivers/hwmon/w83l786ng.c:244:16: note: byref variable will be forcibly initialized 244 | unsigned long val; \ | ^~~ /kisskb/src/drivers/hwmon/w83l786ng.c:256:1: note: in expansion of macro 'store_in_reg' 256 | store_in_reg(MIN, min) | ^~~~~~~~~~~~ /kisskb/src/drivers/hwmon/w83l786ng.c: In function 'store_temp': /kisskb/src/drivers/hwmon/w83l786ng.c:426:7: note: byref variable will be forcibly initialized 426 | long val; | ^~~ /kisskb/src/drivers/watchdog/alim7101_wdt.c: In function 'wdt_change': /kisskb/src/drivers/watchdog/alim7101_wdt.c:126:7: note: byref variable will be forcibly initialized 126 | char tmp; | ^~~ /kisskb/src/drivers/watchdog/alim7101_wdt.c: In function 'wdt_timer_ping': /kisskb/src/drivers/watchdog/alim7101_wdt.c:96:7: note: byref variable will be forcibly initialized 96 | char tmp; | ^~~ /kisskb/src/drivers/watchdog/alim7101_wdt.c: In function 'alim7101_wdt_init': /kisskb/src/drivers/watchdog/alim7101_wdt.c:364:7: note: byref variable will be forcibly initialized 364 | char tmp; | ^~~ /kisskb/src/drivers/hwmon/w83773g.c: In function 'get_update_interval': /kisskb/src/drivers/hwmon/w83773g.c:144:15: note: byref variable will be forcibly initialized 144 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/w83773g.c: In function 'get_local_temp': /kisskb/src/drivers/hwmon/w83773g.c:63:15: note: byref variable will be forcibly initialized 63 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/w83773g.c: In function 'get_remote_temp': /kisskb/src/drivers/hwmon/w83773g.c:77:15: note: byref variable will be forcibly initialized 77 | unsigned int regval_low; | ^~~~~~~~~~ /kisskb/src/drivers/hwmon/w83773g.c:76:15: note: byref variable will be forcibly initialized 76 | unsigned int regval_high; | ^~~~~~~~~~~ /kisskb/src/drivers/hwmon/w83773g.c: In function 'get_fault': /kisskb/src/drivers/hwmon/w83773g.c:94:15: note: byref variable will be forcibly initialized 94 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/w83773g.c: In function 'get_offset': /kisskb/src/drivers/hwmon/w83773g.c:108:15: note: byref variable will be forcibly initialized 108 | unsigned int regval_low; | ^~~~~~~~~~ /kisskb/src/drivers/hwmon/w83773g.c:107:15: note: byref variable will be forcibly initialized 107 | unsigned int regval_high; | ^~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq256xx_get_state': /kisskb/src/drivers/power/supply/bq256xx_charger.c:427:15: note: byref variable will be forcibly initialized 427 | unsigned int charger_status_1; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c:426:15: note: byref variable will be forcibly initialized 426 | unsigned int charger_status_0; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq25611d_get_chrg_volt': /kisskb/src/drivers/power/supply/bq256xx_charger.c:543:15: note: byref variable will be forcibly initialized 543 | unsigned int battery_volt_lim; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq25618_619_get_prechrg_curr': /kisskb/src/drivers/power/supply/bq256xx_charger.c:707:15: note: byref variable will be forcibly initialized 707 | unsigned int prechg_and_term_curr_lim; | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq25618_619_get_term_curr': /kisskb/src/drivers/power/supply/bq256xx_charger.c:769:15: note: byref variable will be forcibly initialized 769 | unsigned int prechg_and_term_curr_lim; | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq25618_619_get_chrg_volt': /kisskb/src/drivers/power/supply/bq256xx_charger.c:520:15: note: byref variable will be forcibly initialized 520 | unsigned int battery_volt_lim; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq25618_619_get_ichg_curr': /kisskb/src/drivers/power/supply/bq256xx_charger.c:470:15: note: byref variable will be forcibly initialized 470 | unsigned int charge_current_limit; | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq25601d_get_chrg_volt': /kisskb/src/drivers/power/supply/bq256xx_charger.c:583:15: note: byref variable will be forcibly initialized 583 | unsigned int battery_volt_lim; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq256xx_get_input_volt_lim': /kisskb/src/drivers/power/supply/bq256xx_charger.c:799:15: note: byref variable will be forcibly initialized 799 | unsigned int charger_control_2; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq256xx_get_prechrg_curr': /kisskb/src/drivers/power/supply/bq256xx_charger.c:675:15: note: byref variable will be forcibly initialized 675 | unsigned int prechg_and_term_curr_lim; | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq256xx_get_term_curr': /kisskb/src/drivers/power/supply/bq256xx_charger.c:739:15: note: byref variable will be forcibly initialized 739 | unsigned int prechg_and_term_curr_lim; | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq2560x_get_chrg_volt': /kisskb/src/drivers/power/supply/bq256xx_charger.c:565:15: note: byref variable will be forcibly initialized 565 | unsigned int battery_volt_lim; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq256xx_get_input_curr_lim': /kisskb/src/drivers/power/supply/bq256xx_charger.c:829:15: note: byref variable will be forcibly initialized 829 | unsigned int input_current_limit; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/power/supply/bq256xx_charger.c: In function 'bq256xx_get_ichg_curr': /kisskb/src/drivers/power/supply/bq256xx_charger.c:454:15: note: byref variable will be forcibly initialized 454 | unsigned int charge_current_limit; | ^~~~~~~~~~~~~~~~~~~~ /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/hwmon/w83793.c: In function 'vrm_store': /kisskb/src/drivers/hwmon/w83793.c:334:16: note: byref variable will be forcibly initialized 334 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'store_fan_min': /kisskb/src/drivers/hwmon/w83793.c:489:16: note: byref variable will be forcibly initialized 489 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'store_temp': /kisskb/src/drivers/hwmon/w83793.c:588:7: note: byref variable will be forcibly initialized 588 | long tmp; | ^~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'store_pwm': /kisskb/src/drivers/hwmon/w83793.c:535:16: note: byref variable will be forcibly initialized 535 | unsigned long val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stb6100.c: In function 'stb6100_read_reg': /kisskb/src/drivers/media/dvb-frontends/stb6100.c:152:17: note: byref variable will be forcibly initialized 152 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/stb6100.c:150:5: note: byref variable will be forcibly initialized 150 | u8 regs[STB6100_NUMREGS]; | ^~~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'store_beep': /kisskb/src/drivers/hwmon/w83793.c:381:16: note: byref variable will be forcibly initialized 381 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'store_sf2_temp': /kisskb/src/drivers/hwmon/w83793.c:933:7: note: byref variable will be forcibly initialized 933 | long val; | ^~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'store_sf2_pwm': /kisskb/src/drivers/hwmon/w83793.c:892:16: note: byref variable will be forcibly initialized 892 | unsigned long val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stb6100.c: In function 'stb6100_read_regs': /kisskb/src/drivers/media/dvb-frontends/stb6100.c:124:17: note: byref variable will be forcibly initialized 124 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'store_sf_ctrl': /kisskb/src/drivers/hwmon/w83793.c:820:7: note: byref variable will be forcibly initialized 820 | long val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stb6100.c: In function 'stb6100_get_frequency': /kisskb/src/drivers/media/dvb-frontends/stb6100.c:304:5: note: byref variable will be forcibly initialized 304 | u8 regs[STB6100_NUMREGS]; | ^~~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'store_temp_mode': /kisskb/src/drivers/hwmon/w83793.c:654:16: note: byref variable will be forcibly initialized 654 | unsigned long val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stb6100.c: In function 'stb6100_write_reg_range': /kisskb/src/drivers/media/dvb-frontends/stb6100.c:177:17: note: byref variable will be forcibly initialized 177 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/stb6100.c:176:5: note: byref variable will be forcibly initialized 176 | u8 cmdbuf[MAX_XFER_SIZE]; | ^~~~~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'store_sf_setup': /kisskb/src/drivers/hwmon/w83793.c:719:7: note: byref variable will be forcibly initialized 719 | long val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stb6100.c: In function 'stb6100_write_reg': /kisskb/src/drivers/media/dvb-frontends/stb6100.c:217:5: note: byref variable will be forcibly initialized 217 | u8 tmp = data; /* see gcc.gnu.org/bugzilla/show_bug.cgi?id=81715 */ | ^~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'store_beep_enable': /kisskb/src/drivers/hwmon/w83793.c:414:16: note: byref variable will be forcibly initialized 414 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'store_chassis_clear': /kisskb/src/drivers/hwmon/w83793.c:442:16: note: byref variable will be forcibly initialized 442 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83793.c: In function 'store_in': /kisskb/src/drivers/hwmon/w83793.c:981:16: note: byref variable will be forcibly initialized 981 | unsigned long val; | ^~~ /kisskb/src/drivers/power/supply/smb347-charger.c: In function 'smb347_usb_vbus_get_current_limit': /kisskb/src/drivers/power/supply/smb347-charger.c:1334:15: note: byref variable will be forcibly initialized 1334 | unsigned int val; | ^~~ /kisskb/src/drivers/power/supply/smb347-charger.c: In function 'smb347_get_charging_status': /kisskb/src/drivers/power/supply/smb347-charger.c:1048:15: note: byref variable will be forcibly initialized 1048 | unsigned int val; | ^~~ /kisskb/src/drivers/power/supply/smb347-charger.c: In function 'smb347_charging_status': /kisskb/src/drivers/power/supply/smb347-charger.c:357:15: note: byref variable will be forcibly initialized 357 | unsigned int val; | ^~~ /kisskb/src/drivers/power/supply/smb347-charger.c: In function 'get_const_charge_voltage': /kisskb/src/drivers/power/supply/smb347-charger.c:1026:15: note: byref variable will be forcibly initialized 1026 | unsigned int v; | ^ /kisskb/src/drivers/power/supply/smb347-charger.c: In function 'get_const_charge_current': /kisskb/src/drivers/power/supply/smb347-charger.c:994:15: note: byref variable will be forcibly initialized 994 | unsigned int v; | ^ /kisskb/src/drivers/power/supply/smb347-charger.c: In function 'smb347_update_ps_status': /kisskb/src/drivers/power/supply/smb347-charger.c:311:15: note: byref variable will be forcibly initialized 311 | unsigned int val; | ^~~ /kisskb/src/drivers/power/supply/smb347-charger.c: In function 'smb347_interrupt': /kisskb/src/drivers/power/supply/smb347-charger.c:797:45: note: byref variable will be forcibly initialized 797 | unsigned int stat_c, irqstat_c, irqstat_d, irqstat_e; | ^~~~~~~~~ /kisskb/src/drivers/power/supply/smb347-charger.c:797:34: note: byref variable will be forcibly initialized 797 | unsigned int stat_c, irqstat_c, irqstat_d, irqstat_e; | ^~~~~~~~~ /kisskb/src/drivers/power/supply/smb347-charger.c:797:23: note: byref variable will be forcibly initialized 797 | unsigned int stat_c, irqstat_c, irqstat_d, irqstat_e; | ^~~~~~~~~ /kisskb/src/drivers/power/supply/smb347-charger.c:797:15: note: byref variable will be forcibly initialized 797 | unsigned int stat_c, irqstat_c, irqstat_d, irqstat_e; | ^~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c: In function 'dvb_ca_en50221_parse_attributes': /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:456:5: note: byref variable will be forcibly initialized 456 | u8 tuple[257]; | ^~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:455:6: note: byref variable will be forcibly initialized 455 | int tuple_type; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:454:6: note: byref variable will be forcibly initialized 454 | int tuple_length; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:453:6: note: byref variable will be forcibly initialized 453 | int address = 0; | ^~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c: In function 'dvb_ca_en50221_io_write': /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:1447:5: note: byref variable will be forcibly initialized 1447 | u8 fragbuf[HOST_LINK_BUF_SIZE]; | ^~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:1445:11: note: byref variable will be forcibly initialized 1445 | u8 slot, connection_id; | ^~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:1445:5: note: byref variable will be forcibly initialized 1445 | u8 slot, connection_id; | ^~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c: In function 'dvb_ca_en50221_read_data': /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:637:5: note: byref variable will be forcibly initialized 637 | u8 buf[HOST_LINK_BUF_SIZE]; | ^~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c: In function 'dvb_ca_en50221_link_init': /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:325:5: note: byref variable will be forcibly initialized 325 | u8 buf[2]; | ^~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c: In function 'dvb_ca_en50221_io_read_condition': /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:1547:5: note: byref variable will be forcibly initialized 1547 | u8 hdr[2]; | ^~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:1544:9: note: byref variable will be forcibly initialized 1544 | size_t fraglen; | ^~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c: In function 'dvb_ca_en50221_io_poll': /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:1788:6: note: byref variable will be forcibly initialized 1788 | int result = 0; | ^~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:1787:6: note: byref variable will be forcibly initialized 1787 | int slot; | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:20: /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c: In function 'dvb_ca_en50221_io_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:1628:12: note: in expansion of macro 'wait_event_interruptible' 1628 | status = wait_event_interruptible(ca->wait_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:1607:9: note: byref variable will be forcibly initialized 1607 | size_t fraglen; | ^~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:1603:6: note: byref variable will be forcibly initialized 1603 | int slot; | ^~~~ /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:1602:5: note: byref variable will be forcibly initialized 1602 | u8 hdr[2]; | ^~~ In file included from /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c:20: /kisskb/src/drivers/media/dvb-core/dvb_ca_en50221.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/s5h1432.c: In function 's5h1432_readreg': /kisskb/src/drivers/media/dvb-frontends/s5h1432.c:65:17: note: byref variable will be forcibly initialized 65 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/s5h1432.c:63:5: note: byref variable will be forcibly initialized 63 | u8 b1[] = { 0 }; | ^~ /kisskb/src/drivers/media/dvb-frontends/s5h1432.c:62:5: note: byref variable will be forcibly initialized 62 | u8 b0[] = { reg }; | ^~ /kisskb/src/drivers/media/dvb-frontends/s5h1432.c: In function 's5h1432_writereg': /kisskb/src/drivers/media/dvb-frontends/s5h1432.c:48:17: note: byref variable will be forcibly initialized 48 | struct i2c_msg msg = {.addr = addr, .flags = 0, .buf = buf, .len = 2 }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/s5h1432.c:46:5: note: byref variable will be forcibly initialized 46 | u8 buf[] = { reg, data }; | ^~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/pci.h:37, from /kisskb/src/drivers/usb/host/xhci.c:11: /kisskb/src/drivers/usb/host/xhci.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/drivers/thermal/max77620_thermal.c: In function 'max77620_thermal_read_temp': /kisskb/src/drivers/thermal/max77620_thermal.c:50:15: note: byref variable will be forcibly initialized 50 | unsigned int val; | ^~~ /kisskb/src/drivers/usb/host/xhci.c: In function 'xhci_calculate_lpm_timeout': /kisskb/src/drivers/usb/host/xhci.c:4905:6: note: byref variable will be forcibly initialized 4905 | u16 timeout = USB3_LPM_DISABLED; | ^~~~~~~ /kisskb/src/drivers/scsi/atp870u.c: In function 'send_s870': /kisskb/src/drivers/scsi/atp870u.c:718:16: note: byref variable will be forcibly initialized 718 | unsigned long l, bttl = 0; | ^ /kisskb/src/drivers/scsi/atp870u.c: In function 'atp870u_intr_handle': /kisskb/src/drivers/scsi/atp870u.c:126:24: note: byref variable will be forcibly initialized 126 | unsigned long adrcnt, k; | ^ /kisskb/src/drivers/scsi/atp870u.c:126:16: note: byref variable will be forcibly initialized 126 | unsigned long adrcnt, k; | ^~~~~~ /kisskb/src/drivers/scsi/initio.c: In function 'initio_probe_one': /kisskb/src/drivers/scsi/initio.c:2808:6: note: byref variable will be forcibly initialized 2808 | u32 reg; | ^~~ /kisskb/src/drivers/scsi/atp870u.c: In function 'atp885_init': /kisskb/src/drivers/scsi/atp870u.c:1450:16: note: byref variable will be forcibly initialized 1450 | unsigned char setupdata[2][16]; | ^~~~~~~~~ /kisskb/src/drivers/watchdog/of_xilinx_wdt.c: In function 'xwdt_probe': /kisskb/src/drivers/watchdog/of_xilinx_wdt.c:166:17: note: byref variable will be forcibly initialized 166 | u32 pfreq = 0, enable_once = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/watchdog/of_xilinx_wdt.c:166:6: note: byref variable will be forcibly initialized 166 | u32 pfreq = 0, enable_once = 0; | ^~~~~ /kisskb/src/drivers/scsi/atp870u.c: In function 'tscam': /kisskb/src/drivers/scsi/atp870u.c:1020:38: note: byref variable will be forcibly initialized 1020 | unsigned short int m, assignid_map, val; | ^~~ /kisskb/src/drivers/hwmon/w83795.c: In function 'store_beep': /kisskb/src/drivers/hwmon/w83795.c:730:16: note: byref variable will be forcibly initialized 730 | unsigned long val; | ^~~ /kisskb/src/drivers/scsi/atp870u.c: In function 'atp870_init': /kisskb/src/drivers/scsi/atp870u.c:1310:19: note: byref variable will be forcibly initialized 1310 | unsigned char k, host_id; | ^~~~~~~ /kisskb/src/drivers/hwmon/w83795.c: In function 'store_in': /kisskb/src/drivers/hwmon/w83795.c:1518:16: note: byref variable will be forcibly initialized 1518 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83795.c: In function 'store_sf4_temp': /kisskb/src/drivers/hwmon/w83795.c:1301:16: note: byref variable will be forcibly initialized 1301 | unsigned long val; | ^~~ /kisskb/src/drivers/usb/host/xhci.c: In function 'xhci_reserve_bandwidth': /kisskb/src/drivers/usb/host/xhci.c:2784:22: note: byref variable will be forcibly initialized 2784 | struct xhci_bw_info ep_bw_info[31]; | ^~~~~~~~~~ /kisskb/src/drivers/hwmon/w83795.c: In function 'store_sf4_pwm': /kisskb/src/drivers/hwmon/w83795.c:1265:16: note: byref variable will be forcibly initialized 1265 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83795.c: In function 'store_temp_pwm': /kisskb/src/drivers/hwmon/w83795.c:1205:16: note: byref variable will be forcibly initialized 1205 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83795.c: In function 'store_temp_pwm_enable': /kisskb/src/drivers/hwmon/w83795.c:1096:16: note: byref variable will be forcibly initialized 1096 | unsigned long tmp; | ^~~ /kisskb/src/drivers/hwmon/w83795.c: In function 'store_temp_mode': /kisskb/src/drivers/hwmon/w83795.c:1443:16: note: byref variable will be forcibly initialized 1443 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83795.c: In function 'store_fanin': /kisskb/src/drivers/hwmon/w83795.c:1157:16: note: byref variable will be forcibly initialized 1157 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83795.c: In function 'store_pwm_enable': /kisskb/src/drivers/hwmon/w83795.c:923:16: note: byref variable will be forcibly initialized 923 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83795.c: In function 'store_pwm': /kisskb/src/drivers/hwmon/w83795.c:863:16: note: byref variable will be forcibly initialized 863 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83795.c: In function 'store_sf_setup': /kisskb/src/drivers/hwmon/w83795.c:1577:16: note: byref variable will be forcibly initialized 1577 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83795.c: In function 'store_chassis_clear': /kisskb/src/drivers/hwmon/w83795.c:755:16: note: byref variable will be forcibly initialized 755 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/w83795.c: In function 'store_temp_src': /kisskb/src/drivers/hwmon/w83795.c:1028:16: note: byref variable will be forcibly initialized 1028 | unsigned long channel; | ^~~~~~~ /kisskb/src/drivers/hwmon/w83795.c: In function 'store_fan_min': /kisskb/src/drivers/hwmon/w83795.c:801:16: note: byref variable will be forcibly initialized 801 | unsigned long val; | ^~~ /kisskb/src/drivers/usb/host/xhci.c: In function 'xhci_alloc_streams': /kisskb/src/drivers/usb/host/xhci.c:3482:6: note: byref variable will be forcibly initialized 3482 | u32 changed_ep_bitmask = 0; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci.c:3479:15: note: byref variable will be forcibly initialized 3479 | unsigned int num_stream_ctxs; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/w83795.c: In function 'store_dts_ext': /kisskb/src/drivers/hwmon/w83795.c:1402:7: note: byref variable will be forcibly initialized 1402 | long tmp; | ^~~ /kisskb/src/drivers/hwmon/w83795.c: In function 'store_temp': /kisskb/src/drivers/hwmon/w83795.c:1341:7: note: byref variable will be forcibly initialized 1341 | long tmp; | ^~~ /kisskb/src/drivers/media/common/ttpci-eeprom.c: In function 'getmac_tt': /kisskb/src/drivers/media/common/ttpci-eeprom.c:57:5: note: byref variable will be forcibly initialized 57 | u8 data[20]; | ^~~~ /kisskb/src/drivers/media/common/ttpci-eeprom.c:54:5: note: byref variable will be forcibly initialized 54 | u8 xor[20] = { 0x72, 0x23, 0x68, 0x19, 0x5c, 0xa8, 0x71, 0x2c, | ^~~ /kisskb/src/drivers/media/common/ttpci-eeprom.c: In function 'ttpci_eeprom_decode_mac': /kisskb/src/drivers/media/common/ttpci-eeprom.c:82:5: note: byref variable will be forcibly initialized 82 | u8 data[20]; | ^~~~ /kisskb/src/drivers/media/common/ttpci-eeprom.c:79:5: note: byref variable will be forcibly initialized 79 | u8 xor[20] = { 0x72, 0x23, 0x68, 0x19, 0x5c, 0xa8, 0x71, 0x2c, | ^~~ /kisskb/src/drivers/media/common/ttpci-eeprom.c: In function 'ttpci_eeprom_read_encodedMAC': /kisskb/src/drivers/media/common/ttpci-eeprom.c:111:17: note: byref variable will be forcibly initialized 111 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/common/ttpci-eeprom.c:109:5: note: byref variable will be forcibly initialized 109 | u8 b0[] = { 0xcc }; | ^~ /kisskb/src/drivers/media/common/ttpci-eeprom.c: In function 'ttpci_eeprom_parse_mac': /kisskb/src/drivers/media/common/ttpci-eeprom.c:131:5: note: byref variable will be forcibly initialized 131 | u8 decodedMAC[6]; | ^~~~~~~~~~ /kisskb/src/drivers/media/common/ttpci-eeprom.c:130:5: note: byref variable will be forcibly initialized 130 | u8 encodedMAC[20]; | ^~~~~~~~~~ /kisskb/src/drivers/hwmon/ad7418.c: In function 'temp_store': /kisskb/src/drivers/hwmon/ad7418.c:163:7: note: byref variable will be forcibly initialized 163 | long temp; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/ci_smumgr.c: In function 'ci_set_s0_mc_reg_index': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/ci_smumgr.c:2542:11: note: byref variable will be forcibly initialized 2542 | uint16_t address; | ^~~~~~~ /kisskb/src/drivers/hwmon/adc128d818.c: In function 'adc128_temp_store': /kisskb/src/drivers/hwmon/adc128d818.c:208:7: note: byref variable will be forcibly initialized 208 | long val; | ^~~ /kisskb/src/drivers/hwmon/adc128d818.c: In function 'adc128_in_store': /kisskb/src/drivers/hwmon/adc128d818.c:170:7: note: byref variable will be forcibly initialized 170 | long val; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/ci_smumgr.c: In function 'ci_populate_dw8': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/ci_smumgr.c:545:11: note: byref variable will be forcibly initialized 545 | uint32_t temp; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/ci_smumgr.c: In function 'ci_calculate_mclk_params': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/ci_smumgr.c:1070:32: note: byref variable will be forcibly initialized 1070 | pp_atomctrl_internal_ss_info ss_info; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/ci_smumgr.c:1041:33: note: byref variable will be forcibly initialized 1041 | pp_atomctrl_memory_clock_param mpll_param; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/ci_smumgr.c: In function 'ci_populate_smc_acpi_level': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/ci_smumgr.c:1383:29: note: byref variable will be forcibly initialized 1383 | SMU7_Discrete_VoltageLevel voltage_level; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/ci_smumgr.c:1381:39: note: byref variable will be forcibly initialized 1381 | struct pp_atomctrl_clock_dividers_vi dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/ci_smumgr.c: In function 'ci_calculate_sclk_params': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/ci_smumgr.c:341:39: note: byref variable will be forcibly initialized 341 | struct pp_atomctrl_internal_ss_info ss_info; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/ci_smumgr.c:300:39: note: byref variable will be forcibly initialized 300 | struct pp_atomctrl_clock_dividers_vi dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/vegam_smumgr.c: In function 'vegam_calculate_mclk_params': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/vegam_smumgr.c:967:43: note: byref variable will be forcibly initialized 967 | struct pp_atomctrl_memory_clock_param_ai mpll_param; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/ci_smumgr.c: In function 'ci_populate_ulv_level': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/ci_smumgr.c:949:34: note: byref variable will be forcibly initialized 949 | uint32_t voltage_response_time, ulv_voltage; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/ci_smumgr.c:949:11: note: byref variable will be forcibly initialized 949 | uint32_t voltage_response_time, ulv_voltage; | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/vegam_smumgr.c: In function 'vegam_calculate_sclk_params': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/vegam_smumgr.c:725:39: note: byref variable will be forcibly initialized 725 | struct pp_atomctrl_clock_dividers_ai dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/ci_smumgr.c: In function 'ci_populate_smc_vce_level': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/ci_smumgr.c:1563:39: note: byref variable will be forcibly initialized 1563 | struct pp_atomctrl_clock_dividers_vi dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/ci_smumgr.c: In function 'ci_populate_smc_acp_level': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/ci_smumgr.c:1595:39: note: byref variable will be forcibly initialized 1595 | struct pp_atomctrl_clock_dividers_vi dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/vegam_smumgr.c: In function 'vegam_populate_single_graphic_level': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/vegam_smumgr.c:815:11: note: byref variable will be forcibly initialized 815 | uint32_t mvdd; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/ci_smumgr.c: In function 'ci_populate_smc_uvd_level': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/ci_smumgr.c:1522:39: note: byref variable will be forcibly initialized 1522 | struct pp_atomctrl_clock_dividers_vi dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/ci_smumgr.c: In function 'ci_program_memory_timing_parameters': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/ci_smumgr.c:1654:38: note: byref variable will be forcibly initialized 1654 | SMU7_Discrete_MCArbDramTimingTable arb_regs; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/ci_smumgr.c: In function 'ci_update_sclk_threshold': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/ci_smumgr.c:2216:11: note: byref variable will be forcibly initialized 2216 | uint32_t low_sclk_interrupt_threshold = 0; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/vegam_smumgr.c: In function 'vegam_populate_smc_acpi_level': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/vegam_smumgr.c:1120:11: note: byref variable will be forcibly initialized 1120 | uint32_t mvdd; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/vegam_smumgr.c:1119:15: note: byref variable will be forcibly initialized 1119 | SMIO_Pattern vol_level; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/vegam_smumgr.c: In function 'vegam_populate_smc_vce_level': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/vegam_smumgr.c:1200:39: note: byref variable will be forcibly initialized 1200 | struct pp_atomctrl_clock_dividers_vi dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/ci_smumgr.c: In function 'ci_populate_pm_fuses': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/ci_smumgr.c:675:11: note: byref variable will be forcibly initialized 675 | uint32_t pm_fuse_table_offset; | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/vegam_smumgr.c: In function 'vegam_populate_smc_uvd_level': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/vegam_smumgr.c:1313:39: note: byref variable will be forcibly initialized 1313 | struct pp_atomctrl_clock_dividers_vi dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/ci_smumgr.c: In function 'ci_init_smc_table': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/ci_smumgr.c:1947:41: note: byref variable will be forcibly initialized 1947 | struct pp_atomctrl_gpio_pin_assignment gpio_pin; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/vegam_smumgr.c: In function 'vegam_program_memory_timing_parameters': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/vegam_smumgr.c:1282:45: note: byref variable will be forcibly initialized 1282 | struct SMU75_Discrete_MCArbDramTimingTable arb_regs; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/vegam_smumgr.c: In function 'vegam_update_sclk_threshold': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/vegam_smumgr.c:2219:11: note: byref variable will be forcibly initialized 2219 | uint32_t low_sclk_interrupt_threshold = 0; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/ci_smumgr.c: In function 'ci_process_firmware_header': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/ci_smumgr.c:2371:11: note: byref variable will be forcibly initialized 2371 | uint32_t tmp = 0; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/vegam_smumgr.c: In function 'vegam_populate_clock_stretcher_data_table': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/vegam_smumgr.c:1489:15: note: byref variable will be forcibly initialized 1489 | uint32_t ro, efuse, volt_without_cks, volt_with_cks, value, max, min; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/vegam_smumgr.c: In function 'vegam_populate_avfs_parameters': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/vegam_smumgr.c:1572:11: note: byref variable will be forcibly initialized 1572 | uint32_t tmp, i; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/vegam_smumgr.c: In function 'vegam_populate_dw8': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/vegam_smumgr.c:1766:11: note: byref variable will be forcibly initialized 1766 | uint32_t temp; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/vegam_smumgr.c: In function 'vegam_populate_pm_fuses': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/vegam_smumgr.c:1848:11: note: byref variable will be forcibly initialized 1848 | uint32_t pm_fuse_table_offset; | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/vegam_smumgr.c: In function 'vegam_process_firmware_header': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/vegam_smumgr.c:229:11: note: byref variable will be forcibly initialized 229 | uint32_t tmp; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/vegam_smumgr.c: In function 'vegam_init_smc_table': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/vegam_smumgr.c:1931:32: note: byref variable will be forcibly initialized 1931 | pp_atomctrl_clock_dividers_vi dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/vegam_smumgr.c:1928:41: note: byref variable will be forcibly initialized 1928 | struct pp_atomctrl_gpio_pin_assignment gpio_pin; | ^~~~~~~~ /kisskb/src/drivers/watchdog/da9062_wdt.c: In function 'da9062_wdt_read_timeout': /kisskb/src/drivers/watchdog/da9062_wdt.c:40:15: note: byref variable will be forcibly initialized 40 | unsigned int val; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/hwmgr.c: In function 'hwmgr_handle_task': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/hwmgr.c:383:26: note: byref variable will be forcibly initialized 383 | struct pp_power_state *requested_ps = NULL; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/vega12_smumgr.c: In function 'vega12_get_enabled_smc_features': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/vega12_smumgr.c:159:29: note: byref variable will be forcibly initialized 159 | uint32_t smc_features_low, smc_features_high; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/vega12_smumgr.c:159:11: note: byref variable will be forcibly initialized 159 | uint32_t smc_features_low, smc_features_high; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/vega12_smumgr.c: In function 'vega12_is_dpm_running': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/vega12_smumgr.c:184:11: note: byref variable will be forcibly initialized 184 | uint64_t features_enabled = 0; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/processpptables.c: In function 'get_powerplay_table': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/processpptables.c:830:11: note: byref variable will be forcibly initialized 830 | uint16_t size; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/processpptables.c:829:16: note: byref variable will be forcibly initialized 829 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/processpptables.c:829:10: note: byref variable will be forcibly initialized 829 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/processpptables.c: In function 'init_overdrive_limits': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/processpptables.c:1171:11: note: byref variable will be forcibly initialized 1171 | uint16_t size; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/processpptables.c:1170:16: note: byref variable will be forcibly initialized 1170 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/processpptables.c:1170:10: note: byref variable will be forcibly initialized 1170 | uint8_t frev, crev; | ^~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/inc/pp_debug.h:35, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/processpptables.c:23: /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/processpptables.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/vega20_smumgr.c: In function 'vega20_get_enabled_smc_features': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/vega20_smumgr.c:352:29: note: byref variable will be forcibly initialized 352 | uint32_t smc_features_low, smc_features_high; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/vega20_smumgr.c:352:11: note: byref variable will be forcibly initialized 352 | uint32_t smc_features_low, smc_features_high; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/vega20_smumgr.c: In function 'vega20_is_dpm_running': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/smumgr/vega20_smumgr.c:608:11: note: byref variable will be forcibly initialized 608 | uint64_t features_enabled = 0; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/arcnet/com90xx.c: In function 'com90xx_found': /kisskb/src/drivers/net/arcnet/com90xx.c:460:19: note: byref variable will be forcibly initialized 460 | static int __init com90xx_found(int ioaddr, int airq, u_long shmem, | ^~~~~~~~~~~~~ In file included from /kisskb/src/drivers/power/supply/tps65090-charger.c:21: /kisskb/src/drivers/power/supply/tps65090-charger.c: In function 'tps65090_read': /kisskb/src/include/linux/mfd/tps65090.h:124:15: note: byref variable will be forcibly initialized 124 | unsigned int temp_val; | ^~~~~~~~ /kisskb/src/drivers/power/supply/tps65090-charger.c: In function 'tps65090_config_charger': /kisskb/src/drivers/power/supply/tps65090-charger.c:89:10: note: byref variable will be forcibly initialized 89 | uint8_t intrmask = 0; | ^~~~~~~~ /kisskb/src/drivers/power/supply/tps65090-charger.c: In function 'tps65090_enable_charging': /kisskb/src/drivers/power/supply/tps65090-charger.c:64:10: note: byref variable will be forcibly initialized 64 | uint8_t ctrl0 = 0; | ^~~~~ /kisskb/src/drivers/power/supply/tps65090-charger.c: In function 'tps65090_charger_isr': /kisskb/src/drivers/power/supply/tps65090-charger.c:143:10: note: byref variable will be forcibly initialized 143 | uint8_t intrsts = 0; | ^~~~~~~ /kisskb/src/drivers/power/supply/tps65090-charger.c:142:10: note: byref variable will be forcibly initialized 142 | uint8_t status1 = 0; | ^~~~~~~ /kisskb/src/drivers/power/supply/tps65090-charger.c: In function 'tps65090_charger_probe': /kisskb/src/drivers/power/supply/tps65090-charger.c:234:10: note: byref variable will be forcibly initialized 234 | uint8_t status1 = 0; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/hardwaremanager.c: In function 'phm_set_power_state': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/hardwaremanager.c:63:35: note: byref variable will be forcibly initialized 63 | struct phm_set_power_state_input states; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/hardwaremanager.c: In function 'phm_start_thermal_controller': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/hardwaremanager.c:235:29: note: byref variable will be forcibly initialized 235 | struct PP_TemperatureRange range = { | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/tda8083.c: In function 'tda8083_writereg': /kisskb/src/drivers/media/dvb-frontends/tda8083.c:53:17: note: byref variable will be forcibly initialized 53 | struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = buf, .len = 2 }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda8083.c:52:5: note: byref variable will be forcibly initialized 52 | u8 buf [] = { reg, data }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda8083.c: In function 'tda8083_readregs': /kisskb/src/drivers/media/dvb-frontends/tda8083.c:67:17: note: byref variable will be forcibly initialized 67 | struct i2c_msg msg [] = { { .addr = state->config->demod_address, .flags = 0, .buf = ®1, .len = 1 }, | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda8083.c: In function 'tda8083_read_ber': /kisskb/src/drivers/media/dvb-frontends/tda8083.c:272:5: note: byref variable will be forcibly initialized 272 | u8 buf[3]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda8083.c: In function 'tda8083_readreg': /kisskb/src/drivers/media/dvb-frontends/tda8083.c:81:5: note: byref variable will be forcibly initialized 81 | u8 val; | ^~~ /kisskb/src/drivers/watchdog/rave-sp-wdt.c: In function 'rave_sp_wdt_rdu_restart': /kisskb/src/drivers/watchdog/rave-sp-wdt.c:130:5: note: byref variable will be forcibly initialized 130 | u8 cmd[] = { | ^~~ /kisskb/src/drivers/watchdog/rave-sp-wdt.c: In function 'rave_sp_wdt_rdu_configure': /kisskb/src/drivers/watchdog/rave-sp-wdt.c:87:5: note: byref variable will be forcibly initialized 87 | u8 cmd[] = { | ^~~ /kisskb/src/drivers/watchdog/rave-sp-wdt.c: In function 'rave_sp_wdt_legacy_restart': /kisskb/src/drivers/watchdog/rave-sp-wdt.c:119:5: note: byref variable will be forcibly initialized 119 | u8 cmd[] = { | ^~~ /kisskb/src/drivers/watchdog/rave-sp-wdt.c: In function 'rave_sp_wdt_legacy_configure': /kisskb/src/drivers/watchdog/rave-sp-wdt.c:74:5: note: byref variable will be forcibly initialized 74 | u8 cmd[] = { | ^~~ /kisskb/src/drivers/watchdog/rave-sp-wdt.c: In function 'rave_sp_wdt_ping': /kisskb/src/drivers/watchdog/rave-sp-wdt.c:205:5: note: byref variable will be forcibly initialized 205 | u8 cmd[] = { | ^~~ /kisskb/src/drivers/watchdog/rave-sp-wdt.c: In function 'rave_sp_wdt_probe': /kisskb/src/drivers/watchdog/rave-sp-wdt.c:280:10: note: byref variable will be forcibly initialized 280 | size_t len; | ^~~ /kisskb/src/drivers/watchdog/rave-sp-wdt.c:259:9: note: byref variable will be forcibly initialized 259 | __le16 timeout = 0; | ^~~~~~~ /kisskb/src/drivers/power/supply/rn5t618_power.c: In function 'rc5t619_usb_get_type': /kisskb/src/drivers/power/supply/rn5t618_power.c:531:15: note: byref variable will be forcibly initialized 531 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/power/supply/rn5t618_power.c: In function 'rn5t618_battery_status': /kisskb/src/drivers/power/supply/rn5t618_power.c:166:15: note: byref variable will be forcibly initialized 166 | unsigned int v; | ^ /kisskb/src/drivers/power/supply/rn5t618_power.c: In function 'rn5t618_battery_present': /kisskb/src/drivers/power/supply/rn5t618_power.c:186:15: note: byref variable will be forcibly initialized 186 | unsigned int v; | ^ /kisskb/src/drivers/power/supply/rn5t618_power.c: In function 'rn5t618_battery_capacity': /kisskb/src/drivers/power/supply/rn5t618_power.c:236:15: note: byref variable will be forcibly initialized 236 | unsigned int v; | ^ /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:101:5: note: byref variable will be forcibly initialized 101 | u8 buf [] = { 0x06 }; | ^~~ /kisskb/src/drivers/power/supply/rn5t618_power.c: In function 'rn5t618_battery_get_current_limit': /kisskb/src/drivers/power/supply/rn5t618_power.c:316:15: note: byref variable will be forcibly initialized 316 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/l64781.c: In function 'l64781_readreg': /kisskb/src/drivers/media/dvb-frontends/l64781.c:58:17: note: byref variable will be forcibly initialized 58 | struct i2c_msg msg [] = { { .addr = state->config->demod_address, .flags = 0, .buf = b0, .len = 1 }, | ^~~ /kisskb/src/drivers/media/dvb-frontends/l64781.c:57:5: note: byref variable will be forcibly initialized 57 | u8 b1 [] = { 0 }; | ^~ /kisskb/src/drivers/media/dvb-frontends/l64781.c:56:5: note: byref variable will be forcibly initialized 56 | u8 b0 [] = { reg }; | ^~ /kisskb/src/drivers/power/supply/rn5t618_power.c: In function 'rn5t618_charger_irq': /kisskb/src/drivers/power/supply/rn5t618_power.c:699:35: note: byref variable will be forcibly initialized 699 | unsigned int ctrl, stat1, stat2, err; | ^~~ /kisskb/src/drivers/power/supply/rn5t618_power.c:699:28: note: byref variable will be forcibly initialized 699 | unsigned int ctrl, stat1, stat2, err; | ^~~~~ /kisskb/src/drivers/power/supply/rn5t618_power.c:699:21: note: byref variable will be forcibly initialized 699 | unsigned int ctrl, stat1, stat2, err; | ^~~~~ /kisskb/src/drivers/power/supply/rn5t618_power.c:699:15: note: byref variable will be forcibly initialized 699 | unsigned int ctrl, stat1, stat2, err; | ^~~~ /kisskb/src/drivers/power/supply/rn5t618_power.c: In function 'rn5t618_usb_get_property': /kisskb/src/drivers/power/supply/rn5t618_power.c:561:15: note: byref variable will be forcibly initialized 561 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/power/supply/rn5t618_power.c:560:15: note: byref variable will be forcibly initialized 560 | unsigned int chgstate; | ^~~~~~~~ /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/drivers/media/dvb-frontends/l64781.c:43:5: note: byref variable will be forcibly initialized 43 | u8 buf [] = { reg, data }; | ^~~ /kisskb/src/drivers/power/supply/rn5t618_power.c: In function 'rn5t618_adp_get_property': /kisskb/src/drivers/power/supply/rn5t618_power.c:441:15: note: byref variable will be forcibly initialized 441 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/power/supply/rn5t618_power.c:440:15: note: byref variable will be forcibly initialized 440 | unsigned int chgstate; | ^~~~~~~~ /kisskb/src/drivers/power/supply/rn5t618_power.c: In function 'rn5t618_battery_read_doublereg': /kisskb/src/drivers/power/supply/rn5t618_power.c:118:5: note: byref variable will be forcibly initialized 118 | u8 data[2]; | ^~~~ /kisskb/src/drivers/power/supply/rn5t618_power.c: In function 'rn5t618_battery_voltage_now': /kisskb/src/drivers/power/supply/rn5t618_power.c:205:6: note: byref variable will be forcibly initialized 205 | u16 res; | ^~~ /kisskb/src/drivers/power/supply/rn5t618_power.c: In function 'rn5t618_battery_current_now': /kisskb/src/drivers/media/dvb-frontends/l64781.c: In function 'l64781_attach': /kisskb/src/drivers/power/supply/rn5t618_power.c:220:6: note: byref variable will be forcibly initialized 220 | u16 res; | ^~~ /kisskb/src/drivers/media/dvb-frontends/l64781.c:496:17: note: byref variable will be forcibly initialized 496 | struct i2c_msg msg [] = { { .addr = config->demod_address, .flags = 0, .buf = b0, .len = 1 }, | ^~~ /kisskb/src/drivers/media/dvb-frontends/l64781.c:495:5: note: byref variable will be forcibly initialized 495 | u8 b1 [] = { 0x00 }; | ^~ /kisskb/src/drivers/media/dvb-frontends/l64781.c:494:5: note: byref variable will be forcibly initialized 494 | u8 b0 [] = { 0x1a }; | ^~ /kisskb/src/drivers/power/supply/rn5t618_power.c: In function 'rn5t618_battery_temp': /kisskb/src/drivers/power/supply/rn5t618_power.c:251:6: note: byref variable will be forcibly initialized 251 | u16 res; | ^~~ /kisskb/src/drivers/power/supply/rn5t618_power.c: In function 'rn5t618_battery_tte': /kisskb/src/drivers/power/supply/rn5t618_power.c:266:6: note: byref variable will be forcibly initialized 266 | u16 res; | ^~~ /kisskb/src/drivers/power/supply/rn5t618_power.c: In function 'rn5t618_battery_ttf': /kisskb/src/drivers/power/supply/rn5t618_power.c:284:6: note: byref variable will be forcibly initialized 284 | u16 res; | ^~~ /kisskb/src/drivers/power/supply/rn5t618_power.c: In function 'rn5t618_battery_charge_full': /kisskb/src/drivers/power/supply/rn5t618_power.c:332:6: note: byref variable will be forcibly initialized 332 | u16 res; | ^~~ /kisskb/src/drivers/power/supply/rn5t618_power.c: In function 'rn5t618_battery_charge_now': /kisskb/src/drivers/power/supply/rn5t618_power.c:347:6: note: byref variable will be forcibly initialized 347 | u16 res; | ^~~ /kisskb/src/drivers/power/supply/rn5t618_power.c: In function 'rn5t618_power_probe': /kisskb/src/drivers/power/supply/rn5t618_power.c:724:15: note: byref variable will be forcibly initialized 724 | unsigned int v; | ^ In file included from /kisskb/src/drivers/watchdog/ziirave_wdt.c:14: /kisskb/src/drivers/watchdog/ziirave_wdt.c: In function 'request_ihex_firmware': /kisskb/src/include/linux/ihex.h:68:25: note: byref variable will be forcibly initialized 68 | const struct firmware *lfw; | ^~~ /kisskb/src/drivers/hwmon/adt7x10.c: In function 'adt7x10_t_hyst_store': /kisskb/src/drivers/hwmon/adt7x10.c:288:7: note: byref variable will be forcibly initialized 288 | long hyst; | ^~~~ /kisskb/src/drivers/watchdog/ziirave_wdt.c: In function '__ziirave_firm_write_pkt': /kisskb/src/drivers/watchdog/ziirave_wdt.c:219:22: note: byref variable will be forcibly initialized 219 | u8 i, checksum = 0, packet[ZIIRAVE_FIRM_PKT_TOTAL_SIZE]; | ^~~~~~ /kisskb/src/drivers/hwmon/adt7x10.c: In function 'adt7x10_temp_store': /kisskb/src/drivers/hwmon/adt7x10.c:246:7: note: byref variable will be forcibly initialized 246 | long temp; | ^~~~ /kisskb/src/drivers/watchdog/ziirave_wdt.c: In function 'ziirave_firm_set_read_addr': /kisskb/src/drivers/watchdog/ziirave_wdt.c:187:5: note: byref variable will be forcibly initialized 187 | u8 address[2]; | ^~~~~~~ /kisskb/src/drivers/watchdog/ziirave_wdt.c: In function 'ziirave_firm_verify': /kisskb/src/drivers/watchdog/ziirave_wdt.c:299:5: note: byref variable will be forcibly initialized 299 | u8 data[ZIIRAVE_FIRM_PKT_DATA_SIZE]; | ^~~~ /kisskb/src/drivers/watchdog/ziirave_wdt.c: In function 'ziirave_wdt_sysfs_store_firm': /kisskb/src/drivers/watchdog/ziirave_wdt.c:509:25: note: byref variable will be forcibly initialized 509 | const struct firmware *fw; | ^~ /kisskb/src/drivers/hwmon/adm1177.c: In function 'adm1177_read': /kisskb/src/drivers/hwmon/adm1177.c:77:5: note: byref variable will be forcibly initialized 77 | u8 data[3]; | ^~~~ /kisskb/src/drivers/hwmon/adm1177.c: In function 'adm1177_probe': /kisskb/src/drivers/hwmon/adm1177.c:204:6: note: byref variable will be forcibly initialized 204 | u32 alert_threshold_ua; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bluetooth/bcm203x.c: In function 'bcm203x_probe': /kisskb/src/drivers/bluetooth/bcm203x.c:155:25: note: byref variable will be forcibly initialized 155 | const struct firmware *firmware; | ^~~~~~~~ /kisskb/src/drivers/hwmon/aht10.c: In function 'aht10_init': /kisskb/src/drivers/hwmon/aht10.c:91:5: note: byref variable will be forcibly initialized 91 | u8 status; | ^~~~~~ /kisskb/src/drivers/hwmon/aht10.c:88:11: note: byref variable will be forcibly initialized 88 | const u8 cmd_init[] = {AHT10_CMD_INIT, AHT10_CAL_ENABLED | AHT10_MODE_CYC, | ^~~~~~~~ /kisskb/src/drivers/hwmon/aht10.c: In function 'aht10_read_values': /kisskb/src/drivers/hwmon/aht10.c:135:5: note: byref variable will be forcibly initialized 135 | u8 raw_data[AHT10_MEAS_SIZE]; | ^~~~~~~~ /kisskb/src/drivers/hwmon/aht10.c:132:11: note: byref variable will be forcibly initialized 132 | const u8 cmd_meas[] = {AHT10_CMD_MEAS, 0x33, 0x00}; | ^~~~~~~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'ddb_output_start': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:460:19: note: byref variable will be forcibly initialized 460 | u32 con = 0x11c, con2 = 0; | ^~~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:460:6: note: byref variable will be forcibly initialized 460 | u32 con = 0x11c, con2 = 0; | ^~~ /kisskb/src/drivers/hwmon/corsair-psu.c: In function 'corsairpsu_get_value': /kisskb/src/drivers/hwmon/corsair-psu.c:234:5: note: byref variable will be forcibly initialized 234 | u8 data[REPLY_SIZE]; | ^~~~ /kisskb/src/drivers/media/dvb-core/dvb_frontend.c: In function 'dvb_frontend_check_parameters': /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:963:6: note: byref variable will be forcibly initialized 963 | u32 freq_max; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:962:6: note: byref variable will be forcibly initialized 962 | u32 freq_min; | ^~~~~~~~ /kisskb/src/drivers/hwmon/corsair-psu.c: In function 'corsairpsu_get_criticals': /kisskb/src/drivers/hwmon/corsair-psu.c:283:7: note: byref variable will be forcibly initialized 283 | long tmp; | ^~~ /kisskb/src/drivers/hwmon/corsair-psu.c: In function 'corsairpsu_check_cmd_support': /kisskb/src/drivers/hwmon/corsair-psu.c:313:7: note: byref variable will be forcibly initialized 313 | long tmp; | ^~~ /kisskb/src/drivers/hwmon/corsair-psu.c: In function 'corsairpsu_debugfs_init': /kisskb/src/drivers/hwmon/corsair-psu.c:665:7: note: byref variable will be forcibly initialized 665 | char name[32]; | ^~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:19: /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'ts_write': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:730:8: note: in expansion of macro 'wait_event_interruptible' 730 | if (wait_event_interruptible( | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/corsair-psu.c: In function 'print_uptime': /kisskb/src/drivers/hwmon/corsair-psu.c:607:7: note: byref variable will be forcibly initialized 607 | long val; | ^~~ /kisskb/src/drivers/media/dvb-core/dvb_frontend.c: In function 'dvb_frontend_swzigzag': /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:480:17: note: byref variable will be forcibly initialized 480 | enum fe_status s = FE_NONE; | ^ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'ts_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:760:8: note: in expansion of macro 'wait_event_interruptible' 760 | if (wait_event_interruptible( | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/signal.h:7, from /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:20: /kisskb/src/drivers/media/dvb-core/dvb_frontend.c: In function 'dvb_frontend_thread': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_frontend.c: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:655:17: note: byref variable will be forcibly initialized 655 | enum fe_status s = FE_NONE; | ^ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'demod_attach_cxd28xx': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:997:26: note: byref variable will be forcibly initialized 997 | struct cxd2841er_config cfg; | ^~~ In file included from /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:34: /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'i2c_read_regs': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-i2c.h:64:17: note: byref variable will be forcibly initialized 64 | struct i2c_msg msgs[2] = { { .addr = adr, .flags = 0, | ^~~~ /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/pci/ddbridge/ddbridge-core.c: In function 'has_lnbh25': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:1192:5: note: byref variable will be forcibly initialized 1192 | u8 val; | ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'demod_attach_stv0910': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:1203:23: note: byref variable will be forcibly initialized 1203 | struct lnbh25_config lnbcfg = lnbh25_cfg; | ^~~~~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'port_has_encti': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:1639:5: note: byref variable will be forcibly initialized 1639 | u8 val; | ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'port_has_cxd': /kisskb/src/drivers/media/dvb-core/dvb_frontend.c: In function 'dvb_get_frontend': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:1651:17: note: byref variable will be forcibly initialized 1651 | struct i2c_msg msgs[2] = {{ .addr = 0x40, .flags = 0, | ^~~~ /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:2400:33: note: byref variable will be forcibly initialized 2400 | struct dtv_frontend_properties getp; | ^~~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:1650:44: note: byref variable will be forcibly initialized 1650 | u8 probe[4] = { 0xe0, 0x00, 0x00, 0x00 }, data[4]; | ^~~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:1650:5: note: byref variable will be forcibly initialized 1650 | u8 probe[4] = { 0xe0, 0x00, 0x00, 0x00 }, data[4]; | ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/signal.h:7, from /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:20: /kisskb/src/drivers/media/dvb-core/dvb_frontend.c: In function 'dvb_frontend_get_event': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:301:9: note: in expansion of macro 'wait_event_interruptible' 301 | ret = wait_event_interruptible(events->wait_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:34: /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'i2c_io': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-i2c.h:36:17: note: byref variable will be forcibly initialized 36 | struct i2c_msg msgs[2] = { { .addr = adr, .flags = 0, | ^~~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'port_has_xo2': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:1668:26: note: byref variable will be forcibly initialized 1668 | u8 probe[1] = { 0x00 }, data[4]; | ^~~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:1668:5: note: byref variable will be forcibly initialized 1668 | u8 probe[1] = { 0x00 }, data[4]; | ^~~~~ /kisskb/src/drivers/media/dvb-core/dvb_frontend.c: In function 'dvb_frontend_handle_ioctl': /kisskb/src/drivers/media/dvb-core/dvb_frontend.c:2624:12: note: byref variable will be forcibly initialized 2624 | ktime_t nexttime; | ^~~~~~~~ In file included from /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:34: /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'i2c_write': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-i2c.h:47:17: note: byref variable will be forcibly initialized 47 | struct i2c_msg msg = { .addr = adr, .flags = 0, | ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'i2c_write_reg': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-i2c.h:95:5: note: byref variable will be forcibly initialized 95 | u8 msg[2] = { reg, val }; | ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'i2c_write_reg16': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-i2c.h:87:5: note: byref variable will be forcibly initialized 87 | u8 msg[3] = { reg >> 8, reg & 0xff, val }; | ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'ddb_set_led': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:2877:7: note: byref variable will be forcibly initialized 2877 | u8 v; | ^ In file included from /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:34: /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'i2c_read_regs16': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-i2c.h:76:17: note: byref variable will be forcibly initialized 76 | struct i2c_msg msgs[2] = { { .addr = adr, .flags = 0, | ^~~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-i2c.h:75:5: note: byref variable will be forcibly initialized 75 | u8 msg[2] = { reg >> 8, reg & 0xff }; | ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'port_has_stv0900': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:1687:5: note: byref variable will be forcibly initialized 1687 | u8 val; | ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'port_has_stv0367': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:1714:5: note: byref variable will be forcibly initialized 1714 | u8 val; | ^~~ In file included from /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:34: /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'i2c_read': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-i2c.h:55:17: note: byref variable will be forcibly initialized 55 | struct i2c_msg msgs[1] = { { .addr = adr, .flags = I2C_M_RD, | ^~~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'port_has_drxks': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:1703:5: note: byref variable will be forcibly initialized 1703 | u8 val; | ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'demod_attach_drxk': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:891:21: note: byref variable will be forcibly initialized 891 | struct drxk_config config; | ^~~~~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'tuner_tda18212_ping': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:974:5: note: byref variable will be forcibly initialized 974 | u8 tda_id[2]; | ^~~~~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'init_xo2_ci': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:1777:10: note: byref variable will be forcibly initialized 1777 | u8 val, data[2]; | ^~~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:1777:5: note: byref variable will be forcibly initialized 1777 | u8 val, data[2]; | ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'init_xo2': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:1731:10: note: byref variable will be forcibly initialized 1731 | u8 val, data[2]; | ^~~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:1731:5: note: byref variable will be forcibly initialized 1731 | u8 val, data[2]; | ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'ddb_port_probe': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:1850:9: note: byref variable will be forcibly initialized 1850 | u8 id, type; | ^~~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:1850:5: note: byref variable will be forcibly initialized 1850 | u8 id, type; | ^~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'ctemp_show': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:2836:5: note: byref variable will be forcibly initialized 2836 | u8 tmp[2]; | ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'snr_show': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:2913:7: note: byref variable will be forcibly initialized 2913 | char snr[32]; | ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'temp_show': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:2811:5: note: byref variable will be forcibly initialized 2811 | u8 tmp[2]; | ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'bpsnr_show': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:2947:16: note: byref variable will be forcibly initialized 2947 | unsigned char snr[32]; | ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'led_store': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:2897:6: note: byref variable will be forcibly initialized 2897 | u32 val; | ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'fan_store': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:2783:6: note: byref variable will be forcibly initialized 2783 | u32 val; | ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'redirect_store': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:2970:18: note: byref variable will be forcibly initialized 2970 | unsigned int i, p; | ^ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:2970:15: note: byref variable will be forcibly initialized 2970 | unsigned int i, p; | ^ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'gap_store': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:2996:15: note: byref variable will be forcibly initialized 2996 | unsigned int val; | ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'fmode_store': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:3056:15: note: byref variable will be forcibly initialized 3056 | unsigned int val; | ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'ddbridge_flashread': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:2677:5: note: byref variable will be forcibly initialized 2677 | u8 cmd[4] = {0x03, (addr >> 16) & 0xff, | ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c: In function 'bsnr_show': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-core.c:2936:7: note: byref variable will be forcibly initialized 2936 | char snr[16]; | ^~~ /kisskb/src/drivers/hwmon/emc1403.c: In function 'bit_show': /kisskb/src/drivers/hwmon/emc1403.c:54:15: note: byref variable will be forcibly initialized 54 | unsigned int val; | ^~~ /kisskb/src/drivers/hwmon/emc1403.c: In function 'show_hyst_common': /kisskb/src/drivers/hwmon/emc1403.c:106:15: note: byref variable will be forcibly initialized 106 | unsigned int hyst; | ^~~~ /kisskb/src/drivers/hwmon/emc1403.c:105:15: note: byref variable will be forcibly initialized 105 | unsigned int limit; | ^~~~~ /kisskb/src/drivers/hwmon/emc1403.c: In function 'temp_show': /kisskb/src/drivers/hwmon/emc1403.c:40:15: note: byref variable will be forcibly initialized 40 | unsigned int val; | ^~~ /kisskb/src/drivers/hwmon/emc1403.c: In function 'bit_store': /kisskb/src/drivers/hwmon/emc1403.c:85:16: note: byref variable will be forcibly initialized 85 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/emc1403.c: In function 'temp_store': /kisskb/src/drivers/hwmon/emc1403.c:68:16: note: byref variable will be forcibly initialized 68 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/emc1403.c: In function 'hyst_store': /kisskb/src/drivers/hwmon/emc1403.c:141:16: note: byref variable will be forcibly initialized 141 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/emc1403.c:138:15: note: byref variable will be forcibly initialized 138 | unsigned int limit; | ^~~~~ /kisskb/src/drivers/hwmon/iio_hwmon.c: In function 'iio_hwmon_read_val': /kisskb/src/drivers/hwmon/iio_hwmon.c:48:21: note: byref variable will be forcibly initialized 48 | enum iio_chan_type type; | ^~~~ /kisskb/src/drivers/hwmon/iio_hwmon.c:43:6: note: byref variable will be forcibly initialized 43 | int result; | ^~~~~~ In file included from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/drivers/hwmon/iio_hwmon.c:7: /kisskb/src/drivers/hwmon/iio_hwmon.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/hwmon/iio_hwmon.c:11: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/inc/pp_debug.h:35, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu8_hwmgr.c:23: /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu8_hwmgr.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwmon/iio_hwmon.c: In function 'iio_hwmon_probe': /kisskb/src/drivers/hwmon/iio_hwmon.c:71:21: note: byref variable will be forcibly initialized 71 | enum iio_chan_type type; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/dib7000m.c: In function 'dib7000m_set_agc_config': /kisskb/src/drivers/media/dvb-frontends/dib7000m.c:736:7: note: byref variable will be forcibly initialized 736 | u16 b[9] = { 676, 696, 717, 737, 758, 778, 799, 819, 840 }; | ^ /kisskb/src/drivers/hwmon/ftsteutates.c: In function 'fan_alarm_store': /kisskb/src/drivers/hwmon/ftsteutates.c:482:7: note: byref variable will be forcibly initialized 482 | long ret; | ^~~ /kisskb/src/drivers/hwmon/ftsteutates.c: In function 'temp_alarm_store': /kisskb/src/drivers/hwmon/ftsteutates.c:408:7: note: byref variable will be forcibly initialized 408 | long ret; | ^~~ /kisskb/src/drivers/media/dvb-frontends/dib7000m.c: In function 'dib7000m_set_channel': /kisskb/src/drivers/media/dvb-frontends/dib7000m.c:846:13: note: byref variable will be forcibly initialized 846 | u16 value, est[4]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/dib7000m.c: In function 'dib7000m_autosearch_start': /kisskb/src/drivers/media/dvb-frontends/dib7000m.c:968:33: note: byref variable will be forcibly initialized 968 | struct dtv_frontend_properties schan; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu8_hwmgr.c: In function 'smu8_read_sensor': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu8_hwmgr.c:1725:41: note: byref variable will be forcibly initialized 1725 | uint32_t sclk, vclk, dclk, ecclk, tmp, activity_percent; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu8_hwmgr.c: In function 'smu8_init_uvd_limit': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu8_hwmgr.c:586:11: note: byref variable will be forcibly initialized 586 | uint32_t level; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu8_hwmgr.c: In function 'smu8_init_vce_limit': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu8_hwmgr.c:613:11: note: byref variable will be forcibly initialized 613 | uint32_t level; | ^~~~~ /kisskb/src/drivers/hwmon/gl520sm.c: In function 'beep_store': /kisskb/src/drivers/hwmon/gl520sm.c:683:16: note: byref variable will be forcibly initialized 683 | unsigned long bit; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu8_hwmgr.c: In function 'smu8_init_acp_limit': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu8_hwmgr.c:640:11: note: byref variable will be forcibly initialized 640 | uint32_t level; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu8_hwmgr.c: In function 'smu8_print_clock_levels': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu8_hwmgr.c:1551:6: note: byref variable will be forcibly initialized 1551 | int size = 0; | ^~~~ /kisskb/src/drivers/hwmon/gl520sm.c: In function 'beep_mask_store': /kisskb/src/drivers/hwmon/gl520sm.c:630:16: note: byref variable will be forcibly initialized 630 | unsigned long r; | ^ /kisskb/src/drivers/hwmon/gl520sm.c: In function 'beep_enable_store': /kisskb/src/drivers/hwmon/gl520sm.c:606:16: note: byref variable will be forcibly initialized 606 | unsigned long v; | ^ /kisskb/src/drivers/hwmon/gl520sm.c: In function 'fan_min_store': /kisskb/src/drivers/hwmon/gl520sm.c:382:16: note: byref variable will be forcibly initialized 382 | unsigned long v; | ^ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu8_hwmgr.c: In function 'smu8_dpm_get_num_of_pp_table_entries': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu8_hwmgr.c:1395:16: note: byref variable will be forcibly initialized 1395 | unsigned long ret = 0; | ^~~ /kisskb/src/drivers/media/pci/smipcie/smipcie-main.c: In function 'smi_dvbsky_m88ds3103_fe_attach': /kisskb/src/drivers/hwmon/gl520sm.c: In function 'fan1_off_store': /kisskb/src/drivers/hwmon/gl520sm.c:471:16: note: byref variable will be forcibly initialized 471 | unsigned long v; | ^ /kisskb/src/drivers/media/pci/smipcie/smipcie-main.c:533:24: note: byref variable will be forcibly initialized 533 | struct i2c_board_info tuner_info; | ^~~~~~~~~~ /kisskb/src/drivers/media/pci/smipcie/smipcie-main.c:531:22: note: byref variable will be forcibly initialized 531 | struct i2c_adapter *tuner_i2c_adapter; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu8_hwmgr.c: In function 'smu8_upload_pptable_to_smu': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu8_hwmgr.c:441:34: note: byref variable will be forcibly initialized 441 | pp_atomctrl_clock_dividers_kong dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu8_hwmgr.c:440:8: note: byref variable will be forcibly initialized 440 | void *table = NULL; | ^~~~~ /kisskb/src/drivers/media/pci/smipcie/smipcie-main.c: In function 'smi_dvbsky_m88rs6000_fe_attach': /kisskb/src/drivers/media/pci/smipcie/smipcie-main.c:589:27: note: byref variable will be forcibly initialized 589 | struct m88rs6000t_config m88rs6000t_config; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/pci/smipcie/smipcie-main.c:588:24: note: byref variable will be forcibly initialized 588 | struct i2c_board_info tuner_info; | ^~~~~~~~~~ /kisskb/src/drivers/media/pci/smipcie/smipcie-main.c:586:22: note: byref variable will be forcibly initialized 586 | struct i2c_adapter *tuner_i2c_adapter; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/pci/smipcie/smipcie-main.c: In function 'smi_dvbsky_sit2_fe_attach': /kisskb/src/drivers/media/pci/smipcie/smipcie-main.c:633:23: note: byref variable will be forcibly initialized 633 | struct si2157_config si2157_config; | ^~~~~~~~~~~~~ /kisskb/src/drivers/media/pci/smipcie/smipcie-main.c:632:23: note: byref variable will be forcibly initialized 632 | struct si2168_config si2168_config; | ^~~~~~~~~~~~~ /kisskb/src/drivers/media/pci/smipcie/smipcie-main.c:631:24: note: byref variable will be forcibly initialized 631 | struct i2c_board_info client_info; | ^~~~~~~~~~~ /kisskb/src/drivers/media/pci/smipcie/smipcie-main.c:629:22: note: byref variable will be forcibly initialized 629 | struct i2c_adapter *tuner_i2c_adapter; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/pci/smipcie/smipcie-main.c: In function 'smi_read_eeprom': /kisskb/src/drivers/media/pci/smipcie/smipcie-main.c:240:17: note: byref variable will be forcibly initialized 240 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/pci/smipcie/smipcie-main.c:238:5: note: byref variable will be forcibly initialized 238 | u8 b0[2] = { (reg >> 8) & 0xff, reg & 0xff }; | ^~ /kisskb/src/drivers/media/pci/smipcie/smipcie-main.c: In function 'smi_fe_init': /kisskb/src/drivers/media/pci/smipcie/smipcie-main.c:682:5: note: byref variable will be forcibly initialized 682 | u8 mac_ee[16]; | ^~~~~~ /kisskb/src/drivers/hwmon/gl520sm.c: In function 'in_max_store': /kisskb/src/drivers/hwmon/gl520sm.c:285:7: note: byref variable will be forcibly initialized 285 | long v; | ^ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu8_hwmgr.c: In function 'smu8_get_system_info_data': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu8_hwmgr.c:316:11: note: byref variable will be forcibly initialized 316 | uint16_t size; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu8_hwmgr.c:315:16: note: byref variable will be forcibly initialized 315 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu8_hwmgr.c:315:10: note: byref variable will be forcibly initialized 315 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/hwmon/gl520sm.c: In function 'in_min_store': /kisskb/src/drivers/hwmon/gl520sm.c:251:7: note: byref variable will be forcibly initialized 251 | long v; | ^ /kisskb/src/drivers/hwmon/gl520sm.c: In function 'temp_max_hyst_store': /kisskb/src/drivers/hwmon/gl520sm.c:556:7: note: byref variable will be forcibly initialized 556 | long v; | ^ /kisskb/src/drivers/hwmon/gl520sm.c: In function 'temp_max_store': /kisskb/src/drivers/hwmon/gl520sm.c:535:7: note: byref variable will be forcibly initialized 535 | long v; | ^ /kisskb/src/drivers/hwmon/gl520sm.c: In function 'fan_div_store': /kisskb/src/drivers/hwmon/gl520sm.c:422:16: note: byref variable will be forcibly initialized 422 | unsigned long v; | ^ /kisskb/src/drivers/scsi/a100u2w.c: In function 'orchid_abort_scb': /kisskb/src/drivers/scsi/a100u2w.c:740:16: note: byref variable will be forcibly initialized 740 | unsigned char data, status; | ^~~~ /kisskb/src/drivers/scsi/a100u2w.c: In function 'orc_read_fwrev': /kisskb/src/drivers/scsi/a100u2w.c:206:5: note: byref variable will be forcibly initialized 206 | u8 data; | ^~~~ /kisskb/src/drivers/scsi/a100u2w.c: In function 'orc_nv_read': /kisskb/src/drivers/scsi/a100u2w.c:250:16: note: byref variable will be forcibly initialized 250 | unsigned char data; | ^~~~ /kisskb/src/drivers/scsi/a100u2w.c: In function 'orc_load_firmware': /kisskb/src/drivers/scsi/a100u2w.c:367:6: note: byref variable will be forcibly initialized 367 | u32 data32; | ^~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/inc/pp_debug.h:35, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/process_pptables_v1_0.c:23: /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/process_pptables_v1_0.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/process_pptables_v1_0.c: In function 'get_powerplay_table': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/process_pptables_v1_0.c:139:11: note: byref variable will be forcibly initialized 139 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/process_pptables_v1_0.c:139:5: note: byref variable will be forcibly initialized 139 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/process_pptables_v1_0.c:138:6: note: byref variable will be forcibly initialized 138 | u16 size; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/process_pptables_v1_0.c: In function 'get_powerplay_table_entry_v1_0': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/process_pptables_v1_0.c:1378:11: note: byref variable will be forcibly initialized 1378 | uint32_t flags = 0; | ^~~~~ /kisskb/src/drivers/net/arcnet/com90io.c: In function 'com90io_found': /kisskb/src/drivers/net/arcnet/com90io.c:221:19: note: byref variable will be forcibly initialized 221 | static int __init com90io_found(struct net_device *dev) | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomfwctrl.c: In function 'pp_atomfwctrl_get_gpu_pll_dividers_vega10': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomfwctrl.c:251:48: note: byref variable will be forcibly initialized 251 | struct compute_gpu_clock_input_parameter_v1_8 pll_parameters; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomfwctrl.c: In function 'pp_atomfwctrl_get_clk_information_by_clkid': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomfwctrl.c:496:51: note: byref variable will be forcibly initialized 496 | struct atom_get_smu_clock_info_parameters_v3_1 parameters; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomfwctrl.c: In function 'pp_atomfwctrl_copy_vbios_bootup_values_3_2': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomfwctrl.c:521:11: note: byref variable will be forcibly initialized 521 | uint32_t frequency = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomfwctrl.c: In function 'pp_atomfwctrl_copy_vbios_bootup_values_3_1': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomfwctrl.c:557:11: note: byref variable will be forcibly initialized 557 | uint32_t frequency = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c: In function 'get_voltage_info_table': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c:242:6: note: byref variable will be forcibly initialized 242 | u16 size; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c:241:11: note: byref variable will be forcibly initialized 241 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c:241:5: note: byref variable will be forcibly initialized 241 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c: In function 'asic_internal_ss_get_ss_table': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c:1233:6: note: byref variable will be forcibly initialized 1233 | u16 size; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c:1232:11: note: byref variable will be forcibly initialized 1232 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c:1232:5: note: byref variable will be forcibly initialized 1232 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c: In function 'get_gpio_lookup_table': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c:644:6: note: byref variable will be forcibly initialized 644 | u16 size; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c:643:11: note: byref variable will be forcibly initialized 643 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c:643:5: note: byref variable will be forcibly initialized 643 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c: In function 'atomctrl_initialize_mc_reg_table': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c:141:6: note: byref variable will be forcibly initialized 141 | u16 size; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c:140:11: note: byref variable will be forcibly initialized 140 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c:140:5: note: byref variable will be forcibly initialized 140 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c: In function 'atomctrl_initialize_mc_reg_table_v2_2': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c:178:6: note: byref variable will be forcibly initialized 178 | u16 size; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c:177:11: note: byref variable will be forcibly initialized 177 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c:177:5: note: byref variable will be forcibly initialized 177 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c: In function 'atomctrl_set_engine_dram_timings_rv770': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c:216:33: note: byref variable will be forcibly initialized 216 | SET_ENGINE_CLOCK_PS_ALLOCATION engine_clock_parameters; | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c: In function 'atomctrl_get_memory_pll_dividers_si': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c:292:45: note: byref variable will be forcibly initialized 292 | COMPUTE_MEMORY_CLOCK_PARAM_PARAMETERS_V2_1 mpll_parameters; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c: In function 'atomctrl_get_memory_pll_dividers_vi': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c:341:45: note: byref variable will be forcibly initialized 341 | COMPUTE_MEMORY_CLOCK_PARAM_PARAMETERS_V2_2 mpll_parameters; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c: In function 'atomctrl_get_engine_pll_dividers_kong': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c:392:42: note: byref variable will be forcibly initialized 392 | COMPUTE_MEMORY_ENGINE_PLL_PARAMETERS_V4 pll_parameters; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c: In function 'atomctrl_get_engine_pll_dividers_vi': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c:415:43: note: byref variable will be forcibly initialized 415 | COMPUTE_GPU_CLOCK_OUTPUT_PARAMETERS_V1_6 pll_patameters; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c: In function 'atomctrl_get_engine_pll_dividers_ai': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c:452:43: note: byref variable will be forcibly initialized 452 | COMPUTE_GPU_CLOCK_OUTPUT_PARAMETERS_V1_7 pll_patameters; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c: In function 'atomctrl_get_dfs_pll_dividers_vi': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c:484:43: note: byref variable will be forcibly initialized 484 | COMPUTE_GPU_CLOCK_OUTPUT_PARAMETERS_V1_6 pll_patameters; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c: In function 'atomctrl_get_reference_clock': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c:524:6: note: byref variable will be forcibly initialized 524 | u16 size; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c:523:11: note: byref variable will be forcibly initialized 523 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c:523:5: note: byref variable will be forcibly initialized 523 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c: In function 'atomctrl_calculate_voltage_evv_on_sclk': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c:710:7: note: byref variable will be forcibly initialized 710 | fInt fRoots[2]; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c:697:29: note: byref variable will be forcibly initialized 697 | READ_EFUSE_VALUE_PARAMETER sOutput_FuseValues; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/dibx000_common.c: In function 'dibx000_reset_i2c_master': /kisskb/src/drivers/media/dvb-frontends/dibx000_common.c:413:5: note: byref variable will be forcibly initialized 413 | u8 tx[4]; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c: In function 'atomctrl_get_voltage_evv_on_sclk': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c:1123:40: note: byref variable will be forcibly initialized 1123 | GET_VOLTAGE_INFO_INPUT_PARAMETER_V1_2 get_voltage_info_param_space; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c: In function 'atomctrl_get_voltage_evv': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c:1157:40: note: byref variable will be forcibly initialized 1157 | GET_VOLTAGE_INFO_INPUT_PARAMETER_V1_2 get_voltage_info_param_space; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c: In function 'atomctrl_get_mpll_reference_clock': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c:1201:6: note: byref variable will be forcibly initialized 1201 | u16 size; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c:1200:11: note: byref variable will be forcibly initialized 1200 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c:1200:5: note: byref variable will be forcibly initialized 1200 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c: In function 'atomctrl_read_efuse': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c:1347:29: note: byref variable will be forcibly initialized 1347 | READ_EFUSE_VALUE_PARAMETER efuse_param; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c: In function 'atomctrl_set_ac_timing_ai': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c:1372:42: note: byref variable will be forcibly initialized 1372 | DYNAMICE_MEMORY_SETTINGS_PARAMETER_V2_1 memory_clock_parameters; | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c: In function 'atomctrl_get_voltage_evv_on_sclk_ai': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c:1393:40: note: byref variable will be forcibly initialized 1393 | GET_VOLTAGE_INFO_INPUT_PARAMETER_V1_3 get_voltage_info_param_space; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c: In function 'atomctrl_get_smc_sclk_range_table': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c:1415:6: note: byref variable will be forcibly initialized 1415 | u16 size; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c:1414:11: note: byref variable will be forcibly initialized 1414 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c:1414:5: note: byref variable will be forcibly initialized 1414 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c: In function 'atomctrl_get_leakage_id_from_efuse': /kisskb/src/drivers/scsi/3w-xxxx.c: In function 'tw_decode_bits': /kisskb/src/drivers/scsi/3w-xxxx.c:257:7: note: byref variable will be forcibly initialized 257 | char host[16]; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ppatomctrl.c:1520:28: note: byref variable will be forcibly initialized 1520 | SET_VOLTAGE_PS_ALLOCATION allocation; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/3w-xxxx.c: In function 'tw_allocate_memory': /kisskb/src/drivers/scsi/3w-xxxx.c:834:13: note: byref variable will be forcibly initialized 834 | dma_addr_t dma_handle; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/3w-xxxx.c: In function 'tw_reset_sequence': /kisskb/src/drivers/scsi/3w-xxxx.c:1208:16: note: byref variable will be forcibly initialized 1208 | unsigned char c = 1; | ^ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/3w-xxxx.c:199: /kisskb/src/drivers/scsi/3w-xxxx.c: In function 'tw_chrdev_ioctl': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/3w-xxxx.c:991:14: note: in expansion of macro 'wait_event_timeout' 991 | timeout = wait_event_timeout(tw_dev->ioctl_wqueue, tw_dev->chrdev_request_id == TW_IOCTL_CHRDEV_FREE, timeout); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/3w-xxxx.c:881:15: note: byref variable will be forcibly initialized 881 | unsigned int data_buffer_length = 0; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/3w-xxxx.c:878:13: note: byref variable will be forcibly initialized 878 | dma_addr_t dma_handle; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/3w-xxxx.c:877:6: note: byref variable will be forcibly initialized 877 | int request_id; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/3w-xxxx.c: In function 'tw_scsiop_inquiry_complete': /kisskb/src/drivers/scsi/3w-xxxx.c:1461:16: note: byref variable will be forcibly initialized 1461 | unsigned char request_buffer[36]; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/3w-xxxx.c: In function 'tw_scsiop_read_capacity_complete': /kisskb/src/drivers/scsi/3w-xxxx.c:1656:7: note: byref variable will be forcibly initialized 1656 | char buff[8]; | ^~~~ /kisskb/src/drivers/scsi/3w-xxxx.c: In function 'tw_scsiop_mode_sense_complete': /kisskb/src/drivers/scsi/3w-xxxx.c:1566:16: note: byref variable will be forcibly initialized 1566 | unsigned char request_buffer[8]; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/3w-xxxx.c: In function 'tw_interrupt': /kisskb/src/drivers/scsi/3w-xxxx.c:1999:6: note: byref variable will be forcibly initialized 1999 | int request_id; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/3w-xxxx.c: In function 'tw_scsiop_request_sense': /kisskb/src/drivers/scsi/3w-xxxx.c:1785:7: note: byref variable will be forcibly initialized 1785 | char request_buffer[18]; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/3w-xxxx.c: In function 'tw_scsi_queue_lck': /kisskb/src/drivers/scsi/3w-xxxx.c:1927:6: note: byref variable will be forcibly initialized 1927 | int request_id = 0; | ^~~~~~~~~~ /kisskb/src/drivers/edac/edac_device.c: In function 'edac_device_alloc_ctl_info': /kisskb/src/drivers/edac/edac_device.c:65:14: note: byref variable will be forcibly initialized 65 | void *pvt, *p; | ^ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/drivers/edac/edac_mc.c:22: /kisskb/src/drivers/edac/edac_mc.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/edac/edac_mc.c: In function 'edac_mc_alloc_dimms': /kisskb/src/drivers/edac/edac_mc.c:308:15: note: byref variable will be forcibly initialized 308 | unsigned int pos[EDAC_MAX_LAYERS]; | ^~~ /kisskb/src/drivers/edac/edac_mc.c: In function 'edac_mc_handle_error': /kisskb/src/drivers/edac/edac_mc.c:1027:6: note: byref variable will be forcibly initialized 1027 | int pos[EDAC_MAX_LAYERS] = { top_layer, mid_layer, low_layer }; | ^~~ /kisskb/src/drivers/edac/edac_mc.c: In function 'edac_mc_alloc': /kisskb/src/drivers/edac/edac_mc.c:395:14: note: byref variable will be forcibly initialized 395 | void *pvt, *ptr = NULL; | ^~~ /kisskb/src/drivers/scsi/3w-9xxx.c: In function 'twa_aen_queue_event': /kisskb/src/drivers/scsi/3w-9xxx.c:378:7: note: byref variable will be forcibly initialized 378 | char host[16]; | ^~~~ /kisskb/src/drivers/scsi/3w-9xxx.c: In function 'twa_aen_read_queue': /kisskb/src/drivers/scsi/3w-9xxx.c:431:14: note: byref variable will be forcibly initialized 431 | TW_SG_Entry sglist[1]; | ^~~~~~ /kisskb/src/drivers/scsi/3w-9xxx.c:430:16: note: byref variable will be forcibly initialized 430 | unsigned char cdb[TW_MAX_CDB_LEN]; | ^~~ /kisskb/src/drivers/scsi/3w-9xxx.c: In function 'twa_scsi_queue_lck': /kisskb/src/drivers/scsi/3w-9xxx.c:1752:6: note: byref variable will be forcibly initialized 1752 | int request_id, retval; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/3w-9xxx.c: In function 'twa_aen_drain_queue': /kisskb/src/drivers/scsi/3w-9xxx.c:286:14: note: byref variable will be forcibly initialized 286 | TW_SG_Entry sglist[1]; | ^~~~~~ /kisskb/src/drivers/scsi/3w-9xxx.c:285:16: note: byref variable will be forcibly initialized 285 | unsigned char cdb[TW_MAX_CDB_LEN]; | ^~~ /kisskb/src/drivers/scsi/3w-9xxx.c: In function 'twa_check_srl': /kisskb/src/drivers/scsi/3w-9xxx.c:578:6: note: byref variable will be forcibly initialized 578 | u32 init_connect_result = 0; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/3w-9xxx.c:577:40: note: byref variable will be forcibly initialized 577 | unsigned short fw_on_ctlr_branch = 0, fw_on_ctlr_build = 0; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/3w-9xxx.c:577:17: note: byref variable will be forcibly initialized 577 | unsigned short fw_on_ctlr_branch = 0, fw_on_ctlr_build = 0; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/3w-9xxx.c:576:37: note: byref variable will be forcibly initialized 576 | unsigned short fw_on_ctlr_srl = 0, fw_on_ctlr_arch_id = 0; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/3w-9xxx.c:576:17: note: byref variable will be forcibly initialized 576 | unsigned short fw_on_ctlr_srl = 0, fw_on_ctlr_arch_id = 0; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/3w-9xxx.c: In function 'twa_interrupt': /kisskb/src/drivers/scsi/3w-9xxx.c:1218:6: note: byref variable will be forcibly initialized 1218 | int request_id, error = 0; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/3w-9xxx.c:81: /kisskb/src/drivers/scsi/3w-9xxx.c: In function 'twa_chrdev_ioctl': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/3w-9xxx.c:720:13: note: in expansion of macro 'wait_event_timeout' 720 | timeout = wait_event_timeout(tw_dev->ioctl_wqueue, tw_dev->chrdev_request_id == TW_IOCTL_CHRDEV_FREE, timeout); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/3w-9xxx.c:647:26: note: byref variable will be forcibly initialized 647 | TW_Ioctl_Driver_Command driver_command; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/3w-9xxx.c:644:6: note: byref variable will be forcibly initialized 644 | int request_id = 0; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/3w-9xxx.c:643:13: note: byref variable will be forcibly initialized 643 | dma_addr_t dma_handle; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/3w-9xxx.c: In function 'twa_allocate_memory': /kisskb/src/drivers/scsi/3w-9xxx.c:520:13: note: byref variable will be forcibly initialized 520 | dma_addr_t dma_handle; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, 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/drivers/scsi/3w-9xxx.c:84: /kisskb/src/drivers/scsi/3w-9xxx.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwmon/ina209.c: In function 'ina209_history_store': /kisskb/src/drivers/hwmon/ina209.c:287:7: note: byref variable will be forcibly initialized 287 | long val; | ^~~ /kisskb/src/drivers/hwmon/ina209.c: In function 'ina209_interval_store': /kisskb/src/drivers/hwmon/ina209.c:235:7: note: byref variable will be forcibly initialized 235 | long val; | ^~~ /kisskb/src/drivers/hwmon/ina209.c: In function 'ina209_value_store': /kisskb/src/drivers/hwmon/ina209.c:312:7: note: byref variable will be forcibly initialized 312 | long val; | ^~~ /kisskb/src/drivers/hwmon/ina209.c: In function 'ina209_init_client': /kisskb/src/drivers/hwmon/ina209.c:491:6: note: byref variable will be forcibly initialized 491 | u32 shunt; | ^~~~~ In file included from /kisskb/src/drivers/opp/core.c:16: /kisskb/src/drivers/opp/core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/opp/core.c: In function '_find_current_opp': /kisskb/src/drivers/opp/core.c:945:16: note: byref variable will be forcibly initialized 945 | unsigned long freq; | ^~~~ /kisskb/src/drivers/opp/core.c: In function 'dev_pm_opp_set_rate': /kisskb/src/drivers/opp/core.c:1094:26: note: byref variable will be forcibly initialized 1094 | unsigned long freq = 0, temp_freq; | ^~~~~~~~~ /kisskb/src/drivers/opp/core.c: In function '_opp_add': /kisskb/src/drivers/opp/core.c:1708:20: note: byref variable will be forcibly initialized 1708 | struct list_head *head; | ^~~~ /kisskb/src/drivers/hwmon/ina2xx.c: In function 'ina226_interval_store': /kisskb/src/drivers/hwmon/ina2xx.c:509:16: note: byref variable will be forcibly initialized 509 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/ina2xx.c: In function 'ina226_interval_show': /kisskb/src/drivers/hwmon/ina2xx.c:533:15: note: byref variable will be forcibly initialized 533 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/ina2xx.c: In function 'ina226_alarm_show': /kisskb/src/drivers/hwmon/ina2xx.c:442:6: note: byref variable will be forcibly initialized 442 | int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/ina2xx.c: In function 'ina2xx_shunt_store': /kisskb/src/drivers/hwmon/ina2xx.c:490:16: note: byref variable will be forcibly initialized 490 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/ina2xx.c: In function 'ina226_alert_store': /kisskb/src/drivers/hwmon/ina2xx.c:400:16: note: byref variable will be forcibly initialized 400 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/ina2xx.c: In function 'ina226_alert_show': /kisskb/src/drivers/hwmon/ina2xx.c:372:6: note: byref variable will be forcibly initialized 372 | int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/ina2xx.c: In function 'ina2xx_read_reg': /kisskb/src/drivers/hwmon/ina2xx.c:231:17: note: byref variable will be forcibly initialized 231 | unsigned int cal; | ^~~ /kisskb/src/drivers/hwmon/ina2xx.c: In function 'ina2xx_value_show': /kisskb/src/drivers/hwmon/ina2xx.c:306:15: note: byref variable will be forcibly initialized 306 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/hwmon/ina2xx.c: In function 'ina2xx_probe': /kisskb/src/drivers/hwmon/ina2xx.c:623:6: note: byref variable will be forcibly initialized 623 | u32 val; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_powertune.c: In function 'smu7_enable_didt_config': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_powertune.c:967:11: note: byref variable will be forcibly initialized 967 | uint32_t efuse; | ^~~~~ In file included from /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c:38: /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c: In function 'get_pcie_lane_support': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../include/amd_pcie_helpers.h:81:11: note: byref variable will be forcibly initialized 81 | uint16_t pcie_lanes[7] = {1, 2, 4, 8, 12, 16, 32}; | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c: In function 'smu7_patch_limits_vddc': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c:2701:17: note: byref variable will be forcibly initialized 2701 | uint32_t vddc, vddci; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c:2701:11: note: byref variable will be forcibly initialized 2701 | uint32_t vddc, vddci; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c: In function 'smu7_patch_cac_vddc': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c:2721:11: note: byref variable will be forcibly initialized 2721 | uint32_t vddc; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c: In function 'smu7_get_power_profile_mode': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c:5500:14: note: byref variable will be forcibly initialized 5500 | uint32_t i, size = 0; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c: In function 'smu7_print_clock_levels': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c:4915:19: note: byref variable will be forcibly initialized 4915 | uint32_t i, now, clock, pcie_speed; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c:4914:6: note: byref variable will be forcibly initialized 4914 | int size = 0; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c: In function 'smu7_get_gpu_power': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c:3916:6: note: byref variable will be forcibly initialized 3916 | u32 tmp = 0; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c: In function 'smu7_read_sensor': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c:3960:17: note: byref variable will be forcibly initialized 3960 | uint32_t sclk, mclk, activity_percent; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c:3960:11: note: byref variable will be forcibly initialized 3960 | uint32_t sclk, mclk, activity_percent; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c: In function 'smu7_set_power_profile_mode': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c:5588:30: note: byref variable will be forcibly initialized 5588 | struct profile_mode_setting tmp; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c: In function 'smu7_get_number_of_powerplay_table_entries': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c:3539:16: note: byref variable will be forcibly initialized 3539 | unsigned long ret = 0; | ^~~ /kisskb/src/drivers/bluetooth/bpa10x.c: In function 'bpa10x_set_diag': /kisskb/src/drivers/bluetooth/bpa10x.c:345:11: note: byref variable will be forcibly initialized 345 | const u8 req[] = { 0x00, enable }; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c: In function 'smu7_calc_voltage_dependency_tables': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c:2234:42: note: byref variable will be forcibly initialized 2234 | struct phm_ppt_v1_voltage_lookup_record v_record; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c: In function 'smu7_calc_mm_voltage_dependency_table': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c:2276:42: note: byref variable will be forcibly initialized 2276 | struct phm_ppt_v1_voltage_lookup_record v_record; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c: In function 'smu7_dpm_patch_boot_state': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c:3498:16: note: byref variable will be forcibly initialized 3498 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c:3498:10: note: byref variable will be forcibly initialized 3498 | uint8_t frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c:3497:11: note: byref variable will be forcibly initialized 3497 | uint16_t size; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c: In function 'smu7_setup_voltage_range_from_vbios': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c:985:11: note: byref variable will be forcibly initialized 985 | uint32_t max_vddc = 0; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c:984:11: note: byref variable will be forcibly initialized 984 | uint32_t min_vddc = 0; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c: In function 'smu7_force_dpm_level': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c:3196:11: note: byref variable will be forcibly initialized 3196 | uint32_t pcie_mask = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c:3195:11: note: byref variable will be forcibly initialized 3195 | uint32_t mclk_mask = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c:3194:11: note: byref variable will be forcibly initialized 3194 | uint32_t sclk_mask = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c: In function 'smu7_init_dpm_defaults': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c:1757:11: note: byref variable will be forcibly initialized 1757 | uint16_t tmp3 = 0; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c:1756:16: note: byref variable will be forcibly initialized 1756 | uint8_t tmp1, tmp2; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c:1756:10: note: byref variable will be forcibly initialized 1756 | uint8_t tmp1, tmp2; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c: In function 'smu7_calculate_ro_range': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c:1939:21: note: byref variable will be forcibly initialized 1939 | uint32_t asicrev1, evv_revision, max = 0, min = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c:1939:11: note: byref variable will be forcibly initialized 1939 | uint32_t asicrev1, evv_revision, max = 0, min = 0; | ^~~~~~~~ /kisskb/src/drivers/hwmon/ina3221.c: In function 'ina3221_read_value': /kisskb/src/drivers/hwmon/ina3221.c:220:15: note: byref variable will be forcibly initialized 220 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c: In function 'smu7_get_evv_voltages': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c:2002:11: note: byref variable will be forcibly initialized 2002 | uint32_t sclk = 0; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c:2000:11: note: byref variable will be forcibly initialized 2000 | uint16_t vddgfx = 0; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c:1999:11: note: byref variable will be forcibly initialized 1999 | uint16_t vddc = 0; | ^~~~ /kisskb/src/drivers/hwmon/ina3221.c: In function 'ina3221_shunt_store': /kisskb/src/drivers/hwmon/ina3221.c:712:6: note: byref variable will be forcibly initialized 712 | int val; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c: In function 'smu7_get_elb_voltages': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c:2846:44: note: byref variable will be forcibly initialized 2846 | uint16_t virtual_voltage_id, vddc, vddci, efuse_voltage_id; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c:2846:37: note: byref variable will be forcibly initialized 2846 | uint16_t virtual_voltage_id, vddc, vddci, efuse_voltage_id; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c:2846:31: note: byref variable will be forcibly initialized 2846 | uint16_t virtual_voltage_id, vddc, vddci, efuse_voltage_id; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c: In function 'smu7_thermal_parameter_init': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c:2487:41: note: byref variable will be forcibly initialized 2487 | struct pp_atomctrl_gpio_pin_assignment gpio_pin_assignment; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c: In function 'smu7_update_edc_leakage_table': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c:2878:11: note: byref variable will be forcibly initialized 2878 | uint32_t efuse; | ^~~~~ /kisskb/src/drivers/hwmon/ina3221.c: In function 'ina3221_wait_for_data': /kisskb/src/drivers/hwmon/ina3221.c:208:12: note: byref variable will be forcibly initialized 208 | u32 wait, cvrf; | ^~~~ /kisskb/src/drivers/hwmon/ina3221.c: In function 'ina3221_read_in': /kisskb/src/drivers/hwmon/ina3221.c:274:6: note: byref variable will be forcibly initialized 274 | int regval, ret; | ^~~~~~ /kisskb/src/drivers/hwmon/ina3221.c: In function 'ina3221_read_curr': /kisskb/src/drivers/hwmon/ina3221.c:333:6: note: byref variable will be forcibly initialized 333 | int regval, ret; | ^~~~~~ /kisskb/src/drivers/hwmon/ina3221.c: In function 'ina3221_probe_child_from_dt': /kisskb/src/drivers/hwmon/ina3221.c:766:6: note: byref variable will be forcibly initialized 766 | u32 val; | ^~~ In file included from /kisskb/src/drivers/media/pci/mantis/mantis_vp1033.c:19: /kisskb/src/drivers/media/pci/mantis/mantis_vp1033.c: In function 'stv0299_writereg': /kisskb/src/drivers/media/dvb-frontends/stv0299.h:100:5: note: byref variable will be forcibly initialized 100 | u8 buf[] = {reg, val}; | ^~~ /kisskb/src/drivers/media/pci/mantis/mantis_vp1033.c: In function 'lgtdqcs001f_tuner_set': /kisskb/src/drivers/media/pci/mantis/mantis_vp1033.c:84:17: note: byref variable will be forcibly initialized 84 | struct i2c_msg msg = {.addr = 0x61, .flags = 0, .buf = buf, .len = sizeof(buf)}; | ^~~ /kisskb/src/drivers/media/pci/mantis/mantis_vp1033.c:80:5: note: byref variable will be forcibly initialized 80 | u8 buf[4]; | ^~~ /kisskb/src/drivers/hwmon/lm77.c: In function 'temp_hyst_store': /kisskb/src/drivers/hwmon/lm77.c:187:7: note: byref variable will be forcibly initialized 187 | long val; | ^~~ /kisskb/src/drivers/hwmon/lm77.c: In function 'temp_store': /kisskb/src/drivers/hwmon/lm77.c:162:7: note: byref variable will be forcibly initialized 162 | long val; | ^~~ /kisskb/src/drivers/hwmon/lm80.c: In function 'temp_store': /kisskb/src/drivers/hwmon/lm80.c:419:7: note: byref variable will be forcibly initialized 419 | long val; | ^~~ /kisskb/src/drivers/hwmon/lm80.c: In function 'in_store': /kisskb/src/drivers/hwmon/lm80.c:278:7: note: byref variable will be forcibly initialized 278 | long val; | ^~~ /kisskb/src/drivers/hwmon/lm80.c: In function 'fan_div_store': /kisskb/src/drivers/hwmon/lm80.c:349:21: note: byref variable will be forcibly initialized 349 | unsigned long min, val; | ^~~ /kisskb/src/drivers/hwmon/lm80.c: In function 'fan_store': /kisskb/src/drivers/hwmon/lm80.c:322:16: note: byref variable will be forcibly initialized 322 | unsigned long val; | ^~~ /kisskb/src/drivers/edac/edac_mc_sysfs.c: In function 'edac_set_poll_msec': /kisskb/src/drivers/edac/edac_mc_sysfs.c:55:15: note: byref variable will be forcibly initialized 55 | unsigned int i; | ^ /kisskb/src/drivers/edac/edac_mc_sysfs.c: In function 'mci_sdram_scrub_rate_store': /kisskb/src/drivers/edac/edac_mc_sysfs.c:705:16: note: byref variable will be forcibly initialized 705 | unsigned long bandwidth = 0; | ^~~~~~~~~ /kisskb/src/drivers/hwmon/lm90.c: In function 'lm90_irq_thread': /kisskb/src/drivers/hwmon/lm90.c:1818:6: note: byref variable will be forcibly initialized 1818 | u16 status; | ^~~~~~ /kisskb/src/drivers/hwmon/lm90.c: In function 'lm90_alert': /kisskb/src/drivers/hwmon/lm90.c:1987:6: note: byref variable will be forcibly initialized 1987 | u16 alarms; | ^~~~~~ /kisskb/src/drivers/hwmon/lm90.c: In function 'pec_store': /kisskb/src/drivers/hwmon/lm90.c:990:7: note: byref variable will be forcibly initialized 990 | long val; | ^~~ In file included from /kisskb/src/drivers/hwmon/lm90.c:87: /kisskb/src/drivers/hwmon/lm90.c: In function 'lm90_probe': /kisskb/src/include/linux/hwmon.h:417:32: note: byref variable will be forcibly initialized 417 | (&(struct hwmon_channel_info) { \ | ^ /kisskb/src/drivers/hwmon/lm90.c:1897:18: note: in expansion of macro 'HWMON_CHANNEL_INFO' 1897 | data->info[0] = HWMON_CHANNEL_INFO(chip, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/hwmon.h:419:22: note: byref variable will be forcibly initialized 419 | .config = (u32 []) { \ | ^ /kisskb/src/drivers/hwmon/lm90.c:1897:18: note: in expansion of macro 'HWMON_CHANNEL_INFO' 1897 | data->info[0] = HWMON_CHANNEL_INFO(chip, | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, 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/usb.h:16, from /kisskb/src/drivers/usb/host/xhci-mem.c:11: /kisskb/src/drivers/usb/host/xhci-mem.c: In function 'kmalloc_array_node': /kisskb/src/include/linux/slab.h:680:9: note: byref variable will be forcibly initialized 680 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/host/xhci-mem.c: In function 'xhci_segment_alloc': /kisskb/src/drivers/usb/host/xhci-mem.c:34:13: note: byref variable will be forcibly initialized 34 | dma_addr_t dma; | ^~~ /kisskb/src/drivers/net/caif/caif_serial.c: In function 'ser_release': /kisskb/src/drivers/net/caif/caif_serial.c:299:19: note: byref variable will be forcibly initialized 299 | struct list_head list; | ^~~~ /kisskb/src/drivers/net/caif/caif_serial.c: In function 'ldisc_open': /kisskb/src/drivers/net/caif/caif_serial.c:323:7: note: byref variable will be forcibly initialized 323 | char name[64]; | ^~~~ /kisskb/src/drivers/usb/host/xhci-mem.c: In function 'scratchpad_alloc': /kisskb/src/drivers/usb/host/xhci-mem.c:1675:14: note: byref variable will be forcibly initialized 1675 | dma_addr_t dma; | ^~~ /kisskb/src/drivers/scsi/3w-sas.c: In function 'twl_aen_queue_event': /kisskb/src/drivers/scsi/3w-sas.c:228:7: note: byref variable will be forcibly initialized 228 | char host[16]; | ^~~~ /kisskb/src/drivers/scsi/3w-sas.c: In function 'twl_aen_read_queue': /kisskb/src/drivers/scsi/3w-sas.c:377:18: note: byref variable will be forcibly initialized 377 | TW_SG_Entry_ISO sglist[1]; | ^~~~~~ /kisskb/src/drivers/scsi/3w-sas.c:376:16: note: byref variable will be forcibly initialized 376 | unsigned char cdb[TW_MAX_CDB_LEN]; | ^~~ /kisskb/src/drivers/scsi/3w-sas.c: In function 'twl_aen_drain_queue': /kisskb/src/drivers/scsi/3w-sas.c:559:18: note: byref variable will be forcibly initialized 559 | TW_SG_Entry_ISO sglist[1]; | ^~~~~~ /kisskb/src/drivers/scsi/3w-sas.c:558:16: note: byref variable will be forcibly initialized 558 | unsigned char cdb[TW_MAX_CDB_LEN]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/dib7000p.c: In function 'dib7000p_reset_stats': /kisskb/src/drivers/media/dvb-frontends/dib7000p.c:1668:6: note: byref variable will be forcibly initialized 1668 | u32 ucb; | ^~~ /kisskb/src/drivers/scsi/3w-sas.c: In function 'twl_scsi_queue_lck': /kisskb/src/drivers/scsi/3w-sas.c:1458:6: note: byref variable will be forcibly initialized 1458 | int request_id, retval; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/3w-sas.c: In function 'twl_handle_attention_interrupt': /kisskb/src/drivers/scsi/3w-sas.c:1084:6: note: byref variable will be forcibly initialized 1084 | u32 request_id, doorbell; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/3w-sas.c: In function 'twl_reset_sequence': /kisskb/src/drivers/scsi/3w-sas.c:1265:6: note: byref variable will be forcibly initialized 1265 | u32 init_connect_result = 0; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/3w-sas.c:1264:40: note: byref variable will be forcibly initialized 1264 | unsigned short fw_on_ctlr_branch = 0, fw_on_ctlr_build = 0; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/3w-sas.c:1264:17: note: byref variable will be forcibly initialized 1264 | unsigned short fw_on_ctlr_branch = 0, fw_on_ctlr_build = 0; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/3w-sas.c:1263:37: note: byref variable will be forcibly initialized 1263 | unsigned short fw_on_ctlr_srl = 0, fw_on_ctlr_arch_id = 0; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/3w-sas.c:1263:17: note: byref variable will be forcibly initialized 1263 | unsigned short fw_on_ctlr_srl = 0, fw_on_ctlr_arch_id = 0; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/3w-sas.c: In function 'twl_allocate_memory': /kisskb/src/drivers/scsi/3w-sas.c:644:13: note: byref variable will be forcibly initialized 644 | dma_addr_t dma_handle; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/dib7000p.c: In function 'dib7000p_set_channel': /kisskb/src/drivers/media/dvb-frontends/dib7000p.c:974:13: note: byref variable will be forcibly initialized 974 | u16 value, est[4]; | ^~~ /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/media/dvb-frontends/dib7000p.c: In function 'dib7000p_spur_protect': /kisskb/src/drivers/media/dvb-frontends/dib7000p.c:1214:18: note: byref variable will be forcibly initialized 1214 | int coef_re[8], coef_im[8]; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/dib7000p.c:1214:6: note: byref variable will be forcibly initialized 1214 | int coef_re[8], coef_im[8]; | ^~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/3w-sas.c:53: /kisskb/src/drivers/scsi/3w-sas.c: In function 'twl_chrdev_ioctl': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/3w-sas.c:789:13: note: in expansion of macro 'wait_event_timeout' 789 | timeout = wait_event_timeout(tw_dev->ioctl_wqueue, tw_dev->chrdev_request_id == TW_IOCTL_CHRDEV_FREE, timeout); | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/3w-sas.c:721:26: note: byref variable will be forcibly initialized 721 | TW_Ioctl_Driver_Command driver_command; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/3w-sas.c:720:6: note: byref variable will be forcibly initialized 720 | int request_id = 0; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/3w-sas.c:719:13: note: byref variable will be forcibly initialized 719 | dma_addr_t dma_handle; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, 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/drivers/scsi/3w-sas.c:56: /kisskb/src/drivers/scsi/3w-sas.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/host/xhci-mem.c: In function 'xhci_ring_expansion': /kisskb/src/drivers/usb/host/xhci-mem.c:427:23: note: byref variable will be forcibly initialized 427 | struct xhci_segment *last; | ^~~~ /kisskb/src/drivers/usb/host/xhci-mem.c:426:23: note: byref variable will be forcibly initialized 426 | struct xhci_segment *first; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_i2c_read16': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:282:17: note: byref variable will be forcibly initialized 282 | struct i2c_msg msg[2] = { | ^~~ /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/dvb-frontends/dib9000.c: In function 'dib9000_write_word_attr': /kisskb/src/drivers/media/dvb-frontends/dib7000p.c: In function 'dib7000p_get_stats': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:384:5: note: byref variable will be forcibly initialized 384 | u8 b[2] = { val >> 8, val & 0xff }; | ^ /kisskb/src/drivers/media/dvb-frontends/dib7000p.c:1904:6: note: byref variable will be forcibly initialized 1904 | u16 strength; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/dib7000p.c:1901:19: note: byref variable will be forcibly initialized 1901 | u32 time_us = 0, val, snr; | ^~~ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_mbx_send_attr': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:529:9: note: byref variable will be forcibly initialized 529 | u8 *d, b[2]; | ^ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_risc_apb_access_read': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:1015:8: note: byref variable will be forcibly initialized 1015 | u8 i, s; | ^ /kisskb/src/drivers/media/dvb-frontends/dib9000.c:1014:6: note: byref variable will be forcibly initialized 1014 | u16 mb[10]; | ^~ /kisskb/src/drivers/media/dvb-frontends/dib7000p.c: In function 'dib7000p_agc_startup': /kisskb/src/drivers/media/dvb-frontends/dib7000p.c:868:8: note: byref variable will be forcibly initialized 868 | u32 frequency_tuner; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_risc_apb_access_write': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:1042:5: note: byref variable will be forcibly initialized 1042 | u8 s, i; | ^ /kisskb/src/drivers/media/dvb-frontends/dib9000.c:1041:6: note: byref variable will be forcibly initialized 1041 | u16 mb[10]; | ^~ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_fw_set_diversity_in': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:1532:6: note: byref variable will be forcibly initialized 1532 | u16 mode = (u16) onoff; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_risc_check_version': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:768:6: note: byref variable will be forcibly initialized 768 | u16 fw_version = 0; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/dib9000.c:767:5: note: byref variable will be forcibly initialized 767 | u8 size; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/dib9000.c:766:5: note: byref variable will be forcibly initialized 766 | u8 r[4]; | ^ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_write_word': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:378:5: note: byref variable will be forcibly initialized 378 | u8 b[2] = { val >> 8, val & 0xff }; | ^ /kisskb/src/drivers/usb/host/xhci-mem.c: In function 'xhci_mem_init': /kisskb/src/drivers/usb/host/xhci-mem.c:2382:13: note: byref variable will be forcibly initialized 2382 | dma_addr_t dma; | ^~~ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_fw_set_output_mode': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:1539:6: note: byref variable will be forcibly initialized 1539 | u16 outreg, smo_mode; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_fw_init': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:1083:5: note: byref variable will be forcibly initialized 1083 | u8 size; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_risc_mem_setup_cmd': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:403:5: note: byref variable will be forcibly initialized 403 | u8 b[14] = { 0 }; | ^ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_fw_set_channel_head': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:1157:5: note: byref variable will be forcibly initialized 1157 | u8 b[9]; | ^ /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; | ^~ /kisskb/src/drivers/hwmon/lm92.c: In function 'temp_store': /kisskb/src/drivers/hwmon/lm92.c:154:7: note: byref variable will be forcibly initialized 154 | long val; | ^~~ /kisskb/src/drivers/hwmon/lm92.c: In function 'temp_hyst_store': /kisskb/src/drivers/hwmon/lm92.c:194:7: note: byref variable will be forcibly initialized 194 | long val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:2240:6: note: byref variable will be forcibly initialized 2240 | u16 val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_get_frontend': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:1901:17: note: byref variable will be forcibly initialized 1901 | enum fe_status stat; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/dib9000.c: In function 'dib9000_fw_component_bus_xfer': /kisskb/src/drivers/media/dvb-frontends/dib9000.c:1660:5: note: byref variable will be forcibly initialized 1660 | u8 p[13] = { 0 }; | ^ /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/media/pci/smipcie/smipcie-ir.c: In function 'smi_ir_decode': /kisskb/src/drivers/media/pci/smipcie/smipcie-ir.c:91:23: note: byref variable will be forcibly initialized 91 | struct ir_raw_event rawir = {}; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_processpptables.c: In function 'get_tdp_table': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_processpptables.c:426:10: note: byref variable will be forcibly initialized 426 | uint8_t sda; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_processpptables.c:425:10: note: byref variable will be forcibly initialized 425 | uint8_t scl; | ^~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/pci.h:37, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_processpptables.c:24: /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_processpptables.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_processpptables.c: In function 'get_powerplay_table': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_processpptables.c:52:11: note: byref variable will be forcibly initialized 52 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_processpptables.c:52:5: note: byref variable will be forcibly initialized 52 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_processpptables.c:51:6: note: byref variable will be forcibly initialized 51 | u16 size; | ^~~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'prochot_short_store': /kisskb/src/drivers/hwmon/lm93.c:2291:16: note: byref variable will be forcibly initialized 2291 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'prochot_override_duty_cycle_store': /kisskb/src/drivers/hwmon/lm93.c:2260:16: note: byref variable will be forcibly initialized 2260 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'prochot_interval_store': /kisskb/src/drivers/hwmon/lm93.c:2224:16: note: byref variable will be forcibly initialized 2224 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'prochot_override_store': /kisskb/src/drivers/hwmon/lm93.c:2182:16: note: byref variable will be forcibly initialized 2182 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'prochot_max_store': /kisskb/src/drivers/hwmon/lm93.c:2146:16: note: byref variable will be forcibly initialized 2146 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'pwm_auto_vrdhot_ramp_store': /kisskb/src/drivers/hwmon/lm93.c:2081:16: note: byref variable will be forcibly initialized 2081 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'pwm_auto_prochot_ramp_store': /kisskb/src/drivers/hwmon/lm93.c:2049:16: note: byref variable will be forcibly initialized 2049 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'pwm_auto_spinup_time_store': /kisskb/src/drivers/hwmon/lm93.c:2015:16: note: byref variable will be forcibly initialized 2015 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'pwm_auto_spinup_min_store': /kisskb/src/drivers/hwmon/lm93.c:1975:16: note: byref variable will be forcibly initialized 1975 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'pwm_auto_channels_store': /kisskb/src/drivers/hwmon/lm93.c:1934:16: note: byref variable will be forcibly initialized 1934 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'pwm_freq_store': /kisskb/src/drivers/hwmon/lm93.c:1896:16: note: byref variable will be forcibly initialized 1896 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'pwm_enable_store': /kisskb/src/drivers/hwmon/lm93.c:1820:16: note: byref variable will be forcibly initialized 1820 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'pwm_store': /kisskb/src/drivers/hwmon/lm93.c:1772:16: note: byref variable will be forcibly initialized 1772 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'fan_smart_tach_store': /kisskb/src/drivers/hwmon/lm93.c:1719:16: note: byref variable will be forcibly initialized 1719 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'temp_auto_offset_hyst_store': /kisskb/src/drivers/hwmon/lm93.c:1585:16: note: byref variable will be forcibly initialized 1585 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'temp_auto_pwm_min_store': /kisskb/src/drivers/hwmon/lm93.c:1542:16: note: byref variable will be forcibly initialized 1542 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'temp_auto_offset_store': /kisskb/src/drivers/hwmon/lm93.c:1464:16: note: byref variable will be forcibly initialized 1464 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'temp_auto_boost_hyst_store': /kisskb/src/drivers/hwmon/lm93.c:1419:16: note: byref variable will be forcibly initialized 1419 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'in_max_store': /kisskb/src/drivers/hwmon/lm93.c:1217:16: note: byref variable will be forcibly initialized 1217 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'in_min_store': /kisskb/src/drivers/hwmon/lm93.c:1152:16: note: byref variable will be forcibly initialized 1152 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'fan_min_store': /kisskb/src/drivers/hwmon/lm93.c:1640:16: note: byref variable will be forcibly initialized 1640 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'temp_auto_boost_store': /kisskb/src/drivers/hwmon/lm93.c:1383:7: note: byref variable will be forcibly initialized 1383 | long val; | ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'temp_auto_base_store': /kisskb/src/drivers/hwmon/lm93.c:1350:7: note: byref variable will be forcibly initialized 1350 | long val; | ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'temp_max_store': /kisskb/src/drivers/hwmon/lm93.c:1317:7: note: byref variable will be forcibly initialized 1317 | long val; | ^~~ /kisskb/src/drivers/hwmon/lm93.c: In function 'temp_min_store': /kisskb/src/drivers/hwmon/lm93.c:1284:7: note: byref variable will be forcibly initialized 1284 | long val; | ^~~ In file included from /kisskb/src/drivers/opp/cpu.c:18: /kisskb/src/drivers/opp/cpu.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/opp/cpu.c: In function 'dev_pm_opp_init_cpufreq_table': /kisskb/src/drivers/opp/cpu.c:49:16: note: byref variable will be forcibly initialized 49 | unsigned long rate; | ^~~~ /kisskb/src/drivers/hwmon/lm95234.c: In function 'offset_store': /kisskb/src/drivers/hwmon/lm95234.c:424:7: note: byref variable will be forcibly initialized 424 | long val; | ^~~ /kisskb/src/drivers/hwmon/lm95234.c: In function 'tcrit1_store': /kisskb/src/drivers/hwmon/lm95234.c:344:7: note: byref variable will be forcibly initialized 344 | long val; | ^~~ /kisskb/src/drivers/hwmon/lm95234.c: In function 'tcrit1_hyst_store': /kisskb/src/drivers/hwmon/lm95234.c:385:7: note: byref variable will be forcibly initialized 385 | long val; | ^~~ /kisskb/src/drivers/hwmon/lm95234.c: In function 'tcrit2_store': /kisskb/src/drivers/hwmon/lm95234.c:294:7: note: byref variable will be forcibly initialized 294 | long val; | ^~~ /kisskb/src/drivers/hwmon/lm95234.c: In function 'type_store': /kisskb/src/drivers/hwmon/lm95234.c:249:16: note: byref variable will be forcibly initialized 249 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/lm95234.c: In function 'update_interval_store': /kisskb/src/drivers/hwmon/lm95234.c:463:16: note: byref variable will be forcibly initialized 463 | unsigned long val; | ^~~ In file included from /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/pp_psm.c:26: /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/pp_psm.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/pp_psm.c: In function 'power_state_management': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/pp_psm.c:246:7: note: byref variable will be forcibly initialized 246 | bool equal; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/pp_psm.c: In function 'psm_set_boot_states': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/pp_psm.c:182:16: note: byref variable will be forcibly initialized 182 | unsigned long state_id; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/pp_psm.c: In function 'psm_set_performance_states': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/pp_psm.c:197:16: note: byref variable will be forcibly initialized 197 | unsigned long state_id; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/pp_psm.c: In function 'psm_adjust_power_state_dynamic': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/pp_psm.c:270:7: note: byref variable will be forcibly initialized 270 | long workload; | ^~~~~~~~ /kisskb/src/drivers/scsi/stex.c: In function 'stex_hard_reset': /kisskb/src/drivers/scsi/stex.c:1309:5: note: byref variable will be forcibly initialized 1309 | u8 pci_bctl; | ^~~~~~~~ /kisskb/src/drivers/scsi/stex.c:1308:6: note: byref variable will be forcibly initialized 1308 | u16 pci_cmd; | ^~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/scsi/stex.c:15: /kisskb/src/drivers/scsi/stex.c: In function 'stex_do_reset': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/stex.c:1401:3: note: in expansion of macro 'wait_event_timeout' 1401 | wait_event_timeout(hba->reset_waitq, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/ltc2945.c: In function 'ltc2945_val_to_reg': /kisskb/src/drivers/hwmon/ltc2945.c:152:15: note: byref variable will be forcibly initialized 152 | unsigned int control; | ^~~~~~~ /kisskb/src/drivers/hwmon/ltc2945.c: In function 'ltc2945_bool_show': /kisskb/src/drivers/hwmon/ltc2945.c:325:15: note: byref variable will be forcibly initialized 325 | unsigned int fault; | ^~~~~ /kisskb/src/drivers/hwmon/ltc2945.c: In function 'ltc2945_history_store': /kisskb/src/drivers/hwmon/ltc2945.c:277:16: note: byref variable will be forcibly initialized 277 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/ltc2945.c:276:5: note: byref variable will be forcibly initialized 276 | u8 buf_max[3] = { 0, 0, 0 }; | ^~~~~~~ /kisskb/src/drivers/hwmon/ltc2945.c:275:5: note: byref variable will be forcibly initialized 275 | u8 buf_min[3] = { 0xff, 0xff, 0xff }; | ^~~~~~~ /kisskb/src/drivers/hwmon/ltc2945.c: In function 'ltc2945_value_store': /kisskb/src/drivers/hwmon/ltc2945.c:240:5: note: byref variable will be forcibly initialized 240 | u8 regbuf[3]; | ^~~~~~ /kisskb/src/drivers/hwmon/ltc2945.c:239:16: note: byref variable will be forcibly initialized 239 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/ltc2945.c: In function 'ltc2945_reg_to_val': /kisskb/src/drivers/hwmon/ltc2945.c:71:5: note: byref variable will be forcibly initialized 71 | u8 buf[3]; | ^~~ /kisskb/src/drivers/hwmon/ltc2945.c:70:15: note: byref variable will be forcibly initialized 70 | unsigned int control; | ^~~~~~~ /kisskb/src/drivers/hwmon/lm95245.c: In function 'lm95245_read_temp': /kisskb/src/drivers/hwmon/lm95245.c:164:32: note: byref variable will be forcibly initialized 164 | int ret, regl, regh, regvall, regvalh; | ^~~~~~~ /kisskb/src/drivers/hwmon/lm95245.c:164:23: note: byref variable will be forcibly initialized 164 | int ret, regl, regh, regvall, regvalh; | ^~~~~~~ /kisskb/src/drivers/hwmon/lm95245.c: In function 'lm95245_read_conversion_rate': /kisskb/src/drivers/hwmon/lm95245.c:108:15: note: byref variable will be forcibly initialized 108 | unsigned int rate; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega12_processpptables.c: In function 'get_powerplay_table': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega12_processpptables.c:49:11: note: byref variable will be forcibly initialized 49 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega12_processpptables.c:49:5: note: byref variable will be forcibly initialized 49 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega12_processpptables.c:48:6: note: byref variable will be forcibly initialized 48 | u16 size; | ^~~~ /kisskb/src/drivers/hwmon/lm95245.c: In function 'lm95245_write_temp': /kisskb/src/drivers/hwmon/lm95245.c:281:15: note: byref variable will be forcibly initialized 281 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega12_processpptables.c: In function 'append_vbios_pptable': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega12_processpptables.c:104:42: note: byref variable will be forcibly initialized 104 | struct pp_atomfwctrl_smc_dpm_parameters smc_dpm_table; | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/stex.c: In function 'stex_queuecommand_lck': /kisskb/src/drivers/scsi/stex.c:668:21: note: byref variable will be forcibly initialized 668 | struct st_drvver ver; | ^~~ In file included from /kisskb/src/drivers/scsi/stex.c:15: /kisskb/src/drivers/scsi/stex.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/media/pci/mantis/mantis_vp2033.c: In function 'tda1002x_cu1216_tuner_set': /kisskb/src/drivers/media/pci/mantis/mantis_vp2033.c:63:17: note: byref variable will be forcibly initialized 63 | struct i2c_msg msg = {.addr = 0x60, .flags = 0, .buf = buf, .len = sizeof(buf)}; | ^~~ /kisskb/src/drivers/media/pci/mantis/mantis_vp2033.c:62:5: note: byref variable will be forcibly initialized 62 | u8 buf[6]; | ^~~ /kisskb/src/drivers/media/pci/mantis/mantis_vp2033.c: In function 'read_pwm': /kisskb/src/drivers/media/pci/mantis/mantis_vp2033.c:44:17: note: byref variable will be forcibly initialized 44 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/pci/mantis/mantis_vp2033.c:43:5: note: byref variable will be forcibly initialized 43 | u8 pwm; | ^~~ /kisskb/src/drivers/media/pci/mantis/mantis_vp2033.c:42:5: note: byref variable will be forcibly initialized 42 | u8 b = 0xff; | ^ /kisskb/src/drivers/hwmon/ltc2947-core.c: In function '__ltc2947_val_read16': /kisskb/src/drivers/hwmon/ltc2947-core.c:135:9: note: byref variable will be forcibly initialized 135 | __be16 __val = 0; | ^~~~~ /kisskb/src/drivers/hwmon/ltc2947-core.c: In function '__ltc2947_val_read24': /kisskb/src/drivers/hwmon/ltc2947-core.c:150:9: note: byref variable will be forcibly initialized 150 | __be32 __val = 0; | ^~~~~ /kisskb/src/drivers/hwmon/ltc2947-core.c: In function '__ltc2947_val_read64': /kisskb/src/drivers/hwmon/ltc2947-core.c:165:9: note: byref variable will be forcibly initialized 165 | __be64 __val = 0; | ^~~~~ /kisskb/src/drivers/hwmon/ltc2947-core.c: In function 'ltc2947_val_read': /kisskb/src/drivers/hwmon/ltc2947-core.c:181:6: note: byref variable will be forcibly initialized 181 | u64 __val = 0; | ^~~~~ /kisskb/src/drivers/hwmon/ltc2947-core.c: In function 'ltc2947_show_value': /kisskb/src/drivers/hwmon/ltc2947-core.c:327:6: note: byref variable will be forcibly initialized 327 | s64 val = 0; | ^~~ /kisskb/src/drivers/hwmon/ltc2947-core.c: In function '__ltc2947_val_write16': /kisskb/src/drivers/hwmon/ltc2947-core.c:233:9: note: byref variable will be forcibly initialized 233 | __be16 __val; | ^~~~~ /kisskb/src/drivers/hwmon/ltc2947-core.c: In function '__ltc2947_val_write64': /kisskb/src/drivers/hwmon/ltc2947-core.c:224:9: note: byref variable will be forcibly initialized 224 | __be64 __val; | ^~~~~ /kisskb/src/drivers/hwmon/ltc2947-core.c: In function 'ltc2947_alarm_read': /kisskb/src/drivers/hwmon/ltc2947-core.c:292:7: note: byref variable will be forcibly initialized 292 | char alarms[LTC2947_ALERTS_SIZE + 1]; | ^~~~~~ /kisskb/src/drivers/hwmon/ltc2947-core.c: In function 'ltc2947_read_in': /kisskb/src/drivers/hwmon/ltc2947-core.c:504:6: note: byref variable will be forcibly initialized 504 | s64 __val = 0; | ^~~~~ /kisskb/src/drivers/hwmon/ltc2947-core.c: In function 'ltc2947_read_curr': /kisskb/src/drivers/hwmon/ltc2947-core.c:456:6: note: byref variable will be forcibly initialized 456 | s64 __val = 0; | ^~~~~ /kisskb/src/drivers/hwmon/ltc2947-core.c: In function 'ltc2947_read_power': /kisskb/src/drivers/hwmon/ltc2947-core.c:409:6: note: byref variable will be forcibly initialized 409 | s64 __val = 0; | ^~~~~ /kisskb/src/drivers/hwmon/ltc2947-core.c: In function 'ltc2947_read_temp': /kisskb/src/drivers/hwmon/ltc2947-core.c:344:6: note: byref variable will be forcibly initialized 344 | s64 __val = 0; | ^~~~~ /kisskb/src/drivers/bluetooth/bfusb.c: In function 'bfusb_send_frame': /kisskb/src/drivers/bluetooth/bfusb.c:453:16: note: byref variable will be forcibly initialized 453 | unsigned char buf[3]; | ^~~ /kisskb/src/drivers/hwmon/ltc2947-core.c: In function 'ltc2947_setup': /kisskb/src/drivers/hwmon/ltc2947-core.c:971:6: note: byref variable will be forcibly initialized 971 | u32 accum[2]; | ^~~~~ /kisskb/src/drivers/hwmon/ltc2947-core.c:970:23: note: byref variable will be forcibly initialized 970 | u32 dummy, deadband, pol; | ^~~ /kisskb/src/drivers/hwmon/ltc2947-core.c:970:13: note: byref variable will be forcibly initialized 970 | u32 dummy, deadband, pol; | ^~~~~~~~ /kisskb/src/drivers/hwmon/ltc2947-core.c:970:6: note: byref variable will be forcibly initialized 970 | u32 dummy, deadband, pol; | ^~~~~ /kisskb/src/drivers/hwmon/ltc2947-core.c: In function 'ltc2947_resume': /kisskb/src/drivers/hwmon/ltc2947-core.c:1141:6: note: byref variable will be forcibly initialized 1141 | u32 ctrl = 0; | ^~~~ /kisskb/src/drivers/bluetooth/bfusb.c: In function 'bfusb_load_firmware': /kisskb/src/drivers/bluetooth/bfusb.c:522:17: note: byref variable will be forcibly initialized 522 | int err, pipe, len, size, sent = 0; | ^~~ /kisskb/src/drivers/bluetooth/bfusb.c: In function 'bfusb_probe': /kisskb/src/drivers/bluetooth/bfusb.c:600:25: note: byref variable will be forcibly initialized 600 | const struct firmware *firmware; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu10_hwmgr.c: In function 'smu10_set_fine_grain_clk_vol': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu10_hwmgr.c:1531:21: note: byref variable will be forcibly initialized 1531 | uint32_t min_freq, max_freq = 0; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu10_hwmgr.c:1531:11: note: byref variable will be forcibly initialized 1531 | uint32_t min_freq, max_freq = 0; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu10_hwmgr.c: In function 'smu10_dpm_force_dpm_level': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu10_hwmgr.c:622:36: note: byref variable will be forcibly initialized 622 | uint32_t fine_grain_min_freq = 0, fine_grain_max_freq = 0; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu10_hwmgr.c:622:11: note: byref variable will be forcibly initialized 622 | uint32_t fine_grain_min_freq = 0, fine_grain_max_freq = 0; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu10_hwmgr.c: In function 'smu10_get_power_profile_mode': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu10_hwmgr.c:1435:14: note: byref variable will be forcibly initialized 1435 | uint32_t i, size = 0; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu10_hwmgr.c: In function 'smu10_print_clock_levels': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu10_hwmgr.c:1024:21: note: byref variable will be forcibly initialized 1024 | uint32_t min_freq, max_freq = 0; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu10_hwmgr.c:1024:11: note: byref variable will be forcibly initialized 1024 | uint32_t min_freq, max_freq = 0; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu10_hwmgr.c:1023:19: note: byref variable will be forcibly initialized 1023 | uint32_t i, now, size = 0; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu10_hwmgr.c:1023:14: note: byref variable will be forcibly initialized 1023 | uint32_t i, now, size = 0; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu10_hwmgr.c: In function 'smu10_read_sensor': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu10_hwmgr.c:1289:23: note: byref variable will be forcibly initialized 1289 | uint32_t sclk, mclk, activity_percent; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu10_hwmgr.c:1289:17: note: byref variable will be forcibly initialized 1289 | uint32_t sclk, mclk, activity_percent; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu10_hwmgr.c:1289:11: note: byref variable will be forcibly initialized 1289 | uint32_t sclk, mclk, activity_percent; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu10_hwmgr.c: In function 'smu10_set_clock_limit': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu10_hwmgr.c:192:34: note: byref variable will be forcibly initialized 192 | struct pp_display_clock_request clock_req; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu10_hwmgr.c: In function 'smu10_dpm_get_num_of_pp_table_entries': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu10_hwmgr.c:903:16: note: byref variable will be forcibly initialized 903 | unsigned long ret = 0; | ^~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/inc/pp_debug.h:35, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu10_hwmgr.c:23: /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu10_hwmgr.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu10_hwmgr.c: In function 'smu10_populate_clock_table': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu10_hwmgr.c:483:11: note: byref variable will be forcibly initialized 483 | uint32_t result; | ^~~~~~ In file included from /kisskb/src/drivers/opp/of.c:18: /kisskb/src/drivers/opp/of.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c: In function 'vega10_get_gpu_power': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c:3880:11: note: byref variable will be forcibly initialized 3880 | uint32_t value; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c: In function 'vega10_acg_enable': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c:2356:11: note: byref variable will be forcibly initialized 2356 | uint32_t agc_btc_response; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c: In function 'vega10_set_ppfeature_status': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c:4575:11: note: byref variable will be forcibly initialized 4575 | uint64_t features_enabled; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c: In function 'vega10_get_ppfeature_status': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c:4549:6: note: byref variable will be forcibly initialized 4549 | int size = 0; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c:4546:11: note: byref variable will be forcibly initialized 4546 | uint64_t features_enabled; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c: In function 'vega10_get_power_profile_mode': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c:5094:14: note: byref variable will be forcibly initialized 5094 | uint32_t i, size = 0; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c: In function 'vega10_odn_initial_default_setting': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c:313:52: note: byref variable will be forcibly initialized 313 | struct phm_ppt_v1_clock_voltage_dependency_table *od_table[3]; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c:312:52: note: byref variable will be forcibly initialized 312 | struct phm_ppt_v1_clock_voltage_dependency_table *dep_table[3]; | ^~~~~~~~~ /kisskb/src/drivers/opp/of.c: In function '_read_opp_key': /kisskb/src/drivers/opp/of.c:772:6: note: byref variable will be forcibly initialized 772 | u64 rate; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c: In function 'vega10_print_clock_levels': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c:4640:14: note: byref variable will be forcibly initialized 4640 | int i, now, size = 0, count = 0; | ^~~~ /kisskb/src/drivers/opp/of.c: In function '_opp_is_supported': /kisskb/src/drivers/opp/of.c:524:6: note: byref variable will be forcibly initialized 524 | u32 val; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c:4640:9: note: byref variable will be forcibly initialized 4640 | int i, now, size = 0, count = 0; | ^~~ /kisskb/src/drivers/opp/of.c: In function 'opp_parse_supplies': /kisskb/src/drivers/opp/of.c:581:7: note: byref variable will be forcibly initialized 581 | char name[NAME_MAX]; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c: In function 'vega10_notify_smc_display_config_after_ps_adjustment': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c:4049:34: note: byref variable will be forcibly initialized 4049 | struct pp_display_clock_request clock_req; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c: In function 'vega10_read_sensor': /kisskb/src/drivers/opp/of.c: In function 'dev_pm_opp_of_register_em': /kisskb/src/drivers/opp/of.c:1464:6: note: byref variable will be forcibly initialized 1464 | u32 cap; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c:3897:31: note: byref variable will be forcibly initialized 3897 | uint32_t sclk_mhz, mclk_idx, activity_percent = 0; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c:3897:21: note: byref variable will be forcibly initialized 3897 | uint32_t sclk_mhz, mclk_idx, activity_percent = 0; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c:3897:11: note: byref variable will be forcibly initialized 3897 | uint32_t sclk_mhz, mclk_idx, activity_percent = 0; | ^~~~~~~~ /kisskb/src/drivers/opp/of.c: In function '_of_init_opp_table': /kisskb/src/drivers/opp/of.c:212:6: note: byref variable will be forcibly initialized 212 | u32 val; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c: In function 'vega10_dpm_force_dpm_level': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c:4282:11: note: byref variable will be forcibly initialized 4282 | uint32_t soc_mask = 0; | ^~~~~~~~ /kisskb/src/drivers/opp/of.c: In function '_opp_add_static_v2': /kisskb/src/drivers/opp/of.c:841:7: note: byref variable will be forcibly initialized 841 | bool rate_not_available = false; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/opp/of.c:839:6: note: byref variable will be forcibly initialized 839 | u32 val; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c:4281:11: note: byref variable will be forcibly initialized 4281 | uint32_t mclk_mask = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c:4280:11: note: byref variable will be forcibly initialized 4280 | uint32_t sclk_mask = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c: In function 'vega10_populate_single_gfx_level': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c:1614:44: note: byref variable will be forcibly initialized 1614 | struct pp_atomfwctrl_clock_dividers_soc15 dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c: In function 'vega10_populate_single_soc_level': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c:1681:44: note: byref variable will be forcibly initialized 1681 | struct pp_atomfwctrl_clock_dividers_soc15 dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c: In function 'vega10_populate_single_lclk_level': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c:1496:44: note: byref variable will be forcibly initialized 1496 | struct pp_atomfwctrl_clock_dividers_soc15 dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c: In function 'vega10_populate_single_eclock_level': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c:1990:44: note: byref variable will be forcibly initialized 1990 | struct pp_atomfwctrl_clock_dividers_soc15 dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c: In function 'vega10_populate_single_vclock_level': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c:2043:44: note: byref variable will be forcibly initialized 2043 | struct pp_atomfwctrl_clock_dividers_soc15 dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c: In function 'vega10_populate_single_dclock_level': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c:2059:44: note: byref variable will be forcibly initialized 2059 | struct pp_atomfwctrl_clock_dividers_soc15 dividers; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c: In function 'vega10_populate_single_memory_level': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c:1818:44: note: byref variable will be forcibly initialized 1818 | struct pp_atomfwctrl_clock_dividers_soc15 dividers; | ^~~~~~~~ In file included from /kisskb/src/drivers/media/pci/ddbridge/ddbridge-ci.c:23: /kisskb/src/drivers/media/pci/ddbridge/ddbridge-ci.c: In function 'i2c_read_regs': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-i2c.h:64:17: note: byref variable will be forcibly initialized 64 | struct i2c_msg msgs[2] = { { .addr = adr, .flags = 0, | ^~~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-ci.c: In function 'poll_slot_status_xo2': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-ci.c:273:5: note: byref variable will be forcibly initialized 273 | u8 val = 0; | ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-ci.c: In function 'read_cam_control_xo2': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-ci.c:218:5: note: byref variable will be forcibly initialized 218 | u8 val; | ^~~ In file included from /kisskb/src/drivers/media/pci/ddbridge/ddbridge-ci.c:23: /kisskb/src/drivers/media/pci/ddbridge/ddbridge-ci.c: In function 'i2c_write': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-i2c.h:47:17: note: byref variable will be forcibly initialized 47 | struct i2c_msg msg = { .addr = adr, .flags = 0, | ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-ci.c: In function 'i2c_write_reg': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-i2c.h:95:5: note: byref variable will be forcibly initialized 95 | u8 msg[2] = { reg, val }; | ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-ci.c: In function 'i2c_write_reg16': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-i2c.h:87:5: note: byref variable will be forcibly initialized 87 | u8 msg[3] = { reg >> 8, reg & 0xff, val }; | ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-ci.c: In function 'i2c_read_regs16': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-i2c.h:76:17: note: byref variable will be forcibly initialized 76 | struct i2c_msg msgs[2] = { { .addr = adr, .flags = 0, | ^~~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-i2c.h:75:5: note: byref variable will be forcibly initialized 75 | u8 msg[2] = { reg >> 8, reg & 0xff }; | ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-ci.c: In function 'read_attribute_mem_xo2': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-ci.c:196:5: note: byref variable will be forcibly initialized 196 | u8 val; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_thermal.c: In function 'vega10_fan_ctrl_get_fan_speed_pwm': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_thermal.c:70:11: note: byref variable will be forcibly initialized 70 | uint32_t current_rpm; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c: In function 'vega10_setup_dpm_led_config': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c:957:37: note: byref variable will be forcibly initialized 957 | struct pp_atomfwctrl_voltage_table table; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c: In function 'vega10_populate_and_upload_avfs_fuse_override': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c:2483:27: note: byref variable will be forcibly initialized 2483 | struct phm_fuses_default fuse; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c:2482:18: note: byref variable will be forcibly initialized 2482 | uint32_t top32, bottom32; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c:2482:11: note: byref variable will be forcibly initialized 2482 | uint32_t top32, bottom32; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c: In function 'vega10_init_smc_table': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c:2557:43: note: byref variable will be forcibly initialized 2557 | struct pp_atomfwctrl_bios_boot_up_values boot_up_values; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c:2556:37: note: byref variable will be forcibly initialized 2556 | struct pp_atomfwctrl_voltage_table voltage_table; | ^~~~~~~~~~~~~ /kisskb/src/drivers/net/caif/caif_virtio.c: In function 'cfv_release_used_buf': /kisskb/src/drivers/net/caif/caif_virtio.c:168:16: note: byref variable will be forcibly initialized 168 | unsigned int len; | ^~~ /kisskb/src/drivers/net/caif/caif_virtio.c: In function 'cfv_rx_poll': /kisskb/src/drivers/net/caif/caif_virtio.c:254:6: note: byref variable will be forcibly initialized 254 | int err = 0; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c: In function 'vega10_init_dpm_defaults': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c:363:18: note: byref variable will be forcibly initialized 363 | uint32_t top32, bottom32; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c:363:11: note: byref variable will be forcibly initialized 363 | uint32_t top32, bottom32; | ^~~~~ /kisskb/src/drivers/net/caif/caif_virtio.c: In function 'cfv_netdev_tx': /kisskb/src/drivers/net/caif/caif_virtio.c:526:21: note: byref variable will be forcibly initialized 526 | struct scatterlist sg; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c: In function 'vega10_hwmgr_backend_init': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_hwmgr.c:823:37: note: byref variable will be forcibly initialized 823 | struct pp_atomfwctrl_voltage_table vol_table; | ^~~~~~~~~ In file included from /kisskb/src/drivers/net/caif/caif_virtio.c:23: /kisskb/src/drivers/net/caif/caif_virtio.c: In function 'cfv_probe': /kisskb/src/include/linux/virtio_config.h:336:36: note: byref variable will be forcibly initialized 336 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/net/caif/caif_virtio.c:694:3: note: in expansion of macro 'virtio_cread' 694 | virtio_cread(vdev, struct virtio_caif_transf_config, mtu, | ^~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:336:36: note: byref variable will be forcibly initialized 336 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/net/caif/caif_virtio.c:692:3: note: in expansion of macro 'virtio_cread' 692 | virtio_cread(vdev, struct virtio_caif_transf_config, mtu, | ^~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:336:36: note: byref variable will be forcibly initialized 336 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/net/caif/caif_virtio.c:690:3: note: in expansion of macro 'virtio_cread' 690 | virtio_cread(vdev, struct virtio_caif_transf_config, tailroom, | ^~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:336:36: note: byref variable will be forcibly initialized 336 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/net/caif/caif_virtio.c:688:3: note: in expansion of macro 'virtio_cread' 688 | virtio_cread(vdev, struct virtio_caif_transf_config, tailroom, | ^~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:336:36: note: byref variable will be forcibly initialized 336 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/net/caif/caif_virtio.c:686:3: note: in expansion of macro 'virtio_cread' 686 | virtio_cread(vdev, struct virtio_caif_transf_config, headroom, | ^~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:336:36: note: byref variable will be forcibly initialized 336 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/net/caif/caif_virtio.c:684:3: note: in expansion of macro 'virtio_cread' 684 | virtio_cread(vdev, struct virtio_caif_transf_config, headroom, | ^~~~~~~~~~~~ /kisskb/src/drivers/net/caif/caif_virtio.c:651:14: note: byref variable will be forcibly initialized 651 | const char *names = "output"; | ^~~~~ /kisskb/src/drivers/net/caif/caif_virtio.c:650:18: note: byref variable will be forcibly initialized 650 | vrh_callback_t *vrh_cbs = cfv_recv; | ^~~~~~~ /kisskb/src/drivers/net/caif/caif_virtio.c:649:17: note: byref variable will be forcibly initialized 649 | vq_callback_t *vq_cbs = cfv_release_cb; | ^~~~~~ /kisskb/src/drivers/hwmon/ltc2990.c: In function 'ltc2990_value_show': /kisskb/src/drivers/hwmon/ltc2990.c:143:6: note: byref variable will be forcibly initialized 143 | int value; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega12_hwmgr.c: In function 'vega12_get_current_activity_percent': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega12_hwmgr.c:1435:15: note: byref variable will be forcibly initialized 1435 | SmuMetrics_t metrics_table; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega12_hwmgr.c: In function 'vega12_get_gpu_power': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega12_hwmgr.c:1384:15: note: byref variable will be forcibly initialized 1384 | SmuMetrics_t metrics_table; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega12_hwmgr.c: In function 'vega12_get_gpu_metrics': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega12_hwmgr.c:2852:11: note: byref variable will be forcibly initialized 2852 | uint32_t fan_speed_rpm; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega12_hwmgr.c:2851:15: note: byref variable will be forcibly initialized 2851 | SmuMetrics_t metrics; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega12_hwmgr.c: In function 'vega12_run_acg_btc': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega12_hwmgr.c:852:11: note: byref variable will be forcibly initialized 852 | uint32_t result; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega12_hwmgr.c: In function 'vega12_init_dpm_defaults': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega12_hwmgr.c:301:18: note: byref variable will be forcibly initialized 301 | uint32_t top32, bottom32; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega12_hwmgr.c:301:11: note: byref variable will be forcibly initialized 301 | uint32_t top32, bottom32; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega12_hwmgr.c: In function 'vega12_disable_all_smu_features': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega12_hwmgr.c:938:11: note: byref variable will be forcibly initialized 938 | uint64_t features_enabled; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega12_hwmgr.c: In function 'vega12_enable_all_smu_features': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega12_hwmgr.c:912:11: note: byref variable will be forcibly initialized 912 | uint64_t features_enabled; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega12_hwmgr.c: In function 'vega12_set_ppfeature_status': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega12_hwmgr.c:2168:11: note: byref variable will be forcibly initialized 2168 | uint64_t features_enabled; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega12_hwmgr.c: In function 'vega12_get_ppfeature_status': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega12_hwmgr.c:2142:6: note: byref variable will be forcibly initialized 2142 | int size = 0; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega12_hwmgr.c:2139:11: note: byref variable will be forcibly initialized 2139 | uint64_t features_enabled; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega12_hwmgr.c: In function 'vega12_get_current_gfx_clk_freq': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega12_hwmgr.c:1398:11: note: byref variable will be forcibly initialized 1398 | uint32_t gfx_clk = 0; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega12_hwmgr.c: In function 'vega12_get_current_mclk_freq': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega12_hwmgr.c:1415:11: note: byref variable will be forcibly initialized 1415 | uint32_t mem_clk = 0; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega12_hwmgr.c: In function 'vega12_print_clock_levels': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega12_hwmgr.c:2247:38: note: byref variable will be forcibly initialized 2247 | struct pp_clock_levels_with_latency clocks; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega12_hwmgr.c:2246:14: note: byref variable will be forcibly initialized 2246 | int i, now, size = 0; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega12_hwmgr.c:2246:9: note: byref variable will be forcibly initialized 2246 | int i, now, size = 0; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega12_hwmgr.c: In function 'vega12_notify_smc_display_config_after_ps_adjustment': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega12_hwmgr.c:1590:34: note: byref variable will be forcibly initialized 1590 | struct pp_display_clock_request clock_req; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega12_hwmgr.c: In function 'vega12_setup_single_dpm_table': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega12_hwmgr.c:605:29: note: byref variable will be forcibly initialized 605 | uint32_t i, num_of_levels, clk; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega12_hwmgr.c:605:14: note: byref variable will be forcibly initialized 605 | uint32_t i, num_of_levels, clk; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega12_hwmgr.c: In function 'vega12_read_sensor': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega12_hwmgr.c:1461:15: note: byref variable will be forcibly initialized 1461 | SmuMetrics_t metrics_table; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega12_hwmgr.c: In function 'vega12_dpm_force_dpm_level': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega12_hwmgr.c:1753:11: note: byref variable will be forcibly initialized 1753 | uint32_t soc_mask = 0; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega12_hwmgr.c:1752:11: note: byref variable will be forcibly initialized 1752 | uint32_t mclk_mask = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega12_hwmgr.c:1751:11: note: byref variable will be forcibly initialized 1751 | uint32_t sclk_mask = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega12_hwmgr.c: In function 'vega12_init_smc_table': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega12_hwmgr.c:817:43: note: byref variable will be forcibly initialized 817 | struct pp_atomfwctrl_bios_boot_up_values boot_up_values; | ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/scsi/virtio_scsi.c:16: /kisskb/src/drivers/scsi/virtio_scsi.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c: In function 'virtscsi_vq_done': /kisskb/src/drivers/scsi/virtio_scsi.c:175:15: note: byref variable will be forcibly initialized 175 | unsigned int len; | ^~~ In file included from /kisskb/src/drivers/scsi/virtio_scsi.c:16: /kisskb/src/drivers/scsi/virtio_scsi.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hwmon/max197.c: In function 'max197_store_range': /kisskb/src/drivers/hwmon/max197.c:123:7: note: byref variable will be forcibly initialized 123 | long value; | ^~~~~ In file included from /kisskb/src/drivers/scsi/virtio_scsi.c:21: /kisskb/src/drivers/scsi/virtio_scsi.c: In function 'virtscsi_init': /kisskb/src/include/linux/virtio_config.h:365:36: note: byref variable will be forcibly initialized 365 | typeof(((structname*)0)->member) virtio_cwrite_v = \ | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c:768:3: note: in expansion of macro 'virtio_cwrite' 768 | virtio_cwrite(vdev, struct virtio_scsi_config, fld, &__val); \ | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c:828:2: note: in expansion of macro 'virtscsi_config_set' 828 | virtscsi_config_set(vdev, sense_size, VIRTIO_SCSI_SENSE_SIZE); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:365:36: note: byref variable will be forcibly initialized 365 | typeof(((structname*)0)->member) virtio_cwrite_v = \ | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c:768:3: note: in expansion of macro 'virtio_cwrite' 768 | virtio_cwrite(vdev, struct virtio_scsi_config, fld, &__val); \ | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c:827:2: note: in expansion of macro 'virtscsi_config_set' 827 | virtscsi_config_set(vdev, cdb_size, VIRTIO_SCSI_CDB_SIZE); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c: In function 'virtscsi_rescan_hotunplug': /kisskb/src/drivers/scsi/virtio_scsi.c:337:16: note: byref variable will be forcibly initialized 337 | unsigned char scsi_cmd[MAX_COMMAND_SIZE]; | ^~~~~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c: In function 'virtscsi_kick_event': /kisskb/src/drivers/scsi/virtio_scsi.c:233:21: note: byref variable will be forcibly initialized 233 | struct scatterlist sg; | ^~ /kisskb/src/drivers/scsi/virtio_scsi.c: In function '__virtscsi_add_cmd': /kisskb/src/drivers/scsi/virtio_scsi.c:422:35: note: byref variable will be forcibly initialized 422 | struct scatterlist *sgs[6], req, resp; | ^~~~ /kisskb/src/drivers/scsi/virtio_scsi.c:422:30: note: byref variable will be forcibly initialized 422 | struct scatterlist *sgs[6], req, resp; | ^~~ /kisskb/src/drivers/scsi/virtio_scsi.c:422:22: note: byref variable will be forcibly initialized 422 | struct scatterlist *sgs[6], req, resp; | ^~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/scsi/virtio_scsi.c:15: /kisskb/src/drivers/scsi/virtio_scsi.c: In function 'virtscsi_tmf': /kisskb/src/drivers/scsi/virtio_scsi.c:604:29: note: byref variable will be forcibly initialized 604 | DECLARE_COMPLETION_ONSTACK(comp); | ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ In file included from /kisskb/src/drivers/scsi/virtio_scsi.c:21: /kisskb/src/drivers/scsi/virtio_scsi.c: In function 'virtscsi_probe': /kisskb/src/include/linux/virtio_config.h:336:36: note: byref variable will be forcibly initialized 336 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c:761:3: note: in expansion of macro 'virtio_cread' 761 | virtio_cread(vdev, struct virtio_scsi_config, fld, &__val); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c:887:19: note: in expansion of macro 'virtscsi_config_get' 887 | shost->max_lun = virtscsi_config_get(vdev, max_lun) + 1 + 0x4000; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:336:36: note: byref variable will be forcibly initialized 336 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c:761:3: note: in expansion of macro 'virtio_cread' 761 | virtio_cread(vdev, struct virtio_scsi_config, fld, &__val); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c:882:23: note: in expansion of macro 'virtscsi_config_get' 882 | shost->max_sectors = virtscsi_config_get(vdev, max_sectors) ?: 0xFFFF; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:336:36: note: byref variable will be forcibly initialized 336 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c:761:3: note: in expansion of macro 'virtio_cread' 761 | virtio_cread(vdev, struct virtio_scsi_config, fld, &__val); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c:880:16: note: in expansion of macro 'virtscsi_config_get' 880 | cmd_per_lun = virtscsi_config_get(vdev, cmd_per_lun) ?: 1; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:336:36: note: byref variable will be forcibly initialized 336 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c:761:3: note: in expansion of macro 'virtio_cread' 761 | virtio_cread(vdev, struct virtio_scsi_config, fld, &__val); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c:867:13: note: in expansion of macro 'virtscsi_config_get' 867 | sg_elems = virtscsi_config_get(vdev, seg_max) ?: 1; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:336:36: note: byref variable will be forcibly initialized 336 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c:761:3: note: in expansion of macro 'virtio_cread' 761 | virtio_cread(vdev, struct virtio_scsi_config, fld, &__val); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c:860:16: note: in expansion of macro 'virtscsi_config_get' 860 | num_targets = virtscsi_config_get(vdev, max_target) + 1; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:336:36: note: byref variable will be forcibly initialized 336 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c:761:3: note: in expansion of macro 'virtio_cread' 761 | virtio_cread(vdev, struct virtio_scsi_config, fld, &__val); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/virtio_scsi.c:857:15: note: in expansion of macro 'virtscsi_config_get' 857 | num_queues = virtscsi_config_get(vdev, num_queues) ? : 1; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/ltc4222.c: In function 'ltc4222_bool_show': /kisskb/src/drivers/hwmon/ltc4222.c:105:15: note: byref variable will be forcibly initialized 105 | unsigned int fault; | ^~~~~ /kisskb/src/drivers/hwmon/ltc4222.c: In function 'ltc4222_get_value': /kisskb/src/drivers/hwmon/ltc4222.c:51:5: note: byref variable will be forcibly initialized 51 | u8 buf[2]; | ^~~ /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/max127.c:75:5: note: byref variable will be forcibly initialized 75 | u8 i2c_data[MAX127_DATA_LEN]; | ^~~~~~~~ /kisskb/src/drivers/hwmon/max127.c: In function 'max127_read_input': /kisskb/src/drivers/hwmon/max127.c:119:7: note: byref variable will be forcibly initialized 119 | long raw; | ^~~ /kisskb/src/drivers/edac/edac_pci.c: In function 'edac_pci_alloc_ctl_info': /kisskb/src/drivers/edac/edac_pci.c:35:8: note: byref variable will be forcibly initialized 35 | void *p = NULL, *pvt; | ^ /kisskb/src/drivers/cpufreq/cpufreq.c: In function 'get_cpu_idle_time_jiffy': /kisskb/src/drivers/cpufreq/cpufreq.c:124:24: note: byref variable will be forcibly initialized 124 | struct kernel_cpustat kcpustat; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_write': /kisskb/src/drivers/media/dvb-frontends/mt312.c:89:17: note: byref variable will be forcibly initialized 89 | struct i2c_msg msg; | ^~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c:88:5: note: byref variable will be forcibly initialized 88 | u8 buf[MAX_XFER_SIZE]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_writereg': /kisskb/src/drivers/media/dvb-frontends/mt312.c:132:5: note: byref variable will be forcibly initialized 132 | u8 tmp = val; /* see gcc.gnu.org/bugzilla/show_bug.cgi?id=81715 */ | ^~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_set_voltage': /kisskb/src/drivers/media/dvb-frontends/mt312.c:420:11: note: byref variable will be forcibly initialized 420 | const u8 volt_tab[3] = { 0x00, 0x40, 0x00 }; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_read': /kisskb/src/drivers/media/dvb-frontends/mt312.c:55:5: note: byref variable will be forcibly initialized 55 | u8 regbuf[1] = { reg }; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c:54:17: note: byref variable will be forcibly initialized 54 | struct i2c_msg msg[2]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_read_ucblocks': /kisskb/src/drivers/media/dvb-frontends/mt312.c:519:5: note: byref variable will be forcibly initialized 519 | u8 buf[2]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_read_snr': /kisskb/src/drivers/media/dvb-frontends/mt312.c:504:5: note: byref variable will be forcibly initialized 504 | u8 buf[2]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/mt312.c:482:5: note: byref variable will be forcibly initialized 482 | u8 buf[3]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_read_ber': /kisskb/src/drivers/media/dvb-frontends/mt312.c:466:5: note: byref variable will be forcibly initialized 466 | u8 buf[3]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_read_status': /kisskb/src/drivers/media/dvb-frontends/mt312.c:437:5: note: byref variable will be forcibly initialized 437 | u8 status[3]; | ^~~~~~ 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:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/cpufreq/cpufreq.c:422:2: note: in expansion of macro 'wait_event' 422 | wait_event(policy->transition_wait, !policy->transition_ongoing); | ^~~~~~~~~~ /kisskb/src/drivers/hwmon/max16065.c: In function 'max16065_limit_store': /kisskb/src/drivers/hwmon/max16065.c:225:16: note: byref variable will be forcibly initialized 225 | unsigned long val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_i2c_gate_ctrl': /kisskb/src/drivers/media/dvb-frontends/mt312.c:662:5: note: byref variable will be forcibly initialized 662 | u8 val = 0x00; | ^~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_set_tone': /kisskb/src/drivers/media/dvb-frontends/mt312.c:399:5: note: byref variable will be forcibly initialized 399 | u8 diseqc_mode; | ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c:396:11: note: byref variable will be forcibly initialized 396 | const u8 tone_tab[2] = { 0x01, 0x00 }; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_send_burst': /kisskb/src/drivers/media/dvb-frontends/mt312.c:375:5: note: byref variable will be forcibly initialized 375 | u8 diseqc_mode; | ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c:372:11: note: byref variable will be forcibly initialized 372 | const u8 mini_tab[2] = { 0x02, 0x03 }; | ^~~~~~~~ /kisskb/src/drivers/cpufreq/cpufreq.c: In function 'cpufreq_out_of_sync': /kisskb/src/drivers/cpufreq/cpufreq.c:1677:23: note: byref variable will be forcibly initialized 1677 | struct cpufreq_freqs freqs; | ^~~~~ /kisskb/src/drivers/edac/edac_pci_sysfs.c: In function 'get_pci_parity_status': /kisskb/src/drivers/edac/edac_pci_sysfs.c:489:7: note: byref variable will be forcibly initialized 489 | u32 sanity; | ^~~~~~ /kisskb/src/drivers/edac/edac_pci_sysfs.c:478:6: note: byref variable will be forcibly initialized 478 | u16 status; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_get_inversion': /kisskb/src/drivers/media/dvb-frontends/mt312.c:147:5: note: byref variable will be forcibly initialized 147 | u8 vit_mode; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_get_code_rate': /kisskb/src/drivers/media/dvb-frontends/mt312.c:220:5: note: byref variable will be forcibly initialized 220 | u8 fec_status; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c:215:26: note: byref variable will be forcibly initialized 215 | const enum fe_code_rate fec_tab[8] = | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_sleep': /kisskb/src/drivers/media/dvb-frontends/mt312.c:691:5: note: byref variable will be forcibly initialized 691 | u8 config; | ^~~~~~ /kisskb/src/drivers/edac/edac_pci_sysfs.c: In function 'edac_pci_dev_parity_test': /kisskb/src/drivers/edac/edac_pci_sysfs.c:533:5: note: byref variable will be forcibly initialized 533 | u8 header_type; | ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_get_symbol_rate': /kisskb/src/drivers/media/dvb-frontends/mt312.c:166:5: note: byref variable will be forcibly initialized 166 | u8 buf[2]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c:162:5: note: byref variable will be forcibly initialized 162 | u8 sym_rate_h; | ^~~~~~~~~~ /kisskb/src/drivers/edac/edac_pci_sysfs.c: In function 'edac_pci_dev_parity_clear': /kisskb/src/drivers/edac/edac_pci_sysfs.c:511:5: note: byref variable will be forcibly initialized 511 | u8 header_type; | ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_send_master_cmd': /kisskb/src/drivers/media/dvb-frontends/mt312.c:336:5: note: byref variable will be forcibly initialized 336 | u8 diseqc_mode; | ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_initfe': /kisskb/src/drivers/media/dvb-frontends/mt312.c:254:6: note: byref variable will be forcibly initialized 254 | u8 buf_def[8] = { 0x14, 0x12, 0x03, 0x02, | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c:235:5: note: byref variable will be forcibly initialized 235 | u8 buf[2]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c: In function 'mt312_set_frontend': /kisskb/src/drivers/media/dvb-frontends/mt312.c:540:11: note: byref variable will be forcibly initialized 540 | const u8 inv_tab[3] = { 0x00, 0x40, 0x80 }; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c:538:11: note: byref variable will be forcibly initialized 538 | const u8 fec_tab[10] = | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c:535:13: note: byref variable will be forcibly initialized 535 | u8 buf[5], config_val; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mt312.c:535:5: note: byref variable will be forcibly initialized 535 | u8 buf[5], config_val; | ^~~ /kisskb/src/drivers/cpufreq/cpufreq.c: In function 'show_bios_limit': /kisskb/src/drivers/cpufreq/cpufreq.c:904:15: note: byref variable will be forcibly initialized 904 | unsigned int limit; | ^~~~~ /kisskb/src/drivers/cpufreq/cpufreq.c: In function 'store_scaling_setspeed': /kisskb/src/drivers/cpufreq/cpufreq.c:876:15: note: byref variable will be forcibly initialized 876 | unsigned int freq = 0; | ^~~~ /kisskb/src/drivers/cpufreq/cpufreq.c: In function 'store_scaling_max_freq': /kisskb/src/drivers/cpufreq/cpufreq.c:724:16: note: byref variable will be forcibly initialized 724 | unsigned long val; \ | ^~~ /kisskb/src/drivers/cpufreq/cpufreq.c:736:1: note: in expansion of macro 'store_one' 736 | store_one(scaling_max_freq, max); | ^~~~~~~~~ /kisskb/src/drivers/cpufreq/cpufreq.c: In function 'store_scaling_min_freq': /kisskb/src/drivers/cpufreq/cpufreq.c:724:16: note: byref variable will be forcibly initialized 724 | unsigned long val; \ | ^~~ /kisskb/src/drivers/cpufreq/cpufreq.c:735:1: note: in expansion of macro 'store_one' 735 | store_one(scaling_min_freq, min); | ^~~~~~~~~ /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/media/dvb-frontends/ves1x93.c:84:5: note: byref variable will be forcibly initialized 84 | u8 buf [] = { 0x00, reg, data }; | ^~~ /kisskb/src/drivers/cpufreq/cpufreq.c: In function 'cpufreq_set_policy': /kisskb/src/drivers/cpufreq/cpufreq.c:2509:29: note: byref variable will be forcibly initialized 2509 | struct cpufreq_policy_data new_data; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/ves1x93.c: In function 'ves1x93_readreg': /kisskb/src/drivers/media/dvb-frontends/ves1x93.c:101:17: note: byref variable will be forcibly initialized 101 | struct i2c_msg msg [] = { { .addr = state->config->demod_address, .flags = 0, .buf = b0, .len = 2 }, | ^~~ /kisskb/src/drivers/media/dvb-frontends/ves1x93.c:100:5: note: byref variable will be forcibly initialized 100 | u8 b1 [] = { 0 }; | ^~ /kisskb/src/drivers/media/dvb-frontends/ves1x93.c:99:5: note: byref variable will be forcibly initialized 99 | u8 b0 [] = { 0x00, reg }; | ^~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/pci.h:37, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu_helper.c:24: /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu_helper.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/drivers/cpufreq/cpufreq.c: In function 'store_scaling_governor': /kisskb/src/drivers/cpufreq/cpufreq.c:773:7: note: byref variable will be forcibly initialized 773 | char str_governor[16]; | ^~~~~~~~~~~~ /kisskb/src/drivers/cpufreq/cpufreq.c: In function 'store_boost': /kisskb/src/drivers/cpufreq/cpufreq.c:599:11: note: byref variable will be forcibly initialized 599 | int ret, enable; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu_helper.c: In function 'phm_get_voltage_evv_on_sclk': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu_helper.c:585:11: note: byref variable will be forcibly initialized 585 | uint32_t vol; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu_helper.c: In function 'smu_atom_get_data_table': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu_helper.c:687:11: note: byref variable will be forcibly initialized 687 | uint16_t data_start; | ^~~~~~~~~~ /kisskb/src/drivers/media/pci/mantis/mantis_vp2040.c: In function 'tda1002x_cu1216_tuner_set': /kisskb/src/drivers/media/pci/mantis/mantis_vp2040.c:45:17: note: byref variable will be forcibly initialized 45 | struct i2c_msg msg = {.addr = 0x60, .flags = 0, .buf = buf, .len = sizeof(buf)}; | ^~~ /kisskb/src/drivers/media/pci/mantis/mantis_vp2040.c:44:5: note: byref variable will be forcibly initialized 44 | u8 buf[6]; | ^~~ /kisskb/src/drivers/media/pci/mantis/mantis_vp2040.c: In function 'read_pwm': /kisskb/src/drivers/media/pci/mantis/mantis_vp2040.c:100:17: note: byref variable will be forcibly initialized 100 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/pci/mantis/mantis_vp2040.c:99:5: note: byref variable will be forcibly initialized 99 | u8 pwm; | ^~~ /kisskb/src/drivers/media/pci/mantis/mantis_vp2040.c:98:5: note: byref variable will be forcibly initialized 98 | u8 b = 0xff; | ^ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega20_processpptables.c: In function 'get_powerplay_table': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega20_processpptables.c:51:11: note: byref variable will be forcibly initialized 51 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega20_processpptables.c:51:5: note: byref variable will be forcibly initialized 51 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega20_processpptables.c:50:6: note: byref variable will be forcibly initialized 50 | u16 size; | ^~~~ /kisskb/src/drivers/hwmon/max6621.c: In function 'max6621_read': /kisskb/src/drivers/hwmon/max6621.c:205:6: note: byref variable will be forcibly initialized 205 | u32 regval; | ^~~~~~ /kisskb/src/drivers/hwmon/max6639.c: In function 'pwm_store': /kisskb/src/drivers/hwmon/max6639.c:291:16: note: byref variable will be forcibly initialized 291 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/max6639.c: In function 'temp_emergency_store': /kisskb/src/drivers/hwmon/max6639.c:259:16: note: byref variable will be forcibly initialized 259 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/max6639.c: In function 'temp_crit_store': /kisskb/src/drivers/hwmon/max6639.c:226:16: note: byref variable will be forcibly initialized 226 | unsigned long val; | ^~~ /kisskb/src/drivers/hwmon/max6639.c: In function 'temp_max_store': /kisskb/src/drivers/hwmon/max6639.c:194:16: note: byref variable will be forcibly initialized 194 | unsigned long val; | ^~~ /kisskb/src/drivers/opp/debugfs.c: In function 'opp_debug_create_supplies': /kisskb/src/drivers/opp/debugfs.c:84:8: note: byref variable will be forcibly initialized 84 | char name[15]; | ^~~~ /kisskb/src/drivers/opp/debugfs.c: In function 'opp_debug_create_bw': /kisskb/src/drivers/opp/debugfs.c:58:7: note: byref variable will be forcibly initialized 58 | char name[11]; | ^~~~ /kisskb/src/drivers/opp/debugfs.c: In function 'bw_name_read': /kisskb/src/drivers/opp/debugfs.c:39:7: note: byref variable will be forcibly initialized 39 | char buf[64]; | ^~~ /kisskb/src/drivers/opp/debugfs.c: In function 'opp_list_debug_create_link': /kisskb/src/drivers/opp/debugfs.c:161:7: note: byref variable will be forcibly initialized 161 | char name[NAME_MAX]; | ^~~~ /kisskb/src/drivers/opp/debugfs.c: In function 'opp_debug_create_one': /kisskb/src/drivers/opp/debugfs.c:110:7: note: byref variable will be forcibly initialized 110 | char name[25]; /* 20 chars for 64 bit value + 5 (opp:\0) */ | ^~~~ /kisskb/src/drivers/hwmon/mcp3021.c: In function 'mcp3021_read16': /kisskb/src/drivers/hwmon/mcp3021.c:60:9: note: byref variable will be forcibly initialized 60 | __be16 buf; | ^~~ /kisskb/src/drivers/scsi/wd719x.c: In function 'wd719x_chip_init': /kisskb/src/drivers/scsi/wd719x.c:308:13: note: byref variable will be forcibly initialized 308 | const char fwname_risc[] = "wd719x-risc.bin"; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/wd719x.c:307:13: note: byref variable will be forcibly initialized 307 | const char fwname_wcs[] = "wd719x-wcs.bin"; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/wd719x.c:306:34: note: byref variable will be forcibly initialized 306 | const struct firmware *fw_wcs, *fw_risc; | ^~~~~~~ /kisskb/src/drivers/scsi/wd719x.c:306:25: note: byref variable will be forcibly initialized 306 | const struct firmware *fw_wcs, *fw_risc; | ^~~~~~ /kisskb/src/drivers/scsi/wd719x.c: In function 'wd719x_read_eeprom': /kisskb/src/drivers/scsi/wd719x.c:743:30: note: byref variable will be forcibly initialized 743 | struct wd719x_eeprom_header header; | ^~~~~~ /kisskb/src/drivers/scsi/wd719x.c:741:22: note: byref variable will be forcibly initialized 741 | struct eeprom_93cx6 eeprom; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega20_hwmgr.c: In function 'vega20_get_current_activity_percent': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega20_hwmgr.c:2181:15: note: byref variable will be forcibly initialized 2181 | SmuMetrics_t metrics_table; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega20_hwmgr.c: In function 'vega20_get_gpu_power': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega20_hwmgr.c:2143:15: note: byref variable will be forcibly initialized 2143 | SmuMetrics_t metrics_table; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega20_hwmgr.c: In function 'vega20_get_gpu_metrics': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega20_hwmgr.c:4320:11: note: byref variable will be forcibly initialized 4320 | uint32_t fan_speed_rpm; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega20_hwmgr.c:4319:15: note: byref variable will be forcibly initialized 4319 | SmuMetrics_t metrics; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega20_hwmgr.c: In function 'vega20_setup_single_dpm_table': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega20_hwmgr.c:562:29: note: byref variable will be forcibly initialized 562 | uint32_t i, num_of_levels, clk; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega20_hwmgr.c:562:14: note: byref variable will be forcibly initialized 562 | uint32_t i, num_of_levels, clk; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega20_hwmgr.c: In function 'vega20_od8_set_settings': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega20_hwmgr.c:1395:19: note: byref variable will be forcibly initialized 1395 | OverDriveTable_t od_table; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega20_hwmgr.c: In function 'vega20_notify_smc_display_config_after_ps_adjustment': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega20_hwmgr.c:2343:34: note: byref variable will be forcibly initialized 2343 | struct pp_display_clock_request clock_req; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega20_hwmgr.c: In function 'vega20_dpm_get_sclk': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega20_hwmgr.c:2063:11: note: byref variable will be forcibly initialized 2063 | uint32_t gfx_clk; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega20_hwmgr.c: In function 'vega20_dpm_get_mclk': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega20_hwmgr.c:2089:11: note: byref variable will be forcibly initialized 2089 | uint32_t mem_clk; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega20_hwmgr.c: In function 'vega20_init_dpm_defaults': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega20_hwmgr.c:336:18: note: byref variable will be forcibly initialized 336 | uint32_t top32, bottom32; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega20_hwmgr.c:336:11: note: byref variable will be forcibly initialized 336 | uint32_t top32, bottom32; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega20_hwmgr.c: In function 'vega20_enable_all_smu_features': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega20_hwmgr.c:962:11: note: byref variable will be forcibly initialized 962 | uint64_t features_enabled; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega20_hwmgr.c: In function 'vega20_set_ppfeature_status': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega20_hwmgr.c:3267:11: note: byref variable will be forcibly initialized 3267 | uint64_t features_enabled, features_to_enable, features_to_disable; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega20_hwmgr.c: In function 'vega20_get_ppfeature_status': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega20_hwmgr.c:3239:6: note: byref variable will be forcibly initialized 3239 | int size = 0; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega20_hwmgr.c:3236:11: note: byref variable will be forcibly initialized 3236 | uint64_t features_enabled; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega20_hwmgr.c: In function 'vega20_print_clock_levels': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega20_hwmgr.c:3365:14: note: byref variable will be forcibly initialized 3365 | int i, now, size = 0; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega20_hwmgr.c:3365:9: note: byref variable will be forcibly initialized 3365 | int i, now, size = 0; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega20_hwmgr.c:3362:38: note: byref variable will be forcibly initialized 3362 | struct pp_clock_levels_with_latency clocks; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega20_hwmgr.c: In function 'vega20_get_power_profile_mode': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega20_hwmgr.c:3983:14: note: byref variable will be forcibly initialized 3983 | uint32_t i, size = 0; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega20_hwmgr.c:3982:31: note: byref variable will be forcibly initialized 3982 | DpmActivityMonitorCoeffInt_t activity_monitor; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega20_hwmgr.c: In function 'vega20_set_power_profile_mode': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega20_hwmgr.c:4090:31: note: byref variable will be forcibly initialized 4090 | DpmActivityMonitorCoeffInt_t activity_monitor; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega20_hwmgr.c: In function 'vega20_read_sensor': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega20_hwmgr.c:2207:15: note: byref variable will be forcibly initialized 2207 | SmuMetrics_t metrics_table; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega20_hwmgr.c: In function 'vega20_dpm_force_dpm_level': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega20_hwmgr.c:2722:33: note: byref variable will be forcibly initialized 2722 | uint32_t sclk_mask, mclk_mask, soc_mask; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega20_hwmgr.c:2722:22: note: byref variable will be forcibly initialized 2722 | uint32_t sclk_mask, mclk_mask, soc_mask; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega20_hwmgr.c:2722:11: note: byref variable will be forcibly initialized 2722 | uint32_t sclk_mask, mclk_mask, soc_mask; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega20_hwmgr.c: In function 'vega20_init_smc_table': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega20_hwmgr.c:786:43: note: byref variable will be forcibly initialized 786 | struct pp_atomfwctrl_bios_boot_up_values boot_up_values; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/bluetooth/hci_ldisc.c: In function 'hci_uart_set_flow_control': /kisskb/src/drivers/bluetooth/hci_ldisc.c:311:18: note: byref variable will be forcibly initialized 311 | struct ktermios ktermios; | ^~~~~~~~ /kisskb/src/drivers/bluetooth/hci_ldisc.c: In function 'hci_uart_set_baudrate': /kisskb/src/drivers/bluetooth/hci_ldisc.c:376:18: note: byref variable will be forcibly initialized 376 | struct ktermios ktermios; | ^~~~~~~~ /kisskb/src/drivers/net/fddi/defxx.c: In function 'dfx_hw_adap_state_rd': /kisskb/src/drivers/net/fddi/defxx.c:2868:12: note: byref variable will be forcibly initialized 2868 | PI_UINT32 port_status; /* Port Status register value */ | ^~~~~~~~~~~ /kisskb/src/drivers/net/fddi/defxx.c: In function 'dfx_int_pr_halt_id': /kisskb/src/drivers/net/fddi/defxx.c:1630:12: note: byref variable will be forcibly initialized 1630 | PI_UINT32 port_status; /* PDQ port status register value */ | ^~~~~~~~~~~ /kisskb/src/drivers/net/fddi/defxx.c: In function 'dfx_hw_port_ctrl_req': /kisskb/src/drivers/net/fddi/defxx.c:2743:12: note: byref variable will be forcibly initialized 2743 | PI_UINT32 port_cmd; /* Port Control command register value */ | ^~~~~~~~ /kisskb/src/drivers/net/fddi/defxx.c: In function 'dfx_bus_config_check': /kisskb/src/drivers/net/fddi/defxx.c:948:6: note: byref variable will be forcibly initialized 948 | u32 host_data; /* LW data returned from port control call */ | ^~~~~~~~~ /kisskb/src/drivers/net/fddi/defxx.c: In function 'dfx_int_type_0_process': /kisskb/src/drivers/net/fddi/defxx.c:1735:12: note: byref variable will be forcibly initialized 1735 | PI_UINT32 type_0_status; /* Host Interrupt Type 0 register */ | ^~~~~~~~~~~~~ /kisskb/src/drivers/net/fddi/defxx.c: In function 'dfx_int_common': /kisskb/src/drivers/net/fddi/defxx.c:1880:12: note: byref variable will be forcibly initialized 1880 | PI_UINT32 port_status; /* Port Status register */ | ^~~~~~~~~~~ /kisskb/src/drivers/net/fddi/defxx.c: In function 'dfx_interrupt': /kisskb/src/drivers/net/fddi/defxx.c:2008:7: note: byref variable will be forcibly initialized 2008 | u32 status; | ^~~~~~ /kisskb/src/drivers/net/fddi/defxx.c:1959:7: note: byref variable will be forcibly initialized 1959 | u32 status; | ^~~~~~ /kisskb/src/drivers/net/fddi/defxx.c: In function 'dfx_bus_init': /kisskb/src/drivers/net/fddi/defxx.c:728:5: note: byref variable will be forcibly initialized 728 | u8 val; | ^~~ /kisskb/src/drivers/net/fddi/defxx.c: In function 'dfx_driver_init': /kisskb/src/drivers/net/fddi/defxx.c:1050:6: note: byref variable will be forcibly initialized 1050 | u32 data; /* host data register value */ | ^~~~ /kisskb/src/drivers/net/fddi/defxx.c: In function 'dfx_register': /kisskb/src/drivers/net/fddi/defxx.c:539:18: note: byref variable will be forcibly initialized 539 | resource_size_t bar_len[3] = {0}; /* resource length */ | ^~~~~~~ /kisskb/src/drivers/net/fddi/defxx.c:538:18: note: byref variable will be forcibly initialized 538 | resource_size_t bar_start[3] = {0}; /* pointers to ports */ | ^~~~~~~~~ /kisskb/src/drivers/edac/cpc925_edac.c: In function 'cpc925_mc_check': /kisskb/src/drivers/edac/cpc925_edac.c:526:6: note: byref variable will be forcibly initialized 526 | int csrow = 0, channel = 0; | ^~~~~ /kisskb/src/drivers/edac/cpc925_edac.c:525:25: note: byref variable will be forcibly initialized 525 | unsigned long pfn = 0, offset = 0; | ^~~~~~ /kisskb/src/drivers/edac/cpc925_edac.c:525:16: note: byref variable will be forcibly initialized 525 | unsigned long pfn = 0, offset = 0; | ^~~ /kisskb/src/drivers/edac/cpc925_edac.c: In function 'get_total_mem': /kisskb/src/drivers/edac/cpc925_edac.c:288:6: note: byref variable will be forcibly initialized 288 | int len, sw, aw; | ^~~ /kisskb/src/drivers/edac/cpc925_edac.c: In function 'cpc925_probe': /kisskb/src/drivers/edac/cpc925_edac.c:910:23: note: byref variable will be forcibly initialized 910 | struct edac_mc_layer layers[2]; | ^~~~~~ /kisskb/src/drivers/usb/host/xhci-dbg.c: In function 'xhci_dbg_trace': /kisskb/src/drivers/usb/host/xhci-dbg.c:26:10: note: byref variable will be forcibly initialized 26 | va_list args; | ^~~~ /kisskb/src/drivers/usb/host/xhci-dbg.c:25:19: note: byref variable will be forcibly initialized 25 | struct va_format vaf; | ^~~ /kisskb/src/drivers/usb/host/xhci-hub.c: In function 'xhci_usb2_hub_descriptor': /kisskb/src/drivers/usb/host/xhci-hub.c:283:7: note: byref variable will be forcibly initialized 283 | __u8 port_removable[(USB_MAXCHILDREN + 1 + 7) / 8]; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-hub.c: In function 'xhci_get_port_status': /kisskb/src/drivers/usb/host/xhci-hub.c:1123:6: note: byref variable will be forcibly initialized 1123 | u32 status = 0; | ^~~~~~ /kisskb/src/drivers/usb/host/xhci-hub.c: In function 'xhci_hub_control': /kisskb/src/drivers/usb/host/xhci-hub.c:1182:16: note: byref variable will be forcibly initialized 1182 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/tda1004x.c: In function 'tda1004x_write_byteI': /kisskb/src/drivers/media/dvb-frontends/tda1004x.c:118:5: note: byref variable will be forcibly initialized 118 | u8 buf[] = { reg, data }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda1004x.c: In function 'tda1004x_read_byte': /kisskb/src/drivers/media/dvb-frontends/tda1004x.c:139:5: note: byref variable will be forcibly initialized 139 | u8 b1[] = { 0 }; | ^~ /kisskb/src/drivers/media/dvb-frontends/tda1004x.c:138:5: note: byref variable will be forcibly initialized 138 | u8 b0[] = { reg }; | ^~ /kisskb/src/drivers/media/dvb-frontends/tda1004x.c: In function 'tda1004x_do_upload': /kisskb/src/drivers/media/dvb-frontends/tda1004x.c:310:5: note: byref variable will be forcibly initialized 310 | u8 buf[65]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda1004x.c: In function 'tda10045_fwupload': /kisskb/src/drivers/media/dvb-frontends/tda1004x.c:382:25: note: byref variable will be forcibly initialized 382 | const struct firmware *fw; | ^~ /kisskb/src/drivers/media/dvb-frontends/tda1004x.c: In function 'tda10046_fwupload': /kisskb/src/drivers/media/dvb-frontends/tda1004x.c:476:25: note: byref variable will be forcibly initialized 476 | const struct firmware *fw; | ^~ /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:56:5: note: byref variable will be forcibly initialized 56 | u8 b0 [] = { reg >> 8 , reg & 0xff, data >> 8, data & 0xff }; | ^~ /kisskb/src/drivers/usb/host/xhci-ring.c: In function 'td_to_noop': /kisskb/src/drivers/usb/host/xhci-ring.c:720:18: note: byref variable will be forcibly initialized 720 | union xhci_trb *trb = td->first_trb; | ^~~ /kisskb/src/drivers/usb/host/xhci-ring.c:719:23: note: byref variable will be forcibly initialized 719 | struct xhci_segment *seg = td->start_seg; | ^~~ /kisskb/src/drivers/media/dvb-frontends/sp887x.c: In function 'sp887x_correct_offsets': /kisskb/src/drivers/media/dvb-frontends/sp887x.c:315:6: note: byref variable will be forcibly initialized 315 | int frequency_shift; | ^~~~~~~~~~~~~~~ /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/drivers/media/dvb-frontends/sp887x.c: In function 'sp887x_initial_setup': /kisskb/src/drivers/media/dvb-frontends/sp887x.c:140:5: note: byref variable will be forcibly initialized 140 | u8 buf [BLOCKSIZE + 2]; | ^~~ /kisskb/src/drivers/usb/host/xhci-ring.c: In function 'sum_trb_lengths': /kisskb/src/drivers/usb/host/xhci-ring.c:2286:23: note: byref variable will be forcibly initialized 2286 | struct xhci_segment *seg = ring->deq_seg; | ^~~ /kisskb/src/drivers/usb/host/xhci-ring.c:2285:18: note: byref variable will be forcibly initialized 2285 | union xhci_trb *trb = ring->dequeue; | ^~~ /kisskb/src/drivers/media/dvb-frontends/sp887x.c: In function 'sp887x_readreg': /kisskb/src/drivers/media/dvb-frontends/sp887x.c:81:17: note: byref variable will be forcibly initialized 81 | struct i2c_msg msg[] = {{ .addr = state->config->demod_address, .flags = 0, .buf = b0, .len = 2 }, | ^~~ /kisskb/src/drivers/media/dvb-frontends/sp887x.c:79:5: note: byref variable will be forcibly initialized 79 | u8 b1 [2]; | ^~ /kisskb/src/drivers/media/dvb-frontends/sp887x.c:78:5: note: byref variable will be forcibly initialized 78 | u8 b0 [] = { reg >> 8 , reg & 0xff }; | ^~ /kisskb/src/drivers/media/dvb-frontends/sp887x.c: In function 'sp887x_setup_frontend_parameters': /kisskb/src/drivers/media/dvb-frontends/sp887x.c:355:11: note: byref variable will be forcibly initialized 355 | u16 val, reg0xc05; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/sp887x.c:353:11: note: byref variable will be forcibly initialized 353 | unsigned actual_freq; | ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/sp887x.c: In function 'sp887x_init': /kisskb/src/drivers/media/dvb-frontends/sp887x.c:523:25: note: byref variable will be forcibly initialized 523 | const struct firmware *fw = NULL; | ^~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'resp_caching_pg': /kisskb/src/drivers/scsi/scsi_debug.c:2196:16: note: byref variable will be forcibly initialized 2196 | unsigned char d_caching_pg[] = {0x8, 18, 0x14, 0, 0xff, 0xff, 0, 0, | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_debug.c:2194:16: note: byref variable will be forcibly initialized 2194 | unsigned char ch_caching_pg[] = {/* 0x8, 18, */ 0x4, 0, 0, 0, 0, 0, | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'resp_ctrl_m_pg': /kisskb/src/drivers/scsi/scsi_debug.c:2216:16: note: byref variable will be forcibly initialized 2216 | unsigned char d_ctrl_m_pg[] = {0xa, 10, 2, 0, 0, 0, 0, 0, | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_debug.c:2214:16: note: byref variable will be forcibly initialized 2214 | unsigned char ch_ctrl_m_pg[] = {/* 0xa, 10, */ 0x6, 0, 0, 0, 0, 0, | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'resp_iec_m_pg': /kisskb/src/drivers/scsi/scsi_debug.c:2240:16: note: byref variable will be forcibly initialized 2240 | unsigned char d_iec_m_pg[] = {0x1c, 0xa, 0x08, 0, 0, 0, 0, 0, | ^~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_debug.c:2238:16: note: byref variable will be forcibly initialized 2238 | unsigned char ch_iec_m_pg[] = {/* 0x1c, 0xa, */ 0x4, 0xf, 0, 0, 0, 0, | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'resp_temp_l_pg': /kisskb/src/drivers/scsi/scsi_debug.c:2560:16: note: byref variable will be forcibly initialized 2560 | unsigned char temp_l_pg[] = {0x0, 0x0, 0x3, 0x2, 0x0, 38, | ^~~~~~~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'resp_ie_l_pg': /kisskb/src/drivers/scsi/scsi_debug.c:2570:16: note: byref variable will be forcibly initialized 2570 | unsigned char ie_l_pg[] = {0x0, 0x0, 0x3, 0x3, 0x0, 0x0, 38, | ^~~~~~~ /kisskb/src/drivers/hwmon/sht3x.c: In function 'update_interval_store': /kisskb/src/drivers/hwmon/sht3x.c:562:6: note: byref variable will be forcibly initialized 562 | u16 update_interval; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/hwmon/sht3x.c: In function 'heater_enable_store': /kisskb/src/drivers/hwmon/sht3x.c:527:7: note: byref variable will be forcibly initialized 527 | bool status; | ^~~~~~ /kisskb/src/drivers/hwmon/sht3x.c: In function 'heater_enable_show': /kisskb/src/drivers/hwmon/sht3x.c:508:7: note: byref variable will be forcibly initialized 508 | char buffer[SHT3X_WORD_LEN + SHT3X_CRC8_LEN]; | ^~~~~~ /kisskb/src/drivers/hwmon/sht3x.c: In function 'humidity1_alarm_show': /kisskb/src/drivers/hwmon/sht3x.c:493:7: note: byref variable will be forcibly initialized 493 | char buffer[SHT3X_WORD_LEN + SHT3X_CRC8_LEN]; | ^~~~~~ /kisskb/src/drivers/hwmon/sht3x.c: In function 'temp1_alarm_show': /kisskb/src/drivers/hwmon/sht3x.c:478:7: note: byref variable will be forcibly initialized 478 | char buffer[SHT3X_WORD_LEN + SHT3X_CRC8_LEN]; | ^~~~~~ /kisskb/src/drivers/hwmon/sht3x.c: In function 'sht3x_update_client': /kisskb/src/drivers/hwmon/sht3x.c:225:16: note: byref variable will be forcibly initialized 225 | unsigned char buf[SHT3X_RESPONSE_LENGTH]; | ^~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'sdebug_build_parts': /kisskb/src/drivers/hwmon/sht3x.c: In function 'limits_update': /kisskb/src/drivers/hwmon/sht3x.c:292:7: note: byref variable will be forcibly initialized 292 | char buffer[SHT3X_RESPONSE_LENGTH]; | ^~~~~~ /kisskb/src/drivers/scsi/scsi_debug.c:5287:6: note: byref variable will be forcibly initialized 5287 | int starts[SDEBUG_MAX_PARTS + 2], max_part_secs; | ^~~~~~ /kisskb/src/drivers/hwmon/sht3x.c: In function 'limit_store': /kisskb/src/drivers/hwmon/sht3x.c:346:7: note: byref variable will be forcibly initialized 346 | char buffer[SHT3X_CMD_LENGTH + SHT3X_WORD_LEN + SHT3X_CRC8_LEN]; | ^~~~~~ /kisskb/src/drivers/hwmon/sht3x.c: In function 'humidity1_limit_store': /kisskb/src/drivers/hwmon/sht3x.c:415:6: note: byref variable will be forcibly initialized 415 | u32 humidity; | ^~~~~~~~ /kisskb/src/drivers/hwmon/sht3x.c: In function 'temp1_limit_store': /kisskb/src/drivers/hwmon/sht3x.c:391:6: note: byref variable will be forcibly initialized 391 | int temperature; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'scsi_debug_write_info': /kisskb/src/drivers/scsi/scsi_debug.c:5784:6: note: byref variable will be forcibly initialized 5784 | int opts; | ^~~~ /kisskb/src/drivers/scsi/scsi_debug.c:5783:7: note: byref variable will be forcibly initialized 5783 | char arr[16]; | ^~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'strict_store': /kisskb/src/drivers/scsi/scsi_debug.c:6548:6: note: byref variable will be forcibly initialized 6548 | int n; | ^ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'host_lock_store': /kisskb/src/drivers/scsi/scsi_debug.c:6531:6: note: byref variable will be forcibly initialized 6531 | int n; | ^ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'removable_store': /kisskb/src/drivers/scsi/scsi_debug.c:6513:6: note: byref variable will be forcibly initialized 6513 | int n; | ^ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'statistics_store': /kisskb/src/drivers/scsi/scsi_debug.c:6415:6: note: byref variable will be forcibly initialized 6415 | int n; | ^ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'vpd_use_hostno_store': /kisskb/src/drivers/scsi/scsi_debug.c:6398:6: note: byref variable will be forcibly initialized 6398 | int n; | ^ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'virtual_gb_store': /kisskb/src/drivers/scsi/scsi_debug.c:6315:6: note: byref variable will be forcibly initialized 6315 | int n; | ^ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'max_luns_store': /kisskb/src/drivers/scsi/scsi_debug.c:6216:6: note: byref variable will be forcibly initialized 6216 | int n; | ^ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'num_tgts_store': /kisskb/src/drivers/scsi/scsi_debug.c:6099:6: note: byref variable will be forcibly initialized 6099 | int n; | ^ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'no_lun_0_store': /kisskb/src/drivers/scsi/scsi_debug.c:6082:6: note: byref variable will be forcibly initialized 6082 | int n; | ^ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'dsense_store': /kisskb/src/drivers/scsi/scsi_debug.c:6017:6: note: byref variable will be forcibly initialized 6017 | int n; | ^ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'ptype_store': /kisskb/src/drivers/scsi/scsi_debug.c:5994:6: note: byref variable will be forcibly initialized 5994 | int n; | ^ /kisskb/src/drivers/usb/host/xhci-ring.c: In function 'xhci_stop_endpoint_command_watchdog': /kisskb/src/drivers/usb/host/xhci-ring.c:1267:7: note: byref variable will be forcibly initialized 1267 | char str[XHCI_MSG_MAX]; | ^~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/scsi/scsi_debug.c:23: /kisskb/src/drivers/scsi/scsi_debug.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:135:6: note: in expansion of macro 'check_mul_overflow' 135 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:135:6: note: in expansion of macro 'check_mul_overflow' 135 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:133:9: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'ndelay_store': /kisskb/src/drivers/scsi/scsi_debug.c:5925:6: note: byref variable will be forcibly initialized 5925 | int ndelay, res; | ^~~~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'delay_store': /kisskb/src/drivers/scsi/scsi_debug.c:5886:6: note: byref variable will be forcibly initialized 5886 | int jdelay, res; | ^~~~~~ /kisskb/src/drivers/usb/host/xhci-ring.c: In function 'xhci_move_dequeue_past_td': /kisskb/src/drivers/usb/host/xhci-ring.c:573:13: note: byref variable will be forcibly initialized 573 | dma_addr_t addr; | ^~~~ /kisskb/src/drivers/usb/host/xhci-ring.c:569:18: note: byref variable will be forcibly initialized 569 | union xhci_trb *new_deq; | ^~~~~~~ /kisskb/src/drivers/usb/host/xhci-ring.c:567:23: note: byref variable will be forcibly initialized 567 | struct xhci_segment *new_seg; | ^~~~~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'scsi_debug_show_info': /kisskb/src/drivers/scsi/scsi_debug.c:5850:17: note: byref variable will be forcibly initialized 5850 | unsigned long l_idx; | ^~~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'max_queue_store': /kisskb/src/drivers/scsi/scsi_debug.c:6257:9: note: byref variable will be forcibly initialized 6257 | int j, n, k, a; | ^ /kisskb/src/drivers/usb/host/xhci-ring.c: In function 'xhci_queue_bulk_tx': /kisskb/src/drivers/usb/host/xhci-ring.c:3587:12: note: byref variable will be forcibly initialized 3587 | u64 addr, send_addr; | ^~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-ring.c:3584:36: note: byref variable will be forcibly initialized 3584 | unsigned int enqd_len, block_len, trb_buff_len, full_len; | ^~~~~~~~~~~~ In file included from /kisskb/src/drivers/scsi/scsi_debug.c:23: /kisskb/src/drivers/scsi/scsi_debug.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/host/xhci-ring.c: In function 'xhci_queue_ctrl_tx': /kisskb/src/drivers/usb/host/xhci-ring.c:3817:7: note: byref variable will be forcibly initialized 3817 | u64 addr; | ^~~~ /kisskb/src/drivers/hwmon/sht4x.c: In function 'sht4x_read_values': /kisskb/src/drivers/hwmon/sht4x.c:80:5: note: byref variable will be forcibly initialized 80 | u8 raw_data[SHT4X_RESPONSE_LENGTH]; | ^~~~~~~~ /kisskb/src/drivers/hwmon/sht4x.c:79:5: note: byref variable will be forcibly initialized 79 | u8 cmd[SHT4X_CMD_LEN] = {SHT4X_CMD_MEASURE_HPM}; | ^~~ /kisskb/src/drivers/hwmon/sht4x.c: In function 'sht4x_probe': /kisskb/src/drivers/hwmon/sht4x.c:241:5: note: byref variable will be forcibly initialized 241 | u8 cmd[] = {SHT4X_CMD_RESET}; | ^~~ /kisskb/src/drivers/hwmon/shtc1.c: In function 'shtc1_update_client': /kisskb/src/drivers/hwmon/shtc1.c:105:16: note: byref variable will be forcibly initialized 105 | unsigned char buf[SHTC1_RESPONSE_LENGTH]; | ^~~ /kisskb/src/drivers/hwmon/shtc1.c: In function 'shtc1_probe': /kisskb/src/drivers/hwmon/shtc1.c:195:7: note: byref variable will be forcibly initialized 195 | char id_reg_buf[2]; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'resp_err_recov_pg': /kisskb/src/drivers/scsi/scsi_debug.c:2152:16: note: byref variable will be forcibly initialized 2152 | unsigned char err_recov_pg[] = {0x1, 0xa, 0xc0, 11, 240, 0, 0, 0, | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'resp_disconnect_pg': /kisskb/src/drivers/scsi/scsi_debug.c:2163:16: note: byref variable will be forcibly initialized 2163 | unsigned char disconnect_pg[] = {0x2, 0xe, 128, 128, 0, 10, 0, 0, | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'resp_sas_sf_m_pg': /kisskb/src/drivers/scsi/scsi_debug.c:2253:16: note: byref variable will be forcibly initialized 2253 | unsigned char sas_sf_m_pg[] = {0x19, 0x6, | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'resp_sas_pcd_m_spg': /kisskb/src/drivers/scsi/scsi_debug.c:2266:16: note: byref variable will be forcibly initialized 2266 | unsigned char sas_pcd_m_pg[] = {0x59, 0x1, 0, 0x64, 0, 0x6, 0, 2, | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'resp_sas_sha_m_spg': /kisskb/src/drivers/scsi/scsi_debug.c:2298:16: note: byref variable will be forcibly initialized 2298 | unsigned char sas_sha_m_pg[] = {0x59, 0x2, 0, 0xc, 0, 0x6, 0x10, 0, | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'resp_get_lba_status': /kisskb/src/drivers/scsi/scsi_debug.c:4013:5: note: byref variable will be forcibly initialized 4013 | u8 arr[SDEBUG_GET_LBA_STATUS_LEN]; | ^~~ /kisskb/src/drivers/scsi/scsi_debug.c:4011:25: note: byref variable will be forcibly initialized 4011 | u32 alloc_len, mapped, num; | ^~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'resp_readcap16': /kisskb/src/drivers/scsi/scsi_debug.c:1858:16: note: byref variable will be forcibly initialized 1858 | unsigned char arr[SDEBUG_READCAP16_ARR_SZ]; | ^~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'resp_requests': /kisskb/src/drivers/scsi/scsi_debug.c:1730:16: note: byref variable will be forcibly initialized 1730 | unsigned char arr[SCSI_SENSE_BUFFERSIZE]; /* assume >= 18 bytes */ | ^~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'resp_readcap': /kisskb/src/drivers/scsi/scsi_debug.c:1838:16: note: byref variable will be forcibly initialized 1838 | unsigned char arr[SDEBUG_READCAP_ARR_SZ]; | ^~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'mk_sense_invalid_fld': /kisskb/src/drivers/scsi/scsi_debug.c:923:5: note: byref variable will be forcibly initialized 923 | u8 sks[4]; | ^~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'resp_rsup_tmfs': /kisskb/src/drivers/scsi/scsi_debug.c:2126:5: note: byref variable will be forcibly initialized 2126 | u8 arr[16]; | ^~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'resp_log_sense': /kisskb/src/drivers/scsi/scsi_debug.c:2587:16: note: byref variable will be forcibly initialized 2587 | unsigned char arr[SDEBUG_MAX_LSENSE_SZ]; | ^~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'resp_mode_select': /kisskb/src/drivers/scsi/scsi_debug.c:2481:16: note: byref variable will be forcibly initialized 2481 | unsigned char arr[SDEBUG_MAX_MSELECT_SZ]; | ^~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'resp_mode_sense': /kisskb/src/drivers/scsi/scsi_debug.c:2318:16: note: byref variable will be forcibly initialized 2318 | unsigned char arr[SDEBUG_MAX_MSENSE_SZ]; | ^~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'dif_copy_prot': /kisskb/src/drivers/scsi/scsi_debug.c:3040:25: note: byref variable will be forcibly initialized 3040 | struct sg_mapping_iter miter; | ^~~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'prot_verify_write': /kisskb/src/drivers/scsi/scsi_debug.c:3271:25: note: byref variable will be forcibly initialized 3271 | struct sg_mapping_iter piter; | ^~~~~ /kisskb/src/drivers/scsi/scsi_debug.c:3270:25: note: byref variable will be forcibly initialized 3270 | struct sg_mapping_iter diter; | ^~~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'resp_report_luns': /kisskb/src/drivers/scsi/scsi_debug.c:4142:5: note: byref variable will be forcibly initialized 4142 | u8 arr[RL_BUCKET_ELEMS * sizeof(struct scsi_lun)]; | ^~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'inquiry_vpd_83': /kisskb/src/drivers/scsi/scsi_debug.c:1226:7: note: byref variable will be forcibly initialized 1226 | char b[32]; | ^ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'resp_inquiry': /kisskb/src/drivers/scsi/scsi_debug.c:1589:8: note: byref variable will be forcibly initialized 1589 | char lu_id_str[6]; | ^~~~~~~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'scsi_debug_queuecommand': /kisskb/src/drivers/scsi/scsi_debug.c:7410:8: note: byref variable will be forcibly initialized 7410 | char b[120]; | ^ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'lun_format_store': /kisskb/src/drivers/scsi/scsi_debug.c:6179:6: note: byref variable will be forcibly initialized 6179 | int n; | ^ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'cdb_len_store': /kisskb/src/drivers/scsi/scsi_debug.c:6571:11: note: byref variable will be forcibly initialized 6571 | int ret, n; | ^ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'random_store': /kisskb/src/drivers/scsi/scsi_debug.c:6496:7: note: byref variable will be forcibly initialized 6496 | bool v; | ^ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'per_host_store_store': /kisskb/src/drivers/scsi/scsi_debug.c:6124:7: note: byref variable will be forcibly initialized 6124 | bool v; | ^ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'every_nth_store': /kisskb/src/drivers/scsi/scsi_debug.c:6148:7: note: byref variable will be forcibly initialized 6148 | char work[20]; | ^~~~ /kisskb/src/drivers/scsi/scsi_debug.c:6147:6: note: byref variable will be forcibly initialized 6147 | int nth; | ^~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'opts_store': /kisskb/src/drivers/scsi/scsi_debug.c:5966:7: note: byref variable will be forcibly initialized 5966 | char work[20]; | ^~~~ /kisskb/src/drivers/scsi/scsi_debug.c:5965:6: note: byref variable will be forcibly initialized 5965 | int opts; | ^~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'sdebug_erase_all_stores': /kisskb/src/drivers/scsi/scsi_debug.c:6978:16: note: byref variable will be forcibly initialized 6978 | unsigned long idx; | ^~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'sdebug_add_store': /kisskb/src/drivers/scsi/scsi_debug.c:6998:6: note: byref variable will be forcibly initialized 6998 | u32 n_idx; | ^~~~~ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'fake_rw_store': /kisskb/src/drivers/scsi/scsi_debug.c:6034:6: note: byref variable will be forcibly initialized 6034 | int n, idx; | ^ /kisskb/src/drivers/scsi/scsi_debug.c: In function 'add_host_store': /kisskb/src/drivers/scsi/scsi_debug.c:6360:6: note: byref variable will be forcibly initialized 6360 | int delta_hosts; | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_debug.c:6357:16: note: byref variable will be forcibly initialized 6357 | unsigned long idx; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega20_baco.c: In function 'vega20_baco_set_state': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega20_baco.c:78:18: note: byref variable will be forcibly initialized 78 | enum BACO_STATE cur_state; | ^~~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci.c: In function 'sdhci_set_transfer_mode': /kisskb/src/drivers/mmc/host/sdhci.c:1414:6: note: byref variable will be forcibly initialized 1414 | u16 mode = 0; | ^~~~ /kisskb/src/drivers/mmc/host/sdhci.c: In function '__sdhci_set_timeout': /kisskb/src/drivers/mmc/host/sdhci.c:1016:7: note: byref variable will be forcibly initialized 1016 | bool too_big = false; | ^~~~~~~ /kisskb/src/drivers/mmc/host/sdhci.c: In function 'sdhci_adma_table_pre': /kisskb/src/drivers/mmc/host/sdhci.c:726:8: note: byref variable will be forcibly initialized 726 | void *desc, *align; | ^~~~ /kisskb/src/drivers/mmc/host/sdhci.c:724:16: note: byref variable will be forcibly initialized 724 | unsigned long flags; | ^~~~~ 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/dmaengine.h:8, from /kisskb/src/drivers/mmc/host/sdhci.c:14: /kisskb/src/drivers/mmc/host/sdhci.c: In function 'sdhci_send_tuning': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci.c:2770:2: note: in expansion of macro 'wait_event_timeout' 2770 | wait_event_timeout(host->buf_ready_int, (host->tuning_done == 1), | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci.c: In function 'sdhci_adma_table_post': /kisskb/src/drivers/mmc/host/sdhci.c:807:16: note: byref variable will be forcibly initialized 807 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/scsi/scsi_sysfs.c: In function 'store_shost_eh_deadline': /kisskb/src/drivers/scsi/scsi_sysfs.c:337:16: note: byref variable will be forcibly initialized 337 | unsigned long deadline, flags; | ^~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci.c: In function 'sdhci_data_irq': /kisskb/src/drivers/mmc/host/sdhci.c:3399:25: note: byref variable will be forcibly initialized 3399 | dma_addr_t dmastart, dmanow; | ^~~~~~ /kisskb/src/drivers/mmc/host/sdhci.c:3399:15: note: byref variable will be forcibly initialized 3399 | dma_addr_t dmastart, dmanow; | ^~~~~~~~ /kisskb/src/drivers/scsi/scsi_sysfs.c: In function 'check_set': /kisskb/src/drivers/scsi/scsi_sysfs.c:118:8: note: byref variable will be forcibly initialized 118 | char *last; | ^~~~ /kisskb/src/drivers/scsi/scsi_sysfs.c: In function 'scsi_scan': /kisskb/src/drivers/scsi/scsi_sysfs.c:136:34: note: byref variable will be forcibly initialized 136 | unsigned long long channel, id, lun; | ^~~ /kisskb/src/drivers/scsi/scsi_sysfs.c:136:30: note: byref variable will be forcibly initialized 136 | unsigned long long channel, id, lun; | ^~ /kisskb/src/drivers/scsi/scsi_sysfs.c:136:21: note: byref variable will be forcibly initialized 136 | unsigned long long channel, id, lun; | ^~~~~~~ /kisskb/src/drivers/scsi/scsi_sysfs.c:135:31: note: byref variable will be forcibly initialized 135 | char s1[15], s2[15], s3[17], junk; | ^~~~ /kisskb/src/drivers/scsi/scsi_sysfs.c:135:23: note: byref variable will be forcibly initialized 135 | char s1[15], s2[15], s3[17], junk; | ^~ /kisskb/src/drivers/scsi/scsi_sysfs.c:135:15: note: byref variable will be forcibly initialized 135 | char s1[15], s2[15], s3[17], junk; | ^~ /kisskb/src/drivers/scsi/scsi_sysfs.c:135:7: note: byref variable will be forcibly initialized 135 | char s1[15], s2[15], s3[17], junk; | ^~ /kisskb/src/drivers/mmc/host/sdhci.c: In function 'sdhci_irq': /kisskb/src/drivers/mmc/host/sdhci.c:3445:6: note: byref variable will be forcibly initialized 3445 | u32 intmask, mask, unexpected = 0; | ^~~~~~~ /kisskb/src/drivers/mmc/host/sdhci.c: In function '__sdhci_read_caps': /kisskb/src/drivers/mmc/host/sdhci.c:4014:6: note: byref variable will be forcibly initialized 4014 | u64 dt_caps = 0; | ^~~~~~~ /kisskb/src/drivers/mmc/host/sdhci.c:4013:6: note: byref variable will be forcibly initialized 4013 | u64 dt_caps_mask = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_sysfs.c: In function 'sdev_store_queue_ramp_up_period': /kisskb/src/drivers/scsi/scsi_sysfs.c:1198:15: note: byref variable will be forcibly initialized 1198 | unsigned int period; | ^~~~~~ /kisskb/src/drivers/scsi/scsi_sysfs.c: In function 'sdev_store_eh_timeout': /kisskb/src/drivers/scsi/scsi_sysfs.c:728:15: note: byref variable will be forcibly initialized 728 | unsigned int eh_timeout; | ^~~~~~~~~~ /kisskb/src/drivers/scsi/scsi_sysfs.c: In function 'sdev_store_timeout': /kisskb/src/drivers/scsi/scsi_sysfs.c:707:6: note: byref variable will be forcibly initialized 707 | int timeout; | ^~~~~~~ /kisskb/src/drivers/mmc/host/sdhci.c: In function 'sdhci_setup_host': /kisskb/src/drivers/mmc/host/sdhci.c:4250:14: note: byref variable will be forcibly initialized 4250 | dma_addr_t dma; | ^~~ /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; | ^~~~~~ /kisskb/src/drivers/hwmon/amc6821.c: In function 'temp_auto_point_temp_store': /kisskb/src/drivers/hwmon/amc6821.c:494:7: note: byref variable will be forcibly initialized 494 | long val; | ^~~ /kisskb/src/drivers/hwmon/amc6821.c: In function 'pwm1_auto_point_pwm_store': /kisskb/src/drivers/hwmon/amc6821.c:561:7: note: byref variable will be forcibly initialized 561 | long val; | ^~~ /kisskb/src/drivers/hwmon/amc6821.c: In function 'pwm1_enable_store': /kisskb/src/drivers/hwmon/amc6821.c:383:7: note: byref variable will be forcibly initialized 383 | long val; | ^~~ /kisskb/src/drivers/hwmon/amc6821.c: In function 'pwm1_store': /kisskb/src/drivers/hwmon/amc6821.c:358:7: note: byref variable will be forcibly initialized 358 | long val; | ^~~ /kisskb/src/drivers/hwmon/amc6821.c: In function 'fan1_div_store': /kisskb/src/drivers/hwmon/amc6821.c:655:7: note: byref variable will be forcibly initialized 655 | long val; | ^~~ /kisskb/src/drivers/hwmon/amc6821.c: In function 'fan_store': /kisskb/src/drivers/hwmon/amc6821.c:617:7: note: byref variable will be forcibly initialized 617 | long val; | ^~~ /kisskb/src/drivers/hwmon/amc6821.c: In function 'temp_store': /kisskb/src/drivers/hwmon/amc6821.c:282:7: note: byref variable will be forcibly initialized 282 | long val; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_baco.c: In function 'vega10_baco_set_state': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega10_baco.c:90:18: note: byref variable will be forcibly initialized 90 | enum BACO_STATE cur_state; | ^~~~~~~~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-max.c: In function 'lnb_set_sat': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-max.c:117:31: note: byref variable will be forcibly initialized 117 | struct dvb_diseqc_master_cmd cmd = { | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega12_baco.c: In function 'vega12_baco_set_state': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/vega12_baco.c:88:18: note: byref variable will be forcibly initialized 88 | enum BACO_STATE cur_state; | ^~~~~~~~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-max.c: In function 'ddb_fe_attach_mxl5xx': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-max.c:415:20: note: byref variable will be forcibly initialized 415 | struct mxl5xx_cfg cfg; | ^~~ /kisskb/src/drivers/usb/host/xhci-debugfs.c: In function 'xhci_stream_context_array_show': /kisskb/src/drivers/usb/host/xhci-debugfs.c:541:14: note: byref variable will be forcibly initialized 541 | dma_addr_t dma; | ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-max.c: In function 'ddb_fe_attach_mci': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-max.c:467:17: note: byref variable will be forcibly initialized 467 | struct mci_cfg cfg; | ^~~ /kisskb/src/drivers/usb/host/xhci-debugfs.c: In function 'xhci_ring_dump_segment': /kisskb/src/drivers/usb/host/xhci-debugfs.c:201:9: note: byref variable will be forcibly initialized 201 | char str[XHCI_MSG_MAX]; | ^~~ /kisskb/src/drivers/usb/host/xhci-debugfs.c:199:14: note: byref variable will be forcibly initialized 199 | dma_addr_t dma; | ^~~ /kisskb/src/drivers/usb/host/xhci-debugfs.c: In function 'xhci_ring_dequeue_show': /kisskb/src/drivers/usb/host/xhci-debugfs.c:177:14: note: byref variable will be forcibly initialized 177 | dma_addr_t dma; | ^~~ /kisskb/src/drivers/usb/host/xhci-debugfs.c: In function 'xhci_ring_enqueue_show': /kisskb/src/drivers/usb/host/xhci-debugfs.c:166:14: note: byref variable will be forcibly initialized 166 | dma_addr_t dma; | ^~~ /kisskb/src/drivers/usb/host/xhci-debugfs.c: In function 'xhci_stream_id_write': /kisskb/src/drivers/usb/host/xhci-debugfs.c:510:8: note: byref variable will be forcibly initialized 510 | u16 stream_id; /* MaxPStreams + 1 <= 16 */ | ^~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-debugfs.c: In function 'xhci_endpoint_context_show': /kisskb/src/drivers/usb/host/xhci-debugfs.c:286:9: note: byref variable will be forcibly initialized 286 | char str[XHCI_MSG_MAX]; | ^~~ /kisskb/src/drivers/usb/host/xhci-debugfs.c:281:14: note: byref variable will be forcibly initialized 281 | dma_addr_t dma; | ^~~ /kisskb/src/drivers/usb/host/xhci-debugfs.c: In function 'xhci_slot_context_show': /kisskb/src/drivers/usb/host/xhci-debugfs.c:264:9: note: byref variable will be forcibly initialized 264 | char str[XHCI_MSG_MAX]; | ^~~ /kisskb/src/drivers/usb/host/xhci-debugfs.c: In function 'xhci_portsc_show': /kisskb/src/drivers/usb/host/xhci-debugfs.c:349:9: note: byref variable will be forcibly initialized 349 | char str[XHCI_MSG_MAX]; | ^~~ /kisskb/src/drivers/usb/host/xhci-debugfs.c: In function 'xhci_debugfs_regset': /kisskb/src/drivers/usb/host/xhci-debugfs.c:120:12: note: byref variable will be forcibly initialized 120 | va_list args; | ^~~~ /kisskb/src/drivers/usb/host/xhci-debugfs.c: In function 'xhci_debugfs_create_ports': /kisskb/src/drivers/usb/host/xhci-debugfs.c:635:9: note: byref variable will be forcibly initialized 635 | char port_name[8]; | ^~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-debugfs.c: In function 'xhci_port_write': /kisskb/src/drivers/usb/host/xhci-debugfs.c:368:26: note: byref variable will be forcibly initialized 368 | char buf[32]; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/usb/host/xhci-trace.h:635, from /kisskb/src/drivers/usb/host/xhci-trace.c:12: /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_log_msg': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:28:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 28 | DECLARE_EVENT_CLASS(xhci_log_msg, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_log_trb': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:114:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 114 | DECLARE_EVENT_CLASS(xhci_log_trb, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_log_free_virt_dev': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:173:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 173 | DECLARE_EVENT_CLASS(xhci_log_free_virt_dev, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_log_virt_dev': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:204:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 204 | DECLARE_EVENT_CLASS(xhci_log_virt_dev, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_log_urb': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:256:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 256 | DECLARE_EVENT_CLASS(xhci_log_urb, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_log_ep_ctx': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:317:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 317 | DECLARE_EVENT_CLASS(xhci_log_ep_ctx, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_log_slot_ctx': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:363:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 363 | DECLARE_EVENT_CLASS(xhci_log_slot_ctx, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_log_ctrl_ctx': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:430:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 430 | DECLARE_EVENT_CLASS(xhci_log_ctrl_ctx, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_log_portsc': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:522:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 522 | DECLARE_EVENT_CLASS(xhci_log_portsc, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_log_doorbell': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:555:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 555 | DECLARE_EVENT_CLASS(xhci_log_doorbell, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_dbc_log_request': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:582:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 582 | DECLARE_EVENT_CLASS(xhci_dbc_log_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_log_ctx': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:73:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 73 | DECLARE_EVENT_CLASS(xhci_log_ctx, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:73:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 73 | DECLARE_EVENT_CLASS(xhci_log_ctx, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/host/xhci-trace.c: In function 'trace_event_raw_event_xhci_log_ring': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/host/./xhci-trace.h:456:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 456 | DECLARE_EVENT_CLASS(xhci_log_ring, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/tonga_baco.c: In function 'tonga_baco_set_state': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/tonga_baco.c:187:18: note: byref variable will be forcibly initialized 187 | enum BACO_STATE cur_state; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/polaris_baco.c: In function 'polaris_baco_set_state': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/polaris_baco.c:183:18: note: byref variable will be forcibly initialized 183 | enum BACO_STATE cur_state; | ^~~~~~~~~ /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/media/dvb-frontends/nxt6000.c:40:5: note: byref variable will be forcibly initialized 40 | u8 buf[] = { reg, data }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/nxt6000.c: In function 'nxt6000_readreg': /kisskb/src/drivers/media/dvb-frontends/nxt6000.c:55:17: note: byref variable will be forcibly initialized 55 | struct i2c_msg msgs[] = { | ^~~~ /kisskb/src/drivers/media/dvb-frontends/nxt6000.c:54:5: note: byref variable will be forcibly initialized 54 | u8 b1[] = { 0 }; | ^~ /kisskb/src/drivers/media/dvb-frontends/nxt6000.c:53:5: note: byref variable will be forcibly initialized 53 | u8 b0[] = { reg }; | ^~ /kisskb/src/drivers/bluetooth/hci_ll.c: In function 'download_firmware': /kisskb/src/drivers/bluetooth/hci_ll.c:523:25: note: byref variable will be forcibly initialized 523 | const struct firmware *fw; | ^~ /kisskb/src/drivers/bluetooth/hci_ll.c:522:16: note: byref variable will be forcibly initialized 522 | unsigned char bts_scr_name[40]; /* 40 char long bts scr name? */ | ^~~~~~~~~~~~ /kisskb/src/drivers/bluetooth/hci_ll.c: In function 'll_set_bdaddr': /kisskb/src/drivers/bluetooth/hci_ll.c:592:11: note: byref variable will be forcibly initialized 592 | bdaddr_t bdaddr_swapped; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/bluetooth/hci_ll.c: In function 'll_setup': /kisskb/src/drivers/bluetooth/hci_ll.c:668:10: note: byref variable will be forcibly initialized 668 | __le32 speed_le = cpu_to_le32(speed); | ^~~~~~~~ In file included from /kisskb/src/drivers/bluetooth/hci_ll.c:40: /kisskb/src/include/net/bluetooth/bluetooth.h:294:34: note: byref variable will be forcibly initialized 294 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/drivers/bluetooth/hci_ll.c:653:35: note: in expansion of macro 'BDADDR_ANY' 653 | } else if (bacmp(&lldev->bdaddr, BDADDR_ANY)) { | ^~~~~~~~~~ /kisskb/src/include/net/bluetooth/bluetooth.h:295:34: note: byref variable will be forcibly initialized 295 | #define BDADDR_NONE (&(bdaddr_t) {{0xff, 0xff, 0xff, 0xff, 0xff, 0xff}}) | ^ /kisskb/src/drivers/bluetooth/hci_ll.c:648:29: note: in expansion of macro 'BDADDR_NONE' 648 | if (!bacmp(&lldev->bdaddr, BDADDR_NONE)) { | ^~~~~~~~~~~ /kisskb/src/drivers/bluetooth/hci_ll.c: In function 'hci_ti_probe': /kisskb/src/drivers/bluetooth/hci_ll.c:737:10: note: byref variable will be forcibly initialized 737 | size_t len; | ^~~ In file included from /kisskb/src/drivers/bluetooth/hci_ll.c:40: /kisskb/src/include/net/bluetooth/bluetooth.h:295:34: note: byref variable will be forcibly initialized 295 | #define BDADDR_NONE (&(bdaddr_t) {{0xff, 0xff, 0xff, 0xff, 0xff, 0xff}}) | ^ /kisskb/src/drivers/bluetooth/hci_ll.c:733:26: note: in expansion of macro 'BDADDR_NONE' 733 | bacpy(&lldev->bdaddr, BDADDR_NONE); | ^~~~~~~~~~~ /kisskb/src/drivers/bluetooth/hci_ll.c:690:6: note: byref variable will be forcibly initialized 690 | u32 max_speed = 3000000; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/fiji_baco.c: In function 'fiji_baco_set_state': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/fiji_baco.c:163:18: note: byref variable will be forcibly initialized 163 | enum BACO_STATE cur_state; | ^~~~~~~~~ /kisskb/src/drivers/net/slip/slip.c: In function 'sl_outfill': /kisskb/src/drivers/net/slip/slip.c:1392:18: note: byref variable will be forcibly initialized 1392 | unsigned char s = (sl->mode & SL_MODE_SLIP6)?0x70:END; | ^ /kisskb/src/drivers/media/dvb-frontends/mt352.c: In function 'mt352_single_write': /kisskb/src/drivers/media/dvb-frontends/mt352.c:48:17: note: byref variable will be forcibly initialized 48 | struct i2c_msg msg = { .addr = state->config.demod_address, .flags = 0, | ^~~ /kisskb/src/drivers/media/dvb-frontends/mt352.c:47:5: note: byref variable will be forcibly initialized 47 | u8 buf[2] = { reg, val }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/mt352.c: In function 'mt352_set_parameters': /kisskb/src/drivers/media/dvb-frontends/mt352.c:159:16: note: byref variable will be forcibly initialized 159 | unsigned char buf[13]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/mt352.c: In function 'mt352_read_register': /kisskb/src/drivers/media/dvb-frontends/mt352.c:73:17: note: byref variable will be forcibly initialized 73 | struct i2c_msg msg [] = { { .addr = state->config.demod_address, | ^~~ /kisskb/src/drivers/media/dvb-frontends/mt352.c:72:5: note: byref variable will be forcibly initialized 72 | u8 b1 [] = { 0 }; | ^~ /kisskb/src/drivers/media/dvb-frontends/mt352.c:71:5: note: byref variable will be forcibly initialized 71 | u8 b0 [] = { reg }; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ci_baco.c: In function 'ci_baco_set_state': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/ci_baco.c:164:18: note: byref variable will be forcibly initialized 164 | enum BACO_STATE cur_state; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, 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/drivers/net/slip/slip.c:74: /kisskb/src/drivers/net/slip/slip.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/net/slip/slip.c: In function 'sl_alloc': /kisskb/src/drivers/net/slip/slip.c:742:7: note: byref variable will be forcibly initialized 742 | char name[IFNAMSIZ]; | ^~~~ /kisskb/src/drivers/bluetooth/hci_ath.c: In function 'ath_vendor_cmd': /kisskb/src/drivers/bluetooth/hci_ath.c:151:24: note: byref variable will be forcibly initialized 151 | struct ath_vendor_cmd cmd; | ^~~ /kisskb/src/drivers/leds/trigger/ledtrig-oneshot.c: In function 'led_invert_store': /kisskb/src/drivers/leds/trigger/ledtrig-oneshot.c:51:16: note: byref variable will be forcibly initialized 51 | unsigned long state; | ^~~~~ /kisskb/src/drivers/leds/trigger/ledtrig-oneshot.c: In function 'led_delay_off_store': /kisskb/src/drivers/leds/trigger/ledtrig-oneshot.c:104:16: note: byref variable will be forcibly initialized 104 | unsigned long state; | ^~~~~ /kisskb/src/drivers/leds/trigger/ledtrig-oneshot.c: In function 'led_delay_on_store': /kisskb/src/drivers/leds/trigger/ledtrig-oneshot.c:80:16: note: byref variable will be forcibly initialized 80 | unsigned long state; | ^~~~~ /kisskb/src/drivers/leds/trigger/ledtrig-oneshot.c: In function 'pattern_init': /kisskb/src/drivers/leds/trigger/ledtrig-oneshot.c:133:15: note: byref variable will be forcibly initialized 133 | unsigned int size = 0; | ^~~~ In file included from /kisskb/src/drivers/leds/led-core.c:18: /kisskb/src/drivers/leds/led-core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/leds/led-core.c: In function 'led_compose_name': /kisskb/src/drivers/leds/led-core.c:446:8: note: byref variable will be forcibly initialized 446 | char tmp_buf[LED_MAX_NAME_SIZE]; | ^~~~~~~ /kisskb/src/drivers/leds/led-core.c: In function 'led_init_default_state_get': /kisskb/src/drivers/leds/led-core.c:483:14: note: byref variable will be forcibly initialized 483 | const char *state = NULL; | ^~~~~ /kisskb/src/drivers/leds/led-class.c: In function 'led_classdev_register_ext': /kisskb/src/drivers/leds/led-class.c:340:7: note: byref variable will be forcibly initialized 340 | char final_name[LED_MAX_NAME_SIZE]; | ^~~~~~~~~~ /kisskb/src/drivers/leds/led-class.c:339:7: note: byref variable will be forcibly initialized 339 | char composed_name[LED_MAX_NAME_SIZE]; | ^~~~~~~~~~~~~ /kisskb/src/drivers/leds/led-class.c: In function 'brightness_store': /kisskb/src/drivers/leds/led-class.c:42:16: note: byref variable will be forcibly initialized 42 | unsigned long state; | ^~~~~ /kisskb/src/drivers/bluetooth/hci_bcm.c: In function 'bcm_set_baudrate': /kisskb/src/drivers/bluetooth/hci_bcm.c:172:39: note: byref variable will be forcibly initialized 172 | struct bcm_write_uart_clock_setting clock; | ^~~~~ /kisskb/src/drivers/bluetooth/hci_bcm.c:169:35: note: byref variable will be forcibly initialized 169 | struct bcm_update_uart_baud_rate param; | ^~~~~ /kisskb/src/drivers/bluetooth/hci_bcm.c: In function 'bcm_setup_sleep': /kisskb/src/drivers/bluetooth/hci_bcm.c:382:28: note: byref variable will be forcibly initialized 382 | struct bcm_set_sleep_mode sleep_params = default_sleep_params; | ^~~~~~~~~~~~ /kisskb/src/drivers/bluetooth/hci_bcm.c: In function 'bcm_setup': /kisskb/src/drivers/bluetooth/hci_bcm.c:610:33: note: byref variable will be forcibly initialized 610 | struct bcm_set_pcm_int_params params; | ^~~~~~ /kisskb/src/drivers/bluetooth/hci_bcm.c:565:7: note: byref variable will be forcibly initialized 565 | bool fw_load_done = false; | ^~~~~~~~~~~~ /kisskb/src/drivers/bluetooth/hci_qca.c: In function 'qca_send_power_pulse': /kisskb/src/drivers/bluetooth/hci_qca.c:1334:5: note: byref variable will be forcibly initialized 1334 | u8 cmd = on ? QCA_WCN3990_POWERON_PULSE : QCA_WCN3990_POWEROFF_PULSE; | ^~~ /kisskb/src/drivers/bluetooth/hci_qca.c: In function 'qca_serdev_shutdown': /kisskb/src/drivers/bluetooth/hci_qca.c:2158:11: note: byref variable will be forcibly initialized 2158 | const u8 edl_reset_soc_cmd[] = { 0x01, 0x00, 0xFC, 0x01, 0x05 }; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bluetooth/hci_qca.c:2157:11: note: byref variable will be forcibly initialized 2157 | const u8 ibs_wake_cmd[] = { 0xFD }; | ^~~~~~~~~~~~ /kisskb/src/drivers/bluetooth/hci_qca.c: In function 'qca_set_baudrate': /kisskb/src/drivers/bluetooth/hci_qca.c:1283:5: note: byref variable will be forcibly initialized 1283 | u8 cmd[] = { 0x01, 0x48, 0xFC, 0x01, 0x00 }; | ^~~ /kisskb/src/drivers/bluetooth/hci_qca.c: In function 'qca_setup': /kisskb/src/drivers/bluetooth/hci_qca.c:1702:27: note: byref variable will be forcibly initialized 1702 | struct qca_btsoc_version ver; | ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:6, from /kisskb/src/include/linux/blk-mq.h:5, from /kisskb/src/drivers/memstick/core/mspro_block.c:11: /kisskb/src/drivers/memstick/core/mspro_block.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/drivers/bluetooth/hci_qca.c:18: /kisskb/src/drivers/bluetooth/hci_qca.c: In function 'devm_kmalloc_array': /kisskb/src/drivers/memstick/core/mspro_block.c: In function 'mspro_block_set_interface': /kisskb/src/drivers/memstick/core/mspro_block.c:873:30: note: byref variable will be forcibly initialized 873 | struct mspro_param_register param = { | ^~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/devcoredump.h:8, from /kisskb/src/drivers/bluetooth/hci_qca.c:23: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/memstick/core/mspro_block.c:11: /kisskb/src/drivers/memstick/core/mspro_block.c: In function 'blk_rq_map_sg': /kisskb/src/include/linux/blk-mq.h:1068:22: note: byref variable will be forcibly initialized 1068 | struct scatterlist *last_sg = NULL; | ^~~~~~~ /kisskb/src/drivers/memstick/core/mspro_block.c: In function 'h_mspro_block_setup_cmd': /kisskb/src/drivers/memstick/core/mspro_block.c:674:30: note: byref variable will be forcibly initialized 674 | struct mspro_param_register param = { | ^~~~~ /kisskb/src/drivers/memstick/core/mspro_block.c: In function 'h_mspro_block_transfer_data': /kisskb/src/drivers/memstick/core/mspro_block.c:578:16: note: byref variable will be forcibly initialized 578 | unsigned char t_val = 0; | ^~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/srcutree.h:15, from /kisskb/src/include/linux/srcu.h:49, from /kisskb/src/include/linux/notifier.h:16, from /kisskb/src/include/linux/clk.h:14, from /kisskb/src/drivers/bluetooth/hci_qca.c:19: /kisskb/src/drivers/bluetooth/hci_qca.c: In function 'qca_suspend': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bluetooth/hci_qca.c:2281:8: note: in expansion of macro 'wait_event_interruptible_timeout' 2281 | ret = wait_event_interruptible_timeout(qca->suspend_wait_q, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bluetooth/hci_qca.c:2192:5: note: byref variable will be forcibly initialized 2192 | u8 cmd; | ^~~ /kisskb/src/drivers/memstick/core/mspro_block.c: In function 'mspro_block_attr_show_specfile': /kisskb/src/drivers/memstick/core/mspro_block.c:443:16: note: byref variable will be forcibly initialized 443 | char name[9], ext[4]; | ^~~ /kisskb/src/drivers/memstick/core/mspro_block.c:443:7: note: byref variable will be forcibly initialized 443 | char name[9], ext[4]; | ^~~~ /kisskb/src/drivers/leds/led-triggers.c: In function 'led_trigger_snprintf': /kisskb/src/drivers/leds/led-triggers.c:81:10: note: byref variable will be forcibly initialized 81 | va_list args; | ^~~~ /kisskb/src/drivers/leds/led-triggers.c: In function 'led_trigger_set': /kisskb/src/drivers/leds/led-triggers.c:161:8: note: byref variable will be forcibly initialized 161 | char *envp[2]; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/amd_powerplay.c: In function 'pp_reserve_vram_for_smu': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/amd_powerplay.c:148:11: note: byref variable will be forcibly initialized 148 | uint64_t gpu_addr; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/amd_powerplay.c:147:8: note: byref variable will be forcibly initialized 147 | void *cpu_ptr = NULL; | ^~~~~~~ /kisskb/src/drivers/usb/host/xhci-plat.c: In function 'xhci_plat_probe': /kisskb/src/drivers/usb/host/xhci-plat.c:193:27: note: byref variable will be forcibly initialized 193 | struct resource *res; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/amd_powerplay.c: In function 'pp_get_current_clocks': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/amd_powerplay.c:1105:23: note: byref variable will be forcibly initialized 1105 | struct pp_clock_info hw_clocks; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/amd_powerplay.c: In function 'pp_dpm_switch_power_profile': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/powerplay/amd_powerplay.c:958:7: note: byref variable will be forcibly initialized 958 | long workload; | ^~~~~~~~ /kisskb/src/drivers/leds/leds-an30259a.c: In function 'an30259a_blink_set': /kisskb/src/drivers/leds/leds-an30259a.c:132:15: note: byref variable will be forcibly initialized 132 | unsigned int led_on; | ^~~~~~ /kisskb/src/drivers/leds/leds-an30259a.c: In function 'an30259a_brightness_set': /kisskb/src/drivers/leds/leds-an30259a.c:86:15: note: byref variable will be forcibly initialized 86 | unsigned int led_on; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_dpm.c: In function 'amdgpu_dpm_change_power_state_locked': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_dpm.c:1412:7: note: byref variable will be forcibly initialized 1412 | bool equal = false; | ^~~~~ /kisskb/src/drivers/leds/leds-an30259a.c: In function 'an30259a_init_default_state': /kisskb/src/drivers/leds/leds-an30259a.c:261:6: note: byref variable will be forcibly initialized 261 | int led_on, err; | ^~~~~~ /kisskb/src/drivers/leds/leds-an30259a.c: In function 'an30259a_dt_init': /kisskb/src/drivers/leds/leds-an30259a.c:216:7: note: byref variable will be forcibly initialized 216 | u32 source; | ^~~~~~ /kisskb/src/drivers/leds/leds-an30259a.c:208:14: note: byref variable will be forcibly initialized 208 | const char *str; | ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h:52, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_dpm.c:25: /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_dpm.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /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/gpu/drm/amd/amdgpu/../pm/amdgpu_dpm.c: In function 'amdgpu_get_platform_caps': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_dpm.c:262:11: note: byref variable will be forcibly initialized 262 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_dpm.c:262:5: note: byref variable will be forcibly initialized 262 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_dpm.c:261:6: note: byref variable will be forcibly initialized 261 | u16 data_offset; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_dpm.c: In function 'amdgpu_parse_extended_power_table': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_dpm.c:294:11: note: byref variable will be forcibly initialized 294 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_dpm.c:294:5: note: byref variable will be forcibly initialized 294 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_dpm.c:293:6: note: byref variable will be forcibly initialized 293 | u16 data_offset; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_dpm.c: In function 'amdgpu_add_thermal_controller': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_dpm.c:860:27: note: byref variable will be forcibly initialized 860 | struct i2c_board_info info = { }; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_dpm.c:774:11: note: byref variable will be forcibly initialized 774 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_dpm.c:774:5: note: byref variable will be forcibly initialized 774 | u8 frev, crev; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_dpm.c:773:6: note: byref variable will be forcibly initialized 773 | u16 data_offset; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_dpm.c:772:28: note: byref variable will be forcibly initialized 772 | struct amdgpu_i2c_bus_rec i2c_bus; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_dpm.c: In function 'amdgpu_dpm_is_baco_supported': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_dpm.c:1044:7: note: byref variable will be forcibly initialized 1044 | bool baco_cap; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_dpm.c: In function 'amdgpu_dpm_thermal_work_handler': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_dpm.c:1247:12: note: byref variable will be forcibly initialized 1247 | int temp, size = sizeof(temp); | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_dpm.c:1247:6: note: byref variable will be forcibly initialized 1247 | int temp, size = sizeof(temp); | ^~~~ /kisskb/src/drivers/usb/host/u132-hcd.c: In function 'u132_roothub_status': /kisskb/src/drivers/usb/host/u132-hcd.c:2600:6: note: byref variable will be forcibly initialized 2600 | u32 rh_status = -1; | ^~~~~~~~~ /kisskb/src/drivers/usb/host/u132-hcd.c: In function 'u132_roothub_portreset': /kisskb/src/drivers/usb/host/u132-hcd.c:2642:7: note: byref variable will be forcibly initialized 2642 | u32 portstat; | ^~~~~~~~ /kisskb/src/drivers/usb/host/u132-hcd.c:2633:6: note: byref variable will be forcibly initialized 2633 | u32 fmnumber; | ^~~~~~~~ /kisskb/src/drivers/usb/host/u132-hcd.c: In function 'u132_periodic_reinit': /kisskb/src/drivers/usb/host/u132-hcd.c:1525:6: note: byref variable will be forcibly initialized 1525 | u32 fminterval; | ^~~~~~~~~~ /kisskb/src/drivers/usb/host/u132-hcd.c: In function 'read_roothub_info': /kisskb/src/drivers/usb/host/u132-hcd.c:420:6: note: byref variable will be forcibly initialized 420 | u32 revision; | ^~~~~~~~ /kisskb/src/drivers/usb/host/u132-hcd.c: In function 'u132_init': /kisskb/src/drivers/usb/host/u132-hcd.c:1566:7: note: byref variable will be forcibly initialized 1566 | u32 rh_a = -1; | ^~~~ /kisskb/src/drivers/usb/host/u132-hcd.c:1556:6: note: byref variable will be forcibly initialized 1556 | u32 control; | ^~~~~~~ /kisskb/src/drivers/usb/host/u132-hcd.c: In function 'u132_roothub_descriptor': /kisskb/src/drivers/usb/host/u132-hcd.c:2564:6: note: byref variable will be forcibly initialized 2564 | u32 rh_b = -1; | ^~~~ /kisskb/src/drivers/usb/host/u132-hcd.c:2563:6: note: byref variable will be forcibly initialized 2563 | u32 rh_a = -1; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/zl10036.c: In function 'zl10036_write': /kisskb/src/drivers/media/dvb-frontends/zl10036.c:84:17: note: byref variable will be forcibly initialized 84 | struct i2c_msg msg[1] = { | ^~~ /kisskb/src/drivers/usb/host/u132-hcd.c: In function 'u132_roothub_portstatus': /kisskb/src/drivers/usb/host/u132-hcd.c:2612:7: note: byref variable will be forcibly initialized 2612 | u32 rh_portstatus = -1; | ^~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/zl10036.c: In function 'zl10036_set_gain_params': /kisskb/src/drivers/media/dvb-frontends/zl10036.c:272:5: note: byref variable will be forcibly initialized 272 | u8 buf[2]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/zl10036.c: In function 'zl10036_set_frequency': /kisskb/src/drivers/media/dvb-frontends/zl10036.c:172:5: note: byref variable will be forcibly initialized 172 | u8 buf[2]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/zl10036.c: In function 'zl10036_set_bandwidth': /kisskb/src/drivers/media/dvb-frontends/zl10036.c:200:5: note: byref variable will be forcibly initialized 200 | u8 zl10036_rsd_off[] = { 0xc8 }; /* set RSD=1 */ | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/zl10036.c:197:5: note: byref variable will be forcibly initialized 197 | u8 buf_br[] = { | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/zl10036.c:194:5: note: byref variable will be forcibly initialized 194 | u8 buf_bf[] = { | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/zl10036.c: In function 'zl10036_sleep': /kisskb/src/drivers/media/dvb-frontends/zl10036.c:136:5: note: byref variable will be forcibly initialized 136 | u8 buf[] = { 0xf0, 0x80 }; /* regs 12/13 */ | ^~~ /kisskb/src/drivers/media/dvb-frontends/zl10036.c: In function 'zl10036_init_regs': /kisskb/src/drivers/media/dvb-frontends/zl10036.c:385:5: note: byref variable will be forcibly initialized 385 | u8 zl10036_init_tab[][2] = { | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/zl10036.c: In function 'zl10036_read_status_reg': /kisskb/src/drivers/media/dvb-frontends/zl10036.c:62:17: note: byref variable will be forcibly initialized 62 | struct i2c_msg msg[1] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/zl10036.c:61:5: note: byref variable will be forcibly initialized 61 | u8 status; | ^~~~~~ /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/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c: In function 'ss_bias_attr_update': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:1993:21: note: byref variable will be forcibly initialized 1993 | uint32_t ss_power, size; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:1993:11: note: byref variable will be forcibly initialized 1993 | uint32_t ss_power, size; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c: In function 'ss_power_attr_update': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:1973:21: note: byref variable will be forcibly initialized 1973 | uint32_t ss_power, size; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:1973:11: note: byref variable will be forcibly initialized 1973 | uint32_t ss_power, size; | ^~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c: In function 'amdgpu_set_smartshift_bias': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:1936:6: note: byref variable will be forcibly initialized 1936 | int bias = 0; | ^~~~ /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/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c: In function 'amdgpu_hwmon_set_fan1_enable': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:2749:6: note: byref variable will be forcibly initialized 2749 | int value; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c: In function 'amdgpu_hwmon_set_pwm1_enable': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:2403:6: note: byref variable will be forcibly initialized 2403 | int value; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c: In function 'amdgpu_get_smartshift_dgpu_power': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:1881:21: note: byref variable will be forcibly initialized 1881 | uint32_t ss_power, size; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:1881:11: note: byref variable will be forcibly initialized 1881 | uint32_t ss_power, size; | ^~~~~~~~ /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/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c: In function 'amdgpu_get_smartshift_apu_power': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:1838:21: note: byref variable will be forcibly initialized 1838 | uint32_t ss_power, size; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:1838:11: note: byref variable will be forcibly initialized 1838 | uint32_t ss_power, size; | ^~~~~~~~ /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/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c: In function 'amdgpu_get_mem_busy_percent': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:1604:16: note: byref variable will be forcibly initialized 1604 | int r, value, size = sizeof(value); | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:1604:9: note: byref variable will be forcibly initialized 1604 | int r, value, size = sizeof(value); | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c: In function 'amdgpu_get_gpu_busy_percent': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:1564:16: note: byref variable will be forcibly initialized 1564 | int r, value, size = sizeof(value); | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:1564:9: note: byref variable will be forcibly initialized 1564 | int r, value, size = sizeof(value); | ^~~~~ In file included from /kisskb/src/drivers/cpufreq/powernv-cpufreq.c:20: /kisskb/src/drivers/cpufreq/powernv-cpufreq.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/cpufreq/powernv-cpufreq.c: In function 'init_powernv_pstates': /kisskb/src/drivers/cpufreq/powernv-cpufreq.c:238:20: note: byref variable will be forcibly initialized 238 | u32 pstate_turbo, pstate_ultra_turbo; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/cpufreq/powernv-cpufreq.c:238:6: note: byref variable will be forcibly initialized 238 | u32 pstate_turbo, pstate_ultra_turbo; | ^~~~~~~~~~~~ /kisskb/src/drivers/cpufreq/powernv-cpufreq.c:237:30: note: byref variable will be forcibly initialized 237 | u32 pstate_min, pstate_max, pstate_nominal; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/cpufreq/powernv-cpufreq.c:237:18: note: byref variable will be forcibly initialized 237 | u32 pstate_min, pstate_max, pstate_nominal; | ^~~~~~~~~~ /kisskb/src/drivers/cpufreq/powernv-cpufreq.c:237:6: note: byref variable will be forcibly initialized 237 | u32 pstate_min, pstate_max, pstate_nominal; | ^~~~~~~~~~ /kisskb/src/drivers/cpufreq/powernv-cpufreq.c:236:15: note: byref variable will be forcibly initialized 236 | u32 len_ids, len_freqs; | ^~~~~~~~~ /kisskb/src/drivers/cpufreq/powernv-cpufreq.c:236:6: note: byref variable will be forcibly initialized 236 | u32 len_ids, len_freqs; | ^~~~~~~ /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/drivers/bluetooth/hci_ag6xx.c: In function 'intel_mem_write': /kisskb/src/drivers/bluetooth/hci_ag6xx.c:129:6: note: byref variable will be forcibly initialized 129 | u8 cmd_param[253], fragment_len = (plen > 247) ? 247 : plen; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c: In function 'amdgpu_hwmon_show_mclk': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:3079:9: note: byref variable will be forcibly initialized 3079 | int r, size = sizeof(mclk); | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:3078:11: note: byref variable will be forcibly initialized 3078 | uint32_t mclk; | ^~~~ /kisskb/src/drivers/bluetooth/hci_ag6xx.c: In function 'ag6xx_setup': /kisskb/src/drivers/bluetooth/hci_ag6xx.c:158:7: note: byref variable will be forcibly initialized 158 | char fwname[64]; | ^~~~~~ /kisskb/src/drivers/bluetooth/hci_ag6xx.c:156:25: note: byref variable will be forcibly initialized 156 | const struct firmware *fw; | ^~ /kisskb/src/drivers/bluetooth/hci_ag6xx.c:155:23: note: byref variable will be forcibly initialized 155 | struct intel_version ver; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c: In function 'amdgpu_hwmon_show_sclk': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:3040:9: note: byref variable will be forcibly initialized 3040 | int r, size = sizeof(sclk); | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:3039:11: note: byref variable will be forcibly initialized 3039 | uint32_t sclk; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c: In function 'amdgpu_hwmon_show_power_cap_generic': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:2921:11: note: byref variable will be forcibly initialized 2921 | uint32_t limit; | ^~~~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-sx8.c: In function 'get_info': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-sx8.c:72:21: note: byref variable will be forcibly initialized 72 | struct mci_command cmd; | ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-sx8.c: In function 'read_status': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-sx8.c:114:20: note: byref variable will be forcibly initialized 114 | struct mci_result res; | ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-sx8.c:113:21: note: byref variable will be forcibly initialized 113 | struct mci_command cmd; | ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-sx8.c: In function 'mci_set_tuner': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-sx8.c:138:21: note: byref variable will be forcibly initialized 138 | struct mci_command cmd; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c: In function 'amdgpu_hwmon_show_power_avg': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:2875:9: note: byref variable will be forcibly initialized 2875 | int r, size = sizeof(u32); | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:2874:6: note: byref variable will be forcibly initialized 2874 | u32 query = 0; | ^~~~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-sx8.c: In function 'stop': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-sx8.c:152:21: note: byref variable will be forcibly initialized 152 | struct mci_command cmd; | ^~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-sx8.c: In function 'start': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-sx8.c:191:21: note: byref variable will be forcibly initialized 191 | struct mci_command cmd; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c: In function 'amdgpu_hwmon_show_vddnb': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:2832:9: note: byref variable will be forcibly initialized 2832 | int r, size = sizeof(vddnb); | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:2831:6: note: byref variable will be forcibly initialized 2831 | u32 vddnb; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c: In function 'amdgpu_hwmon_show_vddgfx': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:2793:9: note: byref variable will be forcibly initialized 2793 | int r, size = sizeof(vddgfx); | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:2792:6: note: byref variable will be forcibly initialized 2792 | u32 vddgfx; | ^~~~~~ /kisskb/src/drivers/media/pci/ddbridge/ddbridge-sx8.c: In function 'start_iq': /kisskb/src/drivers/media/pci/ddbridge/ddbridge-sx8.c:317:21: note: byref variable will be forcibly initialized 317 | struct mci_command cmd; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c: In function 'amdgpu_hwmon_get_fan1_target': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:2633:6: note: byref variable will be forcibly initialized 2633 | u32 rpm = 0; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c: In function 'amdgpu_hwmon_get_fan1_max': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:2601:6: note: byref variable will be forcibly initialized 2601 | u32 size = sizeof(max_rpm); | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:2600:6: note: byref variable will be forcibly initialized 2600 | u32 max_rpm = 0; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c: In function 'amdgpu_hwmon_get_fan1_min': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:2569:6: note: byref variable will be forcibly initialized 2569 | u32 size = sizeof(min_rpm); | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:2568:6: note: byref variable will be forcibly initialized 2568 | u32 min_rpm = 0; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c: In function 'amdgpu_hwmon_get_fan1_input': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:2536:6: note: byref variable will be forcibly initialized 2536 | u32 speed = 0; | ^~~~~ /kisskb/src/drivers/usb/host/u132-hcd.c: In function 'u132_urb_enqueue': /kisskb/src/drivers/usb/host/u132-hcd.c:2335:9: note: byref variable will be forcibly initialized 2335 | char data[30 * 3 + 4]; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c: In function 'amdgpu_hwmon_get_pwm1': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:2503:6: note: byref variable will be forcibly initialized 2503 | u32 speed = 0; | ^~~~~ /kisskb/src/drivers/usb/host/u132-hcd.c: In function 'u132_run': /kisskb/src/drivers/usb/host/u132-hcd.c:1601:7: note: byref variable will be forcibly initialized 1601 | u32 temp; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c: In function 'amdgpu_hwmon_show_temp': /kisskb/src/drivers/usb/host/u132-hcd.c:1594:6: note: byref variable will be forcibly initialized 1594 | u32 roothub_a; | ^~~~~~~~~ /kisskb/src/drivers/usb/host/u132-hcd.c:1593:6: note: byref variable will be forcibly initialized 1593 | u32 cmdstatus; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:2231:19: note: byref variable will be forcibly initialized 2231 | int r, temp = 0, size = sizeof(temp); | ^~~~ /kisskb/src/drivers/usb/host/u132-hcd.c:1592:6: note: byref variable will be forcibly initialized 1592 | u32 periodicstart; | ^~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:2231:9: note: byref variable will be forcibly initialized 2231 | int r, temp = 0, size = sizeof(temp); | ^~~~ /kisskb/src/drivers/usb/host/u132-hcd.c:1591:6: note: byref variable will be forcibly initialized 1591 | u32 fminterval; | ^~~~~~~~~~ /kisskb/src/drivers/usb/host/u132-hcd.c:1590:6: note: byref variable will be forcibly initialized 1590 | u32 status; | ^~~~~~ /kisskb/src/drivers/usb/host/u132-hcd.c:1589:6: note: byref variable will be forcibly initialized 1589 | u32 control; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c: In function 'amdgpu_get_gpu_metrics': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:1790:8: note: byref variable will be forcibly initialized 1790 | void *gpu_metrics; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c: In function 'amdgpu_get_pp_table': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:580:8: note: byref variable will be forcibly initialized 580 | char *table = NULL; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c: In function 'amdgpu_set_thermal_throttling_logging': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:1740:7: note: byref variable will be forcibly initialized 1740 | long throttling_logging_interval; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c: In function 'amdgpu_set_pp_features': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:960:11: note: byref variable will be forcibly initialized 960 | uint64_t featuremask; | ^~~~~~~~~~~ /kisskb/src/drivers/bluetooth/hci_mrvl.c: In function 'mrvl_load_firmware': /kisskb/src/drivers/bluetooth/hci_mrvl.c:274:25: note: byref variable will be forcibly initialized 274 | const struct firmware *fw = NULL; | ^~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c: In function 'amdgpu_get_pcie_bw': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:1648:23: note: byref variable will be forcibly initialized 1648 | uint64_t count0 = 0, count1 = 0; | ^~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:1648:11: note: byref variable will be forcibly initialized 1648 | uint64_t count0 = 0, count1 = 0; | ^~~~~~ /kisskb/src/drivers/usb/host/u132-hcd.c: In function 'u132_probe': /kisskb/src/drivers/usb/host/u132-hcd.c:3060:6: note: byref variable will be forcibly initialized 3060 | u32 rh_a = -1; | ^~~~ /kisskb/src/drivers/usb/host/u132-hcd.c:3059:6: note: byref variable will be forcibly initialized 3059 | u32 control; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c: In function 'amdgpu_set_pp_od_clk_voltage': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:804:13: note: byref variable will be forcibly initialized 804 | const char delimiter[3] = {' ', '\n', '\0'}; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:802:8: note: byref variable will be forcibly initialized 802 | char *tmp_str; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:801:7: note: byref variable will be forcibly initialized 801 | char buf_cpy[128]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:800:7: note: byref variable will be forcibly initialized 800 | long parameter[64]; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/usb/host/u132-hcd.c:35: /kisskb/src/drivers/usb/host/u132-hcd.c: In function 'u132_hcd_exit': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/usb/host/u132-hcd.c:3213:2: note: in expansion of macro 'wait_event' 3213 | wait_event(u132_hcd_wait, u132_instances == 0); | ^~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c: In function 'amdgpu_set_pp_power_profile_mode': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:1499:13: note: byref variable will be forcibly initialized 1499 | const char delimiter[3] = {' ', '\n', '\0'}; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:1498:11: note: byref variable will be forcibly initialized 1498 | long int profile_mode = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:1497:7: note: byref variable will be forcibly initialized 1497 | char tmp[2]; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:1495:8: note: byref variable will be forcibly initialized 1495 | char *tmp_str; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:1494:17: note: byref variable will be forcibly initialized 1494 | char *sub_str, buf_cpy[128]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:1493:7: note: byref variable will be forcibly initialized 1493 | long parameter[64]; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c: In function 'amdgpu_read_mask': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:1097:13: note: byref variable will be forcibly initialized 1097 | const char delimiter[3] = {' ', '\n', '\0'}; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:1096:7: note: byref variable will be forcibly initialized 1096 | char buf_cpy[AMDGPU_MASK_BUF_MAX + 1]; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:1095:8: note: byref variable will be forcibly initialized 1095 | char *tmp; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:1093:16: note: byref variable will be forcibly initialized 1093 | unsigned long level; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c: In function 'amdgpu_set_pp_dpm_clock': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:1127:11: note: byref variable will be forcibly initialized 1127 | uint32_t mask = 0; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c: In function 'amdgpu_set_pp_mclk_od': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:1394:11: note: byref variable will be forcibly initialized 1394 | long int value; | ^~~~~ /kisskb/src/drivers/mmc/host/sdhci-pci-core.c: In function 'amd_config_tuning_phase': /kisskb/src/drivers/mmc/host/sdhci-pci-core.c:1629:15: note: byref variable will be forcibly initialized 1629 | unsigned int val; | ^~~ /kisskb/src/drivers/mmc/host/sdhci-pci-core.c: In function 'amd_enable_manual_tuning': /kisskb/src/drivers/mmc/host/sdhci-pci-core.c:1639:15: note: byref variable will be forcibly initialized 1639 | unsigned int val; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c: In function 'amdgpu_set_pp_sclk_od': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:1317:11: note: byref variable will be forcibly initialized 1317 | long int value; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c: In function 'amdgpu_set_pp_force_state': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:532:25: note: byref variable will be forcibly initialized 532 | struct pp_states_info data; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:518:16: note: byref variable will be forcibly initialized 518 | unsigned long idx; | ^~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:517:25: note: byref variable will be forcibly initialized 517 | enum amd_pm_state_type state = 0; | ^~~~~ /kisskb/src/drivers/mmc/host/sdhci-pci-core.c: In function 'sdhci_cqhci_irq': /kisskb/src/drivers/mmc/host/sdhci-pci-core.c:222:6: note: byref variable will be forcibly initialized 222 | int data_error = 0; | ^~~~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci-pci-core.c:221:6: note: byref variable will be forcibly initialized 221 | int cmd_error = 0; | ^~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c: In function 'amdgpu_get_pp_num_states': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:415:24: note: byref variable will be forcibly initialized 415 | struct pp_states_info data; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c: In function 'amdgpu_set_power_dpm_state': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:161:26: note: byref variable will be forcibly initialized 161 | enum amd_pm_state_type state; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c: In function 'amdgpu_hwmon_set_power_cap': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:2997:6: note: byref variable will be forcibly initialized 2997 | u32 value; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c: In function 'amdgpu_hwmon_set_fan1_target': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:2666:6: note: byref variable will be forcibly initialized 2666 | u32 value; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c: In function 'amdgpu_hwmon_set_pwm1': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:2454:6: note: byref variable will be forcibly initialized 2454 | u32 value; | ^~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/../amdgpu/amdgpu.h:52, from /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:26: /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c: In function 'amdgpu_device_attr_create': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:2139:33: note: byref variable will be forcibly initialized 2139 | enum amdgpu_device_attr_states attr_states = ATTR_STATE_SUPPORTED; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c: In function 'amdgpu_pm_prv_buffer_read': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:3719:8: note: byref variable will be forcibly initialized 3719 | void *smu_prv_buf; | ^~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:3718:9: note: byref variable will be forcibly initialized 3718 | size_t smu_prv_buf_size; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c: In function 'amdgpu_debugfs_prints_cpu_info': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:3533:11: note: byref variable will be forcibly initialized 3533 | uint32_t size; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c: In function 'amdgpu_debugfs_pm_info_pp': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:3556:6: note: byref variable will be forcibly initialized 3556 | int size; | ^~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:3555:11: note: byref variable will be forcibly initialized 3555 | uint32_t query = 0; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:3554:11: note: byref variable will be forcibly initialized 3554 | uint64_t value64 = 0; | ^~~~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:3553:11: note: byref variable will be forcibly initialized 3553 | uint32_t value; | ^~~~~ /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c: In function 'amdgpu_debugfs_pm_info_show': /kisskb/src/drivers/gpu/drm/amd/amdgpu/../pm/amdgpu_pm.c:3656:6: note: byref variable will be forcibly initialized 3656 | u32 flags = 0; | ^~~~~ /kisskb/src/drivers/mmc/host/sdhci-pci-core.c: In function 'jmicron_pmos': /kisskb/src/drivers/mmc/host/sdhci-pci-core.c:1304:5: note: byref variable will be forcibly initialized 1304 | u8 scratch; | ^~~~~~~ /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, | ^~~ /kisskb/src/drivers/media/dvb-frontends/zl10353.c:42:5: note: byref variable will be forcibly initialized 42 | u8 buf[2] = { reg, val }; | ^~~ /kisskb/src/drivers/mmc/host/sdhci-pci-core.c: In function 'sdhci_pci_probe': /kisskb/src/drivers/mmc/host/sdhci-pci-core.c:2166:12: note: byref variable will be forcibly initialized 2166 | u8 slots, first_bar; | ^~~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci-pci-core.c:2166:5: note: byref variable will be forcibly initialized 2166 | u8 slots, first_bar; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/zl10353.c: In function 'zl10353_read_register': /kisskb/src/drivers/media/dvb-frontends/zl10353.c:68:17: note: byref variable will be forcibly initialized 68 | struct i2c_msg msg[2] = { { .addr = state->config.demod_address, | ^~~ /kisskb/src/drivers/media/dvb-frontends/zl10353.c:67:5: note: byref variable will be forcibly initialized 67 | u8 b1[1] = { 0 }; | ^~ /kisskb/src/drivers/media/dvb-frontends/zl10353.c:66:5: note: byref variable will be forcibly initialized 66 | u8 b0[1] = { reg }; | ^~ /kisskb/src/drivers/media/dvb-frontends/zl10353.c: In function 'zl10353_init': /kisskb/src/drivers/media/dvb-frontends/zl10353.c:546:5: note: byref variable will be forcibly initialized 546 | u8 zl10353_reset_attach[6] = { 0x50, 0x03, 0x64, 0x46, 0x15, 0x0F }; | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/zl10353.c: In function 'zl10353_set_parameters': /kisskb/src/drivers/media/dvb-frontends/zl10353.c:171:5: note: byref variable will be forcibly initialized 171 | u8 pllbuf[6] = { 0x67 }, acq_ctl = 0; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/zl10353.c:170:20: note: byref variable will be forcibly initialized 170 | u16 nominal_rate, input_freq; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/zl10353.c:170:6: note: byref variable will be forcibly initialized 170 | u16 nominal_rate, input_freq; | ^~~~~~~~~~~~ /kisskb/src/drivers/usb/host/r8a66597-hcd.c: In function 'set_pipe_reg_addr': /kisskb/src/drivers/usb/host/r8a66597-hcd.c:302:22: note: byref variable will be forcibly initialized 302 | const unsigned long fifoctr[] = {D0FIFOCTR, D1FIFOCTR, CFIFOCTR}; | ^~~~~~~ /kisskb/src/drivers/usb/host/r8a66597-hcd.c:301:22: note: byref variable will be forcibly initialized 301 | const unsigned long fifosel[] = {D0FIFOSEL, D1FIFOSEL, CFIFOSEL}; | ^~~~~~~ /kisskb/src/drivers/usb/host/r8a66597-hcd.c:300:22: note: byref variable will be forcibly initialized 300 | const unsigned long fifoaddr[] = {D0FIFO, D1FIFO, CFIFO}; | ^~~~~~~~ /kisskb/src/drivers/usb/host/r8a66597-hcd.c: In function 'set_address_zero': /kisskb/src/drivers/usb/host/r8a66597-hcd.c:1842:17: note: byref variable will be forcibly initialized 1842 | u16 root_port, hub_port; | ^~~~~~~~ /kisskb/src/drivers/usb/host/r8a66597-hcd.c:1842:6: note: byref variable will be forcibly initialized 1842 | u16 root_port, hub_port; | ^~~~~~~~~ /kisskb/src/drivers/usb/host/r8a66597-hcd.c: In function 'get_empty_pipenum': /kisskb/src/drivers/usb/host/r8a66597-hcd.c:655:6: note: byref variable will be forcibly initialized 655 | u16 array[R8A66597_MAX_NUM_PIPE], i = 0, min; | ^~~~~ /kisskb/src/drivers/leds/trigger/ledtrig-transient.c: In function 'transient_state_store': /kisskb/src/drivers/leds/trigger/ledtrig-transient.c:135:16: note: byref variable will be forcibly initialized 135 | unsigned long state; | ^~~~~ /kisskb/src/drivers/usb/host/r8a66597-hcd.c: In function 'r8a66597_probe': /kisskb/src/drivers/usb/host/r8a66597-hcd.c:2399:7: note: byref variable will be forcibly initialized 2399 | char clk_name[8]; | ^~~~~~~~ /kisskb/src/drivers/leds/trigger/ledtrig-transient.c: In function 'transient_duration_store': /kisskb/src/drivers/leds/trigger/ledtrig-transient.c:108:16: note: byref variable will be forcibly initialized 108 | unsigned long state; | ^~~~~ /kisskb/src/drivers/leds/trigger/ledtrig-transient.c: In function 'transient_activate_store': /kisskb/src/drivers/leds/trigger/ledtrig-transient.c:57:16: note: byref variable will be forcibly initialized 57 | unsigned long state; | ^~~~~ /kisskb/src/drivers/usb/host/r8a66597-hcd.c: In function 'r8a66597_check_detect_child': /kisskb/src/drivers/usb/host/r8a66597-hcd.c:2090:16: note: byref variable will be forcibly initialized 2090 | unsigned long now_map[4]; | ^~~~~~~ /kisskb/src/drivers/usb/host/r8a66597-hcd.c: In function 'init_pipe_info': /kisskb/src/drivers/usb/host/r8a66597-hcd.c:937:28: note: byref variable will be forcibly initialized 937 | struct r8a66597_pipe_info info; | ^~~~ In file included from /kisskb/src/drivers/usb/host/r8a66597-hcd.c:30: /kisskb/src/drivers/usb/host/r8a66597-hcd.c: In function 'r8a66597_read_fifo': /kisskb/src/drivers/usb/host/r8a66597.h:177:18: note: byref variable will be forcibly initialized 177 | unsigned long tmp = ioread32(fifoaddr); | ^~~ /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-lm3530.c:230:5: note: byref variable will be forcibly initialized 230 | u8 reg_val[LM3530_REG_MAX]; | ^~~~~~~ /kisskb/src/drivers/leds/leds-is31fl319x.c: In function 'is31fl319x_brightness_set': /kisskb/src/drivers/leds/leds-is31fl319x.c:132:16: note: byref variable will be forcibly initialized 132 | unsigned int pwm_value; | ^~~~~~~~~ /kisskb/src/drivers/leds/leds-is31fl319x.c: In function 'is31fl319x_parse_dt': /kisskb/src/drivers/leds/leds-is31fl319x.c:235:7: note: byref variable will be forcibly initialized 235 | u32 reg; | ^~~ /kisskb/src/drivers/leds/leds-lm3533.c: In function 'lm3533_led_get_hw_delay': /kisskb/src/drivers/leds/leds-lm3533.c:209:11: note: byref variable will be forcibly initialized 209 | unsigned t; | ^ /kisskb/src/drivers/leds/leds-lm3533.c: In function 'store_risefalltime': /kisskb/src/drivers/leds/leds-lm3533.c:370:5: note: byref variable will be forcibly initialized 370 | u8 val; | ^~~ /kisskb/src/drivers/leds/leds-lm3533.c: In function 'lm3533_led_delay_set': /kisskb/src/drivers/leds/leds-lm3533.c:246:11: note: byref variable will be forcibly initialized 246 | unsigned t; | ^ /kisskb/src/drivers/leds/leds-lm3533.c: In function 'show_risefalltime': /kisskb/src/drivers/leds/leds-lm3533.c:340:5: note: byref variable will be forcibly initialized 340 | u8 val; | ^~~ /kisskb/src/drivers/leds/leds-lm3533.c: In function 'show_linear': /kisskb/src/drivers/leds/leds-lm3533.c:507:5: note: byref variable will be forcibly initialized 507 | u8 val; | ^~~ /kisskb/src/drivers/leds/leds-lm3533.c: In function 'show_als_en': /kisskb/src/drivers/leds/leds-lm3533.c:458:5: note: byref variable will be forcibly initialized 458 | u8 val; | ^~~ /kisskb/src/drivers/leds/leds-lm3533.c: In function 'show_als_channel': /kisskb/src/drivers/leds/leds-lm3533.c:408:5: note: byref variable will be forcibly initialized 408 | u8 val; | ^~~ /kisskb/src/drivers/leds/leds-lm3533.c: In function 'store_pwm': /kisskb/src/drivers/leds/leds-lm3533.c:576:5: note: byref variable will be forcibly initialized 576 | u8 val; | ^~~ /kisskb/src/drivers/leds/leds-lm3533.c: In function 'show_pwm': /kisskb/src/drivers/leds/leds-lm3533.c:560:5: note: byref variable will be forcibly initialized 560 | u8 val; | ^~~ /kisskb/src/drivers/leds/leds-lm3533.c: In function 'store_linear': /kisskb/src/drivers/leds/leds-lm3533.c:530:16: note: byref variable will be forcibly initialized 530 | unsigned long linear; | ^~~~~~ /kisskb/src/drivers/leds/leds-lm3533.c: In function 'store_als_en': /kisskb/src/drivers/leds/leds-lm3533.c:477:11: note: byref variable will be forcibly initialized 477 | unsigned enable; | ^~~~~~ /kisskb/src/drivers/leds/leds-lm3533.c: In function 'store_als_channel': /kisskb/src/drivers/leds/leds-lm3533.c:427:11: note: byref variable will be forcibly initialized 427 | unsigned channel; | ^~~~~~~ /kisskb/src/drivers/leds/leds-lm3533.c: In function 'lm3533_led_get': /kisskb/src/drivers/leds/leds-lm3533.c:134:5: note: byref variable will be forcibly initialized 134 | u8 val; | ^~~ /kisskb/src/drivers/bluetooth/btsdio.c: In function 'btsdio_rx_packet': /kisskb/src/drivers/bluetooth/btsdio.c:115:5: note: byref variable will be forcibly initialized 115 | u8 hdr[4] __attribute__ ((aligned(4))); | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx22702.c: In function 'cx22702_writereg': /kisskb/src/drivers/media/dvb-frontends/cx22702.c:77:17: note: byref variable will be forcibly initialized 77 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx22702.c:76:5: note: byref variable will be forcibly initialized 76 | u8 buf[] = { reg, data }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx22702.c: In function 'cx22702_readreg': /kisskb/src/drivers/media/dvb-frontends/cx22702.c:98:17: note: byref variable will be forcibly initialized 98 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx22702.c:96:5: note: byref variable will be forcibly initialized 96 | u8 data; | ^~~~ /kisskb/src/drivers/bluetooth/btusb.c: In function 'btusb_set_bdaddr_ath3012': /kisskb/src/drivers/bluetooth/btusb.c:3141:5: note: byref variable will be forcibly initialized 3141 | u8 buf[10]; | ^~~ /kisskb/src/drivers/bluetooth/btusb.c: In function 'btusb_set_bdaddr_marvell': /kisskb/src/drivers/bluetooth/btusb.c:3118:5: note: byref variable will be forcibly initialized 3118 | u8 buf[8]; | ^~~ /kisskb/src/drivers/bluetooth/btusb.c: In function 'btusb_setup_bcm92035': /kisskb/src/drivers/bluetooth/btusb.c:1832:5: note: byref variable will be forcibly initialized 1832 | u8 val = 0x00; | ^~~ /kisskb/src/drivers/bluetooth/btusb.c: In function 'btusb_set_bdaddr_wcn6855': /kisskb/src/drivers/bluetooth/btusb.c:3165:5: note: byref variable will be forcibly initialized 3165 | u8 buf[6]; | ^~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/leds/leds-lm3532.c:6: /kisskb/src/drivers/leds/leds-lm3532.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/drivers/bluetooth/btusb.c: In function 'btusb_setup_qca_download_fw': /kisskb/src/drivers/bluetooth/btusb.c:3262:12: note: byref variable will be forcibly initialized 3262 | int pipe, len, err; | ^~~ /kisskb/src/drivers/bluetooth/btusb.c: In function 'btusb_setup_qca_load_rampatch': /kisskb/src/drivers/bluetooth/btusb.c:3332:7: note: byref variable will be forcibly initialized 3332 | char fwname[64]; | ^~~~~~ /kisskb/src/drivers/bluetooth/btusb.c:3329:25: note: byref variable will be forcibly initialized 3329 | const struct firmware *fw; | ^~ /kisskb/src/drivers/bluetooth/btusb.c: In function 'btusb_setup_qca_load_nvm': /kisskb/src/drivers/bluetooth/btusb.c:3383:7: note: byref variable will be forcibly initialized 3383 | char fwname[64]; | ^~~~~~ /kisskb/src/drivers/bluetooth/btusb.c:3382:25: note: byref variable will be forcibly initialized 3382 | const struct firmware *fw; | ^~ /kisskb/src/drivers/leds/leds-lm3532.c: In function 'lm3532_parse_als': /kisskb/src/drivers/leds/leds-lm3532.c:487:6: note: byref variable will be forcibly initialized 487 | int als_impedance; | ^~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-lm3532.c:486:6: note: byref variable will be forcibly initialized 486 | int als_avg_time; | ^~~~~~~~~~~~ /kisskb/src/drivers/bluetooth/btusb.c: In function 'btusb_setup_qca': /kisskb/src/drivers/bluetooth/btusb.c:3436:5: note: byref variable will be forcibly initialized 3436 | u8 status; | ^~~~~~ /kisskb/src/drivers/leds/leds-lm3532.c: In function 'lm3532_parse_node': /kisskb/src/drivers/bluetooth/btusb.c:3434:21: note: byref variable will be forcibly initialized 3434 | struct qca_version ver; | ^~~ /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/leds/leds-lm3532.c:550:6: note: byref variable will be forcibly initialized 550 | u32 ramp_time; | ^~~~~~~~~ /kisskb/src/drivers/leds/leds-lm3532.c:549:6: note: byref variable will be forcibly initialized 549 | int control_bank; | ^~~~~~~~~~~~ /kisskb/src/drivers/bluetooth/btusb.c: In function 'btusb_qca_need_patch': /kisskb/src/drivers/bluetooth/btusb.c:3420:21: note: byref variable will be forcibly initialized 3420 | struct qca_version ver; | ^~~ /kisskb/src/drivers/bluetooth/btusb.c: In function 'marvell_config_oob_wake': /kisskb/src/drivers/bluetooth/btusb.c:3079:5: note: byref variable will be forcibly initialized 3079 | u8 cmd[5]; | ^~~ /kisskb/src/drivers/bluetooth/btusb.c:3077:11: note: byref variable will be forcibly initialized 3077 | u16 pin, gap, opcode; | ^~~ /kisskb/src/drivers/bluetooth/btusb.c:3077:6: note: byref variable will be forcibly initialized 3077 | u16 pin, gap, opcode; | ^~~ /kisskb/src/drivers/bluetooth/btintel.c: In function 'btintel_exit_mfg': /kisskb/src/drivers/bluetooth/btintel.c:93:5: note: byref variable will be forcibly initialized 93 | u8 param[] = { 0x00, 0x00 }; | ^~~~~ /kisskb/src/drivers/bluetooth/btintel.c: In function 'btintel_set_event_mask': /kisskb/src/drivers/bluetooth/btintel.c:136:5: note: byref variable will be forcibly initialized 136 | u8 mask[8] = { 0x87, 0x0c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; | ^~~~ /kisskb/src/drivers/bluetooth/btintel.c: In function 'btintel_set_diag': /kisskb/src/drivers/bluetooth/btintel.c:157:5: note: byref variable will be forcibly initialized 157 | u8 param[3]; | ^~~~~ /kisskb/src/drivers/bluetooth/btintel.c: In function 'btintel_send_intel_reset': /kisskb/src/drivers/bluetooth/btintel.c:835:21: note: byref variable will be forcibly initialized 835 | struct intel_reset params = { 0x00, 0x01, 0x00, 0x01, 0x00000000 }; | ^~~~~~ /kisskb/src/drivers/bluetooth/btintel.c: In function 'btintel_hw_error': /kisskb/src/drivers/bluetooth/btintel.c:224:5: note: byref variable will be forcibly initialized 224 | u8 type = 0x00; | ^~~~ /kisskb/src/drivers/bluetooth/btintel.c: In function 'btintel_check_bdaddr': /kisskb/src/drivers/bluetooth/btintel.c:21:35: note: byref variable will be forcibly initialized 21 | #define BDADDR_INTEL (&(bdaddr_t){{0x00, 0x8b, 0x9e, 0x19, 0x03, 0x00}}) | ^ /kisskb/src/drivers/bluetooth/btintel.c:62:27: note: in expansion of macro 'BDADDR_INTEL' 62 | if (!bacmp(&bda->bdaddr, BDADDR_INTEL)) { | ^~~~~~~~~~~~ /kisskb/src/drivers/bluetooth/btintel.c: In function 'btintel_load_ddc_config': /kisskb/src/drivers/bluetooth/btintel.c:342:25: note: byref variable will be forcibly initialized 342 | const struct firmware *fw; | ^~ /kisskb/src/drivers/bluetooth/btintel.c: In function 'btintel_secure_send': /kisskb/src/drivers/bluetooth/btintel.c:321:6: note: byref variable will be forcibly initialized 321 | u8 cmd_param[253], fragment_len = (plen > 252) ? 252 : plen; | ^~~~~~~~~ /kisskb/src/drivers/bluetooth/btintel.c: In function 'btintel_read_debug_features': /kisskb/src/drivers/bluetooth/btintel.c:1253:5: note: byref variable will be forcibly initialized 1253 | u8 page_no = 1; | ^~~~~~~ /kisskb/src/drivers/bluetooth/btintel.c: In function 'regmap_ibt_read': /kisskb/src/drivers/bluetooth/btintel.c:667:27: note: byref variable will be forcibly initialized 667 | struct ibt_cp_reg_access cp; | ^~ /kisskb/src/drivers/bluetooth/btintel.c: In function 'btintel_set_debug_features': /kisskb/src/drivers/bluetooth/btintel.c:1286:5: note: byref variable will be forcibly initialized 1286 | u8 trace_enable = 0x02; | ^~~~~~~~~~~~ /kisskb/src/drivers/bluetooth/btintel.c:1285:5: note: byref variable will be forcibly initialized 1285 | u8 period[5] = { 0x04, 0x91, 0x02, 0x05, 0x00 }; | ^~~~~~ /kisskb/src/drivers/bluetooth/btintel.c:1283:5: note: byref variable will be forcibly initialized 1283 | u8 mask[11] = { 0x0a, 0x92, 0x02, 0x7f, 0x00, 0x00, 0x00, 0x00, | ^~~~ /kisskb/src/drivers/bluetooth/btintel.c: In function 'btintel_reset_debug_features': /kisskb/src/drivers/bluetooth/btintel.c:1334:5: note: byref variable will be forcibly initialized 1334 | u8 trace_enable = 0x00; | ^~~~~~~~~~~~ /kisskb/src/drivers/bluetooth/btintel.c:1332:5: note: byref variable will be forcibly initialized 1332 | u8 mask[11] = { 0x0a, 0x92, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, | ^~~~ /kisskb/src/drivers/bluetooth/btintel.c: In function 'btintel_set_quality_report': /kisskb/src/drivers/bluetooth/btintel.c:1372:30: note: byref variable will be forcibly initialized 1372 | struct intel_debug_features features; | ^~~~~~~~ /kisskb/src/drivers/bluetooth/btintel.c: In function 'btintel_legacy_rom_get_fw': /kisskb/src/drivers/bluetooth/btintel.c:1398:7: note: byref variable will be forcibly initialized 1398 | char fwname[64]; | ^~~~~~ /kisskb/src/drivers/bluetooth/btintel.c:1397:25: note: byref variable will be forcibly initialized 1397 | const struct firmware *fw; | ^~ /kisskb/src/drivers/bluetooth/btintel.c: In function 'btintel_legacy_rom_setup': /kisskb/src/drivers/bluetooth/btintel.c:1555:23: note: byref variable will be forcibly initialized 1555 | struct intel_version new_ver; | ^~~~~~~ /kisskb/src/drivers/bluetooth/btintel.c:1554:6: note: byref variable will be forcibly initialized 1554 | int disable_patch, err; | ^~~~~~~~~~~~~ /kisskb/src/drivers/bluetooth/btintel.c:1553:12: note: byref variable will be forcibly initialized 1553 | const u8 *fw_ptr; | ^~~~~~ /kisskb/src/drivers/bluetooth/btintel.c: In function 'btintel_read_version_tlv': /kisskb/src/drivers/bluetooth/btintel.c:613:11: note: byref variable will be forcibly initialized 613 | const u8 param[1] = { 0xFF }; | ^~~~~ /kisskb/src/drivers/bluetooth/btintel.c: In function 'btintel_reset_to_bootloader': /kisskb/src/drivers/bluetooth/btintel.c:1207:21: note: byref variable will be forcibly initialized 1207 | struct intel_reset params; | ^~~~~~ In file included from /kisskb/src/drivers/bluetooth/btintel.c:14: /kisskb/src/drivers/bluetooth/btintel.c: In function 'btintel_download_fw': /kisskb/src/include/net/bluetooth/bluetooth.h:294:34: note: byref variable will be forcibly initialized 294 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/drivers/bluetooth/btintel.c:1869:34: note: in expansion of macro 'BDADDR_ANY' 1869 | if (!bacmp(¶ms->otp_bdaddr, BDADDR_ANY)) { | ^~~~~~~~~~ /kisskb/src/drivers/bluetooth/btintel.c:1812:7: note: byref variable will be forcibly initialized 1812 | char fwname[64]; | ^~~~~~ /kisskb/src/drivers/bluetooth/btintel.c:1811:25: note: byref variable will be forcibly initialized 1811 | const struct firmware *fw; | ^~ /kisskb/src/drivers/bluetooth/btintel.c: In function 'btintel_bootloader_setup': /kisskb/src/drivers/bluetooth/btintel.c:1977:7: note: byref variable will be forcibly initialized 1977 | char ddcname[64]; | ^~~~~~~ /kisskb/src/drivers/bluetooth/btintel.c:1976:6: note: byref variable will be forcibly initialized 1976 | u32 boot_param; | ^~~~~~~~~~ /kisskb/src/drivers/bluetooth/btintel.c:1975:27: note: byref variable will be forcibly initialized 1975 | struct intel_boot_params params; | ^~~~~~ /kisskb/src/drivers/bluetooth/btintel.c:1974:23: note: byref variable will be forcibly initialized 1974 | struct intel_version new_ver; | ^~~~~~~ In file included from /kisskb/src/drivers/bluetooth/btintel.c:14: /kisskb/src/drivers/bluetooth/btintel.c: In function 'btintel_prepare_fw_download_tlv': /kisskb/src/include/net/bluetooth/bluetooth.h:294:34: note: byref variable will be forcibly initialized 294 | #define BDADDR_ANY (&(bdaddr_t) {{0, 0, 0, 0, 0, 0}}) | ^ /kisskb/src/drivers/bluetooth/btintel.c:2089:32: note: in expansion of macro 'BDADDR_ANY' 2089 | if (!bacmp(&ver->otp_bd_addr, BDADDR_ANY)) { | ^~~~~~~~~~ /kisskb/src/drivers/bluetooth/btintel.c:2061:7: note: byref variable will be forcibly initialized 2061 | char fwname[64]; | ^~~~~~ /kisskb/src/drivers/bluetooth/btintel.c:2060:25: note: byref variable will be forcibly initialized 2060 | const struct firmware *fw; | ^~ /kisskb/src/drivers/bluetooth/btintel.c: In function 'btintel_bootloader_setup_tlv': /kisskb/src/drivers/bluetooth/btintel.c:2257:27: note: byref variable will be forcibly initialized 2257 | struct intel_version_tlv new_ver; | ^~~~~~~ /kisskb/src/drivers/bluetooth/btintel.c:2255:7: note: byref variable will be forcibly initialized 2255 | char ddcname[64]; | ^~~~~~~ /kisskb/src/drivers/bluetooth/btintel.c:2254:6: note: byref variable will be forcibly initialized 2254 | u32 boot_param; | ^~~~~~~~~~ /kisskb/src/drivers/bluetooth/btintel.c: In function 'btintel_setup_combined': /kisskb/src/drivers/bluetooth/btintel.c:2343:27: note: byref variable will be forcibly initialized 2343 | struct intel_version_tlv ver_tlv; | ^~~~~~~ /kisskb/src/drivers/bluetooth/btintel.c:2342:23: note: byref variable will be forcibly initialized 2342 | struct intel_version ver; | ^~~ /kisskb/src/drivers/bluetooth/btintel.c:2341:11: note: byref variable will be forcibly initialized 2341 | const u8 param[1] = { 0xFF }; | ^~~~~ /kisskb/src/drivers/mmc/host/sdhci-pci-o2micro.c: In function 'o2_pci_set_baseclk': /kisskb/src/drivers/mmc/host/sdhci-pci-o2micro.c:156:6: note: byref variable will be forcibly initialized 156 | u32 scratch_32; | ^~~~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci-pci-o2micro.c: In function 'o2_pci_led_enable': /kisskb/src/drivers/mmc/host/sdhci-pci-o2micro.c:377:6: note: byref variable will be forcibly initialized 377 | u32 scratch_32; | ^~~~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci-pci-o2micro.c: In function 'sdhci_pci_o2_fujin2_pci_init': /kisskb/src/drivers/mmc/host/sdhci-pci-o2micro.c:401:6: note: byref variable will be forcibly initialized 401 | u32 scratch_32; | ^~~~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci-pci-o2micro.c: In function 'sdhci_pci_o2_probe': /kisskb/src/drivers/mmc/host/sdhci-pci-o2micro.c:636:6: note: byref variable will be forcibly initialized 636 | u32 scratch_32; | ^~~~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci-pci-o2micro.c:635:5: note: byref variable will be forcibly initialized 635 | u8 scratch; | ^~~~~~~ /kisskb/src/drivers/mmc/host/sdhci-pci-o2micro.c: In function 'sdhci_pci_o2_set_clock': /kisskb/src/drivers/mmc/host/sdhci-pci-o2micro.c:525:6: note: byref variable will be forcibly initialized 525 | u32 scratch_32; | ^~~~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci-pci-o2micro.c:524:5: note: byref variable will be forcibly initialized 524 | u8 scratch; | ^~~~~~~ /kisskb/src/drivers/mmc/host/sdhci-pci-o2micro.c: In function 'sdhci_o2_dll_recovery': /kisskb/src/drivers/mmc/host/sdhci-pci-o2micro.c:235:6: note: byref variable will be forcibly initialized 235 | u32 scratch_32 = 0; | ^~~~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci-pci-o2micro.c:234:5: note: byref variable will be forcibly initialized 234 | u8 scratch_8 = 0; | ^~~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci-pci-o2micro.c: In function 'sdhci_pci_o2_probe_slot': /kisskb/src/drivers/mmc/host/sdhci-pci-o2micro.c:562:6: note: byref variable will be forcibly initialized 562 | u32 reg, caps; | ^~~ /kisskb/src/drivers/leds/trigger/ledtrig-timer.c: In function 'led_delay_off_store': /kisskb/src/drivers/leds/trigger/ledtrig-timer.c:55:16: note: byref variable will be forcibly initialized 55 | unsigned long state; | ^~~~~ /kisskb/src/drivers/leds/trigger/ledtrig-timer.c: In function 'led_delay_on_store': /kisskb/src/drivers/leds/trigger/ledtrig-timer.c:30:16: note: byref variable will be forcibly initialized 30 | unsigned long state; | ^~~~~ /kisskb/src/drivers/leds/trigger/ledtrig-timer.c: In function 'pattern_init': /kisskb/src/drivers/leds/trigger/ledtrig-timer.c:81:15: note: byref variable will be forcibly initialized 81 | unsigned int size = 0; | ^~~~ /kisskb/src/drivers/bluetooth/btmtksdio.c: In function 'btmtksdio_runtime_resume': /kisskb/src/drivers/bluetooth/btmtksdio.c:1066:6: note: byref variable will be forcibly initialized 1066 | int err; | ^~~ /kisskb/src/drivers/bluetooth/btmtksdio.c: In function 'btmtksdio_runtime_suspend': /kisskb/src/drivers/bluetooth/btmtksdio.c:1039:6: note: byref variable will be forcibly initialized 1039 | int err; | ^~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'i2c_write': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:191:17: note: byref variable will be forcibly initialized 191 | struct i2c_msg msg = {.addr = adr, .flags = 0, .buf = data, .len = len }; | ^~~ /kisskb/src/drivers/bluetooth/btmtksdio.c: In function 'mtk_hci_wmt_sync': /kisskb/src/drivers/bluetooth/btmtksdio.c:177:25: note: byref variable will be forcibly initialized 177 | struct mtk_hci_wmt_cmd wc; | ^~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'Write16': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:258:5: note: byref variable will be forcibly initialized 258 | u8 mm[6] = { reg & 0xff, (reg >> 16) & 0xff, | ^~ /kisskb/src/drivers/bluetooth/btmtksdio.c: In function 'btmtksdio_func_query': /kisskb/src/drivers/bluetooth/btmtksdio.c:663:5: note: byref variable will be forcibly initialized 663 | u8 param = 0; | ^~~~~ /kisskb/src/drivers/bluetooth/btmtksdio.c:662:6: note: byref variable will be forcibly initialized 662 | int status, err; | ^~~~~~ /kisskb/src/drivers/bluetooth/btmtksdio.c:661:30: note: byref variable will be forcibly initialized 661 | struct btmtk_hci_wmt_params wmt_params; | ^~~~~~~~~~ /kisskb/src/drivers/bluetooth/btmtksdio.c: In function 'mtk_setup_firmware': /kisskb/src/drivers/bluetooth/btmtksdio.c:688:11: note: byref variable will be forcibly initialized 688 | u8 flag, param; | ^~~~~ /kisskb/src/drivers/bluetooth/btmtksdio.c:684:25: note: byref variable will be forcibly initialized 684 | const struct firmware *fw; | ^~ /kisskb/src/drivers/bluetooth/btmtksdio.c:683:30: note: byref variable will be forcibly initialized 683 | struct btmtk_hci_wmt_params wmt_params; | ^~~~~~~~~~ /kisskb/src/drivers/bluetooth/btmtksdio.c: In function 'btmtksdio_setup': /kisskb/src/drivers/bluetooth/btmtksdio.c:780:5: note: byref variable will be forcibly initialized 780 | u8 param = 0x1; | ^~~~~ /kisskb/src/drivers/bluetooth/btmtksdio.c:779:11: note: byref variable will be forcibly initialized 779 | int err, status; | ^~~~~~ /kisskb/src/drivers/bluetooth/btmtksdio.c:776:25: note: byref variable will be forcibly initialized 776 | struct btmtk_tci_sleep tci_sleep; | ^~~~~~~~~ /kisskb/src/drivers/bluetooth/btmtksdio.c:774:30: note: byref variable will be forcibly initialized 774 | struct btmtk_hci_wmt_params wmt_params; | ^~~~~~~~~~ /kisskb/src/drivers/bluetooth/btmtksdio.c: In function 'btmtksdio_open': /kisskb/src/drivers/bluetooth/btmtksdio.c:542:6: note: byref variable will be forcibly initialized 542 | int err; | ^~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'Write32': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:271:5: note: byref variable will be forcibly initialized 271 | u8 mm[8] = { reg & 0xff, (reg >> 16) & 0xff, | ^~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'i2c_read': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:201:17: note: byref variable will be forcibly initialized 201 | struct i2c_msg msgs[2] = { | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'Read32': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:245:5: note: byref variable will be forcibly initialized 245 | u8 mm2[4]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:242:5: note: byref variable will be forcibly initialized 242 | u8 mm1[4] = { reg & 0xff, (reg >> 16) & 0xff, | ^~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'CorrectSysClockDeviation': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:1586:6: note: byref variable will be forcibly initialized 1586 | s32 nomincr = 0; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:1585:6: note: byref variable will be forcibly initialized 1585 | s32 incr = 0; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'Read16': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:231:5: note: byref variable will be forcibly initialized 231 | u8 mm2[2]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:228:5: note: byref variable will be forcibly initialized 228 | u8 mm1[4] = { reg & 0xff, (reg >> 16) & 0xff, | ^~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'ReadIFAgc': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:856:7: note: byref variable will be forcibly initialized 856 | u16 Value; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'drxd_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:2766:6: note: byref variable will be forcibly initialized 2766 | u32 value; | ^~~~~ /kisskb/src/drivers/bluetooth/btmtksdio.c: In function 'btmtksdio_shutdown': /kisskb/src/drivers/bluetooth/btmtksdio.c:885:5: note: byref variable will be forcibly initialized 885 | u8 param = 0x0; | ^~~~~ /kisskb/src/drivers/bluetooth/btmtksdio.c:884:30: note: byref variable will be forcibly initialized 884 | struct btmtk_hci_wmt_params wmt_params; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'DRX_GetLockStatus': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:517:6: note: byref variable will be forcibly initialized 517 | u16 ScRaRamLock = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'drxd_read_status': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:2780:6: note: byref variable will be forcibly initialized 2780 | u32 lock; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'SetCfgIfAgc': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:588:8: note: byref variable will be forcibly initialized 588 | u16 FeAgRegAgModeLop; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:563:8: note: byref variable will be forcibly initialized 563 | u16 FeAgRegAgModeLop; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'SetCfgRfAgc': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:833:9: note: byref variable will be forcibly initialized 833 | u16 FeAgRegAgAgcSio = 0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:807:7: note: byref variable will be forcibly initialized 807 | u16 AgModeLop = 0; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:792:9: note: byref variable will be forcibly initialized 792 | u16 FeAgRegAgAgcSio = 0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:755:7: note: byref variable will be forcibly initialized 755 | u16 AgModeLop = 0; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:740:9: note: byref variable will be forcibly initialized 740 | u16 FeAgRegAgAgcSio = 0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:707:8: note: byref variable will be forcibly initialized 707 | u16 AgModeLop = 0; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'SetCfgNoiseCalibration': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:1864:6: note: byref variable will be forcibly initialized 1864 | u16 beOptEna; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'SC_SendCommand': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:1306:6: note: byref variable will be forcibly initialized 1306 | u16 errCode; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'SC_ProcStartCommand': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:1328:6: note: byref variable will be forcibly initialized 1328 | u16 scExec; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'StartDiversity': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:1785:6: note: byref variable will be forcibly initialized 1785 | u16 rcControl; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'DRX_Start': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:2337:8: note: byref variable will be forcibly initialized 2337 | u16 sc_config; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'SetCfgPga': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:1179:6: note: byref variable will be forcibly initialized 1179 | u16 AgModeHip = 0; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:1178:6: note: byref variable will be forcibly initialized 1178 | u16 AgModeLop = 0; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'StopOC': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:401:6: note: byref variable will be forcibly initialized 401 | u16 dtoIncHip = 0; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:400:6: note: byref variable will be forcibly initialized 400 | u16 dtoIncLop = 0; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:398:6: note: byref variable will be forcibly initialized 398 | u16 ocSyncLvl = 0; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'DRX_Stop': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:1682:8: note: byref variable will be forcibly initialized 1682 | u32 lock; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'load_firmware': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:892:25: note: byref variable will be forcibly initialized 892 | const struct firmware *fw; | ^~ /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c: In function 'SetDeviceTypeId': /kisskb/src/drivers/media/dvb-frontends/drxd_hard.c:1491:6: note: byref variable will be forcibly initialized 1491 | u16 deviceId = 0; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda10023.c: In function 'lock_tuner': /kisskb/src/drivers/media/dvb-frontends/tda10023.c:120:17: note: byref variable will be forcibly initialized 120 | struct i2c_msg msg = {.addr=state->config->demod_address, .flags=0, .buf=buf, .len=2}; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda10023.c:119:5: note: byref variable will be forcibly initialized 119 | u8 buf[2] = { 0x0f, 0xc0 }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda10023.c: In function 'unlock_tuner': /kisskb/src/drivers/media/dvb-frontends/tda10023.c:134:17: note: byref variable will be forcibly initialized 134 | struct i2c_msg msg_post={.addr=state->config->demod_address, .flags=0, .buf=buf, .len=2}; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda10023.c:133:5: note: byref variable will be forcibly initialized 133 | u8 buf[2] = { 0x0f, 0x40 }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda10023.c: In function 'tda10023_writereg': /kisskb/src/drivers/media/dvb-frontends/tda10023.c:72:17: note: byref variable will be forcibly initialized 72 | struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = buf, .len = 2 }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda10023.c:71:5: note: byref variable will be forcibly initialized 71 | u8 buf[] = { reg, data }; | ^~~ /kisskb/src/drivers/leds/trigger/ledtrig-gpio.c: In function 'gpio_trig_brightness_store': /kisskb/src/drivers/leds/trigger/ledtrig-gpio.c:60:11: note: byref variable will be forcibly initialized 60 | unsigned desired_brightness; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda10023.c: In function 'tda10023_readreg': /kisskb/src/drivers/media/dvb-frontends/tda10023.c:56:17: note: byref variable will be forcibly initialized 56 | struct i2c_msg msg [] = { { .addr = state->config->demod_address, .flags = 0, .buf = b0, .len = 1 }, | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda10023.c:55:5: note: byref variable will be forcibly initialized 55 | u8 b1 [] = { 0 }; | ^~ /kisskb/src/drivers/media/dvb-frontends/tda10023.c:54:5: note: byref variable will be forcibly initialized 54 | u8 b0 [] = { reg }; | ^~ /kisskb/src/drivers/leds/trigger/ledtrig-gpio.c: In function 'gpio_trig_gpio_store': /kisskb/src/drivers/leds/trigger/ledtrig-gpio.c:123:11: note: byref variable will be forcibly initialized 123 | unsigned gpio; | ^~~~ /kisskb/src/drivers/leds/trigger/ledtrig-gpio.c: In function 'gpio_trig_inverted_store': /kisskb/src/drivers/leds/trigger/ledtrig-gpio.c:89:16: note: byref variable will be forcibly initialized 89 | unsigned long inverted; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda10023.c: In function 'tda10023_init': /kisskb/src/drivers/media/dvb-frontends/tda10023.c:220:5: note: byref variable will be forcibly initialized 220 | u8 tda10023_inittab[] = { | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/firmware/google/vpd_decode.c: In function 'vpd_decode_entry': /kisskb/src/drivers/firmware/google/vpd_decode.c:39:6: note: byref variable will be forcibly initialized 39 | u32 decoded_len; | ^~~~~~~~~~~ /kisskb/src/drivers/firmware/google/vpd_decode.c: In function 'vpd_decode_string': /kisskb/src/drivers/firmware/google/vpd_decode.c:67:12: note: byref variable will be forcibly initialized 67 | const u8 *value; | ^~~~~ /kisskb/src/drivers/firmware/google/vpd_decode.c:66:12: note: byref variable will be forcibly initialized 66 | const u8 *key; | ^~~ /kisskb/src/drivers/firmware/google/vpd_decode.c:65:6: note: byref variable will be forcibly initialized 65 | u32 value_len; | ^~~~~~~~~ /kisskb/src/drivers/firmware/google/vpd_decode.c:64:6: note: byref variable will be forcibly initialized 64 | u32 key_len; | ^~~~~~~ /kisskb/src/drivers/leds/trigger/ledtrig-backlight.c: In function 'bl_trig_invert_store': /kisskb/src/drivers/leds/trigger/ledtrig-backlight.c:73:16: note: byref variable will be forcibly initialized 73 | unsigned long invert; | ^~~~~~ /kisskb/src/drivers/bluetooth/btbcm.c: In function 'btbcm_check_bdaddr': /kisskb/src/drivers/bluetooth/btbcm.c:28:39: note: byref variable will be forcibly initialized 28 | #define BDADDR_BCM43341B (&(bdaddr_t) {{0xac, 0x1f, 0x00, 0x1b, 0x34, 0x43}}) | ^ /kisskb/src/drivers/bluetooth/btbcm.c:87:27: note: in expansion of macro 'BDADDR_BCM43341B' 87 | !bacmp(&bda->bdaddr, BDADDR_BCM43341B)) { | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/bluetooth/btbcm.c:23:40: note: byref variable will be forcibly initialized 23 | #define BDADDR_BCM43430A0 (&(bdaddr_t) {{0xac, 0x1f, 0x12, 0xa0, 0x43, 0x43}}) | ^ /kisskb/src/drivers/bluetooth/btbcm.c:86:27: note: in expansion of macro 'BDADDR_BCM43430A0' 86 | !bacmp(&bda->bdaddr, BDADDR_BCM43430A0) || | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bluetooth/btbcm.c:27:39: note: byref variable will be forcibly initialized 27 | #define BDADDR_BCM4345C5 (&(bdaddr_t) {{0xac, 0x1f, 0x00, 0xc5, 0x45, 0x43}}) | ^ /kisskb/src/drivers/bluetooth/btbcm.c:85:27: note: in expansion of macro 'BDADDR_BCM4345C5' 85 | !bacmp(&bda->bdaddr, BDADDR_BCM4345C5) || | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/bluetooth/btbcm.c:26:39: note: byref variable will be forcibly initialized 26 | #define BDADDR_BCM4334B0 (&(bdaddr_t) {{0x00, 0x00, 0x00, 0xb0, 0x34, 0x43}}) | ^ /kisskb/src/drivers/bluetooth/btbcm.c:84:27: note: in expansion of macro 'BDADDR_BCM4334B0' 84 | !bacmp(&bda->bdaddr, BDADDR_BCM4334B0) || | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/bluetooth/btbcm.c:25:39: note: byref variable will be forcibly initialized 25 | #define BDADDR_BCM4330B1 (&(bdaddr_t) {{0x00, 0x00, 0x00, 0xb1, 0x30, 0x43}}) | ^ /kisskb/src/drivers/bluetooth/btbcm.c:83:27: note: in expansion of macro 'BDADDR_BCM4330B1' 83 | !bacmp(&bda->bdaddr, BDADDR_BCM4330B1) || | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/bluetooth/btbcm.c:24:39: note: byref variable will be forcibly initialized 24 | #define BDADDR_BCM4324B3 (&(bdaddr_t) {{0x00, 0x00, 0x00, 0xb3, 0x24, 0x43}}) | ^ /kisskb/src/drivers/bluetooth/btbcm.c:82:27: note: in expansion of macro 'BDADDR_BCM4324B3' 82 | !bacmp(&bda->bdaddr, BDADDR_BCM4324B3) || | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/bluetooth/btbcm.c:22:39: note: byref variable will be forcibly initialized 22 | #define BDADDR_BCM2076B1 (&(bdaddr_t) {{0x79, 0x56, 0x00, 0xa0, 0x76, 0x20}}) | ^ /kisskb/src/drivers/bluetooth/btbcm.c:81:27: note: in expansion of macro 'BDADDR_BCM2076B1' 81 | !bacmp(&bda->bdaddr, BDADDR_BCM2076B1) || | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/bluetooth/btbcm.c:21:40: note: byref variable will be forcibly initialized 21 | #define BDADDR_BCM20702A1 (&(bdaddr_t) {{0x00, 0x00, 0xa0, 0x02, 0x70, 0x20}}) | ^ /kisskb/src/drivers/bluetooth/btbcm.c:80:27: note: in expansion of macro 'BDADDR_BCM20702A1' 80 | !bacmp(&bda->bdaddr, BDADDR_BCM20702A1) || | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bluetooth/btbcm.c:20:40: note: byref variable will be forcibly initialized 20 | #define BDADDR_BCM20702A0 (&(bdaddr_t) {{0x00, 0xa0, 0x02, 0x70, 0x20, 0x00}}) | ^ /kisskb/src/drivers/bluetooth/btbcm.c:79:27: note: in expansion of macro 'BDADDR_BCM20702A0' 79 | if (!bacmp(&bda->bdaddr, BDADDR_BCM20702A0) || | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/bluetooth/btbcm.c: In function 'btbcm_initialize': /kisskb/src/drivers/bluetooth/btbcm.c:438:25: note: byref variable will be forcibly initialized 438 | const struct firmware *fw; | ^~ /kisskb/src/drivers/bluetooth/btbcm.c:435:7: note: byref variable will be forcibly initialized 435 | char postfix[16] = ""; | ^~~~~~~ /kisskb/src/drivers/crypto/ccree/cc_driver.c: In function '__dump_byte_array': /kisskb/src/drivers/crypto/ccree/cc_driver.c:171:7: note: byref variable will be forcibly initialized 171 | char prefix[64]; | ^~~~~~ /kisskb/src/drivers/bluetooth/btbcm.c: In function 'btbcm_setup_patchram': /kisskb/src/drivers/bluetooth/btbcm.c:558:7: note: byref variable will be forcibly initialized 558 | bool fw_load_done = false; | ^~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-lm355x.c: In function 'pattern_store': /kisskb/src/drivers/leds/leds-lm355x.c:360:15: note: byref variable will be forcibly initialized 360 | unsigned int state; | ^~~~~ /kisskb/src/drivers/bluetooth/btmtkuart.c: In function 'mtk_hci_wmt_sync': /kisskb/src/drivers/bluetooth/btmtkuart.c:156:25: note: byref variable will be forcibly initialized 156 | struct mtk_hci_wmt_cmd wc; | ^~ /kisskb/src/drivers/bluetooth/btmtkuart.c: In function 'btmtkuart_shutdown': /kisskb/src/drivers/bluetooth/btmtkuart.c:845:5: note: byref variable will be forcibly initialized 845 | u8 param = 0x0; | ^~~~~ /kisskb/src/drivers/bluetooth/btmtkuart.c:844:30: note: byref variable will be forcibly initialized 844 | struct btmtk_hci_wmt_params wmt_params; | ^~~~~~~~~~ /kisskb/src/drivers/bluetooth/btmtkuart.c: In function 'btmtkuart_func_query': /kisskb/src/drivers/bluetooth/btmtkuart.c:645:5: note: byref variable will be forcibly initialized 645 | u8 param = 0; | ^~~~~ /kisskb/src/drivers/bluetooth/btmtkuart.c:644:6: note: byref variable will be forcibly initialized 644 | int status, err; | ^~~~~~ /kisskb/src/drivers/bluetooth/btmtkuart.c:643:30: note: byref variable will be forcibly initialized 643 | struct btmtk_hci_wmt_params wmt_params; | ^~~~~~~~~~ /kisskb/src/drivers/bluetooth/btmtkuart.c: In function 'btmtkuart_change_baudrate': /kisskb/src/drivers/bluetooth/btmtkuart.c:668:5: note: byref variable will be forcibly initialized 668 | u8 param; | ^~~~~ /kisskb/src/drivers/bluetooth/btmtkuart.c:667:9: note: byref variable will be forcibly initialized 667 | __le32 baudrate; | ^~~~~~~~ /kisskb/src/drivers/bluetooth/btmtkuart.c:666:30: note: byref variable will be forcibly initialized 666 | struct btmtk_hci_wmt_params wmt_params; | ^~~~~~~~~~ /kisskb/src/drivers/bluetooth/btmtkuart.c: In function 'mtk_setup_firmware': /kisskb/src/drivers/bluetooth/btmtkuart.c:245:25: note: byref variable will be forcibly initialized 245 | const struct firmware *fw; | ^~ /kisskb/src/drivers/bluetooth/btmtkuart.c:244:30: note: byref variable will be forcibly initialized 244 | struct btmtk_hci_wmt_params wmt_params; | ^~~~~~~~~~ /kisskb/src/drivers/bluetooth/btmtkuart.c: In function 'btmtkuart_setup': /kisskb/src/drivers/bluetooth/btmtkuart.c:736:5: note: byref variable will be forcibly initialized 736 | u8 param = 0x1; | ^~~~~ /kisskb/src/drivers/bluetooth/btmtkuart.c:735:11: note: byref variable will be forcibly initialized 735 | int err, status; | ^~~~~~ /kisskb/src/drivers/bluetooth/btmtkuart.c:732:25: note: byref variable will be forcibly initialized 732 | struct btmtk_tci_sleep tci_sleep; | ^~~~~~~~~ /kisskb/src/drivers/bluetooth/btmtkuart.c:730:30: note: byref variable will be forcibly initialized 730 | struct btmtk_hci_wmt_params wmt_params; | ^~~~~~~~~~ /kisskb/src/drivers/leds/leds-lt3593.c: In function 'lt3593_led_probe': /kisskb/src/drivers/leds/leds-lt3593.c:70:14: note: byref variable will be forcibly initialized 70 | const char *tmp; | ^~~ /kisskb/src/drivers/bluetooth/btmtkuart.c: In function 'btmtkuart_recv': /kisskb/src/drivers/bluetooth/btmtkuart.c:478:23: note: byref variable will be forcibly initialized 478 | int sz_left = count, sz_h4, adv; | ^~~~~ /kisskb/src/drivers/bluetooth/btmtkuart.c: In function 'btmtkuart_parse_dt': /kisskb/src/drivers/bluetooth/btmtkuart.c:902:6: note: byref variable will be forcibly initialized 902 | u32 speed = 921600; | ^~~~~ /kisskb/src/drivers/leds/leds-lp3944.c: In function 'lp3944_led_set': /kisskb/src/drivers/leds/leds-lp3944.c:171:5: note: byref variable will be forcibly initialized 171 | u8 val = 0; | ^~~ /kisskb/src/drivers/bluetooth/btqca.c: In function 'qca_read_soc_version': /kisskb/src/drivers/bluetooth/btqca.c:22:7: note: byref variable will be forcibly initialized 22 | char cmd; | ^~~ /kisskb/src/drivers/bluetooth/btqca.c: In function 'qca_set_bdaddr_rome': /kisskb/src/drivers/bluetooth/btqca.c:511:5: note: byref variable will be forcibly initialized 511 | u8 cmd[9]; | ^~~ /kisskb/src/drivers/bluetooth/btqca.c: In function 'qca_disable_soc_logging': /kisskb/src/drivers/bluetooth/btqca.c:490:5: note: byref variable will be forcibly initialized 490 | u8 cmd[2]; | ^~~ /kisskb/src/drivers/bluetooth/btqca.c: In function 'qca_tlv_send_segment': /kisskb/src/drivers/bluetooth/btqca.c:309:5: note: byref variable will be forcibly initialized 309 | u8 cmd[MAX_SIZE_PER_TLV_SEGMENT + 2]; | ^~~ /kisskb/src/drivers/bluetooth/btqca.c: In function 'qca_download_firmware': /kisskb/src/drivers/bluetooth/btqca.c:405:25: note: byref variable will be forcibly initialized 405 | const struct firmware *fw; | ^~ /kisskb/src/drivers/bluetooth/btqca.c: In function 'qca_read_fw_build_info': /kisskb/src/drivers/bluetooth/btqca.c:101:12: note: byref variable will be forcibly initialized 101 | char cmd, build_label[QCA_FW_BUILD_VER_LEN]; | ^~~~~~~~~~~ /kisskb/src/drivers/bluetooth/btqca.c:101:7: note: byref variable will be forcibly initialized 101 | char cmd, build_label[QCA_FW_BUILD_VER_LEN]; | ^~~ /kisskb/src/drivers/bluetooth/btqca.c: In function 'qca_uart_setup': /kisskb/src/drivers/bluetooth/btqca.c:536:23: note: byref variable will be forcibly initialized 536 | struct qca_fw_config config; | ^~~~~~ /kisskb/src/drivers/bluetooth/hci_nokia.c: In function 'nokia_setup_fw': /kisskb/src/drivers/bluetooth/hci_nokia.c:329:25: note: byref variable will be forcibly initialized 329 | const struct firmware *fw; | ^~ /kisskb/src/drivers/clocksource/timer-probe.c: In function 'timer_probe': /kisskb/src/drivers/clocksource/timer-probe.c:19:29: note: byref variable will be forcibly initialized 19 | const struct of_device_id *match; | ^~~~~ /kisskb/src/drivers/mmc/host/sdhci-pci-arasan.c: In function 'arasan_phy_sts_poll': /kisskb/src/drivers/mmc/host/sdhci-pci-arasan.c:134:5: note: byref variable will be forcibly initialized 134 | u8 val = 0; | ^~~ /kisskb/src/drivers/mmc/host/sdhci-pci-arasan.c: In function 'arasan_phy_set': /kisskb/src/drivers/mmc/host/sdhci-pci-arasan.c:192:5: note: byref variable will be forcibly initialized 192 | u8 val; | ^~~ /kisskb/src/drivers/mmc/host/sdhci-pci-arasan.c: In function 'arasan_phy_init': /kisskb/src/drivers/mmc/host/sdhci-pci-arasan.c:152:5: note: byref variable will be forcibly initialized 152 | u8 val; | ^~~ /kisskb/src/drivers/leds/leds-lp3952.c: In function 'lp3952_get_label': /kisskb/src/drivers/leds/leds-lp3952.c:98:14: note: byref variable will be forcibly initialized 98 | const char *str; | ^~~ /kisskb/src/drivers/leds/trigger/ledtrig-activity.c: In function 'led_invert_store': /kisskb/src/drivers/leds/trigger/ledtrig-activity.c:167:16: note: byref variable will be forcibly initialized 167 | unsigned long state; | ^~~~~ /kisskb/src/drivers/leds/trigger/ledtrig-activity.c: In function 'led_activity_function': /kisskb/src/drivers/leds/trigger/ledtrig-activity.c:61:25: note: byref variable will be forcibly initialized 61 | struct kernel_cpustat kcpustat; | ^~~~~~~~ /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/stv0297.c:42:5: note: byref variable will be forcibly initialized 42 | u8 buf[] = { reg, data }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0297.c: In function 'stv0297_readregs': /kisskb/src/drivers/media/dvb-frontends/stv0297.c:98:17: note: byref variable will be forcibly initialized 98 | struct i2c_msg msg[] = { {.addr = state->config->demod_address,.flags = 0,.buf = | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0297.c: In function 'stv0297_read_snr': /kisskb/src/drivers/media/dvb-frontends/stv0297.c:375:5: note: byref variable will be forcibly initialized 375 | u8 SNR[2]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0297.c: In function 'stv0297_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/stv0297.c:352:5: note: byref variable will be forcibly initialized 352 | u8 STRENGTH[3]; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0297.c: In function 'stv0297_readreg': /kisskb/src/drivers/media/dvb-frontends/stv0297.c:59:17: note: byref variable will be forcibly initialized 59 | struct i2c_msg msg[] = { {.addr = state->config->demod_address,.flags = 0,.buf = b0,.len = 1}, | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0297.c:58:5: note: byref variable will be forcibly initialized 58 | u8 b1[] = { 0 }; | ^~ /kisskb/src/drivers/media/dvb-frontends/stv0297.c:57:5: note: byref variable will be forcibly initialized 57 | u8 b0[] = { reg }; | ^~ /kisskb/src/drivers/media/dvb-frontends/stv0297.c: In function 'stv0297_read_ber': /kisskb/src/drivers/media/dvb-frontends/stv0297.c:335:5: note: byref variable will be forcibly initialized 335 | u8 BER[3]; | ^~~ /kisskb/src/drivers/net/ieee802154/atusb.c: In function 'atusb_set_extended_addr': /kisskb/src/drivers/net/ieee802154/atusb.c:972:6: note: byref variable will be forcibly initialized 972 | u64 addr; | ^~~~ /kisskb/src/drivers/firmware/google/vpd.c: In function 'vpd_section_create_attribs': /kisskb/src/drivers/firmware/google/vpd.c:170:6: note: byref variable will be forcibly initialized 170 | s32 consumed; | ^~~~~~~~ /kisskb/src/drivers/firmware/google/vpd.c: In function 'vpd_sections_init': /kisskb/src/drivers/firmware/google/vpd.c:250:19: note: byref variable will be forcibly initialized 250 | struct vpd_cbmem header; | ^~~~~~ /kisskb/src/drivers/leds/trigger/ledtrig-pattern.c: In function 'repeat_store': /kisskb/src/drivers/leds/trigger/ledtrig-pattern.c:166:11: note: byref variable will be forcibly initialized 166 | int err, res; | ^~~ /kisskb/src/drivers/leds/trigger/ledtrig-pattern.c: In function 'pattern_trig_store_patterns_string': /kisskb/src/drivers/leds/trigger/ledtrig-pattern.c:226:14: note: byref variable will be forcibly initialized 226 | int ccount, cr, offset = 0; | ^~ /kisskb/src/drivers/leds/trigger/ledtrig-pattern.c: In function 'pattern_init': /kisskb/src/drivers/leds/trigger/ledtrig-pattern.c:366:15: note: byref variable will be forcibly initialized 366 | unsigned int size = 0; | ^~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/arch/powerpc/include/asm/io.h:27, 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/drivers/memstick/host/jmb38x_ms.c:9: /kisskb/src/drivers/memstick/host/jmb38x_ms.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/drivers/memstick/host/jmb38x_ms.c: In function 'jmb38x_ms_pmos': /kisskb/src/drivers/memstick/host/jmb38x_ms.c:768:16: note: byref variable will be forcibly initialized 768 | unsigned char val; | ^~~ /kisskb/src/drivers/of/base.c: In function 'of_modalias_node': /kisskb/src/drivers/of/base.c:1199:6: note: byref variable will be forcibly initialized 1199 | int cplen; | ^~~~~ /kisskb/src/drivers/of/base.c: In function 'of_phandle_iterator_init': /kisskb/src/drivers/of/base.c:1268:6: note: byref variable will be forcibly initialized 1268 | int size; | ^~~~ /kisskb/src/drivers/of/base.c: In function 'of_bus_n_addr_cells': /kisskb/src/drivers/of/base.c:92:6: note: byref variable will be forcibly initialized 92 | u32 cells; | ^~~~~ /kisskb/src/drivers/of/base.c: In function 'of_bus_n_size_cells': /kisskb/src/drivers/of/base.c:113:6: note: byref variable will be forcibly initialized 113 | u32 cells; | ^~~~~ /kisskb/src/drivers/of/base.c: In function 'of_phandle_iterator_next': /kisskb/src/drivers/of/base.c:1296:11: note: byref variable will be forcibly initialized 1296 | uint32_t count = 0; | ^~~~~ /kisskb/src/drivers/of/base.c: In function 'of_count_phandle_with_args': /kisskb/src/drivers/of/base.c:1773:7: note: byref variable will be forcibly initialized 1773 | int size; | ^~~~ /kisskb/src/drivers/of/base.c:1762:29: note: byref variable will be forcibly initialized 1762 | struct of_phandle_iterator it; | ^~ /kisskb/src/drivers/of/base.c: In function 'of_map_id': /kisskb/src/drivers/of/base.c:2258:6: note: byref variable will be forcibly initialized 2258 | int map_len; | ^~~~~~~ /kisskb/src/drivers/of/base.c:2257:6: note: byref variable will be forcibly initialized 2257 | u32 map_mask, masked_id; | ^~~~~~~~ /kisskb/src/drivers/leds/led-class-multicolor.c: In function 'multi_intensity_store': /kisskb/src/drivers/leds/led-class-multicolor.c:37:6: note: byref variable will be forcibly initialized 37 | int intensity_value[LED_COLOR_ID_MAX]; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/led-class-multicolor.c:36:6: note: byref variable will be forcibly initialized 36 | int nrchars, offset = 0; | ^~~~~~~ /kisskb/src/drivers/of/base.c: In function '__of_device_is_available': /kisskb/src/drivers/of/base.c:615:6: note: byref variable will be forcibly initialized 615 | int statlen; | ^~~~~~~ /kisskb/src/drivers/of/base.c: In function 'of_get_cpu_hwid': /kisskb/src/drivers/of/base.c:301:10: note: byref variable will be forcibly initialized 301 | int ac, len; | ^~~ /kisskb/src/drivers/of/base.c: In function '__of_find_n_match_cpu_property': /kisskb/src/drivers/of/base.c:340:10: note: byref variable will be forcibly initialized 340 | int ac, prop_len, tid; | ^~~~~~~~ /kisskb/src/drivers/of/base.c: In function '__of_parse_phandle_with_args': /kisskb/src/drivers/of/base.c:1397:29: note: byref variable will be forcibly initialized 1397 | struct of_phandle_iterator it; | ^~ /kisskb/src/drivers/of/base.c: In function 'of_parse_phandle': /kisskb/src/drivers/of/base.c:1456:25: note: byref variable will be forcibly initialized 1456 | 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_parse_phandle_with_args_map': /kisskb/src/drivers/of/base.c:1575:17: note: byref variable will be forcibly initialized 1575 | u32 list_size, new_size; | ^~~~~~~~ /kisskb/src/drivers/of/base.c:1575:6: note: byref variable will be forcibly initialized 1575 | u32 list_size, new_size; | ^~~~~~~~~ /kisskb/src/drivers/of/base.c:1574:14: note: byref variable will be forcibly initialized 1574 | int i, ret, map_len, match; | ^~~~~~~ /kisskb/src/drivers/of/base.c:1572:9: note: byref variable will be forcibly initialized 1572 | __be32 initial_match_array[MAX_PHANDLE_ARGS]; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/of/base.c: In function 'of_update_property': /kisskb/src/drivers/of/base.c:1939:19: note: byref variable will be forcibly initialized 1939 | struct property *oldprop; | ^~~~~~~ /kisskb/src/drivers/of/base.c: In function 'of_alias_scan': /kisskb/src/drivers/of/base.c:2014:7: note: byref variable will be forcibly initialized 2014 | int id, len; | ^~ /kisskb/src/drivers/of/base.c:1995:15: note: byref variable will be forcibly initialized 1995 | const char *name = NULL; | ^~~~ /kisskb/src/drivers/of/base.c: In function 'of_find_last_cache_level': /kisskb/src/drivers/of/base.c:2220:6: note: byref variable will be forcibly initialized 2220 | u32 cache_level = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/leds/trigger/ledtrig-netdev.c: In function 'interval_store': /kisskb/src/drivers/leds/trigger/ledtrig-netdev.c:266:16: note: byref variable will be forcibly initialized 266 | unsigned long value; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/or51211.c: In function 'or51211_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/or51211.c:316:6: note: byref variable will be forcibly initialized 316 | u16 snr; | ^~~ /kisskb/src/drivers/leds/trigger/ledtrig-netdev.c: In function 'netdev_led_attr_store': /kisskb/src/drivers/leds/trigger/ledtrig-netdev.c:176:16: note: byref variable will be forcibly initialized 176 | unsigned long state; | ^~~~~ /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; | ^~~ /kisskb/src/drivers/media/dvb-frontends/or51211.c: In function 'or51211_read_snr': /kisskb/src/drivers/media/dvb-frontends/or51211.c:285:5: note: byref variable will be forcibly initialized 285 | u8 snd_buf[3]; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/or51211.c:284:5: note: byref variable will be forcibly initialized 284 | u8 rec_buf[2]; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/or51211.c: In function 'or51211_read_status': /kisskb/src/drivers/media/dvb-frontends/or51211.c:230:16: note: byref variable will be forcibly initialized 230 | unsigned char snd_buf[] = {0x04,0x00,0x03,0x00}; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/or51211.c:229:16: note: byref variable will be forcibly initialized 229 | unsigned char rec_buf[2]; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/or51211.c: In function 'or51211_setmode': /kisskb/src/drivers/media/dvb-frontends/or51211.c:155:5: note: byref variable will be forcibly initialized 155 | u8 rec_buf[14]; | ^~~~~~~ /kisskb/src/drivers/leds/trigger/ledtrig-netdev.c: In function 'netdev_trig_work': /kisskb/src/drivers/leds/trigger/ledtrig-netdev.c:353:16: note: byref variable will be forcibly initialized 353 | unsigned long interval; | ^~~~~~~~ /kisskb/src/drivers/leds/trigger/ledtrig-netdev.c:352:27: note: byref variable will be forcibly initialized 352 | struct rtnl_link_stats64 temp; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/or51211.c: In function 'or51211_load_firmware': /kisskb/src/drivers/media/dvb-frontends/or51211.c:97:5: note: byref variable will be forcibly initialized 97 | u8 tudata[585]; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/or51211.c: In function 'or51211_init': /kisskb/src/drivers/media/dvb-frontends/or51211.c:355:16: note: byref variable will be forcibly initialized 355 | unsigned char rec_buf[14]; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/or51211.c:354:16: note: byref variable will be forcibly initialized 354 | unsigned char get_ver_buf[] = {0x04,0x00,0x30,0x00,0x00}; | ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/or51211.c:353:25: note: byref variable will be forcibly initialized 353 | const struct firmware* fw; | ^~ /kisskb/src/drivers/ssb/main.c: In function 'ssb_fetch_invariants': /kisskb/src/drivers/ssb/main.c:603:29: note: byref variable will be forcibly initialized 603 | struct ssb_init_invariants iv; | ^~ /kisskb/src/drivers/usb/class/cdc-acm.c: In function 'acm_probe': /kisskb/src/drivers/usb/class/cdc-acm.c:1159:31: note: byref variable will be forcibly initialized 1159 | struct usb_cdc_parsed_header h; | ^ /kisskb/src/drivers/usb/class/cdc-acm.c:1157:34: note: byref variable will be forcibly initialized 1157 | struct usb_endpoint_descriptor *epwrite = NULL; | ^~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/leds.h:12, from /kisskb/src/drivers/leds/leds-pca963x.c:29: /kisskb/src/drivers/leds/leds-pca963x.c: In function '__ab_c_size': /kisskb/src/drivers/usb/class/cdc-acm.c:1156:34: note: byref variable will be forcibly initialized 1156 | struct usb_endpoint_descriptor *epread = NULL; | ^~~~~~ /kisskb/src/drivers/usb/class/cdc-acm.c:1155:34: note: byref variable will be forcibly initialized 1155 | struct usb_endpoint_descriptor *epctrl = NULL; | ^~~~~~ /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/drivers/leds/leds-pca963x.c: In function 'pca963x_register_leds': /kisskb/src/drivers/leds/leds-pca963x.c:325:8: note: byref variable will be forcibly initialized 325 | char default_label[32]; | ^~~~~~~~~~~~~ /kisskb/src/drivers/ssb/main.c: In function 'ssb_clockspeed': /kisskb/src/drivers/leds/leds-pca963x.c:324:24: note: byref variable will be forcibly initialized 324 | struct led_init_data init_data = {}; | ^~~~~~~~~ /kisskb/src/drivers/leds/leds-pca963x.c:294:6: note: byref variable will be forcibly initialized 294 | u32 reg; | ^~~ /kisskb/src/drivers/ssb/main.c:943:16: note: byref variable will be forcibly initialized 943 | u32 clkctl_n, clkctl_m; | ^~~~~~~~ /kisskb/src/drivers/ssb/main.c:943:6: note: byref variable will be forcibly initialized 943 | u32 clkctl_n, clkctl_m; | ^~~~~~~~ /kisskb/src/drivers/ssb/main.c:942:6: note: byref variable will be forcibly initialized 942 | u32 plltype; | ^~~~~~~ /kisskb/src/drivers/usb/class/cdc-acm.c: In function 'acm_tty_set_termios': /kisskb/src/drivers/usb/class/cdc-acm.c:1060:29: note: byref variable will be forcibly initialized 1060 | struct usb_cdc_line_coding newline; | ^~~~~~~ /kisskb/src/drivers/leds/leds-tlc591xx.c: In function 'tlc591xx_probe': /kisskb/src/drivers/leds/leds-tlc591xx.c:189:24: note: byref variable will be forcibly initialized 189 | struct led_init_data init_data = {}; | ^~~~~~~~~ /kisskb/src/drivers/leds/leds-tlc591xx.c:155:18: note: byref variable will be forcibly initialized 155 | int err, count, reg; | ^~~ /kisskb/src/drivers/leds/leds-88pm860x.c: In function 'pm860x_led_dt_init': /kisskb/src/drivers/leds/leds-88pm860x.c:119:6: note: byref variable will be forcibly initialized 119 | int iset = 0; | ^~~~ /kisskb/src/drivers/leds/leds-88pm860x.c: In function 'pm860x_led_set': /kisskb/src/drivers/leds/leds-88pm860x.c:71:16: note: byref variable will be forcibly initialized 71 | unsigned char buf[3]; | ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/usb/class/cdc-wdm.c:18: /kisskb/src/drivers/usb/class/cdc-wdm.c: In function 'wdm_wait_for_response': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/class/cdc-wdm.c:637:7: note: in expansion of macro 'wait_event_interruptible_timeout' 637 | rv = wait_event_interruptible_timeout(desc->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/class/cdc-wdm.c: In function 'wdm_write': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/class/cdc-wdm.c:415:7: note: in expansion of macro 'wait_event_interruptible' 415 | r = wait_event_interruptible(desc->wait, !test_bit(WDM_IN_USE, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/class/cdc-wdm.c: In function 'wdm_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/class/cdc-wdm.c:552:9: note: in expansion of macro 'wait_event_interruptible' 552 | rv = wait_event_interruptible(desc->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/class/cdc-wdm.c: In function 'wdm_probe': /kisskb/src/drivers/usb/class/cdc-wdm.c:1145:31: note: byref variable will be forcibly initialized 1145 | struct usb_cdc_parsed_header hdr; | ^~~ /kisskb/src/drivers/crypto/ccree/cc_buffer_mgr.c: In function 'cc_render_sg_to_mlli': /kisskb/src/drivers/crypto/ccree/cc_buffer_mgr.c:160:7: note: byref variable will be forcibly initialized 160 | u32 *mlli_entry_p = *mlli_entry_pp; | ^~~~~~~~~~~~ /kisskb/src/drivers/crypto/ccree/cc_buffer_mgr.c: In function 'cc_generate_mlli': /kisskb/src/drivers/crypto/ccree/cc_buffer_mgr.c:186:6: note: byref variable will be forcibly initialized 186 | u32 total_nents = 0, prev_total_nents = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/crypto/ccree/cc_buffer_mgr.c:185:7: note: byref variable will be forcibly initialized 185 | u32 *mlli_p; | ^~~~~~ /kisskb/src/drivers/mmc/host/sdhci-pci-gli.c: In function 'gl9755_wt_on': /kisskb/src/drivers/mmc/host/sdhci-pci-gli.c:452:6: note: byref variable will be forcibly initialized 452 | u32 wt_value; | ^~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci-pci-gli.c: In function 'gl9755_wt_off': /kisskb/src/drivers/mmc/host/sdhci-pci-gli.c:469:6: note: byref variable will be forcibly initialized 469 | u32 wt_value; | ^~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci-pci-gli.c: In function 'gl9755_disable_ssc_pll': /kisskb/src/drivers/mmc/host/sdhci-pci-gli.c:486:6: note: byref variable will be forcibly initialized 486 | u32 pll; | ^~~ /kisskb/src/drivers/mmc/host/sdhci-pci-gli.c: In function 'gl9755_hw_setting': /kisskb/src/drivers/mmc/host/sdhci-pci-gli.c:568:6: note: byref variable will be forcibly initialized 568 | u32 value; | ^~~~~ /kisskb/src/drivers/mmc/host/sdhci-pci-gli.c: In function 'gli_set_gl9763e': /kisskb/src/drivers/mmc/host/sdhci-pci-gli.c:833:6: note: byref variable will be forcibly initialized 833 | u32 value; | ^~~~~ /kisskb/src/drivers/mmc/host/sdhci-pci-gli.c: In function 'gl9755_set_ssc': /kisskb/src/drivers/mmc/host/sdhci-pci-gli.c:517:6: note: byref variable will be forcibly initialized 517 | u32 ssc; | ^~~ /kisskb/src/drivers/mmc/host/sdhci-pci-gli.c:516:6: note: byref variable will be forcibly initialized 516 | u32 pll; | ^~~ /kisskb/src/drivers/mmc/host/sdhci-pci-gli.c: In function 'gl9755_set_pll': /kisskb/src/drivers/mmc/host/sdhci-pci-gli.c:497:6: note: byref variable will be forcibly initialized 497 | u32 pll; | ^~~ /kisskb/src/drivers/crypto/ccree/cc_buffer_mgr.c: In function 'cc_aead_chain_data': /kisskb/src/drivers/crypto/ccree/cc_buffer_mgr.c:790:28: note: byref variable will be forcibly initialized 790 | u32 src_mapped_nents = 0, dst_mapped_nents = 0; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/crypto/ccree/cc_buffer_mgr.c:788:35: note: byref variable will be forcibly initialized 788 | unsigned int src_last_bytes = 0, dst_last_bytes = 0; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/crypto/ccree/cc_buffer_mgr.c:788:15: note: byref variable will be forcibly initialized 788 | unsigned int src_last_bytes = 0, dst_last_bytes = 0; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci-pci-gli.c: In function 'gli_probe_slot_gl9763e': /kisskb/src/drivers/mmc/host/sdhci-pci-gli.c:869:6: note: byref variable will be forcibly initialized 869 | u32 value; | ^~~~~ /kisskb/src/drivers/crypto/ccree/cc_buffer_mgr.c: In function 'cc_map_cipher_request': /kisskb/src/drivers/crypto/ccree/cc_buffer_mgr.c:372:6: note: byref variable will be forcibly initialized 372 | u32 mapped_nents = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/crypto/ccree/cc_buffer_mgr.c:370:6: note: byref variable will be forcibly initialized 370 | u32 dummy = 0; | ^~~~~ /kisskb/src/drivers/crypto/ccree/cc_buffer_mgr.c:369:22: note: byref variable will be forcibly initialized 369 | struct buffer_array sg_data; | ^~~~~~~ /kisskb/src/drivers/crypto/ccree/cc_buffer_mgr.c: In function 'cc_map_aead_request': /kisskb/src/drivers/crypto/ccree/cc_buffer_mgr.c:947:6: note: byref variable will be forcibly initialized 947 | u32 dummy = 0; /*used for the assoc data fragments */ | ^~~~~ /kisskb/src/drivers/crypto/ccree/cc_buffer_mgr.c:946:6: note: byref variable will be forcibly initialized 946 | u32 mapped_nents = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/crypto/ccree/cc_buffer_mgr.c:942:22: note: byref variable will be forcibly initialized 942 | struct buffer_array sg_data; | ^~~~~~~ /kisskb/src/drivers/crypto/ccree/cc_buffer_mgr.c: In function 'cc_map_hash_request_final': /kisskb/src/drivers/crypto/ccree/cc_buffer_mgr.c:1143:6: note: byref variable will be forcibly initialized 1143 | u32 mapped_nents = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/crypto/ccree/cc_buffer_mgr.c:1142:6: note: byref variable will be forcibly initialized 1142 | u32 dummy = 0; | ^~~~~ /kisskb/src/drivers/crypto/ccree/cc_buffer_mgr.c:1140:22: note: byref variable will be forcibly initialized 1140 | struct buffer_array sg_data; | ^~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/mmc.h:193, from /kisskb/src/drivers/mmc/core/core.c:36: /kisskb/src/drivers/mmc/core/core.c: In function 'trace_event_raw_event_mmc_request_start': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmc.h:13:1: note: in expansion of macro 'TRACE_EVENT' 13 | TRACE_EVENT(mmc_request_start, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmc.h:13:1: note: in expansion of macro 'TRACE_EVENT' 13 | TRACE_EVENT(mmc_request_start, | ^~~~~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci-pci-gli.c: In function 'sdhci_gl9763e_cqhci_irq': /kisskb/src/drivers/mmc/host/sdhci-pci-gli.c:752:6: note: byref variable will be forcibly initialized 752 | int data_error = 0; | ^~~~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci-pci-gli.c:751:6: note: byref variable will be forcibly initialized 751 | int cmd_error = 0; | ^~~~~~~~~ /kisskb/src/drivers/crypto/ccree/cc_buffer_mgr.c: In function 'cc_map_hash_request_update': /kisskb/src/drivers/crypto/ccree/cc_buffer_mgr.c:1227:6: note: byref variable will be forcibly initialized 1227 | u32 mapped_nents = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/crypto/ccree/cc_buffer_mgr.c:1226:6: note: byref variable will be forcibly initialized 1226 | u32 dummy = 0; | ^~~~~ /kisskb/src/drivers/crypto/ccree/cc_buffer_mgr.c:1223:22: note: byref variable will be forcibly initialized 1223 | struct buffer_array sg_data; | ^~~~~~~ /kisskb/src/drivers/mmc/core/core.c: In function 'trace_event_raw_event_mmc_request_done': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmc.h:96:1: note: in expansion of macro 'TRACE_EVENT' 96 | TRACE_EVENT(mmc_request_done, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/mmc.h:96:1: note: in expansion of macro 'TRACE_EVENT' 96 | TRACE_EVENT(mmc_request_done, | ^~~~~~~~~~~ /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:12, 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) | ^~~~ /kisskb/src/drivers/mmc/core/core.c: In function 'mmc_of_get_func_num': /kisskb/src/drivers/mmc/core/core.c:1079:6: note: byref variable will be forcibly initialized 1079 | u32 reg; | ^~~ /kisskb/src/drivers/mmc/core/core.c: In function 'mmc_erase': /kisskb/src/drivers/mmc/core/core.c:1745:20: note: byref variable will be forcibly initialized 1745 | unsigned int rem, to = from + nr; | ^~ /kisskb/src/drivers/media/dvb-frontends/s5h1420.c: In function 's5h1420_tuner_i2c_tuner_xfer': /kisskb/src/drivers/media/dvb-frontends/s5h1420.c:837:5: note: byref variable will be forcibly initialized 837 | u8 tx_open[2] = { CON_1, state->CON_1_val | 1 }; /* repeater stops once there was a stop condition */ | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/s5h1420.c:836:17: note: byref variable will be forcibly initialized 836 | struct i2c_msg m[3]; | ^ /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:98:5: note: byref variable will be forcibly initialized 98 | u8 buf[] = { reg, data }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/s5h1420.c: In function 's5h1420_readreg': /kisskb/src/drivers/media/dvb-frontends/s5h1420.c:69:17: note: byref variable will be forcibly initialized 69 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/s5h1420.c:68:5: note: byref variable will be forcibly initialized 68 | u8 b[2]; | ^ /kisskb/src/drivers/media/dvb-frontends/s5h1420.c: In function 's5h1420_set_frontend': /kisskb/src/drivers/media/dvb-frontends/s5h1420.c:651:8: note: byref variable will be forcibly initialized 651 | u32 tmp; | ^~~ /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/mmc/host/mtk-sd.c: In function 'msdc_timeout_cal': /kisskb/src/drivers/mmc/host/mtk-sd.c:761:6: note: byref variable will be forcibly initialized 761 | u32 mode = 0; | ^~~~ /kisskb/src/drivers/mmc/host/mtk-sd.c: In function 'msdc_execute_hs400_tuning': /kisskb/src/drivers/mmc/host/mtk-sd.c:2269:6: note: byref variable will be forcibly initialized 2269 | u8 *ext_csd; | ^~~~~~~ /kisskb/src/drivers/mmc/host/mtk-sd.c: In function 'hs400_tune_response': /kisskb/src/drivers/mmc/host/mtk-sd.c:2044:6: note: byref variable will be forcibly initialized 2044 | int cmd_err; | ^~~~~~~ /kisskb/src/drivers/mmc/host/mtk-sd.c: In function 'msdc_tune_response': /kisskb/src/drivers/mmc/host/mtk-sd.c:1953:6: note: byref variable will be forcibly initialized 1953 | int cmd_err; | ^~~~~~~ /kisskb/src/drivers/staging/iio/addac/adt7316.c: In function 'adt7316_show_bus_type': /kisskb/src/drivers/staging/iio/addac/adt7316.c:1628:5: note: byref variable will be forcibly initialized 1628 | u8 stat; | ^~~~ /kisskb/src/drivers/staging/iio/addac/adt7316.c: In function 'adt7316_show_device_rev': /kisskb/src/drivers/staging/iio/addac/adt7316.c:1610:5: note: byref variable will be forcibly initialized 1610 | u8 rev; | ^~~ /kisskb/src/drivers/staging/iio/addac/adt7316.c: In function 'adt7316_show_manufactorer_id': /kisskb/src/drivers/staging/iio/addac/adt7316.c:1591:5: note: byref variable will be forcibly initialized 1591 | u8 id; | ^~ /kisskb/src/drivers/staging/iio/addac/adt7316.c: In function 'adt7316_show_device_id': /kisskb/src/drivers/staging/iio/addac/adt7316.c:1573:5: note: byref variable will be forcibly initialized 1573 | u8 id; | ^~ /kisskb/src/drivers/staging/iio/addac/adt7316.c: In function 'adt7316_show_DAC': /kisskb/src/drivers/staging/iio/addac/adt7316.c:1397:10: note: byref variable will be forcibly initialized 1397 | u8 msb, lsb, offset; | ^~~ /kisskb/src/drivers/staging/iio/addac/adt7316.c:1397:5: note: byref variable will be forcibly initialized 1397 | u8 msb, lsb, offset; | ^~~ /kisskb/src/drivers/staging/iio/addac/adt7316.c: In function 'adt7316_show_temp_offset': /kisskb/src/drivers/staging/iio/addac/adt7316.c:1248:5: note: byref variable will be forcibly initialized 1248 | u8 val; | ^~~ /kisskb/src/drivers/staging/iio/addac/adt7316.c: In function 'adt7316_show_ad': /kisskb/src/drivers/staging/iio/addac/adt7316.c:1103:10: note: byref variable will be forcibly initialized 1103 | u8 msb, lsb; | ^~~ /kisskb/src/drivers/staging/iio/addac/adt7316.c:1103:5: note: byref variable will be forcibly initialized 1103 | u8 msb, lsb; | ^~~ /kisskb/src/drivers/staging/iio/addac/adt7316.c: In function 'adt7316_show_ad_bound': /kisskb/src/drivers/staging/iio/addac/adt7316.c:1902:5: note: byref variable will be forcibly initialized 1902 | u8 val; | ^~~ /kisskb/src/drivers/staging/iio/addac/adt7316.c: In function 'adt7316_store_DAC': /kisskb/src/drivers/staging/iio/addac/adt7316.c:1434:6: note: byref variable will be forcibly initialized 1434 | u16 data; | ^~~~ /kisskb/src/drivers/staging/iio/addac/adt7316.c: In function 'adt7316_set_int_mask': /kisskb/src/drivers/staging/iio/addac/adt7316.c:1861:6: note: byref variable will be forcibly initialized 1861 | u16 data; | ^~~~ /kisskb/src/drivers/staging/iio/addac/adt7316.c: In function 'adt7316_store_temp_offset': /kisskb/src/drivers/staging/iio/addac/adt7316.c:1267:6: note: byref variable will be forcibly initialized 1267 | int data; | ^~~~ /kisskb/src/drivers/staging/iio/addac/adt7316.c: In function 'adt7316_set_ad_bound': /kisskb/src/drivers/staging/iio/addac/adt7316.c:1933:6: note: byref variable will be forcibly initialized 1933 | int data; | ^~~~ /kisskb/src/drivers/staging/iio/addac/adt7316.c: In function 'adt7316_store_DAC_internal_Vref': /kisskb/src/drivers/staging/iio/addac/adt7316.c:1061:5: note: byref variable will be forcibly initialized 1061 | u8 data; | ^~~~ /kisskb/src/drivers/staging/iio/addac/adt7316.c: In function 'adt7316_store_DAC_update_mode': /kisskb/src/drivers/staging/iio/addac/adt7316.c:875:5: note: byref variable will be forcibly initialized 875 | u8 data; | ^~~~ /kisskb/src/drivers/staging/iio/addac/adt7316.c: In function 'adt7316_store_DAC_2Vref_ch_mask': /kisskb/src/drivers/staging/iio/addac/adt7316.c:818:5: note: byref variable will be forcibly initialized 818 | u8 data; | ^~~~ /kisskb/src/drivers/staging/iio/addac/adt7316.c: In function 'adt7316_store_ad_channel': /kisskb/src/drivers/staging/iio/addac/adt7316.c:416:5: note: byref variable will be forcibly initialized 416 | u8 data; | ^~~~ /kisskb/src/drivers/staging/iio/addac/adt7316.c: In function 'adt7316_store_update_DAC': /kisskb/src/drivers/staging/iio/addac/adt7316.c:928:5: note: byref variable will be forcibly initialized 928 | u8 data; | ^~~~ /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/cx24123.c:235:5: note: byref variable will be forcibly initialized 235 | u8 buf[] = { reg, data }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24123.c: In function 'cx24123_i2c_readreg': /kisskb/src/drivers/media/dvb-frontends/cx24123.c:257:17: note: byref variable will be forcibly initialized 257 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24123.c:256:5: note: byref variable will be forcibly initialized 256 | u8 b = 0; | ^ /kisskb/src/drivers/staging/iio/addac/adt7316.c: In function 'adt7316_event_handler': /kisskb/src/drivers/staging/iio/addac/adt7316.c:1734:12: note: byref variable will be forcibly initialized 1734 | u8 stat1, stat2; | ^~~~~ /kisskb/src/drivers/staging/iio/addac/adt7316.c:1734:5: note: byref variable will be forcibly initialized 1734 | u8 stat1, stat2; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/cx24123.c: In function 'cx24123_read_status': /kisskb/src/drivers/media/dvb-frontends/cx24123.c:828:7: note: byref variable will be forcibly initialized 828 | u32 tun_status = 0; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/init.h:5, from /kisskb/src/include/linux/io.h:10, from /kisskb/src/drivers/leds/leds-bcm6328.c:8: /kisskb/src/drivers/leds/leds-bcm6328.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/powerpc/include/asm/io.h:27, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/leds/leds-bcm6328.c:8: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/drivers/leds/leds-bcm6328.c: In function 'bcm6328_hwled': /kisskb/src/drivers/leds/leds-bcm6328.c:301:7: note: byref variable will be forcibly initialized 301 | u32 sel; | ^~~ /kisskb/src/drivers/leds/leds-bcm6328.c:274:7: note: byref variable will be forcibly initialized 274 | u32 sel; | ^~~ /kisskb/src/drivers/leds/leds-bcm6328.c: In function 'bcm6328_led': /kisskb/src/drivers/leds/leds-bcm6328.c:333:14: note: byref variable will be forcibly initialized 333 | const char *state; | ^~~~~ /kisskb/src/drivers/leds/leds-bcm6328.c: In function 'bcm6328_leds_probe': /kisskb/src/drivers/leds/leds-bcm6328.c:441:7: note: byref variable will be forcibly initialized 441 | u32 reg; | ^~~ /kisskb/src/drivers/media/dvb-frontends/lnbh25.c: In function 'lnbh25_read_vmon': /kisskb/src/drivers/media/dvb-frontends/lnbh25.c:45:17: note: byref variable will be forcibly initialized 45 | struct i2c_msg msg[2] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/lnbh25.c:44:5: note: byref variable will be forcibly initialized 44 | u8 status[6]; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/lnbh25.c:43:5: note: byref variable will be forcibly initialized 43 | u8 addr = 0x00; | ^~~~ /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/leds/leds-bcm6358.c: In function 'bcm6358_led': /kisskb/src/drivers/leds/leds-bcm6358.c:99:14: note: byref variable will be forcibly initialized 99 | const char *state; | ^~~~~ /kisskb/src/drivers/leds/leds-bcm6358.c: In function 'bcm6358_leds_probe': /kisskb/src/drivers/leds/leds-bcm6358.c:189:7: note: byref variable will be forcibly initialized 189 | u32 reg; | ^~~ /kisskb/src/drivers/leds/leds-bcm6358.c:154:6: note: byref variable will be forcibly initialized 154 | u32 clk_div; | ^~~~~~~ /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/staging/board/board.c: In function 'board_staging_add_dev_domain': /kisskb/src/drivers/staging/board/board.c:140:25: note: byref variable will be forcibly initialized 140 | struct of_phandle_args pd_args; | ^~~~~~~ In file included from /kisskb/src/include/net/genetlink.h:6, from /kisskb/src/drivers/net/ieee802154/mac802154_hwsim.c:23: /kisskb/src/drivers/net/ieee802154/mac802154_hwsim.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized 1309 | u32 tmp = value; | ^~~ /kisskb/src/drivers/net/ieee802154/mac802154_hwsim.c: In function 'nla_put_u8': /kisskb/src/include/net/netlink.h:1244:5: note: byref variable will be forcibly initialized 1244 | u8 tmp = value; | ^~~ /kisskb/src/drivers/net/ieee802154/mac802154_hwsim.c: In function 'hwsim_set_edge_lqi': /kisskb/src/drivers/net/ieee802154/mac802154_hwsim.c:524:17: note: byref variable will be forcibly initialized 524 | struct nlattr *edge_attrs[MAC802154_HWSIM_EDGE_ATTR_MAX + 1]; | ^~~~~~~~~~ /kisskb/src/drivers/net/ieee802154/mac802154_hwsim.c: In function 'hwsim_del_edge_nl': /kisskb/src/drivers/net/ieee802154/mac802154_hwsim.c:478:17: note: byref variable will be forcibly initialized 478 | struct nlattr *edge_attrs[MAC802154_HWSIM_EDGE_ATTR_MAX + 1]; | ^~~~~~~~~~ /kisskb/src/drivers/net/ieee802154/mac802154_hwsim.c: In function 'hwsim_new_edge_nl': /kisskb/src/drivers/net/ieee802154/mac802154_hwsim.c:416:17: note: byref variable will be forcibly initialized 416 | struct nlattr *edge_attrs[MAC802154_HWSIM_EDGE_ATTR_MAX + 1]; | ^~~~~~~~~~ /kisskb/src/drivers/mmc/core/host.c: In function 'mmc_of_parse': /kisskb/src/drivers/mmc/core/host.c:270:27: note: byref variable will be forcibly initialized 270 | u32 bus_width, drv_type, cd_debounce_delay_ms; | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mmc/core/host.c:270:17: note: byref variable will be forcibly initialized 270 | u32 bus_width, drv_type, cd_debounce_delay_ms; | ^~~~~~~~ /kisskb/src/drivers/mmc/core/host.c:270:6: note: byref variable will be forcibly initialized 270 | u32 bus_width, drv_type, cd_debounce_delay_ms; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/include/linux/gpio/driver.h:7, from /kisskb/src/include/linux/of_gpio.h:14, from /kisskb/src/drivers/mmc/core/host.c:16: /kisskb/src/drivers/mmc/core/host.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/leds/leds-bd2802.c: In function 'bd2802_store_rgb_current': /kisskb/src/drivers/leds/leds-bd2802.c:487:16: note: byref variable will be forcibly initialized 487 | unsigned long val; \ | ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:509:1: note: in expansion of macro 'BD2802_CONTROL_ATTR' 509 | BD2802_CONTROL_ATTR(rgb_current, "rgb_current"); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-bd2802.c: In function 'bd2802_store_wave_pattern': /kisskb/src/drivers/leds/leds-bd2802.c:487:16: note: byref variable will be forcibly initialized 487 | unsigned long val; \ | ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:508:1: note: in expansion of macro 'BD2802_CONTROL_ATTR' 508 | BD2802_CONTROL_ATTR(wave_pattern, "wave_pattern"); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-bd2802.c: In function 'bd2802_store_reg0x15': /kisskb/src/drivers/leds/leds-bd2802.c:323:16: note: byref variable will be forcibly initialized 323 | unsigned long val; \ | ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:361:1: note: in expansion of macro 'BD2802_SET_REGISTER' 361 | BD2802_SET_REGISTER(0x15, "0x15"); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-bd2802.c: In function 'bd2802_store_reg0x14': /kisskb/src/drivers/leds/leds-bd2802.c:323:16: note: byref variable will be forcibly initialized 323 | unsigned long val; \ | ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:360:1: note: in expansion of macro 'BD2802_SET_REGISTER' 360 | BD2802_SET_REGISTER(0x14, "0x14"); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-bd2802.c: In function 'bd2802_store_reg0x13': /kisskb/src/drivers/leds/leds-bd2802.c:323:16: note: byref variable will be forcibly initialized 323 | unsigned long val; \ | ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:359:1: note: in expansion of macro 'BD2802_SET_REGISTER' 359 | BD2802_SET_REGISTER(0x13, "0x13"); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-bd2802.c: In function 'bd2802_store_reg0x12': /kisskb/src/drivers/leds/leds-bd2802.c:323:16: note: byref variable will be forcibly initialized 323 | unsigned long val; \ | ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:358:1: note: in expansion of macro 'BD2802_SET_REGISTER' 358 | BD2802_SET_REGISTER(0x12, "0x12"); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-bd2802.c: In function 'bd2802_store_reg0x11': /kisskb/src/drivers/leds/leds-bd2802.c:323:16: note: byref variable will be forcibly initialized 323 | unsigned long val; \ | ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:357:1: note: in expansion of macro 'BD2802_SET_REGISTER' 357 | BD2802_SET_REGISTER(0x11, "0x11"); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-bd2802.c: In function 'bd2802_store_reg0x10': /kisskb/src/drivers/leds/leds-bd2802.c:323:16: note: byref variable will be forcibly initialized 323 | unsigned long val; \ | ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:356:1: note: in expansion of macro 'BD2802_SET_REGISTER' 356 | BD2802_SET_REGISTER(0x10, "0x10"); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-bd2802.c: In function 'bd2802_store_reg0x0f': /kisskb/src/drivers/leds/leds-bd2802.c:323:16: note: byref variable will be forcibly initialized 323 | unsigned long val; \ | ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:355:1: note: in expansion of macro 'BD2802_SET_REGISTER' 355 | BD2802_SET_REGISTER(0x0f, "0x0f"); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-bd2802.c: In function 'bd2802_store_reg0x0e': /kisskb/src/drivers/leds/leds-bd2802.c:323:16: note: byref variable will be forcibly initialized 323 | unsigned long val; \ | ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:354:1: note: in expansion of macro 'BD2802_SET_REGISTER' 354 | BD2802_SET_REGISTER(0x0e, "0x0e"); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lnbh29.c: In function 'lnbh29_read_vmon': /kisskb/src/drivers/media/dvb-frontends/lnbh29.c:45:17: note: byref variable will be forcibly initialized 45 | struct i2c_msg msg[2] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/lnbh29.c:43:5: note: byref variable will be forcibly initialized 43 | u8 status[2]; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/lnbh29.c:42:5: note: byref variable will be forcibly initialized 42 | u8 addr = 0x00; | ^~~~ /kisskb/src/drivers/leds/leds-bd2802.c: In function 'bd2802_store_reg0x0d': /kisskb/src/drivers/leds/leds-bd2802.c:323:16: note: byref variable will be forcibly initialized 323 | unsigned long val; \ | ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:353:1: note: in expansion of macro 'BD2802_SET_REGISTER' 353 | BD2802_SET_REGISTER(0x0d, "0x0d"); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-bd2802.c: In function 'bd2802_store_reg0x0c': /kisskb/src/drivers/leds/leds-bd2802.c:323:16: note: byref variable will be forcibly initialized 323 | unsigned long val; \ | ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:352:1: note: in expansion of macro 'BD2802_SET_REGISTER' 352 | BD2802_SET_REGISTER(0x0c, "0x0c"); | ^~~~~~~~~~~~~~~~~~~ /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/leds/leds-bd2802.c: In function 'bd2802_store_reg0x0b': /kisskb/src/drivers/leds/leds-bd2802.c:323:16: note: byref variable will be forcibly initialized 323 | unsigned long val; \ | ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:351:1: note: in expansion of macro 'BD2802_SET_REGISTER' 351 | BD2802_SET_REGISTER(0x0b, "0x0b"); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-bd2802.c: In function 'bd2802_store_reg0x0a': /kisskb/src/drivers/leds/leds-bd2802.c:323:16: note: byref variable will be forcibly initialized 323 | unsigned long val; \ | ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:350:1: note: in expansion of macro 'BD2802_SET_REGISTER' 350 | BD2802_SET_REGISTER(0x0a, "0x0a"); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-bd2802.c: In function 'bd2802_store_reg0x09': /kisskb/src/drivers/leds/leds-bd2802.c:323:16: note: byref variable will be forcibly initialized 323 | unsigned long val; \ | ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:349:1: note: in expansion of macro 'BD2802_SET_REGISTER' 349 | BD2802_SET_REGISTER(0x09, "0x09"); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-bd2802.c: In function 'bd2802_store_reg0x08': /kisskb/src/drivers/leds/leds-bd2802.c:323:16: note: byref variable will be forcibly initialized 323 | unsigned long val; \ | ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:348:1: note: in expansion of macro 'BD2802_SET_REGISTER' 348 | BD2802_SET_REGISTER(0x08, "0x08"); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-bd2802.c: In function 'bd2802_store_reg0x07': /kisskb/src/drivers/leds/leds-bd2802.c:323:16: note: byref variable will be forcibly initialized 323 | unsigned long val; \ | ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:347:1: note: in expansion of macro 'BD2802_SET_REGISTER' 347 | BD2802_SET_REGISTER(0x07, "0x07"); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-bd2802.c: In function 'bd2802_store_reg0x06': /kisskb/src/drivers/leds/leds-bd2802.c:323:16: note: byref variable will be forcibly initialized 323 | unsigned long val; \ | ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:346:1: note: in expansion of macro 'BD2802_SET_REGISTER' 346 | BD2802_SET_REGISTER(0x06, "0x06"); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-bd2802.c: In function 'bd2802_store_reg0x05': /kisskb/src/drivers/leds/leds-bd2802.c:323:16: note: byref variable will be forcibly initialized 323 | unsigned long val; \ | ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:345:1: note: in expansion of macro 'BD2802_SET_REGISTER' 345 | BD2802_SET_REGISTER(0x05, "0x05"); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-bd2802.c: In function 'bd2802_store_reg0x04': /kisskb/src/drivers/leds/leds-bd2802.c:323:16: note: byref variable will be forcibly initialized 323 | unsigned long val; \ | ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:344:1: note: in expansion of macro 'BD2802_SET_REGISTER' 344 | BD2802_SET_REGISTER(0x04, "0x04"); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-bd2802.c: In function 'bd2802_store_reg0x03': /kisskb/src/drivers/leds/leds-bd2802.c:323:16: note: byref variable will be forcibly initialized 323 | unsigned long val; \ | ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:343:1: note: in expansion of macro 'BD2802_SET_REGISTER' 343 | BD2802_SET_REGISTER(0x03, "0x03"); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-bd2802.c: In function 'bd2802_store_reg0x02': /kisskb/src/drivers/leds/leds-bd2802.c:323:16: note: byref variable will be forcibly initialized 323 | unsigned long val; \ | ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:342:1: note: in expansion of macro 'BD2802_SET_REGISTER' 342 | BD2802_SET_REGISTER(0x02, "0x02"); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-bd2802.c: In function 'bd2802_store_reg0x01': /kisskb/src/drivers/leds/leds-bd2802.c:323:16: note: byref variable will be forcibly initialized 323 | unsigned long val; \ | ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:341:1: note: in expansion of macro 'BD2802_SET_REGISTER' 341 | BD2802_SET_REGISTER(0x01, "0x01"); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-bd2802.c: In function 'bd2802_store_reg0x00': /kisskb/src/drivers/leds/leds-bd2802.c:323:16: note: byref variable will be forcibly initialized 323 | unsigned long val; \ | ^~~ /kisskb/src/drivers/leds/leds-bd2802.c:340:1: note: in expansion of macro 'BD2802_SET_REGISTER' 340 | BD2802_SET_REGISTER(0x00, "0x00"); | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/platform/goldfish/goldfish_pipe.c: In function 'goldfish_interrupt_task': /kisskb/src/drivers/platform/goldfish/goldfish_pipe.c:582:6: note: byref variable will be forcibly initialized 582 | int wakes; | ^~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/drivers/leds/leds-is31fl32xx.c:12: /kisskb/src/drivers/leds/leds-is31fl32xx.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/irq.h:21, 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/drivers/platform/goldfish/goldfish_pipe.c:52: /kisskb/src/drivers/platform/goldfish/goldfish_pipe.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/leds/leds-is31fl32xx.c: In function 'is31fl32xx_parse_child_dt': /kisskb/src/drivers/leds/leds-is31fl32xx.c:334:6: note: byref variable will be forcibly initialized 334 | u32 reg; | ^~~ /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/platform/goldfish/goldfish_pipe.c: In function 'transfer_max_buffers': /kisskb/src/drivers/platform/goldfish/goldfish_pipe.c:335:15: note: byref variable will be forcibly initialized 335 | unsigned int iter_last_page_size; | ^~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/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:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/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/drivers/platform/goldfish/goldfish_pipe.c: In function 'goldfish_pipe_read_write': /kisskb/src/drivers/platform/goldfish/goldfish_pipe.c:416:7: note: byref variable will be forcibly initialized 416 | int status; | ^~~~~~ /kisskb/src/drivers/platform/goldfish/goldfish_pipe.c:415:7: note: byref variable will be forcibly initialized 415 | s32 consumed_size; | ^~~~~~~~~~~~~ /kisskb/src/drivers/leds/leds-lm3642.c: In function 'torch_pin_store': /kisskb/src/drivers/leds/leds-lm3642.c:176:15: note: byref variable will be forcibly initialized 176 | unsigned int state; | ^~~~~ /kisskb/src/drivers/leds/leds-lm3642.c: In function 'strobe_pin_store': /kisskb/src/drivers/leds/leds-lm3642.c:223:15: note: byref variable will be forcibly initialized 223 | unsigned int state; | ^~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/include/linux/ssb/ssb.h:9, from /kisskb/src/drivers/ssb/ssb_private.h:8, from /kisskb/src/drivers/ssb/sprom.c:14: /kisskb/src/drivers/ssb/sprom.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/ssb/sprom.c: In function 'hex2sprom': /kisskb/src/drivers/ssb/sprom.c:41:16: note: byref variable will be forcibly initialized 41 | unsigned long parsed; | ^~~~~~ /kisskb/src/drivers/ssb/sprom.c:39:10: note: byref variable will be forcibly initialized 39 | char c, tmp[5] = { 0 }; | ^~~ /kisskb/src/drivers/ssb/sprom.c: In function 'ssb_attr_sprom_store': /kisskb/src/drivers/ssb/sprom.c:107:28: note: byref variable will be forcibly initialized 107 | struct ssb_freeze_context freeze; | ^~~~~~ /kisskb/src/drivers/mailbox/mailbox.c: In function 'mbox_request_channel': /kisskb/src/drivers/mailbox/mailbox.c:335:25: note: byref variable will be forcibly initialized 335 | struct of_phandle_args spec; | ^~~~ /kisskb/src/drivers/of/device.c: In function 'of_dma_configure_id': /kisskb/src/drivers/of/device.c:115:31: note: byref variable will be forcibly initialized 115 | const struct bus_dma_region *map = NULL; | ^~~ /kisskb/src/drivers/ssb/pci.c: In function 'sprom_do_write': /kisskb/src/drivers/ssb/pci.c:285:6: note: byref variable will be forcibly initialized 285 | u32 spromctl; | ^~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/include/linux/ssb/ssb.h:9, from /kisskb/src/drivers/ssb/ssb_private.h:8, from /kisskb/src/drivers/ssb/pci.c:18: /kisskb/src/drivers/ssb/pci.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/ssb/pci.c: In function 'ssb_pci_switch_coreidx': /kisskb/src/drivers/ssb/pci.c:36:6: note: byref variable will be forcibly initialized 36 | u32 cur_core; | ^~~~~~~~ /kisskb/src/drivers/ssb/pci.c: In function 'ssb_pci_xtal': /kisskb/src/drivers/ssb/pci.c:88:6: note: byref variable will be forcibly initialized 88 | u16 pci_status; | ^~~~~~~~~~ /kisskb/src/drivers/ssb/pci.c:87:15: note: byref variable will be forcibly initialized 87 | u32 in, out, outenable; | ^~~~~~~~~ /kisskb/src/drivers/ssb/pci.c:87:10: note: byref variable will be forcibly initialized 87 | u32 in, out, outenable; | ^~~ /kisskb/src/drivers/ssb/pci.c:87:6: note: byref variable will be forcibly initialized 87 | u32 in, out, outenable; | ^~ /kisskb/src/drivers/mmc/host/vub300.c: In function 'download_offload_pseudocode': /kisskb/src/drivers/mmc/host/vub300.c:1359:25: note: byref variable will be forcibly initialized 1359 | const struct firmware *fw = NULL; | ^~ /kisskb/src/drivers/mmc/host/vub300.c: In function 'vub300_usb_bulk_msg': /kisskb/src/drivers/mmc/host/vub300.c:1403:20: note: byref variable will be forcibly initialized 1403 | struct completion done; | ^~~~ /kisskb/src/drivers/mmc/host/vub300.c: In function '__command_read_data': /kisskb/src/drivers/mmc/host/vub300.c:1473:8: note: byref variable will be forcibly initialized 1473 | int actual_length = 0; | ^~~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/vub300.c: In function '__command_write_data': /kisskb/src/drivers/mmc/host/vub300.c:1558:17: note: byref variable will be forcibly initialized 1558 | unsigned char buf[64 * 4]; | ^~~ /kisskb/src/drivers/mmc/host/vub300.c:1536:8: note: byref variable will be forcibly initialized 1536 | int actual_length; | ^~~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/vub300.c:1512:7: note: byref variable will be forcibly initialized 1512 | int actual_length; | ^~~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/vub300.c: In function 'vub300_probe': /kisskb/src/drivers/mmc/host/vub300.c:2093:7: note: byref variable will be forcibly initialized 2093 | char serial_number[32]; | ^~~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/vub300.c:2092:7: note: byref variable will be forcibly initialized 2092 | char product[32]; | ^~~~~~~ /kisskb/src/drivers/mmc/host/vub300.c:2091:7: note: byref variable will be forcibly initialized 2091 | char manufacturer[48]; | ^~~~~~~~~~~~ /kisskb/src/drivers/usb/class/usblp.c: In function 'usblp_ioctl': /kisskb/src/drivers/usb/class/usblp.c:525:6: note: byref variable will be forcibly initialized 525 | int twoints[2]; | ^~~~~~~ /kisskb/src/drivers/usb/class/usblp.c:524:6: note: byref variable will be forcibly initialized 524 | int status; | ^~~~~~ /kisskb/src/drivers/usb/class/usblp.c:523:16: note: byref variable will be forcibly initialized 523 | unsigned char newChannel; | ^~~~~~~~~~ /kisskb/src/drivers/mmc/host/rtsx_usb_sdmmc.c: In function 'sdmmc_get_cd': /kisskb/src/drivers/mmc/host/rtsx_usb_sdmmc.c:779:6: note: byref variable will be forcibly initialized 779 | u16 val; | ^~~ /kisskb/src/drivers/mmc/host/rtsx_usb_sdmmc.c: In function 'sdmmc_get_ro': /kisskb/src/drivers/mmc/host/rtsx_usb_sdmmc.c:751:6: note: byref variable will be forcibly initialized 751 | u16 val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/lnbp21.c: In function 'lnbp21_set_tone': /kisskb/src/drivers/media/dvb-frontends/lnbp21.c:81:17: note: byref variable will be forcibly initialized 81 | struct i2c_msg msg = { .addr = lnbp21->i2c_addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/dvb-frontends/lnbp21.c: In function 'lnbp21_enable_high_lnb_voltage': /kisskb/src/drivers/media/dvb-frontends/lnbp21.c:62:17: note: byref variable will be forcibly initialized 62 | struct i2c_msg msg = { .addr = lnbp21->i2c_addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/dvb-frontends/lnbp21.c: In function 'lnbp21_set_voltage': /kisskb/src/drivers/media/dvb-frontends/lnbp21.c:34:17: note: byref variable will be forcibly initialized 34 | struct i2c_msg msg = { .addr = lnbp21->i2c_addr, .flags = 0, | ^~~ /kisskb/src/drivers/usb/class/usblp.c: In function 'usblp_select_alts': /kisskb/src/drivers/usb/class/usblp.c:1266:44: note: byref variable will be forcibly initialized 1266 | struct usb_endpoint_descriptor *epwrite, *epread; | ^~~~~~ /kisskb/src/drivers/usb/class/usblp.c:1266:34: note: byref variable will be forcibly initialized 1266 | struct usb_endpoint_descriptor *epwrite, *epread; | ^~~~~~~ /kisskb/src/drivers/mmc/host/rtsx_usb_sdmmc.c: In function 'sd_wait_data_idle': /kisskb/src/drivers/mmc/host/rtsx_usb_sdmmc.c:653:5: note: byref variable will be forcibly initialized 653 | u8 val = 0; | ^~~ /kisskb/src/drivers/mmc/host/rtsx_usb_sdmmc.c: In function 'sdmmc_card_busy': /kisskb/src/drivers/mmc/host/rtsx_usb_sdmmc.c:1200:5: note: byref variable will be forcibly initialized 1200 | u8 stat; | ^~~~ /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/mmc/host/sdhci-pltfm.c: In function 'sdhci_get_property': /kisskb/src/drivers/mmc/host/sdhci-pltfm.c:84:6: note: byref variable will be forcibly initialized 84 | u32 bus_width; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/leds/leds-lp50xx.c:6: /kisskb/src/drivers/leds/leds-lp50xx.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/include/linux/gpio/consumer.h:5, from /kisskb/src/drivers/leds/leds-lp50xx.c:5: /kisskb/src/drivers/leds/leds-lp50xx.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/leds/leds-lp50xx.c:6: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/drivers/leds/leds-lp50xx.c: In function 'lp50xx_probe_leds': /kisskb/src/drivers/leds/leds-lp50xx.c:399:6: note: byref variable will be forcibly initialized 399 | int led_number; | ^~~~~~~~~~ /kisskb/src/drivers/leds/leds-lp50xx.c: In function 'lp50xx_probe_dt': /kisskb/src/drivers/leds/leds-lp50xx.c:451:6: note: byref variable will be forcibly initialized 451 | u32 color_id; | ^~~~~~~~ /kisskb/src/drivers/staging/gs_fpgaboot/gs_fpgaboot.c: In function 'readmagic_bitstream': /kisskb/src/drivers/staging/gs_fpgaboot/gs_fpgaboot.c:93:5: note: byref variable will be forcibly initialized 93 | u8 buf[13]; | ^~~ /kisskb/src/drivers/staging/gs_fpgaboot/gs_fpgaboot.c: In function 'readinfo_bitstream': /kisskb/src/drivers/staging/gs_fpgaboot/gs_fpgaboot.c:43:5: note: byref variable will be forcibly initialized 43 | u8 tbuf[2]; | ^~~~ /kisskb/src/drivers/staging/gs_fpgaboot/gs_fpgaboot.c: In function 'readlength_bitstream': /kisskb/src/drivers/staging/gs_fpgaboot/gs_fpgaboot.c:69:5: note: byref variable will be forcibly initialized 69 | u8 tbuf[4]; | ^~~~ /kisskb/src/drivers/staging/gs_fpgaboot/gs_fpgaboot.c: In function 'gs_read_bitstream': /kisskb/src/drivers/staging/gs_fpgaboot/gs_fpgaboot.c:129:6: note: byref variable will be forcibly initialized 129 | int offset; | ^~~~~~ /kisskb/src/drivers/leds/leds-lp5523.c: In function 'store_engine_leds': /kisskb/src/drivers/leds/leds-lp5523.c:529:6: note: byref variable will be forcibly initialized 529 | u16 mux = 0; | ^~~ /kisskb/src/drivers/leds/leds-lp5523.c: In function 'show_master_fader_leds': /kisskb/src/drivers/leds/leds-lp5523.c:738:5: note: byref variable will be forcibly initialized 738 | u8 val; | ^~~ /kisskb/src/drivers/leds/leds-lp5523.c: In function 'lp5523_run_engine': /kisskb/src/drivers/leds/leds-lp5523.c:221:5: note: byref variable will be forcibly initialized 221 | u8 exec; | ^~~~ /kisskb/src/drivers/leds/leds-lp5523.c:220:5: note: byref variable will be forcibly initialized 220 | u8 mode; | ^~~~ /kisskb/src/drivers/leds/leds-lp5523.c: In function 'lp5523_init_program_engine': /kisskb/src/drivers/leds/leds-lp5523.c:270:5: note: byref variable will be forcibly initialized 270 | u8 status; | ^~~~~~ /kisskb/src/drivers/leds/leds-lp5523.c: In function 'store_master_fader': /kisskb/src/drivers/leds/leds-lp5523.c:709:16: note: byref variable will be forcibly initialized 709 | unsigned long val; | ^~~ /kisskb/src/drivers/leds/leds-lp5523.c: In function 'show_master_fader': /kisskb/src/drivers/leds/leds-lp5523.c:687:5: note: byref variable will be forcibly initialized 687 | u8 val; | ^~~ /kisskb/src/drivers/leds/leds-lp5523.c: In function 'lp5523_selftest': /kisskb/src/drivers/leds/leds-lp5523.c:585:18: note: byref variable will be forcibly initialized 585 | u8 status, adc, vdd; | ^~~ /kisskb/src/drivers/leds/leds-lp5523.c:585:13: note: byref variable will be forcibly initialized 585 | u8 status, adc, vdd; | ^~~ /kisskb/src/drivers/leds/leds-lp5523.c:585:5: note: byref variable will be forcibly initialized 585 | u8 status, adc, vdd; | ^~~~~~ /kisskb/src/drivers/leds/leds-lp5523.c: In function 'show_engine_leds': /kisskb/src/drivers/leds/leds-lp5523.c:484:7: note: byref variable will be forcibly initialized 484 | char mux[LP5523_MAX_LEDS + 1]; | ^~~ /kisskb/src/drivers/leds/leds-lp5523.c: In function 'lp5523_update_program_memory': /kisskb/src/drivers/leds/leds-lp5523.c:331:6: note: byref variable will be forcibly initialized 331 | int nrchars; | ^~~~~~~ /kisskb/src/drivers/leds/leds-lp5523.c:330:7: note: byref variable will be forcibly initialized 330 | char c[3]; | ^ /kisskb/src/drivers/leds/leds-lp5523.c:329:15: note: byref variable will be forcibly initialized 329 | unsigned int cmd; | ^~~ /kisskb/src/drivers/leds/leds-lp5523.c:328:5: note: byref variable will be forcibly initialized 328 | u8 pattern[LP5523_PROGRAM_LENGTH] = {0}; | ^~~~~~~ In file included from /kisskb/src/include/asm-generic/div64.h:27, from ./arch/powerpc/include/generated/asm/div64.h:1, from /kisskb/src/include/linux/math.h:5, from /kisskb/src/include/linux/delay.h:22, from /kisskb/src/drivers/leds/leds-lp5523.c:12: /kisskb/src/drivers/leds/leds-lp5523.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/leds/leds-lp5523.c:14: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/drivers/crypto/ccree/cc_cipher.c: In function 'cc_cipher_sethkey': /kisskb/src/drivers/crypto/ccree/cc_cipher.c:307:22: note: byref variable will be forcibly initialized 307 | struct cc_hkey_info hki; | ^~~ In file included from /kisskb/src/drivers/crypto/ccree/cc_cipher.c:8: /kisskb/src/drivers/crypto/ccree/cc_cipher.c: In function 'des3_ede_verify_key': /kisskb/src/include/crypto/internal/des.h:59:6: note: byref variable will be forcibly initialized 59 | u32 K[6]; | ^ /kisskb/src/drivers/crypto/ccree/cc_cipher.c: In function 'crypto_des_verify_key': /kisskb/src/include/crypto/internal/des.h:28:17: note: byref variable will be forcibly initialized 28 | struct des_ctx tmp; | ^~~ /kisskb/src/drivers/leds/leds-lp5562.c: In function 'lp5562_run_engine': /kisskb/src/drivers/leds/leds-lp5562.c:157:5: note: byref variable will be forcibly initialized 157 | u8 exec; | ^~~~ /kisskb/src/drivers/leds/leds-lp5562.c:156:5: note: byref variable will be forcibly initialized 156 | u8 mode; | ^~~~ /kisskb/src/drivers/leds/leds-lp5562.c: In function 'lp5562_store_pattern': /kisskb/src/drivers/leds/leds-lp5562.c:413:16: note: byref variable will be forcibly initialized 413 | unsigned long mode; | ^~~~ /kisskb/src/drivers/leds/leds-lp5562.c: In function 'lp5562_update_firmware': /kisskb/src/drivers/leds/leds-lp5562.c:219:6: note: byref variable will be forcibly initialized 219 | int nrchars; | ^~~~~~~ /kisskb/src/drivers/leds/leds-lp5562.c:217:7: note: byref variable will be forcibly initialized 217 | char c[3]; | ^ /kisskb/src/drivers/leds/leds-lp5562.c:216:11: note: byref variable will be forcibly initialized 216 | unsigned cmd; | ^~~ /kisskb/src/drivers/leds/leds-lp5562.c:210:5: note: byref variable will be forcibly initialized 210 | u8 pattern[LP5562_PROGRAM_LENGTH] = {0}; | ^~~~~~~ In file included from /kisskb/src/include/asm-generic/div64.h:27, from ./arch/powerpc/include/generated/asm/div64.h:1, from /kisskb/src/include/linux/math.h:5, from /kisskb/src/include/linux/delay.h:22, from /kisskb/src/drivers/leds/leds-lp5562.c:10: /kisskb/src/drivers/leds/leds-lp5562.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/leds/leds-lp5562.c:12: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/drivers/crypto/ccree/cc_cipher.c: In function 'cc_cipher_process': /kisskb/src/drivers/crypto/ccree/cc_cipher.c:893:15: note: byref variable will be forcibly initialized 893 | unsigned int seq_len = 0; | ^~~~~~~ /kisskb/src/drivers/crypto/ccree/cc_cipher.c:890:20: note: byref variable will be forcibly initialized 890 | struct cc_hw_desc desc[MAX_SKCIPHER_SEQ_LEN]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/isl6421.c: In function 'isl6421_set_tone': /kisskb/src/drivers/media/dvb-frontends/isl6421.c:146:17: note: byref variable will be forcibly initialized 146 | struct i2c_msg msg = { .addr = isl6421->i2c_addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/dvb-frontends/isl6421.c: In function 'isl6421_enable_high_lnb_voltage': /kisskb/src/drivers/media/dvb-frontends/isl6421.c:127:17: note: byref variable will be forcibly initialized 127 | struct i2c_msg msg = { .addr = isl6421->i2c_addr, .flags = 0, | ^~~ /kisskb/src/drivers/media/dvb-frontends/isl6421.c: In function 'isl6421_set_voltage': /kisskb/src/drivers/media/dvb-frontends/isl6421.c:37:17: note: byref variable will be forcibly initialized 37 | struct i2c_msg msg[2] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/isl6421.c:34:5: note: byref variable will be forcibly initialized 34 | u8 buf; | ^~~ /kisskb/src/drivers/staging/iio/addac/adt7316-i2c.c: In function 'adt7316_i2c_probe': /kisskb/src/drivers/staging/iio/addac/adt7316-i2c.c:99:21: note: byref variable will be forcibly initialized 99 | struct adt7316_bus bus = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda10086.c: In function 'tda10086_write_byte': /kisskb/src/drivers/media/dvb-frontends/tda10086.c:42:5: note: byref variable will be forcibly initialized 42 | u8 b0[] = { reg, data }; | ^~ /kisskb/src/drivers/media/dvb-frontends/tda10086.c: In function 'tda10086_read_byte': /kisskb/src/drivers/media/dvb-frontends/tda10086.c:59:5: note: byref variable will be forcibly initialized 59 | u8 b1[] = { 0 }; | ^~ /kisskb/src/drivers/media/dvb-frontends/tda10086.c:58:5: note: byref variable will be forcibly initialized 58 | u8 b0[] = { reg }; | ^~ /kisskb/src/drivers/media/dvb-frontends/tda10086.c: In function 'tda10086_set_frontend': /kisskb/src/drivers/media/dvb-frontends/tda10086.c:406:6: note: byref variable will be forcibly initialized 406 | u32 freq = 0; | ^~~~ /kisskb/src/drivers/ssb/pcihost_wrapper.c: In function 'ssb_pcihost_probe': /kisskb/src/drivers/ssb/pcihost_wrapper.c:72:6: note: byref variable will be forcibly initialized 72 | u32 val; | ^~~ /kisskb/src/drivers/mmc/core/mmc_ops.c: In function 'mmc_busy_cb': /kisskb/src/drivers/mmc/core/mmc_ops.c:435:6: note: byref variable will be forcibly initialized 435 | u32 status = 0; | ^~~~~~ /kisskb/src/drivers/mmc/core/mmc_ops.c: In function '__mmc_poll_for_busy': /kisskb/src/drivers/mmc/core/mmc_ops.c:482:7: note: byref variable will be forcibly initialized 482 | bool busy = false; | ^~~~ /kisskb/src/drivers/mmc/core/mmc_ops.c: In function 'mmc_poll_for_busy': /kisskb/src/drivers/mmc/core/mmc_ops.c:518:23: note: byref variable will be forcibly initialized 518 | struct mmc_busy_data cb_data; | ^~~~~~~ /kisskb/src/drivers/mmc/core/mmc_ops.c: In function 'mmc_send_bus_test': /kisskb/src/drivers/mmc/core/mmc_ops.c:738:21: note: byref variable will be forcibly initialized 738 | struct scatterlist sg; | ^~ /kisskb/src/drivers/mmc/core/mmc_ops.c: In function 'mmc_send_tuning': /kisskb/src/drivers/mmc/core/mmc_ops.c:642:21: note: byref variable will be forcibly initialized 642 | 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:260:21: note: byref variable will be forcibly initialized 260 | struct scatterlist sg; | ^~ /kisskb/src/drivers/mmc/core/mmc_ops.c: In function 'mmc_switch_status': /kisskb/src/drivers/mmc/core/mmc_ops.c:419:6: note: byref variable will be forcibly initialized 419 | u32 status; | ^~~~~~ /kisskb/src/drivers/mmc/core/mmc_ops.c: In function 'mmc_interrupt_hpi': /kisskb/src/drivers/mmc/core/mmc_ops.c:870:6: note: byref variable will be forcibly initialized 870 | u32 status; | ^~~~~~ /kisskb/src/drivers/mmc/core/mmc_ops.c: In function 'mmc_read_bkops_status': /kisskb/src/drivers/mmc/core/mmc_ops.c:916:6: note: byref variable will be forcibly initialized 916 | u8 *ext_csd; | ^~~~~~~ /kisskb/src/drivers/mmc/core/mmc.c: In function 'mmc_compare_ext_csds': /kisskb/src/drivers/mmc/core/mmc.c:708:6: note: byref variable will be forcibly initialized 708 | u8 *bw_ext_csd; | ^~~~~~~~~~ /kisskb/src/drivers/clocksource/timer-microchip-pit64b.c: In function 'mchp_pit64b_init_mode': /kisskb/src/drivers/clocksource/timer-microchip-pit64b.c:284:6: note: byref variable will be forcibly initialized 284 | u32 pres, best_pres = 0; | ^~~~ /kisskb/src/drivers/mmc/core/mmc.c: In function 'mmc_read_ext_csd': /kisskb/src/drivers/mmc/core/mmc.c:670:6: note: byref variable will be forcibly initialized 670 | u8 *ext_csd; | ^~~~~~~ /kisskb/src/drivers/mmc/core/mmc.c: In function 'mmc_select_driver_type': /kisskb/src/drivers/mmc/core/mmc.c:1332:37: note: byref variable will be forcibly initialized 1332 | int card_drv_type, drive_strength, drv_type = 0; | ^~~~~~~~ /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/drivers/mmc/core/mmc.c: In function 'mmc_init_card': /kisskb/src/drivers/mmc/core/mmc.c:1577:6: note: byref variable will be forcibly initialized 1577 | u32 rocr; | ^~~~ /kisskb/src/drivers/mmc/core/mmc.c:1576:6: note: byref variable will be forcibly initialized 1576 | u32 cid[4]; | ^~~ /kisskb/src/drivers/leds/leds-lp55xx-common.c: In function 'lp55xx_update_bits': /kisskb/src/drivers/leds/leds-lp55xx-common.c:384:5: note: byref variable will be forcibly initialized 384 | u8 tmp; | ^~~ /kisskb/src/drivers/mmc/core/mmc.c: In function 'mmc_attach_mmc': /kisskb/src/drivers/mmc/core/mmc.c:2258:6: note: byref variable will be forcibly initialized 2258 | u32 ocr, rocr; | ^~~ /kisskb/src/drivers/leds/leds-lp55xx-common.c: In function 'lp55xx_detect_device': /kisskb/src/drivers/leds/leds-lp55xx-common.c:56:5: note: byref variable will be forcibly initialized 56 | u8 val = cfg->enable.val; | ^~~ /kisskb/src/drivers/leds/leds-lp55xx-common.c: In function 'led_current_store': /kisskb/src/drivers/leds/leds-lp55xx-common.c:100:16: note: byref variable will be forcibly initialized 100 | unsigned long curr; | ^~~~ /kisskb/src/drivers/leds/leds-lp55xx-common.c: In function 'run_engine_store': /kisskb/src/drivers/leds/leds-lp55xx-common.c:330:16: note: byref variable will be forcibly initialized 330 | unsigned long val; | ^~~ In file included from /kisskb/src/include/linux/err.h:5, from /kisskb/src/include/linux/clk.h:12, from /kisskb/src/drivers/leds/leds-lp55xx-common.c:12: /kisskb/src/drivers/leds/leds-lp55xx-common.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/leds/leds-lp55xx-common.c:15: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/drivers/leds/leds-lp55xx-common.c: In function 'lp55xx_init_led': /kisskb/src/drivers/leds/leds-lp55xx-common.c:168:7: note: byref variable will be forcibly initialized 168 | char name[32]; | ^~~~ /kisskb/src/drivers/leds/leds-lp8501.c: In function 'lp8501_run_engine': /kisskb/src/drivers/leds/leds-lp8501.c:160:5: note: byref variable will be forcibly initialized 160 | u8 exec; | ^~~~ /kisskb/src/drivers/leds/leds-lp8501.c:159:5: note: byref variable will be forcibly initialized 159 | u8 mode; | ^~~~ /kisskb/src/drivers/leds/leds-lp8501.c: In function 'lp8501_update_program_memory': /kisskb/src/drivers/leds/leds-lp8501.c:211:6: note: byref variable will be forcibly initialized 211 | int nrchars; | ^~~~~~~ /kisskb/src/drivers/leds/leds-lp8501.c:209:7: note: byref variable will be forcibly initialized 209 | char c[3]; | ^ /kisskb/src/drivers/leds/leds-lp8501.c:208:11: note: byref variable will be forcibly initialized 208 | unsigned cmd; | ^~~ /kisskb/src/drivers/leds/leds-lp8501.c:207:5: note: byref variable will be forcibly initialized 207 | u8 pattern[LP8501_PROGRAM_LENGTH] = {0}; | ^~~~~~~ /kisskb/src/drivers/leds/leds-lp55xx-common.c: In function 'select_engine_store': /kisskb/src/drivers/leds/leds-lp55xx-common.c:288:16: note: byref variable will be forcibly initialized 288 | unsigned long val; | ^~~ In file included from /kisskb/src/include/asm-generic/div64.h:27, from ./arch/powerpc/include/generated/asm/div64.h:1, from /kisskb/src/include/linux/math.h:5, from /kisskb/src/include/linux/delay.h:22, from /kisskb/src/drivers/leds/leds-lp8501.c:10: /kisskb/src/drivers/leds/leds-lp8501.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/leds/leds-lp8501.c:12: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/drivers/leds/leds-lp55xx-common.c: In function 'lp55xx_parse_multi_led_child': /kisskb/src/drivers/leds/leds-lp55xx-common.c:591:15: note: byref variable will be forcibly initialized 591 | int chan_nr, color_id, ret; | ^~~~~~~~ /kisskb/src/drivers/leds/leds-lp55xx-common.c:591:6: note: byref variable will be forcibly initialized 591 | int chan_nr, color_id, ret; | ^~~~~~~ /kisskb/src/drivers/leds/leds-lp55xx-common.c: In function 'lp55xx_parse_logical_led': /kisskb/src/drivers/leds/leds-lp55xx-common.c:634:6: note: byref variable will be forcibly initialized 634 | int chan_nr = 0; | ^~~~~~~ /kisskb/src/drivers/leds/leds-lp55xx-common.c:633:6: note: byref variable will be forcibly initialized 633 | int led_color, ret; | ^~~~~~~~~ /kisskb/src/drivers/rpmsg/rpmsg_char.c: In function 'rpmsg_ctrldev_ioctl': /kisskb/src/drivers/rpmsg/rpmsg_char.c:431:29: note: byref variable will be forcibly initialized 431 | struct rpmsg_endpoint_info eptinfo; | ^~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/cdev.h:5, from /kisskb/src/drivers/rpmsg/rpmsg_char.c:12: /kisskb/src/drivers/rpmsg/rpmsg_char.c: In function 'rpmsg_eptdev_read_iter': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rpmsg/rpmsg_char.c:188:7: note: in expansion of macro 'wait_event_interruptible' 188 | if (wait_event_interruptible(eptdev->readq, | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, 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/include/linux/cgroup.h:26, from /kisskb/src/include/linux/memcontrol.h:13, from /kisskb/src/include/linux/swap.h:9, from /kisskb/src/include/linux/suspend.h:5, from /kisskb/src/include/linux/regulator/consumer.h:35, from /kisskb/src/include/linux/amba/bus.h:19, from /kisskb/src/drivers/of/platform.c:14: /kisskb/src/drivers/of/platform.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/arch/powerpc/include/asm/io.h:27, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/iopoll.h:14, from /kisskb/src/drivers/mmc/host/sdhci-cadence.c:9: /kisskb/src/drivers/mmc/host/sdhci-cadence.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/of/platform.c: In function 'of_device_make_bus_id': /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/drivers/of/platform.c:79:6: note: byref variable will be forcibly initialized 79 | u32 mask; | ^~~~ /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; | ^~~~~~~~ /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/mmc/host/sdhci-cadence.c: In function 'sdhci_cdns_phy_param_parse': /kisskb/src/drivers/mmc/host/sdhci-cadence.c:141:6: note: byref variable will be forcibly initialized 141 | u32 val; | ^~~ /kisskb/src/drivers/of/platform.c: In function 'of_platform_notify': /kisskb/src/drivers/of/platform.c:677:7: note: byref variable will be forcibly initialized 677 | bool children_left; | ^~~~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/devfreq.h:68, from /kisskb/src/drivers/devfreq/devfreq.c:34: /kisskb/src/drivers/devfreq/devfreq.c: In function 'trace_event_raw_event_devfreq_frequency': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(devfreq_frequency, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(devfreq_frequency, | ^~~~~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'trace_event_raw_event_devfreq_monitor': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:39:1: note: in expansion of macro 'TRACE_EVENT' 39 | TRACE_EVENT(devfreq_monitor, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/devfreq.h:39:1: note: in expansion of macro 'TRACE_EVENT' 39 | TRACE_EVENT(devfreq_monitor, | ^~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/devfreq.h:13, from /kisskb/src/include/linux/devfreq_cooling.h:13, from /kisskb/src/drivers/devfreq/devfreq.c:14: /kisskb/src/drivers/devfreq/devfreq.c: In function 'array3_size': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:159:6: note: in expansion of macro 'check_mul_overflow' 159 | if (check_mul_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:159:6: note: in expansion of macro 'check_mul_overflow' 159 | if (check_mul_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:157:6: note: in expansion of macro 'check_mul_overflow' 157 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:157:6: note: in expansion of macro 'check_mul_overflow' 157 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:155:9: note: byref variable will be forcibly initialized 155 | size_t bytes; | ^~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'devfreq_set_target': /kisskb/src/drivers/devfreq/devfreq.c:354:16: note: byref variable will be forcibly initialized 354 | unsigned long cur_freq; | ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c:353:23: note: byref variable will be forcibly initialized 353 | struct devfreq_freqs freqs; | ^~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'devfreq_update_target': /kisskb/src/drivers/devfreq/devfreq.c:408:26: note: byref variable will be forcibly initialized 408 | unsigned long min_freq, max_freq; | ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c:408:16: note: byref variable will be forcibly initialized 408 | unsigned long min_freq, max_freq; | ^~~~~~~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/include/linux/ioport.h:13, from /kisskb/src/include/linux/acpi.h:12, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/leds/leds-max77650.c:8: /kisskb/src/drivers/leds/leds-max77650.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/leds/leds-max77650.c:8: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/drivers/leds/leds-max77650.c: In function 'max77650_led_probe': /kisskb/src/drivers/leds/leds-max77650.c:88:24: note: byref variable will be forcibly initialized 88 | struct led_init_data init_data = {}; | ^~~~~~~~~ /kisskb/src/drivers/leds/leds-max77650.c:70:6: note: byref variable will be forcibly initialized 70 | u32 reg; | ^~~ /kisskb/src/drivers/mmc/host/sdhci-omap.c: In function 'sdhci_omap_execute_tuning': /kisskb/src/drivers/mmc/host/sdhci-omap.c:331:6: note: byref variable will be forcibly initialized 331 | int temperature; | ^~~~~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'devfreq_monitor_resume': /kisskb/src/drivers/devfreq/devfreq.c:563:16: note: byref variable will be forcibly initialized 563 | unsigned long freq; | ^~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'find_available_min_freq': /kisskb/src/drivers/devfreq/devfreq.c:89:16: note: byref variable will be forcibly initialized 89 | unsigned long min_freq = 0; | ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'find_available_max_freq': /kisskb/src/drivers/devfreq/devfreq.c:103:16: note: byref variable will be forcibly initialized 103 | unsigned long max_freq = ULONG_MAX; | ^~~~~~~~ In file included from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/drivers/devfreq/devfreq.c:10: /kisskb/src/drivers/devfreq/devfreq.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/devfreq.h:13, from /kisskb/src/include/linux/devfreq_cooling.h:13, from /kisskb/src/drivers/devfreq/devfreq.c:14: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'set_freq_table': /kisskb/src/drivers/devfreq/devfreq.c:182:16: note: byref variable will be forcibly initialized 182 | unsigned long freq; | ^~~~ In file included from /kisskb/src/include/asm-generic/div64.h:27, from ./arch/powerpc/include/generated/asm/div64.h:1, from /kisskb/src/include/linux/math.h:5, from /kisskb/src/include/linux/delay.h:22, from /kisskb/src/drivers/mmc/host/sdhci-omap.c:9: /kisskb/src/drivers/mmc/host/sdhci-omap.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/node.h:18, from /kisskb/src/include/linux/cpu.h:17, from /kisskb/src/include/linux/of_device.h:5, from /kisskb/src/drivers/mmc/host/sdhci-omap.c:14: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mmc/host/sdhci-omap.c: In function 'sdhci_omap_iodelay_pinctrl_state': /kisskb/src/drivers/mmc/host/sdhci-omap.c:1090:7: note: byref variable will be forcibly initialized 1090 | char str[20]; | ^~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'timer_store': /kisskb/src/drivers/devfreq/devfreq.c:1825:7: note: byref variable will be forcibly initialized 1825 | char str_timer[DEVFREQ_NAME_LEN + 1]; | ^~~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'polling_interval_store': /kisskb/src/drivers/devfreq/devfreq.c:1793:15: note: byref variable will be forcibly initialized 1793 | unsigned int value; | ^~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'max_freq_show': /kisskb/src/drivers/devfreq/devfreq.c:1641:26: note: byref variable will be forcibly initialized 1641 | unsigned long min_freq, max_freq; | ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c:1641:16: note: byref variable will be forcibly initialized 1641 | unsigned long min_freq, max_freq; | ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'min_freq_show': /kisskb/src/drivers/devfreq/devfreq.c:1587:26: note: byref variable will be forcibly initialized 1587 | unsigned long min_freq, max_freq; | ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c:1587:16: note: byref variable will be forcibly initialized 1587 | unsigned long min_freq, max_freq; | ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'cur_freq_show': /kisskb/src/drivers/devfreq/devfreq.c:1533:16: note: byref variable will be forcibly initialized 1533 | unsigned long freq; | ^~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'governor_store': /kisskb/src/drivers/devfreq/devfreq.c:1409:7: note: byref variable will be forcibly initialized 1409 | char str_governor[DEVFREQ_NAME_LEN + 1]; | ^~~~~~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'devfreq_summary_show': /kisskb/src/drivers/devfreq/devfreq.c:1918:36: note: byref variable will be forcibly initialized 1918 | unsigned long cur_freq, min_freq, max_freq; | ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c:1918:26: note: byref variable will be forcibly initialized 1918 | unsigned long cur_freq, min_freq, max_freq; | ^~~~~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'trans_stat_store': /kisskb/src/drivers/devfreq/devfreq.c:1737:11: note: byref variable will be forcibly initialized 1737 | int err, value; | ^~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'max_freq_store': /kisskb/src/drivers/devfreq/devfreq.c:1601:16: note: byref variable will be forcibly initialized 1601 | unsigned long value; | ^~~~~ /kisskb/src/drivers/devfreq/devfreq.c: In function 'min_freq_store': /kisskb/src/drivers/devfreq/devfreq.c:1560:16: note: byref variable will be forcibly initialized 1560 | unsigned long value; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/tda826x.c: In function 'tda826x_set_params': /kisskb/src/drivers/media/dvb-frontends/tda826x.c:69:17: note: byref variable will be forcibly initialized 69 | struct i2c_msg msg = { .addr = priv->i2c_address, .flags = 0, .buf = buf, .len = 11 }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda826x.c:68:5: note: byref variable will be forcibly initialized 68 | u8 buf [11]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda826x.c: In function 'tda826x_sleep': /kisskb/src/drivers/media/dvb-frontends/tda826x.c:42:17: note: byref variable will be forcibly initialized 42 | struct i2c_msg msg = { .addr = priv->i2c_address, .flags = 0, .buf = buf, .len = 2 }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda826x.c:41:5: note: byref variable will be forcibly initialized 41 | u8 buf [] = { 0x00, 0x8d }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda826x.c: In function 'tda826x_attach': /kisskb/src/drivers/media/dvb-frontends/tda826x.c:134:17: note: byref variable will be forcibly initialized 134 | struct i2c_msg msg[2] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda826x.c:133:5: note: byref variable will be forcibly initialized 133 | u8 b1 [] = { 0, 0 }; | ^~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/container_of.h:5, from /kisskb/src/include/linux/list.h:5, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/leds/leds-mc13783.c:15: /kisskb/src/drivers/leds/leds-mc13783.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/platform_device.h:13, from /kisskb/src/drivers/leds/leds-mc13783.c:17: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/drivers/leds/leds-mc13783.c: In function 'mc13xxx_led_probe_dt': /kisskb/src/drivers/leds/leds-mc13783.c:145:7: note: byref variable will be forcibly initialized 145 | u32 tmp; | ^~~ /kisskb/src/drivers/leds/leds-mc13783.c:144:15: note: byref variable will be forcibly initialized 144 | const char *str; | ^~~ /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_get_status': /kisskb/src/drivers/media/dvb-frontends/tda8261.c:54:5: note: byref variable will be forcibly initialized 54 | u8 result = 0; | ^~~~~~ /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/media/dvb-frontends/tda8261.c: In function 'tda8261_set_params': /kisskb/src/drivers/media/dvb-frontends/tda8261.c:89:5: note: byref variable will be forcibly initialized 89 | u8 buf[4]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda8261.c:88:20: note: byref variable will be forcibly initialized 88 | u32 frequency, N, status = 0; | ^~~~~~ /kisskb/src/drivers/mmc/host/cqhci-core.c: In function 'cqhci_irq': /kisskb/src/drivers/mmc/host/cqhci-core.c:816:25: note: byref variable will be forcibly initialized 816 | unsigned long tag = 0, comp_status; | ^~~~~~~~~~~ In file included from /kisskb/src/include/asm-generic/div64.h:27, from ./arch/powerpc/include/generated/asm/div64.h:1, from /kisskb/src/include/linux/math.h:5, from /kisskb/src/include/linux/delay.h:22, from /kisskb/src/drivers/mmc/host/cqhci-core.c:5: /kisskb/src/drivers/mmc/host/cqhci-core.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/powerpc/include/asm/io.h:27, 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/highmem.h:10, from /kisskb/src/drivers/mmc/host/cqhci-core.c:6: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/drivers/ssb/driver_chipcommon.c: In function 'chipco_pctl_get_slowclksrc': /kisskb/src/drivers/ssb/driver_chipcommon.c:122:6: note: byref variable will be forcibly initialized 122 | u32 tmp; | ^~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/drivers/mmc/host/cqhci-core.c:6: /kisskb/src/drivers/mmc/host/cqhci-core.c: In function 'cqhci_halt': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/cqhci-core.c: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:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/cqhci-core.c: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:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/cqhci-core.c: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/mmc/host/cqhci-core.c:879:6: note: byref variable will be forcibly initialized 879 | int ret; | ^~~ /kisskb/src/drivers/mmc/host/cqhci-core.c: In function 'cqhci_prep_dcmd_desc': /kisskb/src/drivers/mmc/host/cqhci-core.c:536:6: note: byref variable will be forcibly initialized 536 | u64 data = 0; | ^~~~ /kisskb/src/drivers/usb/storage/scsiglue.c: In function 'max_sectors_store': /kisskb/src/drivers/usb/storage/scsiglue.c:580:17: note: byref variable will be forcibly initialized 580 | unsigned short ms; | ^~ /kisskb/src/drivers/usb/storage/uas.c: In function 'uas_free_streams': /kisskb/src/drivers/usb/storage/uas.c:980:28: note: byref variable will be forcibly initialized 980 | struct usb_host_endpoint *eps[3]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tua6100.c: In function 'tua6100_set_params': /kisskb/src/drivers/media/dvb-frontends/tua6100.c:68:17: note: byref variable will be forcibly initialized 68 | struct i2c_msg msg2 = { .addr = priv->i2c_address, .flags = 0, .buf = reg2, .len = 3 }; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/tua6100.c:67:17: note: byref variable will be forcibly initialized 67 | struct i2c_msg msg1 = { .addr = priv->i2c_address, .flags = 0, .buf = reg1, .len = 4 }; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/tua6100.c:66:17: note: byref variable will be forcibly initialized 66 | struct i2c_msg msg0 = { .addr = priv->i2c_address, .flags = 0, .buf = reg0, .len = 2 }; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/tua6100.c:65:5: note: byref variable will be forcibly initialized 65 | u8 reg2[] = { 0x02, 0x00, 0x00 }; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/tua6100.c:64:5: note: byref variable will be forcibly initialized 64 | u8 reg1[] = { 0x01, 0x00, 0x00, 0x00 }; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/tua6100.c:63:5: note: byref variable will be forcibly initialized 63 | u8 reg0[] = { 0x00, 0x00 }; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/tua6100.c: In function 'tua6100_attach': /kisskb/src/drivers/media/dvb-frontends/tua6100.c:165:17: note: byref variable will be forcibly initialized 165 | struct i2c_msg msg [] = { { .addr = addr, .flags = 0, .buf = b1, .len = 1 }, | ^~~ /kisskb/src/drivers/media/dvb-frontends/tua6100.c:164:5: note: byref variable will be forcibly initialized 164 | u8 b2 [] = { 0x00 }; | ^~ /kisskb/src/drivers/media/dvb-frontends/tua6100.c:163:5: note: byref variable will be forcibly initialized 163 | u8 b1 [] = { 0x80 }; | ^~ /kisskb/src/drivers/media/dvb-frontends/tua6100.c: In function 'tua6100_sleep': /kisskb/src/drivers/media/dvb-frontends/tua6100.c:44:17: note: byref variable will be forcibly initialized 44 | struct i2c_msg msg = { .addr = priv->i2c_address, .flags = 0, .buf = reg0, .len = 2 }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tua6100.c:43:5: note: byref variable will be forcibly initialized 43 | u8 reg0[] = { 0x00, 0x00 }; | ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/mmc/card.h:10, from /kisskb/src/drivers/mmc/host/mmc_hsq.c:10: /kisskb/src/drivers/mmc/host/mmc_hsq.c: In function 'mmc_hsq_wait_for_idle': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/mmc_hsq.c:276:2: note: in expansion of macro 'wait_event' 276 | wait_event(hsq->wait_queue, | ^~~~~~~~~~ /kisskb/src/drivers/mmc/host/mmc_hsq.c:274:6: note: byref variable will be forcibly initialized 274 | int 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/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_disable': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/mmc_hsq.c:297:8: note: in expansion of macro 'wait_event_timeout' 297 | ret = wait_event_timeout(hsq->wait_queue, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/mmc_hsq.c:286:6: note: byref variable will be forcibly initialized 286 | int ret; | ^~~ In file included from /kisskb/src/include/linux/dev_printk.h:14, 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 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mmc/card.h:10, from /kisskb/src/drivers/mmc/host/mmc_hsq.c:10: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/usb/storage/uas.c:29: /kisskb/src/drivers/usb/storage/uas.c: In function 'uas_use_uas_driver': /kisskb/src/drivers/usb/storage/uas-detect.h:62:16: note: byref variable will be forcibly initialized 62 | unsigned long flags = id->driver_info; | ^~~~~ /kisskb/src/drivers/usb/storage/uas.c: In function 'uas_probe': /kisskb/src/drivers/usb/storage/uas.c:994:16: note: byref variable will be forcibly initialized 994 | unsigned long dev_flags; | ^~~~~~~~~ /kisskb/src/drivers/staging/iio/impedance-analyzer/ad5933.c: In function 'ad5933_calc_out_ranges': /kisskb/src/drivers/staging/iio/impedance-analyzer/ad5933.c:251:15: note: byref variable will be forcibly initialized 251 | unsigned int normalized_3v3[4] = {1980, 198, 383, 970}; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/staging/iio/impedance-analyzer/ad5933.c: In function 'ad5933_cmd': /kisskb/src/drivers/staging/iio/impedance-analyzer/ad5933.c:157:16: note: byref variable will be forcibly initialized 157 | unsigned char dat = st->ctrl_hb | cmd; | ^~~ /kisskb/src/drivers/staging/iio/impedance-analyzer/ad5933.c: In function 'ad5933_reset': /kisskb/src/drivers/staging/iio/impedance-analyzer/ad5933.c:165:16: note: byref variable will be forcibly initialized 165 | unsigned char dat = st->ctrl_lb | AD5933_CTRL_RESET; | ^~~ /kisskb/src/drivers/staging/iio/impedance-analyzer/ad5933.c: In function 'ad5933_wait_busy': /kisskb/src/drivers/staging/iio/impedance-analyzer/ad5933.c:173:16: note: byref variable will be forcibly initialized 173 | unsigned char val, timeout = AD5933_MAX_RETRIES; | ^~~ /kisskb/src/drivers/staging/iio/impedance-analyzer/ad5933.c: In function 'ad5933_read_raw': /kisskb/src/drivers/staging/iio/impedance-analyzer/ad5933.c:505:9: note: byref variable will be forcibly initialized 505 | __be16 dat; | ^~~ /kisskb/src/drivers/staging/iio/impedance-analyzer/ad5933.c: In function 'ad5933_store': /kisskb/src/drivers/staging/iio/impedance-analyzer/ad5933.c:380:9: note: byref variable will be forcibly initialized 380 | __be16 dat; | ^~~ /kisskb/src/drivers/staging/iio/impedance-analyzer/ad5933.c:378:6: note: byref variable will be forcibly initialized 378 | u16 val; | ^~~ /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_store_frequency': /kisskb/src/drivers/staging/iio/impedance-analyzer/ad5933.c:299:16: note: byref variable will be forcibly initialized 299 | unsigned long val; | ^~~ /kisskb/src/drivers/staging/iio/impedance-analyzer/ad5933.c: In function 'ad5933_setup': /kisskb/src/drivers/staging/iio/impedance-analyzer/ad5933.c:218:9: note: byref variable will be forcibly initialized 218 | __be16 dat; | ^~~ /kisskb/src/drivers/staging/iio/impedance-analyzer/ad5933.c: In function 'ad5933_show_frequency': /kisskb/src/drivers/staging/iio/impedance-analyzer/ad5933.c:273:4: note: byref variable will be forcibly initialized 273 | } dat; | ^~~ /kisskb/src/drivers/staging/iio/impedance-analyzer/ad5933.c: In function 'ad5933_work': /kisskb/src/drivers/staging/iio/impedance-analyzer/ad5933.c:612:16: note: byref variable will be forcibly initialized 612 | unsigned char status; | ^~~~~~ /kisskb/src/drivers/staging/iio/impedance-analyzer/ad5933.c:611:6: note: byref variable will be forcibly initialized 611 | int val[2]; | ^~~ /kisskb/src/drivers/staging/iio/impedance-analyzer/ad5933.c:610:9: note: byref variable will be forcibly initialized 610 | __be16 buf[2]; | ^~~ /kisskb/src/drivers/extcon/extcon.c: In function 'extcon_sync': /kisskb/src/drivers/extcon/extcon.c:413:8: note: byref variable will be forcibly initialized 413 | char *envp[3]; | ^~~~ /kisskb/src/drivers/extcon/extcon.c:411:7: note: byref variable will be forcibly initialized 411 | char state_buf[120]; | ^~~~~~~~~ /kisskb/src/drivers/extcon/extcon.c:410:7: note: byref variable will be forcibly initialized 410 | char name_buf[120]; | ^~~~~~~~ In file included from /kisskb/src/drivers/extcon/extcon.c:24: /kisskb/src/drivers/extcon/extcon.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/container_of.h:5, from /kisskb/src/include/linux/list.h:5, from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/extcon/extcon.c:17: /kisskb/src/drivers/extcon/extcon.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/extcon/extcon.c:20: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/drivers/crypto/ccree/cc_hash.c: In function 'cc_init_copy_sram': /kisskb/src/drivers/crypto/ccree/cc_hash.c:1869:15: note: byref variable will be forcibly initialized 1869 | unsigned int larval_seq_len = 0; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/crypto/ccree/cc_hash.c:1868:20: note: byref variable will be forcibly initialized 1868 | struct cc_hw_desc larval_seq[CC_DIGEST_SIZE_MAX / sizeof(u32)]; | ^~~~~~~~~~ /kisskb/src/drivers/crypto/ccree/cc_hash.c: In function 'cc_xcbc_setkey': /kisskb/src/drivers/crypto/ccree/cc_hash.c:929:20: note: byref variable will be forcibly initialized 929 | struct cc_hw_desc desc[CC_MAX_HASH_SEQ_LEN]; | ^~~~ /kisskb/src/drivers/rpmsg/rpmsg_ns.c: In function 'rpmsg_ns_cb': /kisskb/src/drivers/rpmsg/rpmsg_ns.c:38:28: note: byref variable will be forcibly initialized 38 | struct rpmsg_channel_info chinfo; | ^~~~~~ /kisskb/src/drivers/crypto/ccree/cc_hash.c: In function 'cc_mac_digest': /kisskb/src/drivers/crypto/ccree/cc_hash.c:1430:15: note: byref variable will be forcibly initialized 1430 | unsigned int idx = 0; | ^~~ /kisskb/src/drivers/crypto/ccree/cc_hash.c:1428:20: note: byref variable will be forcibly initialized 1428 | struct cc_hw_desc desc[CC_MAX_HASH_SEQ_LEN]; | ^~~~ /kisskb/src/drivers/crypto/ccree/cc_hash.c: In function 'cc_mac_final': /kisskb/src/drivers/crypto/ccree/cc_hash.c:1226:6: note: byref variable will be forcibly initialized 1226 | int idx = 0; | ^~~ /kisskb/src/drivers/crypto/ccree/cc_hash.c:1225:20: note: byref variable will be forcibly initialized 1225 | struct cc_hw_desc desc[CC_MAX_HASH_SEQ_LEN]; | ^~~~ /kisskb/src/drivers/crypto/ccree/cc_hash.c: In function 'cc_mac_finup': /kisskb/src/drivers/crypto/ccree/cc_hash.c:1347:6: note: byref variable will be forcibly initialized 1347 | int idx = 0; | ^~~ /kisskb/src/drivers/crypto/ccree/cc_hash.c:1346:20: note: byref variable will be forcibly initialized 1346 | struct cc_hw_desc desc[CC_MAX_HASH_SEQ_LEN]; | ^~~~ /kisskb/src/drivers/crypto/ccree/cc_hash.c: In function 'cc_mac_update': /kisskb/src/drivers/crypto/ccree/cc_hash.c:1160:6: note: byref variable will be forcibly initialized 1160 | u32 idx = 0; | ^~~ /kisskb/src/drivers/crypto/ccree/cc_hash.c:1158:20: note: byref variable will be forcibly initialized 1158 | struct cc_hw_desc desc[CC_MAX_HASH_SEQ_LEN]; | ^~~~ /kisskb/src/drivers/crypto/ccree/cc_hash.c: In function 'cc_hash_update': /kisskb/src/drivers/crypto/ccree/cc_hash.c:566:20: note: byref variable will be forcibly initialized 566 | struct cc_hw_desc desc[CC_MAX_HASH_SEQ_LEN]; | ^~~~ /kisskb/src/drivers/mailbox/mailbox-altera.c: In function 'altera_mbox_rx_data': /kisskb/src/drivers/mailbox/mailbox-altera.c:120:6: note: byref variable will be forcibly initialized 120 | u32 data[2]; | ^~~~ /kisskb/src/drivers/crypto/ccree/cc_hash.c: In function 'cc_init_hash_sram': /kisskb/src/drivers/crypto/ccree/cc_hash.c:1885:6: note: byref variable will be forcibly initialized 1885 | u32 sram_buff_ofs = hash_handle->digest_len_sram_addr; | ^~~~~~~~~~~~~ /kisskb/src/drivers/crypto/ccree/cc_hash.c: In function 'cc_hash_setkey': /kisskb/src/drivers/crypto/ccree/cc_hash.c:735:20: note: byref variable will be forcibly initialized 735 | struct cc_hw_desc desc[CC_MAX_HASH_SEQ_LEN]; | ^~~~ /kisskb/src/drivers/crypto/ccree/cc_hash.c: In function 'cc_hash_digest': /kisskb/src/drivers/crypto/ccree/cc_hash.c:432:6: note: byref variable will be forcibly initialized 432 | int idx = 0; | ^~~ /kisskb/src/drivers/crypto/ccree/cc_hash.c:430:20: note: byref variable will be forcibly initialized 430 | struct cc_hw_desc desc[CC_MAX_HASH_SEQ_LEN]; | ^~~~ /kisskb/src/drivers/crypto/ccree/cc_hash.c: In function 'cc_do_finup': /kisskb/src/drivers/crypto/ccree/cc_hash.c:644:20: note: byref variable will be forcibly initialized 644 | struct cc_hw_desc desc[CC_MAX_HASH_SEQ_LEN]; | ^~~~ /kisskb/src/drivers/mmc/host/sdhci-xenon.c: In function 'xenon_probe_params': /kisskb/src/drivers/mmc/host/sdhci-xenon.c:434:6: note: byref variable will be forcibly initialized 434 | u32 tuning_count; | ^~~~~~~~~~~~ /kisskb/src/drivers/mmc/host/sdhci-xenon.c:433:6: note: byref variable will be forcibly initialized 433 | u32 sdhc_id, nr_sdhc; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/s5h1409.c: In function 's5h1409_writereg': /kisskb/src/drivers/media/dvb-frontends/s5h1409.c:306:17: note: byref variable will be forcibly initialized 306 | struct i2c_msg msg = { .addr = state->config->demod_address, | ^~~ /kisskb/src/drivers/media/dvb-frontends/s5h1409.c:304:5: note: byref variable will be forcibly initialized 304 | u8 buf[] = { reg, data >> 8, data & 0xff }; | ^~~ /kisskb/src/drivers/ssb/driver_pcicore.c: In function 'ssb_pcicore_dev_irqvecs_enable': /kisskb/src/drivers/ssb/driver_pcicore.c:688:6: note: byref variable will be forcibly initialized 688 | u32 tmp; | ^~~ /kisskb/src/drivers/media/dvb-frontends/s5h1409.c: In function 's5h1409_readreg': /kisskb/src/drivers/media/dvb-frontends/s5h1409.c:324:17: note: byref variable will be forcibly initialized 324 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/s5h1409.c:322:5: note: byref variable will be forcibly initialized 322 | u8 b1[] = { 0, 0 }; | ^~ /kisskb/src/drivers/media/dvb-frontends/s5h1409.c:321:5: note: byref variable will be forcibly initialized 321 | u8 b0[] = { reg }; | ^~ /kisskb/src/drivers/media/dvb-frontends/s5h1409.c: In function 's5h1409_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/s5h1409.c:877:6: note: byref variable will be forcibly initialized 877 | u16 snr; | ^~~ /kisskb/src/drivers/media/dvb-frontends/s5h1409.c: In function 's5h1409_read_status': /kisskb/src/drivers/media/dvb-frontends/s5h1409.c:750:6: note: byref variable will be forcibly initialized 750 | u32 tuner_status = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/mmc/core/sd_ops.c: In function 'mmc_send_if_cond_pcie': /kisskb/src/drivers/mmc/core/sd_ops.c:204:6: note: byref variable will be forcibly initialized 204 | u32 resp = 0; | ^~~~ /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/drivers/of/property.c: In function 'of_property_read_variable_u8_array': /kisskb/src/drivers/of/property.c:221:9: note: byref variable will be forcibly initialized 221 | size_t sz, count; | ^~ /kisskb/src/drivers/of/property.c: In function 'of_property_read_variable_u16_array': /kisskb/src/drivers/of/property.c:271:9: note: byref variable will be forcibly initialized 271 | size_t sz, count; | ^~ /kisskb/src/drivers/of/property.c: In function 'of_property_read_variable_u32_array': /kisskb/src/drivers/of/property.c:318:9: note: byref variable will be forcibly initialized 318 | size_t sz, count; | ^~ /kisskb/src/drivers/mmc/host/sdhci-xenon-phy.c: In function 'get_dt_pad_ctrl_data': /kisskb/src/drivers/mmc/host/sdhci-xenon-phy.c:658:18: note: byref variable will be forcibly initialized 658 | struct resource iomem; | ^~~~~ /kisskb/src/drivers/mmc/host/sdhci-xenon-phy.c:657:14: note: byref variable will be forcibly initialized 657 | const char *name; | ^~~~ /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/host/sdhci-xenon-phy.c: In function 'xenon_emmc_phy_parse_params': /kisskb/src/drivers/mmc/host/sdhci-xenon-phy.c:698:6: note: byref variable will be forcibly initialized 698 | u32 value; | ^~~~~ /kisskb/src/drivers/mmc/host/sdhci-xenon-phy.c: In function 'xenon_phy_parse_params': /kisskb/src/drivers/mmc/host/sdhci-xenon-phy.c:842:14: note: byref variable will be forcibly initialized 842 | const char *phy_type = NULL; | ^~~~~~~~ /kisskb/src/drivers/of/property.c: In function 'of_property_read_variable_u64_array': /kisskb/src/drivers/of/property.c:396:9: note: byref variable will be forcibly initialized 396 | size_t sz, count; | ^~ /kisskb/src/drivers/mmc/core/sd.c: In function 'sd_parse_ext_reg': /kisskb/src/drivers/mmc/core/sd.c:1186:6: note: byref variable will be forcibly initialized 1186 | u32 reg_addr; | ^~~~~~~~ /kisskb/src/drivers/mmc/core/sd.c:1185:6: note: byref variable will be forcibly initialized 1185 | u16 sfc, offset, ext = *next_ext_addr; | ^~~ /kisskb/src/drivers/mmc/core/sd.c: In function 'sd_read_ext_regs': /kisskb/src/drivers/mmc/core/sd.c:1236:16: note: byref variable will be forcibly initialized 1236 | u16 rev, len, next_ext_addr; | ^~~~~~~~~~~~~ /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/of/property.c: In function 'of_graph_get_port_by_id': /kisskb/src/drivers/of/property.c:615:7: note: byref variable will be forcibly initialized 615 | u32 port_id = 0; | ^~~~~~~ /kisskb/src/drivers/mmc/core/sd.c: In function 'sd_select_driver_type': /kisskb/src/drivers/mmc/core/sd.c:416:37: note: byref variable will be forcibly initialized 416 | int card_drv_type, drive_strength, drv_type; | ^~~~~~~~ /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/drivers/of/property.c: In function 'parse_suffix_prop_cells': /kisskb/src/drivers/of/property.c:1223:25: note: byref variable will be forcibly initialized 1223 | struct of_phandle_args sup_args; | ^~~~~~~~ /kisskb/src/drivers/of/property.c: In function 'parse_gpio_compat': /kisskb/src/drivers/of/property.c:1319:25: note: byref variable will be forcibly initialized 1319 | struct of_phandle_args sup_args; | ^~~~~~~~ /kisskb/src/drivers/of/property.c: In function 'parse_prop_cells': /kisskb/src/drivers/of/property.c:1169:25: note: byref variable will be forcibly initialized 1169 | struct of_phandle_args sup_args; | ^~~~~~~~ /kisskb/src/drivers/mmc/core/sd.c: In function 'mmc_sd_init_card': /kisskb/src/drivers/mmc/core/sd.c:1396:6: note: byref variable will be forcibly initialized 1396 | u32 rocr = 0; | ^~~~ /kisskb/src/drivers/mmc/core/sd.c:1395:6: note: byref variable will be forcibly initialized 1395 | u32 cid[4]; | ^~~ /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/mmc/core/sd.c: In function 'mmc_attach_sd': /kisskb/src/drivers/mmc/core/sd.c:1808:6: note: byref variable will be forcibly initialized 1808 | u32 ocr, rocr; | ^~~ /kisskb/src/drivers/leds/leds-mt6323.c: In function 'mt6323_get_led_hw_brightness': /kisskb/src/drivers/leds/leds-mt6323.c:162:15: note: byref variable will be forcibly initialized 162 | unsigned int status; | ^~~~~~ /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 = {}; | ^~~~~~~~~ /kisskb/src/drivers/leds/leds-mt6323.c:374:6: note: byref variable will be forcibly initialized 374 | u32 reg; | ^~~ /kisskb/src/drivers/media/dvb-frontends/itd1000.c: In function 'itd1000_write_regs': /kisskb/src/drivers/media/dvb-frontends/itd1000.c:45:17: note: byref variable will be forcibly initialized 45 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/itd1000.c:44:5: note: byref variable will be forcibly initialized 44 | u8 buf[MAX_XFER_SIZE]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/itd1000.c: In function 'itd1000_write_reg': /kisskb/src/drivers/media/dvb-frontends/itd1000.c:88:5: note: byref variable will be forcibly initialized 88 | u8 tmp = v; /* see gcc.gnu.org/bugzilla/show_bug.cgi?id=81715 */ | ^~~ /kisskb/src/drivers/media/dvb-frontends/itd1000.c: In function 'itd1000_read_reg': /kisskb/src/drivers/media/dvb-frontends/itd1000.c:71:17: note: byref variable will be forcibly initialized 71 | struct i2c_msg msg[2] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/itd1000.c:70:5: note: byref variable will be forcibly initialized 70 | u8 val; | ^~~ /kisskb/src/drivers/staging/most/net/net.c: In function 'comp_rx_data': /kisskb/src/drivers/staging/most/net/net.c:430:12: note: byref variable will be forcibly initialized 430 | const u32 zero = 0; | ^~~~ /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:213:5: note: byref variable will be forcibly initialized 213 | u8 buf[] = { reg, data }; | ^~~ /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/media/dvb-frontends/tda10048.c: In function 'tda10048_readreg': /kisskb/src/drivers/media/dvb-frontends/tda10048.c:234:17: note: byref variable will be forcibly initialized 234 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda10048.c:233:5: note: byref variable will be forcibly initialized 233 | u8 b1[] = { 0 }; | ^~ /kisskb/src/drivers/media/dvb-frontends/tda10048.c:232:5: note: byref variable will be forcibly initialized 232 | u8 b0[] = { reg }; | ^~ In file included from /kisskb/src/drivers/crypto/ccree/cc_aead.c:11: /kisskb/src/drivers/crypto/ccree/cc_aead.c: In function 'des3_ede_verify_key': /kisskb/src/include/crypto/internal/des.h:59:6: note: byref variable will be forcibly initialized 59 | u32 K[6]; | ^ /kisskb/src/drivers/crypto/ccree/cc_aead.c: In function 'set_msg_len': /kisskb/src/drivers/crypto/ccree/cc_aead.c:1393:9: note: byref variable will be forcibly initialized 1393 | __be32 data; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/tda10048.c: In function 'tda10048_firmware_upload': /kisskb/src/drivers/media/dvb-frontends/tda10048.c:469:25: note: byref variable will be forcibly initialized 469 | const struct firmware *fw; | ^~ /kisskb/src/drivers/net/wwan/wwan_core.c: In function '__wwan_port_dev_assign_name': /kisskb/src/drivers/net/wwan/wwan_core.c:321:6: note: byref variable will be forcibly initialized 321 | int id; | ^~ /kisskb/src/drivers/net/wwan/wwan_core.c:320:7: note: byref variable will be forcibly initialized 320 | char buf[0x20]; | ^~~ /kisskb/src/drivers/net/wwan/wwan_core.c:317:24: note: byref variable will be forcibly initialized 317 | struct class_dev_iter iter; | ^~~~ /kisskb/src/drivers/net/wwan/wwan_core.c: In function 'wwan_create_port': /kisskb/src/drivers/net/wwan/wwan_core.c:362:7: note: byref variable will be forcibly initialized 362 | char namefmt[0x20]; | ^~~~~~~ /kisskb/src/drivers/crypto/ccree/cc_aead.c: In function 'cc_proc_header_desc': /kisskb/src/drivers/crypto/ccree/cc_aead.c:1086:15: note: byref variable will be forcibly initialized 1086 | unsigned int idx = *seq_size; | ^~~ In file included from /kisskb/src/include/net/rtnetlink.h:6, from /kisskb/src/drivers/net/wwan/wwan_core.c:17: /kisskb/src/drivers/net/wwan/wwan_core.c: In function 'nla_put_u32': /kisskb/src/include/net/netlink.h:1309:6: note: byref variable will be forcibly initialized 1309 | u32 tmp = value; | ^~~ /kisskb/src/drivers/net/wwan/wwan_core.c: In function 'wwan_create_default_link': /kisskb/src/drivers/net/wwan/wwan_core.c:944:17: note: byref variable will be forcibly initialized 944 | struct nlattr *data[IFLA_WWAN_MAX + 1]; | ^~~~ /kisskb/src/drivers/net/wwan/wwan_core.c:943:36: note: byref variable will be forcibly initialized 943 | struct nlattr *tb[IFLA_MAX + 1], *linkinfo[IFLA_INFO_MAX + 1]; | ^~~~~~~~ /kisskb/src/drivers/net/wwan/wwan_core.c:943:17: note: byref variable will be forcibly initialized 943 | struct nlattr *tb[IFLA_MAX + 1], *linkinfo[IFLA_INFO_MAX + 1]; | ^~ 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/drivers/net/wwan/wwan_core.c:6: /kisskb/src/drivers/net/wwan/wwan_core.c: In function 'wwan_unregister_ops': /kisskb/src/drivers/net/wwan/wwan_core.c:1067:12: note: byref variable will be forcibly initialized 1067 | LIST_HEAD(kill_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/net/wwan/wwan_core.c: In function 'wwan_port_fops_at_ioctl': /kisskb/src/drivers/net/wwan/wwan_core.c:730:7: note: byref variable will be forcibly initialized 730 | int mdmbits; | ^~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/drivers/net/wwan/wwan_core.c:6: /kisskb/src/drivers/net/wwan/wwan_core.c: In function 'wwan_wait_tx': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/wwan/wwan_core.c:564:6: note: in expansion of macro 'wait_event_interruptible' 564 | if (wait_event_interruptible(port->waitqueue, !is_write_blocked(port))) | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/wwan/wwan_core.c: In function 'wwan_wait_rx': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/wwan/wwan_core.c:550:6: note: in expansion of macro 'wait_event_interruptible' 550 | if (wait_event_interruptible(port->waitqueue, !is_read_blocked(port))) | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/crypto/ccree/cc_aead.c: In function 'cc_proc_cipher': /kisskb/src/drivers/crypto/ccree/cc_aead.c:970:15: note: byref variable will be forcibly initialized 970 | unsigned int idx = *seq_size; | ^~~ /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/crypto/ccree/cc_aead.c: In function 'cc_ccm': /kisskb/src/drivers/crypto/ccree/cc_aead.c:1415:15: note: byref variable will be forcibly initialized 1415 | unsigned int idx = *seq_size; | ^~~ /kisskb/src/drivers/mmc/core/sdio_ops.c: In function 'sdio_reset': /kisskb/src/drivers/mmc/core/sdio_ops.c:205:5: note: byref variable will be forcibly initialized 205 | u8 abort; | ^~~~~ /kisskb/src/drivers/crypto/ccree/cc_aead.c: In function 'cc_proc_aead': /kisskb/src/drivers/crypto/ccree/cc_aead.c:1896:20: note: byref variable will be forcibly initialized 1896 | struct cc_hw_desc desc[MAX_AEAD_PROCESS_SEQ]; | ^~~~ /kisskb/src/drivers/crypto/ccree/cc_aead.c:1895:6: note: byref variable will be forcibly initialized 1895 | int seq_len = 0; | ^~~~~~~ /kisskb/src/drivers/mmc/core/sdio.c: In function 'sdio_enable_wide': /kisskb/src/drivers/mmc/core/sdio.c:249:5: note: byref variable will be forcibly initialized 249 | u8 ctrl; | ^~~~ /kisskb/src/drivers/mmc/core/sdio.c: In function 'sdio_disable_wide': /kisskb/src/drivers/mmc/core/sdio.c:306:5: note: byref variable will be forcibly initialized 306 | u8 ctrl; | ^~~~ /kisskb/src/drivers/mmc/core/sdio.c: In function 'sdio_read_cccr': /kisskb/src/drivers/mmc/core/sdio.c:149:16: note: byref variable will be forcibly initialized 149 | unsigned char speed; | ^~~~~ /kisskb/src/drivers/mmc/core/sdio.c:148:16: note: byref variable will be forcibly initialized 148 | unsigned char data; | ^~~~ /kisskb/src/drivers/mmc/core/sdio.c: In function 'sdio_disable_cd': /kisskb/src/drivers/mmc/core/sdio.c:285:5: note: byref variable will be forcibly initialized 285 | u8 ctrl; | ^~~~ /kisskb/src/drivers/mmc/core/sdio.c: In function 'mmc_sdio_switch_hs': /kisskb/src/drivers/mmc/core/sdio.c:385:5: note: byref variable will be forcibly initialized 385 | u8 speed; | ^~~~~ /kisskb/src/drivers/mmc/core/sdio.c: In function 'sdio_read_fbr': /kisskb/src/drivers/mmc/core/sdio.c:75:16: note: byref variable will be forcibly initialized 75 | unsigned char data; | ^~~~ /kisskb/src/drivers/mmc/core/sdio.c: In function 'sdio_set_bus_speed_mode': /kisskb/src/drivers/mmc/core/sdio.c:506:16: note: byref variable will be forcibly initialized 506 | unsigned char speed; | ^~~~~ /kisskb/src/drivers/mmc/core/sdio.c: In function 'sdio_select_driver_type': /kisskb/src/drivers/mmc/core/sdio.c:468:16: note: byref variable will be forcibly initialized 468 | unsigned char card_strength; | ^~~~~~~~~~~~~ /kisskb/src/drivers/mmc/core/sdio.c:467:37: note: byref variable will be forcibly initialized 467 | int card_drv_type, drive_strength, drv_type; | ^~~~~~~~ /kisskb/src/drivers/mmc/core/sdio.c: In function 'mmc_sdio_init_card': /kisskb/src/drivers/mmc/core/sdio.c:649:6: note: byref variable will be forcibly initialized 649 | u32 rocr = 0; | ^~~~ /kisskb/src/drivers/crypto/ccree/cc_aead.c: In function 'cc_get_plain_hmac_key': /kisskb/src/drivers/crypto/ccree/cc_aead.c:424:20: note: byref variable will be forcibly initialized 424 | struct cc_hw_desc desc[MAX_AEAD_SETKEY_SEQ]; | ^~~~ /kisskb/src/drivers/crypto/ccree/cc_aead.c: In function 'cc_aead_setkey': /kisskb/src/drivers/crypto/ccree/cc_aead.c:558:30: note: byref variable will be forcibly initialized 558 | struct crypto_authenc_keys keys; | ^~~~ /kisskb/src/drivers/crypto/ccree/cc_aead.c:546:20: note: byref variable will be forcibly initialized 546 | struct cc_hw_desc desc[MAX_AEAD_SETKEY_SEQ]; | ^~~~ /kisskb/src/drivers/crypto/ccree/cc_aead.c: In function 'cc_des3_aead_setkey': /kisskb/src/drivers/crypto/ccree/cc_aead.c:641:29: note: byref variable will be forcibly initialized 641 | struct crypto_authenc_keys keys; | ^~~~ /kisskb/src/drivers/mmc/core/sdio.c: In function 'mmc_attach_sdio': /kisskb/src/drivers/mmc/core/sdio.c:1185:6: note: byref variable will be forcibly initialized 1185 | u32 ocr, rocr; | ^~~ /kisskb/src/drivers/usb/storage/protocol.c: In function 'usb_stor_access_xfer_buf': /kisskb/src/drivers/usb/storage/protocol.c:127:25: note: byref variable will be forcibly initialized 127 | struct sg_mapping_iter miter; | ^~~~~ /kisskb/src/drivers/usb/storage/protocol.c: In function 'usb_stor_set_xfer_buf': /kisskb/src/drivers/usb/storage/protocol.c:173:22: note: byref variable will be forcibly initialized 173 | struct scatterlist *sg = NULL; | ^~ /kisskb/src/drivers/usb/storage/protocol.c:172:15: note: byref variable will be forcibly initialized 172 | unsigned int offset = 0; | ^~~~~~ /kisskb/src/drivers/rpmsg/virtio_rpmsg_bus.c: In function 'get_a_tx_buf': /kisskb/src/drivers/rpmsg/virtio_rpmsg_bus.c:441:15: note: byref variable will be forcibly initialized 441 | unsigned int len; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/drivers/rpmsg/virtio_rpmsg_bus.c:14: /kisskb/src/drivers/rpmsg/virtio_rpmsg_bus.c: In function 'rpmsg_send_offchannel_raw': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rpmsg/virtio_rpmsg_bus.c:599:9: note: in expansion of macro 'wait_event_interruptible_timeout' 599 | err = wait_event_interruptible_timeout(vrp->sendq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rpmsg/virtio_rpmsg_bus.c:559:21: note: byref variable will be forcibly initialized 559 | struct scatterlist sg; | ^~ /kisskb/src/drivers/rpmsg/virtio_rpmsg_bus.c: In function 'virtio_rpmsg_announce_destroy': /kisskb/src/drivers/rpmsg/virtio_rpmsg_bus.c:354:23: note: byref variable will be forcibly initialized 354 | struct rpmsg_ns_msg nsm; | ^~~ /kisskb/src/drivers/rpmsg/virtio_rpmsg_bus.c: In function 'virtio_rpmsg_announce_create': /kisskb/src/drivers/rpmsg/virtio_rpmsg_bus.c:330:23: note: byref variable will be forcibly initialized 330 | struct rpmsg_ns_msg nsm; | ^~~ /kisskb/src/drivers/rpmsg/virtio_rpmsg_bus.c: In function 'rpmsg_recv_single': /kisskb/src/drivers/rpmsg/virtio_rpmsg_bus.c:712:21: note: byref variable will be forcibly initialized 712 | struct scatterlist sg; | ^~ /kisskb/src/drivers/rpmsg/virtio_rpmsg_bus.c: In function 'rpmsg_recv_done': /kisskb/src/drivers/rpmsg/virtio_rpmsg_bus.c:782:15: note: byref variable will be forcibly initialized 782 | unsigned int len, msgs_received = 0; | ^~~ /kisskb/src/drivers/rpmsg/virtio_rpmsg_bus.c: In function 'rpmsg_probe': /kisskb/src/drivers/rpmsg/virtio_rpmsg_bus.c:934:22: note: byref variable will be forcibly initialized 934 | struct scatterlist sg; | ^~ /kisskb/src/drivers/rpmsg/virtio_rpmsg_bus.c:872:20: note: byref variable will be forcibly initialized 872 | struct virtqueue *vqs[2]; | ^~~ /kisskb/src/drivers/rpmsg/virtio_rpmsg_bus.c:870:17: note: byref variable will be forcibly initialized 870 | vq_callback_t *vq_cbs[] = { rpmsg_recv_done, rpmsg_xmit_done }; | ^~~~~~ /kisskb/src/drivers/mmc/core/sdio_cis.c: In function 'sdio_read_cis': /kisskb/src/drivers/mmc/core/sdio_cis.c:278:27: note: byref variable will be forcibly initialized 278 | unsigned char tpl_code, tpl_link; | ^~~~~~~~ /kisskb/src/drivers/mmc/core/sdio_cis.c:278:17: note: byref variable will be forcibly initialized 278 | unsigned char tpl_code, tpl_link; | ^~~~~~~~ /kisskb/src/drivers/mmc/core/sdio_cis.c:255:17: note: byref variable will be forcibly initialized 255 | unsigned char x, fn; | ^ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_send_read_notify': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:310:19: note: byref variable will be forcibly initialized 310 | struct glink_msg msg; | ^~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/arch/powerpc/include/asm/io.h:27, 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/drivers/rpmsg/qcom_glink_native.c:7: /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_rx_data': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:821:13: note: byref variable will be forcibly initialized 821 | } __packed hdr; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_native_intr': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1009:19: note: byref variable will be forcibly initialized 1009 | struct glink_msg msg; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'rpmsg_name_show': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1671:14: note: byref variable will be forcibly initialized 1671 | const char *name; | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/drivers/rpmsg/qcom_glink_native.c:6: /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_tx': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c:350:3: note: in expansion of macro 'wait_event_timeout' 350 | wait_event_timeout(glink->tx_avail_notify, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_send_version_ack': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:383:19: note: byref variable will be forcibly initialized 383 | struct glink_msg msg; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_advertise_intent': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:665:17: note: byref variable will be forcibly initialized 665 | struct command cmd; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_send_close_req': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:479:19: note: byref variable will be forcibly initialized 479 | struct glink_msg req; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_send_open_ack': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:395:19: note: byref variable will be forcibly initialized 395 | struct glink_msg msg; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_rx_done_work': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:510:13: note: byref variable will be forcibly initialized 510 | } __packed cmd; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_send_close_ack': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:491:19: note: byref variable will be forcibly initialized 491 | struct glink_msg req; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_send_intent_req_ack': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:634:19: note: byref variable will be forcibly initialized 634 | struct glink_msg msg; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_send_version': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:372:19: note: byref variable will be forcibly initialized 372 | struct glink_msg msg; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_channel_release': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:251:6: note: byref variable will be forcibly initialized 251 | int iid; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_announce_create': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1206:9: note: byref variable will be forcibly initialized 1206 | __be32 defaults[] = { cpu_to_be32(SZ_1K), cpu_to_be32(5) }; | ^~~~~~~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_request_intent': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1261:13: note: byref variable will be forcibly initialized 1261 | } __packed cmd; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function '__qcom_glink_send': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1301:13: note: byref variable will be forcibly initialized 1301 | } __packed req; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1296:6: note: byref variable will be forcibly initialized 1296 | int iid = 0; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_send_open_req': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:438:13: note: byref variable will be forcibly initialized 438 | } __packed req; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_match_channel': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1417:14: note: byref variable will be forcibly initialized 1417 | const char *name; | ^~~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_rx_close': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1535:28: note: byref variable will be forcibly initialized 1535 | struct rpmsg_channel_info chinfo; | ^~~~~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_rx_close_ack': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1569:28: note: byref variable will be forcibly initialized 1569 | struct rpmsg_channel_info chinfo; | ^~~~~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_rx_open': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1461:6: note: byref variable will be forcibly initialized 1461 | int lcid; | ^~~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_create_ept': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1169:6: note: byref variable will be forcibly initialized 1169 | int cid; | ^~~ /kisskb/src/drivers/rpmsg/qcom_glink_native.c: In function 'qcom_glink_native_remove': /kisskb/src/drivers/rpmsg/qcom_glink_native.c:1805:6: note: byref variable will be forcibly initialized 1805 | int cid; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24113.c: In function 'cx24113_readreg': /kisskb/src/drivers/media/dvb-frontends/cx24113.c:109:17: note: byref variable will be forcibly initialized 109 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24113.c:108:5: note: byref variable will be forcibly initialized 108 | u8 b; | ^ /kisskb/src/drivers/media/dvb-frontends/cx24113.c: In function 'cx24113_writereg': /kisskb/src/drivers/media/dvb-frontends/cx24113.c:93:17: note: byref variable will be forcibly initialized 93 | struct i2c_msg msg = { .addr = state->config->i2c_addr, | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24113.c:92:5: note: byref variable will be forcibly initialized 92 | u8 buf[] = { reg, data }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24113.c: In function 'cx24113_agc_callback': /kisskb/src/drivers/media/dvb-frontends/cx24113.c:492:6: note: byref variable will be forcibly initialized 492 | s16 s, i; | ^ /kisskb/src/drivers/iio/accel/adxl355_core.c: In function 'adxl355_setup': /kisskb/src/drivers/iio/accel/adxl355_core.c:241:15: note: byref variable will be forcibly initialized 241 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/cx24113.c: In function 'cx24113_set_frequency': /kisskb/src/drivers/media/dvb-frontends/cx24113.c:383:6: note: byref variable will be forcibly initialized 383 | s32 f = 0; | ^ /kisskb/src/drivers/media/dvb-frontends/cx24113.c:382:6: note: byref variable will be forcibly initialized 382 | u16 n = 6; | ^ /kisskb/src/drivers/media/dvb-frontends/cx24113.c: In function 'cx24113_set_params': /kisskb/src/drivers/media/dvb-frontends/cx24113.c:471:6: note: byref variable will be forcibly initialized 471 | u32 bw; | ^~ /kisskb/src/drivers/staging/axis-fifo/axis-fifo.c: In function 'sysfs_read': /kisskb/src/drivers/staging/axis-fifo/axis-fifo.c:171:7: note: byref variable will be forcibly initialized 171 | char tmp[32]; | ^~~ /kisskb/src/drivers/staging/axis-fifo/axis-fifo.c: In function 'sysfs_write': /kisskb/src/drivers/staging/axis-fifo/axis-fifo.c:153:16: note: byref variable will be forcibly initialized 153 | unsigned long tmp; | ^~~ In file included from /kisskb/src/drivers/staging/axis-fifo/axis-fifo.c:18: /kisskb/src/drivers/staging/axis-fifo/axis-fifo.c: In function 'axis_fifo_write': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/axis-fifo/axis-fifo.c:528:9: note: in expansion of macro 'wait_event_interruptible_timeout' 528 | ret = wait_event_interruptible_timeout(fifo->write_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/axis-fifo/axis-fifo.c:486:6: note: byref variable will be forcibly initialized 486 | u32 tmp_buf[WRITE_BUF_SIZE]; | ^~~~~~~ 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_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/axis-fifo/axis-fifo.c:385:9: note: in expansion of macro 'wait_event_interruptible_timeout' 385 | ret = wait_event_interruptible_timeout(fifo->read_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/axis-fifo/axis-fifo.c:365:6: note: byref variable will be forcibly initialized 365 | u32 tmp_buf[READ_BUF_SIZE]; | ^~~~~~~ /kisskb/src/drivers/staging/axis-fifo/axis-fifo.c: In function 'axis_fifo_parse_dt': /kisskb/src/drivers/staging/axis-fifo/axis-fifo.c:751:15: note: byref variable will be forcibly initialized 751 | unsigned int value; | ^~~~~ /kisskb/src/drivers/leds/leds-pca9532.c: In function 'pca9532_of_populate_pdata': /kisskb/src/drivers/leds/leds-pca9532.c:474:14: note: byref variable will be forcibly initialized 474 | const char *state; | ^~~~~ /kisskb/src/drivers/mmc/core/sdio_irq.c: In function 'sdio_get_pending_irqs': /kisskb/src/drivers/mmc/core/sdio_irq.c:46:17: note: byref variable will be forcibly initialized 46 | unsigned char dummy; | ^~~~~ /kisskb/src/drivers/mmc/core/sdio_irq.c: In function 'process_sdio_pending_irqs': /kisskb/src/drivers/mmc/core/sdio_irq.c:63:16: note: byref variable will be forcibly initialized 63 | unsigned char pending; | ^~~~~~~ /kisskb/src/drivers/mmc/core/sdio_io.c: In function 'sdio_enable_func': /kisskb/src/drivers/mmc/core/sdio_io.c:62:16: note: byref variable will be forcibly initialized 62 | unsigned char reg; | ^~~ /kisskb/src/drivers/mmc/core/sdio_irq.c: In function 'sdio_claim_irq': /kisskb/src/drivers/mmc/core/sdio_irq.c:302:16: note: byref variable will be forcibly initialized 302 | unsigned char reg; | ^~~ /kisskb/src/drivers/mmc/core/sdio_io.c: In function 'sdio_disable_func': /kisskb/src/drivers/mmc/core/sdio_io.c:113:16: note: byref variable will be forcibly initialized 113 | unsigned char reg; | ^~~ /kisskb/src/drivers/mmc/core/sdio_io.c: In function 'sdio_readb': /kisskb/src/drivers/mmc/core/sdio_io.c:383:5: note: byref variable will be forcibly initialized 383 | u8 val; | ^~~ /kisskb/src/drivers/mmc/core/sdio_io.c: In function 'sdio_writeb_readb': /kisskb/src/drivers/mmc/core/sdio_io.c:445:5: note: byref variable will be forcibly initialized 445 | u8 val; | ^~~ /kisskb/src/drivers/mmc/core/sdio_io.c: In function 'sdio_f0_readb': /kisskb/src/drivers/mmc/core/sdio_io.c:635:16: note: byref variable will be forcibly initialized 635 | unsigned char val; | ^~~ /kisskb/src/drivers/mmc/core/sdio_irq.c: In function 'sdio_release_irq': /kisskb/src/drivers/mmc/core/sdio_irq.c:345:16: note: byref variable will be forcibly initialized 345 | unsigned char reg; | ^~~ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c: In function 'task_fn_power_on': /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:516:15: note: byref variable will be forcibly initialized 516 | unsigned int dummy; | ^~~~~ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c: In function 'test_dpram': /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:403:15: note: byref variable will be forcibly initialized 403 | unsigned int val; | ^~~ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c: In function 'write_ind_ap': /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:439:15: note: byref variable will be forcibly initialized 439 | unsigned int v, i = 0; | ^ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c: In function 'task_fn_mbox': /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:723:15: note: byref variable will be forcibly initialized 723 | unsigned int ind_ap; | ^~~~~~ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c: In function 'task_fn_mbox_2': /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:699:15: note: byref variable will be forcibly initialized 699 | unsigned int ind_ap; | ^~~~~~ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c: In function 'task_fn_area': /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:603:15: note: byref variable will be forcibly initialized 603 | unsigned int ind_ap; | ^~~~~~ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c: In function 'softint_ack': /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:901:15: note: byref variable will be forcibly initialized 901 | unsigned int ind_ap; | ^~~~~~ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c: In function 'read_ind_ab': /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:418:18: note: byref variable will be forcibly initialized 418 | unsigned int a, b, i = 0; | ^ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:418:15: note: byref variable will be forcibly initialized 418 | unsigned int a, b, i = 0; | ^ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c: In function 'task_fn_area_2': /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:568:15: note: byref variable will be forcibly initialized 568 | unsigned int ind_ap; | ^~~~~~ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c: In function 'qs_have_work': /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:878:18: note: byref variable will be forcibly initialized 878 | struct ab_task *t; | ^ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c: In function 'ab_task_dequeue_finish_put': /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:327:18: note: byref variable will be forcibly initialized 327 | struct ab_task *t; | ^ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c: In function 'process_q': /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:864:18: note: byref variable will be forcibly initialized 864 | struct ab_task *t; | ^ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c: In function 'process_softint': /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:917:23: note: byref variable will be forcibly initialized 917 | unsigned int ind_ap, ev; | ^~ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:917:15: note: byref variable will be forcibly initialized 917 | unsigned int ind_ap, ev; | ^~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:143: /kisskb/src/drivers/staging/fieldbus/anybuss/host.c: In function 'qthread_fn': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:991:3: note: in expansion of macro 'wait_event_timeout' 991 | wait_event_timeout(cd->wq, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c: In function 'anybuss_host_common_probe': /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:1267:9: note: byref variable will be forcibly initialized 1267 | __be16 fieldbus_type; | ^~~~~~~~~~~~~ /kisskb/src/drivers/staging/fieldbus/anybuss/host.c:1266:5: note: byref variable will be forcibly initialized 1266 | u8 val[4]; | ^~~ /kisskb/src/drivers/usb/storage/transport.c: In function 'usb_stor_msg_common': /kisskb/src/drivers/usb/storage/transport.c:117:20: note: byref variable will be forcibly initialized 117 | struct completion urb_done; | ^~~~~~~~ /kisskb/src/drivers/usb/storage/transport.c: In function 'usb_stor_bulk_srb': /kisskb/src/drivers/usb/storage/transport.c:469:15: note: byref variable will be forcibly initialized 469 | unsigned int partial; | ^~~~~~~ /kisskb/src/drivers/usb/storage/transport.c: In function 'usb_stor_bulk_transfer_sg': /kisskb/src/drivers/usb/storage/transport.c:492:15: note: byref variable will be forcibly initialized 492 | unsigned int partial; | ^~~~~~~ /kisskb/src/drivers/usb/storage/transport.c: In function 'usb_stor_Bulk_transport': /kisskb/src/drivers/usb/storage/transport.c:1199:17: note: byref variable will be forcibly initialized 1199 | unsigned int offset = 0; | ^~~~~~ /kisskb/src/drivers/usb/storage/transport.c:1198:24: note: byref variable will be forcibly initialized 1198 | struct scatterlist *sg = NULL; | ^~ /kisskb/src/drivers/usb/storage/transport.c:1123:15: note: byref variable will be forcibly initialized 1123 | unsigned int cswlen; | ^~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/drivers/usb/storage/transport.c:31: /kisskb/src/drivers/usb/storage/transport.c: In function 'usb_stor_reset_common': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/storage/transport.c:1371:2: note: in expansion of macro 'wait_event_interruptible_timeout' 1371 | wait_event_interruptible_timeout(us->delay_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/storage/transport.c: In function 'usb_stor_invoke_transport': /kisskb/src/drivers/usb/storage/transport.c:709:25: note: byref variable will be forcibly initialized 709 | struct scsi_sense_hdr sshdr; | ^~~~~ /kisskb/src/drivers/usb/storage/transport.c:707:23: note: byref variable will be forcibly initialized 707 | struct scsi_eh_save ses; | ^~~ /kisskb/src/drivers/media/dvb-frontends/lgs8gl5.c: In function 'lgs8gl5_update_alt_reg': /kisskb/src/drivers/media/dvb-frontends/lgs8gl5.c:127:17: note: byref variable will be forcibly initialized 127 | struct i2c_msg msg[3] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/lgs8gl5.c:126:5: note: byref variable will be forcibly initialized 126 | u8 b2[] = {reg, data}; | ^~ /kisskb/src/drivers/media/dvb-frontends/lgs8gl5.c:125:5: note: byref variable will be forcibly initialized 125 | u8 b1[] = {0}; | ^~ /kisskb/src/drivers/media/dvb-frontends/lgs8gl5.c:124:5: note: byref variable will be forcibly initialized 124 | u8 b0[] = {reg}; | ^~ /kisskb/src/drivers/media/dvb-frontends/s5h1411.c: In function 's5h1411_readreg': /kisskb/src/drivers/media/dvb-frontends/s5h1411.c:353:17: note: byref variable will be forcibly initialized 353 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/s5h1411.c:351:5: note: byref variable will be forcibly initialized 351 | u8 b1[] = { 0, 0 }; | ^~ /kisskb/src/drivers/media/dvb-frontends/s5h1411.c:350:5: note: byref variable will be forcibly initialized 350 | u8 b0[] = { reg }; | ^~ /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/lgs8gl5.c:63:5: note: byref variable will be forcibly initialized 63 | u8 buf[] = {reg, data}; | ^~~ /kisskb/src/drivers/media/dvb-frontends/lgs8gl5.c: In function 'lgs8gl5_read_reg': /kisskb/src/drivers/media/dvb-frontends/lgs8gl5.c:86:17: note: byref variable will be forcibly initialized 86 | struct i2c_msg msg[2] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/lgs8gl5.c:85:5: note: byref variable will be forcibly initialized 85 | u8 b1[] = {0}; | ^~ /kisskb/src/drivers/media/dvb-frontends/lgs8gl5.c:84:5: note: byref variable will be forcibly initialized 84 | u8 b0[] = {reg}; | ^~ /kisskb/src/drivers/media/dvb-frontends/s5h1411.c: In function 's5h1411_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/s5h1411.c:792:6: note: byref variable will be forcibly initialized 792 | u16 snr; | ^~~ /kisskb/src/drivers/media/dvb-frontends/s5h1411.c: In function 's5h1411_read_status': /kisskb/src/drivers/media/dvb-frontends/s5h1411.c:654:6: note: byref variable will be forcibly initialized 654 | u32 tuner_status = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/s5h1411.c: In function 's5h1411_writereg': /kisskb/src/drivers/media/dvb-frontends/s5h1411.c:336:17: note: byref variable will be forcibly initialized 336 | struct i2c_msg msg = { .addr = addr, .flags = 0, .buf = buf, .len = 3 }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/s5h1411.c:334:5: note: byref variable will be forcibly initialized 334 | u8 buf[] = { reg, data >> 8, data & 0xff }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda665x.c: In function 'tda665x_read': /kisskb/src/drivers/media/dvb-frontends/tda665x.c:29:17: note: byref variable will be forcibly initialized 29 | struct i2c_msg msg = { .addr = config->addr, .flags = I2C_M_RD, .buf = buf, .len = 2 }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda665x.c: In function 'tda665x_get_status': /kisskb/src/drivers/media/dvb-frontends/tda665x.c:69:5: note: byref variable will be forcibly initialized 69 | u8 result = 0; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda665x.c: In function 'tda665x_write': /kisskb/src/drivers/media/dvb-frontends/tda665x.c:45:17: note: byref variable will be forcibly initialized 45 | struct i2c_msg msg = { .addr = config->addr, .flags = 0, .buf = buf, .len = length }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda665x.c: In function 'tda665x_set_frequency': /kisskb/src/drivers/media/dvb-frontends/tda665x.c:95:5: note: byref variable will be forcibly initialized 95 | u8 buf[4]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda665x.c:94:17: note: byref variable will be forcibly initialized 94 | u32 frequency, status = 0; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c: In function 'lgs8gxx_write_reg': /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:43:5: note: byref variable will be forcibly initialized 43 | u8 buf[] = { reg, data }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c: In function 'lgs8gxx_read_reg': /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:68:5: note: byref variable will be forcibly initialized 68 | u8 b1[] = { 0 }; | ^~ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:67:5: note: byref variable will be forcibly initialized 67 | u8 b0[] = { reg }; | ^~ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c: In function 'lgs8gxx_read_snr': /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:866:5: note: byref variable will be forcibly initialized 866 | u8 t; | ^ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c: In function 'lgs8913_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:793:5: note: byref variable will be forcibly initialized 793 | u8 str; | ^~~ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:791:5: note: byref variable will be forcibly initialized 791 | u8 t; s8 ret; | ^ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c: In function 'lgs8g75_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:834:5: note: byref variable will be forcibly initialized 834 | u8 t; | ^ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c: In function 'lgs8gxx_read_signal_agc': /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:757:5: note: byref variable will be forcibly initialized 757 | u8 agc_lvl[2], cat; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c: In function 'packet_counter_start': /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:890:5: note: byref variable will be forcibly initialized 890 | u8 orig, t; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c: In function 'packet_counter_stop': /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:910:5: note: byref variable will be forcibly initialized 910 | u8 t; | ^ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c: In function 'lgs8gxx_get_afc_phase': /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:182:15: note: byref variable will be forcibly initialized 182 | u8 reg_addr, t; | ^ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c: In function 'lgs8gxx_is_locked': /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:298:5: note: byref variable will be forcibly initialized 298 | u8 t; | ^ /kisskb/src/drivers/staging/most/dim2/dim2.c: In function 'service_done_flag': /kisskb/src/drivers/staging/most/dim2/dim2.c:265:24: note: byref variable will be forcibly initialized 265 | struct dim_ch_state_t st; | ^~ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c: In function 'lgs8gxx_read_status': /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:716:8: note: byref variable will be forcibly initialized 716 | u8 t, locked = 0; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:716:5: note: byref variable will be forcibly initialized 716 | u8 t, locked = 0; | ^ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c: In function 'lgs8gxx_set_mode_auto': /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:206:5: note: byref variable will be forcibly initialized 206 | u8 t; | ^ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c: In function 'lgs8gxx_set_mpeg_mode': /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:521:5: note: byref variable will be forcibly initialized 521 | u8 t, reg_addr; | ^ /kisskb/src/drivers/staging/most/dim2/dim2.c: In function 'try_start_dim_transfer': /kisskb/src/drivers/staging/most/dim2/dim2.c:167:24: note: byref variable will be forcibly initialized 167 | struct dim_ch_state_t st; | ^~ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c: In function 'lgs8913_init': /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:561:5: note: byref variable will be forcibly initialized 561 | u8 t; | ^ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c: In function 'lgs8gxx_init': /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:615:5: note: byref variable will be forcibly initialized 615 | u8 data = 0; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c: In function 'lgs8gxx_read_ber': /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:924:25: note: byref variable will be forcibly initialized 924 | u8 reg_err, reg_total, t; | ^ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c: In function 'lgs8gxx_set_mode_manual': /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:256:6: note: byref variable will be forcibly initialized 256 | u8 t2; | ^~ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:253:5: note: byref variable will be forcibly initialized 253 | u8 t; | ^ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c: In function 'wait_reg_mask': /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:104:5: note: byref variable will be forcibly initialized 104 | u8 t; | ^ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c: In function 'lgs8gxx_autolock_gi': /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:363:9: note: byref variable will be forcibly initialized 363 | u8 t1, t2; | ^~ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:363:5: note: byref variable will be forcibly initialized 363 | u8 t1, t2; | ^~ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:362:5: note: byref variable will be forcibly initialized 362 | u8 ad_fini = 0; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c: In function 'lgs8gxx_auto_detect': /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:443:6: note: byref variable will be forcibly initialized 443 | u8 t; | ^ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:403:5: note: byref variable will be forcibly initialized 403 | u8 locked = 0, tmp_gi; | ^~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/staging/most/dim2/dim2.c:10: /kisskb/src/drivers/staging/most/dim2/dim2.c: In function 'deliver_netinfo_thread': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/most/dim2/dim2.c:218:3: note: in expansion of macro 'wait_event_interruptible' 218 | wait_event_interruptible(dev->netinfo_waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c: In function 'lgs8gxx_auto_lock': /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:490:6: note: byref variable will be forcibly initialized 490 | u8 t; | ^ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:472:5: note: byref variable will be forcibly initialized 472 | u8 detected_param = 0; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:471:5: note: byref variable will be forcibly initialized 471 | u8 gi = 0x2; | ^~ /kisskb/src/drivers/staging/most/dim2/dim2.c: In function 'dim2_ahb_isr': /kisskb/src/drivers/staging/most/dim2/dim2.c:401:22: note: byref variable will be forcibly initialized 401 | struct dim_channel *buffer[DMA_CHANNELS + 1]; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c: In function 'lgs8g75_init_data': /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:579:25: note: byref variable will be forcibly initialized 579 | const struct firmware *fw; | ^~ /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c: In function 'lgs8gxx_attach': /kisskb/src/drivers/media/dvb-frontends/lgs8gxx.c:1008:5: note: byref variable will be forcibly initialized 1008 | u8 data = 0; | ^~~~ /kisskb/src/drivers/staging/most/dim2/dim2.c: In function 'dim2_probe': /kisskb/src/drivers/staging/most/dim2/dim2.c:758:14: note: byref variable will be forcibly initialized 758 | const char *clock_speed; | ^~~~~~~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/ras/ras_event.h:431, from /kisskb/src/drivers/ras/ras.c:15: /kisskb/src/drivers/ras/ras.c: In function 'trace_event_raw_event_arm_event': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:171:1: note: in expansion of macro 'TRACE_EVENT' 171 | TRACE_EVENT(arm_event, | ^~~~~~~~~~~ /kisskb/src/drivers/ras/ras.c: In function 'trace_event_raw_event_mc_event': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' 98 | TRACE_EVENT(mc_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:98:1: note: in expansion of macro 'TRACE_EVENT' 98 | TRACE_EVENT(mc_event, | ^~~~~~~~~~~ /kisskb/src/drivers/ras/ras.c: In function 'trace_event_raw_event_aer_event': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:298:1: note: in expansion of macro 'TRACE_EVENT' 298 | TRACE_EVENT(aer_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:298:1: note: in expansion of macro 'TRACE_EVENT' 298 | TRACE_EVENT(aer_event, | ^~~~~~~~~~~ /kisskb/src/drivers/ras/ras.c: In function 'trace_event_raw_event_non_standard_event': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' 219 | TRACE_EVENT(non_standard_event, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/../../include/ras/ras_event.h:219:1: note: in expansion of macro 'TRACE_EVENT' 219 | TRACE_EVENT(non_standard_event, | ^~~~~~~~~~~ /kisskb/src/drivers/mmc/core/regulator.c: In function 'mmc_regulator_set_ocr': /kisskb/src/drivers/mmc/core/regulator.c:111:16: note: byref variable will be forcibly initialized 111 | int min_uV, max_uV; | ^~~~~~ /kisskb/src/drivers/mmc/core/regulator.c:111:8: note: byref variable will be forcibly initialized 111 | int min_uV, max_uV; | ^~~~~~ /kisskb/src/drivers/mmc/core/regulator.c: In function 'mmc_regulator_set_vqmmc': /kisskb/src/drivers/mmc/core/regulator.c:182:25: note: byref variable will be forcibly initialized 182 | int ret, volt, min_uV, max_uV; | ^~~~~~ /kisskb/src/drivers/mmc/core/regulator.c:182:11: note: byref variable will be forcibly initialized 182 | int ret, volt, min_uV, max_uV; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/atbm8830.c: In function 'atbm8830_write_reg': /kisskb/src/drivers/media/dvb-frontends/atbm8830.c:31:5: note: byref variable will be forcibly initialized 31 | u8 buf2[] = { data }; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/atbm8830.c:30:5: note: byref variable will be forcibly initialized 30 | u8 buf1[] = { reg >> 8, reg & 0xFF }; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/atbm8830.c: In function 'atbm8830_read_reg': /kisskb/src/drivers/media/dvb-frontends/atbm8830.c:56:5: note: byref variable will be forcibly initialized 56 | u8 buf2[] = { 0 }; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/atbm8830.c:55:5: note: byref variable will be forcibly initialized 55 | u8 buf1[] = { reg >> 8, reg & 0xFF }; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/atbm8830.c: In function 'atbm8830_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/atbm8830.c:376:5: note: byref variable will be forcibly initialized 376 | u8 t; | ^ /kisskb/src/drivers/media/dvb-frontends/atbm8830.c: In function 'atbm8830_read_ber': /kisskb/src/drivers/media/dvb-frontends/atbm8830.c:352:5: note: byref variable will be forcibly initialized 352 | u8 t; | ^ /kisskb/src/drivers/media/dvb-frontends/atbm8830.c: In function 'is_locked': /kisskb/src/drivers/media/dvb-frontends/atbm8830.c:149:5: note: byref variable will be forcibly initialized 149 | u8 status; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/atbm8830.c: In function 'atbm8830_read_status': /kisskb/src/drivers/media/dvb-frontends/atbm8830.c:330:5: note: byref variable will be forcibly initialized 330 | u8 agc_locked = 0; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/atbm8830.c:329:5: note: byref variable will be forcibly initialized 329 | u8 locked = 0; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/atbm8830.c: In function 'set_if_freq': /kisskb/src/drivers/media/dvb-frontends/atbm8830.c:111:5: note: byref variable will be forcibly initialized 111 | u8 dat; | ^~~ /kisskb/src/drivers/media/dvb-frontends/atbm8830.c: In function 'atbm8830_attach': /kisskb/src/drivers/media/dvb-frontends/atbm8830.c:454:5: note: byref variable will be forcibly initialized 454 | u8 data = 0; | ^~~~ /kisskb/src/drivers/usb/storage/usb.c: In function 'usb_stor_adjust_quirks': /kisskb/src/drivers/usb/storage/usb.c:477:8: note: byref variable will be forcibly initialized 477 | char *p; | ^ /kisskb/src/drivers/media/dvb-frontends/atbm8830.c: In function 'atbm8830_set_fe': /kisskb/src/drivers/media/dvb-frontends/atbm8830.c:261:5: note: byref variable will be forcibly initialized 261 | u8 locked = 0; | ^~~~~~ In file included from /kisskb/src/drivers/usb/storage/usb.c:60: /kisskb/src/drivers/usb/storage/usb.c: In function 'uas_use_uas_driver': /kisskb/src/drivers/usb/storage/uas-detect.h:62:16: note: byref variable will be forcibly initialized 62 | unsigned long flags = id->driver_info; | ^~~~~ /kisskb/src/drivers/usb/storage/usb.c: In function 'get_pipes': /kisskb/src/drivers/usb/storage/usb.c:736:34: note: byref variable will be forcibly initialized 736 | struct usb_endpoint_descriptor *ep_int; | ^~~~~~ /kisskb/src/drivers/usb/storage/usb.c:735:34: note: byref variable will be forcibly initialized 735 | struct usb_endpoint_descriptor *ep_out; | ^~~~~~ /kisskb/src/drivers/usb/storage/usb.c:734:34: note: byref variable will be forcibly initialized 734 | struct usb_endpoint_descriptor *ep_in; | ^~~~~ /kisskb/src/drivers/usb/storage/usb.c: In function 'usb_stor_control_thread': /kisskb/src/drivers/usb/storage/usb.c:368:18: note: byref variable will be forcibly initialized 368 | unsigned char data_ptr[36] = { | ^~~~~~~~ /kisskb/src/drivers/rpmsg/qcom_glink_ssr.c: In function 'qcom_glink_ssr_notifier_call': /kisskb/src/drivers/rpmsg/qcom_glink_ssr.c:103:24: note: byref variable will be forcibly initialized 103 | struct do_cleanup_msg msg; | ^~~ /kisskb/src/drivers/usb/storage/usb.c: In function 'storage_probe': /kisskb/src/drivers/usb/storage/usb.c:1099:18: note: byref variable will be forcibly initialized 1099 | struct us_data *us; | ^~ /kisskb/src/drivers/of/dynamic.c: In function '__of_attach_node': /kisskb/src/drivers/of/dynamic.c:207:6: note: byref variable will be forcibly initialized 207 | int sz; | ^~ /kisskb/src/drivers/of/dynamic.c: In function 'of_property_notify': /kisskb/src/drivers/of/dynamic.c:192:26: note: byref variable will be forcibly initialized 192 | struct of_reconfig_data pr; | ^~ /kisskb/src/drivers/of/dynamic.c: In function '__of_changeset_entry_notify': /kisskb/src/drivers/of/dynamic.c:539:28: note: byref variable will be forcibly initialized 539 | struct of_changeset_entry ce_inverted; | ^~~~~~~~~~~ /kisskb/src/drivers/of/dynamic.c:538:26: note: byref variable will be forcibly initialized 538 | struct of_reconfig_data rd; | ^~ /kisskb/src/drivers/of/dynamic.c: In function 'of_attach_node': /kisskb/src/drivers/of/dynamic.c:237:26: note: byref variable will be forcibly initialized 237 | struct of_reconfig_data rd; | ^~ /kisskb/src/drivers/of/dynamic.c: In function 'of_detach_node': /kisskb/src/drivers/of/dynamic.c:290:26: note: byref variable will be forcibly initialized 290 | struct of_reconfig_data rd; | ^~ /kisskb/src/drivers/of/dynamic.c: In function '__of_changeset_entry_apply': /kisskb/src/drivers/of/dynamic.c:572:19: note: byref variable will be forcibly initialized 572 | struct property *old_prop, **propp; | ^~~~~~~~ /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_changeset_apply': /kisskb/src/drivers/of/dynamic.c:770:11: note: byref variable will be forcibly initialized 770 | int ret, ret_revert = 0; | ^~~~~~~~~~ /kisskb/src/drivers/of/dynamic.c: In function '__of_changeset_revert': /kisskb/src/drivers/of/dynamic.c:863:11: note: byref variable will be forcibly initialized 863 | int ret, ret_reply; | ^~~~~~~~~ /kisskb/src/drivers/crypto/cavium/nitrox/nitrox_main.c: In function 'nitrox_load_fw': /kisskb/src/drivers/crypto/cavium/nitrox/nitrox_main.c:112:25: note: byref variable will be forcibly initialized 112 | const struct firmware *fw; | ^~ /kisskb/src/drivers/crypto/cavium/nitrox/nitrox_isr.c: In function 'clear_nps_pkt_err_intr': /kisskb/src/drivers/crypto/cavium/nitrox/nitrox_isr.c:56:16: note: byref variable will be forcibly initialized 56 | unsigned long value, offset; | ^~~~~ /kisskb/src/drivers/net/appletalk/ipddp.c: In function 'ipddp_siocdevprivate': /kisskb/src/drivers/net/appletalk/ipddp.c:275:33: note: byref variable will be forcibly initialized 275 | struct ipddp_route rcp, rcp2, *rp; | ^~~~ /kisskb/src/drivers/net/appletalk/ipddp.c:275:28: note: byref variable will be forcibly initialized 275 | struct ipddp_route rcp, rcp2, *rp; | ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/crypto/cavium/nitrox/nitrox_isr.c:2: /kisskb/src/drivers/crypto/cavium/nitrox/nitrox_isr.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/staging/rts5208/rtsx.c:12: /kisskb/src/drivers/staging/rts5208/rtsx.c: In function 'rtsx_scan_thread': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/rts5208/rtsx.c:670:3: note: in expansion of macro 'wait_event_interruptible_timeout' 670 | wait_event_interruptible_timeout | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/rpmsg/qcom_glink_rpm.c: In function 'glink_rpm_tx_write': /kisskb/src/drivers/rpmsg/qcom_glink_rpm.c:157:7: note: byref variable will be forcibly initialized 157 | char padding[8] = {0}; | ^~~~~~~ /kisskb/src/drivers/rpmsg/qcom_glink_rpm.c: In function 'glink_rpm_probe': /kisskb/src/drivers/rpmsg/qcom_glink_rpm.c:266:18: note: byref variable will be forcibly initialized 266 | struct resource r; | ^ /kisskb/src/drivers/staging/fieldbus/anybuss/hms-profinet.c: In function '__profi_enable': /kisskb/src/drivers/staging/fieldbus/anybuss/hms-profinet.c:89:30: note: byref variable will be forcibly initialized 89 | const struct anybuss_memcfg mem_cfg = { | ^~~~~~~ /kisskb/src/drivers/staging/fieldbus/anybuss/hms-profinet.c: In function 'profi_id_get': /kisskb/src/drivers/staging/fieldbus/anybuss/hms-profinet.c:62:22: note: byref variable will be forcibly initialized 62 | struct msg_mac_addr response; | ^~~~~~~~ /kisskb/src/drivers/mmc/core/block.c: In function 'mmc_sd_num_wr_blocks': /kisskb/src/drivers/mmc/core/block.c:912:21: note: byref variable will be forcibly initialized 912 | struct scatterlist sg; | ^~ In file included from /kisskb/src/drivers/mmc/core/block.c:27: /kisskb/src/drivers/mmc/core/block.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/mmc/core/block.c: In function 'mmc_blk_busy_cb': /kisskb/src/drivers/mmc/core/block.c:1886:6: note: byref variable will be forcibly initialized 1886 | u32 status = 0; | ^~~~~~ /kisskb/src/drivers/mmc/core/block.c: In function 'mmc_blk_rw_rq_prep': /kisskb/src/drivers/mmc/core/block.c:1584:18: note: byref variable will be forcibly initialized 1584 | bool do_rel_wr, do_data_tag; | ^~~~~~~~~~~ /kisskb/src/drivers/mmc/core/block.c:1584:7: note: byref variable will be forcibly initialized 1584 | bool do_rel_wr, do_data_tag; | ^~~~~~~~~ /kisskb/src/drivers/mmc/core/block.c: In function 'mmc_blk_read_single': /kisskb/src/drivers/mmc/core/block.c:1688:7: note: byref variable will be forcibly initialized 1688 | u32 status; | ^~~~~~ /kisskb/src/drivers/mmc/core/block.c: In function 'mmc_blk_mq_rw_recovery': /kisskb/src/drivers/mmc/core/block.c:1793:6: note: byref variable will be forcibly initialized 1793 | u32 blocks; | ^~~~~~ /kisskb/src/drivers/mmc/core/block.c:1792:6: note: byref variable will be forcibly initialized 1792 | u32 status; | ^~~~~~ /kisskb/src/drivers/mmc/core/block.c: In function 'mmc_blk_card_busy': /kisskb/src/drivers/mmc/core/block.c:1903:27: note: byref variable will be forcibly initialized 1903 | struct mmc_blk_busy_data cb_data; | ^~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/mmc/core/block.c:22: /kisskb/src/drivers/mmc/core/block.c: In function 'mmc_blk_rw_wait': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/mmc/core/block.c:2210:2: note: in expansion of macro 'wait_event' 2210 | wait_event(mq->wait, mmc_blk_rw_wait_cond(mq, &err)); | ^~~~~~~~~~ /kisskb/src/drivers/mmc/core/block.c:2208:6: note: byref variable will be forcibly initialized 2208 | int err = 0; | ^~~ /kisskb/src/drivers/mmc/core/block.c: In function '__mmc_blk_ioctl_cmd': /kisskb/src/drivers/mmc/core/block.c:470:21: note: byref variable will be forcibly initialized 470 | struct scatterlist sg; | ^~ /kisskb/src/drivers/mmc/core/block.c: In function 'mmc_blk_issue_drv_op': /kisskb/src/drivers/mmc/core/block.c:1034:6: note: byref variable will be forcibly initialized 1034 | u32 status; | ^~~~~~ /kisskb/src/drivers/mmc/core/block.c: In function 'mmc_blk_mq_issue_rw_rq': /kisskb/src/drivers/mmc/core/block.c:2223:18: note: byref variable will be forcibly initialized 2223 | struct request *prev_req = NULL; | ^~~~~~~~ /kisskb/src/drivers/mmc/core/block.c: In function 'mmc_blk_alloc_req': /kisskb/src/drivers/mmc/core/block.c:2346:7: note: byref variable will be forcibly initialized 2346 | char cap_str[10]; | ^~~~~~~ /kisskb/src/drivers/mmc/core/block.c: In function 'power_ro_lock_store': /kisskb/src/drivers/mmc/core/block.c:249:16: note: byref variable will be forcibly initialized 249 | unsigned long set; | ^~~ /kisskb/src/drivers/mmc/core/block.c: In function 'force_ro_store': /kisskb/src/drivers/mmc/core/block.c:307:8: note: byref variable will be forcibly initialized 307 | char *end; | ^~~ /kisskb/src/drivers/mmc/core/block.c: In function 'mmc_blk_ioctl_cmd': /kisskb/src/drivers/mmc/core/block.c:627:27: note: byref variable will be forcibly initialized 627 | struct mmc_blk_ioc_data *idatas[1]; | ^~~~~~ /kisskb/src/drivers/mmc/core/block.c: In function 'mmc_blk_ioctl_multi_cmd': /kisskb/src/drivers/mmc/core/block.c:680:8: note: byref variable will be forcibly initialized 680 | __u64 num_of_cmds; | ^~~~~~~~~~~ /kisskb/src/drivers/mmc/core/block.c: In function 'mmc_blk_alloc_rpmb_part': /kisskb/src/drivers/mmc/core/block.c:2594:7: note: byref variable will be forcibly initialized 2594 | char cap_str[10]; | ^~~~~~~ /kisskb/src/drivers/mmc/core/block.c:2593:7: note: byref variable will be forcibly initialized 2593 | char rpmb_name[DISK_NAME_LEN]; | ^~~~~~~~~ /kisskb/src/drivers/mmc/core/block.c: In function 'mmc_ext_csd_open': /kisskb/src/drivers/mmc/core/block.c:2766:6: note: byref variable will be forcibly initialized 2766 | u8 *ext_csd; | ^~~~~~~ /kisskb/src/drivers/usb/storage/initializers.c: In function 'usb_stor_ucr61s2b_init': /kisskb/src/drivers/usb/storage/initializers.c:56:15: note: byref variable will be forcibly initialized 56 | unsigned int partial; | ^~~~~~~ /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:189:5: note: byref variable will be forcibly initialized 189 | u8 buf[] = { reg, data }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24116.c: In function 'cx24116_readreg': /kisskb/src/drivers/media/dvb-frontends/cx24116.c:249:17: note: byref variable will be forcibly initialized 249 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24116.c:248:5: note: byref variable will be forcibly initialized 248 | u8 b1[] = { 0 }; | ^~ /kisskb/src/drivers/media/dvb-frontends/cx24116.c:247:5: note: byref variable will be forcibly initialized 247 | u8 b0[] = { reg }; | ^~ In file included from /kisskb/src/drivers/mmc/core/queue.c:6: /kisskb/src/drivers/mmc/core/queue.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/cx24116.c: In function 'cx24116_load_firmware': /kisskb/src/drivers/media/dvb-frontends/cx24116.c:556:16: note: byref variable will be forcibly initialized 556 | unsigned char vers[4]; | ^~~~ /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_firmware_ondemand': /kisskb/src/drivers/media/dvb-frontends/cx24116.c:466:25: note: byref variable will be forcibly initialized 466 | const struct firmware *fw; | ^~ /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; | ^~~ In file included from /kisskb/src/drivers/mmc/core/queue.h:7, from /kisskb/src/drivers/mmc/core/queue.c:17: /kisskb/src/drivers/mmc/core/queue.c: In function 'blk_rq_map_sg': /kisskb/src/include/linux/blk-mq.h:1068:22: note: byref variable will be forcibly initialized 1068 | struct scatterlist *last_sg = NULL; | ^~~~~~~ /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/mmc/core/queue.c: In function 'mmc_cqe_timed_out': /kisskb/src/drivers/mmc/core/queue.c:101:7: note: byref variable will be forcibly initialized 101 | bool recovery_needed = false; | ^~~~~~~~~~~~~~~ /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:1207:17: note: byref variable will be forcibly initialized 1207 | enum fe_status tunerstat; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cx24116.c:1206:21: note: byref variable will be forcibly initialized 1206 | struct cx24116_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c: In function 'cx24117_readreg': /kisskb/src/drivers/media/dvb-frontends/cx24117.c:310:17: note: byref variable will be forcibly initialized 310 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c:309:5: note: byref variable will be forcibly initialized 309 | u8 recv = 0; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c: In function 'cx24117_writecmd': /kisskb/src/drivers/media/dvb-frontends/cx24117.c:282:5: note: byref variable will be forcibly initialized 282 | u8 buf[CX24117_ARGLEN+1]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c:281:17: note: byref variable will be forcibly initialized 281 | struct i2c_msg msg; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c: In function 'cx24117_writereg': /kisskb/src/drivers/media/dvb-frontends/cx24117.c:260:17: note: byref variable will be forcibly initialized 260 | struct i2c_msg msg = { .addr = state->priv->demod_address, | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c:259:5: note: byref variable will be forcibly initialized 259 | u8 buf[] = { reg, data }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c: In function 'cx24117_readregN': /kisskb/src/drivers/media/dvb-frontends/cx24117.c:335:17: note: byref variable will be forcibly initialized 335 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/extcon/extcon-max8997.c: In function 'max8997_muic_chg_handler': /kisskb/src/drivers/extcon/extcon-max8997.c:464:7: note: byref variable will be forcibly initialized 464 | bool attached; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c: In function 'cx24117_read_ucblocks': /kisskb/src/drivers/media/dvb-frontends/cx24117.c:840:5: note: byref variable will be forcibly initialized 840 | u8 buf[2]; | ^~~ /kisskb/src/drivers/extcon/extcon-max8997.c: In function 'max8997_muic_adc_handler': /kisskb/src/drivers/media/dvb-frontends/cx24117.c: In function 'cx24117_read_snr': /kisskb/src/drivers/extcon/extcon-max8997.c:386:7: note: byref variable will be forcibly initialized 386 | bool attached; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c:818:5: note: byref variable will be forcibly initialized 818 | u8 buf[2]; | ^~~ /kisskb/src/drivers/extcon/extcon-max8997.c: In function 'max8997_muic_detect_dev': /kisskb/src/drivers/extcon/extcon-max8997.c:581:7: note: byref variable will be forcibly initialized 581 | bool attached; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c: In function 'cx24117_read_ber': /kisskb/src/drivers/media/dvb-frontends/cx24117.c:763:5: note: byref variable will be forcibly initialized 763 | u8 buf[4]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c: In function 'cx24117_load_firmware': /kisskb/src/drivers/media/dvb-frontends/cx24117.c:547:17: note: byref variable will be forcibly initialized 547 | struct i2c_msg msg; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c:543:21: note: byref variable will be forcibly initialized 543 | struct cx24117_cmd cmd; | ^~~ /kisskb/src/drivers/extcon/extcon-max8997.c: In function 'max8997_muic_probe': /kisskb/src/drivers/extcon/extcon-max8997.c:639:7: note: byref variable will be forcibly initialized 639 | bool attached; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c: In function 'cx24117_firmware_ondemand': /kisskb/src/drivers/media/dvb-frontends/cx24117.c:443:25: note: byref variable will be forcibly initialized 443 | const struct firmware *fw; | ^~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c: In function 'cx24117_set_voltage': /kisskb/src/drivers/media/dvb-frontends/cx24117.c:902:21: note: byref variable will be forcibly initialized 902 | struct cx24117_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c: In function 'cx24117_set_tone': /kisskb/src/drivers/media/dvb-frontends/cx24117.c:954:21: note: byref variable will be forcibly initialized 954 | struct cx24117_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c: In function 'cx24117_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/cx24117.c:788:5: note: byref variable will be forcibly initialized 788 | u8 buf[2]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c:785:21: note: byref variable will be forcibly initialized 785 | struct cx24117_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c: In function 'cx24117_get_frontend': /kisskb/src/drivers/media/dvb-frontends/cx24117.c:1562:5: note: byref variable will be forcibly initialized 1562 | u8 buf[0x1f-4]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c:1556:21: note: byref variable will be forcibly initialized 1556 | struct cx24117_cmd cmd; | ^~~ /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/cx24117.c: In function 'cx24117_set_frontend': /kisskb/src/drivers/media/dvb-frontends/cx24117.c:1300:17: note: byref variable will be forcibly initialized 1300 | enum fe_status tunerstat; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cx24117.c:1299:21: note: byref variable will be forcibly initialized 1299 | struct cx24117_cmd cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c: In function 'cx24120_writereg': /kisskb/src/drivers/media/dvb-frontends/cx24120.c:195:17: note: byref variable will be forcibly initialized 195 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c:194:5: note: byref variable will be forcibly initialized 194 | u8 buf[] = { reg, data }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c: In function 'cx24120_readreg': /kisskb/src/drivers/media/dvb-frontends/cx24120.c:166:17: note: byref variable will be forcibly initialized 166 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/cx24120.c:165:5: note: byref variable will be forcibly initialized 165 | u8 buf = 0; | ^~~ /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/cx24117.c: In function 'cx24117_sleep': /kisskb/src/drivers/media/dvb-frontends/cx24117.c:1279:21: note: byref variable will be forcibly initialized 1279 | struct cx24117_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/cx24117.c: In function 'cx24117_initfe': /kisskb/src/drivers/media/dvb-frontends/cx24117.c:1219:21: note: byref variable will be forcibly initialized 1219 | struct cx24117_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/cx24117.c: In function 'cx24117_attach': /kisskb/src/drivers/media/dvb-frontends/cx24117.c:1163:23: note: byref variable will be forcibly initialized 1163 | struct cx24117_priv *priv = NULL; | ^~~~ /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:1275:16: note: byref variable will be forcibly initialized 1275 | unsigned char vers[4]; | ^~~~ /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/media/dvb-frontends/cx24120.c:1269:25: note: byref variable will be forcibly initialized 1269 | const struct firmware *fw; | ^~ /kisskb/src/drivers/staging/most/dim2/hal.c: In function 'dim2_write_ctr': /kisskb/src/drivers/staging/most/dim2/hal.c:202:12: note: byref variable will be forcibly initialized 202 | u32 const mask[4] = { 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF }; | ^~~~ /kisskb/src/drivers/extcon/extcon-sm5502.c: In function 'sm5502_muic_get_cable_type': /kisskb/src/drivers/extcon/extcon-sm5502.c:363:32: note: byref variable will be forcibly initialized 363 | unsigned int cable_type, adc, dev_type1; | ^~~~~~~~~ /kisskb/src/drivers/extcon/extcon-sm5502.c:363:27: note: byref variable will be forcibly initialized 363 | unsigned int cable_type, adc, dev_type1; | ^~~ /kisskb/src/drivers/extcon/extcon-sm5502.c: In function 'sm5502_init_dev_type': /kisskb/src/drivers/extcon/extcon-sm5502.c:646:15: note: byref variable will be forcibly initialized 646 | unsigned int reg_data, vendor_id, version_id; | ^~~~~~~~ /kisskb/src/drivers/extcon/extcon-fsa9480.c: In function 'fsa9480_read_irq': /kisskb/src/drivers/extcon/extcon-fsa9480.c:191:5: note: byref variable will be forcibly initialized 191 | u8 regs[2]; | ^~~~ /kisskb/src/drivers/extcon/extcon-fsa9480.c: In function 'fsa9480_read_reg': /kisskb/src/drivers/extcon/extcon-fsa9480.c:178:11: note: byref variable will be forcibly initialized 178 | int ret, val; | ^~~ /kisskb/src/drivers/extcon/extcon-fsa9480.c: In function 'fsa9480_irq_handler': /kisskb/src/drivers/extcon/extcon-fsa9480.c:247:6: note: byref variable will be forcibly initialized 247 | int intr = 0; | ^~~~ /kisskb/src/drivers/staging/most/i2c/i2c.c: In function 'do_rx_work': /kisskb/src/drivers/staging/most/i2c/i2c.c:193:16: note: byref variable will be forcibly initialized 193 | unsigned char msg[MAX_BUF_SIZE_CONTROL]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/si21xx.c: In function 'si21_readregs': /kisskb/src/drivers/media/dvb-frontends/si21xx.c:310:17: note: byref variable will be forcibly initialized 310 | struct i2c_msg msg[] = { | ^~~ /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:226:5: note: byref variable will be forcibly initialized 226 | u8 buf[60];/* = { reg1, data };*/ | ^~~ /kisskb/src/drivers/media/dvb-frontends/si21xx.c: In function 'si21xx_send_diseqc_msg': /kisskb/src/drivers/media/dvb-frontends/si21xx.c:383:5: note: byref variable will be forcibly initialized 383 | u8 LNB_CTRL_1; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/si21xx.c:382:5: note: byref variable will be forcibly initialized 382 | u8 lnb_status; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/si21xx.c: In function 'si21xx_set_symbolrate': /kisskb/src/drivers/media/dvb-frontends/si21xx.c:354:5: note: byref variable will be forcibly initialized 354 | u8 sym_rate_bytes[3]; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/si21xx.c: In function 'si21xx_setacquire': /kisskb/src/drivers/media/dvb-frontends/si21xx.c:649:10: note: byref variable will be forcibly initialized 649 | u8 reg, regs[3]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/si21xx.c:649:5: note: byref variable will be forcibly initialized 649 | u8 reg, regs[3]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/si21xx.c:648:5: note: byref variable will be forcibly initialized 648 | u8 start_acq = 0x80; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/si21xx.c:646:5: note: byref variable will be forcibly initialized 646 | u8 coderate_ptr; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/si21xx.c:641:5: note: byref variable will be forcibly initialized 641 | u8 coderates[] = { | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/si21xx.c: In function 'si21xx_set_frontend': /kisskb/src/drivers/media/dvb-frontends/si21xx.c:728:16: note: byref variable will be forcibly initialized 728 | unsigned char regs[4]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/si21xx.c:717:6: note: byref variable will be forcibly initialized 717 | int afs[ALLOWABLE_FS_COUNT] = { 200, 192, 193, 194, 195, | ^~~ /kisskb/src/drivers/media/dvb-frontends/si21xx.c:713:7: note: byref variable will be forcibly initialized 713 | bool inband_interferer_div4[ALLOWABLE_FS_COUNT]; | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/si21xx.c:712:7: note: byref variable will be forcibly initialized 712 | bool inband_interferer_div2[ALLOWABLE_FS_COUNT]; | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/si21xx.c: In function 'si21xx_sleep': /kisskb/src/drivers/media/dvb-frontends/si21xx.c:841:5: note: byref variable will be forcibly initialized 841 | u8 regdata; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/si21xx.c: In function 'si21xx_init': /kisskb/src/drivers/media/dvb-frontends/si21xx.c:481:5: note: byref variable will be forcibly initialized 481 | u8 reg2[2]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/si21xx.c:480:5: note: byref variable will be forcibly initialized 480 | u8 val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/si21xx.c:479:5: note: byref variable will be forcibly initialized 479 | u8 reg1; | ^~~~ /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/si21xx.c:252:5: note: byref variable will be forcibly initialized 252 | u8 buf[] = { reg, data }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/si21xx.c: In function 'si21_readreg': /kisskb/src/drivers/media/dvb-frontends/si21xx.c:284:17: note: byref variable will be forcibly initialized 284 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/si21xx.c:283:5: note: byref variable will be forcibly initialized 283 | u8 b1[] = { 0 }; | ^~ /kisskb/src/drivers/media/dvb-frontends/si21xx.c:282:5: note: byref variable will be forcibly initialized 282 | u8 b0[] = { reg }; | ^~ /kisskb/src/drivers/media/dvb-frontends/si21xx.c: In function 'si21_read_status': /kisskb/src/drivers/media/dvb-frontends/si21xx.c:535:5: note: byref variable will be forcibly initialized 535 | u8 regs_read[2]; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0288.c: In function 'stv0288_writeregI': /kisskb/src/drivers/media/dvb-frontends/stv0288.c:55:17: note: byref variable will be forcibly initialized 55 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0288.c:54:5: note: byref variable will be forcibly initialized 54 | u8 buf[] = { reg, data }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0288.c: In function 'stv0288_readreg': /kisskb/src/drivers/media/dvb-frontends/stv0288.c:86:17: note: byref variable will be forcibly initialized 86 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0288.c:85:5: note: byref variable will be forcibly initialized 85 | u8 b1[] = { 0 }; | ^~ /kisskb/src/drivers/media/dvb-frontends/stv0288.c:84:5: note: byref variable will be forcibly initialized 84 | u8 b0[] = { reg }; | ^~ /kisskb/src/drivers/iio/accel/adxl372_i2c.c: In function 'adxl372_i2c_probe': /kisskb/src/drivers/iio/accel/adxl372_i2c.c:25:15: note: byref variable will be forcibly initialized 25 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/staging/fieldbus/dev_core.c: In function 'enabled_store': /kisskb/src/drivers/staging/fieldbus/dev_core.c:49:7: note: byref variable will be forcibly initialized 49 | bool value; | ^~~~~ /kisskb/src/drivers/iio/accel/adxl372.c: In function 'adxl372_get_status': /kisskb/src/drivers/iio/accel/adxl372.c:578:9: note: byref variable will be forcibly initialized 578 | __be32 buf; | ^~~ /kisskb/src/drivers/iio/accel/adxl372.c: In function 'adxl372_arrange_axis_data': /kisskb/src/drivers/iio/accel/adxl372.c:603:9: note: byref variable will be forcibly initialized 603 | __be16 axis_sample[3]; | ^~~~~~~~~~~ /kisskb/src/drivers/iio/accel/adxl372.c: In function 'adxl372_trigger_handler': /kisskb/src/drivers/iio/accel/adxl372.c:640:6: note: byref variable will be forcibly initialized 640 | u16 fifo_entries; | ^~~~~~~~~~~~ /kisskb/src/drivers/iio/accel/adxl372.c:639:14: note: byref variable will be forcibly initialized 639 | u8 status1, status2; | ^~~~~~~ /kisskb/src/drivers/iio/accel/adxl372.c:639:5: note: byref variable will be forcibly initialized 639 | u8 status1, status2; | ^~~~~~~ /kisskb/src/drivers/iio/accel/adxl372.c: In function 'adxl372_read_threshold_value': /kisskb/src/drivers/iio/accel/adxl372.c:318:9: note: byref variable will be forcibly initialized 318 | __be16 raw_regval; | ^~~~~~~~~~ /kisskb/src/drivers/iio/accel/adxl372.c: In function 'adxl372_read_event_value': /kisskb/src/drivers/iio/accel/adxl372.c:846:6: note: byref variable will be forcibly initialized 846 | u16 raw_value; | ^~~~~~~~~ /kisskb/src/drivers/iio/accel/adxl372.c: In function 'adxl372_read_axis': /kisskb/src/drivers/iio/accel/adxl372.c:356:9: note: byref variable will be forcibly initialized 356 | __be16 regval; | ^~~~~~ /kisskb/src/drivers/iio/accel/adxl372.c: In function 'adxl372_set_activity_threshold': /kisskb/src/drivers/iio/accel/adxl372.c:449:16: note: byref variable will be forcibly initialized 449 | unsigned char buf[6]; | ^~~ /kisskb/src/drivers/iio/accel/adxl372.c: In function 'adxl372_setup': /kisskb/src/drivers/iio/accel/adxl372.c:681:15: note: byref variable will be forcibly initialized 681 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/devfreq/governor_userspace.c: In function 'set_freq_store': /kisskb/src/drivers/devfreq/governor_userspace.c:39:16: note: byref variable will be forcibly initialized 39 | unsigned long wanted; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/s921.c: In function 's921_i2c_readreg': /kisskb/src/drivers/media/dvb-frontends/s921.c:234:17: note: byref variable will be forcibly initialized 234 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/s921.c:232:5: note: byref variable will be forcibly initialized 232 | u8 val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/s921.c: In function 's921_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/s921.c:384:17: note: byref variable will be forcibly initialized 384 | enum fe_status status; | ^~~~~~ /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/dvb-frontends/s921.c:201:5: note: byref variable will be forcibly initialized 201 | u8 buf[] = { reg, data }; | ^~~ /kisskb/src/drivers/of/fdt.c: In function 'populate_properties': /kisskb/src/drivers/of/fdt.c:125:7: note: byref variable will be forcibly initialized 125 | u32 sz; | ^~ /kisskb/src/drivers/of/fdt.c:124:15: note: byref variable will be forcibly initialized 124 | const char *pname; | ^~~~~ /kisskb/src/drivers/of/fdt.c: In function 'populate_node': /kisskb/src/drivers/of/fdt.c:214:6: note: byref variable will be forcibly initialized 214 | int len; | ^~~ /kisskb/src/drivers/of/fdt.c: In function 'unflatten_dt_nodes': /kisskb/src/drivers/of/fdt.c:292:22: note: byref variable will be forcibly initialized 292 | struct device_node *nps[FDT_MAX_DEPTH]; | ^~~ /kisskb/src/drivers/of/fdt.c:290:18: note: byref variable will be forcibly initialized 290 | int offset = 0, depth = 0, initial_depth = 0; | ^~~~~ /kisskb/src/drivers/of/fdt.c: In function 'of_fdt_is_compatible': /kisskb/src/drivers/of/fdt.c:770:6: note: byref variable will be forcibly initialized 770 | int cplen; | ^~~~~ /kisskb/src/drivers/of/fdt.c: In function 'of_fdt_limit_memory': /kisskb/src/drivers/of/fdt.c:46:6: note: byref variable will be forcibly initialized 46 | int len; | ^~~ /kisskb/src/drivers/of/fdt.c: In function 'of_scan_flat_dt': /kisskb/src/drivers/of/fdt.c:679:22: note: byref variable will be forcibly initialized 679 | int offset, rc = 0, depth = -1; | ^~~~~ /kisskb/src/drivers/of/fdt.c: In function 'early_init_dt_check_for_initrd': /kisskb/src/drivers/of/fdt.c:917:6: note: byref variable will be forcibly initialized 917 | int len; | ^~~ /kisskb/src/drivers/of/fdt.c: In function 'of_flat_dt_match_machine': /kisskb/src/drivers/of/fdt.c:874:7: note: byref variable will be forcibly initialized 874 | int size; | ^~~~ /kisskb/src/drivers/of/fdt.c:860:21: note: byref variable will be forcibly initialized 860 | const char *const *compat; | ^~~~~~ /kisskb/src/drivers/of/fdt.c: In function 'early_init_dt_scan_chosen_stdout': /kisskb/src/drivers/of/fdt.c:1000:6: note: byref variable will be forcibly initialized 1000 | int l; | ^ /kisskb/src/drivers/of/fdt.c: In function '__reserved_mem_reserve_reg': /kisskb/src/drivers/of/fdt.c:504:16: note: byref variable will be forcibly initialized 504 | const __be32 *prop; | ^~~~ /kisskb/src/drivers/of/fdt.c:503:6: note: byref variable will be forcibly initialized 503 | int len; | ^~~ /kisskb/src/drivers/of/fdt.c:502:14: note: byref variable will be forcibly initialized 502 | phys_addr_t base, size; | ^~~~ /kisskb/src/drivers/of/fdt.c: In function 'early_init_fdt_scan_reserved_mem': /kisskb/src/drivers/of/fdt.c:631:12: note: byref variable will be forcibly initialized 631 | u64 base, size; | ^~~~ /kisskb/src/drivers/of/fdt.c:631:6: note: byref variable will be forcibly initialized 631 | u64 base, size; | ^~~~ /kisskb/src/drivers/of/fdt.c: In function 'early_init_dt_check_for_usable_mem_range': /kisskb/src/drivers/of/fdt.c:979:6: note: byref variable will be forcibly initialized 979 | int len; | ^~~ /kisskb/src/drivers/of/fdt.c:978:16: note: byref variable will be forcibly initialized 978 | const __be32 *prop; | ^~~~ /kisskb/src/drivers/of/fdt.c: In function 'early_init_dt_scan_chosen': /kisskb/src/drivers/of/fdt.c:1130:6: note: byref variable will be forcibly initialized 1130 | int l; | ^ /kisskb/src/drivers/of/fdt.c: In function 'early_init_dt_scan_memory': /kisskb/src/drivers/of/fdt.c:1086:6: note: byref variable will be forcibly initialized 1086 | int l; | ^ /kisskb/src/drivers/of/fdt.c:1085:16: note: byref variable will be forcibly initialized 1085 | const __be32 *reg, *endp; | ^~~ In file included from /kisskb/src/drivers/nvmem/core.c:20: /kisskb/src/drivers/nvmem/core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/nvmem/core.c: In function 'nvmem_device_cell_read': /kisskb/src/drivers/nvmem/core.c:1786:10: note: byref variable will be forcibly initialized 1786 | ssize_t len; | ^~~ /kisskb/src/drivers/nvmem/core.c:1784:26: note: byref variable will be forcibly initialized 1784 | struct nvmem_cell_entry cell; | ^~~~ /kisskb/src/drivers/nvmem/rmem.c: In function 'rmem_read': /kisskb/src/drivers/nvmem/rmem.c:25:9: note: byref variable will be forcibly initialized 25 | loff_t off = offset; | ^~~ /kisskb/src/drivers/nvmem/core.c: In function 'nvmem_add_cells_from_of': /kisskb/src/drivers/nvmem/core.c:686:6: note: byref variable will be forcibly initialized 686 | int len; | ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/crypto/cavium/nitrox/nitrox_lib.c:11: /kisskb/src/drivers/crypto/cavium/nitrox/nitrox_lib.c: In function 'kmalloc_array_node': /kisskb/src/include/linux/slab.h:680:9: note: byref variable will be forcibly initialized 680 | size_t bytes; | ^~~~~ /kisskb/src/drivers/crypto/cavium/nitrox/nitrox_lib.c: In function 'crypto_alloc_context': /kisskb/src/drivers/crypto/cavium/nitrox/nitrox_lib.c:220:13: note: byref variable will be forcibly initialized 220 | dma_addr_t dma; | ^~~ /kisskb/src/drivers/nvmem/core.c: In function 'nvmem_cell_read_variable_le_u32': /kisskb/src/drivers/nvmem/core.c:1721:9: note: byref variable will be forcibly initialized 1721 | size_t len; | ^~~ /kisskb/src/drivers/nvmem/core.c: In function 'nvmem_cell_read_variable_le_u64': /kisskb/src/drivers/nvmem/core.c:1752:9: note: byref variable will be forcibly initialized 1752 | size_t len; | ^~~ /kisskb/src/drivers/nvmem/core.c: In function 'nvmem_cell_prepare_write_buffer': /kisskb/src/drivers/nvmem/core.c:1497:5: note: byref variable will be forcibly initialized 1497 | u8 v, *p, *buf, *b, pbyte, pbits; | ^ /kisskb/src/drivers/nvmem/core.c: In function 'nvmem_device_cell_write': /kisskb/src/drivers/nvmem/core.c:1815:26: note: byref variable will be forcibly initialized 1815 | struct nvmem_cell_entry cell; | ^~~~ /kisskb/src/drivers/nvmem/core.c: In function 'nvmem_cell_read_common': /kisskb/src/drivers/nvmem/core.c:1593:9: note: byref variable will be forcibly initialized 1593 | size_t len; | ^~~ In file included from /kisskb/src/include/linux/rculist.h:10, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/pm_runtime.h:11, from /kisskb/src/drivers/thunderbolt/nhi.c:12: /kisskb/src/drivers/thunderbolt/nhi.c: In function 'ring_work': /kisskb/src/drivers/thunderbolt/nhi.c:234:12: note: byref variable will be forcibly initialized 234 | LIST_HEAD(done); | ^~~~ /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/thunderbolt/nhi.c: In function 'nhi_wake_supported': /kisskb/src/drivers/thunderbolt/nhi.c:943:5: note: byref variable will be forcibly initialized 943 | u8 val; | ^~~ /kisskb/src/drivers/thunderbolt/nhi.c: In function 'nhi_imr_valid': /kisskb/src/drivers/thunderbolt/nhi.c:1149:5: note: byref variable will be forcibly initialized 1149 | u8 val; | ^~~ /kisskb/src/drivers/crypto/cavium/nitrox/nitrox_hal.c: In function 'nitrox_get_hwinfo': /kisskb/src/drivers/crypto/cavium/nitrox/nitrox_hal.c:613:16: note: byref variable will be forcibly initialized 613 | unsigned char name[IFNAMSIZ * 2] = {}; | ^~~~ In file included from /kisskb/src/include/linux/dev_printk.h:14, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/include/linux/pm_runtime.h:11, from /kisskb/src/drivers/thunderbolt/nhi.c:12: /kisskb/src/drivers/thunderbolt/nhi.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/pm_runtime.h:11, from /kisskb/src/drivers/thunderbolt/nhi.c:12: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/drivers/staging/rts5208/rtsx_transport.c: In function 'rtsx_transfer_sglist_adma_partial': /kisskb/src/drivers/staging/rts5208/rtsx_transport.c:321:20: note: byref variable will be forcibly initialized 321 | struct completion trans_done; | ^~~~~~~~~~ /kisskb/src/drivers/staging/rts5208/rtsx_transport.c: In function 'rtsx_transfer_sglist_adma': /kisskb/src/drivers/staging/rts5208/rtsx_transport.c:485:20: note: byref variable will be forcibly initialized 485 | struct completion trans_done; | ^~~~~~~~~~ /kisskb/src/drivers/staging/rts5208/rtsx_transport.c: In function 'rtsx_transfer_buf': /kisskb/src/drivers/staging/rts5208/rtsx_transport.c:631:20: note: byref variable will be forcibly initialized 631 | struct completion trans_done; | ^~~~~~~~~~ /kisskb/src/drivers/staging/rts5208/rtsx_transport.c: In function 'rtsx_stor_set_xfer_buf': /kisskb/src/drivers/staging/rts5208/rtsx_transport.c:123:26: note: byref variable will be forcibly initialized 123 | unsigned int index = 0, offset = 0; | ^~~~~~ /kisskb/src/drivers/staging/rts5208/rtsx_transport.c:123:15: note: byref variable will be forcibly initialized 123 | unsigned int index = 0, offset = 0; | ^~~~~ /kisskb/src/drivers/staging/rts5208/rtsx_transport.c: In function 'rtsx_stor_get_xfer_buf': /kisskb/src/drivers/staging/rts5208/rtsx_transport.c:134:26: note: byref variable will be forcibly initialized 134 | unsigned int index = 0, offset = 0; | ^~~~~~ /kisskb/src/drivers/staging/rts5208/rtsx_transport.c:134:15: note: byref variable will be forcibly initialized 134 | unsigned int index = 0, offset = 0; | ^~~~~ /kisskb/src/drivers/staging/rts5208/rtsx_transport.c: In function 'rtsx_send_cmd': /kisskb/src/drivers/staging/rts5208/rtsx_transport.c:228:20: note: byref variable will be forcibly initialized 228 | struct completion trans_done; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:6, from /kisskb/src/drivers/staging/rts5208/rtsx_chip.c:12: /kisskb/src/drivers/staging/rts5208/rtsx_chip.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:135:6: note: in expansion of macro 'check_mul_overflow' 135 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:135:6: note: in expansion of macro 'check_mul_overflow' 135 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:133:9: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/staging/rts5208/rtsx_chip.c: In function 'rtsx_pre_handle_sdio_new': /kisskb/src/drivers/staging/rts5208/rtsx_chip.c:144:5: note: byref variable will be forcibly initialized 144 | u8 tmp; | ^~~ /kisskb/src/drivers/staging/rts5208/rtsx_chip.c: In function 'rtsx_manage_sd_lock': /kisskb/src/drivers/staging/rts5208/rtsx_chip.c:982:5: note: byref variable will be forcibly initialized 982 | u8 val; | ^~~ /kisskb/src/drivers/staging/rts5208/rtsx_chip.c: In function 'rtsx_stop_cmd': /kisskb/src/drivers/staging/rts5208/rtsx_chip.c:1286:6: note: byref variable will be forcibly initialized 1286 | u8 val; | ^~~ /kisskb/src/drivers/staging/rts5208/rtsx_chip.c: In function 'rtsx_write_cfg_dw': /kisskb/src/drivers/staging/rts5208/rtsx_chip.c:1353:15: note: byref variable will be forcibly initialized 1353 | u8 mode = 0, tmp; | ^~~ /kisskb/src/drivers/staging/rts5208/rtsx_chip.c: In function 'rtsx_read_cfg_dw': /kisskb/src/drivers/staging/rts5208/rtsx_chip.c:1400:5: note: byref variable will be forcibly initialized 1400 | u8 tmp; | ^~~ /kisskb/src/drivers/staging/rts5208/rtsx_chip.c: In function 'rts5288_init': /kisskb/src/drivers/staging/rts5208/rtsx_chip.c:698:6: note: byref variable will be forcibly initialized 698 | u32 lval = 0; | ^~~~ /kisskb/src/drivers/staging/rts5208/rtsx_chip.c:697:5: note: byref variable will be forcibly initialized 697 | u8 val = 0, max_func; | ^~~ /kisskb/src/drivers/staging/rts5208/rtsx_chip.c: In function 'rtsx_is_ss_allowed': /kisskb/src/drivers/staging/rts5208/rtsx_chip.c:1002:6: note: byref variable will be forcibly initialized 1002 | u32 val; | ^~~ /kisskb/src/drivers/staging/rts5208/rtsx_chip.c: In function 'rtsx_monitor_aspm_config': /kisskb/src/drivers/staging/rts5208/rtsx_chip.c:914:5: note: byref variable will be forcibly initialized 914 | u8 reg0 = 0, reg1 = 0; | ^~~~ /kisskb/src/drivers/staging/rts5208/rtsx_chip.c:913:6: note: byref variable will be forcibly initialized 913 | u32 tmp = 0; | ^~~ /kisskb/src/drivers/staging/rts5208/rtsx_chip.c: In function 'rtsx_handle_pm_dstate': /kisskb/src/drivers/staging/rts5208/rtsx_chip.c:1730:6: note: byref variable will be forcibly initialized 1730 | u32 ultmp; | ^~~~~ /kisskb/src/drivers/staging/rts5208/rtsx_chip.c: In function 'rtsx_write_phy_register': /kisskb/src/drivers/staging/rts5208/rtsx_chip.c:1546:5: note: byref variable will be forcibly initialized 1546 | u8 tmp; | ^~~ /kisskb/src/drivers/staging/rts5208/rtsx_chip.c: In function 'rtsx_read_phy_register': /kisskb/src/drivers/staging/rts5208/rtsx_chip.c:1583:5: note: byref variable will be forcibly initialized 1583 | u8 tmp; | ^~~ /kisskb/src/drivers/staging/rts5208/rtsx_chip.c: In function 'rtsx_enable_pcie_intr': /kisskb/src/drivers/staging/rts5208/rtsx_chip.c:306:7: note: byref variable will be forcibly initialized 306 | u16 reg; | ^~~ /kisskb/src/drivers/staging/rts5208/rtsx_chip.c: In function 'rts5208_init': /kisskb/src/drivers/staging/rts5208/rtsx_chip.c:639:5: note: byref variable will be forcibly initialized 639 | u8 val = 0; | ^~~ /kisskb/src/drivers/staging/rts5208/rtsx_chip.c:638:6: note: byref variable will be forcibly initialized 638 | u16 reg = 0; | ^~~ /kisskb/src/drivers/staging/rts5208/rtsx_chip.c: In function 'rtsx_read_efuse': /kisskb/src/drivers/staging/rts5208/rtsx_chip.c:1624:5: note: byref variable will be forcibly initialized 1624 | u8 data = 0; | ^~~~ /kisskb/src/drivers/staging/rts5208/rtsx_chip.c: In function 'rtsx_write_efuse': /kisskb/src/drivers/staging/rts5208/rtsx_chip.c:1655:5: note: byref variable will be forcibly initialized 1655 | u8 data = 0, tmp = 0xFF; | ^~~~ /kisskb/src/drivers/staging/rts5208/rtsx_chip.c: In function 'rtsx_clr_phy_reg_bit': /kisskb/src/drivers/staging/rts5208/rtsx_chip.c:1693:6: note: byref variable will be forcibly initialized 1693 | u16 value; | ^~~~~ /kisskb/src/drivers/staging/rts5208/rtsx_chip.c: In function 'rtsx_set_phy_reg_bit': /kisskb/src/drivers/staging/rts5208/rtsx_chip.c:1712:6: note: byref variable will be forcibly initialized 1712 | u16 value; | ^~~~~ /kisskb/src/drivers/staging/rts5208/rtsx_chip.c: In function 'rtsx_polling_func': /kisskb/src/drivers/staging/rts5208/rtsx_chip.c:1214:6: note: byref variable will be forcibly initialized 1214 | u8 val; | ^~~ In file included from /kisskb/src/include/linux/crypto.h:20, from /kisskb/src/include/crypto/algapi.h:10, from /kisskb/src/drivers/crypto/virtio/virtio_crypto_algs.c:10: /kisskb/src/drivers/crypto/virtio/virtio_crypto_algs.c: In function 'kmalloc_array_node': /kisskb/src/include/linux/slab.h:680:9: note: byref variable will be forcibly initialized 680 | size_t bytes; | ^~~~~ /kisskb/src/drivers/crypto/virtio/virtio_crypto_algs.c: In function '__virtio_crypto_skcipher_do_req': /kisskb/src/drivers/crypto/virtio/virtio_crypto_algs.c:352:36: note: byref variable will be forcibly initialized 352 | struct scatterlist outhdr, iv_sg, status_sg, **sgs; | ^~~~~~~~~ /kisskb/src/drivers/crypto/virtio/virtio_crypto_algs.c:352:29: note: byref variable will be forcibly initialized 352 | struct scatterlist outhdr, iv_sg, status_sg, **sgs; | ^~~~~ /kisskb/src/drivers/crypto/virtio/virtio_crypto_algs.c:352:21: note: byref variable will be forcibly initialized 352 | struct scatterlist outhdr, iv_sg, status_sg, **sgs; | ^~~~~~ /kisskb/src/drivers/crypto/virtio/virtio_crypto_algs.c: In function 'virtio_crypto_alg_skcipher_close_session': /kisskb/src/drivers/crypto/virtio/virtio_crypto_algs.c:209:15: note: byref variable will be forcibly initialized 209 | unsigned int tmp; | ^~~ /kisskb/src/drivers/crypto/virtio/virtio_crypto_algs.c:208:41: note: byref variable will be forcibly initialized 208 | struct scatterlist outhdr, status_sg, *sgs[2]; | ^~~ /kisskb/src/drivers/crypto/virtio/virtio_crypto_algs.c:208:29: note: byref variable will be forcibly initialized 208 | struct scatterlist outhdr, status_sg, *sgs[2]; | ^~~~~~~~~ /kisskb/src/drivers/crypto/virtio/virtio_crypto_algs.c:208:21: note: byref variable will be forcibly initialized 208 | struct scatterlist outhdr, status_sg, *sgs[2]; | ^~~~~~ /kisskb/src/drivers/crypto/virtio/virtio_crypto_algs.c: In function 'virtio_crypto_alg_skcipher_init_session': /kisskb/src/drivers/crypto/virtio/virtio_crypto_algs.c:121:15: note: byref variable will be forcibly initialized 121 | unsigned int tmp; | ^~~ /kisskb/src/drivers/crypto/virtio/virtio_crypto_algs.c:120:45: note: byref variable will be forcibly initialized 120 | struct scatterlist outhdr, key_sg, inhdr, *sgs[3]; | ^~~ /kisskb/src/drivers/crypto/virtio/virtio_crypto_algs.c:120:37: note: byref variable will be forcibly initialized 120 | struct scatterlist outhdr, key_sg, inhdr, *sgs[3]; | ^~~~~ /kisskb/src/drivers/crypto/virtio/virtio_crypto_algs.c:120:29: note: byref variable will be forcibly initialized 120 | struct scatterlist outhdr, key_sg, inhdr, *sgs[3]; | ^~~~~~ /kisskb/src/drivers/crypto/virtio/virtio_crypto_algs.c:120:21: note: byref variable will be forcibly initialized 120 | struct scatterlist outhdr, key_sg, inhdr, *sgs[3]; | ^~~~~~ /kisskb/src/drivers/crypto/virtio/virtio_crypto_algs.c: In function 'virtio_crypto_alg_skcipher_init_sessions': /kisskb/src/drivers/crypto/virtio/virtio_crypto_algs.c:269:11: note: byref variable will be forcibly initialized 269 | uint32_t alg; | ^~~ /kisskb/src/drivers/crypto/virtio/virtio_crypto_algs.c: In function 'virtio_crypto_skcipher_setkey': /kisskb/src/drivers/crypto/virtio/virtio_crypto_algs.c:302:11: note: byref variable will be forcibly initialized 302 | uint32_t alg; | ^~~ /kisskb/src/drivers/extcon/extcon-max77693.c: In function 'max77693_muic_adc_ground_handler': /kisskb/src/drivers/extcon/extcon-max77693.c:579:7: note: byref variable will be forcibly initialized 579 | bool attached; | ^~~~~~~~ /kisskb/src/drivers/extcon/extcon-max77693.c: In function 'max77693_muic_dock_handler': /kisskb/src/drivers/extcon/extcon-max77693.c:455:7: note: byref variable will be forcibly initialized 455 | bool cable_attached; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/extcon/extcon-max77693.c: In function 'max77693_muic_adc_handler': /kisskb/src/drivers/extcon/extcon-max77693.c:658:7: note: byref variable will be forcibly initialized 658 | bool attached; | ^~~~~~~~ /kisskb/src/drivers/extcon/extcon-max77693.c: In function 'max77693_muic_chg_handler': /kisskb/src/drivers/extcon/extcon-max77693.c:768:7: note: byref variable will be forcibly initialized 768 | bool cable_attached; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/extcon/extcon-max77693.c:767:7: note: byref variable will be forcibly initialized 767 | bool attached; | ^~~~~~~~ /kisskb/src/drivers/extcon/extcon-max77693.c: In function 'max77693_muic_detect_accessory': /kisskb/src/drivers/extcon/extcon-max77693.c:1020:7: note: byref variable will be forcibly initialized 1020 | bool attached; | ^~~~~~~~ /kisskb/src/drivers/extcon/extcon-max77693.c: In function 'max77693_muic_probe': /kisskb/src/drivers/extcon/extcon-max77693.c:1080:15: note: byref variable will be forcibly initialized 1080 | unsigned int id; | ^~ /kisskb/src/drivers/extcon/extcon-max77693.c:1077:7: note: byref variable will be forcibly initialized 1077 | bool attached; | ^~~~~~~~ /kisskb/src/drivers/extcon/extcon-usbc-tusb320.c: In function 'tusb320_check_signature': /kisskb/src/drivers/extcon/extcon-usbc-tusb320.c:76:11: note: byref variable will be forcibly initialized 76 | unsigned val; | ^~~ /kisskb/src/drivers/extcon/extcon-usbc-tusb320.c: In function 'tusb320_irq_handler': /kisskb/src/drivers/extcon/extcon-usbc-tusb320.c:191:11: note: byref variable will be forcibly initialized 191 | unsigned reg; | ^~~ /kisskb/src/drivers/net/can/vxcan.c: In function 'vxcan_newlink': /kisskb/src/drivers/net/can/vxcan.c:171:7: note: byref variable will be forcibly initialized 171 | char ifname[IFNAMSIZ]; | ^~~~~~ /kisskb/src/drivers/net/can/vxcan.c:170:17: note: byref variable will be forcibly initialized 170 | struct nlattr *peer_tb[IFLA_MAX + 1], **tbp = tb; | ^~~~~~~ /kisskb/src/drivers/extcon/extcon-usbc-tusb320.c: In function 'tusb320_extcon_probe': /kisskb/src/drivers/extcon/extcon-usbc-tusb320.c:238:15: note: byref variable will be forcibly initialized 238 | unsigned int revision; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv6110.c: In function 'stv6110_attach': /kisskb/src/drivers/media/dvb-frontends/stv6110.c:386:17: note: byref variable will be forcibly initialized 386 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv6110.c:384:5: note: byref variable will be forcibly initialized 384 | u8 reg0[] = { 0x00, 0x07, 0x11, 0xdc, 0x85, 0x17, 0x01, 0xe6, 0x1e }; | ^~~~ /kisskb/src/drivers/extcon/extcon-ptn5150.c: In function 'ptn5150_check_state': /kisskb/src/drivers/extcon/extcon-ptn5150.c:72:28: note: byref variable will be forcibly initialized 72 | unsigned int port_status, reg_data, vbus; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv6110.c: In function 'stv6110_read_regs': /kisskb/src/drivers/media/dvb-frontends/stv6110.c:101:17: note: byref variable will be forcibly initialized 101 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv6110.c:100:5: note: byref variable will be forcibly initialized 100 | u8 reg[] = { start }; | ^~~ /kisskb/src/drivers/extcon/extcon-ptn5150.c: In function 'ptn5150_irq_work': /kisskb/src/drivers/extcon/extcon-ptn5150.c:109:15: note: byref variable will be forcibly initialized 109 | unsigned int int_status; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv6110.c: In function 'stv6110_read_reg': /kisskb/src/drivers/media/dvb-frontends/stv6110.c:132:5: note: byref variable will be forcibly initialized 132 | u8 buf[] = { 0 }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv6110.c: In function 'stv6110_get_bandwidth': /kisskb/src/drivers/media/dvb-frontends/stv6110.c:351:5: note: byref variable will be forcibly initialized 351 | u8 regs[] = { 0, 0, 0, 0, 0, 0, 0, 0 }; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/stv6110.c: In function 'stv6110_get_frequency': /kisskb/src/drivers/media/dvb-frontends/stv6110.c:227:5: note: byref variable will be forcibly initialized 227 | u8 regs[] = { 0, 0, 0, 0, 0, 0, 0, 0 }; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/stv6110.c: In function 'stv6110_write_regs': /kisskb/src/drivers/media/dvb-frontends/stv6110.c:60:17: note: byref variable will be forcibly initialized 60 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv6110.c:59:5: note: byref variable will be forcibly initialized 59 | u8 cmdbuf[MAX_XFER_SIZE]; | ^~~~~~ /kisskb/src/drivers/extcon/extcon-ptn5150.c: In function 'ptn5150_init_dev_type': /kisskb/src/drivers/extcon/extcon-ptn5150.c:164:15: note: byref variable will be forcibly initialized 164 | unsigned int reg_data, vendor_id, version_id; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv6110.c: In function 'stv6110_sleep': /kisskb/src/drivers/media/dvb-frontends/stv6110.c:140:5: note: byref variable will be forcibly initialized 140 | u8 reg[] = { 0 }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv6110.c: In function 'stv6110_set_frequency': /kisskb/src/drivers/media/dvb-frontends/stv6110.c:252:33: note: byref variable will be forcibly initialized 252 | u32 divider, ref, p, presc, i, result_freq, vco_freq; | ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv6110.c: In function 'stv6110_init': /kisskb/src/drivers/media/dvb-frontends/stv6110.c:204:5: note: byref variable will be forcibly initialized 204 | u8 buf0[] = { 0x07, 0x11, 0xdc, 0x85, 0x17, 0x01, 0xe6, 0x1e }; | ^~~~ /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; | ^~~~ /kisskb/src/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c: In function 'clk_wzrd_probe': /kisskb/src/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c:422:6: note: byref variable will be forcibly initialized 422 | int nr_outputs; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/err.h:5, from /kisskb/src/include/linux/clk.h:12, from /kisskb/src/drivers/crypto/inside-secure/safexcel.c:8: /kisskb/src/drivers/crypto/inside-secure/safexcel.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/crypto/inside-secure/safexcel.c:9: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/drivers/crypto/inside-secure/safexcel.c: In function 'eip197_trc_cache_probe': /kisskb/src/drivers/crypto/inside-secure/safexcel.c:81:6: note: byref variable will be forcibly initialized 81 | int actbank; | ^~~~~~~ /kisskb/src/drivers/crypto/inside-secure/safexcel.c: In function 'safexcel_request_ring_irq': /kisskb/src/drivers/crypto/inside-secure/safexcel.c:1163:8: note: byref variable will be forcibly initialized 1163 | char irq_name[6] = {0}; /* "ringX\0" */ | ^~~~~~~~ /kisskb/src/drivers/crypto/inside-secure/safexcel.c: In function 'eip197_load_firmwares': /kisskb/src/drivers/crypto/inside-secure/safexcel.c:409:7: note: byref variable will be forcibly initialized 409 | char fw_path[37], *dir = NULL; | ^~~~~~~ /kisskb/src/drivers/crypto/inside-secure/safexcel.c:408:25: note: byref variable will be forcibly initialized 408 | const struct firmware *fw[FW_NB]; | ^~ /kisskb/src/drivers/crypto/inside-secure/safexcel.c: In function 'safexcel_probe_generic': /kisskb/src/drivers/crypto/inside-secure/safexcel.c:1625:8: note: byref variable will be forcibly initialized 1625 | char wq_name[9] = {0}; | ^~~~~~~ /kisskb/src/drivers/crypto/inside-secure/safexcel.c: In function 'safexcel_dequeue': /kisskb/src/drivers/crypto/inside-secure/safexcel.c:816:53: note: byref variable will be forcibly initialized 816 | int ret, nreq = 0, cdesc = 0, rdesc = 0, commands, results; | ^~~~~~~ /kisskb/src/drivers/crypto/inside-secure/safexcel.c:816:43: note: byref variable will be forcibly initialized 816 | int ret, nreq = 0, cdesc = 0, rdesc = 0, commands, results; | ^~~~~~~~ /kisskb/src/drivers/crypto/inside-secure/safexcel.c: In function 'safexcel_handle_result_descriptor': /kisskb/src/drivers/crypto/inside-secure/safexcel.c:1020:7: note: byref variable will be forcibly initialized 1020 | bool should_complete; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/crypto/inside-secure/safexcel.c:1019:6: note: byref variable will be forcibly initialized 1019 | int ret, i, nreq, ndesc, tot_descs, handled = 0; | ^~~ /kisskb/src/drivers/crypto/inside-secure/safexcel.c: In function 'safexcel_invalidate_cache': /kisskb/src/drivers/crypto/inside-secure/safexcel.c:982:26: note: byref variable will be forcibly initialized 982 | struct safexcel_token *dmmy; | ^~~~ /kisskb/src/drivers/nvmem/qcom-spmi-sdam.c: In function 'sdam_probe': /kisskb/src/drivers/nvmem/qcom-spmi-sdam.c:115:15: note: byref variable will be forcibly initialized 115 | unsigned int val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c: In function 'stv0900_write_reg': /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c:123:17: note: byref variable will be forcibly initialized 123 | struct i2c_msg i2cmsg = { | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c:121:5: note: byref variable will be forcibly initialized 121 | u8 data[3]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c: In function 'stv0900_read_reg': /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c:144:17: note: byref variable will be forcibly initialized 144 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c:143:5: note: byref variable will be forcibly initialized 143 | u8 buf = 0; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c:142:5: note: byref variable will be forcibly initialized 142 | u8 b0[] = { MSB(reg), LSB(reg) }; | ^~ /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c: In function 'stv0900_write_bits': /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c:182:16: note: byref variable will be forcibly initialized 182 | u8 reg, mask, pos; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c:182:10: note: byref variable will be forcibly initialized 182 | u8 reg, mask, pos; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c: In function 'stv0900_get_bits': /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c:197:11: note: byref variable will be forcibly initialized 197 | u8 mask, pos; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c:197:5: note: byref variable will be forcibly initialized 197 | u8 mask, pos; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c: In function 'stv0900_send_burst': /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c:1742:5: note: byref variable will be forcibly initialized 1742 | u8 data; | ^~~~ /kisskb/src/drivers/crypto/inside-secure/safexcel_ring.c: In function 'safexcel_add_rdesc': /kisskb/src/drivers/crypto/inside-secure/safexcel_ring.c:230:27: note: byref variable will be forcibly initialized 230 | struct result_data_desc *rtoken; | ^~~~~~ /kisskb/src/drivers/of/fdt_address.c: In function 'fdt_translate_one': /kisskb/src/drivers/of/fdt_address.c:115:6: note: byref variable will be forcibly initialized 115 | int rlen; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c: In function 'stv0900_attach': /kisskb/src/drivers/media/dvb-frontends/stv0900_core.c:1903:29: note: byref variable will be forcibly initialized 1903 | struct stv0900_init_params init_params; | ^~~~~~~~~~~ /kisskb/src/drivers/of/fdt_address.c: In function 'fdt_translate_address': /kisskb/src/drivers/of/fdt_address.c:169:19: note: byref variable will be forcibly initialized 169 | int na, ns, pna, pns; | ^~~ /kisskb/src/drivers/of/fdt_address.c:169:14: note: byref variable will be forcibly initialized 169 | int na, ns, pna, pns; | ^~~ /kisskb/src/drivers/of/fdt_address.c:169:10: note: byref variable will be forcibly initialized 169 | int na, ns, pna, pns; | ^~ /kisskb/src/drivers/of/fdt_address.c:169:6: note: byref variable will be forcibly initialized 169 | int na, ns, pna, pns; | ^~ /kisskb/src/drivers/of/fdt_address.c:168:9: note: byref variable will be forcibly initialized 168 | __be32 addr[OF_MAX_ADDR_CELLS]; | ^~~~ /kisskb/src/drivers/of/fdt_address.c:165:14: note: byref variable will be forcibly initialized 165 | int parent, len; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c: In function 'stv0900_get_tuner_freq': /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c:1154:6: note: byref variable will be forcibly initialized 1154 | u32 freq = 0; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/fsi.h:128, from /kisskb/src/drivers/fsi/fsi-core.c:28: /kisskb/src/drivers/fsi/fsi-core.c: In function 'trace_event_raw_event_fsi_master_read': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(fsi_master_read, | ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'trace_event_raw_event_fsi_master_break': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:108:1: note: in expansion of macro 'TRACE_EVENT' 108 | TRACE_EVENT(fsi_master_break, | ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'trace_event_raw_event_fsi_master_write': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:38:1: note: in expansion of macro 'TRACE_EVENT' 38 | TRACE_EVENT(fsi_master_write, | ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c: In function 'stv0900_blind_search_algo': /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c:1596:3: note: byref variable will be forcibly initialized 1596 | fec_timeout = 50, | ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c:1595:6: note: byref variable will be forcibly initialized 1595 | s32 demod_timeout = 500, | ^~~~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'trace_event_raw_event_fsi_master_rw_result': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi.h:69:1: note: in expansion of macro 'TRACE_EVENT' 69 | TRACE_EVENT(fsi_master_rw_result, | ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'fsi_slave_set_smode': /kisskb/src/drivers/fsi/fsi-core.c:272:9: note: byref variable will be forcibly initialized 272 | __be32 data; | ^~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'fsi_slave_report_and_clear_errors': /kisskb/src/drivers/fsi/fsi-core.c:212:14: note: byref variable will be forcibly initialized 212 | __be32 irq, stat; | ^~~~ /kisskb/src/drivers/fsi/fsi-core.c:212:9: note: byref variable will be forcibly initialized 212 | __be32 irq, stat; | ^~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'fsi_slave_handle_error': /kisskb/src/drivers/fsi/fsi-core.c:290:11: note: byref variable will be forcibly initialized 290 | uint32_t reg; | ^~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'fsi_slave_read': /kisskb/src/drivers/fsi/fsi-core.c:348:10: note: byref variable will be forcibly initialized 348 | uint8_t id = slave->id; | ^~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'cfam_read': /kisskb/src/drivers/fsi/fsi-core.c:709:10: note: byref variable will be forcibly initialized 709 | __be32 data; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c: In function 'stv0900_track_optimization': /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c:820:3: note: byref variable will be forcibly initialized 820 | timef, | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c:819:3: note: byref variable will be forcibly initialized 819 | timed, | ^~~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'fsi_slave_write': /kisskb/src/drivers/fsi/fsi-core.c:373:10: note: byref variable will be forcibly initialized 373 | uint8_t id = slave->id; | ^~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'cfam_write': /kisskb/src/drivers/fsi/fsi-core.c:746:10: note: byref variable will be forcibly initialized 746 | __be32 data; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/stv6110x.c: In function 'st6110x_init_regs': /kisskb/src/drivers/media/dvb-frontends/stv6110x.c:338:5: note: byref variable will be forcibly initialized 338 | u8 default_regs[] = {0x07, 0x11, 0xdc, 0x85, 0x17, 0x01, 0xe6, 0x1e}; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv6110x.c: In function 'stv6110x_read_reg': /kisskb/src/drivers/media/dvb-frontends/stv6110x.c:36:17: note: byref variable will be forcibly initialized 36 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv6110x.c:35:5: note: byref variable will be forcibly initialized 35 | u8 b1[] = { 0 }; | ^~ /kisskb/src/drivers/media/dvb-frontends/stv6110x.c:34:5: note: byref variable will be forcibly initialized 34 | u8 b0[] = { reg }; | ^~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'slave_send_echo_store': /kisskb/src/drivers/fsi/fsi-core.c:829:16: note: byref variable will be forcibly initialized 829 | unsigned long val; | ^~~ /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/drivers/media/dvb-frontends/stv6110x.c:55:5: note: byref variable will be forcibly initialized 55 | u8 buf[MAX_XFER_SIZE]; | ^~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'fsi_slave_node_matches': /kisskb/src/drivers/fsi/fsi-core.c:654:15: note: byref variable will be forcibly initialized 654 | unsigned int len, na, ns; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c: In function 'stv0900_sw_algo': /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c:192:3: note: byref variable will be forcibly initialized 192 | max_steps; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c:190:3: note: byref variable will be forcibly initialized 190 | sft_stp_tout, | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c:189:3: note: byref variable will be forcibly initialized 189 | fqc_inc, | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv6110x.c: In function 'stv6110x_write_reg': /kisskb/src/drivers/media/dvb-frontends/stv6110x.c:88:5: note: byref variable will be forcibly initialized 88 | u8 tmp = data; /* see gcc.gnu.org/bugzilla/show_bug.cgi?id=81715 */ | ^~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'fsi_device_node_matches': /kisskb/src/drivers/fsi/fsi-core.c:418:15: note: byref variable will be forcibly initialized 418 | unsigned int len, na, ns; | ^~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'fsi_slave_scan': /kisskb/src/drivers/fsi/fsi-core.c:483:10: note: byref variable will be forcibly initialized 483 | __be32 data; | ^~~~ /kisskb/src/drivers/fsi/fsi-core.c: In function 'fsi_slave_init': /kisskb/src/drivers/fsi/fsi-core.c:1055:12: note: byref variable will be forcibly initialized 1055 | uint32_t prop; | ^~~~ /kisskb/src/drivers/fsi/fsi-core.c:990:23: note: byref variable will be forcibly initialized 990 | __be32 data, llmode, slbus; | ^~~~~ /kisskb/src/drivers/fsi/fsi-core.c:990:15: note: byref variable will be forcibly initialized 990 | __be32 data, llmode, slbus; | ^~~~~~ /kisskb/src/drivers/fsi/fsi-core.c:990:9: note: byref variable will be forcibly initialized 990 | __be32 data, llmode, slbus; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c: In function 'stv0900_dvbs1_acq_workaround': /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c:1273:3: note: byref variable will be forcibly initialized 1273 | fec_timeout, | ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c:1272:3: note: byref variable will be forcibly initialized 1272 | demod_timeout, | ^~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c: In function 'stv0900_algo': /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c:1810:27: note: byref variable will be forcibly initialized 1810 | s32 demod_timeout = 500, fec_timeout = 50; | ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0900_sw.c:1810:6: note: byref variable will be forcibly initialized 1810 | s32 demod_timeout = 500, fec_timeout = 50; | ^~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c: In function 'm88ds3103_get_agc_pwm': /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:159:11: note: byref variable will be forcibly initialized 159 | unsigned tmp; | ^~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c: In function 'm88ds3103_attach': /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:1674:24: note: byref variable will be forcibly initialized 1674 | struct i2c_board_info board_info; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c: In function 'm88ds3103_wr_reg_val_tab': /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:39:5: note: byref variable will be forcibly initialized 39 | u8 buf[83]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c: In function 'm88ds3103_get_frontend': /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:1186:5: note: byref variable will be forcibly initialized 1186 | u8 buf[3]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c: In function 'm88ds3103_update_bits': /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:17:5: note: byref variable will be forcibly initialized 17 | u8 tmp; | ^~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c: In function 'm88ds3103_probe': /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:1773:15: note: byref variable will be forcibly initialized 1773 | unsigned int utmp; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c: In function 'm88ds3103_diseqc_send_burst': /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:1551:15: note: byref variable will be forcibly initialized 1551 | unsigned int utmp, burst; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c: In function 'm88ds3103_diseqc_send_master_cmd': /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:1472:15: note: byref variable will be forcibly initialized 1472 | unsigned int utmp; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c: In function 'm88ds3103_read_status': /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:288:16: note: byref variable will be forcibly initialized 288 | unsigned int utmp, post_bit_error, post_bit_count; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:177:5: note: byref variable will be forcibly initialized 177 | u8 buf[3]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:176:15: note: byref variable will be forcibly initialized 176 | unsigned int utmp; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c: In function 'm88ds3103b_dt_read': /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:115:17: note: byref variable will be forcibly initialized 115 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:114:5: note: byref variable will be forcibly initialized 114 | u8 b1[] = { 0 }; | ^~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:113:5: note: byref variable will be forcibly initialized 113 | u8 b0[] = { reg }; | ^~ /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:74:5: note: byref variable will be forcibly initialized 74 | u8 buf[] = {reg, data}; | ^~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c: In function 'm88ds3103b_select_mclk': /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:383:6: note: byref variable will be forcibly initialized 383 | u32 offset_MHz[3]; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:382:6: note: byref variable will be forcibly initialized 382 | u8 reg16_list[3] = {96, 92, 100}, reg16, reg15; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:381:6: note: byref variable will be forcibly initialized 381 | u32 adc_Freq_MHz[3] = {96, 93, 99}; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c: In function 'm88ds3103_set_frontend': /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:632:40: note: byref variable will be forcibly initialized 632 | u32 tuner_frequency_khz, target_mclk, u32tmp; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:632:6: note: byref variable will be forcibly initialized 632 | u32 tuner_frequency_khz, target_mclk, u32tmp; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:630:5: note: byref variable will be forcibly initialized 630 | u8 buf[3]; | ^~~ /kisskb/src/drivers/staging/ks7010/ks_hostif.c: In function 'hostif_mib_set_request_bool': /kisskb/src/drivers/staging/ks7010/ks_hostif.c:1290:9: note: byref variable will be forcibly initialized 1290 | __le32 v = cpu_to_le32(val); | ^ /kisskb/src/drivers/staging/ks7010/ks_hostif.c: In function 'hostif_sme_set_pmksa': /kisskb/src/drivers/staging/ks7010/ks_hostif.c:2026:13: note: byref variable will be forcibly initialized 2026 | } __packed pmkcache; | ^~~~~~~~ /kisskb/src/drivers/staging/ks7010/ks_hostif.c: In function 'hostif_mib_set_request_int': /kisskb/src/drivers/staging/ks7010/ks_hostif.c:1280:9: note: byref variable will be forcibly initialized 1280 | __le32 v = cpu_to_le32(val); | ^ /kisskb/src/drivers/nvmem/rave-sp-eeprom.c: In function 'rave_sp_eeprom_io': /kisskb/src/drivers/nvmem/rave-sp-eeprom.c:101:5: note: byref variable will be forcibly initialized 101 | u8 cmd[RAVE_SP_EEPROM_HEADER_MAX + sizeof(page->data)]; | ^~~ /kisskb/src/drivers/nvmem/rave-sp-eeprom.c: In function 'rave_sp_eeprom_page_access': /kisskb/src/drivers/nvmem/rave-sp-eeprom.c:163:29: note: byref variable will be forcibly initialized 163 | struct rave_sp_eeprom_page page; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c: In function 'm88ds3103_init': /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:1022:25: note: byref variable will be forcibly initialized 1022 | const struct firmware *firmware; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:1021:15: note: byref variable will be forcibly initialized 1021 | unsigned int utmp; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/interconnect/trace.h:88, from /kisskb/src/drivers/interconnect/core.c:25: /kisskb/src/drivers/interconnect/core.c: In function 'trace_event_raw_event_icc_set_bw': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:17:1: note: in expansion of macro 'TRACE_EVENT' 17 | TRACE_EVENT(icc_set_bw, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:17:1: note: in expansion of macro 'TRACE_EVENT' 17 | TRACE_EVENT(icc_set_bw, | ^~~~~~~~~~~ /kisskb/src/drivers/nvmem/rave-sp-eeprom.c: In function 'rave_sp_eeprom_probe': /kisskb/src/drivers/nvmem/rave-sp-eeprom.c:295:6: note: byref variable will be forcibly initialized 295 | u32 reg[2], size; | ^~~ /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c: In function 'm88ds3103_select': /kisskb/src/drivers/media/dvb-frontends/m88ds3103.c:1645:17: note: byref variable will be forcibly initialized 1645 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/staging/ks7010/ks_hostif.c: In function 'michael_mic': /kisskb/src/drivers/staging/ks7010/ks_hostif.c:199:5: note: byref variable will be forcibly initialized 199 | u8 pad_data[4] = { priority, 0, 0, 0 }; | ^~~~~~~~ /kisskb/src/drivers/interconnect/core.c: In function 'trace_event_raw_event_icc_set_bw_end': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:54:1: note: in expansion of macro 'TRACE_EVENT' 54 | TRACE_EVENT(icc_set_bw_end, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/interconnect/./trace.h:54:1: note: in expansion of macro 'TRACE_EVENT' 54 | TRACE_EVENT(icc_set_bw_end, | ^~~~~~~~~~~ /kisskb/src/drivers/staging/ks7010/ks_hostif.c: In function 'hostif_sme_mode_setup': /kisskb/src/drivers/staging/ks7010/ks_hostif.c:1791:16: note: byref variable will be forcibly initialized 1791 | unsigned char rate_octet[RATE_SET_MAX_SIZE]; | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/drivers/interconnect/core.c:10: /kisskb/src/drivers/interconnect/core.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /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/staging/ks7010/ks_hostif.c: In function 'hostif_sme_multicast_set': /kisskb/src/drivers/staging/ks7010/ks_hostif.c:1894:7: note: byref variable will be forcibly initialized 1894 | char set_address[NIC_MAX_MCAST_LIST * ETH_ALEN]; | ^~~~~~~~~~~ /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/drivers/staging/ks7010/ks_hostif.c: In function 'hostif_sme_set_rsn': /kisskb/src/drivers/staging/ks7010/ks_hostif.c:1669:18: note: byref variable will be forcibly initialized 1669 | struct rsn_mode rsn_mode; | ^~~~~~~~ /kisskb/src/drivers/staging/ks7010/ks_hostif.c:1668:19: note: byref variable will be forcibly initialized 1668 | struct wpa_suite wpa_suite; | ^~~~~~~~~ /kisskb/src/drivers/staging/ks7010/ks_hostif.c: In function 'hostif_data_indication_wpa': /kisskb/src/drivers/staging/ks7010/ks_hostif.c:344:19: note: byref variable will be forcibly initialized 344 | union iwreq_data wrqu; | ^~~~ /kisskb/src/drivers/staging/ks7010/ks_hostif.c:343:5: note: byref variable will be forcibly initialized 343 | u8 mic[MICHAEL_MIC_LEN]; | ^~~ /kisskb/src/drivers/staging/ks7010/ks_hostif.c:340:7: note: byref variable will be forcibly initialized 340 | char buf[128]; | ^~~ /kisskb/src/drivers/staging/ks7010/ks_hostif.c:339:16: note: byref variable will be forcibly initialized 339 | unsigned char recv_mic[MICHAEL_MIC_LEN]; | ^~~~~~~~ /kisskb/src/drivers/staging/ks7010/ks_hostif.c: In function 'hostif_associate_indication': /kisskb/src/drivers/staging/ks7010/ks_hostif.c:866:7: note: byref variable will be forcibly initialized 866 | char buf[IW_CUSTOM_MAX]; | ^~~ /kisskb/src/drivers/staging/ks7010/ks_hostif.c:865:19: note: byref variable will be forcibly initialized 865 | union iwreq_data wrqu; | ^~~~ /kisskb/src/drivers/staging/ks7010/ks_hostif.c: In function 'hostif_data_indication': /kisskb/src/drivers/staging/ks7010/ks_hostif.c:421:16: note: byref variable will be forcibly initialized 421 | unsigned char temp[256]; | ^~~~ /kisskb/src/drivers/staging/ks7010/ks_hostif.c: In function 'get_current_ap': /kisskb/src/drivers/staging/ks7010/ks_hostif.c:105:19: note: byref variable will be forcibly initialized 105 | union iwreq_data wrqu; | ^~~~ /kisskb/src/drivers/staging/ks7010/ks_hostif.c: In function 'hostif_data_request': /kisskb/src/drivers/staging/ks7010/ks_hostif.c:1169:8: note: byref variable will be forcibly initialized 1169 | u8 mic[MICHAEL_MIC_LEN]; | ^~~ /kisskb/src/drivers/staging/ks7010/ks_hostif.c: In function 'hostif_start_confirm': /kisskb/src/drivers/staging/ks7010/ks_hostif.c:700:19: note: byref variable will be forcibly initialized 700 | union iwreq_data wrqu; | ^~~~ /kisskb/src/drivers/staging/ks7010/ks_hostif.c: In function 'hostif_connect_indication': /kisskb/src/drivers/staging/ks7010/ks_hostif.c:720:19: note: byref variable will be forcibly initialized 720 | union iwreq_data wrqu0; | ^~~~~ /kisskb/src/drivers/staging/ks7010/ks_hostif.c: In function 'hostif_stop_confirm': /kisskb/src/drivers/staging/ks7010/ks_hostif.c:810:19: note: byref variable will be forcibly initialized 810 | union iwreq_data wrqu0; | ^~~~~ /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/dvb-frontends/stv090x.c:716:5: note: byref variable will be forcibly initialized 716 | u8 buf[MAX_XFER_SIZE]; | ^~~ /kisskb/src/drivers/staging/ks7010/ks_hostif.c: In function 'hostif_bss_scan_confirm': /kisskb/src/drivers/staging/ks7010/ks_hostif.c:906:19: note: byref variable will be forcibly initialized 906 | union iwreq_data wrqu; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/stv090x.c: In function 'stv090x_write_reg': /kisskb/src/drivers/media/dvb-frontends/stv090x.c:746:5: note: byref variable will be forcibly initialized 746 | u8 tmp = data; /* see gcc.gnu.org/bugzilla/show_bug.cgi?id=81715 */ | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv090x.c: In function 'stv090x_read_reg': /kisskb/src/drivers/media/dvb-frontends/stv090x.c:691:17: note: byref variable will be forcibly initialized 691 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv090x.c:689:5: note: byref variable will be forcibly initialized 689 | u8 buf; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv090x.c:688:5: note: byref variable will be forcibly initialized 688 | u8 b0[] = { reg >> 8, reg & 0xff }; | ^~ /kisskb/src/drivers/media/dvb-frontends/stv090x.c: In function 'stv090x_read_per': /kisskb/src/drivers/media/dvb-frontends/stv090x.c:3570:17: note: byref variable will be forcibly initialized 3570 | enum fe_status status; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv090x.c: In function 'stv090x_sw_algo': /kisskb/src/drivers/media/dvb-frontends/stv090x.c:2402:33: note: byref variable will be forcibly initialized 2402 | s32 inc, timeout_step, trials, steps_max; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv090x.c:2402:11: note: byref variable will be forcibly initialized 2402 | s32 inc, timeout_step, trials, steps_max; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv090x.c:2402:6: note: byref variable will be forcibly initialized 2402 | s32 inc, timeout_step, trials, steps_max; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv090x.c: In function 'stv090x_srate_srch_coarse': /kisskb/src/drivers/media/dvb-frontends/stv090x.c:1684:51: note: byref variable will be forcibly initialized 1684 | u32 srate_coarse = 0, agc2 = 0, car_step = 1200, reg; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv090x.c: In function 'stv090x_get_coldlock': /kisskb/src/drivers/media/dvb-frontends/stv090x.c:2131:6: note: byref variable will be forcibly initialized 2131 | u32 reg; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv090x.c: In function 'stv090x_algo': /kisskb/src/drivers/media/dvb-frontends/stv090x.c:3166:6: note: byref variable will be forcibly initialized 3166 | u32 reg; | ^~~ /kisskb/src/drivers/most/configfs.c: In function 'most_snd_grp_create_card_store': /kisskb/src/drivers/most/configfs.c:545:7: note: byref variable will be forcibly initialized 545 | bool tmp; | ^~~ /kisskb/src/drivers/most/configfs.c: In function 'mdev_link_destroy_link_store': /kisskb/src/drivers/most/configfs.c:139:7: note: byref variable will be forcibly initialized 139 | bool tmp; | ^~~ /kisskb/src/drivers/most/configfs.c: In function 'mdev_link_create_link_store': /kisskb/src/drivers/most/configfs.c:117:7: note: byref variable will be forcibly initialized 117 | bool tmp; | ^~~ /kisskb/src/drivers/of/irq.c: In function 'of_irq_find_parent': /kisskb/src/drivers/of/irq.c:57:10: note: byref variable will be forcibly initialized 57 | phandle parent; | ^~~~~~ /kisskb/src/drivers/of/irq.c: In function 'of_irq_parse_raw': /kisskb/src/drivers/of/irq.c:100:6: note: byref variable will be forcibly initialized 100 | int imaplen, match, i, rc = -EINVAL; | ^~~~~~~ /kisskb/src/drivers/of/irq.c:99:45: note: byref variable will be forcibly initialized 99 | u32 intsize = 1, addrsize, newintsize = 0, newaddrsize = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/of/irq.c:99:29: note: byref variable will be forcibly initialized 99 | u32 intsize = 1, addrsize, newintsize = 0, newaddrsize = 0; | ^~~~~~~~~~ /kisskb/src/drivers/of/irq.c:99:6: note: byref variable will be forcibly initialized 99 | u32 intsize = 1, addrsize, newintsize = 0, newaddrsize = 0; | ^~~~~~~ /kisskb/src/drivers/of/irq.c:98:36: note: byref variable will be forcibly initialized 98 | const __be32 *tmp, *imap, *imask, dummy_imask[] = { [0 ... MAX_PHANDLE_ARGS] = cpu_to_be32(~0) }; | ^~~~~~~~~~~ /kisskb/src/drivers/of/irq.c:96:9: note: byref variable will be forcibly initialized 96 | __be32 initial_match_array[MAX_PHANDLE_ARGS]; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/of/irq.c: In function 'of_irq_parse_one': /kisskb/src/drivers/of/irq.c:310:6: note: byref variable will be forcibly initialized 310 | u32 intsize; | ^~~~~~~ /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:410:25: note: byref variable will be forcibly initialized 410 | struct of_phandle_args oirq; | ^~~~ /kisskb/src/drivers/of/irq.c: In function 'of_irq_to_resource': /kisskb/src/drivers/of/irq.c:379:15: note: byref variable will be forcibly initialized 379 | const char *name = NULL; | ^~~~ /kisskb/src/drivers/of/irq.c: In function '__of_msi_map_id': /kisskb/src/drivers/of/irq.c:603:6: note: byref variable will be forcibly initialized 603 | u32 id_out = id_in; | ^~~~~~ /kisskb/src/drivers/of/irq.c: In function 'of_irq_count': /kisskb/src/drivers/of/irq.c:455:25: note: byref variable will be forcibly initialized 455 | struct of_phandle_args irq; | ^~~ /kisskb/src/drivers/of/irq.c: In function 'of_irq_init': /kisskb/src/drivers/of/irq.c:504:35: note: byref variable will be forcibly initialized 504 | struct list_head intc_desc_list, intc_parent_list; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/of/irq.c:504:19: note: byref variable will be forcibly initialized 504 | struct list_head intc_desc_list, intc_parent_list; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/of/irq.c:501:29: note: byref variable will be forcibly initialized 501 | const struct of_device_id *match; | ^~~~~ /kisskb/src/drivers/of/irq.c: In function 'of_msi_map_get_device_domain': /kisskb/src/drivers/of/irq.c:646:22: note: byref variable will be forcibly initialized 646 | struct device_node *np = NULL; | ^~ /kisskb/src/drivers/of/irq.c: In function 'of_msi_get_domain': /kisskb/src/drivers/of/irq.c:681:26: note: byref variable will be forcibly initialized 681 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/of/address.c: In function '__of_get_address': /kisskb/src/drivers/of/address.c:634:22: note: byref variable will be forcibly initialized 634 | int onesize, i, na, ns; | ^~ /kisskb/src/drivers/of/address.c:634:18: note: byref variable will be forcibly initialized 634 | int onesize, i, na, ns; | ^~ /kisskb/src/drivers/of/address.c:631:15: note: byref variable will be forcibly initialized 631 | unsigned int psize; | ^~~~~ /kisskb/src/drivers/of/address.c: In function 'of_translate_one': /kisskb/src/drivers/of/address.c:399:15: note: byref variable will be forcibly initialized 399 | unsigned int rlen; | ^~~~ /kisskb/src/drivers/of/address.c: In function '__of_translate_address': /kisskb/src/drivers/of/address.c:481:19: note: byref variable will be forcibly initialized 481 | int na, ns, pna, pns; | ^~~ /kisskb/src/drivers/of/address.c:481:14: note: byref variable will be forcibly initialized 481 | int na, ns, pna, pns; | ^~~ /kisskb/src/drivers/of/address.c:481:10: note: byref variable will be forcibly initialized 481 | int na, ns, pna, pns; | ^~ /kisskb/src/drivers/of/address.c:481:6: note: byref variable will be forcibly initialized 481 | int na, ns, pna, pns; | ^~ /kisskb/src/drivers/of/address.c:480:9: note: byref variable will be forcibly initialized 480 | __be32 addr[OF_MAX_ADDR_CELLS]; | ^~~~ In file included from /kisskb/src/include/linux/crypto.h:20, from /kisskb/src/drivers/crypto/virtio/virtio_crypto_common.h:11, from /kisskb/src/drivers/crypto/virtio/virtio_crypto_core.c:13: /kisskb/src/drivers/crypto/virtio/virtio_crypto_core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/of/address.c: In function 'of_translate_ioport': /kisskb/src/drivers/of/address.c:775:22: note: byref variable will be forcibly initialized 775 | struct device_node *host; | ^~~~ /kisskb/src/drivers/of/address.c: In function 'of_translate_address': /kisskb/src/drivers/of/address.c:568:22: note: byref variable will be forcibly initialized 568 | struct device_node *host; | ^~~~ /kisskb/src/drivers/of/address.c: In function '__of_address_to_resource': /kisskb/src/drivers/of/address.c:801:14: note: byref variable will be forcibly initialized 801 | const char *name = NULL; | ^~~~ /kisskb/src/drivers/of/address.c:800:15: note: byref variable will be forcibly initialized 800 | unsigned int flags; | ^~~~~ /kisskb/src/drivers/of/address.c:799:7: note: byref variable will be forcibly initialized 799 | u64 size; | ^~~~ /kisskb/src/drivers/of/address.c: In function 'of_translate_dma_address': /kisskb/src/drivers/of/address.c:612:22: note: byref variable will be forcibly initialized 612 | struct device_node *host; | ^~~~ /kisskb/src/drivers/crypto/virtio/virtio_crypto_core.c: In function 'virtcrypto_dataq_callback': /kisskb/src/drivers/crypto/virtio/virtio_crypto_core.c:30:15: note: byref variable will be forcibly initialized 30 | unsigned int len; | ^~~ /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 'parser_init': /kisskb/src/drivers/of/address.c:676:6: note: byref variable will be forcibly initialized 676 | int rlen; | ^~~~ /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; | ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/of/address.c:11: /kisskb/src/drivers/of/address.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/crypto/virtio/virtio_crypto_core.c:9: /kisskb/src/drivers/crypto/virtio/virtio_crypto_core.c: In function 'virtcrypto_update_status': /kisskb/src/include/linux/virtio_config.h:400:36: note: byref variable will be forcibly initialized 400 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/crypto/virtio/virtio_crypto_core.c:207:2: note: in expansion of macro 'virtio_cread_le' 207 | virtio_cread_le(vcrypto->vdev, | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/crypto/virtio/virtio_crypto_core.c:204:6: note: byref variable will be forcibly initialized 204 | u32 status; | ^~~~~~ /kisskb/src/drivers/of/address.c: In function 'of_dma_get_range': /kisskb/src/drivers/of/address.c:939:6: note: byref variable will be forcibly initialized 939 | int len, num_ranges = 0; | ^~~ /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; | ^~~~~~ In file included from /kisskb/src/drivers/crypto/virtio/virtio_crypto_core.c:9: /kisskb/src/drivers/crypto/virtio/virtio_crypto_core.c: In function 'virtcrypto_probe': /kisskb/src/include/linux/virtio_config.h:400:36: note: byref variable will be forcibly initialized 400 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/crypto/virtio/virtio_crypto_core.c:349:2: note: in expansion of macro 'virtio_cread_le' 349 | virtio_cread_le(vdev, struct virtio_crypto_config, | ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:400:36: note: byref variable will be forcibly initialized 400 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/crypto/virtio/virtio_crypto_core.c:347:2: note: in expansion of macro 'virtio_cread_le' 347 | virtio_cread_le(vdev, struct virtio_crypto_config, | ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:400:36: note: byref variable will be forcibly initialized 400 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/crypto/virtio/virtio_crypto_core.c:345:2: note: in expansion of macro 'virtio_cread_le' 345 | virtio_cread_le(vdev, struct virtio_crypto_config, | ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:400:36: note: byref variable will be forcibly initialized 400 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/crypto/virtio/virtio_crypto_core.c:343:2: note: in expansion of macro 'virtio_cread_le' 343 | virtio_cread_le(vdev, struct virtio_crypto_config, | ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:400:36: note: byref variable will be forcibly initialized 400 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/crypto/virtio/virtio_crypto_core.c:341:2: note: in expansion of macro 'virtio_cread_le' 341 | virtio_cread_le(vdev, struct virtio_crypto_config, | ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:400:36: note: byref variable will be forcibly initialized 400 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/crypto/virtio/virtio_crypto_core.c:339:2: note: in expansion of macro 'virtio_cread_le' 339 | virtio_cread_le(vdev, struct virtio_crypto_config, | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/of/address.c: In function 'of_dma_get_max_cpu_address': /kisskb/src/include/linux/virtio_config.h:400:36: note: byref variable will be forcibly initialized 400 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/crypto/virtio/virtio_crypto_core.c:337:2: note: in expansion of macro 'virtio_cread_le' 337 | virtio_cread_le(vdev, struct virtio_crypto_config, | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/of/address.c:1017:6: note: byref variable will be forcibly initialized 1017 | int len; | ^~~ /kisskb/src/include/linux/virtio_config.h:400:36: note: byref variable will be forcibly initialized 400 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/crypto/virtio/virtio_crypto_core.c:335:2: note: in expansion of macro 'virtio_cread_le' 335 | virtio_cread_le(vdev, struct virtio_crypto_config, | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/of/address.c:1014:18: note: byref variable will be forcibly initialized 1014 | struct of_range range; | ^~~~~ /kisskb/src/include/linux/virtio_config.h:400:36: note: byref variable will be forcibly initialized 400 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/crypto/virtio/virtio_crypto_core.c:333:2: note: in expansion of macro 'virtio_cread_le' 333 | virtio_cread_le(vdev, struct virtio_crypto_config, | ^~~~~~~~~~~~~~~ /kisskb/src/include/linux/virtio_config.h:400:36: note: byref variable will be forcibly initialized 400 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/crypto/virtio/virtio_crypto_core.c:331:2: note: in expansion of macro 'virtio_cread_le' 331 | virtio_cread_le(vdev, struct virtio_crypto_config, | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/of/address.c:1011:25: note: byref variable will be forcibly initialized 1011 | struct of_range_parser parser; | ^~~~~~ /kisskb/src/include/linux/virtio_config.h:400:36: note: byref variable will be forcibly initialized 400 | typeof(((structname*)0)->member) virtio_cread_v; \ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/crypto/virtio/virtio_crypto_core.c:326:2: note: in expansion of macro 'virtio_cread_le' 326 | virtio_cread_le(vdev, struct virtio_crypto_config, | ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, 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/drivers/of/of_reserved_mem.c: In function '__rmem_check_for_overlap': /kisskb/src/drivers/of/of_reserved_mem.c:240:26: note: byref variable will be forcibly initialized 240 | phys_addr_t this_end, next_end; | ^~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/most/core.c:779:3: note: in expansion of macro 'wait_event_interruptible' 779 | wait_event_interruptible(c->hdm_fifo_wq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/of/of_reserved_mem.c:240:16: note: byref variable will be forcibly initialized 240 | phys_addr_t this_end, next_end; | ^~~~~~~~ /kisskb/src/drivers/of/of_reserved_mem.c: In function '__reserved_mem_alloc_size': /kisskb/src/drivers/of/of_reserved_mem.c:89:16: note: byref variable will be forcibly initialized 89 | const __be32 *prop; | ^~~~ /kisskb/src/drivers/of/of_reserved_mem.c:88:6: note: byref variable will be forcibly initialized 88 | int len; | ^~~ /kisskb/src/drivers/of/of_reserved_mem.c:87:14: note: byref variable will be forcibly initialized 87 | phys_addr_t base = 0, align = 0, size; | ^~~~ /kisskb/src/drivers/thunderbolt/nhi_ops.c: In function 'icl_nhi_set_ltr': /kisskb/src/drivers/thunderbolt/nhi_ops.c:113:6: note: byref variable will be forcibly initialized 113 | u32 max_ltr, ltr; | ^~~~~~~ /kisskb/src/drivers/thunderbolt/nhi_ops.c: In function 'icl_nhi_force_power': /kisskb/src/drivers/thunderbolt/nhi_ops.c:63:7: note: byref variable will be forcibly initialized 63 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/nhi_ops.c:37:6: note: byref variable will be forcibly initialized 37 | u32 vs_cap; | ^~~~~~ /kisskb/src/drivers/thunderbolt/nhi_ops.c: In function 'icl_nhi_lc_mailbox_cmd_complete': /kisskb/src/drivers/thunderbolt/nhi_ops.c:90:6: note: byref variable will be forcibly initialized 90 | u32 data; | ^~~~ 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) | ^~~~ /kisskb/src/drivers/of/of_reserved_mem.c: In function 'fdt_init_reserved_mem': /kisskb/src/drivers/of/of_reserved_mem.c:264:7: note: byref variable will be forcibly initialized 264 | int len; | ^~~ /kisskb/src/drivers/staging/rts5208/rtsx_scsi.c: In function 'inquiry': /kisskb/src/drivers/staging/rts5208/rtsx_scsi.c:475:16: note: byref variable will be forcibly initialized 475 | unsigned char inquiry_buf[] = { | ^~~~~~~~~~~ /kisskb/src/drivers/staging/rts5208/rtsx_scsi.c: In function 'read_status': /kisskb/src/drivers/staging/rts5208/rtsx_scsi.c:2409:5: note: byref variable will be forcibly initialized 2409 | u8 rtsx_status[16]; | ^~~~~~~~~~~ /kisskb/src/drivers/staging/rts5208/rtsx_scsi.c: In function 'read_host_reg': /kisskb/src/drivers/staging/rts5208/rtsx_scsi.c:1336:11: note: byref variable will be forcibly initialized 1336 | u8 addr, buf[4]; | ^~~ /kisskb/src/drivers/staging/rts5208/rtsx_scsi.c: In function 'write_host_reg': /kisskb/src/drivers/staging/rts5208/rtsx_scsi.c:1367:11: note: byref variable will be forcibly initialized 1367 | u8 addr, buf[4]; | ^~~ /kisskb/src/drivers/staging/rts5208/rtsx_scsi.c: In function 'get_dev_status': /kisskb/src/drivers/staging/rts5208/rtsx_scsi.c:1544:5: note: byref variable will be forcibly initialized 1544 | u8 status[32]; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/mn88472.c: In function 'mn88472_set_frontend': /kisskb/src/drivers/media/dvb-frontends/mn88472.c:206:6: note: byref variable will be forcibly initialized 206 | u32 if_frequency; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mn88472.c: In function 'mn88472_probe': /kisskb/src/drivers/media/dvb-frontends/mn88472.c:582:15: note: byref variable will be forcibly initialized 582 | unsigned int utmp; | ^~~~ /kisskb/src/drivers/staging/rts5208/rtsx_scsi.c: In function 'get_card_bus_width': /kisskb/src/drivers/staging/rts5208/rtsx_scsi.c:2539:11: note: byref variable will be forcibly initialized 2539 | u8 card, bus_width; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mn88472.c: In function 'mn88472_read_status': /kisskb/src/drivers/media/dvb-frontends/mn88472.c:24:5: note: byref variable will be forcibly initialized 24 | u8 buf[5]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/mn88472.c:23:15: note: byref variable will be forcibly initialized 23 | unsigned int utmp, utmp1, utmp2; | ^~~~ /kisskb/src/drivers/staging/rts5208/rtsx_scsi.c: In function 'get_variable': /kisskb/src/drivers/staging/rts5208/rtsx_scsi.c:1486:6: note: byref variable will be forcibly initialized 1486 | u8 tmp = chip->blink_led; | ^~~ /kisskb/src/drivers/staging/rts5208/rtsx_scsi.c:1463:6: note: byref variable will be forcibly initialized 1463 | u8 tmp; | ^~~ /kisskb/src/drivers/staging/rts5208/rtsx_scsi.c: In function 'read_phy_register': /kisskb/src/drivers/staging/rts5208/rtsx_scsi.c:1799:6: note: byref variable will be forcibly initialized 1799 | u16 val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/mn88472.c: In function 'mn88472_init': /kisskb/src/drivers/media/dvb-frontends/mn88472.c:400:25: note: byref variable will be forcibly initialized 400 | const struct firmware *firmware; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mn88472.c:399:15: note: byref variable will be forcibly initialized 399 | unsigned int utmp; | ^~~~ /kisskb/src/drivers/staging/rts5208/rtsx_scsi.c: In function 'write_efuse': /kisskb/src/drivers/staging/rts5208/rtsx_scsi.c:2102:6: note: byref variable will be forcibly initialized 2102 | u16 val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/mn88473.c: In function 'mn88473_probe': /kisskb/src/drivers/media/dvb-frontends/mn88473.c:615:15: note: byref variable will be forcibly initialized 615 | unsigned int uitmp; | ^~~~~ /kisskb/src/drivers/staging/rts5208/rtsx_scsi.c: In function 'set_chip_mode': /kisskb/src/drivers/staging/rts5208/rtsx_scsi.c:1672:6: note: byref variable will be forcibly initialized 1672 | u16 reg; | ^~~ /kisskb/src/drivers/staging/rts5208/rtsx_scsi.c: In function 'rw_mem_cmd_buf': /kisskb/src/drivers/staging/rts5208/rtsx_scsi.c:1723:21: note: byref variable will be forcibly initialized 1723 | u8 cmd_type, mask, value, idx; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/mn88473.c: In function 'mn88473_read_status': /kisskb/src/drivers/media/dvb-frontends/mn88473.c:244:5: note: byref variable will be forcibly initialized 244 | u8 buf[5]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/mn88473.c:243:15: note: byref variable will be forcibly initialized 243 | unsigned int utmp, utmp1, utmp2; | ^~~~ /kisskb/src/drivers/staging/rts5208/rtsx_scsi.c: In function 'spi_vendor_cmd': /kisskb/src/drivers/staging/rts5208/rtsx_scsi.c:2564:5: note: byref variable will be forcibly initialized 2564 | u8 gpio_dir; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mn88473.c: In function 'mn88473_set_frontend': /kisskb/src/drivers/media/dvb-frontends/mn88473.c:24:6: note: byref variable will be forcibly initialized 24 | u32 if_frequency; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mn88473.c: In function 'mn88473_init': /kisskb/src/drivers/media/dvb-frontends/mn88473.c:466:25: note: byref variable will be forcibly initialized 466 | const struct firmware *fw; | ^~ /kisskb/src/drivers/media/dvb-frontends/mn88473.c:465:15: note: byref variable will be forcibly initialized 465 | unsigned int uitmp; | ^~~~~ In file included from /kisskb/src/drivers/crypto/inside-secure/safexcel_cipher.c:17: /kisskb/src/drivers/crypto/inside-secure/safexcel_cipher.c: In function 'des3_ede_verify_key': /kisskb/src/include/crypto/internal/des.h:59:6: note: byref variable will be forcibly initialized 59 | u32 K[6]; | ^ In file included from /kisskb/src/drivers/crypto/inside-secure/safexcel_cipher.c:30: /kisskb/src/drivers/crypto/inside-secure/safexcel_cipher.c: In function 'safexcel_skcipher_exit_inv': /kisskb/src/drivers/crypto/inside-secure/safexcel.h:66:7: note: byref variable will be forcibly initialized 66 | char __##name##_desc[size] CRYPTO_MINALIGN_ATTR; \ | ^~ /kisskb/src/drivers/crypto/inside-secure/safexcel_cipher.c:1110:2: note: in expansion of macro 'EIP197_REQUEST_ON_STACK' 1110 | EIP197_REQUEST_ON_STACK(req, skcipher, EIP197_SKCIPHER_REQ_SIZE); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/crypto/inside-secure/safexcel_cipher.c: In function 'safexcel_aead_exit_inv': /kisskb/src/drivers/crypto/inside-secure/safexcel.h:66:7: note: byref variable will be forcibly initialized 66 | char __##name##_desc[size] CRYPTO_MINALIGN_ATTR; \ | ^~ /kisskb/src/drivers/crypto/inside-secure/safexcel_cipher.c:1125:2: note: in expansion of macro 'EIP197_REQUEST_ON_STACK' 1125 | EIP197_REQUEST_ON_STACK(req, aead, EIP197_AEAD_REQ_SIZE); | ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/crypto/inside-secure/safexcel_hash.c:21: /kisskb/src/drivers/crypto/inside-secure/safexcel_hash.c: In function 'safexcel_ahash_exit_inv': /kisskb/src/drivers/crypto/inside-secure/safexcel.h:66:7: note: byref variable will be forcibly initialized 66 | char __##name##_desc[size] CRYPTO_MINALIGN_ATTR; \ | ^~ /kisskb/src/drivers/crypto/inside-secure/safexcel_hash.c:626:2: note: in expansion of macro 'EIP197_REQUEST_ON_STACK' 626 | EIP197_REQUEST_ON_STACK(req, ahash, EIP197_AHASH_REQ_SIZE); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/crypto/inside-secure/safexcel_cipher.c: In function 'safexcel_send_req': /kisskb/src/drivers/crypto/inside-secure/safexcel_cipher.c:686:25: note: byref variable will be forcibly initialized 686 | struct safexcel_token *atoken; | ^~~~~~ /kisskb/src/drivers/crypto/inside-secure/safexcel_cipher.c: In function 'safexcel_skcipher_send': /kisskb/src/drivers/crypto/inside-secure/safexcel_cipher.c:1034:6: note: byref variable will be forcibly initialized 1034 | u8 input_iv[AES_BLOCK_SIZE]; | ^~~~~~~~ /kisskb/src/drivers/crypto/inside-secure/safexcel_cipher.c: In function 'safexcel_skcipher_aes_setkey': /kisskb/src/drivers/crypto/inside-secure/safexcel_cipher.c:378:24: note: byref variable will be forcibly initialized 378 | struct crypto_aes_ctx aes; | ^~~ /kisskb/src/drivers/crypto/inside-secure/safexcel_cipher.c: In function 'safexcel_skcipher_aesctr_setkey': /kisskb/src/drivers/crypto/inside-secure/safexcel_cipher.c:1418:24: note: byref variable will be forcibly initialized 1418 | struct crypto_aes_ctx aes; | ^~~ /kisskb/src/drivers/crypto/inside-secure/safexcel_cipher.c: In function 'safexcel_aead_ccm_setkey': /kisskb/src/drivers/crypto/inside-secure/safexcel_cipher.c:2680:24: note: byref variable will be forcibly initialized 2680 | struct crypto_aes_ctx aes; | ^~~ /kisskb/src/drivers/crypto/inside-secure/safexcel_hash.c: In function 'safexcel_ahash_send_req': /kisskb/src/drivers/crypto/inside-secure/safexcel_hash.c:321:25: note: byref variable will be forcibly initialized 321 | struct safexcel_token *dmmy; | ^~~~ In file included from /kisskb/src/drivers/crypto/inside-secure/safexcel_cipher.c:17: /kisskb/src/drivers/crypto/inside-secure/safexcel_cipher.c: In function 'crypto_des_verify_key': /kisskb/src/include/crypto/internal/des.h:28:17: note: byref variable will be forcibly initialized 28 | struct des_ctx tmp; | ^~~ /kisskb/src/drivers/crypto/inside-secure/safexcel_cipher.c: In function 'safexcel_aead_setkey': /kisskb/src/drivers/crypto/inside-secure/safexcel_cipher.c:410:24: note: byref variable will be forcibly initialized 410 | struct crypto_aes_ctx aes; | ^~~ /kisskb/src/drivers/crypto/inside-secure/safexcel_cipher.c:409:29: note: byref variable will be forcibly initialized 409 | struct crypto_authenc_keys keys; | ^~~~ /kisskb/src/drivers/crypto/inside-secure/safexcel_cipher.c: In function 'safexcel_skcipher_aesxts_setkey': /kisskb/src/drivers/crypto/inside-secure/safexcel_cipher.c:2453:24: note: byref variable will be forcibly initialized 2453 | struct crypto_aes_ctx aes; | ^~~ /kisskb/src/drivers/crypto/inside-secure/safexcel_cipher.c: In function 'safexcel_aead_gcm_setkey': /kisskb/src/drivers/crypto/inside-secure/safexcel_cipher.c:2568:6: note: byref variable will be forcibly initialized 2568 | u32 hashkey[AES_BLOCK_SIZE >> 2]; | ^~~~~~~ /kisskb/src/drivers/crypto/inside-secure/safexcel_cipher.c:2567:24: note: byref variable will be forcibly initialized 2567 | struct crypto_aes_ctx aes; | ^~~ In file included from /kisskb/src/include/linux/crypto.h:20, from /kisskb/src/include/crypto/aes.h:10, from /kisskb/src/drivers/crypto/inside-secure/safexcel_hash.c:8: /kisskb/src/drivers/crypto/inside-secure/safexcel_hash.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/crypto/inside-secure/safexcel_hash.c: In function 'safexcel_hmac_init_iv': /kisskb/src/drivers/crypto/inside-secure/safexcel_hash.c:1114:21: note: byref variable will be forcibly initialized 1114 | struct scatterlist sg; | ^~ /kisskb/src/drivers/crypto/inside-secure/safexcel_hash.c:1112:31: note: byref variable will be forcibly initialized 1112 | struct safexcel_ahash_result result; | ^~~~~~ /kisskb/src/drivers/crypto/inside-secure/safexcel_cipher.c: In function 'safexcel_aead_chachapoly_crypt': /kisskb/src/drivers/crypto/inside-secure/safexcel_cipher.c:2897:6: note: byref variable will be forcibly initialized 2897 | u32 key[CHACHA_KEY_SIZE / sizeof(u32) + 1]; | ^~~ /kisskb/src/drivers/crypto/inside-secure/safexcel_hash.c: In function 'safexcel_hmac_init_pad': /kisskb/src/drivers/crypto/inside-secure/safexcel_hash.c:1066:21: note: byref variable will be forcibly initialized 1066 | struct scatterlist sg; | ^~ /kisskb/src/drivers/crypto/inside-secure/safexcel_hash.c:1065:31: note: byref variable will be forcibly initialized 1065 | struct safexcel_ahash_result result; | ^~~~~~ /kisskb/src/drivers/crypto/inside-secure/safexcel_hash.c: In function 'safexcel_cbcmac_setkey': /kisskb/src/drivers/crypto/inside-secure/safexcel_hash.c:2018:24: note: byref variable will be forcibly initialized 2018 | struct crypto_aes_ctx aes; | ^~~ /kisskb/src/drivers/crypto/inside-secure/safexcel_hash.c: In function 'safexcel_xcbcmac_setkey': /kisskb/src/drivers/crypto/inside-secure/safexcel_hash.c:2087:6: note: byref variable will be forcibly initialized 2087 | u32 key_tmp[3 * AES_BLOCK_SIZE / sizeof(u32)]; | ^~~~~~~ /kisskb/src/drivers/crypto/inside-secure/safexcel_hash.c:2086:24: note: byref variable will be forcibly initialized 2086 | struct crypto_aes_ctx aes; | ^~~ /kisskb/src/drivers/crypto/inside-secure/safexcel_hash.c: In function 'safexcel_cmac_setkey': /kisskb/src/drivers/crypto/inside-secure/safexcel_hash.c:2182:9: note: byref variable will be forcibly initialized 2182 | __be64 consts[4]; | ^~~~~~ /kisskb/src/drivers/crypto/inside-secure/safexcel_hash.c:2181:24: note: byref variable will be forcibly initialized 2181 | struct crypto_aes_ctx aes; | ^~~ /kisskb/src/drivers/crypto/inside-secure/safexcel_hash.c: In function 'safexcel_sha3_fbcheck': /kisskb/src/drivers/crypto/inside-secure/safexcel_hash.c:2436:8: note: byref variable will be forcibly initialized 2436 | u8 key[SHA3_224_BLOCK_SIZE]; | ^~~ /kisskb/src/drivers/net/can/slcan.c: In function 'slc_bump': /kisskb/src/drivers/net/can/slcan.c:148:6: note: byref variable will be forcibly initialized 148 | u32 tmpid; | ^~~~~ /kisskb/src/drivers/net/can/slcan.c:146:19: note: byref variable will be forcibly initialized 146 | struct can_frame cf; | ^~ /kisskb/src/drivers/crypto/inside-secure/safexcel_hash.c: In function 'safexcel_hmac_setkey': /kisskb/src/drivers/crypto/inside-secure/safexcel_hash.c:1198:45: note: byref variable will be forcibly initialized 1198 | struct safexcel_ahash_export_state istate, ostate; | ^~~~~~ /kisskb/src/drivers/crypto/inside-secure/safexcel_hash.c:1198:37: note: byref variable will be forcibly initialized 1198 | struct safexcel_ahash_export_state istate, ostate; | ^~~~~~ /kisskb/src/drivers/net/can/slcan.c: In function 'slc_alloc': /kisskb/src/drivers/net/can/slcan.c:518:7: note: byref variable will be forcibly initialized 518 | char name[IFNAMSIZ]; | ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/skbuff.h:17, from /kisskb/src/include/net/net_namespace.h:39, from /kisskb/src/include/linux/netdevice.h:37, from /kisskb/src/drivers/net/can/slcan.c:46: /kisskb/src/drivers/net/can/slcan.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/iio/accel/kxsd9.c: In function 'kxsd9_trigger_handler': /kisskb/src/drivers/iio/accel/kxsd9.c:219:4: note: byref variable will be forcibly initialized 219 | } hw_values; | ^~~~~~~~~ /kisskb/src/drivers/iio/accel/kxsd9.c: In function 'kxsd9_read_raw': /kisskb/src/drivers/iio/accel/kxsd9.c:166:9: note: byref variable will be forcibly initialized 166 | __be16 raw_val; | ^~~~~~~ /kisskb/src/drivers/iio/accel/kxsd9.c:165:15: note: byref variable will be forcibly initialized 165 | unsigned int regval; | ^~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, 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/drivers/crypto/cavium/nitrox/nitrox_dev.h:6, from /kisskb/src/drivers/crypto/cavium/nitrox/nitrox_hal.h:5, from /kisskb/src/drivers/crypto/cavium/nitrox/nitrox_mbx.c:5: /kisskb/src/drivers/crypto/cavium/nitrox/nitrox_mbx.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/crypto/cavium/nitrox/nitrox_mbx.c: In function 'nitrox_pf2vf_mbox_handler': /kisskb/src/drivers/crypto/cavium/nitrox/nitrox_mbx.c:125:6: note: byref variable will be forcibly initialized 125 | u64 value, reg_addr; | ^~~~~ /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/fsi/fsi-master-hub.c: In function 'hub_master_link_enable': /kisskb/src/drivers/fsi/fsi-master-hub.c:85:9: note: byref variable will be forcibly initialized 85 | __be32 reg; | ^~~ /kisskb/src/drivers/fsi/fsi-master-hub.c: In function 'hub_master_init': /kisskb/src/drivers/fsi/fsi-master-hub.c:127:9: note: byref variable will be forcibly initialized 127 | __be32 reg; | ^~~ /kisskb/src/drivers/fsi/fsi-master-hub.c: In function 'hub_master_probe': /kisskb/src/drivers/fsi/fsi-master-hub.c:200:9: note: byref variable will be forcibly initialized 200 | __be32 __reg; | ^~~~~ /kisskb/src/drivers/fsi/fsi-master-hub.c: In function 'hub_master_break': /kisskb/src/drivers/fsi/fsi-master-hub.c:72:9: note: byref variable will be forcibly initialized 72 | __be32 cmd; | ^~~ In file included from /kisskb/src/drivers/crypto/cavium/nitrox/nitrox_skcipher.c:11: /kisskb/src/drivers/crypto/cavium/nitrox/nitrox_skcipher.c: In function 'des3_ede_verify_key': /kisskb/src/include/crypto/internal/des.h:59:6: note: byref variable will be forcibly initialized 59 | u32 K[6]; | ^ /kisskb/src/drivers/staging/rts5208/rtsx_card.c: In function 'try_to_switch_sdio_ctrl': /kisskb/src/drivers/staging/rts5208/rtsx_card.c:83:15: note: byref variable will be forcibly initialized 83 | u8 reg1 = 0, reg2 = 0; | ^~~~ /kisskb/src/drivers/staging/rts5208/rtsx_card.c:83:5: note: byref variable will be forcibly initialized 83 | u8 reg1 = 0, reg2 = 0; | ^~~~ /kisskb/src/drivers/staging/rts5208/rtsx_card.c: In function 'dynamic_configure_sdio_aspm': /kisskb/src/drivers/staging/rts5208/rtsx_card.c:101:14: note: byref variable will be forcibly initialized 101 | u8 buf[12], reg; | ^~~ /kisskb/src/drivers/staging/rts5208/rtsx_card.c:101:5: note: byref variable will be forcibly initialized 101 | u8 buf[12], reg; | ^~~ /kisskb/src/drivers/staging/rts5208/rtsx_card.c: In function 'toggle_gpio': /kisskb/src/drivers/staging/rts5208/rtsx_card.c:1048:5: note: byref variable will be forcibly initialized 1048 | u8 temp_reg; | ^~~~~~~~ /kisskb/src/drivers/most/most_cdev.c: In function 'stop_channel': /kisskb/src/drivers/most/most_cdev.c:83:14: note: byref variable will be forcibly initialized 83 | struct mbo *mbo; | ^~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/most/most_cdev.c:8: /kisskb/src/drivers/most/most_cdev.c: In function 'comp_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/most/most_cdev.c:248:7: note: in expansion of macro 'wait_event_interruptible' 248 | if (wait_event_interruptible(c->wq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/most/most_cdev.c:240:14: note: byref variable will be forcibly initialized 240 | struct mbo *mbo = NULL; | ^~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/most/most_cdev.c:8: /kisskb/src/drivers/most/most_cdev.c: In function 'comp_write': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/most/most_cdev.c:196:7: note: in expansion of macro 'wait_event_interruptible' 196 | if (wait_event_interruptible(c->wq, ch_has_mbo(c) || !c->dev)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/most/most_cdev.c:187:14: note: byref variable will be forcibly initialized 187 | struct mbo *mbo = NULL; | ^~~ /kisskb/src/drivers/usb/storage/debug.c: In function 'usb_stor_dbg': /kisskb/src/drivers/usb/storage/debug.c:167:10: note: byref variable will be forcibly initialized 167 | va_list args; | ^~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/thunderbolt/ctl.c:11: /kisskb/src/drivers/thunderbolt/ctl.c: In function 'tb_cfg_request_cancel': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/thunderbolt/ctl.c:570:2: note: in expansion of macro 'wait_event' 570 | wait_event(tb_cfg_request_cancel_queue, !tb_cfg_request_is_active(req)); | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/thunderbolt/ctl.c:11: /kisskb/src/drivers/thunderbolt/ctl.c: In function 'tb_cfg_request_sync': /kisskb/src/drivers/thunderbolt/ctl.c:596:29: note: byref variable will be forcibly initialized 596 | 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/thunderbolt/ctl.c: In function 'tb_cfg_reset': /kisskb/src/drivers/thunderbolt/ctl.c:819:23: note: byref variable will be forcibly initialized 819 | struct tb_cfg_header reply; | ^~~~~ /kisskb/src/drivers/thunderbolt/ctl.c:817:23: note: byref variable will be forcibly initialized 817 | struct cfg_reset_pkg request = { .header = tb_cfg_make_header(route) }; | ^~~~~~~ /kisskb/src/drivers/thunderbolt/ctl.c: In function 'tb_cfg_read_raw': /kisskb/src/drivers/thunderbolt/ctl.c:871:23: note: byref variable will be forcibly initialized 871 | struct cfg_write_pkg reply; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/ec100.c: In function 'ec100_write_reg': /kisskb/src/drivers/media/dvb-frontends/ec100.c:24:17: note: byref variable will be forcibly initialized 24 | struct i2c_msg msg[1] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/ec100.c:23:5: note: byref variable will be forcibly initialized 23 | u8 buf[2] = {reg, val}; | ^~~ /kisskb/src/drivers/thunderbolt/ctl.c: In function 'tb_cfg_write_raw': /kisskb/src/drivers/thunderbolt/ctl.c:942:22: note: byref variable will be forcibly initialized 942 | struct cfg_read_pkg reply; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/ec100.c: In function 'ec100_read_reg': /kisskb/src/drivers/media/dvb-frontends/ec100.c:49:17: note: byref variable will be forcibly initialized 49 | struct i2c_msg msg[2] = { | ^~~ /kisskb/src/drivers/thunderbolt/ctl.c: In function 'tb_cfg_read': /kisskb/src/drivers/thunderbolt/ctl.c:1012:23: note: byref variable will be forcibly initialized 1012 | struct tb_cfg_result res = tb_cfg_read_raw(ctl, buffer, route, port, | ^~~ /kisskb/src/drivers/media/dvb-frontends/ec100.c: In function 'ec100_attach': /kisskb/src/drivers/media/dvb-frontends/ec100.c:276:5: note: byref variable will be forcibly initialized 276 | u8 tmp; | ^~~ /kisskb/src/drivers/thunderbolt/ctl.c: In function 'tb_cfg_write': /kisskb/src/drivers/thunderbolt/ctl.c:1038:23: note: byref variable will be forcibly initialized 1038 | struct tb_cfg_result res = tb_cfg_write_raw(ctl, buffer, route, port, | ^~~ /kisskb/src/drivers/media/dvb-frontends/ec100.c: In function 'ec100_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/ec100.c:235:5: note: byref variable will be forcibly initialized 235 | u8 tmp; | ^~~ /kisskb/src/drivers/thunderbolt/ctl.c: In function 'tb_cfg_get_upstream_port': /kisskb/src/drivers/thunderbolt/ctl.c:1075:23: note: byref variable will be forcibly initialized 1075 | struct tb_cfg_result res = tb_cfg_read_raw(ctl, &dummy, route, 0, | ^~~ /kisskb/src/drivers/thunderbolt/ctl.c:1074:6: note: byref variable will be forcibly initialized 1074 | u32 dummy; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/ec100.c: In function 'ec100_read_ber': /kisskb/src/drivers/media/dvb-frontends/ec100.c:203:10: note: byref variable will be forcibly initialized 203 | u8 tmp, tmp2; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/ec100.c:203:5: note: byref variable will be forcibly initialized 203 | u8 tmp, tmp2; | ^~~ /kisskb/src/drivers/media/dvb-frontends/ec100.c: In function 'ec100_read_status': /kisskb/src/drivers/media/dvb-frontends/ec100.c:167:5: note: byref variable will be forcibly initialized 167 | u8 tmp; | ^~~ In file included from /kisskb/src/include/linux/err.h:5, from /kisskb/src/include/linux/clk.h:12, from /kisskb/src/drivers/crypto/amlogic/amlogic-gxl-core.c:9: /kisskb/src/drivers/crypto/amlogic/amlogic-gxl-core.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/powerpc/include/asm/io.h:27, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/drivers/crypto/amlogic/amlogic-gxl-core.c:11: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/drivers/crypto/atmel-i2c.c: In function 'atmel_i2c_sleep': /kisskb/src/drivers/crypto/atmel-i2c.c:197:5: note: byref variable will be forcibly initialized 197 | u8 sleep = SLEEP_TOKEN; | ^~~~~ /kisskb/src/drivers/crypto/atmel-i2c.c: In function 'atmel_i2c_wakeup': /kisskb/src/drivers/crypto/atmel-i2c.c:171:5: note: byref variable will be forcibly initialized 171 | u8 status[STATUS_RSP_SIZE]; | ^~~~~~ /kisskb/src/drivers/thunderbolt/tb.c: In function 'tb_available_bandwidth': /kisskb/src/drivers/thunderbolt/tb.c:359:24: note: byref variable will be forcibly initialized 359 | int dp_consumed_up, dp_consumed_down; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/thunderbolt/tb.c:359:8: note: byref variable will be forcibly initialized 359 | int dp_consumed_up, dp_consumed_down; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/thunderbolt/tb.c:310:24: note: byref variable will be forcibly initialized 310 | int usb3_consumed_up, usb3_consumed_down, ret; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/thunderbolt/tb.c:310:6: note: byref variable will be forcibly initialized 310 | int usb3_consumed_up, usb3_consumed_down, ret; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/crypto/atmel-i2c.c: In function 'atmel_i2c_probe': /kisskb/src/drivers/crypto/atmel-i2c.c:324:6: note: byref variable will be forcibly initialized 324 | u32 bus_clk_rate; | ^~~~~~~~~~~~ /kisskb/src/drivers/thunderbolt/tb.c: In function 'tb_reclaim_usb3_bandwidth': /kisskb/src/drivers/thunderbolt/tb.c:413:25: note: byref variable will be forcibly initialized 413 | int ret, available_up, available_down; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/thunderbolt/tb.c:413:11: note: byref variable will be forcibly initialized 413 | int ret, available_up, available_down; | ^~~~~~~~~~~~ /kisskb/src/drivers/thunderbolt/tb.c: In function 'tb_tunnel_dp': /kisskb/src/drivers/thunderbolt/tb.c:854:20: note: byref variable will be forcibly initialized 854 | int available_up, available_down, ret; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/thunderbolt/tb.c:854:6: note: byref variable will be forcibly initialized 854 | int available_up, available_down, ret; | ^~~~~~~~~~~~ /kisskb/src/drivers/thunderbolt/tb.c: In function 'tb_tunnel_usb3': /kisskb/src/drivers/thunderbolt/tb.c:442:25: note: byref variable will be forcibly initialized 442 | int ret, available_up, available_down; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/thunderbolt/tb.c:442:11: note: byref variable will be forcibly initialized 442 | int ret, available_up, available_down; | ^~~~~~~~~~~~ /kisskb/src/drivers/iio/accel/mma7455_core.c: In function 'mma7455_core_probe': /kisskb/src/drivers/iio/accel/mma7455_core.c:247:15: note: byref variable will be forcibly initialized 247 | unsigned int reg; | ^~~ /kisskb/src/drivers/iio/accel/mma7455_core.c: In function 'mma7455_drdy': /kisskb/src/drivers/iio/accel/mma7455_core.c:68:15: note: byref variable will be forcibly initialized 68 | unsigned int reg; | ^~~ /kisskb/src/drivers/iio/accel/mma7455_core.c: In function 'mma7455_read_raw': /kisskb/src/drivers/iio/accel/mma7455_core.c:120:9: note: byref variable will be forcibly initialized 120 | __le16 data; | ^~~~ /kisskb/src/drivers/iio/accel/mma7455_core.c:119:15: note: byref variable will be forcibly initialized 119 | unsigned int reg; | ^~~ /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:230:5: note: byref variable will be forcibly initialized 230 | u8 buf[] = { reg, data }; | ^~~ /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/ds3000.c: In function 'ds3000_readreg': /kisskb/src/drivers/media/dvb-frontends/ds3000.c:304:17: note: byref variable will be forcibly initialized 304 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/ds3000.c:303:5: note: byref variable will be forcibly initialized 303 | u8 b1[] = { 0 }; | ^~ /kisskb/src/drivers/media/dvb-frontends/ds3000.c:302:5: note: byref variable will be forcibly initialized 302 | u8 b0[] = { reg }; | ^~ /kisskb/src/drivers/media/dvb-frontends/ds3000.c: In function 'ds3000_set_frontend': /kisskb/src/drivers/media/dvb-frontends/ds3000.c:891:6: note: byref variable will be forcibly initialized 891 | u32 frequency; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/ds3000.c:889:17: note: byref variable will be forcibly initialized 889 | enum fe_status status; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/ds3000.c: In function 'ds3000_firmware_ondemand': /kisskb/src/drivers/media/dvb-frontends/ds3000.c:336:25: note: byref variable will be forcibly initialized 336 | const struct firmware *fw; | ^~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/spmi.h:136, from /kisskb/src/drivers/spmi/spmi.c:18: /kisskb/src/drivers/spmi/spmi.c: In function 'trace_event_raw_event_spmi_write_begin': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:15:1: note: in expansion of macro 'TRACE_EVENT' 15 | TRACE_EVENT(spmi_write_begin, | ^~~~~~~~~~~ /kisskb/src/drivers/spmi/spmi.c: In function 'trace_event_raw_event_spmi_write_end': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:41:1: note: in expansion of macro 'TRACE_EVENT' 41 | TRACE_EVENT(spmi_write_end, | ^~~~~~~~~~~ /kisskb/src/drivers/spmi/spmi.c: In function 'trace_event_raw_event_spmi_read_begin': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:64:1: note: in expansion of macro 'TRACE_EVENT' 64 | TRACE_EVENT(spmi_read_begin, | ^~~~~~~~~~~ /kisskb/src/drivers/spmi/spmi.c: In function 'trace_event_raw_event_spmi_read_end': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:85:1: note: in expansion of macro 'TRACE_EVENT' 85 | TRACE_EVENT(spmi_read_end, | ^~~~~~~~~~~ /kisskb/src/drivers/spmi/spmi.c: In function 'trace_event_raw_event_spmi_cmd': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/spmi.h:113:1: note: in expansion of macro 'TRACE_EVENT' 113 | TRACE_EVENT(spmi_cmd, | ^~~~~~~~~~~ /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/ts2020.c: In function 'ts2020_read_tuner_gain': /kisskb/src/drivers/media/dvb-frontends/ts2020.c:341:11: note: byref variable will be forcibly initialized 341 | unsigned utmp; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/ts2020.c: In function 'ts2020_get_tuner_gain': /kisskb/src/drivers/media/dvb-frontends/ts2020.c:400:5: note: byref variable will be forcibly initialized 400 | u8 agc_pwm; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/ts2020.c: In function 'ts2020_set_tuner_rf': /kisskb/src/drivers/media/dvb-frontends/ts2020.c:168:15: note: byref variable will be forcibly initialized 168 | unsigned int utmp; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/ts2020.c: In function 'ts2020_set_params': /kisskb/src/drivers/media/dvb-frontends/ts2020.c:193:15: note: byref variable will be forcibly initialized 193 | unsigned int utmp; | ^~~~ /kisskb/src/drivers/spmi/spmi.c: In function 'of_spmi_register_devices': /kisskb/src/drivers/spmi/spmi.c:469:7: note: byref variable will be forcibly initialized 469 | u32 reg[2]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/ts2020.c: In function 'ts2020_probe': /kisskb/src/drivers/media/dvb-frontends/ts2020.c:561:15: note: byref variable will be forcibly initialized 561 | unsigned int utmp; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/ix2505v.c: In function 'ix2505v_write': /kisskb/src/drivers/media/dvb-frontends/ix2505v.c:67:17: note: byref variable will be forcibly initialized 67 | struct i2c_msg msg[1] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/ix2505v.c: In function 'ix2505v_set_params': /kisskb/src/drivers/media/dvb-frontends/ix2505v.c:127:5: note: byref variable will be forcibly initialized 127 | u8 data[4] = {0}; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/ix2505v.c: In function 'ix2505v_read_status_reg': /kisskb/src/drivers/media/dvb-frontends/ix2505v.c:55:17: note: byref variable will be forcibly initialized 55 | struct i2c_msg msg[1] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/ix2505v.c:52:5: note: byref variable will be forcibly initialized 52 | u8 b2[] = {0}; | ^~ /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/mb86a20s.c:215:5: note: byref variable will be forcibly initialized 215 | u8 buf[] = { reg, data }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/mb86a20s.c: In function 'mb86a20s_i2c_readreg': /kisskb/src/drivers/media/dvb-frontends/mb86a20s.c:251:17: note: byref variable will be forcibly initialized 251 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/mb86a20s.c:249:5: note: byref variable will be forcibly initialized 249 | u8 val; | ^~~ /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/drivers/media/dvb-frontends/mb86a16.c:65:5: note: byref variable will be forcibly initialized 65 | u8 buf[] = { reg, val }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c: In function 'mb86a16_read': /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:89:17: note: byref variable will be forcibly initialized 89 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:87:5: note: byref variable will be forcibly initialized 87 | u8 b1[] = { 0 }; | ^~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:86:5: note: byref variable will be forcibly initialized 86 | u8 b0[] = { reg }; | ^~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c: In function 'mb86a16_attach': /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:1828:5: note: byref variable will be forcibly initialized 1828 | u8 dev_id = 0; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c: In function 'signal_det': /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:406:16: note: byref variable will be forcibly initialized 406 | unsigned char S[3]; | ^ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c: In function 'afcerr_chk': /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:528:24: note: byref variable will be forcibly initialized 528 | unsigned char AFCM_L, AFCM_H ; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:528:16: note: byref variable will be forcibly initialized 528 | unsigned char AFCM_L, AFCM_H ; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c: In function 'dagcm_val_get': /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:555:25: note: byref variable will be forcibly initialized 555 | unsigned char DAGCM_H, DAGCM_L; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:555:16: note: byref variable will be forcibly initialized 555 | unsigned char DAGCM_H, DAGCM_L; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c: In function 'sync_chk': /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:611:16: note: byref variable will be forcibly initialized 611 | unsigned char val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c: In function 'freqerr_chk': /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:635:30: note: byref variable will be forcibly initialized 635 | unsigned char temp1, temp2, temp3; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:635:23: note: byref variable will be forcibly initialized 635 | unsigned char temp1, temp2, temp3; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:635:16: note: byref variable will be forcibly initialized 635 | unsigned char temp1, temp2, temp3; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:634:28: note: byref variable will be forcibly initialized 634 | unsigned char CRM, AFCML, AFCMH; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:634:21: note: byref variable will be forcibly initialized 634 | unsigned char CRM, AFCML, AFCMH; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:634:16: note: byref variable will be forcibly initialized 634 | unsigned char CRM, AFCML, AFCMH; | ^~~ /kisskb/src/drivers/media/dvb-frontends/mb86a20s.c: In function 'mb86a20s_get_stats': /kisskb/src/drivers/media/dvb-frontends/mb86a20s.c:1570:23: note: byref variable will be forcibly initialized 1570 | u32 block_error = 0, block_count = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a20s.c:1570:6: note: byref variable will be forcibly initialized 1570 | u32 block_error = 0, block_count = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a20s.c:1567:21: note: byref variable will be forcibly initialized 1567 | u32 bit_error = 0, bit_count = 0; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a20s.c:1567:6: note: byref variable will be forcibly initialized 1567 | u32 bit_error = 0, bit_count = 0; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c: In function 'mb86a16_set_fe': /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:1030:6: note: byref variable will be forcibly initialized 1030 | int afcex_freq; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:1021:16: note: byref variable will be forcibly initialized 1021 | unsigned char junk; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:1019:16: note: byref variable will be forcibly initialized 1019 | unsigned char VIRM; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:1017:25: note: byref variable will be forcibly initialized 1017 | unsigned char AFCEX_L, AFCEX_H; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:1017:16: note: byref variable will be forcibly initialized 1017 | unsigned char AFCEX_L, AFCEX_H; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:1011:16: note: byref variable will be forcibly initialized 1011 | unsigned char SIG1; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:1007:6: note: byref variable will be forcibly initialized 1007 | int V[60]; | ^ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:1002:6: note: byref variable will be forcibly initialized 1002 | int fOSC = 0; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:999:13: note: byref variable will be forcibly initialized 999 | u8 agcval, cnmval; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:999:5: note: byref variable will be forcibly initialized 999 | u8 agcval, cnmval; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a20s.c: In function 'mb86a20s_set_frontend': /kisskb/src/drivers/media/dvb-frontends/mb86a20s.c:1864:10: note: byref variable will be forcibly initialized 1864 | int rc, if_freq; | ^~~~~~~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/hsi/clients/hsi_char.c:16: /kisskb/src/drivers/hsi/clients/hsi_char.c: In function 'hsc_reset_list': /kisskb/src/drivers/hsi/clients/hsi_char.c:164:12: note: byref variable will be forcibly initialized 164 | LIST_HEAD(list); | ^~~~ /kisskb/src/include/linux/list.h: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/trace/define_trace.h:102, from /kisskb/src/include/trace/events/fsi_master_aspeed.h:77, from /kisskb/src/drivers/fsi/fsi-master-aspeed.c:85: /kisskb/src/drivers/fsi/fsi-master-aspeed.c: In function 'trace_event_raw_event_fsi_master_aspeed_opb_read': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_aspeed.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(fsi_master_aspeed_opb_read, | ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-aspeed.c: In function 'trace_event_raw_event_fsi_master_aspeed_opb_write': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_aspeed.h:34:1: note: in expansion of macro 'TRACE_EVENT' 34 | TRACE_EVENT(fsi_master_aspeed_opb_write, | ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-aspeed.c: In function 'trace_event_raw_event_fsi_master_aspeed_opb_error': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_aspeed.h:57:1: note: in expansion of macro 'TRACE_EVENT' 57 | TRACE_EVENT(fsi_master_aspeed_opb_error, | ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c: In function 'mb86a16_read_ucblocks': /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:1775:5: note: byref variable will be forcibly initialized 1775 | u8 dist; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c: In function 'mb86a16_read_snr': /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:1752:6: note: byref variable will be forcibly initialized 1752 | u8 cn; | ^~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c: In function 'mb86a16_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:1702:5: note: byref variable will be forcibly initialized 1702 | u8 agcm = 0; | ^~~~ /kisskb/src/drivers/hsi/clients/hsi_char.c: In function 'hsc_ioctl': /kisskb/src/drivers/hsi/clients/hsi_char.c:530:23: note: byref variable will be forcibly initialized 530 | struct hsc_tx_config txc; | ^~~ /kisskb/src/drivers/hsi/clients/hsi_char.c:529:23: note: byref variable will be forcibly initialized 529 | struct hsc_rx_config rxc; | ^~~ /kisskb/src/drivers/hsi/clients/hsi_char.c:528:15: note: byref variable will be forcibly initialized 528 | unsigned int state; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c: In function 'mb86a16_read_ber': /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:1635:41: note: byref variable will be forcibly initialized 1635 | u8 ber_mon, ber_tab, ber_lsb, ber_mid, ber_msb, ber_tim, ber_rst; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:1635:32: note: byref variable will be forcibly initialized 1635 | u8 ber_mon, ber_tab, ber_lsb, ber_mid, ber_msb, ber_tim, ber_rst; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:1635:23: note: byref variable will be forcibly initialized 1635 | u8 ber_mon, ber_tab, ber_lsb, ber_mid, ber_msb, ber_tim, ber_rst; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:1635:14: note: byref variable will be forcibly initialized 1635 | u8 ber_mon, ber_tab, ber_lsb, ber_mid, ber_msb, ber_tim, ber_rst; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:1635:5: note: byref variable will be forcibly initialized 1635 | u8 ber_mon, ber_tab, ber_lsb, ber_mid, ber_msb, ber_tim, ber_rst; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c: In function 'mb86a16_read_status': /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:573:11: note: byref variable will be forcibly initialized 573 | u8 stat, stat2; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/mb86a16.c:573:5: note: byref variable will be forcibly initialized 573 | u8 stat, stat2; | ^~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/hsi/clients/hsi_char.c:16: /kisskb/src/drivers/hsi/clients/hsi_char.c: In function 'hsc_write': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hsi/clients/hsi_char.c:502:8: note: in expansion of macro 'wait_event_interruptible' 502 | ret = wait_event_interruptible(channel->tx_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/ks7010/ks_wlan_net.c: In function 'ks_wlan_set_mlme': /kisskb/src/drivers/staging/ks7010/ks_wlan_net.c:1789:8: note: byref variable will be forcibly initialized 1789 | __u32 mode = 1; | ^~~~ /kisskb/src/drivers/fsi/fsi-master-aspeed.c: In function 'check_errors': /kisskb/src/drivers/fsi/fsi-master-aspeed.c:226:26: note: byref variable will be forcibly initialized 226 | __be32 mresp0, mstap0, mesrb0; | ^~~~~~ /kisskb/src/drivers/fsi/fsi-master-aspeed.c:226:18: note: byref variable will be forcibly initialized 226 | __be32 mresp0, mstap0, mesrb0; | ^~~~~~ /kisskb/src/drivers/fsi/fsi-master-aspeed.c:226:10: note: byref variable will be forcibly initialized 226 | __be32 mresp0, mstap0, mesrb0; | ^~~~~~ /kisskb/src/drivers/fsi/fsi-master-aspeed.c: In function 'aspeed_master_term': /kisskb/src/drivers/fsi/fsi-master-aspeed.c:357:9: note: byref variable will be forcibly initialized 357 | __be32 cmd; | ^~~ /kisskb/src/drivers/fsi/fsi-master-aspeed.c: In function 'aspeed_master_break': /kisskb/src/drivers/fsi/fsi-master-aspeed.c:368:9: note: byref variable will be forcibly initialized 368 | __be32 cmd; | ^~~ /kisskb/src/drivers/hsi/clients/hsi_char.c: In function 'hsc_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hsi/clients/hsi_char.c:443:8: note: in expansion of macro 'wait_event_interruptible' 443 | ret = wait_event_interruptible(channel->rx_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hsi/clients/hsi_char.c: In function 'hsc_probe': /kisskb/src/drivers/hsi/clients/hsi_char.c:682:8: note: byref variable will be forcibly initialized 682 | dev_t hsc_dev; | ^~~~~~~ /kisskb/src/drivers/hsi/clients/hsi_char.c:677:13: note: byref variable will be forcibly initialized 677 | const char devname[] = "hsi_char"; | ^~~~~~~ /kisskb/src/drivers/fsi/fsi-master-aspeed.c: In function 'fsi_master_aspeed_probe': /kisskb/src/drivers/fsi/fsi-master-aspeed.c:537:9: note: byref variable will be forcibly initialized 537 | __be32 raw; | ^~~ /kisskb/src/drivers/staging/ks7010/ks_wlan_net.c: In function 'ks_wlan_get_aplist': /kisskb/src/drivers/staging/ks7010/ks_wlan_net.c:1093:20: note: byref variable will be forcibly initialized 1093 | struct iw_quality qual[LOCAL_APLIST_MAX]; | ^~~~ /kisskb/src/drivers/staging/ks7010/ks_wlan_net.c: In function 'ks_wlan_add_leader_event': /kisskb/src/drivers/staging/ks7010/ks_wlan_net.c:1153:7: note: byref variable will be forcibly initialized 1153 | char buffer[RSN_IE_BODY_MAX * 2 + 30]; | ^~~~~~ /kisskb/src/drivers/staging/ks7010/ks_wlan_net.c: In function 'ks_wlan_translate_scan': /kisskb/src/drivers/staging/ks7010/ks_wlan_net.c:1187:18: note: byref variable will be forcibly initialized 1187 | struct iw_event iwe; /* Temporary buffer */ | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c: In function 'stv0367_setbits': /kisskb/src/drivers/media/dvb-frontends/stv0367.c:228:11: note: byref variable will be forcibly initialized 228 | u8 mask, pos; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c:228:5: note: byref variable will be forcibly initialized 228 | u8 mask, pos; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c: In function 'stv0367_get_tuner_freq': /kisskb/src/drivers/media/dvb-frontends/stv0367.c:356:6: note: byref variable will be forcibly initialized 356 | u32 freq = 0; | ^~~~ /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/drivers/media/dvb-frontends/stv0367.c:124:5: note: byref variable will be forcibly initialized 124 | u8 buf[MAX_XFER_SIZE]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c: In function 'stv0367_writereg': /kisskb/src/drivers/media/dvb-frontends/stv0367.c:159:5: note: byref variable will be forcibly initialized 159 | u8 tmp = data; /* see gcc.gnu.org/bugzilla/show_bug.cgi?id=81715 */ | ^~~ /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/drivers/media/dvb-frontends/stv0367.c: In function 'stv0367_readreg': /kisskb/src/drivers/media/dvb-frontends/stv0367.c:168:17: note: byref variable will be forcibly initialized 168 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c:167:5: note: byref variable will be forcibly initialized 167 | u8 b1[] = { 0 }; | ^~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c:166:5: note: byref variable will be forcibly initialized 166 | u8 b0[] = { 0, 0 }; | ^~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_core.c: In function 'cxd2820r_probe': /kisskb/src/drivers/media/dvb-frontends/cxd2820r_core.c:556:15: note: byref variable will be forcibly initialized 556 | unsigned int utmp; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c: In function 'stv0367ter_gate_ctrl': /kisskb/src/drivers/media/dvb-frontends/stv0367.c:335:5: note: byref variable will be forcibly initialized 335 | u8 tmp = stv0367_readreg(state, R367TER_I2CRPT); | ^~~ /kisskb/src/drivers/staging/ks7010/ks_wlan_net.c: In function 'ks_wlan_set_encode': /kisskb/src/drivers/media/dvb-frontends/stv0367.c: In function 'stv0367_readbits': /kisskb/src/drivers/staging/ks7010/ks_wlan_net.c:774:17: note: byref variable will be forcibly initialized 774 | struct wep_key key; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c:240:11: note: byref variable will be forcibly initialized 240 | u8 mask, pos; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c:240:5: note: byref variable will be forcibly initialized 240 | u8 mask, pos; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_core.c: In function 'cxd2820r_search': /kisskb/src/drivers/media/dvb-frontends/cxd2820r_core.c:326:17: note: byref variable will be forcibly initialized 326 | enum fe_status status = 0; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c: In function 'stv0367_writebits': /kisskb/src/drivers/media/dvb-frontends/stv0367.c:214:16: note: byref variable will be forcibly initialized 214 | u8 reg, mask, pos; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c:214:10: note: byref variable will be forcibly initialized 214 | u8 reg, mask, pos; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_core.c: In function 'cxd2820r_gpio_set': /kisskb/src/drivers/media/dvb-frontends/cxd2820r_core.c:440:5: note: byref variable will be forcibly initialized 440 | u8 gpio[GPIO_COUNT]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_core.c: In function 'cxd2820r_gpio_direction_output': /kisskb/src/drivers/media/dvb-frontends/cxd2820r_core.c:426:5: note: byref variable will be forcibly initialized 426 | u8 gpio[GPIO_COUNT]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c: In function 'stv0367ddb_read_ucblocks': /kisskb/src/drivers/media/dvb-frontends/stv0367.c:3081:6: note: byref variable will be forcibly initialized 3081 | u32 ucblocks = 0; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c: In function 'stv0367cab_get_frontend': /kisskb/src/drivers/media/dvb-frontends/stv0367.c:2604:6: note: byref variable will be forcibly initialized 2604 | u32 ifkhz = 0; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c: In function 'stv0367cab_algo': /kisskb/src/drivers/media/dvb-frontends/stv0367.c:2330:38: note: byref variable will be forcibly initialized 2330 | u32 QAMFEC_Lock, QAM_Lock, u32_tmp, ifkhz, | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c: In function 'stv0367ter_algo': /kisskb/src/drivers/media/dvb-frontends/stv0367.c:1005:51: note: byref variable will be forcibly initialized 1005 | u32 trl_nomrate = 0, InternalFreq = 0, temp = 0, ifkhz = 0; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0367.c: In function 'stv0367ter_set_frontend': /kisskb/src/drivers/media/dvb-frontends/stv0367.c:1230:5: note: byref variable will be forcibly initialized 1230 | u8 SenseTrials[] = { INVERSION_ON, INVERSION_OFF }; | ^~~~~~~~~~~ /kisskb/src/drivers/usb/storage/cypress_atacb.c: In function 'cypress_probe': /kisskb/src/drivers/usb/storage/cypress_atacb.c:244:18: note: byref variable will be forcibly initialized 244 | struct us_data *us; | ^~ /kisskb/src/drivers/usb/storage/cypress_atacb.c: In function 'cypress_atacb_passthrough': /kisskb/src/drivers/usb/storage/cypress_atacb.c:166:17: note: byref variable will be forcibly initialized 166 | unsigned char regs[8]; | ^~~~ /kisskb/src/drivers/usb/storage/cypress_atacb.c:165:23: note: byref variable will be forcibly initialized 165 | struct scsi_eh_save ses; | ^~~ /kisskb/src/drivers/usb/storage/cypress_atacb.c:75:16: note: byref variable will be forcibly initialized 75 | unsigned char save_cmnd[MAX_COMMAND_SIZE]; | ^~~~~~~~~ /kisskb/src/drivers/net/loopback.c: In function 'loopback_get_stats64': /kisskb/src/drivers/net/loopback.c:121:15: note: byref variable will be forcibly initialized 121 | u64 packets, bytes; | ^~~~~ /kisskb/src/drivers/net/loopback.c:121:6: note: byref variable will be forcibly initialized 121 | u64 packets, bytes; | ^~~~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c: In function 'vfio_pci_probe_power_state': /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:193:6: note: byref variable will be forcibly initialized 193 | u16 pmcsr; | ^~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c: In function 'vfio_pci_for_each_slot_or_bus': /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:590:28: note: byref variable will be forcibly initialized 590 | struct vfio_pci_walk_info walk = { | ^~~~ /kisskb/src/drivers/net/ppp/ppp_generic.c: In function 'ppp_send_frame': /kisskb/src/drivers/net/ppp/ppp_generic.c:1738:17: note: byref variable will be forcibly initialized 1738 | unsigned char *cp; | ^~ In file included from /kisskb/src/include/linux/irq.h:21, 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/drivers/vfio/pci/vfio_pci_core.c:16: /kisskb/src/drivers/vfio/pci/vfio_pci_core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c: In function 'vfio_pci_get_irq_count': /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:502:7: note: byref variable will be forcibly initialized 502 | u16 flags; | ^~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:492:7: note: byref variable will be forcibly initialized 492 | u16 flags; | ^~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:481:6: note: byref variable will be forcibly initialized 481 | u8 pin; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_c.c: In function 'cxd2820r_set_frontend_c': /kisskb/src/drivers/media/dvb-frontends/cxd2820r_c.c:20:22: note: byref variable will be forcibly initialized 20 | struct reg_val_mask tab[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_c.c:19:6: note: byref variable will be forcibly initialized 19 | u32 if_frequency; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_c.c:18:5: note: byref variable will be forcibly initialized 18 | u8 buf[2]; | ^~~ /kisskb/src/drivers/net/ppp/ppp_generic.c: In function 'ppp_net_siocdevprivate': /kisskb/src/drivers/net/ppp/ppp_generic.c:1472:24: note: byref variable will be forcibly initialized 1472 | struct ppp_comp_stats cstats; | ^~~~~~ /kisskb/src/drivers/net/ppp/ppp_generic.c:1471:19: note: byref variable will be forcibly initialized 1471 | struct ppp_stats stats; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_c.c: In function 'cxd2820r_get_frontend_c': /kisskb/src/drivers/media/dvb-frontends/cxd2820r_c.c:95:5: note: byref variable will be forcibly initialized 95 | u8 buf[2]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_c.c:94:15: note: byref variable will be forcibly initialized 94 | unsigned int utmp; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_c.c: In function 'cxd2820r_read_status_c': /kisskb/src/drivers/media/dvb-frontends/cxd2820r_c.c:149:5: note: byref variable will be forcibly initialized 149 | u8 buf[3]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_c.c:148:15: note: byref variable will be forcibly initialized 148 | unsigned int utmp, utmp1, utmp2; | ^~~~ /kisskb/src/drivers/net/ppp/ppp_generic.c: In function 'ppp_create_interface': /kisskb/src/drivers/net/ppp/ppp_generic.c:3306:20: note: byref variable will be forcibly initialized 3306 | struct ppp_config conf = { | ^~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c: In function 'vfio_pci_core_match': /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:1640:9: note: byref variable will be forcibly initialized 1640 | uuid_t uuid; | ^~~~ /kisskb/src/drivers/net/ppp/ppp_generic.c: In function 'ppp_unattached_ioctl': /kisskb/src/drivers/net/ppp/ppp_generic.c:1026:6: note: byref variable will be forcibly initialized 1026 | int unit, err = -EFAULT; | ^~~~ /kisskb/src/drivers/net/ppp/ppp_generic.c: In function 'ppp_set_compress': /kisskb/src/drivers/net/ppp/ppp_generic.c:3014:16: note: byref variable will be forcibly initialized 3014 | unsigned char ccp_option[CCP_MAX_OPTION_LENGTH]; | ^~~~~~~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c: In function 'vfio_pci_core_enable': /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:296:7: note: byref variable will be forcibly initialized 296 | u32 table; | ^~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:295:7: note: byref variable will be forcibly initialized 295 | u16 flags; | ^~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:245:6: note: byref variable will be forcibly initialized 245 | u16 cmd; | ^~~ /kisskb/src/drivers/net/ppp/ppp_generic.c: In function 'ppp_ioctl': /kisskb/src/drivers/net/ppp/ppp_generic.c:822:26: note: byref variable will be forcibly initialized 822 | struct ppp_option_data data; | ^~~~ /kisskb/src/drivers/net/ppp/ppp_generic.c:700:17: note: byref variable will be forcibly initialized 700 | struct npioctl npi; | ^~~ /kisskb/src/drivers/net/ppp/ppp_generic.c:699:20: note: byref variable will be forcibly initialized 699 | struct ppp_idle64 idle64; | ^~~~~~ /kisskb/src/drivers/net/ppp/ppp_generic.c:698:20: note: byref variable will be forcibly initialized 698 | struct ppp_idle32 idle32; | ^~~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c: In function 'vfio_pci_memory_lock_and_enable': /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:1337:6: note: byref variable will be forcibly initialized 1337 | u16 cmd; | ^~~ /kisskb/src/drivers/net/ppp/ppp_generic.c: In function 'ppp_read': /kisskb/src/drivers/net/ppp/ppp_generic.c:429:18: note: byref variable will be forcibly initialized 429 | struct iov_iter to; | ^~ /kisskb/src/drivers/net/ppp/ppp_generic.c:428:15: note: byref variable will be forcibly initialized 428 | struct iovec iov; | ^~~ /kisskb/src/drivers/net/ppp/ppp_generic.c: In function 'ppp_exit_net': /kisskb/src/drivers/net/ppp/ppp_generic.c:1121:6: note: byref variable will be forcibly initialized 1121 | int id; | ^~ In file included from /kisskb/src/include/linux/module.h:12, from /kisskb/src/drivers/net/ppp/ppp_generic.c:21: /kisskb/src/drivers/net/ppp/ppp_generic.c:1120:12: note: byref variable will be forcibly initialized 1120 | 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/vfio/pci/vfio_pci_core.c: In function 'vfio_pci_core_ioctl': /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:1119:10: note: byref variable will be forcibly initialized 1119 | uuid_t uuid; | ^~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:1118:30: note: byref variable will be forcibly initialized 1118 | struct vfio_device_feature feature; | ^~~~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:1096:32: note: byref variable will be forcibly initialized 1096 | struct vfio_device_ioeventfd ioeventfd; | ^~~~~~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:1008:18: note: byref variable will be forcibly initialized 1008 | int group_idx, count = 0, ret = 0; | ^~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:1006:30: note: byref variable will be forcibly initialized 1006 | struct vfio_pci_group_info info; | ^~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:1003:29: note: byref variable will be forcibly initialized 1003 | struct vfio_pci_hot_reset hdr; | ^~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:931:29: note: byref variable will be forcibly initialized 931 | struct vfio_pci_fill_info fill = { 0 }; | ^~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:930:34: note: byref variable will be forcibly initialized 930 | struct vfio_pci_hot_reset_info hdr; | ^~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:886:10: note: byref variable will be forcibly initialized 886 | size_t data_size = 0; | ^~~~~~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:883:23: note: byref variable will be forcibly initialized 883 | struct vfio_irq_set hdr; | ^~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:847:24: note: byref variable will be forcibly initialized 847 | struct vfio_irq_info info; | ^~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:790:37: note: byref variable will be forcibly initialized 790 | struct vfio_region_info_cap_type cap_type = { | ^~~~~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:745:11: note: byref variable will be forcibly initialized 745 | size_t size; | ^~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:704:24: note: byref variable will be forcibly initialized 704 | struct vfio_info_cap caps = { .buf = NULL, .size = 0 }; | ^~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:703:27: note: byref variable will be forcibly initialized 703 | struct vfio_region_info info; | ^~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:646:24: note: byref variable will be forcibly initialized 646 | struct vfio_info_cap caps = { .buf = NULL, .size = 0 }; | ^~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_core.c:645:27: note: byref variable will be forcibly initialized 645 | struct vfio_device_info info; | ^~~~ /kisskb/src/drivers/crypto/atmel-ecc.c: In function 'atmel_ecdh_set_secret': /kisskb/src/drivers/crypto/atmel-ecc.c:83:14: note: byref variable will be forcibly initialized 83 | struct ecdh params; | ^~~~~~ /kisskb/src/drivers/crypto/atmel-sha204a.c: In function 'atmel_sha204a_rng_read': /kisskb/src/drivers/crypto/atmel-sha204a.c:74:23: note: byref variable will be forcibly initialized 74 | struct atmel_i2c_cmd cmd; | ^~~ /kisskb/src/drivers/staging/rts5208/sd.c: In function 'sd_check_data0_status': /kisskb/src/drivers/staging/rts5208/sd.c:98:5: note: byref variable will be forcibly initialized 98 | u8 stat; | ^~~~ /kisskb/src/drivers/staging/rts5208/sd.c: In function 'sd_send_cmd_get_rsp': /kisskb/src/drivers/staging/rts5208/sd.c:167:6: note: byref variable will be forcibly initialized 167 | u8 val; | ^~~ /kisskb/src/drivers/staging/rts5208/sd.c: In function 'sd_wait_state_data_ready': /kisskb/src/drivers/staging/rts5208/sd.c:671:5: note: byref variable will be forcibly initialized 671 | u8 rsp[5]; | ^~~ /kisskb/src/drivers/staging/rts5208/sd.c: In function 'sd_update_lock_status': /kisskb/src/drivers/staging/rts5208/sd.c:644:5: note: byref variable will be forcibly initialized 644 | u8 rsp[5]; | ^~~ /kisskb/src/drivers/staging/rts5208/sd.c: In function 'sd_check_csd': /kisskb/src/drivers/staging/rts5208/sd.c:399:5: note: byref variable will be forcibly initialized 399 | u8 rsp[16]; | ^~~ /kisskb/src/drivers/staging/rts5208/sd.c: In function 'sd_change_phase': /kisskb/src/drivers/staging/rts5208/sd.c:819:5: note: byref variable will be forcibly initialized 819 | u8 val; | ^~~ /kisskb/src/drivers/staging/rts5208/sd.c: In function 'sd_wait_data_idle': /kisskb/src/drivers/staging/rts5208/sd.c:1409:5: note: byref variable will be forcibly initialized 1409 | u8 val = 0; | ^~~ /kisskb/src/drivers/staging/rts5208/sd.c: In function 'mmc_ddr_tuning_rx_cmd': /kisskb/src/drivers/staging/rts5208/sd.c:1492:5: note: byref variable will be forcibly initialized 1492 | u8 cmd[5], bus_width; | ^~~ /kisskb/src/drivers/staging/rts5208/sd.c: In function 'sd_sdr_tuning_rx_cmd': /kisskb/src/drivers/staging/rts5208/sd.c:1429:5: note: byref variable will be forcibly initialized 1429 | u8 cmd[5]; | ^~~ /kisskb/src/drivers/staging/rts5208/sd.c: In function 'sd_ddr_tuning_rx_cmd': /kisskb/src/drivers/staging/rts5208/sd.c:1457:5: note: byref variable will be forcibly initialized 1457 | u8 cmd[5]; | ^~~ /kisskb/src/drivers/staging/rts5208/sd.c: In function 'sd_check_spec': /kisskb/src/drivers/staging/rts5208/sd.c:947:13: note: byref variable will be forcibly initialized 947 | u8 cmd[5], buf[8]; | ^~~ /kisskb/src/drivers/staging/rts5208/sd.c:947:5: note: byref variable will be forcibly initialized 947 | u8 cmd[5], buf[8]; | ^~~ /kisskb/src/drivers/staging/rts5208/sd.c: In function 'sd_check_switch_mode': /kisskb/src/drivers/staging/rts5208/sd.c:1093:13: note: byref variable will be forcibly initialized 1093 | u8 cmd[5], buf[64]; | ^~~ /kisskb/src/drivers/staging/rts5208/sd.c:1093:5: note: byref variable will be forcibly initialized 1093 | u8 cmd[5], buf[64]; | ^~~ /kisskb/src/drivers/staging/rts5208/sd.c: In function 'sd_check_switch': /kisskb/src/drivers/staging/rts5208/sd.c:1206:7: note: byref variable will be forcibly initialized 1206 | u8 stat; | ^~~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_port_is_width_supported': /kisskb/src/drivers/thunderbolt/switch.c:971:6: note: byref variable will be forcibly initialized 971 | u32 phy, widths; | ^~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_port_do_update_credits': /kisskb/src/drivers/thunderbolt/switch.c:1112:6: note: byref variable will be forcibly initialized 1112 | u32 nfc_credits; | ^~~~~~~~~~~ /kisskb/src/drivers/staging/rts5208/sd.c: In function 'sd_read_lba0': /kisskb/src/drivers/staging/rts5208/sd.c:2209:5: note: byref variable will be forcibly initialized 2209 | u8 cmd[5], bus_width; | ^~~ /kisskb/src/drivers/staging/rts5208/sd.c: In function 'sd_ddr_tuning_tx_cmd': /kisskb/src/drivers/staging/rts5208/sd.c:1561:5: note: byref variable will be forcibly initialized 1561 | u8 cmd[5], bus_width; | ^~~ /kisskb/src/drivers/staging/rts5208/sd.c: In function 'mmc_test_switch_bus': /kisskb/src/drivers/staging/rts5208/sd.c:2734:7: note: byref variable will be forcibly initialized 2734 | u8 rsp[5]; | ^~~ /kisskb/src/drivers/staging/rts5208/sd.c:2717:7: note: byref variable will be forcibly initialized 2717 | u8 rsp[5]; | ^~~ /kisskb/src/drivers/staging/rts5208/sd.c:2637:5: note: byref variable will be forcibly initialized 2637 | u8 buf[8] = {0}, bus_width, *ptr; | ^~~ /kisskb/src/drivers/thunderbolt/switch.c: In function '__tb_port_enable': /kisskb/src/drivers/thunderbolt/switch.c:673:6: note: byref variable will be forcibly initialized 673 | u32 phy; | ^~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_port_set_link_width': /kisskb/src/drivers/thunderbolt/switch.c:990:6: note: byref variable will be forcibly initialized 990 | u32 val; | ^~~ /kisskb/src/drivers/staging/rts5208/sd.c: In function 'mmc_switch_timing_bus': /kisskb/src/drivers/staging/rts5208/sd.c:2818:6: note: byref variable will be forcibly initialized 2818 | u8 rsp[5]; | ^~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_plug_events_active': /kisskb/src/drivers/thunderbolt/switch.c:1461:6: note: byref variable will be forcibly initialized 1461 | u32 data; | ^~~~ /kisskb/src/drivers/staging/rts5208/sd.c: In function 'sd_voltage_switch': /kisskb/src/drivers/staging/rts5208/sd.c:729:5: note: byref variable will be forcibly initialized 729 | u8 stat; | ^~~~ /kisskb/src/drivers/staging/rts5208/sd.c: In function 'sd_check_wp_state': /kisskb/src/drivers/staging/rts5208/sd.c:2244:13: note: byref variable will be forcibly initialized 2244 | u8 cmd[5], buf[64]; | ^~~ /kisskb/src/drivers/staging/rts5208/sd.c:2244:5: note: byref variable will be forcibly initialized 2244 | u8 cmd[5], buf[64]; | ^~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'nvm_authenticate_show': /kisskb/src/drivers/thunderbolt/switch.c:1726:6: note: byref variable will be forcibly initialized 1726 | u32 status; | ^~~~~~ /kisskb/src/drivers/staging/rts5208/sd.c: In function 'sd_pass_thru_mode': /kisskb/src/drivers/staging/rts5208/sd.c:3746:5: note: byref variable will be forcibly initialized 3746 | u8 buf[18] = { | ^~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'nvm_authenticate_host_dma_port': /kisskb/src/drivers/thunderbolt/switch.c:176:7: note: byref variable will be forcibly initialized 176 | u32 status; | ^~~~~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'nvm_authenticate_device_dma_port': /kisskb/src/drivers/thunderbolt/switch.c:229:7: note: byref variable will be forcibly initialized 229 | u32 status; | ^~~~~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'nvm_authenticate_sysfs': /kisskb/src/drivers/thunderbolt/switch.c:1736:6: note: byref variable will be forcibly initialized 1736 | int val, ret; | ^~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'key_store': /kisskb/src/drivers/thunderbolt/switch.c:1662:5: note: byref variable will be forcibly initialized 1662 | u8 key[TB_SWITCH_KEY_SIZE]; | ^~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'disapprove_switch': /kisskb/src/drivers/thunderbolt/switch.c:1504:8: note: byref variable will be forcibly initialized 1504 | char *envp[] = { "AUTHORIZED=0", NULL }; | ^~~~ /kisskb/src/drivers/staging/rts5208/sd.c: In function 'reset_sd': /kisskb/src/drivers/staging/rts5208/sd.c:2293:5: note: byref variable will be forcibly initialized 2293 | u8 rsp[16]; | ^~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_switch_set_authorized': /kisskb/src/drivers/thunderbolt/switch.c:1531:8: note: byref variable will be forcibly initialized 1531 | char *envp[] = { envp_string, NULL }; | ^~~~ /kisskb/src/drivers/thunderbolt/switch.c:1529:7: note: byref variable will be forcibly initialized 1529 | char envp_string[13]; | ^~~~~~~~~~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'authorized_store': /kisskb/src/drivers/thunderbolt/switch.c:1586:15: note: byref variable will be forcibly initialized 1586 | unsigned int val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t.c: In function 'cxd2820r_set_frontend_t': /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t.c:30:22: note: byref variable will be forcibly initialized 30 | struct reg_val_mask tab[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t.c:25:5: note: byref variable will be forcibly initialized 25 | u8 bw_params2[][2] = { | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t.c:20:5: note: byref variable will be forcibly initialized 20 | u8 bw_params1[][5] = { | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t.c:19:5: note: byref variable will be forcibly initialized 19 | u8 buf[3], bw_param; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t.c:18:6: note: byref variable will be forcibly initialized 18 | u32 if_frequency; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t.c: In function 'cxd2820r_get_frontend_t': /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t.c:133:5: note: byref variable will be forcibly initialized 133 | u8 buf[2]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t.c:132:15: note: byref variable will be forcibly initialized 132 | unsigned int utmp; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t.c: In function 'cxd2820r_read_status_t': /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t.c:254:5: note: byref variable will be forcibly initialized 254 | u8 buf[3]; | ^~~ In file included from /kisskb/src/drivers/thunderbolt/switch.c:15: /kisskb/src/drivers/thunderbolt/switch.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/staging/rts5208/sd.c: In function 'reset_mmc': /kisskb/src/drivers/staging/rts5208/sd.c:2876:5: note: byref variable will be forcibly initialized 2876 | u8 rsp[16]; | ^~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_switch_set_uuid': /kisskb/src/drivers/thunderbolt/switch.c:2315:6: note: byref variable will be forcibly initialized 2315 | u32 uuid[4]; | ^~~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_switch_add_dma_port': /kisskb/src/drivers/thunderbolt/switch.c:2360:6: note: byref variable will be forcibly initialized 2360 | u32 status; | ^~~~~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_init_port': /kisskb/src/drivers/thunderbolt/switch.c:763:23: note: byref variable will be forcibly initialized 763 | struct tb_regs_hop hop; | ^~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_switch_nvm_add': /kisskb/src/drivers/thunderbolt/switch.c:382:6: note: byref variable will be forcibly initialized 382 | u32 val; | ^~~ /kisskb/src/drivers/staging/rts5208/sd.c: In function 'sd_rw': /kisskb/src/drivers/staging/rts5208/sd.c:3496:6: note: byref variable will be forcibly initialized 3496 | u8 stat = 0; | ^~~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_port_state': /kisskb/src/drivers/thunderbolt/switch.c:523:20: note: byref variable will be forcibly initialized 523 | struct tb_cap_phy phy; | ^~~ /kisskb/src/drivers/staging/rts5208/sd.c: In function 'sd_execute_no_data': /kisskb/src/drivers/staging/rts5208/sd.c:3856:14: note: byref variable will be forcibly initialized 3856 | u8 cmd_idx, rsp_type; | ^~~~~~~~ /kisskb/src/drivers/staging/rts5208/sd.c:3855:14: note: byref variable will be forcibly initialized 3855 | int retval, rsp_len; | ^~~~~~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_port_clear_counter': /kisskb/src/drivers/thunderbolt/switch.c:647:6: note: byref variable will be forcibly initialized 647 | u32 zero[3] = { 0, 0, 0 }; | ^~~~ /kisskb/src/drivers/staging/rts5208/sd.c: In function 'sd_execute_read_data': /kisskb/src/drivers/staging/rts5208/sd.c:4055:6: note: byref variable will be forcibly initialized 4055 | u8 cmd[5]; | ^~~ /kisskb/src/drivers/staging/rts5208/sd.c:3969:14: note: byref variable will be forcibly initialized 3969 | u8 cmd_idx, rsp_type, bus_width; | ^~~~~~~~ /kisskb/src/drivers/staging/rts5208/sd.c:3967:14: note: byref variable will be forcibly initialized 3967 | int retval, rsp_len, i; | ^~~~~~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_port_get_link_speed': /kisskb/src/drivers/thunderbolt/switch.c:929:6: note: byref variable will be forcibly initialized 929 | u32 val, speed; | ^~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_port_get_link_width': /kisskb/src/drivers/thunderbolt/switch.c:954:6: note: byref variable will be forcibly initialized 954 | u32 val; | ^~~ /kisskb/src/drivers/staging/rts5208/sd.c: In function 'sd_execute_write_data': /kisskb/src/drivers/staging/rts5208/sd.c:4203:14: note: byref variable will be forcibly initialized 4203 | u8 cmd_idx, rsp_type; | ^~~~~~~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_usb3_port_is_enabled': /kisskb/src/drivers/thunderbolt/switch.c:1221:6: note: byref variable will be forcibly initialized 1221 | u32 data; | ^~~~ /kisskb/src/drivers/staging/rts5208/sd.c:4201:14: note: byref variable will be forcibly initialized 4201 | int retval, rsp_len, i; | ^~~~~~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_usb3_port_enable': /kisskb/src/drivers/thunderbolt/switch.c:1237:6: note: byref variable will be forcibly initialized 1237 | u32 word = enable ? (ADP_USB3_CS_0_PE | ADP_USB3_CS_0_V) | ^~~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_pci_port_is_enabled': /kisskb/src/drivers/thunderbolt/switch.c:1252:6: note: byref variable will be forcibly initialized 1252 | u32 data; | ^~~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_pci_port_enable': /kisskb/src/drivers/thunderbolt/switch.c:1268:6: note: byref variable will be forcibly initialized 1268 | u32 word = enable ? ADP_PCIE_CS_0_PE : 0x0; | ^~~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_dp_port_hpd_is_active': /kisskb/src/drivers/thunderbolt/switch.c:1283:6: note: byref variable will be forcibly initialized 1283 | u32 data; | ^~~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_dp_port_hpd_clear': /kisskb/src/drivers/thunderbolt/switch.c:1302:6: note: byref variable will be forcibly initialized 1302 | u32 data; | ^~~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_dp_port_set_hops': /kisskb/src/drivers/thunderbolt/switch.c:1327:6: note: byref variable will be forcibly initialized 1327 | u32 data[2]; | ^~~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_dp_port_is_enabled': /kisskb/src/drivers/thunderbolt/switch.c:1355:6: note: byref variable will be forcibly initialized 1355 | u32 data[2]; | ^~~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_dp_port_enable': /kisskb/src/drivers/thunderbolt/switch.c:1374:6: note: byref variable will be forcibly initialized 1374 | u32 data[2]; | ^~~~ /kisskb/src/drivers/spmi/hisi-spmi-controller.c: In function 'spmi_write_cmd': /kisskb/src/drivers/spmi/hisi-spmi-controller.c:194:11: note: byref variable will be forcibly initialized 194 | u32 cmd, data; | ^~~~ /kisskb/src/drivers/spmi/hisi-spmi-controller.c: In function 'spmi_read_cmd': /kisskb/src/drivers/spmi/hisi-spmi-controller.c:118:11: note: byref variable will be forcibly initialized 118 | u32 cmd, data; | ^~~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_switch_resume': /kisskb/src/drivers/thunderbolt/switch.c:2909:7: note: byref variable will be forcibly initialized 2909 | u64 uid; | ^~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_switch_find_by_link_depth': /kisskb/src/drivers/thunderbolt/switch.c:3122:22: note: byref variable will be forcibly initialized 3122 | struct tb_sw_lookup lookup; | ^~~~~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_switch_find_by_uuid': /kisskb/src/drivers/thunderbolt/switch.c:3147:22: note: byref variable will be forcibly initialized 3147 | struct tb_sw_lookup lookup; | ^~~~~~ /kisskb/src/drivers/thunderbolt/switch.c: In function 'tb_switch_find_by_route': /kisskb/src/drivers/thunderbolt/switch.c:3171:22: note: byref variable will be forcibly initialized 3171 | struct tb_sw_lookup lookup; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t2.c: In function 'cxd2820r_set_frontend_t2': /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t2.c:26:22: note: byref variable will be forcibly initialized 26 | struct reg_val_mask tab[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t2.c:20:5: note: byref variable will be forcibly initialized 20 | u8 bw_params1[][5] = { | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t2.c:19:5: note: byref variable will be forcibly initialized 19 | u8 buf[3], bw_param; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t2.c:18:6: note: byref variable will be forcibly initialized 18 | u32 if_frequency; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t2.c: In function 'cxd2820r_get_frontend_t2': /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t2.c:163:5: note: byref variable will be forcibly initialized 163 | u8 buf[2]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t2.c:162:15: note: byref variable will be forcibly initialized 162 | unsigned int utmp; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t2.c: In function 'cxd2820r_read_status_t2': /kisskb/src/drivers/media/dvb-frontends/cxd2820r_t2.c:282:5: note: byref variable will be forcibly initialized 282 | u8 buf[4]; | ^~~ In file included from /kisskb/src/drivers/hsi/hsi_core.c:13: /kisskb/src/drivers/hsi/hsi_core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hsi/hsi_core.c: In function 'hsi_of_property_parse_mode': /kisskb/src/drivers/hsi/hsi_core.c:139:14: note: byref variable will be forcibly initialized 139 | const char *mode; | ^~~~ /kisskb/src/drivers/hsi/hsi_core.c: In function 'hsi_of_property_parse_flow': /kisskb/src/drivers/hsi/hsi_core.c:159:14: note: byref variable will be forcibly initialized 159 | const char *flow; | ^~~~ /kisskb/src/drivers/hsi/hsi_core.c: In function 'hsi_of_property_parse_arb_mode': /kisskb/src/drivers/hsi/hsi_core.c:179:14: note: byref variable will be forcibly initialized 179 | const char *arb_mode; | ^~~~~~~~ /kisskb/src/drivers/hsi/hsi_core.c: In function 'hsi_add_client_from_dt': /kisskb/src/drivers/hsi/hsi_core.c:203:39: note: byref variable will be forcibly initialized 203 | int length, cells, err, i, max_chan, mode; | ^~~~ /kisskb/src/drivers/hsi/hsi_core.c:203:6: note: byref variable will be forcibly initialized 203 | int length, cells, err, i, max_chan, mode; | ^~~~~~ /kisskb/src/drivers/hsi/hsi_core.c:202:7: note: byref variable will be forcibly initialized 202 | char name[32]; | ^~~~ /kisskb/src/drivers/hsi/hsi_core.c:200:21: note: byref variable will be forcibly initialized 200 | struct hsi_channel channel; | ^~~~~~~ /kisskb/src/drivers/usb/storage/ene_ub6250.c: In function 'ene_ub6250_reset_resume': /kisskb/src/drivers/usb/storage/ene_ub6250.c:2403:5: note: byref variable will be forcibly initialized 2403 | u8 tmp = 0; | ^~~ /kisskb/src/drivers/usb/storage/ene_ub6250.c: In function 'ene_ub6250_resume': /kisskb/src/drivers/usb/storage/ene_ub6250.c:2381:5: note: byref variable will be forcibly initialized 2381 | u8 tmp = 0; | ^~~ /kisskb/src/drivers/usb/storage/ene_ub6250.c: In function 'ene_send_scsi_cmd': /kisskb/src/drivers/usb/storage/ene_ub6250.c:500:27: note: byref variable will be forcibly initialized 500 | unsigned int cswlen = 0, partial = 0; | ^~~~~~~ /kisskb/src/drivers/usb/storage/ene_ub6250.c:500:15: note: byref variable will be forcibly initialized 500 | unsigned int cswlen = 0, partial = 0; | ^~~~~~ /kisskb/src/drivers/usb/storage/ene_ub6250.c: In function 'ene_load_bincode': /kisskb/src/drivers/usb/storage/ene_ub6250.c:1885:25: note: byref variable will be forcibly initialized 1885 | const struct firmware *sd_fw = NULL; | ^~~~~ /kisskb/src/drivers/usb/storage/ene_ub6250.c: In function 'ms_libsearch_block_from_physical': /kisskb/src/drivers/usb/storage/ene_ub6250.c:1388:28: note: byref variable will be forcibly initialized 1388 | struct ms_lib_type_extdat extdat; /* need check */ | ^~~~~~ /kisskb/src/drivers/usb/storage/ene_ub6250.c: In function 'ene_ub6250_probe': /kisskb/src/drivers/usb/storage/ene_ub6250.c:2330:18: note: byref variable will be forcibly initialized 2330 | struct us_data *us; | ^~ /kisskb/src/drivers/usb/storage/ene_ub6250.c: In function 'ms_lib_check_disableblock': /kisskb/src/drivers/usb/storage/ene_ub6250.c:1221:28: note: byref variable will be forcibly initialized 1221 | struct ms_lib_type_extdat extdat; | ^~~~~~ /kisskb/src/drivers/usb/storage/ene_ub6250.c: In function 'ms_lib_scan_logicalblocknumber': /kisskb/src/drivers/usb/storage/ene_ub6250.c:1565:28: note: byref variable will be forcibly initialized 1565 | struct ms_lib_type_extdat extdat; | ^~~~~~ /kisskb/src/drivers/usb/storage/ene_ub6250.c:1564:16: note: byref variable will be forcibly initialized 1564 | u16 LogStart, LogEnde; | ^~~~~~~ /kisskb/src/drivers/usb/storage/ene_ub6250.c:1564:6: note: byref variable will be forcibly initialized 1564 | u16 LogStart, LogEnde; | ^~~~~~~~ In file included from /kisskb/src/drivers/usb/storage/ene_ub6250.c:5: /kisskb/src/drivers/usb/storage/ene_ub6250.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/storage/ene_ub6250.c: In function 'ms_lib_process_bootblock': /kisskb/src/drivers/usb/storage/ene_ub6250.c:942:28: note: byref variable will be forcibly initialized 942 | struct ms_lib_type_extdat ExtraData; | ^~~~~~~~~ /kisskb/src/drivers/usb/storage/ene_ub6250.c: In function 'ms_card_init': /kisskb/src/drivers/usb/storage/ene_ub6250.c:1956:28: note: byref variable will be forcibly initialized 1956 | struct ms_lib_type_extdat extdat; | ^~~~~~ /kisskb/src/drivers/usb/storage/ene_ub6250.c: In function 'do_scsi_request_sense': /kisskb/src/drivers/usb/storage/ene_ub6250.c:576:16: note: byref variable will be forcibly initialized 576 | unsigned char buf[18]; | ^~~ /kisskb/src/drivers/usb/storage/ene_ub6250.c: In function 'do_scsi_inquiry': /kisskb/src/drivers/usb/storage/ene_ub6250.c:591:16: note: byref variable will be forcibly initialized 591 | unsigned char data_ptr[36] = { | ^~~~~~~~ /kisskb/src/drivers/usb/storage/ene_ub6250.c: In function 'sd_scsi_mode_sense': /kisskb/src/drivers/usb/storage/ene_ub6250.c:621:16: note: byref variable will be forcibly initialized 621 | unsigned char mediaWP[12] = { | ^~~~~~~ /kisskb/src/drivers/usb/storage/ene_ub6250.c:618:16: note: byref variable will be forcibly initialized 618 | unsigned char mediaNoWP[12] = { | ^~~~~~~~~ /kisskb/src/drivers/usb/storage/ene_ub6250.c: In function 'ms_scsi_mode_sense': /kisskb/src/drivers/usb/storage/ene_ub6250.c:1475:16: note: byref variable will be forcibly initialized 1475 | unsigned char mediaWP[12] = { | ^~~~~~~ /kisskb/src/drivers/usb/storage/ene_ub6250.c:1472:16: note: byref variable will be forcibly initialized 1472 | unsigned char mediaNoWP[12] = { | ^~~~~~~~~ /kisskb/src/drivers/usb/storage/ene_ub6250.c: In function 'sd_scsi_read_capacity': /kisskb/src/drivers/usb/storage/ene_ub6250.c:640:22: note: byref variable will be forcibly initialized 640 | struct scatterlist *sg = NULL; | ^~ /kisskb/src/drivers/usb/storage/ene_ub6250.c:639:19: note: byref variable will be forcibly initialized 639 | unsigned char buf[8]; | ^~~ /kisskb/src/drivers/usb/storage/ene_ub6250.c:638:15: note: byref variable will be forcibly initialized 638 | unsigned int offset = 0; | ^~~~~~ /kisskb/src/drivers/usb/storage/ene_ub6250.c: In function 'ms_scsi_read_capacity': /kisskb/src/drivers/usb/storage/ene_ub6250.c:1493:22: note: byref variable will be forcibly initialized 1493 | struct scatterlist *sg = NULL; | ^~ /kisskb/src/drivers/usb/storage/ene_ub6250.c:1492:19: note: byref variable will be forcibly initialized 1492 | unsigned char buf[8]; | ^~~ /kisskb/src/drivers/usb/storage/ene_ub6250.c:1491:15: note: byref variable will be forcibly initialized 1491 | unsigned int offset = 0; | ^~~~~~ /kisskb/src/drivers/thunderbolt/cap.c: In function 'tb_port_dummy_read': /kisskb/src/drivers/thunderbolt/cap.c:56:7: note: byref variable will be forcibly initialized 56 | u32 dummy; | ^~~~~ /kisskb/src/drivers/thunderbolt/cap.c: In function 'tb_port_enable_tmu': /kisskb/src/drivers/thunderbolt/cap.c:21:6: note: byref variable will be forcibly initialized 21 | u32 value, offset; | ^~~~~ /kisskb/src/drivers/thunderbolt/cap.c: In function 'tb_port_next_cap': /kisskb/src/drivers/thunderbolt/cap.c:74:20: note: byref variable will be forcibly initialized 74 | struct tb_cap_any header; | ^~~~~~ /kisskb/src/drivers/thunderbolt/cap.c: In function '__tb_port_find_cap': /kisskb/src/drivers/thunderbolt/cap.c:92:21: note: byref variable will be forcibly initialized 92 | struct tb_cap_any header; | ^~~~~~ /kisskb/src/drivers/thunderbolt/cap.c: In function 'tb_switch_next_cap': /kisskb/src/drivers/thunderbolt/cap.c:147:20: note: byref variable will be forcibly initialized 147 | struct tb_cap_any header; | ^~~~~~ /kisskb/src/drivers/thunderbolt/cap.c: In function 'tb_switch_find_cap': /kisskb/src/drivers/thunderbolt/cap.c:193:21: note: byref variable will be forcibly initialized 193 | struct tb_cap_any header; | ^~~~~~ /kisskb/src/drivers/thunderbolt/cap.c: In function 'tb_switch_find_vse_cap': /kisskb/src/drivers/thunderbolt/cap.c:226:21: note: byref variable will be forcibly initialized 226 | struct tb_cap_any header; | ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/fsi_master_gpio.h:171, from /kisskb/src/drivers/fsi/fsi-master-gpio.c:40: /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'trace_event_raw_event_fsi_master_gpio_in': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:11:1: note: in expansion of macro 'TRACE_EVENT' 11 | TRACE_EVENT(fsi_master_gpio_in, | ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'trace_event_raw_event_fsi_master_gpio_out': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:32:1: note: in expansion of macro 'TRACE_EVENT' 32 | TRACE_EVENT(fsi_master_gpio_out, | ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'trace_event_raw_event_fsi_master_gpio_clock_zeros': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:53:1: note: in expansion of macro 'TRACE_EVENT' 53 | TRACE_EVENT(fsi_master_gpio_clock_zeros, | ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'trace_event_raw_event_fsi_master_gpio_break': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:69:1: note: in expansion of macro 'TRACE_EVENT' 69 | TRACE_EVENT(fsi_master_gpio_break, | ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'trace_event_raw_event_fsi_master_gpio_crc_cmd_error': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:83:1: note: in expansion of macro 'TRACE_EVENT' 83 | TRACE_EVENT(fsi_master_gpio_crc_cmd_error, | ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'trace_event_raw_event_fsi_master_gpio_crc_rsp_error': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:97:1: note: in expansion of macro 'TRACE_EVENT' 97 | TRACE_EVENT(fsi_master_gpio_crc_rsp_error, | ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'trace_event_raw_event_fsi_master_gpio_poll_response_busy': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:111:1: note: in expansion of macro 'TRACE_EVENT' 111 | TRACE_EVENT(fsi_master_gpio_poll_response_busy, | ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'trace_event_raw_event_fsi_master_gpio_cmd_abs_addr': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:126:1: note: in expansion of macro 'TRACE_EVENT' 126 | TRACE_EVENT(fsi_master_gpio_cmd_abs_addr, | ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'trace_event_raw_event_fsi_master_gpio_cmd_rel_addr': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:141:1: note: in expansion of macro 'TRACE_EVENT' 141 | TRACE_EVENT(fsi_master_gpio_cmd_rel_addr, | ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'trace_event_raw_event_fsi_master_gpio_cmd_same_addr': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/fsi_master_gpio.h:156:1: note: in expansion of macro 'TRACE_EVENT' 156 | TRACE_EVENT(fsi_master_gpio_cmd_same_addr, | ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'external_mode_store': /kisskb/src/drivers/fsi/fsi-master-gpio.c:729:16: note: byref variable will be forcibly initialized 729 | unsigned long val; | ^~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'build_ar_command': /kisskb/src/drivers/fsi/fsi-master-gpio.c:241:11: note: byref variable will be forcibly initialized 241 | uint32_t rel_addr; | ^~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'read_one_response': /kisskb/src/drivers/fsi/fsi-master-gpio.c:337:22: note: byref variable will be forcibly initialized 337 | struct fsi_gpio_msg msg; | ^~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'issue_term': /kisskb/src/drivers/fsi/fsi-master-gpio.c:401:10: note: byref variable will be forcibly initialized 401 | uint8_t tag; | ^~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c:399:22: note: byref variable will be forcibly initialized 399 | struct fsi_gpio_msg cmd; | ^~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'poll_for_response': /kisskb/src/drivers/fsi/fsi-master-gpio.c:430:10: note: byref variable will be forcibly initialized 430 | uint8_t tag; | ^~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c:427:32: note: byref variable will be forcibly initialized 427 | struct fsi_gpio_msg response, cmd; | ^~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c:427:22: note: byref variable will be forcibly initialized 427 | struct fsi_gpio_msg response, cmd; | ^~~~~~~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'fsi_master_gpio_term': /kisskb/src/drivers/fsi/fsi-master-gpio.c:603:22: note: byref variable will be forcibly initialized 603 | struct fsi_gpio_msg cmd; | ^~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'fsi_master_gpio_write': /kisskb/src/drivers/fsi/fsi-master-gpio.c:584:22: note: byref variable will be forcibly initialized 584 | struct fsi_gpio_msg cmd; | ^~~ /kisskb/src/drivers/fsi/fsi-master-gpio.c: In function 'fsi_master_gpio_read': /kisskb/src/drivers/fsi/fsi-master-gpio.c:565:22: note: byref variable will be forcibly initialized 565 | struct fsi_gpio_msg cmd; | ^~~ /kisskb/src/drivers/staging/rts5208/xd.c: In function 'xd_read_cis': /kisskb/src/drivers/staging/rts5208/xd.c:274:16: note: byref variable will be forcibly initialized 274 | u8 ecc_bit, ecc_byte; | ^~~~~~~~ /kisskb/src/drivers/staging/rts5208/xd.c:274:7: note: byref variable will be forcibly initialized 274 | u8 ecc_bit, ecc_byte; | ^~~~~~~ /kisskb/src/drivers/staging/rts5208/xd.c:246:16: note: byref variable will be forcibly initialized 246 | u8 ecc_bit, ecc_byte; | ^~~~~~~~ /kisskb/src/drivers/staging/rts5208/xd.c:246:7: note: byref variable will be forcibly initialized 246 | u8 ecc_bit, ecc_byte; | ^~~~~~~ /kisskb/src/drivers/staging/rts5208/xd.c:204:5: note: byref variable will be forcibly initialized 204 | u8 reg; | ^~~ /kisskb/src/drivers/staging/rts5208/xd.c: In function 'reset_xd': /kisskb/src/drivers/staging/rts5208/xd.c:718:7: note: byref variable will be forcibly initialized 718 | u8 buf[10]; | ^~~ /kisskb/src/drivers/staging/rts5208/xd.c:443:22: note: byref variable will be forcibly initialized 443 | u8 *ptr, id_buf[4], redunt[11]; | ^~~~~~ /kisskb/src/drivers/staging/rts5208/xd.c:443:11: note: byref variable will be forcibly initialized 443 | u8 *ptr, id_buf[4], redunt[11]; | ^~~~~~ In file included from /kisskb/src/drivers/hsi/hsi_boardinfo.c:11: /kisskb/src/drivers/hsi/hsi_boardinfo.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/staging/rts5208/xd.c: In function 'xd_mark_bad_block': /kisskb/src/drivers/staging/rts5208/xd.c:998:5: note: byref variable will be forcibly initialized 998 | u8 reg = 0; | ^~~ /kisskb/src/drivers/staging/rts5208/xd.c: In function 'xd_init_page': /kisskb/src/drivers/staging/rts5208/xd.c:1050:5: note: byref variable will be forcibly initialized 1050 | u8 reg = 0; | ^~~ /kisskb/src/drivers/staging/rts5208/xd.c: In function 'xd_erase_block': /kisskb/src/drivers/staging/rts5208/xd.c:1243:5: note: byref variable will be forcibly initialized 1243 | u8 reg = 0, *ptr; | ^~~ /kisskb/src/drivers/staging/rts5208/xd.c: In function 'xd_copy_page': /kisskb/src/drivers/staging/rts5208/xd.c:1103:8: note: byref variable will be forcibly initialized 1103 | u8 i, reg = 0; | ^~~ /kisskb/src/drivers/staging/rts5208/xd.c: In function 'xd_build_l2p_tbl': /kisskb/src/drivers/staging/rts5208/xd.c:1301:5: note: byref variable will be forcibly initialized 1301 | u8 redunt[11]; | ^~~~~~ /kisskb/src/drivers/staging/rts5208/xd.c: In function 'xd_read_multiple_pages': /kisskb/src/drivers/staging/rts5208/xd.c:1506:5: note: byref variable will be forcibly initialized 1506 | u8 reg_val, page_cnt; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_get_if_hz': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:329:6: note: byref variable will be forcibly initialized 329 | u32 hz; | ^~ /kisskb/src/drivers/staging/rts5208/xd.c: In function 'xd_write_multiple_pages': /kisskb/src/drivers/staging/rts5208/xd.c:1708:15: note: byref variable will be forcibly initialized 1708 | u8 page_cnt, reg_val; | ^~~~~~~ /kisskb/src/drivers/usb/storage/freecom.c: In function 'freecom_probe': /kisskb/src/drivers/usb/storage/freecom.c:546:18: note: byref variable will be forcibly initialized 546 | struct us_data *us; | ^~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_regs': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:264:17: note: byref variable will be forcibly initialized 264 | struct i2c_msg msg[2] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_write_regs': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:219:17: note: byref variable will be forcibly initialized 219 | struct i2c_msg msg[1] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:216:5: note: byref variable will be forcibly initialized 216 | u8 buf[MAX_WRITE_REGSIZE + 1]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_write_reg': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:253:5: note: byref variable will be forcibly initialized 253 | u8 tmp = val; /* see gcc.gnu.org/bugzilla/show_bug.cgi?id=81715 */ | ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_set_reg_bits': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:301:5: note: byref variable will be forcibly initialized 301 | u8 rdata; | ^~~~~ /kisskb/src/drivers/usb/storage/freecom.c: In function 'freecom_transport': /kisskb/src/drivers/usb/storage/freecom.c:227:15: note: byref variable will be forcibly initialized 227 | unsigned int partial; | ^~~~~~~ /kisskb/src/drivers/staging/rts5208/xd.c: In function 'xd_rw': /kisskb/src/drivers/staging/rts5208/xd.c:1835:26: note: byref variable will be forcibly initialized 1835 | unsigned int index = 0, offset = 0; | ^~~~~~ /kisskb/src/drivers/staging/rts5208/xd.c:1835:15: note: byref variable will be forcibly initialized 1835 | unsigned int index = 0, offset = 0; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_status_s': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:975:5: note: byref variable will be forcibly initialized 975 | u8 reg = 0; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_status_t_t2': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1006:5: note: byref variable will be forcibly initialized 1006 | u8 data = 0; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_status_i': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1054:5: note: byref variable will be forcibly initialized 1054 | u8 data = 0; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_status_c': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1035:5: note: byref variable will be forcibly initialized 1035 | u8 data; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_status_tc': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1076:5: note: byref variable will be forcibly initialized 1076 | u8 unlock = 0; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1075:5: note: byref variable will be forcibly initialized 1075 | u8 tslock = 0; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1074:5: note: byref variable will be forcibly initialized 1074 | u8 sync = 0; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_agc_gain_t_t2': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1896:5: note: byref variable will be forcibly initialized 1896 | u8 data[2]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_agc_gain_c': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1881:5: note: byref variable will be forcibly initialized 1881 | u8 data[2]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_agc_gain_i': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1911:5: note: byref variable will be forcibly initialized 1911 | u8 data[2]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_agc_gain_s': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1926:5: note: byref variable will be forcibly initialized 1926 | u8 data[2]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_dvbs_read_snr': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1672:5: note: byref variable will be forcibly initialized 1672 | u8 data[3]; | ^~~~ /kisskb/src/drivers/input/gameport/gameport.c: In function 'gameport_set_phys': /kisskb/src/drivers/input/gameport/gameport.c:513:10: note: byref variable will be forcibly initialized 513 | va_list args; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_packet_errors_c': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1321:5: note: byref variable will be forcibly initialized 1321 | u8 data[3]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_packet_errors_t': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1339:5: note: byref variable will be forcibly initialized 1339 | u8 data[3]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_packet_errors_t2': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1357:5: note: byref variable will be forcibly initialized 1357 | u8 data[3]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_packet_errors_i': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1375:5: note: byref variable will be forcibly initialized 1375 | u8 data[2]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_ucblocks': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:2083:6: note: byref variable will be forcibly initialized 2083 | u32 ucblocks = 0; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_ber_c': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1407:5: note: byref variable will be forcibly initialized 1407 | u8 data[3]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_ber_i': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1451:5: note: byref variable will be forcibly initialized 1451 | u8 pktnum[2]; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1450:5: note: byref variable will be forcibly initialized 1450 | u8 data[3]; | ^~~~ /kisskb/src/drivers/input/gameport/lightning.c: In function 'l4_calibrate': /kisskb/src/drivers/input/gameport/lightning.c:183:6: note: byref variable will be forcibly initialized 183 | int cal[4]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_mon_read_ber_s': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1484:5: note: byref variable will be forcibly initialized 1484 | u8 data[11]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_mon_read_ber_s2': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1522:5: note: byref variable will be forcibly initialized 1522 | u8 data[5]; | ^~~~ /kisskb/src/drivers/input/gameport/lightning.c: In function 'l4_add_card': /kisskb/src/drivers/input/gameport/lightning.c:241:6: note: byref variable will be forcibly initialized 241 | int cal[4] = { 255, 255, 255, 255 }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_ber_t': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1620:5: note: byref variable will be forcibly initialized 1620 | u8 data[2]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_ber_t2': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1572:5: note: byref variable will be forcibly initialized 1572 | u8 data[4]; | ^~~~ /kisskb/src/drivers/input/gameport/lightning.c: In function 'l4_exit': /kisskb/src/drivers/input/gameport/lightning.c:312:6: note: byref variable will be forcibly initialized 312 | int cal[4] = { 59, 59, 59, 59 }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_ber': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1943:26: note: byref variable will be forcibly initialized 1943 | u32 ret, bit_error = 0, bit_count = 0; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1943:11: note: byref variable will be forcibly initialized 1943 | u32 ret, bit_error = 0, bit_count = 0; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_set_ts_clock_mode': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:901:34: note: byref variable will be forcibly initialized 901 | u8 serial_ts, ts_rate_ctrl_off, ts_in_off; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:901:16: note: byref variable will be forcibly initialized 901 | u8 serial_ts, ts_rate_ctrl_off, ts_in_off; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:901:5: note: byref variable will be forcibly initialized 901 | u8 serial_ts, ts_rate_ctrl_off, ts_in_off; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_get_carrier_offset_s_s2': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1129:5: note: byref variable will be forcibly initialized 1129 | u8 data[3]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_get_carrier_offset_i': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1188:5: note: byref variable will be forcibly initialized 1188 | u8 data[4]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_get_carrier_offset_t': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1232:5: note: byref variable will be forcibly initialized 1232 | u8 data[4]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_get_carrier_offset_t2': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1258:5: note: byref variable will be forcibly initialized 1258 | u8 data[4]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_get_carrier_offset_c': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1298:5: note: byref variable will be forcibly initialized 1298 | u8 data[2]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_chip_id': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:961:5: note: byref variable will be forcibly initialized 961 | u8 chip_id = 0; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_dvbs2_set_symbol_rate': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:359:5: note: byref variable will be forcibly initialized 359 | u8 data[3] = {0, 0, 0}; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_sleep_s_to_active_s': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:389:5: note: byref variable will be forcibly initialized 389 | u8 data[4] = { 0, 0, 0, 0 }; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_sleep_tc_to_active_t_band': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:2419:5: note: byref variable will be forcibly initialized 2419 | u8 data[MAX_WRITE_REGSIZE]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_sleep_tc_to_active_t2_band': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:2174:5: note: byref variable will be forcibly initialized 2174 | u8 data[MAX_WRITE_REGSIZE]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_sleep_tc_to_active_c_band': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:2821:5: note: byref variable will be forcibly initialized 2821 | u8 b10_b6[3]; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:2818:5: note: byref variable will be forcibly initialized 2818 | u8 bw6mhz_b10_a6[] = { | ^~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:2815:5: note: byref variable will be forcibly initialized 2815 | u8 bw7_8mhz_b10_a6[] = { | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_sleep_tc_to_active_i_band': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:2647:5: note: byref variable will be forcibly initialized 2647 | u8 data[3]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_sleep_tc_to_active_i': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:3132:5: note: byref variable will be forcibly initialized 3132 | u8 data24m2[3] = {0xB7, 0x1B, 0x00}; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:3131:5: note: byref variable will be forcibly initialized 3131 | u8 data24m[2] = {0x60, 0x00}; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:3130:5: note: byref variable will be forcibly initialized 3130 | u8 data[2] = { 0x09, 0x54 }; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_sleep_tc_to_active_t': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:2901:5: note: byref variable will be forcibly initialized 2901 | u8 data24m[3] = {0xDC, 0x6C, 0x00}; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:2900:5: note: byref variable will be forcibly initialized 2900 | u8 data[2] = { 0x09, 0x54 }; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_sleep_tc_to_active_t2': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:2975:5: note: byref variable will be forcibly initialized 2975 | u8 data[MAX_WRITE_REGSIZE]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_sleep_tc_to_active_c': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:3208:5: note: byref variable will be forcibly initialized 3208 | u8 data[2] = { 0x09, 0x54 }; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_send_diseqc_msg': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:3698:5: note: byref variable will be forcibly initialized 3698 | u8 data[12]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_snr_c': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1744:5: note: byref variable will be forcibly initialized 1744 | u8 data[2]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_snr_t': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1795:5: note: byref variable will be forcibly initialized 1795 | u8 data[2]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_snr_t2': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1824:5: note: byref variable will be forcibly initialized 1824 | u8 data[2]; | ^~~~ /kisskb/src/drivers/input/joystick/a3d.c: In function 'a3d_poll': /kisskb/src/drivers/input/joystick/a3d.c:165:16: note: byref variable will be forcibly initialized 165 | unsigned char data[A3D_MAX_LENGTH]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_snr_i': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:1853:5: note: byref variable will be forcibly initialized 1853 | u8 data[2]; | ^~~~ /kisskb/src/drivers/input/joystick/a3d.c: In function 'a3d_connect': /kisskb/src/drivers/input/joystick/a3d.c:251:16: note: byref variable will be forcibly initialized 251 | unsigned char data[A3D_MAX_LENGTH]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_read_snr': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:2036:6: note: byref variable will be forcibly initialized 2036 | u32 tmp = 0; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_get_frontend': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:3268:17: note: byref variable will be forcibly initialized 3268 | enum fe_status status = 0; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_set_frontend_tc': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:3379:17: note: byref variable will be forcibly initialized 3379 | enum fe_status status; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_tune_tc': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:3540:11: note: byref variable will be forcibly initialized 3540 | int ret, carrier_offset; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_set_frontend_s': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:3305:17: note: byref variable will be forcibly initialized 3305 | enum fe_status status; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:3304:27: note: byref variable will be forcibly initialized 3304 | int ret = 0, i, timeout, carr_offset; | ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c: In function 'cxd2841er_tune_s': /kisskb/src/drivers/media/dvb-frontends/cxd2841er.c:3510:11: note: byref variable will be forcibly initialized 3510 | int ret, carrier_offset; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/input/joystick/adi.c: In function 'adi_init_input': /kisskb/src/drivers/input/joystick/adi.c:388:7: note: byref variable will be forcibly initialized 388 | char buf[ADI_MAX_NAME_LENGTH]; | ^~~ /kisskb/src/drivers/net/net_failover.c: In function 'net_failover_lower_state_changed': /kisskb/src/drivers/net/net_failover.c:439:37: note: byref variable will be forcibly initialized 439 | struct netdev_lag_lower_state_info info; | ^~~~ /kisskb/src/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_update_config_bits': /kisskb/src/drivers/iio/accel/mma9551_core.c:496:10: note: byref variable will be forcibly initialized 496 | u8 tmp, orig; | ^~~~ /kisskb/src/drivers/iio/accel/mma9551_core.c: In function 'mma9551_read_config_word': /kisskb/src/drivers/iio/accel/mma9551_core.c:295:9: note: byref variable will be forcibly initialized 295 | __be16 v; | ^ /kisskb/src/drivers/iio/accel/mma9551_core.c: In function 'mma9551_write_config_word': /kisskb/src/drivers/iio/accel/mma9551_core.c:325:9: note: byref variable will be forcibly initialized 325 | __be16 v = cpu_to_be16(val); | ^ /kisskb/src/drivers/iio/accel/mma9551_core.c: In function 'mma9551_read_status_word': /kisskb/src/drivers/iio/accel/mma9551_core.c:353:9: note: byref variable will be forcibly initialized 353 | __be16 v; | ^ /kisskb/src/drivers/iio/accel/mma9551_core.c: In function 'mma9551_read_config_words': /kisskb/src/drivers/iio/accel/mma9551_core.c:383:9: note: byref variable will be forcibly initialized 383 | __be16 be_buf[MMA9551_MAX_MAILBOX_DATA_REGS / 2]; | ^~~~~~ /kisskb/src/drivers/iio/accel/mma9551_core.c: In function 'mma9551_read_status_words': /kisskb/src/drivers/iio/accel/mma9551_core.c:422:9: note: byref variable will be forcibly initialized 422 | __be16 be_buf[MMA9551_MAX_MAILBOX_DATA_REGS / 2]; | ^~~~~~ /kisskb/src/drivers/iio/accel/mma9551_core.c: In function 'mma9551_write_config_words': /kisskb/src/drivers/iio/accel/mma9551_core.c:461:9: note: byref variable will be forcibly initialized 461 | __be16 be_buf[(MMA9551_MAX_MAILBOX_DATA_REGS - 1) / 2]; | ^~~~~~ /kisskb/src/drivers/net/net_failover.c: In function 'net_failover_get_stats': /kisskb/src/drivers/net/net_failover.c:187:27: note: byref variable will be forcibly initialized 187 | struct rtnl_link_stats64 temp; | ^~~~ /kisskb/src/drivers/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/iio/accel/mma9551_core.c: In function 'mma9551_read_accel_chan': /kisskb/src/drivers/iio/accel/mma9551_core.c:724:6: note: byref variable will be forcibly initialized 724 | s16 raw_accel; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:6, from /kisskb/src/drivers/staging/rts5208/ms.c:12: /kisskb/src/drivers/staging/rts5208/ms.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:135:6: note: in expansion of macro 'check_mul_overflow' 135 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:135:6: note: in expansion of macro 'check_mul_overflow' 135 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:133:9: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'ms_write_bytes': /kisskb/src/drivers/staging/rts5208/ms.c:193:6: note: byref variable will be forcibly initialized 193 | u8 val = 0; | ^~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'ms_set_rw_reg_addr': /kisskb/src/drivers/staging/rts5208/ms.c:306:5: note: byref variable will be forcibly initialized 306 | u8 data[4]; | ^~~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'ms_switch_parallel_bus': /kisskb/src/drivers/staging/rts5208/ms.c:723:5: note: byref variable will be forcibly initialized 723 | u8 data[2]; | ^~~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'ms_send_cmd': /kisskb/src/drivers/staging/rts5208/ms.c:326:5: note: byref variable will be forcibly initialized 326 | u8 data[2]; | ^~~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'mg_set_tpc_para_sub': /kisskb/src/drivers/staging/rts5208/ms.c:3772:5: note: byref variable will be forcibly initialized 3772 | u8 buf[6]; | ^~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'mspro_set_rw_cmd': /kisskb/src/drivers/staging/rts5208/ms.c:2545:5: note: byref variable will be forcibly initialized 2545 | u8 data[8]; | ^~~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'ms_identify_media_type': /kisskb/src/drivers/staging/rts5208/ms.c:591:5: note: byref variable will be forcibly initialized 591 | u8 val; | ^~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'check_ms_err': /kisskb/src/drivers/staging/rts5208/ms.c:3704:5: note: byref variable will be forcibly initialized 3704 | u8 val; | ^~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'mg_send_ex_cmd': /kisskb/src/drivers/staging/rts5208/ms.c:3740:5: note: byref variable will be forcibly initialized 3740 | u8 data[8]; | ^~~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'ms_read_bytes': /kisskb/src/drivers/staging/rts5208/ms.c:260:6: note: byref variable will be forcibly initialized 260 | u8 val = 0; | ^~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'ms_confirm_cpu_startup': /kisskb/src/drivers/staging/rts5208/ms.c:675:5: note: byref variable will be forcibly initialized 675 | u8 val; | ^~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'ms_read_status_reg': /kisskb/src/drivers/staging/rts5208/ms.c:1233:5: note: byref variable will be forcibly initialized 1233 | u8 val[2]; | ^~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'ms_read_page': /kisskb/src/drivers/staging/rts5208/ms.c:1393:10: note: byref variable will be forcibly initialized 1393 | u8 val, data[6]; | ^~~~ /kisskb/src/drivers/staging/rts5208/ms.c:1393:5: note: byref variable will be forcibly initialized 1393 | u8 val, data[6]; | ^~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'ms_write_extra_data': /kisskb/src/drivers/staging/rts5208/ms.c:1337:10: note: byref variable will be forcibly initialized 1337 | u8 val, data[16]; | ^~~~ /kisskb/src/drivers/staging/rts5208/ms.c:1337:5: note: byref variable will be forcibly initialized 1337 | u8 val, data[16]; | ^~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'ms_init_page': /kisskb/src/drivers/staging/rts5208/ms.c:1598:5: note: byref variable will be forcibly initialized 1598 | u8 extra[MS_EXTRA_SIZE], i; | ^~~~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'ms_read_extra_data': /kisskb/src/drivers/staging/rts5208/ms.c:1256:10: note: byref variable will be forcibly initialized 1256 | u8 val, data[10]; | ^~~~ /kisskb/src/drivers/staging/rts5208/ms.c:1256:5: note: byref variable will be forcibly initialized 1256 | u8 val, data[10]; | ^~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'ms_copy_page': /kisskb/src/drivers/staging/rts5208/ms.c:1628:38: note: byref variable will be forcibly initialized 1628 | u8 extra[MS_EXTRA_SIZE], val, i, j, data[16]; | ^~~~ /kisskb/src/drivers/staging/rts5208/ms.c:1628:27: note: byref variable will be forcibly initialized 1628 | u8 extra[MS_EXTRA_SIZE], val, i, j, data[16]; | ^~~ /kisskb/src/drivers/staging/rts5208/ms.c:1628:5: note: byref variable will be forcibly initialized 1628 | u8 extra[MS_EXTRA_SIZE], val, i, j, data[16]; | ^~~~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'ms_set_bad_block': /kisskb/src/drivers/staging/rts5208/ms.c:1462:19: note: byref variable will be forcibly initialized 1462 | u8 val, data[8], extra[MS_EXTRA_SIZE]; | ^~~~~ /kisskb/src/drivers/staging/rts5208/ms.c:1462:10: note: byref variable will be forcibly initialized 1462 | u8 val, data[8], extra[MS_EXTRA_SIZE]; | ^~~~ /kisskb/src/drivers/staging/rts5208/ms.c:1462:5: note: byref variable will be forcibly initialized 1462 | u8 val, data[8], extra[MS_EXTRA_SIZE]; | ^~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'ms_erase_block': /kisskb/src/drivers/staging/rts5208/ms.c:1520:10: note: byref variable will be forcibly initialized 1520 | u8 val, data[6]; | ^~~~ /kisskb/src/drivers/staging/rts5208/ms.c:1520:5: note: byref variable will be forcibly initialized 1520 | u8 val, data[6]; | ^~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'ms_transfer_data': /kisskb/src/drivers/staging/rts5208/ms.c:100:5: note: byref variable will be forcibly initialized 100 | u8 val, err_code = 0; | ^~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'ms_read_attribute_info': /kisskb/src/drivers/staging/rts5208/ms.c:877:52: note: byref variable will be forcibly initialized 877 | u8 val, *buf, class_code, device_type, sub_class, data[16]; | ^~~~ /kisskb/src/drivers/staging/rts5208/ms.c:877:5: note: byref variable will be forcibly initialized 877 | u8 val, *buf, class_code, device_type, sub_class, data[16]; | ^~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'ms_switch_8bit_bus': /kisskb/src/drivers/staging/rts5208/ms.c:743:5: note: byref variable will be forcibly initialized 743 | u8 data[2]; | ^~~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'mspro_read_format_progress': /kisskb/src/drivers/staging/rts5208/ms.c:2753:5: note: byref variable will be forcibly initialized 2753 | u8 data[8]; | ^~~~ /kisskb/src/drivers/staging/rts5208/ms.c:2752:10: note: byref variable will be forcibly initialized 2752 | u8 cnt, tmp; | ^~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'mspro_rw_multi_sector': /kisskb/src/drivers/staging/rts5208/ms.c:2616:5: note: byref variable will be forcibly initialized 2616 | u8 val, trans_mode, rw_tpc, rw_cmd; | ^~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'ms_init_l2p_tbl': /kisskb/src/drivers/staging/rts5208/ms.c:2101:11: note: byref variable will be forcibly initialized 2101 | u8 val1, val2; | ^~~~ /kisskb/src/drivers/staging/rts5208/ms.c:2101:5: note: byref variable will be forcibly initialized 2101 | u8 val1, val2; | ^~~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'ms_build_l2p_tbl': /kisskb/src/drivers/staging/rts5208/ms.c:2281:5: note: byref variable will be forcibly initialized 2281 | u8 extra[MS_EXTRA_SIZE], us1, us2; | ^~~~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'ms_write_multiple_pages': /kisskb/src/drivers/staging/rts5208/ms.c:3129:21: note: byref variable will be forcibly initialized 3129 | u8 page_addr, val, data[16]; | ^~~~ /kisskb/src/drivers/staging/rts5208/ms.c:3129:16: note: byref variable will be forcibly initialized 3129 | u8 page_addr, val, data[16]; | ^~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'mspro_format': /kisskb/src/drivers/staging/rts5208/ms.c:2882:13: note: byref variable will be forcibly initialized 2882 | u8 buf[8], tmp; | ^~~ /kisskb/src/drivers/staging/rts5208/ms.c:2882:5: note: byref variable will be forcibly initialized 2882 | u8 buf[8], tmp; | ^~~ /kisskb/src/drivers/input/joystick/as5011.c: In function 'as5011_i2c_read': /kisskb/src/drivers/input/joystick/as5011.c:90:17: note: byref variable will be forcibly initialized 90 | struct i2c_msg msg_set[2] = { | ^~~~~~~ /kisskb/src/drivers/input/joystick/as5011.c: In function 'as5011_i2c_write': /kisskb/src/drivers/input/joystick/as5011.c:74:17: note: byref variable will be forcibly initialized 74 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/input/joystick/as5011.c:73:10: note: byref variable will be forcibly initialized 73 | uint8_t data[2] = { aregaddr, avalue }; | ^~~~ /kisskb/src/drivers/input/joystick/as5011.c: In function 'as5011_axis_interrupt': /kisskb/src/drivers/input/joystick/as5011.c:129:17: note: byref variable will be forcibly initialized 129 | signed char x, y; | ^ /kisskb/src/drivers/input/joystick/as5011.c:129:14: note: byref variable will be forcibly initialized 129 | signed char x, y; | ^ /kisskb/src/drivers/input/joystick/as5011.c: In function 'as5011_configure_chip': /kisskb/src/drivers/input/joystick/as5011.c:152:14: note: byref variable will be forcibly initialized 152 | signed char value; | ^~~~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'msxc_change_power': /kisskb/src/drivers/staging/rts5208/ms.c:839:5: note: byref variable will be forcibly initialized 839 | u8 buf[6]; | ^~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'mg_set_leaf_id': /kisskb/src/drivers/staging/rts5208/ms.c:3803:15: note: byref variable will be forcibly initialized 3803 | u8 buf1[32], buf2[12]; | ^~~~ /kisskb/src/drivers/staging/rts5208/ms.c:3803:5: note: byref variable will be forcibly initialized 3803 | u8 buf1[32], buf2[12]; | ^~~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'mg_chg': /kisskb/src/drivers/staging/rts5208/ms.c:3899:5: note: byref variable will be forcibly initialized 3899 | u8 buf[32]; | ^~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'mg_get_rsp_chg': /kisskb/src/drivers/staging/rts5208/ms.c:3973:15: note: byref variable will be forcibly initialized 3973 | u8 buf1[32], buf2[36]; | ^~~~ /kisskb/src/drivers/staging/rts5208/ms.c:3973:5: note: byref variable will be forcibly initialized 3973 | u8 buf1[32], buf2[36]; | ^~~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'mg_rsp': /kisskb/src/drivers/staging/rts5208/ms.c:4028:5: note: byref variable will be forcibly initialized 4028 | u8 buf[32]; | ^~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'reset_ms': /kisskb/src/drivers/staging/rts5208/ms.c:1884:10: note: byref variable will be forcibly initialized 1884 | u8 val, extra[MS_EXTRA_SIZE], j, *ptr; | ^~~~~ /kisskb/src/drivers/staging/rts5208/ms.c:1884:5: note: byref variable will be forcibly initialized 1884 | u8 val, extra[MS_EXTRA_SIZE], j, *ptr; | ^~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'ms_read_multiple_pages': /kisskb/src/drivers/staging/rts5208/ms.c:2960:54: note: byref variable will be forcibly initialized 2960 | u8 extra[MS_EXTRA_SIZE], page_addr, val, trans_cfg, data[6]; | ^~~~ /kisskb/src/drivers/staging/rts5208/ms.c:2960:38: note: byref variable will be forcibly initialized 2960 | u8 extra[MS_EXTRA_SIZE], page_addr, val, trans_cfg, data[6]; | ^~~ /kisskb/src/drivers/staging/rts5208/ms.c:2960:5: note: byref variable will be forcibly initialized 2960 | u8 extra[MS_EXTRA_SIZE], page_addr, val, trans_cfg, data[6]; | ^~~~~ /kisskb/src/drivers/staging/rts5208/ms.c: In function 'ms_rw_multi_sector': /kisskb/src/drivers/staging/rts5208/ms.c:3397:26: note: byref variable will be forcibly initialized 3397 | unsigned int index = 0, offset = 0; | ^~~~~~ /kisskb/src/drivers/staging/rts5208/ms.c:3397:15: note: byref variable will be forcibly initialized 3397 | unsigned int index = 0, offset = 0; | ^~~~~ /kisskb/src/drivers/input/tablet/aiptek.c: In function 'store_tabletWheel': /kisskb/src/drivers/input/tablet/aiptek.c:1537:11: note: byref variable will be forcibly initialized 1537 | int err, w; | ^ /kisskb/src/drivers/input/tablet/aiptek.c: In function 'store_tabletProgrammableDelay': /kisskb/src/drivers/input/tablet/aiptek.c:1291:11: note: byref variable will be forcibly initialized 1291 | int err, d; | ^ /kisskb/src/drivers/input/tablet/aiptek.c: In function 'store_tabletJitterDelay': /kisskb/src/drivers/input/tablet/aiptek.c:1262:11: note: byref variable will be forcibly initialized 1262 | int err, j; | ^ /kisskb/src/drivers/input/tablet/aiptek.c: In function 'store_tabletYtilt': /kisskb/src/drivers/input/tablet/aiptek.c:1225:6: note: byref variable will be forcibly initialized 1225 | int y; | ^ /kisskb/src/drivers/input/tablet/aiptek.c: In function 'store_tabletXtilt': /kisskb/src/drivers/input/tablet/aiptek.c:1184:6: note: byref variable will be forcibly initialized 1184 | int x; | ^ /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/drxk_hard.c: In function 'write16_flags': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:354:33: note: byref variable will be forcibly initialized 354 | u8 adr = state->demod_address, mm[6], len; | ^~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'write32_flags': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:383:33: note: byref variable will be forcibly initialized 383 | u8 adr = state->demod_address, mm[8], len; | ^~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'i2c_read': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:253:17: note: byref variable will be forcibly initialized 253 | struct i2c_msg msgs[2] = { | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'read16_flags': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:286:41: note: byref variable will be forcibly initialized 286 | u8 adr = state->demod_address, mm1[4], mm2[2], len; | ^~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:286:33: note: byref variable will be forcibly initialized 286 | u8 adr = state->demod_address, mm1[4], mm2[2], len; | ^~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'drxk_read_ucblocks': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:6676:6: note: byref variable will be forcibly initialized 6676 | u16 err; | ^~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'get_dvbt_lock_status': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:4078:6: note: byref variable will be forcibly initialized 4078 | u16 sc_comm_exec = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:4077:6: note: byref variable will be forcibly initialized 4077 | u16 sc_ra_ram_lock = 0; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'get_strength': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:6402:17: note: byref variable will be forcibly initialized 6402 | u16 scu_coc = 0; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:6401:17: note: byref variable will be forcibly initialized 6401 | u16 scu_lvl = 0; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:6397:29: note: byref variable will be forcibly initialized 6397 | struct s_cfg_agc rf_agc, if_agc; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'mpegts_stop': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1399:6: note: byref variable will be forcibly initialized 1399 | u16 fec_oc_ipr_mode = 0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1398:6: note: byref variable will be forcibly initialized 1398 | u16 fec_oc_snc_mode = 0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'set_iqm_af': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1528:6: note: byref variable will be forcibly initialized 1528 | u16 data = 0; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'write_gpio': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:5858:6: note: byref variable will be forcibly initialized 5858 | u16 value = 0; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'adc_sync_measurement': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:2840:6: note: byref variable will be forcibly initialized 2840 | u16 data = 0; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'adc_synchronization': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:2889:7: note: byref variable will be forcibly initialized 2889 | u16 clk_neg = 0; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:2878:6: note: byref variable will be forcibly initialized 2878 | u16 count = 0; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'set_agc_rf': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:2139:6: note: byref variable will be forcibly initialized 2139 | u16 data = 0; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'set_agc_if': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:2291:6: note: byref variable will be forcibly initialized 2291 | u16 data = 0; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'mpegts_dto_setup': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1969:6: note: byref variable will be forcibly initialized 1969 | u16 fec_oc_reg_ipr_mode = 0; /* FEC_OC_IPR_MODE register value */ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1968:6: note: byref variable will be forcibly initialized 1968 | u16 fec_oc_reg_mode = 0; /* FEC_OC_MODE register value */ | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'dvbt_ctrl_set_echo_threshold': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:3367:6: note: byref variable will be forcibly initialized 3367 | u16 data = 0; | ^~~~ /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/drivers/media/dvb-frontends/drxk_hard.c:3436:7: note: byref variable will be forcibly initialized 3436 | bool setfrenable = true; | ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:3435:7: note: byref variable will be forcibly initialized 3435 | bool setincenable = false; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'init_agc': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:3002:6: note: byref variable will be forcibly initialized 3002 | u16 data = 0; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'mpegts_start': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1899:6: note: byref variable will be forcibly initialized 1899 | u16 fec_oc_snc_mode = 0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'read32_flags': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:320:41: note: byref variable will be forcibly initialized 320 | u8 adr = state->demod_address, mm1[4], mm2[4], len; | ^~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:320:33: note: byref variable will be forcibly initialized 320 | u8 adr = state->demod_address, mm1[4], mm2[4], len; | ^~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'get_device_capabilities': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:788:6: note: byref variable will be forcibly initialized 788 | u32 sio_top_jtagid_lo = 0; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:787:6: note: byref variable will be forcibly initialized 787 | u16 sio_pdr_ohw_cfg = 0; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'drxx_open': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:757:6: note: byref variable will be forcibly initialized 757 | u16 key = 0; | ^~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:756:6: note: byref variable will be forcibly initialized 756 | u16 bid = 0; | ^~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:755:6: note: byref variable will be forcibly initialized 755 | u32 jtag = 0; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'i2c_read1': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:219:17: note: byref variable will be forcibly initialized 219 | struct i2c_msg msgs[1] = { {.addr = adr, .flags = I2C_M_RD, | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'hi_command': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1007:7: note: byref variable will be forcibly initialized 1007 | u16 wait_cmd; | ^~~~~~~~ /kisskb/src/drivers/staging/ks7010/ks7010_sdio.c: In function 'ks7010_sdio_writeb': /kisskb/src/drivers/staging/ks7010/ks7010_sdio.c:145:6: note: byref variable will be forcibly initialized 145 | int ret; | ^~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'power_up_device': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:472:5: note: byref variable will be forcibly initialized 472 | u8 data = 0; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'dvbt_enable_ofdm_token_ring': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1360:6: note: byref variable will be forcibly initialized 1360 | u16 data = 0; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'dvbt_sc_command': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:3203:6: note: byref variable will be forcibly initialized 3203 | u16 sc_exec = 0; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:3201:6: note: byref variable will be forcibly initialized 3201 | u16 err_code = 0; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:3200:6: note: byref variable will be forcibly initialized 3200 | u16 cur_cmd = 0; | ^~~~~~~ /kisskb/src/drivers/staging/ks7010/ks7010_sdio.c: In function 'ks7010_sdio_remove': /kisskb/src/drivers/staging/ks7010/ks7010_sdio.c:1080:6: note: byref variable will be forcibly initialized 1080 | int ret; | ^~~ /kisskb/src/drivers/staging/ks7010/ks7010_sdio.c: In function 'ks7010_sdio_readb': /kisskb/src/drivers/staging/ks7010/ks7010_sdio.c:124:6: note: byref variable will be forcibly initialized 124 | int ret; | ^~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'get_dvbt_signal_to_noise': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:2481:6: note: byref variable will be forcibly initialized 2481 | u16 transmission_params = 0; | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:2474:6: note: byref variable will be forcibly initialized 2474 | u16 eq_reg_td_req_smb_cnt = 0; | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:2473:6: note: byref variable will be forcibly initialized 2473 | u16 eq_reg_td_tps_pwr_ofs = 0; | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:2472:6: note: byref variable will be forcibly initialized 2472 | u16 eq_reg_td_sqr_err_exp = 0; | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:2469:6: note: byref variable will be forcibly initialized 2469 | u16 reg_data = 0; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'get_qam_signal_to_noise': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:2420:6: note: byref variable will be forcibly initialized 2420 | u16 qam_sl_err_power = 0; /* accum. error between | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/staging/ks7010/ks7010_sdio.c: In function '_ks_wlan_hw_power_save': /kisskb/src/drivers/staging/ks7010/ks7010_sdio.c:220:5: note: byref variable will be forcibly initialized 220 | u8 byte; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'drxk_read_snr': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:6655:6: note: byref variable will be forcibly initialized 6655 | s32 snr2; | ^~~~ /kisskb/src/drivers/staging/ks7010/ks7010_sdio.c: In function 'ks7010_sdio_setup_irqs': /kisskb/src/drivers/staging/ks7010/ks7010_sdio.c:881:6: note: byref variable will be forcibly initialized 881 | int ret; | ^~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'scu_command': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1439:7: note: byref variable will be forcibly initialized 1439 | char errname[30]; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1436:5: note: byref variable will be forcibly initialized 1436 | u8 buffer[34]; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1433:6: note: byref variable will be forcibly initialized 1433 | u16 cur_cmd = 0; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'get_qam_lock_status': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:5327:6: note: byref variable will be forcibly initialized 5327 | u16 result[2] = { 0, 0 }; | ^~~~~~ /kisskb/src/drivers/staging/ks7010/ks7010_sdio.c: In function 'ks7010_upload_firmware': /kisskb/src/drivers/staging/ks7010/ks7010_sdio.c:758:25: note: byref variable will be forcibly initialized 758 | const struct firmware *fw_entry = NULL; | ^~~~~~~~ /kisskb/src/drivers/staging/ks7010/ks7010_sdio.c:756:5: note: byref variable will be forcibly initialized 756 | u8 byte = 0; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'drxk_get_stats': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:6509:6: note: byref variable will be forcibly initialized 6509 | s32 cnr; | ^~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:6501:6: note: byref variable will be forcibly initialized 6501 | u16 reg16; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:6500:6: note: byref variable will be forcibly initialized 6500 | u32 stat; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'power_down_qam': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:4128:6: note: byref variable will be forcibly initialized 4128 | u16 cmd_result; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:4127:6: note: byref variable will be forcibly initialized 4127 | u16 data = 0; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c: In function 'i2c_readn': /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:107:17: note: byref variable will be forcibly initialized 107 | struct i2c_msg msgs[1] = {{.addr = adr, .flags = I2C_M_RD, | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'qam_reset_qam': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:5229:6: note: byref variable will be forcibly initialized 5229 | u16 cmd_result; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'qam_demodulator_command': /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/drxk_hard.c:5376:7: note: byref variable will be forcibly initialized 5376 | u16 set_env_parameters[1] = { 0 }; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:5369:6: note: byref variable will be forcibly initialized 5369 | u16 cmd_result; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c: In function 'WriteReg': /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:143:5: note: byref variable will be forcibly initialized 143 | u8 msg[2] = {SubAddr, Reg}; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c: In function 'ThermometerRead': /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:258:6: note: byref variable will be forcibly initialized 258 | u8 Regs[16]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'set_qam': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:5427:6: note: byref variable will be forcibly initialized 5427 | u16 cmd_result; | ^~~~~~~~~~ /kisskb/src/drivers/staging/ks7010/ks7010_sdio.c: In function 'ks7010_rw_function': /kisskb/src/drivers/staging/ks7010/ks7010_sdio.c:481:5: note: byref variable will be forcibly initialized 481 | u8 byte; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c: In function 'RFTrackingFiltersCorrection': /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:922:6: note: byref variable will be forcibly initialized 922 | u8 TMValue_Current; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:913:5: note: byref variable will be forcibly initialized 913 | u8 dCoverdT; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:912:5: note: byref variable will be forcibly initialized 912 | u8 RFBand; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:911:6: note: byref variable will be forcibly initialized 911 | s32 Cprog_table; | ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c: In function 'WriteRegs': /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:127:5: note: byref variable will be forcibly initialized 127 | u8 data[MAX_XFER_SIZE]; | ^~~~ /kisskb/src/drivers/staging/ks7010/ks7010_sdio.c: In function 'ks_sdio_interrupt': /kisskb/src/drivers/staging/ks7010/ks7010_sdio.c:546:20: note: byref variable will be forcibly initialized 546 | u8 status, rsize, byte; | ^~~~ /kisskb/src/drivers/staging/ks7010/ks7010_sdio.c:546:5: note: byref variable will be forcibly initialized 546 | u8 status, rsize, byte; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c: In function 'CalcMainPLL': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'set_dvbt': /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:322:6: note: byref variable will be forcibly initialized 322 | u8 Div; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:321:6: note: byref variable will be forcibly initialized 321 | u8 PostDiv; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:3721:6: note: byref variable will be forcibly initialized 3721 | u16 cmd_result = 0; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c: In function 'CalcCalPLL': /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:345:5: note: byref variable will be forcibly initialized 345 | u8 Div; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:344:5: note: byref variable will be forcibly initialized 344 | u8 PostDiv; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c: In function 'CalibrateRF': /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:375:6: note: byref variable will be forcibly initialized 375 | u8 RFC_M = 0; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:374:6: note: byref variable will be forcibly initialized 374 | u8 RFC_K = 0; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:373:6: note: byref variable will be forcibly initialized 373 | u8 GainTaper = 0; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:372:6: note: byref variable will be forcibly initialized 372 | u8 BP_Filter = 0; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:370:5: note: byref variable will be forcibly initialized 370 | u8 Regs[NUM_REGS]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'power_down_dvbt': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1670:6: note: byref variable will be forcibly initialized 1670 | u16 data = 0; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1669:6: note: byref variable will be forcibly initialized 1669 | u16 cmd_result = 0; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1668:22: note: byref variable will be forcibly initialized 1668 | enum drx_power_mode power_mode = DRXK_POWER_DOWN_OFDM; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c: In function 'ChannelConfiguration': /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:1059:7: note: byref variable will be forcibly initialized 1059 | u8 Div; | ^~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'power_up_dvbt': /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:1058:7: note: byref variable will be forcibly initialized 1058 | u8 PostDiv = 0; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:979:5: note: byref variable will be forcibly initialized 979 | u8 IR_Meas = 0; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:978:5: note: byref variable will be forcibly initialized 978 | u8 GainTaper = 0; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:3319:22: note: byref variable will be forcibly initialized 3319 | enum drx_power_mode power_mode = DRX_POWER_UP; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:977:5: note: byref variable will be forcibly initialized 977 | u8 RF_Band = 0; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:976:5: note: byref variable will be forcibly initialized 976 | u8 BP_Filter = 0; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'power_up_qam': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:4112:22: note: byref variable will be forcibly initialized 4112 | enum drx_power_mode power_mode = DRXK_POWER_DOWN_OFDM; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'bl_chain_cmd': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:1251:6: note: byref variable will be forcibly initialized 1251 | u16 bl_status = 0; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'set_dvbt_standard': /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c: In function 'PowerScan': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:3476:6: note: byref variable will be forcibly initialized 3476 | u16 data = 0; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:592:8: note: byref variable will be forcibly initialized 592 | u8 Regs[NUM_REGS]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:590:8: note: byref variable will be forcibly initialized 590 | u8 CountLimit = 0; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:589:8: note: byref variable will be forcibly initialized 589 | u8 CID_Target = 0; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:588:8: note: byref variable will be forcibly initialized 588 | s32 RFC_Cprog = 0; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:587:8: note: byref variable will be forcibly initialized 587 | u8 Gain_Taper = 0; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:3475:6: note: byref variable will be forcibly initialized 3475 | u16 cmd_result = 0; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c: In function 'RFTrackingFiltersInit': /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:509:9: note: byref variable will be forcibly initialized 509 | s32 Cprog_table3 = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:508:9: note: byref variable will be forcibly initialized 508 | s32 Cprog_cal3 = 0; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:507:9: note: byref variable will be forcibly initialized 507 | s32 Cprog_table2 = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:506:9: note: byref variable will be forcibly initialized 506 | s32 Cprog_cal2 = 0; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:505:9: note: byref variable will be forcibly initialized 505 | s32 Cprog_table1 = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:504:9: note: byref variable will be forcibly initialized 504 | s32 Cprog_cal1 = 0; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:502:10: note: byref variable will be forcibly initialized 502 | bool bcal = false; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:501:8: note: byref variable will be forcibly initialized 501 | u32 RF3 = m_RF_Band_Map[RFBand].m_RF3_Default; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:500:8: note: byref variable will be forcibly initialized 500 | u32 RF2 = m_RF_Band_Map[RFBand].m_RF2_Default; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda18271c2dd.c:499:8: note: byref variable will be forcibly initialized 499 | u32 RF1 = m_RF_Band_Map[RFBand].m_RF1_Default; | ^~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'bl_direct_cmd': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:2790:6: note: byref variable will be forcibly initialized 2790 | u16 bl_status = 0; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'drxk_set_parameters': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:6327:6: note: byref variable will be forcibly initialized 6327 | u32 IF; | ^~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'init_drxk': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:6034:22: note: byref variable will be forcibly initialized 6034 | enum drx_power_mode power_mode = DRXK_POWER_DOWN_OFDM; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c: In function 'drxk_attach': /kisskb/src/drivers/media/dvb-frontends/drxk_hard.c:6810:26: note: byref variable will be forcibly initialized 6810 | const struct firmware *fw = NULL; | ^~ In file included from /kisskb/src/include/linux/irq.h:21, 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/drivers/vfio/pci/vfio_pci_intrs.c:14: /kisskb/src/drivers/vfio/pci/vfio_pci_intrs.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_intrs.c: In function 'vfio_msi_set_vector_signal': /kisskb/src/drivers/vfio/pci/vfio_pci_intrs.c:337:18: note: byref variable will be forcibly initialized 337 | struct msi_msg msg; | ^~~ In file included from /kisskb/src/drivers/thunderbolt/path.c:9: /kisskb/src/drivers/thunderbolt/path.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/thunderbolt/path.c: In function 'tb_path_find_dst_port': /kisskb/src/drivers/thunderbolt/path.c:38:21: note: byref variable will be forcibly initialized 38 | struct tb_regs_hop hop; | ^~~ /kisskb/src/drivers/thunderbolt/path.c: In function '__tb_path_deactivate_hop': /kisskb/src/drivers/thunderbolt/path.c:381:21: note: byref variable will be forcibly initialized 381 | struct tb_regs_hop hop; | ^~~ /kisskb/src/drivers/thunderbolt/path.c: In function 'tb_path_discover': /kisskb/src/drivers/thunderbolt/path.c:105:21: note: byref variable will be forcibly initialized 105 | struct tb_regs_hop hop; | ^~~ /kisskb/src/drivers/thunderbolt/path.c: In function 'tb_path_activate': /kisskb/src/drivers/thunderbolt/path.c:514:22: note: byref variable will be forcibly initialized 514 | struct tb_regs_hop hop = { 0 }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c: In function 'write_reg': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:136:17: note: byref variable will be forcibly initialized 136 | struct i2c_msg msg = {.addr = state->base->adr, .flags = 0, | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c:135:5: note: byref variable will be forcibly initialized 135 | u8 data[3] = {reg >> 8, reg & 0xff, val}; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c: In function 'i2c_read_regs16': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:151:17: note: byref variable will be forcibly initialized 151 | struct i2c_msg msgs[2] = {{.addr = adr, .flags = 0, | ^~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c:150:5: note: byref variable will be forcibly initialized 150 | u8 msg[2] = {reg >> 8, reg & 0xff}; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c: In function 'write_field': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:192:18: note: byref variable will be forcibly initialized 192 | u8 shift, mask, old, new; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c: In function 'get_signal_parameters': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:503:5: note: byref variable will be forcibly initialized 503 | u8 tmp; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c: In function 'write_shared_reg': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:179:5: note: byref variable will be forcibly initialized 179 | u8 tmp; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c: In function 'tracking_optimization': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:543:5: note: byref variable will be forcibly initialized 543 | u8 tmp; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c: In function 'get_signal_to_noise': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:634:5: note: byref variable will be forcibly initialized 634 | u8 data1; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c:633:5: note: byref variable will be forcibly initialized 633 | u8 data0; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c: In function 'read_snr': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:1315:6: note: byref variable will be forcibly initialized 1315 | s32 snrval; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c: In function 'get_cur_symbol_rate': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:469:5: note: byref variable will be forcibly initialized 469 | u8 tim_offs2; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c:468:5: note: byref variable will be forcibly initialized 468 | u8 tim_offs1; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c:467:5: note: byref variable will be forcibly initialized 467 | u8 tim_offs0; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c:466:5: note: byref variable will be forcibly initialized 466 | u8 symb_freq3; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c:465:5: note: byref variable will be forcibly initialized 465 | u8 symb_freq2; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c:464:5: note: byref variable will be forcibly initialized 464 | u8 symb_freq1; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c:463:5: note: byref variable will be forcibly initialized 463 | u8 symb_freq0; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c: In function 'get_frontend': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:1560:27: note: byref variable will be forcibly initialized 1560 | const enum fe_code_rate modcod2fec[0x20] = { | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c:1550:28: note: byref variable will be forcibly initialized 1550 | const enum fe_modulation modcod2mod[0x20] = { | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c:1546:6: note: byref variable will be forcibly initialized 1546 | u32 symbolrate; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c:1545:5: note: byref variable will be forcibly initialized 1545 | u8 tmp; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c: In function 'stop': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:858:6: note: byref variable will be forcibly initialized 858 | u8 tmp; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c: In function 'start': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:1013:6: note: byref variable will be forcibly initialized 1013 | u8 reg_dmdcfgmd; | ^~~~~~~~~~~~ /kisskb/src/drivers/usb/storage/isd200.c: In function 'isd200_probe': /kisskb/src/drivers/usb/storage/isd200.c:1543:18: note: byref variable will be forcibly initialized 1543 | struct us_data *us; | ^~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c: In function 'probe': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:1141:5: note: byref variable will be forcibly initialized 1141 | u8 id; | ^~ /kisskb/src/drivers/usb/storage/isd200.c: In function 'isd200_scsi_to_ata': /kisskb/src/drivers/usb/storage/isd200.c:1287:29: note: byref variable will be forcibly initialized 1287 | struct read_capacity_data readCapacityData; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/storage/isd200.c:1229:16: note: byref variable will be forcibly initialized 1229 | unsigned char senseData[8] = { 0, 0, 0, 0, 0, 0, 0, 0 }; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c: In function 'set_vth': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:989:5: note: byref variable will be forcibly initialized 989 | u8 tmp[2]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'conv_fec': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:668:20: note: byref variable will be forcibly initialized 668 | enum fe_code_rate fec2fec[11] = { | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c: In function 'manage_matype_info': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:1295:6: note: byref variable will be forcibly initialized 1295 | u8 bbheader[2]; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c: In function 'get_bit_error_rate_s': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:667:5: note: byref variable will be forcibly initialized 667 | u8 regs[3]; | ^~~~ /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/stv0910.c: In function 'get_bit_error_rate_s2': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:742:5: note: byref variable will be forcibly initialized 742 | u8 regs[3]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'write_register': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:204:5: note: byref variable will be forcibly initialized 204 | u8 data[MXL_HYDRA_REG_WRITE_LEN] = { | ^~~~ /kisskb/src/drivers/usb/storage/isd200.c: In function 'isd200_action': /kisskb/src/drivers/usb/storage/isd200.c:480:16: note: byref variable will be forcibly initialized 480 | union ata_cdb ata; | ^~~ /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/stv0910.c: In function 'read_ber': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:1331:9: note: byref variable will be forcibly initialized 1331 | u32 n, d; | ^ /kisskb/src/drivers/media/dvb-frontends/stv0910.c:1331:6: note: byref variable will be forcibly initialized 1331 | u32 n, d; | ^ /kisskb/src/drivers/media/dvb-frontends/stv0910.c: In function 'wait_dis': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'read_register': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:1656:5: note: byref variable will be forcibly initialized 1656 | u8 stat; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:243:5: note: byref variable will be forcibly initialized 243 | u8 data[MXL_HYDRA_REG_SIZE_IN_BYTES + MXL_HYDRA_I2C_HDR_SIZE] = { | ^~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:594:6: note: byref variable will be forcibly initialized 594 | u32 reg_data = 0; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'read_snr': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:516:6: note: byref variable will be forcibly initialized 516 | u32 reg_data = 0; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'update_by_mnemonic': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:307:6: note: byref variable will be forcibly initialized 307 | u32 data, mask; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c: In function 'read_signal_strength': /kisskb/src/drivers/usb/storage/isd200.c: In function 'isd200_ata_command': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:1347:5: note: byref variable will be forcibly initialized 1347 | u8 reg[2]; | ^~~ /kisskb/src/drivers/usb/storage/isd200.c:1516:16: note: byref variable will be forcibly initialized 1516 | union ata_cdb ataCdb; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c: In function 'read_status': /kisskb/src/drivers/media/dvb-frontends/stv0910.c:1507:7: note: byref variable will be forcibly initialized 1507 | u8 tmp; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c:1444:7: note: byref variable will be forcibly initialized 1444 | u8 tmp; | ^~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c:1431:7: note: byref variable will be forcibly initialized 1431 | u8 vstatus; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c:1424:7: note: byref variable will be forcibly initialized 1424 | u8 pdelstatus; | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c:1375:5: note: byref variable will be forcibly initialized 1375 | u8 dstatus = 0; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/stv0910.c:1374:5: note: byref variable will be forcibly initialized 1374 | u8 dmd_state = 0; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'config_ts': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:1434:25: note: byref variable will be forcibly initialized 1434 | struct MXL_REG_FIELD_T xpt_nco_clock_rate[MXL_HYDRA_DEMOD_MAX] = { | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:1429:25: note: byref variable will be forcibly initialized 1429 | struct MXL_REG_FIELD_T xpt_continuous_clock[MXL_HYDRA_DEMOD_MAX] = { | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:1424:25: note: byref variable will be forcibly initialized 1424 | struct MXL_REG_FIELD_T xpt_err_replace_valid[MXL_HYDRA_DEMOD_MAX] = { | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:1419:25: note: byref variable will be forcibly initialized 1419 | struct MXL_REG_FIELD_T xpt_err_replace_sync[MXL_HYDRA_DEMOD_MAX] = { | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:1414:25: note: byref variable will be forcibly initialized 1414 | struct MXL_REG_FIELD_T xpt_enable_output[MXL_HYDRA_DEMOD_MAX] = { | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:1409:25: note: byref variable will be forcibly initialized 1409 | struct MXL_REG_FIELD_T xpt_sync_byte[MXL_HYDRA_DEMOD_MAX] = { | ^~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:1404:25: note: byref variable will be forcibly initialized 1404 | struct MXL_REG_FIELD_T xpt_lsb_first[MXL_HYDRA_DEMOD_MAX] = { | ^~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:1399:25: note: byref variable will be forcibly initialized 1399 | struct MXL_REG_FIELD_T xpt_ts_clock_phase[MXL_HYDRA_DEMOD_MAX] = { | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:1394:25: note: byref variable will be forcibly initialized 1394 | struct MXL_REG_FIELD_T xpt_valid_polarity[MXL_HYDRA_DEMOD_MAX] = { | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:1389:25: note: byref variable will be forcibly initialized 1389 | struct MXL_REG_FIELD_T xpt_clock_polarity[MXL_HYDRA_DEMOD_MAX] = { | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:1384:25: note: byref variable will be forcibly initialized 1384 | struct MXL_REG_FIELD_T xpt_sync_polarity[MXL_HYDRA_DEMOD_MAX] = { | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'read_by_mnemonic': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:290:6: note: byref variable will be forcibly initialized 290 | u32 data = 0, mask = 0; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'read_ber': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:537:6: note: byref variable will be forcibly initialized 537 | u32 reg[8]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'read_status': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:614:6: note: byref variable will be forcibly initialized 614 | u32 reg_data = 0; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'read_register_unlocked': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:151:5: note: byref variable will be forcibly initialized 151 | u8 data[MXL_HYDRA_REG_SIZE_IN_BYTES + MXL_HYDRA_I2C_HDR_SIZE] = { | ^~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'get_frontend': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:684:6: note: byref variable will be forcibly initialized 684 | u32 freq; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:683:6: note: byref variable will be forcibly initialized 683 | u32 reg_data[MXL_DEMOD_CHAN_PARAMS_BUFF_SIZE]; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'send_command': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:176:6: note: byref variable will be forcibly initialized 176 | u32 val, count = 10; | ^~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'set_parameters': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:432:5: note: byref variable will be forcibly initialized 432 | u8 cmd_buff[MXL_HYDRA_OEM_MAX_CMD_BUFF_LEN]; | ^~~~~~~~ /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:409:5: note: byref variable will be forcibly initialized 409 | u8 cmd_buff[MXL_HYDRA_OEM_MAX_CMD_BUFF_LEN]; | ^~~~~~~~ /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 'validate_sku': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:1607:42: note: byref variable will be forcibly initialized 1607 | u32 pad_mux_bond = 0, prcm_chip_id = 0, prcm_so_cid = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:1607:24: note: byref variable will be forcibly initialized 1607 | u32 pad_mux_bond = 0, prcm_chip_id = 0, prcm_so_cid = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:1607:6: note: byref variable will be forcibly initialized 1607 | u32 pad_mux_bond = 0, prcm_chip_id = 0, prcm_so_cid = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'get_fwinfo': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:1656:6: note: byref variable will be forcibly initialized 1656 | u32 val = 0; | ^~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'set_drive_strength': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:1318:6: note: byref variable will be forcibly initialized 1318 | u32 val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'enable_tuner': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:1352:6: note: byref variable will be forcibly initialized 1352 | u32 val, count = 10; | ^~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:1351:5: note: byref variable will be forcibly initialized 1351 | u8 cmd_buff[MXL_HYDRA_OEM_MAX_CMD_BUFF_LEN]; | ^~~~~~~~ /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_is_alive': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:321:11: note: byref variable will be forcibly initialized 321 | u32 hb0, hb1; | ^~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:321:6: note: byref variable will be forcibly initialized 321 | u32 hb0, hb1; | ^~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'write_fw_segment': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:852:5: note: byref variable will be forcibly initialized 852 | u8 w_msg_buffer[MXL_HYDRA_OEM_MAX_BLOCK_WRITE_LENGTH - | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c: In function 'firmware_download': /kisskb/src/drivers/media/dvb-frontends/mxl5xx.c:963:5: note: byref variable will be forcibly initialized 963 | u8 cmd_buff[sizeof(struct MXL_HYDRA_SKU_COMMAND_T) + 6]; | ^~~~~~~~ /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:960:6: note: byref variable will be forcibly initialized 960 | u32 reg_data = 0; | ^~~~~~~~ /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/drivers/media/dvb-frontends/mxl5xx.c:1702:6: note: byref variable will be forcibly initialized 1702 | u32 chipver; | ^~~~~~~ /kisskb/src/drivers/usb/storage/sddr09.c: In function 'nand_compute_ecc': /kisskb/src/drivers/usb/storage/sddr09.c:214:30: note: byref variable will be forcibly initialized 214 | unsigned char par = 0, bit, bits[8] = {0}; | ^~~~ /kisskb/src/drivers/usb/storage/sddr09.c: In function 'sddr09_probe': /kisskb/src/drivers/usb/storage/sddr09.c:1751:18: note: byref variable will be forcibly initialized 1751 | struct us_data *us; | ^~ In file included from /kisskb/src/drivers/usb/storage/sddr09.c:33: /kisskb/src/drivers/usb/storage/sddr09.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/storage/sddr09.c: In function 'sddr09_get_wp': /kisskb/src/drivers/usb/storage/sddr09.c:1096:16: note: byref variable will be forcibly initialized 1096 | unsigned char status; | ^~~~~~ /kisskb/src/drivers/usb/storage/sddr09.c: In function 'sddr09_get_cardinfo': /kisskb/src/drivers/usb/storage/sddr09.c:1140:7: note: byref variable will be forcibly initialized 1140 | char blurbtxt[256]; | ^~~~~~~~ /kisskb/src/drivers/usb/storage/sddr09.c:1139:16: note: byref variable will be forcibly initialized 1139 | unsigned char deviceID[4]; | ^~~~~~~~ /kisskb/src/drivers/usb/storage/realtek_cr.c: In function 'rts51x_bulk_transport': /kisskb/src/drivers/usb/storage/realtek_cr.c:209:15: note: byref variable will be forcibly initialized 209 | unsigned int cswlen; | ^~~~~~ /kisskb/src/drivers/usb/storage/realtek_cr.c: In function 'rts51x_read_mem': /kisskb/src/drivers/usb/storage/realtek_cr.c:363:5: note: byref variable will be forcibly initialized 363 | u8 cmnd[12] = { 0 }; | ^~~~ /kisskb/src/drivers/usb/storage/sddr09.c: In function 'sddr09_read_data': /kisskb/src/drivers/usb/storage/sddr09.c:741:22: note: byref variable will be forcibly initialized 741 | struct scatterlist *sg; | ^~ /kisskb/src/drivers/usb/storage/sddr09.c:740:20: note: byref variable will be forcibly initialized 740 | unsigned int len, offset; | ^~~~~~ /kisskb/src/drivers/usb/storage/realtek_cr.c: In function 'rts51x_read_status': /kisskb/src/drivers/usb/storage/realtek_cr.c:423:5: note: byref variable will be forcibly initialized 423 | u8 cmnd[12] = { 0 }; | ^~~~ /kisskb/src/drivers/usb/storage/realtek_cr.c: In function 'rts51x_check_status': /kisskb/src/drivers/usb/storage/realtek_cr.c:451:5: note: byref variable will be forcibly initialized 451 | u8 buf[16]; | ^~~ /kisskb/src/drivers/usb/storage/sddr09.c: In function 'sddr09_write_lba': /kisskb/src/drivers/usb/storage/sddr09.c:860:16: note: byref variable will be forcibly initialized 860 | unsigned char ecc[3]; | ^~~ /kisskb/src/drivers/usb/storage/realtek_cr.c: In function 'rts51x_write_mem': /kisskb/src/drivers/usb/storage/realtek_cr.c:394:5: note: byref variable will be forcibly initialized 394 | u8 cmnd[12] = { 0 }; | ^~~~ /kisskb/src/drivers/usb/storage/realtek_cr.c: In function 'fw5895_init': /kisskb/src/drivers/usb/storage/realtek_cr.c:699:5: note: byref variable will be forcibly initialized 699 | u8 val; | ^~~ /kisskb/src/drivers/usb/storage/realtek_cr.c: In function 'enable_oscillator': /kisskb/src/drivers/usb/storage/realtek_cr.c:481:5: note: byref variable will be forcibly initialized 481 | u8 value; | ^~~~~ /kisskb/src/drivers/usb/storage/realtek_cr.c: In function 'fw5895_set_mmc_wp': /kisskb/src/drivers/usb/storage/realtek_cr.c:722:5: note: byref variable will be forcibly initialized 722 | u8 buf[13]; | ^~~ /kisskb/src/drivers/usb/storage/realtek_cr.c: In function 'rts51x_bulk_transport_special': /kisskb/src/drivers/usb/storage/realtek_cr.c:298:15: note: byref variable will be forcibly initialized 298 | unsigned int cswlen; | ^~~~~~ /kisskb/src/drivers/usb/storage/sddr09.c: In function 'sddr09_write_data': /kisskb/src/drivers/usb/storage/sddr09.c:968:22: note: byref variable will be forcibly initialized 968 | struct scatterlist *sg; | ^~ /kisskb/src/drivers/usb/storage/sddr09.c:967:20: note: byref variable will be forcibly initialized 967 | unsigned int len, offset; | ^~~~~~ /kisskb/src/drivers/usb/storage/realtek_cr.c: In function '__do_config_autodelink': /kisskb/src/drivers/usb/storage/realtek_cr.c:505:5: note: byref variable will be forcibly initialized 505 | u8 cmnd[12] = {0}; | ^~~~ /kisskb/src/drivers/usb/storage/realtek_cr.c: In function 'do_config_autodelink': /kisskb/src/drivers/usb/storage/realtek_cr.c:533:5: note: byref variable will be forcibly initialized 533 | u8 value; | ^~~~~ /kisskb/src/drivers/usb/storage/realtek_cr.c: In function 'config_autodelink_after_power_on': /kisskb/src/drivers/usb/storage/realtek_cr.c:562:5: note: byref variable will be forcibly initialized 562 | u8 value; | ^~~~~ /kisskb/src/drivers/usb/storage/realtek_cr.c: In function 'config_autodelink_before_power_down': /kisskb/src/drivers/usb/storage/realtek_cr.c:629:5: note: byref variable will be forcibly initialized 629 | u8 value; | ^~~~~ /kisskb/src/drivers/vhost/vringh.c: In function 'slow_copy': /kisskb/src/drivers/vhost/vringh.c:259:9: note: byref variable will be forcibly initialized 259 | size_t part, len = sizeof(struct vring_desc); | ^~~~ /kisskb/src/drivers/usb/storage/realtek_cr.c: In function 'realtek_cr_probe': /kisskb/src/drivers/usb/storage/realtek_cr.c:1036:18: note: byref variable will be forcibly initialized 1036 | struct us_data *us; | ^~ /kisskb/src/drivers/usb/storage/realtek_cr.c: In function 'realtek_cr_autosuspend_setup': /kisskb/src/drivers/usb/storage/realtek_cr.c:878:5: note: byref variable will be forcibly initialized 878 | u8 buf[16]; | ^~~ /kisskb/src/drivers/vhost/vringh.c: In function 'vringh_bad': /kisskb/src/drivers/vhost/vringh.c:29:11: note: byref variable will be forcibly initialized 29 | va_list ap; | ^~ /kisskb/src/drivers/vhost/vringh.c: In function '__vringh_get_head': /kisskb/src/drivers/vhost/vringh.c:43:20: note: byref variable will be forcibly initialized 43 | u16 avail_idx, i, head; | ^~~~ /kisskb/src/drivers/vhost/vringh.c:43:6: note: byref variable will be forcibly initialized 43 | u16 avail_idx, i, head; | ^~~~~~~~~ /kisskb/src/drivers/vhost/vringh.c: In function '__vringh_notify_enable': /kisskb/src/drivers/vhost/vringh.c:534:6: note: byref variable will be forcibly initialized 534 | u16 avail; | ^~~~~ /kisskb/src/drivers/vhost/vringh.c: In function '__vringh_need_notify': /kisskb/src/drivers/vhost/vringh.c:497:7: note: byref variable will be forcibly initialized 497 | u16 flags; | ^~~~~ /kisskb/src/drivers/vhost/vringh.c:487:6: note: byref variable will be forcibly initialized 487 | u16 used_event; | ^~~~~~~~~~ In file included from /kisskb/src/drivers/vhost/vringh.c:7: /kisskb/src/drivers/vhost/vringh.c: In function 'krealloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:647:6: note: in expansion of macro 'unlikely' 647 | if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:647:15: note: in expansion of macro 'check_mul_overflow' 647 | if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:647:6: note: in expansion of macro 'unlikely' 647 | if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:647:15: note: in expansion of macro 'check_mul_overflow' 647 | if (unlikely(check_mul_overflow(new_n, new_size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/vringh.h:16, from /kisskb/src/drivers/vhost/vringh.c:9: /kisskb/src/include/linux/slab.h:645:9: note: byref variable will be forcibly initialized 645 | size_t bytes; | ^~~~~ /kisskb/src/drivers/vhost/vringh.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/vhost/vringh.c: In function 'vringh_complete_user': /kisskb/src/drivers/vhost/vringh.c:794:25: note: byref variable will be forcibly initialized 794 | struct vring_used_elem used; | ^~~~ /kisskb/src/drivers/vhost/vringh.c: In function 'vringh_complete_kern': /kisskb/src/drivers/vhost/vringh.c:1042:25: note: byref variable will be forcibly initialized 1042 | struct vring_used_elem used; | ^~~~ /kisskb/src/drivers/vhost/vringh.c: In function 'vringh_complete_iotlb': /kisskb/src/drivers/vhost/vringh.c:1411:25: note: byref variable will be forcibly initialized 1411 | struct vring_used_elem used; | ^~~~ /kisskb/src/drivers/vhost/vringh.c: In function '__vringh_iov': /kisskb/src/drivers/vhost/vringh.c:317:10: note: byref variable will be forcibly initialized 317 | size_t len; | ^~~ /kisskb/src/drivers/vhost/vringh.c:297:44: note: byref variable will be forcibly initialized 297 | struct vringh_range range = { -1ULL, 0 }, slowrange; | ^~~~~~~~~ /kisskb/src/drivers/vhost/vringh.c:296:27: note: byref variable will be forcibly initialized 296 | struct vring_desc desc, *descs; | ^~~~~ /kisskb/src/drivers/vhost/vringh.c:296:20: note: byref variable will be forcibly initialized 296 | struct vring_desc desc, *descs; | ^~~~ /kisskb/src/drivers/vhost/vringh.c:295:31: note: byref variable will be forcibly initialized 295 | int err, count = 0, up_next, desc_max; | ^~~~~~~~ /kisskb/src/drivers/vhost/vringh.c:295:22: note: byref variable will be forcibly initialized 295 | int err, count = 0, up_next, desc_max; | ^~~~~~~ /kisskb/src/drivers/vhost/vringh.c: In function 'copy_from_iotlb': /kisskb/src/drivers/vhost/vringh.c:1140:17: note: byref variable will be forcibly initialized 1140 | struct bio_vec iov[16]; | ^~~ /kisskb/src/drivers/vhost/vringh.c:1139:18: note: byref variable will be forcibly initialized 1139 | struct iov_iter iter; | ^~~~ /kisskb/src/drivers/vhost/vringh.c: In function 'getu16_iotlb': /kisskb/src/drivers/vhost/vringh.c:1175:17: note: byref variable will be forcibly initialized 1175 | struct bio_vec iov; | ^~~ /kisskb/src/drivers/vhost/vringh.c: In function 'copy_to_iotlb': /kisskb/src/drivers/vhost/vringh.c:1159:17: note: byref variable will be forcibly initialized 1159 | struct bio_vec iov[16]; | ^~~ /kisskb/src/drivers/vhost/vringh.c:1158:18: note: byref variable will be forcibly initialized 1158 | struct iov_iter iter; | ^~~~ /kisskb/src/drivers/vhost/vringh.c: In function 'putu16_iotlb': /kisskb/src/drivers/vhost/vringh.c:1196:17: note: byref variable will be forcibly initialized 1196 | struct bio_vec iov; | ^~~ /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/drivers/usb/storage/sddr55.c: In function 'sddr55_probe': /kisskb/src/drivers/usb/storage/sddr55.c:983:18: note: byref variable will be forcibly initialized 983 | struct us_data *us; | ^~ In file included from /kisskb/src/drivers/usb/storage/sddr55.c:16: /kisskb/src/drivers/usb/storage/sddr55.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/storage/sddr55.c: In function 'sddr55_get_capacity': /kisskb/src/drivers/usb/storage/sddr55.c:558:16: note: byref variable will be forcibly initialized 558 | unsigned char deviceID; | ^~~~~~~~ /kisskb/src/drivers/usb/storage/sddr55.c:557:16: note: byref variable will be forcibly initialized 557 | unsigned char manufacturerID; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/storage/sddr55.c: In function 'sddr55_write_data': /kisskb/src/drivers/usb/storage/sddr55.c:324:22: note: byref variable will be forcibly initialized 324 | struct scatterlist *sg; | ^~ /kisskb/src/drivers/usb/storage/sddr55.c:323:20: note: byref variable will be forcibly initialized 323 | unsigned int len, offset; | ^~~~~~ /kisskb/src/drivers/input/joystick/cobra.c: In function 'cobra_connect': /kisskb/src/drivers/input/joystick/cobra.c:143:15: note: byref variable will be forcibly initialized 143 | unsigned int data[2]; | ^~~~ /kisskb/src/drivers/input/joystick/cobra.c: In function 'cobra_poll': /kisskb/src/drivers/input/joystick/cobra.c:98:15: note: byref variable will be forcibly initialized 98 | unsigned int data[2]; | ^~~~ /kisskb/src/drivers/usb/storage/sddr55.c: In function 'sddr55_read_data': /kisskb/src/drivers/usb/storage/sddr55.c:203:22: note: byref variable will be forcibly initialized 203 | struct scatterlist *sg; | ^~ /kisskb/src/drivers/usb/storage/sddr55.c:202:20: note: byref variable will be forcibly initialized 202 | unsigned int len, offset; | ^~~~~~ In file included from /kisskb/src/drivers/ipack/carriers/tpci200.c:11: /kisskb/src/drivers/ipack/carriers/tpci200.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/net/ppp/ppp_async.c: In function 'ppp_async_ioctl': /kisskb/src/drivers/net/ppp/ppp_async.c:409:6: note: byref variable will be forcibly initialized 409 | u32 accm[8]; | ^~~~ /kisskb/src/drivers/input/joystick/grip.c: In function 'grip_connect': /kisskb/src/drivers/input/joystick/grip.c:286:15: note: byref variable will be forcibly initialized 286 | unsigned int data[GRIP_LENGTH_XT]; | ^~~~ /kisskb/src/drivers/input/joystick/grip.c: In function 'grip_poll': /kisskb/src/drivers/input/joystick/grip.c:169:15: note: byref variable will be forcibly initialized 169 | unsigned int data[GRIP_LENGTH_XT]; | ^~~~ /kisskb/src/drivers/fsi/fsi-scom.c: In function 'scom_probe': /kisskb/src/drivers/fsi/fsi-scom.c:544:10: note: byref variable will be forcibly initialized 544 | int rc, didx; | ^~~~ /kisskb/src/drivers/fsi/fsi-scom.c: In function 'handle_fsi2pib_status': /kisskb/src/drivers/fsi/fsi-scom.c:241:11: note: byref variable will be forcibly initialized 241 | uint32_t dummy = -1; | ^~~~~ /kisskb/src/drivers/input/joystick/guillemot.c: In function 'guillemot_connect': /kisskb/src/drivers/input/joystick/guillemot.c:165:5: note: byref variable will be forcibly initialized 165 | u8 data[GUILLEMOT_MAX_LENGTH]; | ^~~~ /kisskb/src/drivers/fsi/fsi-scom.c: In function 'handle_pib_status': /kisskb/src/drivers/fsi/fsi-scom.c:259:11: note: byref variable will be forcibly initialized 259 | uint32_t dummy = -1; | ^~~~~ /kisskb/src/drivers/fsi/fsi-scom.c: In function '__put_scom': /kisskb/src/drivers/fsi/fsi-scom.c:78:15: note: byref variable will be forcibly initialized 78 | __be32 data, raw_status; | ^~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-scom.c:78:9: note: byref variable will be forcibly initialized 78 | __be32 data, raw_status; | ^~~~ /kisskb/src/drivers/input/joystick/guillemot.c: In function 'guillemot_poll': /kisskb/src/drivers/input/joystick/guillemot.c:109:5: note: byref variable will be forcibly initialized 109 | u8 data[GUILLEMOT_MAX_LENGTH]; | ^~~~ /kisskb/src/drivers/fsi/fsi-scom.c: In function '__get_scom': /kisskb/src/drivers/fsi/fsi-scom.c:110:15: note: byref variable will be forcibly initialized 110 | __be32 data, raw_status; | ^~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-scom.c:110:9: note: byref variable will be forcibly initialized 110 | __be32 data, raw_status; | ^~~~ /kisskb/src/drivers/fsi/fsi-scom.c: In function 'get_indirect_scom_form0': /kisskb/src/drivers/fsi/fsi-scom.c:190:11: note: byref variable will be forcibly initialized 190 | uint64_t ind_data, ind_addr; | ^~~~~~~~ /kisskb/src/drivers/fsi/fsi-scom.c: In function 'scom_raw_read': /kisskb/src/drivers/fsi/fsi-scom.c:417:11: note: byref variable will be forcibly initialized 417 | uint32_t status; | ^~~~~~ /kisskb/src/drivers/fsi/fsi-scom.c:416:21: note: byref variable will be forcibly initialized 416 | struct scom_access acc; | ^~~ /kisskb/src/drivers/fsi/fsi-scom.c: In function 'get_scom': /kisskb/src/drivers/fsi/fsi-scom.c:307:11: note: byref variable will be forcibly initialized 307 | uint32_t status; | ^~~~~~ /kisskb/src/drivers/fsi/fsi-scom.c: In function 'put_indirect_scom_form0': /kisskb/src/drivers/fsi/fsi-scom.c:147:11: note: byref variable will be forcibly initialized 147 | uint64_t ind_data, ind_addr; | ^~~~~~~~ /kisskb/src/drivers/fsi/fsi-scom.c: In function 'scom_raw_write': /kisskb/src/drivers/fsi/fsi-scom.c:436:11: note: byref variable will be forcibly initialized 436 | uint32_t status; | ^~~~~~ /kisskb/src/drivers/fsi/fsi-scom.c:435:21: note: byref variable will be forcibly initialized 435 | struct scom_access acc; | ^~~ /kisskb/src/drivers/fsi/fsi-scom.c:434:6: note: byref variable will be forcibly initialized 434 | u64 prev_data, mask, data; | ^~~~~~~~~ /kisskb/src/drivers/fsi/fsi-scom.c: In function 'put_scom': /kisskb/src/drivers/fsi/fsi-scom.c:288:11: note: byref variable will be forcibly initialized 288 | uint32_t status; | ^~~~~~ /kisskb/src/drivers/fsi/fsi-scom.c: In function 'scom_reset': /kisskb/src/drivers/fsi/fsi-scom.c:465:18: note: byref variable will be forcibly initialized 465 | uint32_t flags, dummy = -1; | ^~~~~ /kisskb/src/drivers/fsi/fsi-scom.c: In function 'scom_write': /kisskb/src/drivers/fsi/fsi-scom.c:358:11: note: byref variable will be forcibly initialized 358 | uint64_t val; | ^~~ /kisskb/src/drivers/fsi/fsi-scom.c: In function 'scom_read': /kisskb/src/drivers/fsi/fsi-scom.c:328:11: note: byref variable will be forcibly initialized 328 | uint64_t val; | ^~~ /kisskb/src/drivers/iio/accel/mma9553.c: In function 'mma9553_read_activity_stepcnt': /kisskb/src/drivers/iio/accel/mma9553.c:315:6: note: byref variable will be forcibly initialized 315 | u16 buf[2]; | ^~~ /kisskb/src/drivers/iio/accel/mma9553.c: In function 'mma9553_event_handler': /kisskb/src/drivers/iio/accel/mma9553.c:1009:5: note: byref variable will be forcibly initialized 1009 | u8 activity; | ^~~~~~~~ /kisskb/src/drivers/iio/accel/mma9553.c:1008:6: note: byref variable will be forcibly initialized 1008 | u16 stepcnt; | ^~~~~~~ /kisskb/src/drivers/iio/accel/mma9553.c: In function 'mma9553_set_config': /kisskb/src/drivers/iio/accel/mma9553.c:267:15: note: byref variable will be forcibly initialized 267 | u16 reg_val, config; | ^~~~~~ /kisskb/src/drivers/iio/accel/mma9553.c: In function 'mma9553_read_raw': /kisskb/src/drivers/iio/accel/mma9553.c:468:6: note: byref variable will be forcibly initialized 468 | u16 tmp; | ^~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c: In function 'sbefifo_check_sbe_state': /kisskb/src/drivers/fsi/fsi-sbefifo.c:283:9: note: byref variable will be forcibly initialized 283 | __be32 raw_word; | ^~~~~~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c: In function 'sbefifo_regr': /kisskb/src/drivers/fsi/fsi-sbefifo.c:260:9: note: byref variable will be forcibly initialized 260 | __be32 raw_word; | ^~~~~~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c: In function 'sbefifo_regw': /kisskb/src/drivers/fsi/fsi-sbefifo.c:275:9: note: byref variable will be forcibly initialized 275 | __be32 raw_word = cpu_to_be32(word); | ^~~~~~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c: In function 'sbefifo_wait': /kisskb/src/drivers/fsi/fsi-sbefifo.c:450:12: note: byref variable will be forcibly initialized 450 | u32 addr, sts = 0; | ^~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c: In function 'sbefifo_send_command': /kisskb/src/drivers/fsi/fsi-sbefifo.c:493:6: note: byref variable will be forcibly initialized 493 | u32 status; | ^~~~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c: In function 'sbefifo_read_response': /kisskb/src/drivers/fsi/fsi-sbefifo.c:546:9: note: byref variable will be forcibly initialized 546 | __be32 data; | ^~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c:543:6: note: byref variable will be forcibly initialized 543 | u32 status, eot_set; | ^~~~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c: In function 'sbefifo_collect_async_ffdc': /kisskb/src/drivers/fsi/fsi-sbefifo.c:644:9: note: byref variable will be forcibly initialized 644 | __be32 cmd[2]; | ^~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c:643:9: note: byref variable will be forcibly initialized 643 | size_t ffdc_sz; | ^~~~~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c:641:21: note: byref variable will be forcibly initialized 641 | struct kvec ffdc_iov; | ^~~~~~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c:640:25: note: byref variable will be forcibly initialized 640 | struct iov_iter ffdc_iter; | ^~~~~~~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c: In function 'sbefifo_request_reset': /kisskb/src/drivers/fsi/fsi-sbefifo.c:338:6: note: byref variable will be forcibly initialized 338 | u32 status; | ^~~~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c: In function 'sbefifo_cleanup_hw': /kisskb/src/drivers/fsi/fsi-sbefifo.c:379:17: note: byref variable will be forcibly initialized 379 | u32 up_status, down_status; | ^~~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c:379:6: note: byref variable will be forcibly initialized 379 | u32 up_status, down_status; | ^~~~~~~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c: In function 'sbefifo_submit': /kisskb/src/drivers/fsi/fsi-sbefifo.c:734:21: note: byref variable will be forcibly initialized 734 | struct kvec resp_iov; | ^~~~~~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c:733:25: note: byref variable will be forcibly initialized 733 | struct iov_iter resp_iter; | ^~~~~~~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c: In function 'sbefifo_probe': /kisskb/src/drivers/fsi/fsi-sbefifo.c:957:10: note: byref variable will be forcibly initialized 957 | int rc, didx, child_idx = 0; | ^~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c:956:7: note: byref variable will be forcibly initialized 956 | char child_name[32]; | ^~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c: In function 'sbefifo_user_read': /kisskb/src/drivers/fsi/fsi-sbefifo.c:808:22: note: byref variable will be forcibly initialized 808 | struct iovec resp_iov; | ^~~~~~~~ /kisskb/src/drivers/fsi/fsi-sbefifo.c:807:18: note: byref variable will be forcibly initialized 807 | struct iov_iter resp_iter; | ^~~~~~~~~ /kisskb/src/drivers/thunderbolt/tunnel.c: In function 'tb_dp_init_video_credits': /kisskb/src/drivers/thunderbolt/tunnel.c:716:10: note: byref variable will be forcibly initialized 716 | size_t max_dp_streams; | ^~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/thunderbolt/tunnel.c:10: /kisskb/src/drivers/thunderbolt/tunnel.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/thunderbolt/tunnel.c: In function 'tb_dp_consumed_bandwidth': /kisskb/src/drivers/thunderbolt/tunnel.c:627:6: note: byref variable will be forcibly initialized 627 | u32 val, rate = 0, lanes = 0; | ^~~ /kisskb/src/drivers/thunderbolt/tunnel.c: In function 'tb_dp_cm_handshake': /kisskb/src/drivers/thunderbolt/tunnel.c:340:6: note: byref variable will be forcibly initialized 340 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/tunnel.c: In function 'tb_dp_xchg_caps': /kisskb/src/drivers/thunderbolt/tunnel.c:559:17: note: byref variable will be forcibly initialized 559 | u32 new_rate, new_lanes, new_bw; | ^~~~~~~~~ /kisskb/src/drivers/thunderbolt/tunnel.c:559:7: note: byref variable will be forcibly initialized 559 | u32 new_rate, new_lanes, new_bw; | ^~~~~~~~ /kisskb/src/drivers/thunderbolt/tunnel.c:501:39: note: byref variable will be forcibly initialized 501 | u32 out_dp_cap, out_rate, out_lanes, in_dp_cap, in_rate, in_lanes, bw; | ^~~~~~~~~ /kisskb/src/drivers/thunderbolt/tunnel.c:501:6: note: byref variable will be forcibly initialized 501 | u32 out_dp_cap, out_rate, out_lanes, in_dp_cap, in_rate, in_lanes, bw; | ^~~~~~~~~~ /kisskb/src/drivers/thunderbolt/tunnel.c: In function 'tb_usb3_reclaim_available_bandwidth': /kisskb/src/drivers/thunderbolt/tunnel.c:1251:34: note: byref variable will be forcibly initialized 1251 | int ret, max_rate, allocate_up, allocate_down; | ^~~~~~~~~~~~~ /kisskb/src/drivers/thunderbolt/tunnel.c:1251:21: note: byref variable will be forcibly initialized 1251 | int ret, max_rate, allocate_up, allocate_down; | ^~~~~~~~~~~ /kisskb/src/drivers/mux/gpio.c: In function 'mux_gpio_set': /kisskb/src/drivers/mux/gpio.c:27:6: note: byref variable will be forcibly initialized 27 | u32 value = state; | ^~~~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from ./arch/powerpc/include/generated/asm/rwonce.h:1, from /kisskb/src/include/linux/compiler.h:266, from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/drivers/mux/gpio.c:10: /kisskb/src/drivers/mux/gpio.c:26:17: note: byref variable will be forcibly initialized 26 | DECLARE_BITMAP(values, BITS_PER_TYPE(state)); | ^~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/mux/gpio.c: In function 'mux_gpio_probe': /kisskb/src/drivers/mux/gpio.c:54:6: note: byref variable will be forcibly initialized 54 | s32 idle_state; | ^~~~~~~~~~ /kisskb/src/drivers/thunderbolt/tunnel.c: In function 'tb_tunnel_discover_dp': /kisskb/src/drivers/thunderbolt/tunnel.c:774:18: note: byref variable will be forcibly initialized 774 | struct tb_port *port; | ^~~~ /kisskb/src/drivers/thunderbolt/tunnel.c: In function 'tb_tunnel_consumed_bandwidth': /kisskb/src/drivers/thunderbolt/tunnel.c:1710:17: note: byref variable will be forcibly initialized 1710 | int up_bw = 0, down_bw = 0; | ^~~~~~~ /kisskb/src/drivers/thunderbolt/tunnel.c:1710:6: note: byref variable will be forcibly initialized 1710 | int up_bw = 0, down_bw = 0; | ^~~~~ /kisskb/src/drivers/input/tablet/pegasus_notetaker.c: In function 'pegasus_set_mode': /kisskb/src/drivers/input/tablet/pegasus_notetaker.c:127:5: note: byref variable will be forcibly initialized 127 | u8 cmd[] = { NOTETAKER_SET_CMD, NOTETAKER_SET_MODE, led, mode }; | ^~~ /kisskb/src/drivers/staging/rts5208/spi.c: In function 'spi_read_eeprom': /kisskb/src/drivers/staging/rts5208/spi.c:360:5: note: byref variable will be forcibly initialized 360 | u8 data; | ^~~~ /kisskb/src/drivers/staging/rts5208/spi.c: In function 'spi_read_flash': /kisskb/src/drivers/staging/rts5208/spi.c:557:26: note: byref variable will be forcibly initialized 557 | unsigned int index = 0, offset = 0; | ^~~~~~ /kisskb/src/drivers/staging/rts5208/spi.c:557:15: note: byref variable will be forcibly initialized 557 | unsigned int index = 0, offset = 0; | ^~~~~ /kisskb/src/drivers/staging/rts5208/spi.c: In function 'spi_write_flash': /kisskb/src/drivers/staging/rts5208/spi.c:654:26: note: byref variable will be forcibly initialized 654 | unsigned int index = 0, offset = 0; | ^~~~~~ /kisskb/src/drivers/staging/rts5208/spi.c:654:15: note: byref variable will be forcibly initialized 654 | unsigned int index = 0, offset = 0; | ^~~~~ /kisskb/src/drivers/thunderbolt/eeprom.c: In function 'tb_eeprom_get_drom_offset': /kisskb/src/drivers/thunderbolt/eeprom.c:139:28: note: byref variable will be forcibly initialized 139 | struct tb_cap_plug_events cap; | ^~~ /kisskb/src/drivers/thunderbolt/eeprom.c: In function 'tb_eeprom_out': /kisskb/src/drivers/thunderbolt/eeprom.c:98:23: note: byref variable will be forcibly initialized 98 | struct tb_eeprom_ctl ctl; | ^~~ /kisskb/src/drivers/thunderbolt/eeprom.c: In function 'tb_eeprom_in': /kisskb/src/drivers/thunderbolt/eeprom.c:118:23: note: byref variable will be forcibly initialized 118 | struct tb_eeprom_ctl ctl; | ^~~ /kisskb/src/drivers/thunderbolt/eeprom.c: In function 'tb_eeprom_active': /kisskb/src/drivers/thunderbolt/eeprom.c:44:23: note: byref variable will be forcibly initialized 44 | struct tb_eeprom_ctl ctl; | ^~~ /kisskb/src/drivers/thunderbolt/eeprom.c: In function 'tb_eeprom_read_n': /kisskb/src/drivers/thunderbolt/eeprom.c:171:6: note: byref variable will be forcibly initialized 171 | u16 drom_offset; | ^~~~~~~~~~~ /kisskb/src/drivers/thunderbolt/eeprom.c: In function 'tb_drom_parse_entry_port': /kisskb/src/drivers/thunderbolt/eeprom.c:365:20: note: byref variable will be forcibly initialized 365 | enum tb_port_type type; | ^~~~ /kisskb/src/drivers/thunderbolt/eeprom.c: In function 'tb_drom_read_uid_only': /kisskb/src/drivers/thunderbolt/eeprom.c:304:5: note: byref variable will be forcibly initialized 304 | u8 data[9]; | ^~~~ /kisskb/src/drivers/thunderbolt/eeprom.c: In function 'tb_drom_copy_nvm': /kisskb/src/drivers/thunderbolt/eeprom.c:474:6: note: byref variable will be forcibly initialized 474 | u32 drom_offset; | ^~~~~~~~~~~ /kisskb/src/drivers/thunderbolt/eeprom.c: In function 'tb_drom_read': /kisskb/src/drivers/thunderbolt/eeprom.c:604:6: note: byref variable will be forcibly initialized 604 | u16 size; | ^~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_rdwr.c: In function 'do_io_rw': /kisskb/src/drivers/vfio/pci/vfio_pci_rdwr.c:185:8: note: byref variable will be forcibly initialized 185 | u8 val = 0xFF; | ^~~ /kisskb/src/drivers/vfio/pci/vfio_pci_rdwr.c:160:7: note: byref variable will be forcibly initialized 160 | u8 val; | ^~~ /kisskb/src/drivers/vfio/pci/vfio_pci_rdwr.c:138:8: note: byref variable will be forcibly initialized 138 | u16 val; | ^~~ /kisskb/src/drivers/vfio/pci/vfio_pci_rdwr.c:116:8: note: byref variable will be forcibly initialized 116 | u32 val; | ^~~ /kisskb/src/drivers/vfio/pci/vfio_pci_rdwr.c: In function 'vfio_pci_bar_rw': /kisskb/src/drivers/vfio/pci/vfio_pci_rdwr.c:233:9: note: byref variable will be forcibly initialized 233 | size_t x_start = 0, x_end = 0; | ^~~~~~~ /kisskb/src/drivers/mux/mmio.c: In function 'mux_mmio_probe': /kisskb/src/drivers/mux/mmio.c:78:12: note: byref variable will be forcibly initialized 78 | u32 reg, mask; | ^~~~ /kisskb/src/drivers/mux/mmio.c:78:7: note: byref variable will be forcibly initialized 78 | u32 reg, mask; | ^~~ /kisskb/src/drivers/mux/mmio.c:77:7: note: byref variable will be forcibly initialized 77 | s32 idle_state = MUX_IDLE_AS_IS; | ^~~~~~~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci.c: In function 'vfio_pci_fill_ids': /kisskb/src/drivers/vfio/pci/vfio_pci.c:211:39: note: byref variable will be forcibly initialized 211 | subdevice = PCI_ANY_ID, class = 0, class_mask = 0; | ^~~~~~~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci.c:211:28: note: byref variable will be forcibly initialized 211 | subdevice = PCI_ANY_ID, class = 0, class_mask = 0; | ^~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci.c:211:4: note: byref variable will be forcibly initialized 211 | subdevice = PCI_ANY_ID, class = 0, class_mask = 0; | ^~~~~~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci.c:210:32: note: byref variable will be forcibly initialized 210 | unsigned int vendor, device, subvendor = PCI_ANY_ID, | ^~~~~~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci.c:210:24: note: byref variable will be forcibly initialized 210 | unsigned int vendor, device, subvendor = PCI_ANY_ID, | ^~~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci.c:210:16: note: byref variable will be forcibly initialized 210 | unsigned int vendor, device, subvendor = PCI_ANY_ID, | ^~~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci.c:200:8: note: byref variable will be forcibly initialized 200 | char *p, *id; | ^ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c: In function 'vfio_user_config_read': /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:138:7: note: byref variable will be forcibly initialized 138 | u16 tmp; | ^~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:131:6: note: byref variable will be forcibly initialized 131 | u8 tmp; | ^~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:126:6: note: byref variable will be forcibly initialized 126 | u32 tmp_val = 0; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_readreg24': /kisskb/src/drivers/media/dvb-frontends/si2165.c:116:5: note: byref variable will be forcibly initialized 116 | u8 buf[3]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_readreg16': /kisskb/src/drivers/media/dvb-frontends/si2165.c:105:5: note: byref variable will be forcibly initialized 105 | u8 buf[2]; | ^~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c: In function 'vfio_default_config_read': /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:187:10: note: byref variable will be forcibly initialized 187 | __le32 phys_val = 0; | ^~~~~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:178:9: note: byref variable will be forcibly initialized 178 | __le32 virt = 0; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_writereg16': /kisskb/src/drivers/media/dvb-frontends/si2165.c:131:5: note: byref variable will be forcibly initialized 131 | u8 buf[2] = { val & 0xff, (val >> 8) & 0xff }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_writereg32': /kisskb/src/drivers/media/dvb-frontends/si2165.c:145:5: note: byref variable will be forcibly initialized 145 | u8 buf[4] = { | ^~~ In file included from /kisskb/src/include/linux/gameport.h:14, from /kisskb/src/drivers/input/joystick/joydump.c:15: /kisskb/src/drivers/input/joystick/joydump.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c: In function 'vfio_need_bar_restore': /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:542:6: note: byref variable will be forcibly initialized 542 | u32 bar; | ^~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_set_if_freq_shift': /kisskb/src/drivers/media/dvb-frontends/si2165.c:849:6: note: byref variable will be forcibly initialized 849 | u32 IF = 0; | ^~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_init_pll': /kisskb/src/drivers/media/dvb-frontends/si2165.c:209:5: note: byref variable will be forcibly initialized 209 | u8 buf[4]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_writereg24': /kisskb/src/drivers/media/dvb-frontends/si2165.c:138:5: note: byref variable will be forcibly initialized 138 | u8 buf[3] = { val & 0xff, (val >> 8) & 0xff, (val >> 16) & 0xff }; | ^~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_upload_firmware_block': /kisskb/src/drivers/media/dvb-frontends/si2165.c:290:5: note: byref variable will be forcibly initialized 290 | u8 buf_ctrl[4] = { 0x00, 0x00, 0x00, 0xc0 }; | ^~~~~~~~ /kisskb/src/drivers/input/joystick/joydump.c: In function 'joydump_connect': /kisskb/src/drivers/input/joystick/joydump.c:37:15: note: byref variable will be forcibly initialized 37 | int axes[4], buttons; | ^~~~~~~ /kisskb/src/drivers/input/joystick/joydump.c:37:6: note: byref variable will be forcibly initialized 37 | int axes[4], buttons; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_readreg8': /kisskb/src/drivers/media/dvb-frontends/si2165.c:95:15: note: byref variable will be forcibly initialized 95 | unsigned int val_tmp; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_wait_init_done': /kisskb/src/drivers/media/dvb-frontends/si2165.c:270:5: note: byref variable will be forcibly initialized 270 | u8 val = 0; | ^~~ /kisskb/src/drivers/input/joystick/interact.c: In function 'interact_connect': /kisskb/src/drivers/input/joystick/interact.c:194:8: note: byref variable will be forcibly initialized 194 | __u32 data[3]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_probe': /kisskb/src/drivers/media/dvb-frontends/si2165.c:1154:5: note: byref variable will be forcibly initialized 1154 | u8 val; | ^~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c: In function 'vfio_default_config_write': /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:228:10: note: byref variable will be forcibly initialized 228 | __le32 phys_val = 0; | ^~~~~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:215:10: note: byref variable will be forcibly initialized 215 | __le32 virt_val = 0; | ^~~~~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:204:19: note: byref variable will be forcibly initialized 204 | __le32 virt = 0, write = 0; | ^~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:204:9: note: byref variable will be forcibly initialized 204 | __le32 virt = 0, write = 0; | ^~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c: In function 'vfio_bar_restore': /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:420:6: note: byref variable will be forcibly initialized 420 | u16 cmd; | ^~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_read_status': /kisskb/src/drivers/media/dvb-frontends/si2165.c:768:9: note: byref variable will be forcibly initialized 768 | u32 biterrcnt; | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c:672:6: note: byref variable will be forcibly initialized 672 | u32 u32tmp; | ^~~~~~ /kisskb/src/drivers/input/joystick/interact.c: In function 'interact_poll': /kisskb/src/drivers/input/joystick/interact.c:116:6: note: byref variable will be forcibly initialized 116 | u32 data[3]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c:671:5: note: byref variable will be forcibly initialized 671 | u8 u8tmp; | ^~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c: In function 'vfio_basic_config_write': /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:568:7: note: byref variable will be forcibly initialized 568 | u16 phys_cmd; | ^~~~~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c: In function 'vfio_config_do_rw': /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:1810:9: note: byref variable will be forcibly initialized 1810 | __le32 val = 0; | ^~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_set_frontend': /kisskb/src/drivers/media/dvb-frontends/si2165.c:1039:5: note: byref variable will be forcibly initialized 1039 | u8 val[3]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_writereg_mask8': /kisskb/src/drivers/media/dvb-frontends/si2165.c:158:6: note: byref variable will be forcibly initialized 158 | u8 tmp; | ^~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c: In function 'vfio_vpd_config_write': /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:758:6: note: byref variable will be forcibly initialized 758 | u32 data; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_upload_firmware': /kisskb/src/drivers/media/dvb-frontends/si2165.c:372:6: note: byref variable will be forcibly initialized 372 | u32 offset; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c:368:25: note: byref variable will be forcibly initialized 368 | const struct firmware *fw = NULL; | ^~ /kisskb/src/drivers/media/dvb-frontends/si2165.c:365:6: note: byref variable will be forcibly initialized 365 | u16 val16; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c:364:5: note: byref variable will be forcibly initialized 364 | u8 val[3]; | ^~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c: In function 'vfio_af_config_write': /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:933:6: note: byref variable will be forcibly initialized 933 | u8 cap; | ^~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c: In function 'vfio_exp_config_write': /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:851:7: note: byref variable will be forcibly initialized 851 | u32 cap; | ^~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c: In function 'vfio_vc_cap_len': /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:1228:6: note: byref variable will be forcibly initialized 1228 | u32 tmp; | ^~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c: In function 'si2165_init': /kisskb/src/drivers/media/dvb-frontends/si2165.c:530:5: note: byref variable will be forcibly initialized 530 | u8 patch_version = 0x00; | ^~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/si2165.c:529:5: note: byref variable will be forcibly initialized 529 | u8 val; | ^~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c: In function 'vfio_msi_cap_len': /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:1196:6: note: byref variable will be forcibly initialized 1196 | u16 flags; | ^~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c: In function 'vfio_fill_vconfig_bytes': /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:1440:8: note: byref variable will be forcibly initialized 1440 | u16 word; | ^~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:1431:8: note: byref variable will be forcibly initialized 1431 | u32 dword; | ^~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c: In function 'vfio_cap_len': /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:1271:5: note: byref variable will be forcibly initialized 1271 | u8 byte; | ^~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:1270:6: note: byref variable will be forcibly initialized 1270 | u16 word; | ^~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:1269:6: note: byref variable will be forcibly initialized 1269 | u32 dword; | ^~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c: In function 'vfio_cap_init': /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:1488:6: note: byref variable will be forcibly initialized 1488 | u8 next; | ^~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:1467:17: note: byref variable will be forcibly initialized 1467 | u8 pos, *prev, cap; | ^~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:1467:5: note: byref variable will be forcibly initialized 1467 | u8 pos, *prev, cap; | ^~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:1466:6: note: byref variable will be forcibly initialized 1466 | u16 status; | ^~~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c: In function 'vfio_ext_cap_len': /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:1345:6: note: byref variable will be forcibly initialized 1345 | u32 dword; | ^~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:1344:5: note: byref variable will be forcibly initialized 1344 | u8 byte; | ^~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/dmar.h:12, from /kisskb/src/drivers/thunderbolt/domain.c:10: /kisskb/src/drivers/thunderbolt/domain.c: In function 'kmalloc_array': /kisskb/src/drivers/vfio/pci/vfio_pci_config.c: In function 'vfio_ecap_init': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:1568:7: note: byref variable will be forcibly initialized 1568 | u32 header; | ^~~~~~ /kisskb/src/drivers/thunderbolt/domain.c: In function 'boot_acl_store': /kisskb/src/drivers/thunderbolt/domain.c:168:18: note: byref variable will be forcibly initialized 168 | char *str, *s, *uuid_str; | ^~~~~~~~ /kisskb/src/drivers/vfio/pci/vfio_pci_config.c: In function 'vfio_pci_config_rw': /kisskb/src/drivers/vfio/pci/vfio_pci_config.c:1893:9: note: byref variable will be forcibly initialized 1893 | loff_t pos = *ppos; | ^~~ /kisskb/src/drivers/thunderbolt/domain.c: In function 'tb_domain_challenge_switch_key': /kisskb/src/drivers/thunderbolt/domain.c:712:5: note: byref variable will be forcibly initialized 712 | u8 hmac[TB_SWITCH_KEY_SIZE]; | ^~~~ /kisskb/src/drivers/thunderbolt/domain.c:711:5: note: byref variable will be forcibly initialized 711 | u8 response[TB_SWITCH_KEY_SIZE]; | ^~~~~~~~ /kisskb/src/drivers/thunderbolt/domain.c:710:5: note: byref variable will be forcibly initialized 710 | u8 challenge[TB_SWITCH_KEY_SIZE]; | ^~~~~~~~~ /kisskb/src/drivers/mux/adg792a.c: In function 'adg792a_probe': /kisskb/src/drivers/mux/adg792a.c:66:6: note: byref variable will be forcibly initialized 66 | u32 cells; | ^~~~~ /kisskb/src/drivers/mux/adg792a.c:65:6: note: byref variable will be forcibly initialized 65 | s32 idle_state[3]; | ^~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/ad7879.c: In function 'ad7879_disable_store': /kisskb/src/drivers/input/touchscreen/ad7879.c:371:15: note: byref variable will be forcibly initialized 371 | unsigned int val; | ^~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/net/ppp/bsd_comp.c:66: /kisskb/src/drivers/net/ppp/bsd_comp.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:135:6: note: in expansion of macro 'check_mul_overflow' 135 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:135:6: note: in expansion of macro 'check_mul_overflow' 135 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:133:9: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ /kisskb/src/drivers/input/touchscreen/ad7879.c: In function 'ad7879_parse_dt': /kisskb/src/drivers/input/touchscreen/ad7879.c:494:6: note: byref variable will be forcibly initialized 494 | u32 tmp; | ^~~ /kisskb/src/drivers/input/touchscreen/ad7879.c: In function 'ad7879_read': /kisskb/src/drivers/input/touchscreen/ad7879.c:137:15: note: byref variable will be forcibly initialized 137 | unsigned int val; | ^~~ /kisskb/src/drivers/input/joystick/spaceorb.c: In function 'spaceorb_process_packet': /kisskb/src/drivers/input/joystick/spaceorb.c:63:6: note: byref variable will be forcibly initialized 63 | int axes[6]; | ^~~~ /kisskb/src/drivers/fsi/fsi-occ.c: In function 'occ_putsram': /kisskb/src/drivers/fsi/fsi-occ.c:320:9: note: byref variable will be forcibly initialized 320 | size_t resp_len = OCC_MAX_RESP_WORDS; | ^~~~~~~~ /kisskb/src/drivers/fsi/fsi-occ.c:319:18: note: byref variable will be forcibly initialized 319 | size_t cmd_len, parsed_len, resp_data_len; | ^~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-occ.c: In function 'occ_trigger_attn': /kisskb/src/drivers/fsi/fsi-occ.c:397:9: note: byref variable will be forcibly initialized 397 | size_t resp_len = OCC_MAX_RESP_WORDS; | ^~~~~~~~ /kisskb/src/drivers/fsi/fsi-occ.c:396:18: note: byref variable will be forcibly initialized 396 | size_t cmd_len, parsed_len, resp_data_len; | ^~~~~~~~~~ /kisskb/src/drivers/fsi/fsi-occ.c: In function 'occ_getsram': /kisskb/src/drivers/fsi/fsi-occ.c:261:9: note: byref variable will be forcibly initialized 261 | __be32 cmd[6]; | ^~~ /kisskb/src/drivers/fsi/fsi-occ.c:259:9: note: byref variable will be forcibly initialized 259 | size_t resp_len = OCC_MAX_RESP_WORDS; | ^~~~~~~~ /kisskb/src/drivers/fsi/fsi-occ.c:258:18: note: byref variable will be forcibly initialized 258 | size_t cmd_len, parsed_len, resp_data_len; | ^~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/88pm860x-ts.c: In function 'pm860x_touch_handler': /kisskb/src/drivers/input/touchscreen/88pm860x-ts.c:52:16: note: byref variable will be forcibly initialized 52 | unsigned char buf[MEAS_LEN]; | ^~~ /kisskb/src/drivers/input/touchscreen/88pm860x-ts.c: In function 'pm860x_touch_dt_init': /kisskb/src/drivers/input/touchscreen/88pm860x-ts.c:123:12: note: byref variable will be forcibly initialized 123 | int data, n, ret; | ^ /kisskb/src/drivers/input/touchscreen/88pm860x-ts.c:123:6: note: byref variable will be forcibly initialized 123 | int data, n, ret; | ^~~~ /kisskb/src/drivers/fsi/fsi-occ.c: In function 'occ_write': /kisskb/src/drivers/fsi/fsi-occ.c:142:9: note: byref variable will be forcibly initialized 142 | size_t rlen, data_length; | ^~~~ /kisskb/src/drivers/input/touchscreen/88pm860x-ts.c: In function 'pm860x_touch_probe': /kisskb/src/drivers/input/touchscreen/88pm860x-ts.c:185:16: note: byref variable will be forcibly initialized 185 | int irq, ret, res_x = 0, data = 0; | ^~~~~ /kisskb/src/drivers/fsi/fsi-occ.c: In function 'occ_probe': /kisskb/src/drivers/fsi/fsi-occ.c:580:6: note: byref variable will be forcibly initialized 580 | u32 reg; | ^~~ /kisskb/src/drivers/usb/image/microtek.c: In function 'mts_usb_probe': /kisskb/src/drivers/usb/image/microtek.c:660:6: note: byref variable will be forcibly initialized 660 | int ep_in_set[3]; /* this will break if we have more than three endpoints | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/a8293.c: In function 'a8293_set_voltage': /kisskb/src/drivers/media/dvb-frontends/a8293.c:21:11: note: byref variable will be forcibly initialized 21 | u8 reg0, reg1; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/a8293.c:21:5: note: byref variable will be forcibly initialized 21 | u8 reg0, reg1; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/a8293.c: In function 'a8293_probe': /kisskb/src/drivers/media/dvb-frontends/a8293.c:72:5: note: byref variable will be forcibly initialized 72 | u8 buf[2]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/sp2.c: In function 'sp2_read_i2c': /kisskb/src/drivers/media/dvb-frontends/sp2.c:22:17: note: byref variable will be forcibly initialized 22 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/sp2.c: In function 'sp2_ci_poll_slot_status': /kisskb/src/drivers/media/dvb-frontends/sp2.c:237:5: note: byref variable will be forcibly initialized 237 | u8 buf[2]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/sp2.c: In function 'sp2_write_i2c': /kisskb/src/drivers/media/dvb-frontends/sp2.c:59:17: note: byref variable will be forcibly initialized 59 | struct i2c_msg msg = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/sp2.c:56:5: note: byref variable will be forcibly initialized 56 | u8 buffer[35]; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/sp2.c: In function 'sp2_ci_op_cam': /kisskb/src/drivers/media/dvb-frontends/sp2.c:97:6: note: byref variable will be forcibly initialized 97 | int mem, ret; | ^~~ /kisskb/src/drivers/media/dvb-frontends/sp2.c:96:5: note: byref variable will be forcibly initialized 96 | u8 store; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/sp2.c: In function 'sp2_ci_slot_ts_enable': /kisskb/src/drivers/media/dvb-frontends/sp2.c:219:5: note: byref variable will be forcibly initialized 219 | u8 buf; | ^~~ /kisskb/src/drivers/media/dvb-frontends/sp2.c: In function 'sp2_ci_slot_reset': /kisskb/src/drivers/media/dvb-frontends/sp2.c:177:5: note: byref variable will be forcibly initialized 177 | u8 buf; | ^~~ /kisskb/src/drivers/media/dvb-frontends/sp2.c: In function 'sp2_init': /kisskb/src/drivers/media/dvb-frontends/sp2.c:267:5: note: byref variable will be forcibly initialized 267 | u8 cimax_init[34] = { | ^~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/sp2.c:266:5: note: byref variable will be forcibly initialized 266 | u8 buf; | ^~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/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:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/i2c-hid/i2c-hid-core.c:274:8: note: in expansion of macro 'wait_event_timeout' 274 | if (!wait_event_timeout(ihid->wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/i2c-hid/i2c-hid-core.c:218:17: note: byref variable will be forcibly initialized 218 | struct i2c_msg msg[2]; | ^~~ /kisskb/src/drivers/hid/i2c-hid/i2c-hid-core.c: In function 'i2c_hid_get_report': /kisskb/src/drivers/hid/i2c-hid/i2c-hid-core.c:296:5: note: byref variable will be forcibly initialized 296 | u8 args[3]; | ^~~~ /kisskb/src/drivers/hid/i2c-hid/i2c-hid-core.c: In function 'i2c_hid_start': /kisskb/src/drivers/hid/i2c-hid/i2c-hid-core.c:767:15: note: byref variable will be forcibly initialized 767 | unsigned int bufsize = HID_MIN_BUFFER_SIZE; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tda10071.c: In function 'tda10071_probe': /kisskb/src/drivers/media/dvb-frontends/tda10071.c:1154:15: note: byref variable will be forcibly initialized 1154 | unsigned int uitmp; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/tda10071.c: In function 'tda10071_cmd_execute': /kisskb/src/drivers/media/dvb-frontends/tda10071.c:44:15: note: byref variable will be forcibly initialized 44 | unsigned int uitmp; | ^~~~~ /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:306:15: note: byref variable will be forcibly initialized 306 | unsigned int uitmp; | ^~~~~ /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:186:15: note: byref variable will be forcibly initialized 186 | unsigned int uitmp; | ^~~~~ /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:246:15: note: byref variable will be forcibly initialized 246 | unsigned int uitmp; | ^~~~~ /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:371:5: note: byref variable will be forcibly initialized 371 | u8 buf[8]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda10071.c:370:15: note: byref variable will be forcibly initialized 370 | unsigned int uitmp; | ^~~~~ /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_get_frontend': /kisskb/src/drivers/media/dvb-frontends/tda10071.c:698:5: note: byref variable will be forcibly initialized 698 | u8 buf[5], tmp; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda10071.c: In function 'tda10071_wr_reg_mask': /kisskb/src/drivers/media/dvb-frontends/tda10071.c:22:5: note: byref variable will be forcibly initialized 22 | u8 tmp; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda10071.c: In function 'tda10071_sleep': /kisskb/src/drivers/media/dvb-frontends/tda10071.c:1044:31: note: byref variable will be forcibly initialized 1044 | struct tda10071_reg_val_mask tab[] = { | ^~~ /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:773:31: note: byref variable will be forcibly initialized 773 | struct tda10071_reg_val_mask tab2[] = { | ^~~~ /kisskb/src/drivers/media/dvb-frontends/tda10071.c:761:31: note: byref variable will be forcibly initialized 761 | struct tda10071_reg_val_mask tab[] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda10071.c:760:10: note: byref variable will be forcibly initialized 760 | u8 tmp, buf[4]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tda10071.c:758:25: note: byref variable will be forcibly initialized 758 | const struct firmware *fw; | ^~ /kisskb/src/drivers/media/dvb-frontends/tda10071.c:757:15: note: byref variable will be forcibly initialized 757 | unsigned int uitmp; | ^~~~~ /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/input/rmi4/rmi_bus.c: In function 'rmi_dbg': /kisskb/src/drivers/input/rmi4/rmi_bus.c:27:10: note: byref variable will be forcibly initialized 27 | va_list args; | ^~~~ /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/input/rmi4/rmi_bus.c: In function 'rmi_function_of_probe': /kisskb/src/drivers/input/rmi4/rmi_bus.c:158:7: note: byref variable will be forcibly initialized 158 | char of_name[9]; | ^~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_bus.c: In function 'rmi_of_property_read_u32': /kisskb/src/drivers/input/rmi4/rmi_bus.c:418:6: note: byref variable will be forcibly initialized 418 | u32 val = 0; | ^~~ /kisskb/src/drivers/media/dvb-frontends/rtl2830.c: In function 'rtl2830_pid_filter': /kisskb/src/drivers/media/dvb-frontends/rtl2830.c:606:5: note: byref variable will be forcibly initialized 606 | u8 buf[4]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/rtl2830.c: In function 'rtl2830_probe': /kisskb/src/drivers/media/dvb-frontends/rtl2830.c:777:5: note: byref variable will be forcibly initialized 777 | u8 u8tmp; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/rtl2830.c: In function 'rtl2830_read_status': /kisskb/src/drivers/media/dvb-frontends/rtl2830.c:388:12: note: byref variable will be forcibly initialized 388 | u8 u8tmp, buf[2]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/rtl2830.c:388:5: note: byref variable will be forcibly initialized 388 | u8 u8tmp, buf[2]; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/rtl2830.c: In function 'rtl2830_get_frontend': /kisskb/src/drivers/media/dvb-frontends/rtl2830.c:274:5: note: byref variable will be forcibly initialized 274 | u8 buf[3]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/rtl2830.c: In function 'rtl2830_set_frontend': /kisskb/src/drivers/media/dvb-frontends/rtl2830.c:166:14: note: byref variable will be forcibly initialized 166 | u32 if_ctl, if_frequency; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/rtl2830.c:165:13: note: byref variable will be forcibly initialized 165 | u8 buf[3], u8tmp; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/rtl2830.c:165:5: note: byref variable will be forcibly initialized 165 | u8 buf[3], u8tmp; | ^~~ /kisskb/src/drivers/media/dvb-frontends/rtl2830.c: In function 'rtl2830_regmap_read': /kisskb/src/drivers/media/dvb-frontends/rtl2830.c:695:17: note: byref variable will be forcibly initialized 695 | struct i2c_msg msg[2] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/rtl2830.c: In function 'rtl2830_regmap_gather_write': /kisskb/src/drivers/media/dvb-frontends/rtl2830.c:749:17: note: byref variable will be forcibly initialized 749 | struct i2c_msg msg[1] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/rtl2830.c:748:5: note: byref variable will be forcibly initialized 748 | u8 buf[256]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/rtl2830.c: In function 'rtl2830_regmap_write': /kisskb/src/drivers/media/dvb-frontends/rtl2830.c:723:17: note: byref variable will be forcibly initialized 723 | struct i2c_msg msg[1] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/rtl2832.c: In function 'rtl2832_rd_demod_reg': /kisskb/src/drivers/media/dvb-frontends/rtl2832.c:148:15: note: byref variable will be forcibly initialized 148 | u8 msb, lsb, reading[4], len; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/rtl2832.c: In function 'rtl2832_get_frontend': /kisskb/src/drivers/media/dvb-frontends/rtl2832.c:530:5: note: byref variable will be forcibly initialized 530 | u8 buf[3]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/rtl2832.c: In function 'rtl2832_pid_filter': /kisskb/src/drivers/media/dvb-frontends/rtl2832.c:980:5: note: byref variable will be forcibly initialized 980 | u8 buf[4]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/rtl2832.c: In function 'rtl2832_wr_demod_reg': /kisskb/src/drivers/media/dvb-frontends/rtl2832.c:178:27: note: byref variable will be forcibly initialized 178 | u8 msb, lsb, reading[4], writing[4], len; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/rtl2832.c:178:15: note: byref variable will be forcibly initialized 178 | u8 msb, lsb, reading[4], writing[4], len; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/rtl2832.c: In function 'rtl2832_init': /kisskb/src/drivers/media/dvb-frontends/rtl2832.c:253:27: note: byref variable will be forcibly initialized 253 | struct rtl2832_reg_value rtl2832_initial_regs[] = { | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/rtl2832.c: In function 'rtl2832_read_status': /kisskb/src/drivers/media/dvb-frontends/rtl2832.c:644:12: note: byref variable will be forcibly initialized 644 | u8 u8tmp, buf[2]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/rtl2832.c:644:5: note: byref variable will be forcibly initialized 644 | u8 u8tmp, buf[2]; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/rtl2832.c:643:6: note: byref variable will be forcibly initialized 643 | u32 tmp; | ^~~ /kisskb/src/drivers/media/dvb-frontends/rtl2832.c: In function 'rtl2832_set_frontend': /kisskb/src/drivers/media/dvb-frontends/rtl2832.c:446:7: note: byref variable will be forcibly initialized 446 | u32 if_freq; | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/rtl2832.c: In function 'rtl2832_probe': /kisskb/src/drivers/media/dvb-frontends/rtl2832.c:1031:5: note: byref variable will be forcibly initialized 1031 | u8 tmp; | ^~~ /kisskb/src/drivers/media/dvb-frontends/af9033.c: In function 'af9033_get_frontend': /kisskb/src/drivers/media/dvb-frontends/af9033.c:492:5: note: byref variable will be forcibly initialized 492 | u8 buf[8]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/af9033.c: In function 'af9033_probe': /kisskb/src/drivers/media/dvb-frontends/af9033.c:1058:5: note: byref variable will be forcibly initialized 1058 | u8 buf[8]; | ^~~ /kisskb/src/drivers/input/rmi4/rmi_f01.c: In function 'rmi_f01_attention': /kisskb/src/drivers/input/rmi4/rmi_f01.c:688:5: note: byref variable will be forcibly initialized 688 | u8 device_status; | ^~~~~~~~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_f01.c: In function 'rmi_f01_of_probe': /kisskb/src/drivers/input/rmi4/rmi_f01.c:345:6: note: byref variable will be forcibly initialized 345 | u32 val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/af9033.c: In function 'af9033_pid_filter': /kisskb/src/drivers/media/dvb-frontends/af9033.c:988:5: note: byref variable will be forcibly initialized 988 | u8 wbuf[2] = {(pid >> 0) & 0xff, (pid >> 8) & 0xff}; | ^~~~ /kisskb/src/drivers/input/rmi4/rmi_f01.c: In function 'rmi_f01_read_properties': /kisskb/src/drivers/input/rmi4/rmi_f01.c:150:5: note: byref variable will be forcibly initialized 150 | u8 ds4_query_len; | ^~~~~~~~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_f01.c:141:5: note: byref variable will be forcibly initialized 141 | u8 queries[RMI_F01_BASIC_QUERY_LEN]; | ^~~~~~~ /kisskb/src/drivers/input/joystick/tmdc.c: In function 'tmdc_poll': /kisskb/src/drivers/input/joystick/tmdc.c:225:16: note: byref variable will be forcibly initialized 225 | unsigned char data[2][TMDC_MAX_LENGTH]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/af9033.c: In function 'af9033_set_frontend': /kisskb/src/drivers/media/dvb-frontends/af9033.c:363:6: note: byref variable will be forcibly initialized 363 | u32 if_frequency; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/af9033.c:362:10: note: byref variable will be forcibly initialized 362 | u8 tmp, buf[3], bandwidth_reg_val; | ^~~ /kisskb/src/drivers/input/rmi4/rmi_f01.c: In function 'rmi_f01_probe': /kisskb/src/drivers/input/rmi4/rmi_f01.c:393:5: note: byref variable will be forcibly initialized 393 | u8 temp; | ^~~~ /kisskb/src/drivers/input/rmi4/rmi_f01.c:392:5: note: byref variable will be forcibly initialized 392 | u8 device_status; | ^~~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/af9033.c: In function 'af9033_read_snr': /kisskb/src/drivers/media/dvb-frontends/af9033.c:825:15: note: byref variable will be forcibly initialized 825 | unsigned int utmp; | ^~~~ /kisskb/src/drivers/input/joystick/tmdc.c: In function 'tmdc_connect': /kisskb/src/drivers/input/joystick/tmdc.c:349:16: note: byref variable will be forcibly initialized 349 | unsigned char data[2][TMDC_MAX_LENGTH]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/af9033.c: In function 'af9033_read_signal_strength': /kisskb/src/drivers/media/dvb-frontends/af9033.c:877:18: note: byref variable will be forcibly initialized 877 | u8 gain_offset, buf[7]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/af9033.c:876:15: note: byref variable will be forcibly initialized 876 | unsigned int utmp; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/af9033.c: In function 'af9033_read_status': /kisskb/src/drivers/media/dvb-frontends/af9033.c:619:15: note: byref variable will be forcibly initialized 619 | unsigned int utmp, utmp1; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/af9033.c:618:5: note: byref variable will be forcibly initialized 618 | u8 buf[7]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/af9033.c: In function 'af9033_sleep': /kisskb/src/drivers/media/dvb-frontends/af9033.c:309:15: note: byref variable will be forcibly initialized 309 | unsigned int utmp; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/af9033.c: In function 'af9033_wr_reg_val_tab': /kisskb/src/drivers/media/dvb-frontends/af9033.c:38:5: note: byref variable will be forcibly initialized 38 | u8 buf[1 + MAX_TAB_LEN]; | ^~~ In file included from /kisskb/src/include/linux/rmi.h:13, from /kisskb/src/drivers/input/rmi4/rmi_driver.c:23: /kisskb/src/drivers/input/rmi4/rmi_driver.c: In function 'rmi_set_attn_data': /kisskb/src/include/linux/kfifo.h:408:29: note: byref variable will be forcibly initialized 408 | typeof(*__tmp->const_type) __val = (val); \ | ^~~~~ /kisskb/src/drivers/input/rmi4/rmi_driver.c:184:2: note: in expansion of macro 'kfifo_put' 184 | kfifo_put(&drvdata->attn_fifo, attn_data); | ^~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/af9033.c: In function 'af9033_init': /kisskb/src/drivers/media/dvb-frontends/af9033.c:76:5: note: byref variable will be forcibly initialized 76 | u8 buf[4]; | ^~~ /kisskb/src/drivers/input/rmi4/rmi_driver.c: In function 'rmi_read_pdt_entry': /kisskb/src/drivers/input/rmi4/rmi_driver.c:462:5: note: byref variable will be forcibly initialized 462 | u8 buf[RMI_PDT_ENTRY_SIZE]; | ^~~ /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/input/rmi4/rmi_2d_sensor.c: In function 'rmi_2d_sensor_of_probe': /kisskb/src/drivers/input/rmi4/rmi_2d_sensor.c:229:6: note: byref variable will be forcibly initialized 229 | u32 val; | ^~~ /kisskb/src/drivers/input/rmi4/rmi_driver.c: In function 'rmi_check_bootloader_mode': /kisskb/src/drivers/input/rmi4/rmi_driver.c:749:5: note: byref variable will be forcibly initialized 749 | u8 status; | ^~~~~~ In file included from /kisskb/src/drivers/input/rmi4/rmi_driver.c:21: /kisskb/src/drivers/input/rmi4/rmi_driver.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized 427 | unsigned int irq; | ^~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/bitmap.h:8, from /kisskb/src/drivers/input/rmi4/rmi_driver.c:14: /kisskb/src/drivers/input/rmi4/rmi_driver.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/powerpc/include/asm/io.h:27, from /kisskb/src/include/linux/io.h:13, from /kisskb/src/include/linux/irq.h:20, from /kisskb/src/drivers/input/rmi4/rmi_driver.c:17: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/drivers/input/rmi4/rmi_driver.c: In function 'rmi_initial_reset': /kisskb/src/drivers/input/rmi4/rmi_driver.c:798:6: note: byref variable will be forcibly initialized 798 | u8 cmd_buf = RMI_DEVICE_RESET_CMD; | ^~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_driver.c: In function 'rmi_scan_pdt': /kisskb/src/drivers/input/rmi4/rmi_driver.c:547:6: note: byref variable will be forcibly initialized 547 | int empty_pages = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_driver.c: In function 'rmi_read_register_desc': /kisskb/src/drivers/input/rmi4/rmi_driver.c:565:5: note: byref variable will be forcibly initialized 565 | u8 buf[35]; | ^~~ /kisskb/src/drivers/input/rmi4/rmi_driver.c:564:5: note: byref variable will be forcibly initialized 564 | u8 size_presence_reg; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_driver.c: In function 'rmi_probe_interrupts': /kisskb/src/drivers/input/rmi4/rmi_driver.c:1016:6: note: byref variable will be forcibly initialized 1016 | int irq_count = 0; | ^~~~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_driver.c: In function 'rmi_init_functions': /kisskb/src/drivers/input/rmi4/rmi_driver.c:1069:6: note: byref variable will be forcibly initialized 1069 | int irq_count = 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/radix-tree.h:12, from /kisskb/src/include/linux/idr.h:15, from /kisskb/src/include/linux/kernfs.h:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/cdev.h:5, from /kisskb/src/drivers/gnss/core.c:10: /kisskb/src/drivers/gnss/core.c: In function 'gnss_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gnss/core.c:105:9: note: in expansion of macro 'wait_event_interruptible' 105 | ret = wait_event_interruptible(gdev->read_queue, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gnss/core.c:92:15: note: byref variable will be forcibly initialized 92 | unsigned int copied; | ^~~~~~ /kisskb/src/drivers/gnss/serial.c: In function 'gnss_serial_parse_dt': /kisskb/src/drivers/gnss/serial.c:114:6: note: byref variable will be forcibly initialized 114 | u32 speed = 4800; | ^~~~~ /kisskb/src/drivers/net/ppp/ppp_deflate.c: In function 'z_decompress': /kisskb/src/drivers/net/ppp/ppp_deflate.c:416:16: note: byref variable will be forcibly initialized 416 | unsigned char overflow_buf[1]; | ^~~~~~~~~~~~ /kisskb/src/drivers/thunderbolt/dma_port.c: In function 'dma_port_read': /kisskb/src/drivers/thunderbolt/dma_port.c:103:23: note: byref variable will be forcibly initialized 103 | struct tb_cfg_result res; | ^~~ /kisskb/src/drivers/thunderbolt/dma_port.c:102:23: note: byref variable will be forcibly initialized 102 | struct cfg_write_pkg reply; | ^~~~~ /kisskb/src/drivers/thunderbolt/dma_port.c: In function 'dma_find_port': /kisskb/src/drivers/thunderbolt/dma_port.c:178:7: note: byref variable will be forcibly initialized 178 | u32 type; | ^~~~ /kisskb/src/drivers/thunderbolt/dma_port.c: In function 'dma_port_write': /kisskb/src/drivers/thunderbolt/dma_port.c:144:23: note: byref variable will be forcibly initialized 144 | struct tb_cfg_result res; | ^~~ /kisskb/src/drivers/thunderbolt/dma_port.c:143:22: note: byref variable will be forcibly initialized 143 | struct cfg_read_pkg reply; | ^~~~~ In file included from /kisskb/src/drivers/thunderbolt/dma_port.c:11: /kisskb/src/drivers/thunderbolt/dma_port.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/thunderbolt/dma_port.c: In function 'dma_port_wait_for_completion': /kisskb/src/drivers/thunderbolt/dma_port.c:247:7: note: byref variable will be forcibly initialized 247 | u32 in; | ^~ /kisskb/src/drivers/thunderbolt/dma_port.c: In function 'dma_port_request': /kisskb/src/drivers/thunderbolt/dma_port.c:282:6: note: byref variable will be forcibly initialized 282 | u32 out; | ^~~ /kisskb/src/drivers/thunderbolt/dma_port.c: In function 'dma_port_flash_update_auth_status': /kisskb/src/drivers/thunderbolt/dma_port.c:423:6: note: byref variable will be forcibly initialized 423 | u32 out, cmd; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/include/trace/events/siox.h:66, from /kisskb/src/drivers/siox/siox-core.c:37: /kisskb/src/drivers/siox/siox-core.c: In function 'trace_event_raw_event_siox_set_data': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:9:1: note: in expansion of macro 'TRACE_EVENT' 9 | TRACE_EVENT(siox_set_data, | ^~~~~~~~~~~ /kisskb/src/drivers/siox/siox-core.c: In function 'trace_event_raw_event_siox_get_data': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/events/siox.h:34:1: note: in expansion of macro 'TRACE_EVENT' 34 | TRACE_EVENT(siox_get_data, | ^~~~~~~~~~~ /kisskb/src/drivers/siox/siox-core.c: In function 'poll_interval_ns_store': /kisskb/src/drivers/siox/siox-core.c:646:6: note: byref variable will be forcibly initialized 646 | u64 val; | ^~~ /kisskb/src/drivers/siox/siox-core.c: In function 'device_add_store': /kisskb/src/drivers/siox/siox-core.c:599:5: note: byref variable will be forcibly initialized 599 | u8 statustype = 0; | ^~~~~~~~~~ /kisskb/src/drivers/siox/siox-core.c:598:22: note: byref variable will be forcibly initialized 598 | size_t inbytes = 0, outbytes = 0; | ^~~~~~~~ /kisskb/src/drivers/siox/siox-core.c:598:9: note: byref variable will be forcibly initialized 598 | size_t inbytes = 0, outbytes = 0; | ^~~~~~~ /kisskb/src/drivers/siox/siox-core.c:597:7: note: byref variable will be forcibly initialized 597 | char type[20] = ""; | ^~~~ /kisskb/src/drivers/siox/siox-core.c: In function 'active_store': /kisskb/src/drivers/siox/siox-core.c:568:6: note: byref variable will be forcibly initialized 568 | int active; | ^~~~~~ /kisskb/src/drivers/vfio/mdev/mdev_core.c: In function 'mdev_register_device': /kisskb/src/drivers/vfio/mdev/mdev_core.c:129:8: note: byref variable will be forcibly initialized 129 | char *envp[] = { env_string, NULL }; | ^~~~ In file included from /kisskb/src/drivers/thunderbolt/property.c:11: /kisskb/src/drivers/thunderbolt/property.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/vfio/mdev/mdev_core.c: In function 'mdev_unregister_device': /kisskb/src/drivers/vfio/mdev/mdev_core.c:209:8: note: byref variable will be forcibly initialized 209 | char *envp[] = { env_string, NULL }; | ^~~~ /kisskb/src/drivers/thunderbolt/property.c: In function 'tb_property_parse': /kisskb/src/drivers/thunderbolt/property.c:98:7: note: byref variable will be forcibly initialized 98 | char key[TB_PROPERTY_KEY_SIZE + 1]; | ^~~ /kisskb/src/drivers/thunderbolt/property.c: In function '__tb_property_format_dir': /kisskb/src/drivers/thunderbolt/property.c:354:18: note: byref variable will be forcibly initialized 354 | size_t dir_len, data_len = 0; | ^~~~~~~~ /kisskb/src/drivers/thunderbolt/property.c: In function 'tb_property_format_dir': /kisskb/src/drivers/thunderbolt/property.c:494:19: note: byref variable will be forcibly initialized 494 | size_t dir_len, data_len = 0; | ^~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/thunderbolt/icm.c:15: /kisskb/src/drivers/thunderbolt/icm.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/thunderbolt/icm.c: In function 'icm_usb4_switch_op': /kisskb/src/drivers/thunderbolt/icm.c:2260:28: note: byref variable will be forcibly initialized 2260 | struct icm_usb4_switch_op request; | ^~~~~~~ /kisskb/src/drivers/thunderbolt/icm.c:2259:37: note: byref variable will be forcibly initialized 2259 | struct icm_usb4_switch_op_response reply; | ^~~~~ /kisskb/src/drivers/thunderbolt/icm.c: In function 'icm_tr_xdomain_tear_down': /kisskb/src/drivers/thunderbolt/icm.c:1163:39: note: byref variable will be forcibly initialized 1163 | struct icm_tr_pkg_disconnect_xdomain request; | ^~~~~~~ /kisskb/src/drivers/thunderbolt/icm.c:1162:48: note: byref variable will be forcibly initialized 1162 | struct icm_tr_pkg_disconnect_xdomain_response reply; | ^~~~~ /kisskb/src/drivers/thunderbolt/icm.c: In function 'icm_tr_approve_xdomain_paths': /kisskb/src/drivers/thunderbolt/icm.c:1134:36: note: byref variable will be forcibly initialized 1134 | struct icm_tr_pkg_approve_xdomain request; | ^~~~~~~ /kisskb/src/drivers/thunderbolt/icm.c:1133:45: note: byref variable will be forcibly initialized 1133 | struct icm_tr_pkg_approve_xdomain_response reply; | ^~~~~ /kisskb/src/drivers/thunderbolt/icm.c: In function 'icm_icl_driver_ready': /kisskb/src/drivers/thunderbolt/icm.c:1623:42: note: byref variable will be forcibly initialized 1623 | struct icm_tr_pkg_driver_ready_response reply; | ^~~~~ /kisskb/src/drivers/thunderbolt/icm.c: In function 'icm_tr_challenge_switch_key': /kisskb/src/drivers/thunderbolt/icm.c:1102:37: note: byref variable will be forcibly initialized 1102 | struct icm_tr_pkg_challenge_device request; | ^~~~~~~ /kisskb/src/drivers/thunderbolt/icm.c:1101:46: note: byref variable will be forcibly initialized 1101 | struct icm_tr_pkg_challenge_device_response reply; | ^~~~~ /kisskb/src/drivers/thunderbolt/icm.c: In function 'icm_ar_get_boot_acl': /kisskb/src/drivers/thunderbolt/icm.c:1540:41: note: byref variable will be forcibly initialized 1540 | struct icm_ar_pkg_preboot_acl_response reply; | ^~~~~ /kisskb/src/drivers/thunderbolt/icm.c: In function 'icm_tr_driver_ready': /kisskb/src/drivers/thunderbolt/icm.c:1017:42: note: byref variable will be forcibly initialized 1017 | struct icm_tr_pkg_driver_ready_response reply; | ^~~~~ /kisskb/src/drivers/thunderbolt/icm.c: In function 'icm_fr_approve_xdomain_paths': /kisskb/src/drivers/thunderbolt/icm.c:565:36: note: byref variable will be forcibly initialized 565 | struct icm_fr_pkg_approve_xdomain request; | ^~~~~~~ /kisskb/src/drivers/thunderbolt/icm.c:564:45: note: byref variable will be forcibly initialized 564 | struct icm_fr_pkg_approve_xdomain_response reply; | ^~~~~ /kisskb/src/drivers/thunderbolt/icm.c: In function 'icm_fr_challenge_switch_key': /kisskb/src/drivers/thunderbolt/icm.c:534:46: note: byref variable will be forcibly initialized 534 | struct icm_fr_pkg_challenge_device_response reply; | ^~~~~ /kisskb/src/drivers/thunderbolt/icm.c:533:37: note: byref variable will be forcibly initialized 533 | struct icm_fr_pkg_challenge_device request; | ^~~~~~~ /kisskb/src/drivers/thunderbolt/icm.c: In function 'icm_ar_driver_ready': /kisskb/src/drivers/thunderbolt/icm.c:1493:42: note: byref variable will be forcibly initialized 1493 | struct icm_ar_pkg_driver_ready_response reply; | ^~~~~ /kisskb/src/drivers/thunderbolt/icm.c: In function 'icm_ar_get_route': /kisskb/src/drivers/thunderbolt/icm.c:1518:39: note: byref variable will be forcibly initialized 1518 | struct icm_ar_pkg_get_route_response reply; | ^~~~~ /kisskb/src/drivers/thunderbolt/icm.c: In function 'icm_fr_driver_ready': /kisskb/src/drivers/thunderbolt/icm.c:458:42: note: byref variable will be forcibly initialized 458 | struct icm_fr_pkg_driver_ready_response reply; | ^~~~~ /kisskb/src/drivers/thunderbolt/icm.c: In function '__icm_driver_ready': /kisskb/src/drivers/thunderbolt/icm.c:1772:7: note: byref variable will be forcibly initialized 1772 | u32 tmp; | ^~~ /kisskb/src/drivers/thunderbolt/icm.c: In function 'icm_tr_add_switch_key': /kisskb/src/drivers/thunderbolt/icm.c:1073:35: note: byref variable will be forcibly initialized 1073 | struct icm_tr_pkg_add_device_key request; | ^~~~~~~ /kisskb/src/drivers/thunderbolt/icm.c:1072:44: note: byref variable will be forcibly initialized 1072 | struct icm_tr_pkg_add_device_key_response reply; | ^~~~~ /kisskb/src/drivers/thunderbolt/icm.c: In function 'icm_tr_approve_switch': /kisskb/src/drivers/thunderbolt/icm.c:1046:35: note: byref variable will be forcibly initialized 1046 | struct icm_tr_pkg_approve_device reply; | ^~~~~ /kisskb/src/drivers/thunderbolt/icm.c:1045:35: note: byref variable will be forcibly initialized 1045 | struct icm_tr_pkg_approve_device request; | ^~~~~~~ /kisskb/src/drivers/thunderbolt/icm.c: In function 'icm_fr_add_switch_key': /kisskb/src/drivers/thunderbolt/icm.c:506:44: note: byref variable will be forcibly initialized 506 | struct icm_fr_pkg_add_device_key_response reply; | ^~~~~ /kisskb/src/drivers/thunderbolt/icm.c:505:35: note: byref variable will be forcibly initialized 505 | struct icm_fr_pkg_add_device_key request; | ^~~~~~~ /kisskb/src/drivers/thunderbolt/icm.c: In function 'icm_fr_approve_switch': /kisskb/src/drivers/thunderbolt/icm.c:479:35: note: byref variable will be forcibly initialized 479 | struct icm_fr_pkg_approve_device reply; | ^~~~~ /kisskb/src/drivers/thunderbolt/icm.c:478:35: note: byref variable will be forcibly initialized 478 | struct icm_fr_pkg_approve_device request; | ^~~~~~~ /kisskb/src/drivers/thunderbolt/icm.c: In function 'pci2cio_wait_completion': /kisskb/src/drivers/thunderbolt/icm.c:214:6: note: byref variable will be forcibly initialized 214 | u32 cmd; | ^~~ /kisskb/src/drivers/thunderbolt/icm.c: In function 'icm_reset_phy_port': /kisskb/src/drivers/thunderbolt/icm.c:1843:12: note: byref variable will be forcibly initialized 1843 | u32 val0, val1; | ^~~~ /kisskb/src/drivers/thunderbolt/icm.c:1843:6: note: byref variable will be forcibly initialized 1843 | u32 val0, val1; | ^~~~ /kisskb/src/drivers/thunderbolt/icm.c: In function 'icm_icl_set_uuid': /kisskb/src/drivers/thunderbolt/icm.c:1649:6: note: byref variable will be forcibly initialized 1649 | u32 uuid[4]; | ^~~~ /kisskb/src/drivers/thunderbolt/icm.c: In function 'icm_ar_set_boot_acl': /kisskb/src/drivers/thunderbolt/icm.c:1578:41: note: byref variable will be forcibly initialized 1578 | struct icm_ar_pkg_preboot_acl_response reply; | ^~~~~ /kisskb/src/drivers/thunderbolt/icm.c: In function 'icm_fr_device_connected': /kisskb/src/drivers/thunderbolt/icm.c:733:6: note: byref variable will be forcibly initialized 733 | u64 route; | ^~~~~ /kisskb/src/drivers/thunderbolt/xdomain.c: In function '__tb_xdomain_request': /kisskb/src/drivers/thunderbolt/xdomain.c:152:23: note: byref variable will be forcibly initialized 152 | struct tb_cfg_result res; | ^~~ /kisskb/src/drivers/thunderbolt/xdomain.c: In function 'tb_service_uevent': /kisskb/src/drivers/thunderbolt/xdomain.c:795:7: note: byref variable will be forcibly initialized 795 | char modalias[64]; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/horus3a.c: In function 'horus3a_write_regs': /kisskb/src/drivers/media/dvb-frontends/horus3a.c:51:17: note: byref variable will be forcibly initialized 51 | struct i2c_msg msg[1] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/horus3a.c:50:5: note: byref variable will be forcibly initialized 50 | u8 buf[MAX_WRITE_REGSIZE + 1]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/horus3a.c: In function 'horus3a_write_reg': /kisskb/src/drivers/media/dvb-frontends/horus3a.c:83:5: note: byref variable will be forcibly initialized 83 | u8 tmp = val; /* see gcc.gnu.org/bugzilla/show_bug.cgi?id=81715 */ | ^~~ /kisskb/src/drivers/media/dvb-frontends/horus3a.c: In function 'horus3a_leave_power_save': /kisskb/src/drivers/media/dvb-frontends/horus3a.c:117:5: note: byref variable will be forcibly initialized 117 | u8 data[2]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/horus3a.c: In function 'horus3a_set_params': /kisskb/src/drivers/media/dvb-frontends/horus3a.c:177:5: note: byref variable will be forcibly initialized 177 | u8 data[5]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/tc90522.c: In function 'reg_read': /kisskb/src/drivers/media/dvb-frontends/tc90522.c:68:17: note: byref variable will be forcibly initialized 68 | struct i2c_msg msgs[2] = { | ^~~~ /kisskb/src/drivers/media/dvb-frontends/tc90522.c: In function 'tc90522t_read_status': /kisskb/src/drivers/media/dvb-frontends/tc90522.c:156:5: note: byref variable will be forcibly initialized 156 | u8 reg; | ^~~ /kisskb/src/drivers/media/dvb-frontends/horus3a.c: In function 'horus3a_enter_power_save': /kisskb/src/drivers/media/dvb-frontends/horus3a.c:90:5: note: byref variable will be forcibly initialized 90 | u8 data[2]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/tc90522.c: In function 'tc90522s_read_status': /kisskb/src/drivers/media/dvb-frontends/tc90522.c:128:5: note: byref variable will be forcibly initialized 128 | u8 reg; | ^~~ /kisskb/src/drivers/media/dvb-frontends/horus3a.c: In function 'horus3a_attach': /kisskb/src/drivers/media/dvb-frontends/horus3a.c:339:5: note: byref variable will be forcibly initialized 339 | u8 buf[3], val; | ^~~ /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/thunderbolt/xdomain.c: In function 'tb_xdp_properties_changed_request': /kisskb/src/drivers/thunderbolt/xdomain.c:449:35: note: byref variable will be forcibly initialized 449 | struct tb_xdp_properties_changed req; | ^~~ /kisskb/src/drivers/thunderbolt/xdomain.c:448:44: note: byref variable will be forcibly initialized 448 | struct tb_xdp_properties_changed_response res; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tc90522.c: In function 'tc90522s_set_tsid': /kisskb/src/drivers/media/dvb-frontends/tc90522.c:100:17: note: byref variable will be forcibly initialized 100 | struct reg_val set_tsid[] = { | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tc90522.c: In function 'tc90522t_set_layers': /kisskb/src/drivers/media/dvb-frontends/tc90522.c:112:17: note: byref variable will be forcibly initialized 112 | struct reg_val rv; | ^~ /kisskb/src/drivers/thunderbolt/xdomain.c: In function 'tb_xdp_uuid_request': /kisskb/src/drivers/thunderbolt/xdomain.c:245:21: note: byref variable will be forcibly initialized 245 | struct tb_xdp_uuid req; | ^~~ /kisskb/src/drivers/thunderbolt/xdomain.c:244:30: note: byref variable will be forcibly initialized 244 | struct tb_xdp_uuid_response res; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tc90522.c: In function 'tc90522_set_if_agc': /kisskb/src/drivers/media/dvb-frontends/tc90522.c:536:17: note: byref variable will be forcibly initialized 536 | struct reg_val agc_ter[] = { | ^~~~~~~ /kisskb/src/drivers/media/dvb-frontends/tc90522.c:530:17: note: byref variable will be forcibly initialized 530 | struct reg_val agc_sat[] = { | ^~~~~~~ /kisskb/src/drivers/thunderbolt/xdomain.c: In function 'tb_xdomain_get_uuid': /kisskb/src/drivers/thunderbolt/xdomain.c:1012:9: note: byref variable will be forcibly initialized 1012 | uuid_t uuid; | ^~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/include/linux/i2c.h:13, from /kisskb/src/drivers/media/dvb-frontends/tc90522.h:18, from /kisskb/src/drivers/media/dvb-frontends/tc90522.c:25: /kisskb/src/drivers/media/dvb-frontends/tc90522.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/thunderbolt/xdomain.c: In function 'tb_xdomain_find_by_uuid': /kisskb/src/drivers/thunderbolt/xdomain.c:1742:27: note: byref variable will be forcibly initialized 1742 | struct tb_xdomain_lookup lookup; | ^~~~~~ /kisskb/src/drivers/thunderbolt/xdomain.c: In function 'tb_xdomain_find_by_route': /kisskb/src/drivers/thunderbolt/xdomain.c:1800:27: note: byref variable will be forcibly initialized 1800 | struct tb_xdomain_lookup lookup; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/tc90522.c: In function 'tc90522_master_xfer': /kisskb/src/drivers/media/dvb-frontends/tc90522.c:640:5: note: byref variable will be forcibly initialized 640 | u8 wbuf[256]; | ^~~~ /kisskb/src/drivers/thunderbolt/xdomain.c: In function 'tb_xdp_properties_changed_response': /kisskb/src/drivers/thunderbolt/xdomain.c:471:44: note: byref variable will be forcibly initialized 471 | struct tb_xdp_properties_changed_response res; | ^~~ /kisskb/src/drivers/thunderbolt/xdomain.c: In function 'tb_xdp_uuid_response': /kisskb/src/drivers/thunderbolt/xdomain.c:271:30: note: byref variable will be forcibly initialized 271 | struct tb_xdp_uuid_response res; | ^~~ /kisskb/src/drivers/thunderbolt/xdomain.c: In function 'tb_xdp_error_response': /kisskb/src/drivers/thunderbolt/xdomain.c:288:31: note: byref variable will be forcibly initialized 288 | struct tb_xdp_error_response res; | ^~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/thunderbolt/tb.h:13, from /kisskb/src/drivers/thunderbolt/xdomain.c:20: /kisskb/src/drivers/thunderbolt/xdomain.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/thunderbolt/xdomain.c: In function 'tb_xdp_properties_request': /kisskb/src/drivers/thunderbolt/xdomain.c:304:27: note: byref variable will be forcibly initialized 304 | struct tb_xdp_properties req; | ^~~ /kisskb/src/drivers/media/dvb-frontends/tc90522.c: In function 'tc90522t_get_frontend': /kisskb/src/drivers/media/dvb-frontends/tc90522.c:403:7: note: byref variable will be forcibly initialized 403 | u16 dummy; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/tc90522.c:337:5: note: byref variable will be forcibly initialized 337 | u8 val[15], mode; | ^~~ /kisskb/src/drivers/thunderbolt/xdomain.c: In function 'tb_xdomain_get_properties': /kisskb/src/drivers/thunderbolt/xdomain.c:1067:6: note: byref variable will be forcibly initialized 1067 | u32 gen = 0; | ^~~ /kisskb/src/drivers/thunderbolt/xdomain.c:1066:7: note: byref variable will be forcibly initialized 1066 | u32 *block = NULL; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/tc90522.c: In function 'tc90522s_get_frontend': /kisskb/src/drivers/media/dvb-frontends/tc90522.c:245:7: note: byref variable will be forcibly initialized 245 | u16 dummy; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/tc90522.c:202:5: note: byref variable will be forcibly initialized 202 | u8 val[10]; | ^~~ /kisskb/src/drivers/thunderbolt/xdomain.c: In function 'tb_xdomain_find_by_link_depth': /kisskb/src/drivers/thunderbolt/xdomain.c:1772:27: note: byref variable will be forcibly initialized 1772 | struct tb_xdomain_lookup lookup; | ^~~~~~ /kisskb/src/drivers/usb/serial/usb-serial.c: In function 'serial_proc_show': /kisskb/src/drivers/usb/serial/usb-serial.c:551:7: note: byref variable will be forcibly initialized 551 | char tmp[40]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/ascot2e.c: In function 'ascot2e_read_regs': /kisskb/src/drivers/media/dvb-frontends/ascot2e.c:158:17: note: byref variable will be forcibly initialized 158 | struct i2c_msg msg[2] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/ascot2e.c: In function 'ascot2e_write_regs': /kisskb/src/drivers/media/dvb-frontends/ascot2e.c:117:17: note: byref variable will be forcibly initialized 117 | struct i2c_msg msg[1] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/ascot2e.c:116:5: note: byref variable will be forcibly initialized 116 | u8 buf[MAX_WRITE_REGSIZE + 1]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/ascot2e.c: In function 'ascot2e_write_reg': /kisskb/src/drivers/media/dvb-frontends/ascot2e.c:149:5: note: byref variable will be forcibly initialized 149 | u8 tmp = val; /* see gcc.gnu.org/bugzilla/show_bug.cgi?id=81715 */ | ^~~ /kisskb/src/drivers/media/dvb-frontends/ascot2e.c: In function 'ascot2e_set_reg_bits': /kisskb/src/drivers/media/dvb-frontends/ascot2e.c:203:5: note: byref variable will be forcibly initialized 203 | u8 rdata; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/ascot2e.c: In function 'ascot2e_attach': /kisskb/src/drivers/media/dvb-frontends/ascot2e.c:477:5: note: byref variable will be forcibly initialized 477 | u8 data[4]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/ascot2e.c: In function 'ascot2e_leave_power_save': /kisskb/src/drivers/media/dvb-frontends/ascot2e.c:231:5: note: byref variable will be forcibly initialized 231 | u8 data[2] = { 0xFB, 0x0F }; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/ascot2e.c: In function 'ascot2e_set_params': /kisskb/src/drivers/media/dvb-frontends/ascot2e.c:314:5: note: byref variable will be forcibly initialized 314 | u8 data[10]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/ascot2e.c: In function 'ascot2e_enter_power_save': /kisskb/src/drivers/media/dvb-frontends/ascot2e.c:216:5: note: byref variable will be forcibly initialized 216 | u8 data[2]; | ^~~~ /kisskb/src/drivers/input/rmi4/rmi_f03.c: In function 'rmi_f03_initialize': /kisskb/src/drivers/input/rmi4/rmi_f03.c:101:5: note: byref variable will be forcibly initialized 101 | u8 query2[RMI_F03_DEVICE_COUNT * RMI_F03_BYTES_PER_DEVICE]; | ^~~~~~ /kisskb/src/drivers/input/rmi4/rmi_f03.c:100:5: note: byref variable will be forcibly initialized 100 | u8 query1; | ^~~~~~ /kisskb/src/drivers/input/rmi4/rmi_f03.c: In function 'rmi_f03_attention': /kisskb/src/drivers/input/rmi4/rmi_f03.c:252:5: note: byref variable will be forcibly initialized 252 | u8 obs[RMI_F03_QUEUE_LENGTH * RMI_F03_OB_SIZE]; | ^~~ /kisskb/src/drivers/input/rmi4/rmi_f03.c: In function 'rmi_f03_pt_open': /kisskb/src/drivers/input/rmi4/rmi_f03.c:145:5: note: byref variable will be forcibly initialized 145 | u8 obs[RMI_F03_QUEUE_LENGTH * RMI_F03_OB_SIZE]; | ^~~ /kisskb/src/drivers/input/rmi4/rmi_f12.c: In function 'rmi_f12_write_control_regs': /kisskb/src/drivers/input/rmi4/rmi_f12.c:243:7: note: byref variable will be forcibly initialized 243 | char buf[3]; | ^~~ /kisskb/src/drivers/input/rmi4/rmi_f12.c: In function 'rmi_f12_read_sensor_tuning': /kisskb/src/drivers/input/rmi4/rmi_f12.c:71:5: note: byref variable will be forcibly initialized 71 | u8 buf[15]; | ^~~ In file included from /kisskb/src/include/asm-generic/div64.h:27, from ./arch/powerpc/include/generated/asm/div64.h:1, from /kisskb/src/include/linux/math.h:5, from /kisskb/src/include/linux/math64.h:6, from /kisskb/src/include/linux/time.h:6, from /kisskb/src/include/linux/input.h:8, from /kisskb/src/drivers/input/rmi4/rmi_f12.c:5: /kisskb/src/drivers/input/rmi4/rmi_f12.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/input.h:19, from /kisskb/src/drivers/input/rmi4/rmi_f12.c:5: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/drivers/input/rmi4/rmi_f12.c: In function 'rmi_f12_probe': /kisskb/src/drivers/input/rmi4/rmi_f12.c:323:7: note: byref variable will be forcibly initialized 323 | char buf; | ^~~ In file included from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/drivers/input/rmi4/rmi_f30.c:6: /kisskb/src/drivers/input/rmi4/rmi_f30.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/rmi.h:10, from /kisskb/src/drivers/input/rmi4/rmi_f30.c:7: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/drivers/input/rmi4/rmi_f30.c: In function 'rmi_f30_initialize': /kisskb/src/drivers/input/rmi4/rmi_f30.c:277:5: note: byref variable will be forcibly initialized 277 | u8 buf[RMI_F30_QUERY_SIZE]; | ^~~ /kisskb/src/drivers/input/rmi4/rmi_f30.c:276:6: note: byref variable will be forcibly initialized 276 | int control_address = fn->fd.control_base_addr; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_f30.c:275:6: note: byref variable will be forcibly initialized 275 | u8 *ctrl_reg = f30->ctrl_regs; | ^~~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_f55.c: In function 'rmi_f55_detect': /kisskb/src/drivers/input/rmi4/rmi_f55.c:64:6: note: byref variable will be forcibly initialized 64 | u8 buf[256]; | ^~~ /kisskb/src/drivers/input/rmi4/rmi_f11.c: In function 'rmi_f11_get_query_parameters': /kisskb/src/drivers/input/rmi4/rmi_f11.c:793:5: note: byref variable will be forcibly initialized 793 | u8 query_buf[RMI_F11_QUERY_SIZE]; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/kernel.h:11, from /kisskb/src/drivers/input/rmi4/rmi_f11.c:7: /kisskb/src/drivers/input/rmi4/rmi_f11.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/input/rmi4/rmi_f11.c:9: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/drivers/input/rmi4/rmi_f11.c: In function 'rmi_f11_initialize': /kisskb/src/drivers/input/rmi4/rmi_f11.c:1075:5: note: byref variable will be forcibly initialized 1075 | u8 buf; | ^~~ /kisskb/src/drivers/input/rmi4/rmi_f11.c:1069:17: note: byref variable will be forcibly initialized 1069 | u16 max_x_pos, max_y_pos; | ^~~~~~~~~ /kisskb/src/drivers/input/rmi4/rmi_f11.c:1069:6: note: byref variable will be forcibly initialized 1069 | u16 max_x_pos, max_y_pos; | ^~~~~~~~~ /kisskb/src/drivers/hid/i2c-hid/i2c-hid-of.c: In function 'i2c_hid_of_probe': /kisskb/src/drivers/hid/i2c-hid/i2c-hid-of.c:75:6: note: byref variable will be forcibly initialized 75 | u32 val; | ^~~ /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/vfio/mdev/mdev_sysfs.c: In function 'remove_store': /kisskb/src/drivers/vfio/mdev/mdev_sysfs.c:237:16: note: byref variable will be forcibly initialized 237 | unsigned long val; | ^~~ /kisskb/src/drivers/thunderbolt/lc.c: In function 'find_port_lc_cap': /kisskb/src/drivers/thunderbolt/lc.c:34:6: note: byref variable will be forcibly initialized 34 | u32 desc; | ^~~~ /kisskb/src/drivers/thunderbolt/lc.c: In function 'tb_lc_dp_sink_available': /kisskb/src/drivers/thunderbolt/lc.c:353:6: note: byref variable will be forcibly initialized 353 | u32 val, alloc; | ^~~ /kisskb/src/drivers/thunderbolt/lc.c: In function 'tb_lc_set_port_configured': /kisskb/src/drivers/thunderbolt/lc.c:52:6: note: byref variable will be forcibly initialized 52 | u32 ctrl, lane; | ^~~~ /kisskb/src/drivers/thunderbolt/lc.c: In function 'tb_lc_set_xdomain_configured': /kisskb/src/drivers/thunderbolt/lc.c:110:6: note: byref variable will be forcibly initialized 110 | u32 ctrl, lane; | ^~~~ /kisskb/src/drivers/thunderbolt/lc.c: In function 'tb_lc_set_wake_one': /kisskb/src/drivers/thunderbolt/lc.c:199:6: note: byref variable will be forcibly initialized 199 | u32 ctrl; | ^~~~ /kisskb/src/drivers/thunderbolt/lc.c: In function 'tb_lc_start_lane_initialization': /kisskb/src/drivers/thunderbolt/lc.c:175:6: note: byref variable will be forcibly initialized 175 | u32 ctrl; | ^~~~ /kisskb/src/drivers/thunderbolt/lc.c: In function 'tb_lc_set_wake': /kisskb/src/drivers/thunderbolt/lc.c:236:6: note: byref variable will be forcibly initialized 236 | u32 desc; | ^~~~ /kisskb/src/drivers/thunderbolt/tmu.c: In function 'tb_switch_tmu_rate_read': /kisskb/src/drivers/thunderbolt/tmu.c:56:6: note: byref variable will be forcibly initialized 56 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/lc.c: In function 'tb_lc_set_sleep': /kisskb/src/drivers/thunderbolt/lc.c:292:7: note: byref variable will be forcibly initialized 292 | u32 ctrl; | ^~~~ /kisskb/src/drivers/thunderbolt/lc.c:275:6: note: byref variable will be forcibly initialized 275 | u32 desc; | ^~~~ /kisskb/src/drivers/thunderbolt/tmu.c: In function 'tb_switch_tmu_ucap_supported': /kisskb/src/drivers/thunderbolt/tmu.c:43:6: note: byref variable will be forcibly initialized 43 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/lc.c: In function 'tb_lc_lane_bonding_possible': /kisskb/src/drivers/thunderbolt/lc.c:320:6: note: byref variable will be forcibly initialized 320 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/tmu.c: In function 'tb_port_tmu_is_unidirectional': /kisskb/src/drivers/thunderbolt/tmu.c:121:6: note: byref variable will be forcibly initialized 121 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/lc.c: In function 'tb_lc_dp_sink_alloc': /kisskb/src/drivers/thunderbolt/tmu.c: In function 'tb_switch_tmu_set_time_disruption': /kisskb/src/drivers/thunderbolt/tmu.c:134:6: note: byref variable will be forcibly initialized 134 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/lc.c:418:6: note: byref variable will be forcibly initialized 418 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/tmu.c: In function 'tb_switch_tmu_rate_write': /kisskb/src/drivers/thunderbolt/tmu.c:70:6: note: byref variable will be forcibly initialized 70 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/lc.c: In function 'tb_lc_dp_sink_dealloc': /kisskb/src/drivers/thunderbolt/lc.c:465:6: note: byref variable will be forcibly initialized 465 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/tmu.c: In function 'tb_port_tmu_write': /kisskb/src/drivers/thunderbolt/tmu.c:87:6: note: byref variable will be forcibly initialized 87 | u32 data; | ^~~~ /kisskb/src/drivers/thunderbolt/lc.c: In function 'tb_lc_force_power': /kisskb/src/drivers/thunderbolt/lc.c:507:6: note: byref variable will be forcibly initialized 507 | u32 in = 0xffff; | ^~ /kisskb/src/drivers/input/rmi4/rmi_i2c.c: In function 'rmi_set_page': /kisskb/src/drivers/input/rmi4/rmi_i2c.c:65:5: note: byref variable will be forcibly initialized 65 | u8 txbuf[2] = {RMI_PAGE_SELECT_REGISTER, page}; | ^~~~~ /kisskb/src/drivers/input/rmi4/rmi_i2c.c: In function 'rmi_i2c_read_block': /kisskb/src/drivers/input/rmi4/rmi_i2c.c:134:5: note: byref variable will be forcibly initialized 134 | u8 addr_offset = addr & 0xff; | ^~~~~~~~~~~ /kisskb/src/drivers/thunderbolt/tmu.c: In function 'tb_switch_tmu_post_time': /kisskb/src/drivers/thunderbolt/tmu.c:214:6: note: byref variable will be forcibly initialized 214 | u32 gm_local_time[3]; | ^~~~~~~~~~~~~ /kisskb/src/drivers/thunderbolt/tmu.c:212:31: note: byref variable will be forcibly initialized 212 | u64 hi, mid, lo, local_time, post_time; | ^~~~~~~~~ /kisskb/src/drivers/thunderbolt/tmu.c:212:19: note: byref variable will be forcibly initialized 212 | u64 hi, mid, lo, local_time, post_time; | ^~~~~~~~~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'link_is_usb4': /kisskb/src/drivers/thunderbolt/usb4.c:220:6: note: byref variable will be forcibly initialized 220 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_usb3_port_read_allocated_bandwidth': /kisskb/src/drivers/thunderbolt/usb4.c:1830:15: note: byref variable will be forcibly initialized 1830 | u32 val, bw, scale; | ^~~~~ /kisskb/src/drivers/thunderbolt/usb4.c:1830:6: note: byref variable will be forcibly initialized 1830 | u32 val, bw, scale; | ^~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_usb3_port_read_consumed_bandwidth': /kisskb/src/drivers/thunderbolt/usb4.c:1884:15: note: byref variable will be forcibly initialized 1884 | u32 val, bw, scale; | ^~~~~ /kisskb/src/drivers/thunderbolt/usb4.c:1884:6: note: byref variable will be forcibly initialized 1884 | u32 val, bw, scale; | ^~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_switch_check_wakes': /kisskb/src/drivers/thunderbolt/usb4.c:182:6: note: byref variable will be forcibly initialized 182 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_port_set_configured': /kisskb/src/drivers/thunderbolt/usb4.c:1074:6: note: byref variable will be forcibly initialized 1074 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_set_xdomain_configured': /kisskb/src/drivers/thunderbolt/usb4.c:1118:6: note: byref variable will be forcibly initialized 1118 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_usb3_port_write_allocated_bandwidth': /kisskb/src/drivers/thunderbolt/usb4.c:1912:21: note: byref variable will be forcibly initialized 1912 | u32 val, ubw, dbw, scale; | ^~~~~ /kisskb/src/drivers/thunderbolt/usb4.c:1912:6: note: byref variable will be forcibly initialized 1912 | u32 val, ubw, dbw, scale; | ^~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_switch_wait_for_bit': /kisskb/src/drivers/thunderbolt/usb4.c:59:7: note: byref variable will be forcibly initialized 59 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_native_switch_op': /kisskb/src/drivers/thunderbolt/usb4.c:80:6: note: byref variable will be forcibly initialized 80 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_switch_drom_read_block': /kisskb/src/drivers/thunderbolt/usb4.c:328:6: note: byref variable will be forcibly initialized 328 | u32 metadata; | ^~~~~~~~ /kisskb/src/drivers/thunderbolt/usb4.c:327:5: note: byref variable will be forcibly initialized 327 | u8 status = 0; | ^~~~~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_switch_nvm_read_block': /kisskb/src/drivers/thunderbolt/usb4.c:517:6: note: byref variable will be forcibly initialized 517 | u32 metadata; | ^~~~~~~~ /kisskb/src/drivers/thunderbolt/usb4.c:516:5: note: byref variable will be forcibly initialized 516 | u8 status = 0; | ^~~~~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_switch_nvm_write_next_block': /kisskb/src/drivers/thunderbolt/usb4.c:582:5: note: byref variable will be forcibly initialized 582 | u8 status; | ^~~~~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_port_wait_for_bit': /kisskb/src/drivers/thunderbolt/usb4.c:1166:7: note: byref variable will be forcibly initialized 1166 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_port_sb_write': /kisskb/src/drivers/thunderbolt/usb4.c:1246:6: note: byref variable will be forcibly initialized 1246 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_port_set_router_offline': /kisskb/src/drivers/thunderbolt/usb4.c:1332:6: note: byref variable will be forcibly initialized 1332 | u32 val = !offline; | ^~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_port_sb_read': /kisskb/src/drivers/thunderbolt/usb4.c:1206:6: note: byref variable will be forcibly initialized 1206 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_port_sb_op': /kisskb/src/drivers/thunderbolt/usb4.c:1292:6: note: byref variable will be forcibly initialized 1292 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_usb3_port_cm_request': /kisskb/src/drivers/thunderbolt/usb4.c:1768:6: note: byref variable will be forcibly initialized 1768 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_switch_setup': /kisskb/src/drivers/thunderbolt/usb4.c:248:6: note: byref variable will be forcibly initialized 248 | u32 val = 0; | ^~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_switch_lane_bonding_possible': /kisskb/src/drivers/thunderbolt/usb4.c:372:6: note: byref variable will be forcibly initialized 372 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_switch_set_wake': /kisskb/src/drivers/thunderbolt/usb4.c:393:6: note: byref variable will be forcibly initialized 393 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_switch_set_sleep': /kisskb/src/drivers/thunderbolt/usb4.c:470:6: note: byref variable will be forcibly initialized 470 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_switch_nvm_sector_size': /kisskb/src/drivers/thunderbolt/usb4.c:498:5: note: byref variable will be forcibly initialized 498 | u8 status; | ^~~~~~ /kisskb/src/drivers/thunderbolt/usb4.c:497:6: note: byref variable will be forcibly initialized 497 | u32 metadata; | ^~~~~~~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_switch_nvm_set_offset': /kisskb/src/drivers/thunderbolt/usb4.c:563:5: note: byref variable will be forcibly initialized 563 | u8 status = 0; | ^~~~~~ /kisskb/src/drivers/thunderbolt/usb4.c:562:6: note: byref variable will be forcibly initialized 562 | u32 metadata, dwaddress; | ^~~~~~~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_switch_nvm_authenticate_status': /kisskb/src/drivers/thunderbolt/usb4.c:665:6: note: byref variable will be forcibly initialized 665 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_switch_credits_init': /kisskb/src/drivers/thunderbolt/usb4.c:712:5: note: byref variable will be forcibly initialized 712 | u8 status = 0; | ^~~~~~ /kisskb/src/drivers/thunderbolt/usb4.c:711:6: note: byref variable will be forcibly initialized 711 | u32 metadata = 0; | ^~~~~~~~ /kisskb/src/drivers/thunderbolt/usb4.c:710:6: note: byref variable will be forcibly initialized 710 | u32 data[NVM_DATA_DWORDS]; | ^~~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_switch_query_dp_resource': /kisskb/src/drivers/thunderbolt/usb4.c:848:5: note: byref variable will be forcibly initialized 848 | u8 status; | ^~~~~~ /kisskb/src/drivers/thunderbolt/usb4.c:847:6: note: byref variable will be forcibly initialized 847 | u32 metadata = in->port; | ^~~~~~~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_switch_alloc_dp_resource': /kisskb/src/drivers/thunderbolt/usb4.c:878:5: note: byref variable will be forcibly initialized 878 | u8 status; | ^~~~~~ /kisskb/src/drivers/thunderbolt/usb4.c:877:6: note: byref variable will be forcibly initialized 877 | u32 metadata = in->port; | ^~~~~~~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_switch_dealloc_dp_resource': /kisskb/src/drivers/thunderbolt/usb4.c:901:5: note: byref variable will be forcibly initialized 901 | u8 status; | ^~~~~~ /kisskb/src/drivers/thunderbolt/usb4.c:900:6: note: byref variable will be forcibly initialized 900 | u32 metadata = in->port; | ^~~~~~~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_port_unlock': /kisskb/src/drivers/thunderbolt/usb4.c:1061:6: note: byref variable will be forcibly initialized 1061 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_port_enumerate_retimers': /kisskb/src/drivers/thunderbolt/usb4.c:1382:6: note: byref variable will be forcibly initialized 1382 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_port_retimer_nvm_read_block': /kisskb/src/drivers/thunderbolt/usb4.c:1673:6: note: byref variable will be forcibly initialized 1673 | u32 metadata; | ^~~~~~~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_port_retimer_is_last': /kisskb/src/drivers/thunderbolt/usb4.c:1477:6: note: byref variable will be forcibly initialized 1477 | u32 metadata; | ^~~~~~~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_port_retimer_nvm_sector_size': /kisskb/src/drivers/thunderbolt/usb4.c:1503:6: note: byref variable will be forcibly initialized 1503 | u32 metadata; | ^~~~~~~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_port_retimer_nvm_set_offset': /kisskb/src/drivers/thunderbolt/usb4.c:1530:6: note: byref variable will be forcibly initialized 1530 | u32 metadata, dwaddress; | ^~~~~~~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_port_retimer_nvm_write': /kisskb/src/drivers/thunderbolt/usb4.c:1585:22: note: byref variable will be forcibly initialized 1585 | struct retimer_info info = { .port = port, .index = index }; | ^~~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_port_retimer_nvm_authenticate': /kisskb/src/drivers/thunderbolt/usb4.c:1609:6: note: byref variable will be forcibly initialized 1609 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_port_retimer_nvm_authenticate_status': /kisskb/src/drivers/thunderbolt/usb4.c:1637:16: note: byref variable will be forcibly initialized 1637 | u32 metadata, val; | ^~~ /kisskb/src/drivers/thunderbolt/usb4.c:1637:6: note: byref variable will be forcibly initialized 1637 | u32 metadata, val; | ^~~~~~~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_port_retimer_nvm_read': /kisskb/src/drivers/thunderbolt/usb4.c:1708:22: note: byref variable will be forcibly initialized 1708 | struct retimer_info info = { .port = port, .index = index }; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/helene.c: In function 'helene_write_regs': /kisskb/src/drivers/media/dvb-frontends/helene.c:292:17: note: byref variable will be forcibly initialized 292 | struct i2c_msg msg[1] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/helene.c:291:5: note: byref variable will be forcibly initialized 291 | u8 buf[MAX_WRITE_REGSIZE + 1]; | ^~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_usb3_port_max_link_rate': /kisskb/src/drivers/thunderbolt/usb4.c:1724:6: note: byref variable will be forcibly initialized 1724 | u32 val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/helene.c: In function 'helene_write_reg': /kisskb/src/drivers/media/dvb-frontends/helene.c:325:5: note: byref variable will be forcibly initialized 325 | u8 tmp = val; /* see gcc.gnu.org/bugzilla/show_bug.cgi?id=81715 */ | ^~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_usb3_port_actual_link_rate': /kisskb/src/drivers/thunderbolt/usb4.c:1748:6: note: byref variable will be forcibly initialized 1748 | u32 val; | ^~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_usb3_port_allocate_bandwidth': /kisskb/src/drivers/thunderbolt/usb4.c:1958:24: note: byref variable will be forcibly initialized 1958 | int ret, consumed_up, consumed_down, allocate_up, allocate_down; | ^~~~~~~~~~~~~ /kisskb/src/drivers/thunderbolt/usb4.c:1958:11: note: byref variable will be forcibly initialized 1958 | int ret, consumed_up, consumed_down, allocate_up, allocate_down; | ^~~~~~~~~~~ /kisskb/src/drivers/thunderbolt/usb4.c: In function 'usb4_usb3_port_release_bandwidth': /kisskb/src/drivers/thunderbolt/usb4.c:2000:24: note: byref variable will be forcibly initialized 2000 | int ret, consumed_up, consumed_down; | ^~~~~~~~~~~~~ /kisskb/src/drivers/thunderbolt/usb4.c:2000:11: note: byref variable will be forcibly initialized 2000 | int ret, consumed_up, consumed_down; | ^~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/helene.c: In function 'helene_set_params_s': /kisskb/src/drivers/media/dvb-frontends/helene.c:512:5: note: byref variable will be forcibly initialized 512 | u8 data[MAX_WRITE_REGSIZE]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/helene.c: In function 'helene_read_regs': /kisskb/src/drivers/media/dvb-frontends/helene.c:334:17: note: byref variable will be forcibly initialized 334 | struct i2c_msg msg[2] = { | ^~~ /kisskb/src/drivers/media/dvb-frontends/helene.c: In function 'helene_set_reg_bits': /kisskb/src/drivers/media/dvb-frontends/helene.c:379:5: note: byref variable will be forcibly initialized 379 | u8 rdata; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/helene.c: In function 'helene_set_params_t': /kisskb/src/drivers/media/dvb-frontends/helene.c:662:5: note: byref variable will be forcibly initialized 662 | u8 data[MAX_WRITE_REGSIZE]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/helene.c: In function 'helene_x_pon': /kisskb/src/drivers/media/dvb-frontends/helene.c:904:5: note: byref variable will be forcibly initialized 904 | u8 rdata[2]; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/helene.c:903:5: note: byref variable will be forcibly initialized 903 | u8 data[20]; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/helene.c:902:5: note: byref variable will be forcibly initialized 902 | u8 cdata[] = {0x7A, 0x01}; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/helene.c:899:5: note: byref variable will be forcibly initialized 899 | u8 dataT[] = { 0x06, 0x00, 0x02, 0x00 }; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/zd1301_demod.c: In function 'zd1301_demod_read_status': /kisskb/src/drivers/media/dvb-frontends/zd1301_demod.c:231:5: note: byref variable will be forcibly initialized 231 | u8 u8tmp; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/zd1301_demod.c: In function 'zd1301_demod_set_frontend': /kisskb/src/drivers/media/dvb-frontends/zd1301_demod.c:43:6: note: byref variable will be forcibly initialized 43 | u32 if_frequency; | ^~~~~~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/zd1301_demod.c: In function 'zd1301_demod_i2c_master_xfer': /kisskb/src/drivers/media/dvb-frontends/zd1301_demod.c:316:5: note: byref variable will be forcibly initialized 316 | u8 u8tmp; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c: In function 'write_regm': /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:133:15: note: byref variable will be forcibly initialized 133 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c: In function 'campoll': /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:504:6: note: byref variable will be forcibly initialized 504 | u8 slotstat; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:491:5: note: byref variable will be forcibly initialized 491 | u8 istat; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c: In function 'poll_slot_status': /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:534:5: note: byref variable will be forcibly initialized 534 | u8 slotstat; | ^~~~~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c: In function 'cam_mode': /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:201:5: note: byref variable will be forcibly initialized 201 | u8 dummy; | ^~~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c: In function 'read_data': /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:547:10: note: byref variable will be forcibly initialized 547 | u8 msb, lsb; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:547:5: note: byref variable will be forcibly initialized 547 | u8 msb, lsb; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c: In function 'cxd2099_probe': /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:610:15: note: byref variable will be forcibly initialized 610 | unsigned int val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c: In function 'write_io': /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:122:5: note: byref variable will be forcibly initialized 122 | u8 addr[2] = {address & 0xff, address >> 8}; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c: In function 'read_io': /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:111:5: note: byref variable will be forcibly initialized 111 | u8 addr[2] = {address & 0xff, address >> 8}; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c: In function 'read_cam_control': /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:405:15: note: byref variable will be forcibly initialized 405 | unsigned int val; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c: In function 'write_pccard': /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:100:6: note: byref variable will be forcibly initialized 100 | u8 buf[256]; | ^~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:96:5: note: byref variable will be forcibly initialized 96 | u8 addr[2] = {address & 0xff, address >> 8}; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c: In function 'read_pccard': /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:85:5: note: byref variable will be forcibly initialized 85 | u8 addr[2] = {address & 0xff, address >> 8}; | ^~~~ /kisskb/src/drivers/media/dvb-frontends/cxd2099.c: In function 'read_attribute_mem': /kisskb/src/drivers/media/dvb-frontends/cxd2099.c:380:5: note: byref variable will be forcibly initialized 380 | u8 val; | ^~~ /kisskb/src/drivers/thunderbolt/usb4_port.c: In function 'rescan_store': /kisskb/src/drivers/thunderbolt/usb4_port.c:143:7: note: byref variable will be forcibly initialized 143 | bool val; | ^~~ /kisskb/src/drivers/input/touchscreen/bu21013_ts.c: In function 'bu21013_do_touch_report': /kisskb/src/drivers/input/touchscreen/bu21013_ts.c:191:5: note: byref variable will be forcibly initialized 191 | u8 buf[LENGTH_OF_BUFFER]; | ^~~ /kisskb/src/drivers/input/touchscreen/bu21013_ts.c:190:6: note: byref variable will be forcibly initialized 190 | int slots[MAX_FINGERS]; | ^~~~~ /kisskb/src/drivers/input/touchscreen/bu21013_ts.c:189:22: note: byref variable will be forcibly initialized 189 | struct input_mt_pos pos[MAX_FINGERS]; | ^~~ /kisskb/src/drivers/thunderbolt/usb4_port.c: In function 'offline_store': /kisskb/src/drivers/thunderbolt/usb4_port.c:92:7: note: byref variable will be forcibly initialized 92 | bool val; | ^~~ /kisskb/src/drivers/input/touchscreen/bu21013_ts.c: In function 'bu21013_probe': /kisskb/src/drivers/input/touchscreen/bu21013_ts.c:413:17: note: byref variable will be forcibly initialized 413 | u32 max_x = 0, max_y = 0; | ^~~~~ /kisskb/src/drivers/input/touchscreen/bu21013_ts.c:413:6: note: byref variable will be forcibly initialized 413 | u32 max_x = 0, max_y = 0; | ^~~~~ /kisskb/src/drivers/input/touchscreen/chipone_icn8318.c: In function 'icn8318_read_touch_data': /kisskb/src/drivers/input/touchscreen/chipone_icn8318.c:58:5: note: byref variable will be forcibly initialized 58 | u8 reg = ICN8318_REG_TOUCHDATA; | ^~~ /kisskb/src/drivers/input/touchscreen/chipone_icn8318.c: In function 'icn8318_irq': /kisskb/src/drivers/input/touchscreen/chipone_icn8318.c:86:28: note: byref variable will be forcibly initialized 86 | struct icn8318_touch_data touch_data; | ^~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/cy8ctma140.c: In function 'cy8ctma140_irq_thread': /kisskb/src/drivers/input/touchscreen/cy8ctma140.c:100:17: note: byref variable will be forcibly initialized 100 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/input/touchscreen/cy8ctma140.c:99:5: note: byref variable will be forcibly initialized 99 | u8 buf[CY8CTMA140_PACKET_SIZE]; | ^~~ /kisskb/src/drivers/input/touchscreen/cy8ctma140.c:98:5: note: byref variable will be forcibly initialized 98 | u8 cmdbuf[] = { CY8CTMA140_GET_FINGERS }; | ^~~~~~ /kisskb/src/drivers/input/touchscreen/cy8ctma140.c: In function 'cy8ctma140_init': /kisskb/src/drivers/input/touchscreen/cy8ctma140.c:146:5: note: byref variable will be forcibly initialized 146 | u8 buf[5]; | ^~~ /kisskb/src/drivers/input/touchscreen/cy8ctma140.c:145:5: note: byref variable will be forcibly initialized 145 | u8 addr[1]; | ^~~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c: In function 'mxt_calculate_crc': /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:1312:6: note: byref variable will be forcibly initialized 1312 | u32 crc = 0; | ^~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c: In function '__mxt_read_reg': /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:665:5: note: byref variable will be forcibly initialized 665 | u8 buf[2]; | ^~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:663:17: note: byref variable will be forcibly initialized 663 | struct i2c_msg xfer[2]; | ^~~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c: In function 'mxt_bootloader_write': /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:454:17: note: byref variable will be forcibly initialized 454 | struct i2c_msg msg; | ^~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c: In function 'mxt_send_bootloader_cmd': /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:616:5: note: byref variable will be forcibly initialized 616 | u8 buf[2]; | ^~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c: In function 'mxt_bootloader_read': /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:430:17: note: byref variable will be forcibly initialized 430 | struct i2c_msg msg; | ^~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c: In function 'mxt_get_bootloader_version': /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:533:5: note: byref variable will be forcibly initialized 533 | u8 buf[3]; | ^~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c: In function 'mxt_probe_bootloader': /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:510:5: note: byref variable will be forcibly initialized 510 | u8 val; | ^~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c: In function 'mxt_check_bootloader': /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:555:5: note: byref variable will be forcibly initialized 555 | u8 val; | ^~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c: In function 'mxt_read_t9_resolution': /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:1902:16: note: byref variable will be forcibly initialized 1902 | unsigned char orient; | ^~~~~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:1901:18: note: byref variable will be forcibly initialized 1901 | struct t9_range range; | ^~~~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c: In function 'mxt_read_t100_config': /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:1949:10: note: byref variable will be forcibly initialized 1949 | u8 cfg, tchaux; | ^~~~~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:1949:5: note: byref variable will be forcibly initialized 1949 | u8 cfg, tchaux; | ^~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:1948:15: note: byref variable will be forcibly initialized 1948 | u16 range_x, range_y; | ^~~~~~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:1948:6: note: byref variable will be forcibly initialized 1948 | u16 range_x, range_y; | ^~~~~~~ In file included from /kisskb/src/include/linux/resource_ext.h:11, from /kisskb/src/include/linux/acpi.h:14, from /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:13: /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c: In function 'mxt_t6_command': /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:1206:5: note: byref variable will be forcibly initialized 1206 | u8 command_register; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c: In function 'mxt_set_t7_power_cfg': /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:2254:19: note: byref variable will be forcibly initialized 2254 | struct t7_config deepsleep = { .active = 0, .idle = 0 }; | ^~~~~~~~~ /kisskb/src/drivers/input/touchscreen/cy8ctmg110_ts.c: In function 'cy8ctmg110_write_regs': /kisskb/src/drivers/input/touchscreen/cy8ctmg110_ts.c:66:16: note: byref variable will be forcibly initialized 66 | unsigned char i2c_data[6]; | ^~~~~~~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c: In function 'mxt_prepare_cfg_mem': /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:1375:5: note: byref variable will be forcibly initialized 1375 | u8 val; | ^~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:1371:6: note: byref variable will be forcibly initialized 1371 | int offset; | ^~~~~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:1370:31: note: byref variable will be forcibly initialized 1370 | unsigned int type, instance, size, byte_offset; | ^~~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:1370:21: note: byref variable will be forcibly initialized 1370 | unsigned int type, instance, size, byte_offset; | ^~~~~~~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:1370:15: note: byref variable will be forcibly initialized 1370 | unsigned int type, instance, size, byte_offset; | ^~~~ /kisskb/src/drivers/input/touchscreen/cy8ctmg110_ts.c: In function 'cy8ctmg110_set_sleepmode': /kisskb/src/drivers/input/touchscreen/cy8ctmg110_ts.c:139:16: note: byref variable will be forcibly initialized 139 | unsigned char reg_p[3]; | ^~~~~ /kisskb/src/drivers/input/touchscreen/cy8ctmg110_ts.c: In function 'cy8ctmg110_touch_pos': /kisskb/src/drivers/input/touchscreen/cy8ctmg110_ts.c:113:16: note: byref variable will be forcibly initialized 113 | unsigned char reg_p[CY8CTMG110_REG_MAX]; | ^~~~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c: In function 'mxt_check_retrigen': /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:1338:6: note: byref variable will be forcibly initialized 1338 | int val; | ^~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c: In function 'mxt_update_cfg': /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:1519:16: note: byref variable will be forcibly initialized 1519 | u32 info_crc, config_crc, calculated_crc; | ^~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:1519:6: note: byref variable will be forcibly initialized 1519 | u32 info_crc, config_crc, calculated_crc; | ^~~~~~~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:1517:6: note: byref variable will be forcibly initialized 1517 | int offset; | ^~~~~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:1515:17: note: byref variable will be forcibly initialized 1515 | struct mxt_cfg cfg; | ^~~ /kisskb/src/drivers/input/input.c: In function 'input_default_getkeycode': /kisskb/src/drivers/input/input.c:814:15: note: byref variable will be forcibly initialized 814 | unsigned int index; | ^~~~~ /kisskb/src/drivers/input/input.c: In function 'input_default_setkeycode': /kisskb/src/drivers/input/input.c:843:15: note: byref variable will be forcibly initialized 843 | unsigned int index; | ^~~~~ /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c: In function 'mxt_load_fw': /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:2865:25: note: byref variable will be forcibly initialized 2865 | const struct firmware *fw = NULL; | ^~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/include/linux/ioport.h:13, from /kisskb/src/include/linux/acpi.h:12, from /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:13: /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/acpi.h:15, from /kisskb/src/drivers/input/touchscreen/atmel_mxt_ts.c:13: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/drivers/input/input.c: In function 'input_pass_event': /kisskb/src/drivers/input/input.c:169:21: note: byref variable will be forcibly initialized 169 | struct input_value vals[] = { { type, code, value } }; | ^~~~ In file included from /kisskb/src/drivers/input/input.c:16: /kisskb/src/drivers/input/input.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/input/input.c: In function 'input_get_disposition': /kisskb/src/drivers/input/input.c:265:6: note: byref variable will be forcibly initialized 265 | int value = *pval; | ^~~~~ /kisskb/src/drivers/input/input.c: In function 'input_set_keycode': /kisskb/src/drivers/input/input.c:960:22: note: byref variable will be forcibly initialized 960 | struct input_value vals[] = { | ^~~~ /kisskb/src/drivers/input/input.c:934:15: note: byref variable will be forcibly initialized 934 | unsigned int old_keycode; | ^~~~~~~~~~~ /kisskb/src/drivers/input/input.c: In function 'inhibited_store': /kisskb/src/drivers/input/input.c:1441:7: note: byref variable will be forcibly initialized 1441 | bool inhibited; | ^~~~~~~~~ /kisskb/src/drivers/input/input.c: In function 'input_repeat_key': /kisskb/src/drivers/input/input.c:188:22: note: byref variable will be forcibly initialized 188 | struct input_value vals[] = { | ^~~~ In file included from /kisskb/src/drivers/usb/misc/emi62.c:14: /kisskb/src/drivers/usb/misc/emi62.c: In function 'request_ihex_firmware': /kisskb/src/include/linux/ihex.h:68:25: note: byref variable will be forcibly initialized 68 | const struct firmware *lfw; | ^~~ /kisskb/src/drivers/usb/misc/emi62.c: In function 'emi62_load_firmware': /kisskb/src/drivers/usb/misc/emi62.c:83:25: note: byref variable will be forcibly initialized 83 | const struct firmware *firmware_fw = NULL; | ^~~~~~~~~~~ /kisskb/src/drivers/usb/misc/emi62.c:82:25: note: byref variable will be forcibly initialized 82 | const struct firmware *bitstream_fw = NULL; | ^~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/emi62.c:81:25: note: byref variable will be forcibly initialized 81 | const struct firmware *loader_fw = NULL; | ^~~~~~~~~ /kisskb/src/drivers/iio/adc/ad799x.c: In function 'ad799x_write_frequency': /kisskb/src/drivers/iio/adc/ad799x.c:347:7: note: byref variable will be forcibly initialized 347 | long val; | ^~~ In file included from /kisskb/src/drivers/usb/misc/ezusb.c:13: /kisskb/src/drivers/usb/misc/ezusb.c: In function 'request_ihex_firmware': /kisskb/src/include/linux/ihex.h:68:25: note: byref variable will be forcibly initialized 68 | const struct firmware *lfw; | ^~~ /kisskb/src/drivers/usb/misc/ezusb.c: In function 'ezusb_ihex_firmware_download': /kisskb/src/drivers/usb/misc/ezusb.c:63:25: note: byref variable will be forcibly initialized 63 | const struct firmware *firmware = NULL; | ^~~~~~~~ /kisskb/src/drivers/net/ppp/ppp_synctty.c: In function 'ppp_sync_ioctl': /kisskb/src/drivers/net/ppp/ppp_synctty.c:400:6: note: byref variable will be forcibly initialized 400 | u32 accm[8]; | ^~~~ /kisskb/src/drivers/hid/hid-quirks.c: In function 'hid_quirks_init': /kisskb/src/drivers/hid/hid-quirks.c:1162:6: note: byref variable will be forcibly initialized 1162 | u32 quirks; | ^~~~~~ /kisskb/src/drivers/hid/hid-quirks.c:1161:29: note: byref variable will be forcibly initialized 1161 | unsigned short int vendor, product; | ^~~~~~~ /kisskb/src/drivers/hid/hid-quirks.c:1161:21: note: byref variable will be forcibly initialized 1161 | unsigned short int vendor, product; | ^~~~~~ /kisskb/src/drivers/usb/misc/ftdi-elan.c: In function 'ftdi_elan_read_pcimem': /kisskb/src/drivers/usb/misc/ftdi-elan.c:1390:8: note: byref variable will be forcibly initialized 1390 | int result = -ENODEV; | ^~~~~~ /kisskb/src/drivers/usb/misc/ftdi-elan.c: In function 'ftdi_elan_read_reg': /kisskb/src/drivers/usb/misc/ftdi-elan.c:1303:8: note: byref variable will be forcibly initialized 1303 | int result = -ENODEV; | ^~~~~~ /kisskb/src/drivers/usb/misc/ftdi-elan.c: In function 'ftdi_elan_enumeratePCI': /kisskb/src/drivers/usb/misc/ftdi-elan.c:2519:6: note: byref variable will be forcibly initialized 2519 | u32 controlreg; | ^~~~~~~~~~ /kisskb/src/drivers/usb/misc/ftdi-elan.c: In function 'ftdi_elan_read_config': /kisskb/src/drivers/usb/misc/ftdi-elan.c:1346:8: note: byref variable will be forcibly initialized 1346 | int result = -ENODEV; | ^~~~~~ /kisskb/src/drivers/usb/misc/ftdi-elan.c: In function 'ftdi_elan_close_controller': /kisskb/src/drivers/usb/misc/ftdi-elan.c:2457:6: note: byref variable will be forcibly initialized 2457 | u32 pcidata; | ^~~~~~~ /kisskb/src/drivers/usb/misc/ftdi-elan.c:2455:6: note: byref variable will be forcibly initialized 2455 | u32 latence_timer; | ^~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/ftdi-elan.c: In function 'ftdi_elan_setup_controller': /kisskb/src/drivers/usb/misc/ftdi-elan.c:2398:6: note: byref variable will be forcibly initialized 2398 | u32 pcidata; | ^~~~~~~ /kisskb/src/drivers/usb/misc/ftdi-elan.c:2396:6: note: byref variable will be forcibly initialized 2396 | u32 latence_timer; | ^~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/ftdi-elan.c: In function 'ftdi_elan_edset_output': /kisskb/src/drivers/usb/misc/ftdi-elan.c:1626:9: note: byref variable will be forcibly initialized 1626 | char data[30 *3 + 4]; | ^~~~ /kisskb/src/drivers/usb/misc/ftdi-elan.c: In function 'ftdi_elan_checkingPCI': /kisskb/src/drivers/usb/misc/ftdi-elan.c:2161:7: note: byref variable will be forcibly initialized 2161 | u32 pcidata; | ^~~~~~~ /kisskb/src/drivers/usb/misc/ftdi-elan.c: In function 'ftdi_elan_respond_engine': /kisskb/src/drivers/usb/misc/ftdi-elan.c:990:9: note: byref variable will be forcibly initialized 990 | char diag[30 *3 + 4]; | ^~~~ /kisskb/src/drivers/usb/misc/ftdi-elan.c:926:8: note: byref variable will be forcibly initialized 926 | char diag[30 *3 + 4]; | ^~~~ /kisskb/src/drivers/usb/misc/ftdi-elan.c:921:7: note: byref variable will be forcibly initialized 921 | int packet_bytes = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/ftdi-elan.c: In function 'ftdi_elan_flush_input_fifo': /kisskb/src/drivers/usb/misc/ftdi-elan.c:1818:9: note: byref variable will be forcibly initialized 1818 | char diag[30 *3 + 4]; | ^~~~ /kisskb/src/drivers/usb/misc/ftdi-elan.c:1812:7: note: byref variable will be forcibly initialized 1812 | int packet_bytes = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/ftdi-elan.c: In function 'ftdi_elan_stuck_waiting': /kisskb/src/drivers/usb/misc/ftdi-elan.c:2086:9: note: byref variable will be forcibly initialized 2086 | char diag[30 *3 + 4]; | ^~~~ /kisskb/src/drivers/usb/misc/ftdi-elan.c:2080:7: note: byref variable will be forcibly initialized 2080 | int packet_bytes = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/ftdi-elan.c: In function 'ftdi_elan_read': /kisskb/src/drivers/usb/misc/ftdi-elan.c:690:7: note: byref variable will be forcibly initialized 690 | int packet_bytes = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/ftdi-elan.c:660:7: note: byref variable will be forcibly initialized 660 | char data[30 *3 + 4]; | ^~~~ /kisskb/src/drivers/usb/misc/ftdi-elan.c: In function 'ftdi_elan_command_engine': /kisskb/src/drivers/usb/misc/ftdi-elan.c:800:8: note: byref variable will be forcibly initialized 800 | char diag[40 *3 + 4]; | ^~~~ 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:17, 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/usb/misc/ftdi-elan.c: In function 'ftdi_elan_synchronize': /kisskb/src/drivers/usb/misc/ftdi-elan.c:1991:10: note: byref variable will be forcibly initialized 1991 | char diag[30 *3 + 4]; | ^~~~ /kisskb/src/drivers/usb/misc/ftdi-elan.c:1984:8: note: byref variable will be forcibly initialized 1984 | int packet_bytes = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-input.c: In function 'hidinput_locate_usage': /kisskb/src/drivers/hid/hid-input.c:119:15: note: byref variable will be forcibly initialized 119 | unsigned int scancode; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-input.c: In function 'hidinput_getkeycode': /kisskb/src/drivers/hid/hid-input.c:136:25: note: byref variable will be forcibly initialized 136 | unsigned int scancode, index; | ^~~~~ /kisskb/src/drivers/usb/misc/ftdi-elan.c: In function 'ftdi_elan_check_controller': /kisskb/src/drivers/usb/misc/ftdi-elan.c:2383:7: note: byref variable will be forcibly initialized 2383 | u32 portstatus; | ^~~~~~~~~~ /kisskb/src/drivers/hid/hid-input.c: In function 'hidinput_input_event': /kisskb/src/drivers/usb/misc/ftdi-elan.c:2205:6: note: byref variable will be forcibly initialized 2205 | u32 roothub_a; | ^~~~~~~~~ /kisskb/src/drivers/hid/hid-input.c:1575:20: note: byref variable will be forcibly initialized 1575 | struct hid_field *field; | ^~~~~ /kisskb/src/drivers/usb/misc/ftdi-elan.c:2204:6: note: byref variable will be forcibly initialized 2204 | u32 cmdstatus; | ^~~~~~~~~ /kisskb/src/drivers/usb/misc/ftdi-elan.c:2203:6: note: byref variable will be forcibly initialized 2203 | u32 periodicstart; | ^~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/ftdi-elan.c:2202:6: note: byref variable will be forcibly initialized 2202 | u32 hc_fminterval; | ^~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/ftdi-elan.c:2201:6: note: byref variable will be forcibly initialized 2201 | u32 fminterval; | ^~~~~~~~~~ /kisskb/src/drivers/usb/misc/ftdi-elan.c:2200:6: note: byref variable will be forcibly initialized 2200 | u32 status; | ^~~~~~ /kisskb/src/drivers/usb/misc/ftdi-elan.c:2199:6: note: byref variable will be forcibly initialized 2199 | u32 rh_a = -1; | ^~~~ /kisskb/src/drivers/usb/misc/ftdi-elan.c:2198:6: note: byref variable will be forcibly initialized 2198 | u32 control; | ^~~~~~~ /kisskb/src/drivers/usb/misc/ftdi-elan.c:2196:6: note: byref variable will be forcibly initialized 2196 | u32 hc_control; | ^~~~~~~~~~ /kisskb/src/drivers/usb/misc/ftdi-elan.c: In function 'ftdi_elan_setupOHCI': /kisskb/src/drivers/usb/misc/ftdi-elan.c:2571:6: note: byref variable will be forcibly initialized 2571 | u32 pcidata; | ^~~~~~~ /kisskb/src/drivers/hid/hid-input.c: In function 'hidinput_configure_usage': /kisskb/src/drivers/hid/hid-input.c:586:17: note: byref variable will be forcibly initialized 586 | unsigned long *bit = NULL; | ^~~ /kisskb/src/drivers/hid/hid-input.c:585:6: note: byref variable will be forcibly initialized 585 | int max = 0, code; | ^~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/hid/hid-core.c:17: /kisskb/src/drivers/hid/hid-core.c: In function 'array3_size': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:159:6: note: in expansion of macro 'check_mul_overflow' 159 | if (check_mul_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:159:6: note: in expansion of macro 'check_mul_overflow' 159 | if (check_mul_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:157:6: note: in expansion of macro 'check_mul_overflow' 157 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:157:6: note: in expansion of macro 'check_mul_overflow' 157 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:155:9: note: byref variable will be forcibly initialized 155 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/hid/hid-core.c:17: /kisskb/src/drivers/hid/hid-core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/misc/ftdi-elan.c: In function 'ftdi_elan_probe': /kisskb/src/drivers/usb/misc/ftdi-elan.c:2642:44: note: byref variable will be forcibly initialized 2642 | struct usb_endpoint_descriptor *bulk_in, *bulk_out; | ^~~~~~~~ /kisskb/src/drivers/usb/misc/ftdi-elan.c:2642:34: note: byref variable will be forcibly initialized 2642 | struct usb_endpoint_descriptor *bulk_in, *bulk_out; | ^~~~~~~ /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:1194:15: note: byref variable will be forcibly initialized 1194 | unsigned int size; | ^~~~ /kisskb/src/drivers/hid/hid-core.c:1193:18: note: byref variable will be forcibly initialized 1193 | struct hid_item item; | ^~~~ /kisskb/src/drivers/iio/accel/fxls8962af-core.c: In function 'fxls8962af_is_active': /kisskb/src/drivers/iio/accel/fxls8962af-core.c:234:15: note: byref variable will be forcibly initialized 234 | unsigned int reg; | ^~~ /kisskb/src/drivers/iio/accel/fxls8962af-core.c: In function 'fxls8962af_read_full_scale': /kisskb/src/drivers/iio/accel/fxls8962af-core.c:357:15: note: byref variable will be forcibly initialized 357 | unsigned int reg; | ^~~ /kisskb/src/drivers/iio/accel/fxls8962af-core.c: In function 'fxls8962af_read_samp_freq': /kisskb/src/drivers/iio/accel/fxls8962af-core.c:393:15: note: byref variable will be forcibly initialized 393 | unsigned int reg; | ^~~ /kisskb/src/drivers/hid/hid-core.c: In function 'new_id_store': /kisskb/src/drivers/hid/hid-core.c:2149:16: note: byref variable will be forcibly initialized 2149 | unsigned long driver_data = 0; | ^~~~~~~~~~~ /kisskb/src/drivers/hid/hid-core.c:2148:21: note: byref variable will be forcibly initialized 2148 | __u32 bus, vendor, product; | ^~~~~~~ /kisskb/src/drivers/hid/hid-core.c:2148:13: note: byref variable will be forcibly initialized 2148 | __u32 bus, vendor, product; | ^~~~~~ /kisskb/src/drivers/hid/hid-core.c:2148:8: note: byref variable will be forcibly initialized 2148 | __u32 bus, vendor, product; | ^~~ /kisskb/src/drivers/iio/accel/fxls8962af-core.c: In function 'fxls8962af_get_out': /kisskb/src/drivers/iio/accel/fxls8962af-core.c:248:9: note: byref variable will be forcibly initialized 248 | __le16 raw_val; | ^~~~~~~ /kisskb/src/drivers/hid/hid-core.c: In function 'hid_connect': /kisskb/src/drivers/hid/hid-core.c:1938:7: note: byref variable will be forcibly initialized 1938 | char buf[64] = ""; | ^~~ /kisskb/src/drivers/iio/accel/fxls8962af-core.c: In function 'fxls8962af_reset': /kisskb/src/drivers/iio/accel/fxls8962af-core.c:777:15: note: byref variable will be forcibly initialized 777 | unsigned int reg; | ^~~ /kisskb/src/drivers/iio/accel/fxls8962af-core.c: In function 'fxls8962af_fifo_flush': /kisskb/src/drivers/iio/accel/fxls8962af-core.c:924:15: note: byref variable will be forcibly initialized 924 | unsigned int reg; | ^~~ /kisskb/src/drivers/iio/accel/fxls8962af-core.c:922:6: note: byref variable will be forcibly initialized 922 | u16 buffer[FXLS8962AF_FIFO_LENGTH * 3]; | ^~~~~~ /kisskb/src/drivers/iio/accel/fxls8962af-core.c: In function 'fxls8962af_event_interrupt': /kisskb/src/drivers/iio/accel/fxls8962af-core.c:981:15: note: byref variable will be forcibly initialized 981 | unsigned int reg; | ^~~ /kisskb/src/drivers/iio/accel/fxls8962af-core.c: In function 'fxls8962af_interrupt': /kisskb/src/drivers/iio/accel/fxls8962af-core.c:1020:15: note: byref variable will be forcibly initialized 1020 | unsigned int reg; | ^~~ /kisskb/src/drivers/iio/accel/fxls8962af-core.c: In function 'fxls8962af_irq_setup': /kisskb/src/drivers/iio/accel/fxls8962af-core.c:1085:26: note: byref variable will be forcibly initialized 1085 | enum fxls8962af_int_pin int_pin; | ^~~~~~~ /kisskb/src/drivers/iio/accel/fxls8962af-core.c: In function 'fxls8962af_core_probe': /kisskb/src/drivers/iio/accel/fxls8962af-core.c:1150:15: note: byref variable will be forcibly initialized 1150 | unsigned int reg; | ^~~ /kisskb/src/drivers/hid/hid-debug.c: In function 'hid_debug_events_read': /kisskb/src/drivers/hid/hid-debug.c:1110:15: note: byref variable will be forcibly initialized 1110 | int ret = 0, copied; | ^~~~~~ /kisskb/src/drivers/thunderbolt/nvm.c: In function 'tb_nvm_add_active': /kisskb/src/drivers/thunderbolt/nvm.c:59:22: note: byref variable will be forcibly initialized 59 | struct nvmem_config config; | ^~~~~~ /kisskb/src/drivers/thunderbolt/nvm.c: In function 'tb_nvm_add_non_active': /kisskb/src/drivers/thunderbolt/nvm.c:124:22: note: byref variable will be forcibly initialized 124 | struct nvmem_config config; | ^~~~~~ /kisskb/src/drivers/thunderbolt/nvm.c: In function 'tb_nvm_read_data': /kisskb/src/drivers/thunderbolt/nvm.c:187:6: note: byref variable will be forcibly initialized 187 | u8 data[NVM_DATA_DWORDS * 4]; | ^~~~ /kisskb/src/drivers/thunderbolt/nvm.c: In function 'tb_nvm_write_data': /kisskb/src/drivers/thunderbolt/nvm.c:234:6: note: byref variable will be forcibly initialized 234 | u8 data[NVM_DATA_DWORDS * 4]; | ^~~~ /kisskb/src/drivers/thunderbolt/retimer.c: In function 'tb_retimer_nvm_authenticate': /kisskb/src/drivers/thunderbolt/retimer.c:154:6: note: byref variable will be forcibly initialized 154 | u32 status; | ^~~~~~ /kisskb/src/drivers/thunderbolt/retimer.c: In function 'nvm_authenticate_store': /kisskb/src/drivers/thunderbolt/retimer.c:215:6: note: byref variable will be forcibly initialized 215 | int val, ret; | ^~~ /kisskb/src/drivers/thunderbolt/retimer.c: In function 'tb_port_find_retimer': /kisskb/src/drivers/thunderbolt/retimer.c:432:27: note: byref variable will be forcibly initialized 432 | struct tb_retimer_lookup lookup = { .port = port, .index = index }; | ^~~~~~ /kisskb/src/drivers/thunderbolt/retimer.c: In function 'tb_retimer_nvm_add': /kisskb/src/drivers/thunderbolt/retimer.c:62:6: note: byref variable will be forcibly initialized 62 | u32 val, nvm_size; | ^~~ /kisskb/src/drivers/thunderbolt/retimer.c: In function 'tb_retimer_add': /kisskb/src/drivers/thunderbolt/retimer.c:329:14: note: byref variable will be forcibly initialized 329 | u32 vendor, device; | ^~~~~~ /kisskb/src/drivers/thunderbolt/retimer.c:329:6: note: byref variable will be forcibly initialized 329 | u32 vendor, device; | ^~~~~~ /kisskb/src/drivers/vfio/virqfd.c: In function 'virqfd_wakeup': /kisskb/src/drivers/vfio/virqfd.c:49:7: note: byref variable will be forcibly initialized 49 | u64 cnt; | ^~~ /kisskb/src/drivers/vfio/virqfd.c: In function 'virqfd_shutdown': /kisskb/src/drivers/vfio/virqfd.c:91:6: note: byref variable will be forcibly initialized 91 | u64 cnt; | ^~~ /kisskb/src/drivers/thunderbolt/debugfs.c: In function 'counter_set_regs_show': /kisskb/src/drivers/thunderbolt/debugfs.c:606:6: note: byref variable will be forcibly initialized 606 | u32 data[COUNTER_SET_LEN]; | ^~~~ /kisskb/src/drivers/thunderbolt/debugfs.c: In function 'path_show_one': /kisskb/src/drivers/thunderbolt/debugfs.c:544:6: note: byref variable will be forcibly initialized 544 | u32 data[PATH_LEN]; | ^~~~ /kisskb/src/drivers/thunderbolt/debugfs.c: In function 'port_basic_regs_show': /kisskb/src/drivers/thunderbolt/debugfs.c:393:6: note: byref variable will be forcibly initialized 393 | u32 data[PORT_CAP_BASIC_LEN]; | ^~~~ /kisskb/src/drivers/thunderbolt/debugfs.c: In function 'cap_show_by_dw': /kisskb/src/drivers/thunderbolt/debugfs.c:260:6: note: byref variable will be forcibly initialized 260 | u32 data; | ^~~~ /kisskb/src/drivers/thunderbolt/debugfs.c: In function 'cap_show': /kisskb/src/drivers/thunderbolt/debugfs.c:285:7: note: byref variable will be forcibly initialized 285 | u32 data[TB_MAX_CONFIG_RW_LENGTH]; | ^~~~ /kisskb/src/drivers/thunderbolt/debugfs.c: In function 'port_cap_show': /kisskb/src/drivers/thunderbolt/debugfs.c:311:20: note: byref variable will be forcibly initialized 311 | struct tb_cap_any header; | ^~~~~~ /kisskb/src/drivers/thunderbolt/debugfs.c: In function 'switch_basic_regs_show': /kisskb/src/drivers/thunderbolt/debugfs.c:491:6: note: byref variable will be forcibly initialized 491 | u32 data[SWITCH_CAP_BASIC_LEN]; | ^~~~ /kisskb/src/drivers/thunderbolt/debugfs.c: In function 'switch_cap_show': /kisskb/src/drivers/thunderbolt/debugfs.c:441:20: note: byref variable will be forcibly initialized 441 | struct tb_cap_any header; | ^~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/interrupt.h:11, from /kisskb/src/include/linux/pci.h:38, from /kisskb/src/drivers/thunderbolt/tb.h:13, from /kisskb/src/drivers/thunderbolt/debugfs.c:14: /kisskb/src/drivers/thunderbolt/debugfs.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/thunderbolt/debugfs.c: In function 'parse_line': /kisskb/src/drivers/thunderbolt/debugfs.c:85:6: note: byref variable will be forcibly initialized 85 | u32 v[5]; | ^ /kisskb/src/drivers/thunderbolt/debugfs.c: In function 'counters_write': /kisskb/src/drivers/thunderbolt/debugfs.c:233:12: note: byref variable will be forcibly initialized 233 | u32 val, offset; | ^~~~~~ /kisskb/src/drivers/thunderbolt/debugfs.c:233:7: note: byref variable will be forcibly initialized 233 | u32 val, offset; | ^~~ /kisskb/src/drivers/thunderbolt/debugfs.c:232:9: note: byref variable will be forcibly initialized 232 | char *line = buf; | ^~~~ /kisskb/src/drivers/thunderbolt/debugfs.c: In function 'tb_switch_debugfs_init': /kisskb/src/drivers/thunderbolt/debugfs.c:675:8: note: byref variable will be forcibly initialized 675 | char dir_name[10]; | ^~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/sched/signal.h:7, from /kisskb/src/drivers/usb/serial/generic.c:10: /kisskb/src/drivers/usb/serial/generic.c: In function 'usb_serial_generic_tiocmiwait': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/serial/generic.c:538:8: note: in expansion of macro 'wait_event_interruptible' 538 | ret = wait_event_interruptible(port->port.delta_msr_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/serial/generic.c:530:22: note: byref variable will be forcibly initialized 530 | struct async_icount cnow; | ^~~~ /kisskb/src/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:13, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/cdev.h:5, from /kisskb/src/drivers/vfio/vfio.c:13: /kisskb/src/drivers/vfio/vfio.c: In function 'vfio_unregister_group_dev': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/vfio/vfio.c:958:3: note: in expansion of macro 'wait_event' 958 | wait_event(group->container_q, !group->container); | ^~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/cyttsp_core.c: In function 'cyttsp_act_dist_setup': /kisskb/src/drivers/input/touchscreen/cyttsp_core.c:283:5: note: byref variable will be forcibly initialized 283 | u8 act_dist_setup = ts->act_dist; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/cyttsp_core.c: In function 'cyttsp_set_sysinfo_regs': /kisskb/src/drivers/input/touchscreen/cyttsp_core.c:222:6: note: byref variable will be forcibly initialized 222 | u8 intrvl_ray[] = { | ^~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/cyttsp_core.c: In function 'cyttsp_exit_bl_mode': /kisskb/src/drivers/input/touchscreen/cyttsp_core.c:140:5: note: byref variable will be forcibly initialized 140 | u8 bl_cmd[sizeof(bl_command)]; | ^~~~~~ In file included from /kisskb/src/include/asm-generic/div64.h:26, from ./arch/powerpc/include/generated/asm/div64.h:1, from /kisskb/src/include/linux/math.h:5, from /kisskb/src/include/linux/delay.h:22, from /kisskb/src/drivers/input/touchscreen/cyttsp_core.c:16: /kisskb/src/drivers/input/touchscreen/cyttsp_core.c: In function 'cyttsp_report_tchdata': /kisskb/src/drivers/input/touchscreen/cyttsp_core.c:323:17: note: byref variable will be forcibly initialized 323 | DECLARE_BITMAP(used, CY_MAX_ID); | ^~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/input/touchscreen/cyttsp_core.c:321:6: note: byref variable will be forcibly initialized 321 | int ids[CY_MAX_ID]; | ^~~ /kisskb/src/drivers/input/touchscreen/cyttsp_core.c: In function 'cyttsp_parse_properties': /kisskb/src/drivers/input/touchscreen/cyttsp_core.c:553:6: note: byref variable will be forcibly initialized 553 | u32 dt_value; | ^~~~~~~~ /kisskb/src/drivers/input/touchscreen/cyttsp_i2c_common.c: In function 'cyttsp_i2c_read_block_data': /kisskb/src/drivers/input/touchscreen/cyttsp_i2c_common.c:32:17: note: byref variable will be forcibly initialized 32 | struct i2c_msg msgs[] = { | ^~~~ /kisskb/src/drivers/input/touchscreen/cyttsp_i2c_common.c:31:5: note: byref variable will be forcibly initialized 31 | u8 addr_lo = addr & 0xFF; | ^~~~~~~ /kisskb/src/drivers/input/touchscreen/cyttsp_i2c_common.c: In function 'cyttsp_i2c_write_block_data': /kisskb/src/drivers/input/touchscreen/cyttsp_i2c_common.c:62:17: note: byref variable will be forcibly initialized 62 | struct i2c_msg msgs[] = { | ^~~~ In file included from /kisskb/src/include/linux/irq.h:21, 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/usb.h:16, from /kisskb/src/drivers/usb/misc/iowarrior.c:19: /kisskb/src/drivers/usb/misc/iowarrior.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/misc/iowarrior.c: In function 'iowarrior_ioctl': /kisskb/src/drivers/usb/misc/iowarrior.c:547:26: note: byref variable will be forcibly initialized 547 | struct iowarrior_info info; | ^~~~ /kisskb/src/drivers/hid/hidraw.c: In function 'hidraw_get_report': /kisskb/src/drivers/hid/hidraw.c:183:16: note: byref variable will be forcibly initialized 183 | unsigned char report_number; | ^~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/usb/misc/iowarrior.c:18: /kisskb/src/drivers/usb/misc/iowarrior.c: In function 'iowarrior_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/iowarrior.c:304:13: note: in expansion of macro 'wait_event_interruptible' 304 | int r = wait_event_interruptible(dev->read_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hidraw.c: In function 'hidraw_ioctl': /kisskb/src/drivers/hid/hidraw.c:403:27: note: byref variable will be forcibly initialized 403 | struct hidraw_devinfo dinfo; | ^~~~~ /kisskb/src/drivers/usb/misc/iowarrior.c: In function 'iowarrior_write': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/iowarrior.c:395:14: note: in expansion of macro 'wait_event_interruptible' 395 | retval = wait_event_interruptible(dev->write_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/input.h:19, from /kisskb/src/include/linux/input/mt.h:11, from /kisskb/src/drivers/input/input-mt.c:8: /kisskb/src/drivers/input/input-mt.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/input/input-mt.c:10: /kisskb/src/drivers/input/input-mt.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/hid/hidraw.c: In function 'hidraw_init': /kisskb/src/drivers/hid/hidraw.c:608:8: note: byref variable will be forcibly initialized 608 | dev_t dev_id; | ^~~~~~ /kisskb/src/drivers/input/input-poller.c: In function 'input_dev_set_poll_interval': /kisskb/src/drivers/input/input-poller.c:152:15: note: byref variable will be forcibly initialized 152 | unsigned int interval; | ^~~~~~~~ In file included from /kisskb/src/drivers/iio/adc/axp20x_adc.c:22: /kisskb/src/drivers/iio/adc/axp20x_adc.c: In function 'axp20x_read_variable_width': /kisskb/src/include/linux/mfd/axp20x.h:652:15: note: byref variable will be forcibly initialized 652 | unsigned int reg_val, result; | ^~~~~~~ In file included from /kisskb/src/drivers/input/ff-core.c:18: /kisskb/src/drivers/input/ff-core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/iio/accel/mxc6255.c: In function 'mxc6255_read_raw': /kisskb/src/drivers/iio/accel/mxc6255.c:54:15: note: byref variable will be forcibly initialized 54 | unsigned int reg; | ^~~ /kisskb/src/drivers/iio/accel/mxc6255.c: In function 'mxc6255_probe': /kisskb/src/drivers/iio/accel/mxc6255.c:122:15: note: byref variable will be forcibly initialized 122 | unsigned int chip_id; | ^~~~~~~ /kisskb/src/drivers/iio/accel/mxc4005.c: In function 'mxc4005_read_axis': /kisskb/src/drivers/iio/accel/mxc4005.c:154:9: note: byref variable will be forcibly initialized 154 | __be16 reg; | ^~~ /kisskb/src/drivers/iio/accel/mxc4005.c: In function 'mxc4005_read_scale': /kisskb/src/drivers/iio/accel/mxc4005.c:168:15: note: byref variable will be forcibly initialized 168 | unsigned int reg; | ^~~ /kisskb/src/drivers/iio/accel/mxc4005.c: In function 'mxc4005_chip_init': /kisskb/src/drivers/iio/accel/mxc4005.c:375:15: note: byref variable will be forcibly initialized 375 | unsigned int reg; | ^~~ /kisskb/src/drivers/input/touchscreen.c: In function 'touchscreen_get_prop_u32': /kisskb/src/drivers/input/touchscreen.c:20:6: note: byref variable will be forcibly initialized 20 | u32 val; | ^~~ /kisskb/src/drivers/input/touchscreen.c: In function 'touchscreen_parse_properties': /kisskb/src/drivers/input/touchscreen.c:71:33: note: byref variable will be forcibly initialized 71 | unsigned int minimum, maximum, fuzz; | ^~~~ /kisskb/src/drivers/input/touchscreen.c:71:24: note: byref variable will be forcibly initialized 71 | unsigned int minimum, maximum, fuzz; | ^~~~~~~ /kisskb/src/drivers/input/touchscreen.c:71:15: note: byref variable will be forcibly initialized 71 | unsigned int minimum, maximum, fuzz; | ^~~~~~~ /kisskb/src/drivers/iio/adc/lp8788_adc.c: In function 'lp8788_get_adc_result': /kisskb/src/drivers/iio/adc/lp8788_adc.c:55:5: note: byref variable will be forcibly initialized 55 | u8 rawdata[2]; | ^~~~~~~ /kisskb/src/drivers/iio/adc/lp8788_adc.c:54:5: note: byref variable will be forcibly initialized 54 | u8 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/compat.h:17, from /kisskb/src/drivers/hid/uhid.c:11: /kisskb/src/drivers/hid/uhid.c: In function '__uhid_report_queue_and_wait': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/uhid.c:176:8: note: in expansion of macro 'wait_event_interruptible_timeout' 176 | ret = wait_event_interruptible_timeout(uhid->report_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/uhid.c: In function 'uhid_dev_create': /kisskb/src/drivers/hid/uhid.c:535:25: note: userspace variable will be forcibly initialized 535 | struct uhid_create_req orig; | ^~~~ 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/compat.h:17, from /kisskb/src/drivers/hid/uhid.c:11: /kisskb/src/drivers/hid/uhid.c: In function 'uhid_char_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/uhid.c:669:9: note: in expansion of macro 'wait_event_interruptible' 669 | ret = wait_event_interruptible(uhid->waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/afe/iio-rescale.c: In function 'rescale_current_sense_shunt_props': /kisskb/src/drivers/iio/afe/iio-rescale.c:219:6: note: byref variable will be forcibly initialized 219 | u32 shunt; | ^~~~~ /kisskb/src/drivers/iio/afe/iio-rescale.c: In function 'rescale_current_sense_amplifier_props': /kisskb/src/drivers/iio/afe/iio-rescale.c:182:6: note: byref variable will be forcibly initialized 182 | u32 gain_div = 1; | ^~~~~~~~ /kisskb/src/drivers/iio/afe/iio-rescale.c:181:6: note: byref variable will be forcibly initialized 181 | u32 gain_mult = 1; | ^~~~~~~~~ /kisskb/src/drivers/iio/afe/iio-rescale.c:180:6: note: byref variable will be forcibly initialized 180 | u32 sense; | ^~~~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from ./arch/powerpc/include/generated/asm/rwonce.h:1, from /kisskb/src/include/linux/compiler.h:266, from /kisskb/src/include/asm-generic/bug.h:5, from /kisskb/src/arch/powerpc/include/asm/bug.h:149, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/gfp.h:5, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/input/ff-memless.c:16: /kisskb/src/drivers/input/ff-memless.c: In function 'ml_play_effects': /kisskb/src/drivers/input/ff-memless.c:393:17: note: byref variable will be forcibly initialized 393 | DECLARE_BITMAP(handled_bm, FF_MEMLESS_EFFECTS); | ^~~~~~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/input/ff-memless.c:392:19: note: byref variable will be forcibly initialized 392 | struct ff_effect effect; | ^~~~~~ /kisskb/src/drivers/input/touchscreen/hycon-hy46xx.c: In function 'hycon_hy46xx_setting_store': /kisskb/src/drivers/input/touchscreen/hycon-hy46xx.c:221:15: note: byref variable will be forcibly initialized 221 | unsigned int val; | ^~~ /kisskb/src/drivers/input/touchscreen/hycon-hy46xx.c: In function 'hycon_hy46xx_get_parameters': /kisskb/src/drivers/input/touchscreen/hycon-hy46xx.c:353:6: note: byref variable will be forcibly initialized 353 | u32 val; | ^~~ /kisskb/src/drivers/input/touchscreen/hycon-hy46xx.c: In function 'hycon_hy46xx_setting_show': /kisskb/src/drivers/input/touchscreen/hycon-hy46xx.c:186:6: note: byref variable will be forcibly initialized 186 | int val; | ^~~ /kisskb/src/drivers/input/touchscreen/hycon-hy46xx.c: In function 'hycon_hy46xx_isr': /kisskb/src/drivers/input/touchscreen/hycon-hy46xx.c:104:5: note: byref variable will be forcibly initialized 104 | u8 rdbuf[HY46XX_REPORT_PKT_LEN]; | ^~~~~ /kisskb/src/drivers/input/touchscreen/hycon-hy46xx.c: In function 'hycon_hy46xx_get_defaults': /kisskb/src/drivers/input/touchscreen/hycon-hy46xx.c:286:6: note: byref variable will be forcibly initialized 286 | u32 val; | ^~~ /kisskb/src/drivers/input/touchscreen/ektf2127.c: In function 'ektf2127_report_event': /kisskb/src/drivers/input/touchscreen/ektf2127.c:73:6: note: byref variable will be forcibly initialized 73 | int slots[EKTF2127_MAX_TOUCHES]; | ^~~~~ /kisskb/src/drivers/input/touchscreen/ektf2127.c:72:22: note: byref variable will be forcibly initialized 72 | struct input_mt_pos touches[EKTF2127_MAX_TOUCHES]; | ^~~~~~~ /kisskb/src/drivers/input/sparse-keymap.c: In function 'sparse_keymap_locate': /kisskb/src/drivers/input/sparse-keymap.c:99:15: note: byref variable will be forcibly initialized 99 | unsigned int scancode; | ^~~~~~~~ /kisskb/src/drivers/input/touchscreen/ektf2127.c: In function 'ektf2127_irq': /kisskb/src/drivers/input/touchscreen/ektf2127.c:126:7: note: byref variable will be forcibly initialized 126 | char buf[EKTF2127_TOUCH_REPORT_SIZE]; | ^~~ /kisskb/src/drivers/input/touchscreen/ektf2127.c: In function 'ektf2127_query_dimension': /kisskb/src/drivers/input/touchscreen/ektf2127.c:212:5: note: byref variable will be forcibly initialized 212 | u8 buf[4]; | ^~~ /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/input/touchscreen/ektf2127.c: In function 'ektf2127_probe': /kisskb/src/drivers/input/touchscreen/ektf2127.c:253:5: note: byref variable will be forcibly initialized 253 | u8 buf[4]; | ^~~ /kisskb/src/drivers/usb/misc/usblcd.c: In function 'lcd_ioctl': /kisskb/src/drivers/usb/misc/usblcd.c:166:7: note: byref variable will be forcibly initialized 166 | char buf[30]; | ^~~ /kisskb/src/drivers/usb/misc/usblcd.c: In function 'lcd_read': /kisskb/src/drivers/usb/misc/usblcd.c:129:6: note: byref variable will be forcibly initialized 129 | int bytes_read; | ^~~~~~~~~~ /kisskb/src/drivers/usb/misc/usblcd.c: In function 'lcd_probe': /kisskb/src/drivers/usb/misc/usblcd.c:321:44: note: byref variable will be forcibly initialized 321 | struct usb_endpoint_descriptor *bulk_in, *bulk_out; | ^~~~~~~~ /kisskb/src/drivers/usb/misc/usblcd.c:321:34: note: byref variable will be forcibly initialized 321 | struct usb_endpoint_descriptor *bulk_in, *bulk_out; | ^~~~~~~ /kisskb/src/drivers/input/touchscreen/egalax_ts.c: In function 'egalax_ts_interrupt': /kisskb/src/drivers/input/touchscreen/egalax_ts.c:69:5: note: byref variable will be forcibly initialized 69 | u8 buf[MAX_I2C_DATA_LEN]; | ^~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c: In function 'elants_i2c_sw_reset': /kisskb/src/drivers/input/touchscreen/elants_i2c.c:328:11: note: byref variable will be forcibly initialized 328 | const u8 soft_rst_cmd[] = { 0x77, 0x77, 0x77, 0x77 }; | ^~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c: In function 'elants_i2c_fw_write_page': /kisskb/src/drivers/input/touchscreen/elants_i2c.c:677:5: note: byref variable will be forcibly initialized 677 | u8 buf[2]; | ^~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c:676:11: note: byref variable will be forcibly initialized 676 | const u8 ack_ok[] = { 0xaa, 0xaa }; | ^~~~~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c: In function 'elants_i2c_fastboot': /kisskb/src/drivers/input/touchscreen/elants_i2c.c:577:11: note: byref variable will be forcibly initialized 577 | const u8 boot_cmd[] = { 0x4D, 0x61, 0x69, 0x6E }; | ^~~~~~~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c: In function 'elants_i2c_execute_command': /kisskb/src/drivers/input/touchscreen/elants_i2c.c:216:17: note: byref variable will be forcibly initialized 216 | struct i2c_msg msgs[2]; | ^~~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c: In function 'elants_i2c_query_ts_info_ektf': /kisskb/src/drivers/input/touchscreen/elants_i2c.c:458:11: note: byref variable will be forcibly initialized 458 | const u8 get_yres_cmd[] = { | ^~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c:455:11: note: byref variable will be forcibly initialized 455 | const u8 get_xres_cmd[] = { | ^~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c:453:5: note: byref variable will be forcibly initialized 453 | u8 resp[4]; | ^~~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c: In function 'elants_i2c_query_hw_version': /kisskb/src/drivers/input/touchscreen/elants_i2c.c:357:5: note: byref variable will be forcibly initialized 357 | u8 resp[HEADER_SIZE]; | ^~~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c:356:11: note: byref variable will be forcibly initialized 356 | const u8 cmd[] = { CMD_HEADER_READ, E_ELAN_INFO_FW_ID, 0x00, 0x01 }; | ^~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c: In function 'elants_i2c_query_bc_version': /kisskb/src/drivers/input/touchscreen/elants_i2c.c:432:5: note: byref variable will be forcibly initialized 432 | u8 resp[HEADER_SIZE]; | ^~~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c:431:11: note: byref variable will be forcibly initialized 431 | const u8 cmd[] = { CMD_HEADER_READ, E_ELAN_INFO_BC_VER, 0x00, 0x01 }; | ^~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c: In function 'elants_i2c_query_fw_version': /kisskb/src/drivers/input/touchscreen/elants_i2c.c:382:5: note: byref variable will be forcibly initialized 382 | u8 resp[HEADER_SIZE]; | ^~~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c:381:11: note: byref variable will be forcibly initialized 381 | const u8 cmd[] = { CMD_HEADER_READ, E_ELAN_INFO_FW_VER, 0x00, 0x01 }; | ^~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c: In function 'elants_i2c_query_test_version': /kisskb/src/drivers/input/touchscreen/elants_i2c.c:411:5: note: byref variable will be forcibly initialized 411 | u8 resp[HEADER_SIZE]; | ^~~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c:410:11: note: byref variable will be forcibly initialized 410 | const u8 cmd[] = { CMD_HEADER_READ, E_ELAN_INFO_TEST_VER, 0x00, 0x01 }; | ^~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c: In function 'elants_i2c_query_ts_info_ekth': In file included from /kisskb/src/include/linux/dev_printk.h:14, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/input/matrix-keymap.c:11: /kisskb/src/drivers/input/matrix-keymap.c: In function 'devm_kmalloc_array': /kisskb/src/drivers/input/touchscreen/elants_i2c.c:508:11: note: byref variable will be forcibly initialized 508 | const u8 get_physical_drive_cmd[] = { | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c:505:11: note: byref variable will be forcibly initialized 505 | const u8 get_physical_scan_cmd[] = { | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c:502:11: note: byref variable will be forcibly initialized 502 | const u8 get_osr_cmd[] = { | ^~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c:499:11: note: byref variable will be forcibly initialized 499 | const u8 get_resolution_cmd[] = { | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c:497:5: note: byref variable will be forcibly initialized 497 | u8 resp[17]; | ^~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/input/matrix-keymap.c:11: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/input/matrix-keymap.c:19: /kisskb/src/drivers/input/matrix-keymap.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c: In function 'elants_i2c_initialize': /kisskb/src/drivers/input/touchscreen/elants_i2c.c:596:5: note: byref variable will be forcibly initialized 596 | u8 buf[HEADER_SIZE]; | ^~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c:595:11: note: byref variable will be forcibly initialized 595 | const u8 recov_packet[] = { 0x55, 0x55, 0x80, 0x80 }; | ^~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c:594:11: note: byref variable will be forcibly initialized 594 | const u8 hello_packet[] = { 0x55, 0x55, 0x55, 0x55 }; | ^~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c: In function 'elants_i2c_resume': /kisskb/src/drivers/input/touchscreen/elants_i2c.c:1586:11: note: byref variable will be forcibly initialized 1586 | const u8 set_active_cmd[] = { | ^~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c: In function 'elants_i2c_validate_remark_id': /kisskb/src/drivers/input/touchscreen/elants_i2c.c:714:5: note: byref variable will be forcibly initialized 714 | u8 resp[6] = { 0 }; | ^~~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c:713:11: note: byref variable will be forcibly initialized 713 | const u8 cmd[] = { CMD_HEADER_ROM_READ, 0x80, 0x1F, 0x00, 0x00, 0x21 }; | ^~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c: In function 'elants_i2c_suspend': /kisskb/src/drivers/input/touchscreen/elants_i2c.c:1547:11: note: byref variable will be forcibly initialized 1547 | const u8 set_sleep_cmd[] = { | ^~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c: In function 'show_calibration_count': /kisskb/src/drivers/input/touchscreen/elants_i2c.c:1190:5: note: byref variable will be forcibly initialized 1190 | u8 resp[HEADER_SIZE]; | ^~~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c:1189:11: note: byref variable will be forcibly initialized 1189 | const u8 cmd[] = { CMD_HEADER_READ, E_ELAN_INFO_REK, 0x00, 0x01 }; | ^~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c: In function 'elants_i2c_do_update_firmware': /kisskb/src/drivers/input/touchscreen/elants_i2c.c:749:6: note: byref variable will be forcibly initialized 749 | u16 send_id; | ^~~~~~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c:748:5: note: byref variable will be forcibly initialized 748 | u8 buf[HEADER_SIZE]; | ^~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c:747:11: note: byref variable will be forcibly initialized 747 | const u8 close_idle[] = { 0x54, 0x2c, 0x01, 0x01 }; | ^~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c:746:11: note: byref variable will be forcibly initialized 746 | const u8 iap_ack[] = { 0x55, 0xaa, 0x33, 0xcc }; | ^~~~~~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c:745:11: note: byref variable will be forcibly initialized 745 | const u8 enter_iap2[] = { 0x54, 0x00, 0x12, 0x34 }; | ^~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c:744:11: note: byref variable will be forcibly initialized 744 | const u8 enter_iap[] = { 0x45, 0x49, 0x41, 0x50 }; | ^~~~~~~~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c: In function 'elants_i2c_fw_update': /kisskb/src/drivers/input/touchscreen/elants_i2c.c:865:25: note: byref variable will be forcibly initialized 865 | const struct firmware *fw; | ^~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c: In function 'elants_i2c_irq': /kisskb/src/drivers/input/touchscreen/elants_i2c.c:1023:11: note: byref variable will be forcibly initialized 1023 | const u8 wait_packet[] = { 0x64, 0x64, 0x64, 0x64 }; | ^~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/elants_i2c.c: In function 'elants_i2c_probe': /kisskb/src/drivers/input/touchscreen/elants_i2c.c:1374:23: note: byref variable will be forcibly initialized 1374 | union i2c_smbus_data dummy; | ^~~~~ /kisskb/src/drivers/hid/hid-alps.c: In function 'T4_init': /kisskb/src/drivers/hid/hid-alps.c:612:5: note: byref variable will be forcibly initialized 612 | u8 tmp, sen_line_num_x, sen_line_num_y; | ^~~ /kisskb/src/drivers/hid/hid-alps.c: In function 'u1_init': /kisskb/src/drivers/hid/hid-alps.c:501:23: note: byref variable will be forcibly initialized 501 | u8 pitch_x, pitch_y, resolution; | ^~~~~~~~~~ /kisskb/src/drivers/hid/hid-alps.c:501:14: note: byref variable will be forcibly initialized 501 | u8 pitch_x, pitch_y, resolution; | ^~~~~~~ /kisskb/src/drivers/hid/hid-alps.c:501:5: note: byref variable will be forcibly initialized 501 | u8 pitch_x, pitch_y, resolution; | ^~~~~~~ /kisskb/src/drivers/hid/hid-alps.c:500:36: note: byref variable will be forcibly initialized 500 | u8 tmp, dev_ctrl, sen_line_num_x, sen_line_num_y; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-alps.c:500:20: note: byref variable will be forcibly initialized 500 | u8 tmp, dev_ctrl, sen_line_num_x, sen_line_num_y; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-alps.c:500:10: note: byref variable will be forcibly initialized 500 | u8 tmp, dev_ctrl, sen_line_num_x, sen_line_num_y; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-alps.c:500:5: note: byref variable will be forcibly initialized 500 | u8 tmp, dev_ctrl, sen_line_num_x, sen_line_num_y; | ^~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/input/input-leds.c:9: /kisskb/src/drivers/input/input-leds.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/drivers/input/touchscreen/exc3000.c: In function 'exc3000_vendor_data_request': /kisskb/src/drivers/input/touchscreen/exc3000.c:221:5: note: byref variable will be forcibly initialized 221 | u8 buf[EXC3000_LEN_VENDOR_REQUEST] = { 0x67, 0x00, 0x42, 0x00, 0x03 }; | ^~~ /kisskb/src/drivers/input/touchscreen/exc3000.c: In function 'exc3000_probe': /kisskb/src/drivers/input/touchscreen/exc3000.c:405:51: note: byref variable will be forcibly initialized 405 | error = exc3000_vendor_data_request(data, (u8[]){'E'}, 1, | ^ /kisskb/src/drivers/input/touchscreen/exc3000.c:403:6: note: byref variable will be forcibly initialized 403 | u8 response[EXC3000_LEN_FRAME]; | ^~~~~~~~ /kisskb/src/drivers/input/touchscreen/exc3000.c: In function 'type_show': /kisskb/src/drivers/input/touchscreen/exc3000.c:312:48: note: byref variable will be forcibly initialized 312 | ret = exc3000_vendor_data_request(data, (u8[]){'F'}, 1, response, 1); | ^ /kisskb/src/drivers/input/touchscreen/exc3000.c:309:5: note: byref variable will be forcibly initialized 309 | u8 response[EXC3000_LEN_FRAME]; | ^~~~~~~~ /kisskb/src/drivers/input/touchscreen/exc3000.c: In function 'model_show': /kisskb/src/drivers/input/touchscreen/exc3000.c:296:48: note: byref variable will be forcibly initialized 296 | ret = exc3000_vendor_data_request(data, (u8[]){'E'}, 1, response, 1); | ^ /kisskb/src/drivers/input/touchscreen/exc3000.c:293:5: note: byref variable will be forcibly initialized 293 | u8 response[EXC3000_LEN_FRAME]; | ^~~~~~~~ /kisskb/src/drivers/input/touchscreen/exc3000.c: In function 'fw_version_show': /kisskb/src/drivers/input/touchscreen/exc3000.c:280:48: note: byref variable will be forcibly initialized 280 | ret = exc3000_vendor_data_request(data, (u8[]){'D'}, 1, response, 1); | ^ /kisskb/src/drivers/input/touchscreen/exc3000.c:268:14: note: byref variable will be forcibly initialized 268 | (u8[]){0x39, 0x02}, 2, response, 1); | ^ /kisskb/src/drivers/input/touchscreen/exc3000.c:263:5: note: byref variable will be forcibly initialized 263 | u8 response[EXC3000_LEN_FRAME]; | ^~~~~~~~ /kisskb/src/drivers/usb/serial/io_edgeport.c: In function 'get_lsr_info': /kisskb/src/drivers/usb/serial/io_edgeport.c:1474:15: note: byref variable will be forcibly initialized 1474 | unsigned int result = 0; | ^~~~~~ /kisskb/src/drivers/usb/serial/io_edgeport.c: In function 'edge_unthrottle': /kisskb/src/drivers/usb/serial/io_edgeport.c:1424:17: note: byref variable will be forcibly initialized 1424 | unsigned char start_char = START_CHAR(tty); | ^~~~~~~~~~ /kisskb/src/drivers/usb/serial/io_edgeport.c: In function 'edge_throttle': /kisskb/src/drivers/usb/serial/io_edgeport.c:1386:17: note: byref variable will be forcibly initialized 1386 | unsigned char stop_char = STOP_CHAR(tty); | ^~~~~~~~~ /kisskb/src/drivers/usb/serial/io_edgeport.c: In function 'send_cmd_write_baud_rate': /kisskb/src/drivers/usb/serial/io_edgeport.c:2187:6: note: byref variable will be forcibly initialized 2187 | int divisor; | ^~~~~~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/usb/serial/io_edgeport.c:31: /kisskb/src/drivers/usb/serial/io_edgeport.c: In function 'edge_open': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/serial/io_edgeport.c:899:2: note: in expansion of macro 'wait_event_timeout' 899 | wait_event_timeout(edge_port->wait_open, !edge_port->openPending, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/serial/io_edgeport.c: In function 'get_manufacturing_desc': /kisskb/src/drivers/usb/serial/io_edgeport.c:2537:8: note: byref variable will be forcibly initialized 2537 | char string[30]; | ^~~~~~ /kisskb/src/drivers/usb/misc/trancevibrator.c: In function 'speed_store': /kisskb/src/drivers/usb/misc/trancevibrator.c:47:6: note: byref variable will be forcibly initialized 47 | int temp, retval, old; | ^~~~ In file included from /kisskb/src/drivers/usb/serial/io_edgeport.c:41: /kisskb/src/drivers/usb/serial/io_edgeport.c: In function 'request_ihex_firmware': /kisskb/src/include/linux/ihex.h:68:25: note: byref variable will be forcibly initialized 68 | const struct firmware *lfw; | ^~~ /kisskb/src/drivers/usb/serial/io_edgeport.c: In function 'load_application_firmware': /kisskb/src/drivers/usb/serial/io_edgeport.c:2624:25: note: byref variable will be forcibly initialized 2624 | const struct firmware *fw; | ^~ /kisskb/src/drivers/usb/serial/io_edgeport.c: In function 'update_edgeport_E2PROM': /kisskb/src/drivers/usb/serial/io_edgeport.c:318:25: note: byref variable will be forcibly initialized 318 | const struct firmware *fw; | ^~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/drivers/usb/misc/ldusb.c:23: /kisskb/src/drivers/usb/misc/ldusb.c: In function 'ld_usb_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/ldusb.c:473:12: note: in expansion of macro 'wait_event_interruptible' 473 | retval = wait_event_interruptible(dev->read_wait, dev->interrupt_in_done); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/ldusb.c: In function 'ld_usb_write': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/ldusb.c:555:12: note: in expansion of macro 'wait_event_interruptible' 555 | retval = wait_event_interruptible(dev->write_wait, !dev->interrupt_out_busy); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/adc/ltc2485.c: In function 'ltc2485_read': /kisskb/src/drivers/iio/adc/ltc2485.c:40:9: note: byref variable will be forcibly initialized 40 | __be32 buf = 0; | ^~~ /kisskb/src/drivers/usb/misc/ldusb.c: In function 'ld_usb_release': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/ldusb.c:398:3: note: in expansion of macro 'wait_event_interruptible_timeout' 398 | wait_event_interruptible_timeout(dev->write_wait, !dev->interrupt_out_busy, 2 * HZ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/usb/misc/ldusb.c:23: /kisskb/src/drivers/usb/misc/ldusb.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/drivers/input/mousedev.c:16: /kisskb/src/drivers/input/mousedev.c: In function 'mousedev_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/mousedev.c:728:11: note: in expansion of macro 'wait_event_interruptible' 728 | retval = wait_event_interruptible(mousedev->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/mousedev.c:721:5: note: byref variable will be forcibly initialized 721 | u8 data[sizeof(client->ps2)]; | ^~~~ /kisskb/src/drivers/iio/adc/max1363.c: In function 'max1363_write_basic_config': /kisskb/src/drivers/iio/adc/max1363.c:343:5: note: byref variable will be forcibly initialized 343 | u8 tx_buf[2] = { st->setupbyte, st->configbyte }; | ^~~~~~ /kisskb/src/drivers/iio/adc/max1363.c: In function 'max1363_read_single_chan': /kisskb/src/drivers/iio/adc/max1363.c:365:5: note: byref variable will be forcibly initialized 365 | u8 rxbuf[2]; | ^~~~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/arch/powerpc/include/asm/io.h:27, 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/drivers/iio/adc/max1363.c:15: /kisskb/src/drivers/iio/adc/max1363.c: In function 'array3_size': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:159:6: note: in expansion of macro 'check_mul_overflow' 159 | if (check_mul_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:159:6: note: in expansion of macro 'check_mul_overflow' 159 | if (check_mul_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:157:6: note: in expansion of macro 'check_mul_overflow' 157 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:157:6: note: in expansion of macro 'check_mul_overflow' 157 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:155:9: note: byref variable will be forcibly initialized 155 | size_t bytes; | ^~~~~ /kisskb/src/drivers/iio/adc/max1363.c: In function 'max1363_monitor_store_freq': /kisskb/src/drivers/iio/adc/max1363.c:702:16: note: byref variable will be forcibly initialized 702 | unsigned long val; | ^~~ /kisskb/src/drivers/iio/adc/max1363.c: In function 'max1363_event_handler': /kisskb/src/drivers/iio/adc/max1363.c:801:5: note: byref variable will be forcibly initialized 801 | u8 tx[2] = { st->setupbyte, | ^~ /kisskb/src/drivers/iio/adc/max1363.c:800:5: note: byref variable will be forcibly initialized 800 | u8 rx; | ^~ /kisskb/src/drivers/iio/adc/max1363.c:799:16: note: byref variable will be forcibly initialized 799 | unsigned long mask, loc; | ^~~~ In file included from /kisskb/src/include/linux/kasan-checks.h:5, from /kisskb/src/include/asm-generic/rwonce.h:26, from ./arch/powerpc/include/generated/asm/rwonce.h:1, from /kisskb/src/include/linux/compiler.h:266, from /kisskb/src/include/linux/dev_printk.h:14, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/iio/amplifiers/hmc425a.c:8: /kisskb/src/drivers/iio/amplifiers/hmc425a.c: In function 'hmc425a_write': /kisskb/src/drivers/iio/amplifiers/hmc425a.c:48:17: note: byref variable will be forcibly initialized 48 | DECLARE_BITMAP(values, BITS_PER_TYPE(value)); | ^~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ /kisskb/src/drivers/usb/musb/musb_core.c: In function 'srp_store': /kisskb/src/drivers/usb/musb/musb_core.c:1956:17: note: byref variable will be forcibly initialized 1956 | unsigned short srp; | ^~~ /kisskb/src/drivers/usb/musb/musb_core.c: In function 'vbus_store': /kisskb/src/drivers/usb/musb/musb_core.c:1901:16: note: byref variable will be forcibly initialized 1901 | unsigned long val; | ^~~ /kisskb/src/drivers/usb/musb/musb_core.c: In function 'musb_core_init': /kisskb/src/drivers/usb/musb/musb_core.c:1599:7: note: byref variable will be forcibly initialized 1599 | char aInfo[90]; | ^~~~~ /kisskb/src/drivers/usb/musb/musb_core.c: In function 'musb_interrupt': /kisskb/src/drivers/usb/musb/musb_core.c:1729:16: note: byref variable will be forcibly initialized 1729 | unsigned long status; | ^~~~~~ /kisskb/src/drivers/usb/serial/f81534.c: In function 'f81534_tiocmget': /kisskb/src/drivers/usb/serial/f81534.c:1441:5: note: byref variable will be forcibly initialized 1441 | u8 msr; | ^~~ /kisskb/src/drivers/usb/serial/f81534.c: In function 'f81534_read_msr': /kisskb/src/drivers/usb/serial/f81534.c:1061:5: note: byref variable will be forcibly initialized 1061 | u8 msr; | ^~~ /kisskb/src/drivers/usb/serial/f81534.c: In function 'f81534_lsr_worker': /kisskb/src/drivers/usb/serial/f81534.c:1311:5: note: byref variable will be forcibly initialized 1311 | u8 tmp; | ^~~ /kisskb/src/drivers/usb/serial/f81534.c: In function 'f81534_set_mask_register': /kisskb/src/drivers/usb/serial/f81534.c:300:5: note: byref variable will be forcibly initialized 300 | u8 tmp; | ^~~ /kisskb/src/drivers/usb/serial/f81534.c: In function 'f81534_wait_for_spi_idle': /kisskb/src/drivers/usb/serial/f81534.c:351:5: note: byref variable will be forcibly initialized 351 | u8 tmp; | ^~~ /kisskb/src/drivers/usb/serial/f81534.c: In function 'f81534_read_flash': /kisskb/src/drivers/usb/serial/f81534.c:405:5: note: byref variable will be forcibly initialized 405 | u8 tmp_buf[F81534_MAX_DATA_BLOCK]; | ^~~~~~~ /kisskb/src/drivers/usb/serial/f81534.c: In function 'f81534_find_config_idx': /kisskb/src/drivers/usb/serial/f81534.c:731:5: note: byref variable will be forcibly initialized 731 | u8 tmp; | ^~~ /kisskb/src/drivers/usb/serial/f81534.c: In function 'f81534_check_port_hw_disabled': /kisskb/src/drivers/usb/serial/f81534.c:763:5: note: byref variable will be forcibly initialized 763 | u8 lsr; | ^~~ /kisskb/src/drivers/usb/serial/f81534.c:762:5: note: byref variable will be forcibly initialized 762 | u8 msr; | ^~~ /kisskb/src/drivers/usb/serial/f81534.c:761:5: note: byref variable will be forcibly initialized 761 | u8 old_mcr; | ^~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/input/evdev.c:17: /kisskb/src/drivers/input/evdev.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /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/touchscreen/goodix.c: In function 'goodix_i2c_read': /kisskb/src/drivers/input/touchscreen/goodix.c:161:9: note: byref variable will be forcibly initialized 161 | __be16 wbuf = cpu_to_be16(reg); | ^~~~ /kisskb/src/drivers/input/touchscreen/goodix.c:160:17: note: byref variable will be forcibly initialized 160 | struct i2c_msg msgs[2]; | ^~~~ /kisskb/src/drivers/input/evdev.c: In function 'evdev_do_ioctl': /kisskb/src/drivers/input/evdev.c:1039:15: note: byref variable will be forcibly initialized 1039 | unsigned int i, t, u, v; | ^ /kisskb/src/drivers/input/evdev.c:1037:19: note: byref variable will be forcibly initialized 1037 | struct ff_effect effect; | ^~~~~~ /kisskb/src/drivers/input/evdev.c:1036:20: note: byref variable will be forcibly initialized 1036 | struct input_mask mask; | ^~~~ /kisskb/src/drivers/input/evdev.c:1035:23: note: byref variable will be forcibly initialized 1035 | struct input_absinfo abs; | ^~~ /kisskb/src/drivers/input/touchscreen/goodix.c: In function 'goodix_process_events': /kisskb/src/drivers/input/touchscreen/goodix.c:358:6: note: byref variable will be forcibly initialized 358 | u8 point_data[2 + GOODIX_MAX_CONTACT_SIZE * GOODIX_MAX_CONTACTS]; | ^~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/goodix.c: In function 'goodix_i2c_test': /kisskb/src/drivers/input/touchscreen/goodix.c:967:5: note: byref variable will be forcibly initialized 967 | u8 test; | ^~~~ /kisskb/src/drivers/input/touchscreen/goodix.c: In function 'goodix_read_version': /kisskb/src/drivers/input/touchscreen/goodix.c:940:7: note: byref variable will be forcibly initialized 940 | char id_str[GOODIX_ID_MAX_LEN + 1]; | ^~~~~~ /kisskb/src/drivers/input/touchscreen/goodix.c:939:5: note: byref variable will be forcibly initialized 939 | u8 buf[6]; | ^~~ /kisskb/src/drivers/input/touchscreen/goodix.c: In function 'goodix_i2c_write': /kisskb/src/drivers/input/touchscreen/goodix.c:195:17: note: byref variable will be forcibly initialized 195 | struct i2c_msg msg; | ^~~ /kisskb/src/drivers/input/evdev.c: In function 'evdev_write': /kisskb/src/drivers/input/evdev.c:507:21: note: byref variable will be forcibly initialized 507 | struct input_event event; | ^~~~~ In file included from /kisskb/src/include/linux/poll.h:8, from /kisskb/src/drivers/input/evdev.c:15: /kisskb/src/drivers/input/evdev.c: In function 'evdev_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/evdev.c:598:12: note: in expansion of macro 'wait_event_interruptible' 598 | error = wait_event_interruptible(client->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/evdev.c:563:21: note: byref variable will be forcibly initialized 563 | struct input_event event; | ^~~~~ /kisskb/src/drivers/input/touchscreen/goodix.c: In function 'goodix_resume': /kisskb/src/drivers/input/touchscreen/goodix.c:1306:5: note: byref variable will be forcibly initialized 1306 | u8 config_ver; | ^~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/goodix.c: In function 'goodix_ts_probe': /kisskb/src/drivers/input/touchscreen/goodix.c:1137:14: note: byref variable will be forcibly initialized 1137 | const char *cfg_name; | ^~~~~~~~ /kisskb/src/drivers/input/evdev.c: In function 'evdev_event': /kisskb/src/drivers/input/evdev.c:317:21: note: byref variable will be forcibly initialized 317 | struct input_value vals[] = { { type, code, value } }; | ^~~~ /kisskb/src/drivers/usb/serial/keyspan_pda.c: In function 'keyspan_pda_get_modem_info': /kisskb/src/drivers/usb/serial/keyspan_pda.c:375:5: note: byref variable will be forcibly initialized 375 | u8 data; | ^~~~ /kisskb/src/drivers/usb/serial/keyspan_pda.c: In function 'keyspan_pda_tiocmset': /kisskb/src/drivers/usb/serial/keyspan_pda.c:431:16: note: byref variable will be forcibly initialized 431 | unsigned char status; | ^~~~~~ /kisskb/src/drivers/usb/serial/keyspan_pda.c: In function 'keyspan_pda_tiocmget': /kisskb/src/drivers/usb/serial/keyspan_pda.c:408:16: note: byref variable will be forcibly initialized 408 | unsigned char status; | ^~~~~~ /kisskb/src/drivers/usb/serial/keyspan_pda.c: In function 'keyspan_pda_get_write_room': /kisskb/src/drivers/usb/serial/keyspan_pda.c:80:5: note: byref variable will be forcibly initialized 80 | u8 room; | ^~~~ /kisskb/src/drivers/usb/misc/usbsevseg.c: In function 'update_display_visual': /kisskb/src/drivers/usb/misc/usbsevseg.c:110:16: note: byref variable will be forcibly initialized 110 | unsigned char buffer[MAXLEN] = {0}; | ^~~~~~ /kisskb/src/drivers/input/touchscreen/goodix_fwupload.c: In function 'goodix_firmware_verify': /kisskb/src/drivers/input/touchscreen/goodix_fwupload.c:50:7: note: byref variable will be forcibly initialized 50 | char buf[9]; | ^~~ /kisskb/src/drivers/input/touchscreen/goodix_fwupload.c: In function 'goodix_enter_upload_mode': /kisskb/src/drivers/input/touchscreen/goodix_fwupload.c:89:5: note: byref variable will be forcibly initialized 89 | u8 val; | ^~~ /kisskb/src/drivers/input/touchscreen/goodix_fwupload.c: In function 'goodix_start_firmware': /kisskb/src/drivers/input/touchscreen/goodix_fwupload.c:159:5: note: byref variable will be forcibly initialized 159 | u8 val; | ^~~ /kisskb/src/drivers/input/touchscreen/goodix_fwupload.c: In function 'goodix_firmware_upload': /kisskb/src/drivers/input/touchscreen/goodix_fwupload.c:192:7: note: byref variable will be forcibly initialized 192 | char fw_name[64]; | ^~~~~~~ /kisskb/src/drivers/input/touchscreen/goodix_fwupload.c:191:25: note: byref variable will be forcibly initialized 191 | const struct firmware *fw; | ^~ /kisskb/src/drivers/input/touchscreen/goodix_fwupload.c: In function 'goodix_send_main_clock': /kisskb/src/drivers/input/touchscreen/goodix_fwupload.c:311:6: note: byref variable will be forcibly initialized 311 | u32 main_clk = 54; /* Default main clock */ | ^~~~~~~~ /kisskb/src/drivers/input/touchscreen/goodix_fwupload.c: In function 'goodix_handle_fw_request': /kisskb/src/drivers/input/touchscreen/goodix_fwupload.c:351:5: note: byref variable will be forcibly initialized 351 | u8 val; | ^~~ /kisskb/src/drivers/input/touchscreen/goodix_fwupload.c: In function 'goodix_save_bak_ref': /kisskb/src/drivers/input/touchscreen/goodix_fwupload.c:409:5: note: byref variable will be forcibly initialized 409 | u8 val; | ^~~ /kisskb/src/drivers/input/touchscreen/hideep.c: In function 'hideep_pgm_r_reg': /kisskb/src/drivers/input/touchscreen/hideep.c:241:9: note: byref variable will be forcibly initialized 241 | __be32 data; | ^~~~ /kisskb/src/drivers/input/touchscreen/hideep.c: In function 'hideep_check_status': /kisskb/src/drivers/input/touchscreen/hideep.c:397:6: note: byref variable will be forcibly initialized 397 | int status; | ^~~~~~ /kisskb/src/drivers/input/touchscreen/hideep.c: In function 'hideep_pgm_w_reg': /kisskb/src/drivers/input/touchscreen/hideep.c:258:9: note: byref variable will be forcibly initialized 258 | __be32 data = cpu_to_be32(val); | ^~~~ /kisskb/src/drivers/input/touchscreen/hideep.c: In function 'hideep_pgm_get_pattern': /kisskb/src/drivers/input/touchscreen/hideep.c:310:6: note: byref variable will be forcibly initialized 310 | u16 p2 = 0xDF9D; | ^~ /kisskb/src/drivers/input/touchscreen/hideep.c: In function 'hideep_enter_pgm': /kisskb/src/drivers/input/touchscreen/hideep.c:338:6: note: byref variable will be forcibly initialized 338 | u32 pattern; | ^~~~~~~ /kisskb/src/drivers/input/touchscreen/hideep.c: In function 'hideep_nvm_unlock': /kisskb/src/drivers/input/touchscreen/hideep.c:366:6: note: byref variable will be forcibly initialized 366 | u32 unmask_code; | ^~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/ilitek_ts_i2c.c: In function 'ilitek_protocol_init': /kisskb/src/drivers/input/touchscreen/ilitek_ts_i2c.c:404:5: note: byref variable will be forcibly initialized 404 | u8 outbuf[64]; | ^~~~~~ /kisskb/src/drivers/input/touchscreen/ilitek_ts_i2c.c: In function 'ilitek_read_tp_info': /kisskb/src/drivers/input/touchscreen/ilitek_ts_i2c.c:424:5: note: byref variable will be forcibly initialized 424 | u8 outbuf[256]; | ^~~~~~ /kisskb/src/drivers/input/touchscreen/ilitek_ts_i2c.c: In function 'ilitek_i2c_write_and_read': /kisskb/src/drivers/input/touchscreen/hideep.c: In function 'hideep_update_fw': /kisskb/src/drivers/input/touchscreen/ilitek_ts_i2c.c:98:17: note: byref variable will be forcibly initialized 98 | struct i2c_msg msgs[] = { | ^~~~ /kisskb/src/drivers/input/touchscreen/hideep.c:868:6: note: byref variable will be forcibly initialized 868 | int mode; | ^~~~ /kisskb/src/drivers/input/touchscreen/hideep.c:866:25: note: byref variable will be forcibly initialized 866 | const struct firmware *fw_entry; | ^~~~~~~~ /kisskb/src/drivers/input/touchscreen/ili210x.c: In function 'ili251x_firmware_update_firmware_version': /kisskb/src/drivers/input/touchscreen/ili210x.c:396:5: note: byref variable will be forcibly initialized 396 | u8 fw[8]; | ^~ /kisskb/src/drivers/input/touchscreen/ili210x.c: In function 'ili251x_firmware_update_kernel_version': /kisskb/src/drivers/input/touchscreen/ili210x.c:412:5: note: byref variable will be forcibly initialized 412 | u8 kv[5]; | ^~ /kisskb/src/drivers/input/touchscreen/ilitek_ts_i2c.c: In function 'api_protocol_set_ic_wake': /kisskb/src/drivers/input/touchscreen/ilitek_ts_i2c.c:348:5: note: byref variable will be forcibly initialized 348 | u8 buf[64]; | ^~~ /kisskb/src/drivers/input/touchscreen/ili210x.c: In function 'ili251x_firmware_update_protocol_version': /kisskb/src/drivers/input/touchscreen/ili210x.c:428:5: note: byref variable will be forcibly initialized 428 | u8 pv[2]; | ^~ /kisskb/src/drivers/input/touchscreen/ilitek_ts_i2c.c: In function 'api_protocol_set_ic_sleep': /kisskb/src/drivers/input/touchscreen/ilitek_ts_i2c.c:339:5: note: byref variable will be forcibly initialized 339 | u8 buf[64]; | ^~~ /kisskb/src/drivers/input/touchscreen/hideep.c: In function 'hideep_get_axis_info': /kisskb/src/drivers/input/touchscreen/ilitek_ts_i2c.c: In function 'api_protocol_get_ic_mode': /kisskb/src/drivers/input/touchscreen/ilitek_ts_i2c.c:325:5: note: byref variable will be forcibly initialized 325 | u8 buf[64]; | ^~~ /kisskb/src/drivers/input/touchscreen/hideep.c:770:9: note: byref variable will be forcibly initialized 770 | __le16 val[2]; | ^~~ /kisskb/src/drivers/input/touchscreen/ili210x.c: In function 'ili251x_firmware_update_ic_mode': /kisskb/src/drivers/input/touchscreen/ili210x.c:444:5: note: byref variable will be forcibly initialized 444 | u8 md[2]; | ^~ /kisskb/src/drivers/input/touchscreen/ilitek_ts_i2c.c: In function 'api_protocol_get_tp_res': /kisskb/src/drivers/input/touchscreen/ilitek_ts_i2c.c:304:5: note: byref variable will be forcibly initialized 304 | u8 buf[64]; | ^~~ /kisskb/src/drivers/input/touchscreen/ili210x.c: In function 'ili251x_firmware_busy': /kisskb/src/drivers/input/touchscreen/ili210x.c:669:5: note: byref variable will be forcibly initialized 669 | u8 data; | ^~~~ /kisskb/src/drivers/input/touchscreen/ilitek_ts_i2c.c: In function 'api_protocol_get_scrn_res': /kisskb/src/drivers/input/touchscreen/ilitek_ts_i2c.c:285:5: note: byref variable will be forcibly initialized 285 | u8 buf[64]; | ^~~ /kisskb/src/drivers/input/touchscreen/ilitek_ts_i2c.c: In function 'api_protocol_get_fw_ver': /kisskb/src/drivers/input/touchscreen/ilitek_ts_i2c.c:269:5: note: byref variable will be forcibly initialized 269 | u8 buf[64]; | ^~~ /kisskb/src/drivers/input/touchscreen/ilitek_ts_i2c.c: In function 'ilitek_process_and_report_v6': /kisskb/src/drivers/input/touchscreen/ilitek_ts_i2c.c:151:5: note: byref variable will be forcibly initialized 151 | u8 buf[512]; | ^~~ /kisskb/src/drivers/input/touchscreen/ili210x.c: In function 'ili251x_firmware_reset': /kisskb/src/drivers/input/touchscreen/ili210x.c:749:5: note: byref variable will be forcibly initialized 749 | u8 cmd_reset[2] = { 0xf2, 0x01 }; | ^~~~~~~~~ /kisskb/src/drivers/input/touchscreen/ilitek_ts_i2c.c: In function 'api_protocol_get_mcu_ver': /kisskb/src/drivers/input/touchscreen/ilitek_ts_i2c.c:251:5: note: byref variable will be forcibly initialized 251 | u8 buf[64]; | ^~~ /kisskb/src/drivers/input/touchscreen/ilitek_ts_i2c.c: In function 'api_protocol_get_ptl_ver': /kisskb/src/drivers/input/touchscreen/ilitek_ts_i2c.c:234:5: note: byref variable will be forcibly initialized 234 | u8 buf[64]; | ^~~ /kisskb/src/drivers/input/touchscreen/ili210x.c: In function 'ili210x_read_reg': /kisskb/src/drivers/input/touchscreen/ili210x.c:75:17: note: byref variable will be forcibly initialized 75 | struct i2c_msg msg[] = { | ^~~ In file included from /kisskb/src/drivers/input/touchscreen/ili210x.c:6: /kisskb/src/drivers/input/touchscreen/ili210x.c: In function 'request_ihex_firmware': /kisskb/src/include/linux/ihex.h:68:25: note: byref variable will be forcibly initialized 68 | const struct firmware *lfw; | ^~~ /kisskb/src/drivers/input/touchscreen/ili210x.c: In function 'ili251x_firmware_write_to_ic': /kisskb/src/drivers/input/touchscreen/ili210x.c:702:5: note: byref variable will be forcibly initialized 702 | u8 cmd_wr[10] = { | ^~~~~~ /kisskb/src/drivers/input/touchscreen/ili210x.c:690:5: note: byref variable will be forcibly initialized 690 | u8 fw_data[33]; | ^~~~~~~ /kisskb/src/drivers/input/touchscreen/ili210x.c:689:5: note: byref variable will be forcibly initialized 689 | u8 crcrb[4] = { 0 }; | ^~~~~ /kisskb/src/drivers/input/touchscreen/ili210x.c:688:5: note: byref variable will be forcibly initialized 688 | u8 cmd_crc = REG_READ_DATA_CRC; | ^~~~~~~ /kisskb/src/drivers/input/touchscreen/ili210x.c: In function 'ili251x_switch_ic_mode': /kisskb/src/drivers/input/touchscreen/ili210x.c:628:5: note: byref variable will be forcibly initialized 628 | u8 md[2]; | ^~ /kisskb/src/drivers/input/touchscreen/ili210x.c:627:5: note: byref variable will be forcibly initialized 627 | u8 cmd_wren[3] = { REG_WRITE_ENABLE, 0x5a, 0xa5 }; | ^~~~~~~~ /kisskb/src/drivers/input/touchscreen/ili210x.c: In function 'ili210x_calibrate': /kisskb/src/drivers/input/touchscreen/ili210x.c:556:5: note: byref variable will be forcibly initialized 556 | u8 cmd = REG_CALIBRATE; | ^~~ /kisskb/src/drivers/input/touchscreen/ili210x.c:554:16: note: byref variable will be forcibly initialized 554 | unsigned long calibrate; | ^~~~~~~~~ /kisskb/src/drivers/input/touchscreen/ili210x.c: In function 'ili210x_report_events': /kisskb/src/drivers/input/touchscreen/ili210x.c:310:29: note: byref variable will be forcibly initialized 310 | unsigned int x = 0, y = 0, z = 0; | ^ /kisskb/src/drivers/input/touchscreen/ili210x.c:310:22: note: byref variable will be forcibly initialized 310 | unsigned int x = 0, y = 0, z = 0; | ^ /kisskb/src/drivers/input/touchscreen/ili210x.c:310:15: note: byref variable will be forcibly initialized 310 | unsigned int x = 0, y = 0, z = 0; | ^ /kisskb/src/drivers/input/touchscreen/ili210x.c: In function 'ili210x_irq': /kisskb/src/drivers/input/touchscreen/ili210x.c:335:5: note: byref variable will be forcibly initialized 335 | u8 touchdata[ILI210X_DATA_SIZE] = { 0 }; | ^~~~~~~~~ /kisskb/src/drivers/input/touchscreen/ili210x.c: In function 'ili251x_firmware_update_resolution': /kisskb/src/drivers/input/touchscreen/ili210x.c:368:5: note: byref variable will be forcibly initialized 368 | u8 rs[10]; | ^~ /kisskb/src/drivers/input/touchscreen/ili210x.c: In function 'ili210x_firmware_update_store': /kisskb/src/drivers/input/touchscreen/ili210x.c:779:6: note: byref variable will be forcibly initialized 779 | u8 *fwbuf; | ^~~~~ /kisskb/src/drivers/input/touchscreen/ili210x.c:778:14: note: byref variable will be forcibly initialized 778 | u16 ac_end, df_end; | ^~~~~~ /kisskb/src/drivers/input/touchscreen/ili210x.c:778:6: note: byref variable will be forcibly initialized 778 | u16 ac_end, df_end; | ^~~~~~ /kisskb/src/drivers/input/touchscreen/ili210x.c:777:25: note: byref variable will be forcibly initialized 777 | const struct firmware *fw; | ^~ /kisskb/src/drivers/input/touchscreen/imx6ul_tsc.c: In function 'imx6ul_tsc_probe': /kisskb/src/drivers/input/touchscreen/imx6ul_tsc.c:381:6: note: byref variable will be forcibly initialized 381 | u32 average_samples; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/usb251xb.c: In function 'usb251xb_connect': /kisskb/src/drivers/usb/misc/usb251xb.c:354:8: note: byref variable will be forcibly initialized 354 | char wbuf[USB251XB_I2C_WRITE_SZ + 1]; | ^~~~ /kisskb/src/drivers/usb/misc/usb251xb.c:290:7: note: byref variable will be forcibly initialized 290 | char i2c_wb[USB251XB_I2C_REG_SZ]; | ^~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/usb/misc/chaoskey.c:17: /kisskb/src/drivers/usb/misc/chaoskey.c: In function '_chaoskey_fill': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/chaoskey.c:382:11: note: in expansion of macro 'wait_event_interruptible_timeout' 382 | result = wait_event_interruptible_timeout( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/usb251xb.c: In function 'usb251xb_get_ports_field': /kisskb/src/drivers/usb/misc/usb251xb.c:388:6: note: byref variable will be forcibly initialized 388 | u32 port; | ^~~~ /kisskb/src/drivers/usb/misc/usb251xb.c: In function 'usb251xb_get_ofdata': /kisskb/src/drivers/usb/misc/usb251xb.c:406:7: note: byref variable will be forcibly initialized 406 | char str[USB251XB_STRING_BUFSIZE / 2]; | ^~~ /kisskb/src/drivers/usb/misc/usb251xb.c:404:6: note: byref variable will be forcibly initialized 404 | u32 property_u32 = 0; | ^~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/chaoskey.c: In function 'chaoskey_probe': /kisskb/src/drivers/usb/misc/chaoskey.c:111:34: note: byref variable will be forcibly initialized 111 | struct usb_endpoint_descriptor *epd; | ^~~ /kisskb/src/drivers/usb/misc/usb4604.c: In function 'usb4604_connect': /kisskb/src/drivers/usb/misc/usb4604.c:42:5: note: byref variable will be forcibly initialized 42 | u8 connect_cmd[] = { 0xaa, 0x55, 0x00 }; | ^~~~~~~~~~~ /kisskb/src/drivers/iio/buffer/kfifo_buf.c: In function 'iio_kfifo_write': /kisskb/src/drivers/iio/buffer/kfifo_buf.c:174:11: note: byref variable will be forcibly initialized 174 | int ret, copied; | ^~~~~~ /kisskb/src/drivers/iio/buffer/kfifo_buf.c: In function 'iio_read_kfifo': /kisskb/src/drivers/iio/buffer/kfifo_buf.c:103:11: note: byref variable will be forcibly initialized 103 | int ret, copied; | ^~~~~~ /kisskb/src/drivers/usb/misc/cypress_cy7c63.c: In function 'write_port': /kisskb/src/drivers/usb/misc/cypress_cy7c63.c:120:6: note: byref variable will be forcibly initialized 120 | int value = -1; | ^~~~~ /kisskb/src/drivers/input/touchscreen/max11801_ts.c: In function 'max11801_ts_interrupt': /kisskb/src/drivers/input/touchscreen/max11801_ts.c:100:5: note: byref variable will be forcibly initialized 100 | u8 buf[XY_BUFSIZE]; | ^~~ /kisskb/src/drivers/input/touchscreen/mms114.c: In function '__mms114_read_reg': /kisskb/src/drivers/input/touchscreen/mms114.c:92:5: note: byref variable will be forcibly initialized 92 | u8 buf = reg & 0xff; | ^~~ /kisskb/src/drivers/input/touchscreen/mms114.c:91:17: note: byref variable will be forcibly initialized 91 | struct i2c_msg xfer[2]; | ^~~~ 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/input/touchscreen/mms114.c: In function 'mms114_get_version': /kisskb/src/drivers/input/touchscreen/mms114.c:256:5: note: byref variable will be forcibly initialized 256 | u8 buf[6]; | ^~~ /kisskb/src/drivers/input/touchscreen/mms114.c: In function 'mms114_read_reg': /kisskb/src/drivers/input/touchscreen/mms114.c:123:5: note: byref variable will be forcibly initialized 123 | u8 val; | ^~~ /kisskb/src/drivers/input/touchscreen/mms114.c: In function 'mms114_write_reg': /kisskb/src/drivers/input/touchscreen/mms114.c:137:5: note: byref variable will be forcibly initialized 137 | u8 buf[2]; | ^~~ /kisskb/src/drivers/input/touchscreen/mms114.c: In function 'mms114_interrupt': /kisskb/src/drivers/input/touchscreen/mms114.c:198:22: note: byref variable will be forcibly initialized 198 | struct mms114_touch touch[MMS114_MAX_TOUCH]; | ^~~~~ /kisskb/src/drivers/iio/chemical/atlas-sensor.c: In function 'atlas_write_raw': /kisskb/src/drivers/iio/chemical/atlas-sensor.c:577:9: note: byref variable will be forcibly initialized 577 | __be32 reg = cpu_to_be32(val / 10); | ^~~ /kisskb/src/drivers/iio/chemical/atlas-sensor.c: In function 'atlas_read_raw': /kisskb/src/drivers/iio/chemical/atlas-sensor.c:513:10: note: byref variable will be forcibly initialized 513 | __be32 reg; | ^~~ /kisskb/src/drivers/iio/chemical/atlas-sensor.c: In function 'atlas_check_do_calibration': /kisskb/src/drivers/iio/chemical/atlas-sensor.c:327:15: note: byref variable will be forcibly initialized 327 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/chemical/atlas-sensor.c: In function 'atlas_check_orp_calibration': /kisskb/src/drivers/iio/chemical/atlas-sensor.c:311:15: note: byref variable will be forcibly initialized 311 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/chemical/atlas-sensor.c: In function 'atlas_check_ph_calibration': /kisskb/src/drivers/iio/chemical/atlas-sensor.c:245:15: note: byref variable will be forcibly initialized 245 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/chemical/atlas-sensor.c: In function 'atlas_check_ec_calibration': /kisskb/src/drivers/iio/chemical/atlas-sensor.c:273:9: note: byref variable will be forcibly initialized 273 | __be16 rval; | ^~~~ /kisskb/src/drivers/iio/chemical/atlas-sensor.c:272:15: note: byref variable will be forcibly initialized 272 | unsigned int val; | ^~~ In file included from /kisskb/src/include/asm-generic/div64.h:26, from ./arch/powerpc/include/generated/asm/div64.h:1, from /kisskb/src/include/linux/math.h:5, from /kisskb/src/include/linux/delay.h:22, from /kisskb/src/drivers/iio/adc/ad7606.c:8: /kisskb/src/drivers/iio/adc/ad7606.c: In function 'ad7606_write_os_hw': /kisskb/src/drivers/iio/adc/ad7606.c:239:17: note: byref variable will be forcibly initialized 239 | DECLARE_BITMAP(values, 3); | ^~~~~~ /kisskb/src/include/linux/types.h:11:16: note: in definition of macro 'DECLARE_BITMAP' 11 | unsigned long name[BITS_TO_LONGS(bits)] | ^~~~ In file included from /kisskb/src/drivers/usb/misc/emi26.c:16: /kisskb/src/drivers/usb/misc/emi26.c: In function 'request_ihex_firmware': /kisskb/src/include/linux/ihex.h:68:25: note: byref variable will be forcibly initialized 68 | const struct firmware *lfw; | ^~~ /kisskb/src/drivers/usb/misc/emi26.c: In function 'emi26_load_firmware': /kisskb/src/drivers/usb/misc/emi26.c:75:25: note: byref variable will be forcibly initialized 75 | const struct firmware *firmware_fw = NULL; | ^~~~~~~~~~~ /kisskb/src/drivers/usb/misc/emi26.c:74:25: note: byref variable will be forcibly initialized 74 | const struct firmware *bitstream_fw = NULL; | ^~~~~~~~~~~~ /kisskb/src/drivers/usb/misc/emi26.c:73:25: note: byref variable will be forcibly initialized 73 | const struct firmware *loader_fw = NULL; | ^~~~~~~~~ /kisskb/src/drivers/usb/serial/mos7840.c: In function 'mos7840_get_lsr_info': /kisskb/src/drivers/usb/serial/mos7840.c:1368:15: note: byref variable will be forcibly initialized 1368 | unsigned int result = 0; | ^~~~~~ /kisskb/src/drivers/usb/serial/mos7840.c: In function 'mos7840_tiocmget': /kisskb/src/drivers/usb/serial/mos7840.c:994:8: note: byref variable will be forcibly initialized 994 | __u16 mcr; | ^~~ /kisskb/src/drivers/usb/serial/mos7840.c:993:8: note: byref variable will be forcibly initialized 993 | __u16 msr; | ^~~ /kisskb/src/drivers/usb/serial/mos7840.c: In function 'mos7840_send_cmd_write_baud_rate': /kisskb/src/drivers/usb/serial/mos7840.c:1104:8: note: byref variable will be forcibly initialized 1104 | __u16 clk_sel_val; | ^~~~~~~~~~~ /kisskb/src/drivers/usb/serial/mos7840.c:1103:8: note: byref variable will be forcibly initialized 1103 | __u16 Data; | ^~~~ /kisskb/src/drivers/usb/serial/mos7840.c:1101:6: note: byref variable will be forcibly initialized 1101 | int divisor = 0; | ^~~~~~~ /kisskb/src/drivers/usb/serial/mxuport.c: In function 'mxuport_probe': /kisskb/src/drivers/usb/serial/mxuport.c:1054:7: note: byref variable will be forcibly initialized 1054 | char buf[32]; | ^~~ /kisskb/src/drivers/usb/serial/mxuport.c:1052:6: note: byref variable will be forcibly initialized 1052 | u32 version; | ^~~~~~~ /kisskb/src/drivers/usb/serial/mxuport.c:1051:25: note: byref variable will be forcibly initialized 1051 | const struct firmware *fw_p = NULL; | ^~~~ /kisskb/src/drivers/usb/serial/mos7840.c: In function 'mos7840_unthrottle': /kisskb/src/drivers/usb/serial/mos7840.c:973:17: note: byref variable will be forcibly initialized 973 | unsigned char start_char = START_CHAR(tty); | ^~~~~~~~~~ /kisskb/src/drivers/usb/serial/mos7840.c: In function 'mos7840_throttle': /kisskb/src/drivers/usb/serial/mos7840.c:944:17: note: byref variable will be forcibly initialized 944 | unsigned char stop_char = STOP_CHAR(tty); | ^~~~~~~~~ /kisskb/src/drivers/usb/serial/mos7840.c: In function 'mos7840_open': /kisskb/src/drivers/usb/serial/mos7840.c:519:8: note: byref variable will be forcibly initialized 519 | __u16 Data; | ^~~~ /kisskb/src/drivers/usb/serial/mos7840.c: In function 'mos7840_port_probe': /kisskb/src/drivers/usb/serial/mos7840.c:1538:8: note: byref variable will be forcibly initialized 1538 | __u16 Data; | ^~~~ /kisskb/src/drivers/usb/misc/idmouse.c: In function 'idmouse_create_image': /kisskb/src/drivers/usb/misc/idmouse.c:126:6: note: byref variable will be forcibly initialized 126 | int bulk_read; | ^~~~~~~~~ /kisskb/src/drivers/usb/misc/idmouse.c: In function 'idmouse_probe': /kisskb/src/drivers/usb/misc/idmouse.c:321:34: note: byref variable will be forcibly initialized 321 | struct usb_endpoint_descriptor *endpoint; | ^~~~~~~~ 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:969:21: note: byref variable will be forcibly initialized 969 | struct scatterlist sg; | ^~ /kisskb/src/drivers/input/touchscreen/ti_am335x_tsc.c: In function 'titsc_config_wires': /kisskb/src/drivers/input/touchscreen/ti_am335x_tsc.c:77:6: note: byref variable will be forcibly initialized 77 | u32 wire_order[4]; | ^~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/ti_am335x_tsc.c:76:6: note: byref variable will be forcibly initialized 76 | u32 analog_line[4]; | ^~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/ti_am335x_tsc.c: In function 'titsc_read_coordinates': /kisskb/src/drivers/input/touchscreen/ti_am335x_tsc.c:220:25: note: byref variable will be forcibly initialized 220 | unsigned int yvals[7], xvals[7]; | ^~~~~ /kisskb/src/drivers/input/touchscreen/ti_am335x_tsc.c:220:15: note: byref variable will be forcibly initialized 220 | unsigned int yvals[7], xvals[7]; | ^~~~~ /kisskb/src/drivers/input/touchscreen/ti_am335x_tsc.c: In function 'titsc_irq': /kisskb/src/drivers/input/touchscreen/ti_am335x_tsc.c:275:19: note: byref variable will be forcibly initialized 275 | unsigned int z1, z2, z; | ^~ /kisskb/src/drivers/input/touchscreen/ti_am335x_tsc.c:275:15: note: byref variable will be forcibly initialized 275 | unsigned int z1, z2, z; | ^~ /kisskb/src/drivers/input/touchscreen/ti_am335x_tsc.c:274:22: note: byref variable will be forcibly initialized 274 | unsigned int x = 0, y = 0; | ^ /kisskb/src/drivers/input/touchscreen/ti_am335x_tsc.c:274:15: note: byref variable will be forcibly initialized 274 | unsigned int x = 0, y = 0; | ^ /kisskb/src/drivers/input/touchscreen/pixcir_i2c_ts.c: In function 'pixcir_ts_parse': /kisskb/src/drivers/input/touchscreen/pixcir_i2c_ts.c:97:5: note: byref variable will be forcibly initialized 97 | u8 wrbuf[1] = { 0 }; | ^~~~~ /kisskb/src/drivers/input/touchscreen/pixcir_i2c_ts.c:96:5: note: byref variable will be forcibly initialized 96 | u8 rdbuf[2 + PIXCIR_MAX_SLOTS * 5]; | ^~~~~ /kisskb/src/drivers/input/touchscreen/pixcir_i2c_ts.c: In function 'pixcir_ts_report': /kisskb/src/drivers/input/touchscreen/pixcir_i2c_ts.c:150:6: note: byref variable will be forcibly initialized 150 | int slots[PIXCIR_MAX_SLOTS]; | ^~~~~ /kisskb/src/drivers/input/touchscreen/pixcir_i2c_ts.c: In function 'pixcir_ts_isr': /kisskb/src/drivers/input/touchscreen/pixcir_i2c_ts.c:194:28: note: byref variable will be forcibly initialized 194 | struct pixcir_report_data report; | ^~~~~~ /kisskb/src/drivers/input/touchscreen/stmfts.c: In function 'stmfts_power_on': /kisskb/src/drivers/input/touchscreen/stmfts.c:526:5: note: byref variable will be forcibly initialized 526 | u8 reg[8]; | ^~~ /kisskb/src/drivers/input/touchscreen/stmfts.c: In function 'stmfts_sysfs_hover_enable_write': /kisskb/src/drivers/input/touchscreen/stmfts.c:474:16: note: byref variable will be forcibly initialized 474 | unsigned long value; | ^~~~~ /kisskb/src/drivers/input/touchscreen/stmfts.c: In function 'stmfts_sysfs_read_status': /kisskb/src/drivers/input/touchscreen/stmfts.c:450:5: note: byref variable will be forcibly initialized 450 | u8 status[4]; | ^~~~~~ /kisskb/src/drivers/usb/misc/isight_firmware.c: In function 'isight_firmware_load': /kisskb/src/drivers/usb/misc/isight_firmware.c:39:25: note: byref variable will be forcibly initialized 39 | const struct firmware *firmware; | ^~~~~~~~ /kisskb/src/drivers/input/touchscreen/stmfts.c: In function 'stmfts_read_events': /kisskb/src/drivers/input/touchscreen/stmfts.c:148:5: note: byref variable will be forcibly initialized 148 | u8 cmd = STMFTS_READ_ALL_EVENT; | ^~~ /kisskb/src/drivers/iio/adc/axp288_adc.c: In function 'axp288_adc_read_channel': /kisskb/src/drivers/iio/adc/axp288_adc.c:116:5: note: byref variable will be forcibly initialized 116 | u8 buf[2]; | ^~~ /kisskb/src/drivers/iio/adc/axp288_adc.c: In function 'axp288_adc_initialize': /kisskb/src/drivers/iio/adc/axp288_adc.c:205:11: note: byref variable will be forcibly initialized 205 | int ret, adc_enable_val; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/iio/adc/adi-axi-adc.c: In function 'adi_axi_adc_config_dma_buffer': /kisskb/src/drivers/iio/adc/adi-axi-adc.c:107:14: note: byref variable will be forcibly initialized 107 | const char *dma_name; | ^~~~~~~~ /kisskb/src/drivers/iio/adc/envelope-detector.c: In function 'envelope_store_comp_interval': /kisskb/src/drivers/iio/adc/envelope-detector.c:286:16: note: byref variable will be forcibly initialized 286 | unsigned long interval; | ^~~~~~~~ /kisskb/src/drivers/iio/adc/envelope-detector.c: In function 'envelope_store_invert': /kisskb/src/drivers/iio/adc/envelope-detector.c:246:16: note: byref variable will be forcibly initialized 246 | unsigned long invert; | ^~~~~~ /kisskb/src/drivers/iio/adc/envelope-detector.c: In function 'envelope_detector_probe': /kisskb/src/drivers/iio/adc/envelope-detector.c:329:21: note: byref variable will be forcibly initialized 329 | enum iio_chan_type type; | ^~~~ /kisskb/src/drivers/iio/common/ms_sensors/ms_sensors_i2c.c: In function 'ms_sensors_convert_and_read': /kisskb/src/drivers/iio/common/ms_sensors/ms_sensors_i2c.c:108:9: note: byref variable will be forcibly initialized 108 | __be32 buf = 0; | ^~~ /kisskb/src/drivers/iio/common/ms_sensors/ms_sensors_i2c.c: In function 'ms_sensors_read_serial': /kisskb/src/drivers/iio/common/ms_sensors/ms_sensors_i2c.c:190:9: note: byref variable will be forcibly initialized 190 | __be16 send_buf; | ^~~~~~~~ /kisskb/src/drivers/iio/common/ms_sensors/ms_sensors_i2c.c:188:9: note: byref variable will be forcibly initialized 188 | __be64 rcv_buf = 0; | ^~~~~~~ /kisskb/src/drivers/iio/common/ms_sensors/ms_sensors_i2c.c: In function 'ms_sensors_write_resolution': /kisskb/src/drivers/iio/common/ms_sensors/ms_sensors_i2c.c:288:5: note: byref variable will be forcibly initialized 288 | u8 config_reg; | ^~~~~~~~~~ /kisskb/src/drivers/iio/common/ms_sensors/ms_sensors_i2c.c: In function 'ms_sensors_ht_read_temperature': /kisskb/src/drivers/iio/common/ms_sensors/ms_sensors_i2c.c:421:6: note: byref variable will be forcibly initialized 421 | u32 adc; | ^~~ /kisskb/src/drivers/iio/common/ms_sensors/ms_sensors_i2c.c: In function 'ms_sensors_ht_read_humidity': /kisskb/src/drivers/iio/common/ms_sensors/ms_sensors_i2c.c:462:6: note: byref variable will be forcibly initialized 462 | u32 adc; | ^~~ /kisskb/src/drivers/iio/common/ms_sensors/ms_sensors_i2c.c: In function 'ms_sensors_read_temp_and_pressure': /kisskb/src/drivers/iio/common/ms_sensors/ms_sensors_i2c.c:623:13: note: byref variable will be forcibly initialized 623 | u32 t_adc, p_adc; | ^~~~~ /kisskb/src/drivers/hid/hid-magicmouse.c: In function 'param_set_scroll_speed': /kisskb/src/drivers/iio/common/ms_sensors/ms_sensors_i2c.c:623:6: note: byref variable will be forcibly initialized 623 | u32 t_adc, p_adc; | ^~~~~ /kisskb/src/drivers/hid/hid-magicmouse.c:37:16: note: byref variable will be forcibly initialized 37 | unsigned long speed; | ^~~~~ /kisskb/src/drivers/iio/common/ms_sensors/ms_sensors_i2c.c: In function 'ms_sensors_show_battery_low': /kisskb/src/drivers/iio/common/ms_sensors/ms_sensors_i2c.c:319:5: note: byref variable will be forcibly initialized 319 | u8 config_reg; | ^~~~~~~~~~ /kisskb/src/drivers/iio/common/ms_sensors/ms_sensors_i2c.c: In function 'ms_sensors_show_heater': /kisskb/src/drivers/iio/common/ms_sensors/ms_sensors_i2c.c:345:5: note: byref variable will be forcibly initialized 345 | u8 config_reg; | ^~~~~~~~~~ /kisskb/src/drivers/iio/common/ms_sensors/ms_sensors_i2c.c: In function 'ms_sensors_write_heater': /kisskb/src/drivers/iio/common/ms_sensors/ms_sensors_i2c.c:373:10: note: byref variable will be forcibly initialized 373 | u8 val, config_reg; | ^~~~~~~~~~ /kisskb/src/drivers/iio/common/ms_sensors/ms_sensors_i2c.c:373:5: note: byref variable will be forcibly initialized 373 | u8 val, config_reg; | ^~~ /kisskb/src/drivers/usb/misc/yurex.c: In function 'yurex_write': /kisskb/src/drivers/usb/misc/yurex.c:431:7: note: byref variable will be forcibly initialized 431 | char buffer[16 + 1]; | ^~~~~~ /kisskb/src/drivers/usb/misc/yurex.c: In function 'yurex_read': /kisskb/src/drivers/usb/misc/yurex.c:404:7: note: byref variable will be forcibly initialized 404 | char in_buffer[20]; | ^~~~~~~~~ /kisskb/src/drivers/usb/misc/yurex.c: In function 'yurex_probe': /kisskb/src/drivers/usb/misc/yurex.c:194:34: note: byref variable will be forcibly initialized 194 | struct usb_endpoint_descriptor *endpoint; | ^~~~~~~~ /kisskb/src/drivers/hid/hid-magicmouse.c: In function 'magicmouse_enable_multitouch': /kisskb/src/drivers/hid/hid-magicmouse.c:696:11: note: byref variable will be forcibly initialized 696 | const u8 feature_mt_trackpad2_bt[] = { 0xF1, 0x02, 0x01 }; | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-magicmouse.c:695:11: note: byref variable will be forcibly initialized 695 | const u8 feature_mt_trackpad2_usb[] = { 0x02, 0x01 }; | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-magicmouse.c:694:11: note: byref variable will be forcibly initialized 694 | const u8 feature_mt_mouse2[] = { 0xF1, 0x02, 0x01 }; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-magicmouse.c:693:11: note: byref variable will be forcibly initialized 693 | const u8 feature_mt[] = { 0xD7, 0x01 }; | ^~~~~~~~~~ /kisskb/src/drivers/iio/adc/ina2xx-adc.c: In function 'ina219_set_int_time_vbus': /kisskb/src/drivers/iio/adc/ina2xx-adc.c:374:15: note: byref variable will be forcibly initialized 374 | unsigned int val_us_best = val_us; | ^~~~~~~~~~~ /kisskb/src/drivers/iio/adc/ina2xx-adc.c:373:6: note: byref variable will be forcibly initialized 373 | int bits, ret; | ^~~~ /kisskb/src/drivers/iio/adc/ina2xx-adc.c: In function 'ina219_set_int_time_vshunt': /kisskb/src/drivers/iio/adc/ina2xx-adc.c:392:15: note: byref variable will be forcibly initialized 392 | unsigned int val_us_best = val_us; | ^~~~~~~~~~~ /kisskb/src/drivers/iio/adc/ina2xx-adc.c:391:6: note: byref variable will be forcibly initialized 391 | int bits, ret; | ^~~~ /kisskb/src/drivers/iio/adc/ina2xx-adc.c: In function 'ina2xx_conversion_ready': /kisskb/src/drivers/iio/adc/ina2xx-adc.c:714:15: note: byref variable will be forcibly initialized 714 | unsigned int alert; | ^~~~~ /kisskb/src/drivers/iio/adc/ina2xx-adc.c: In function 'ina2xx_read_raw': /kisskb/src/drivers/iio/adc/ina2xx-adc.c:183:15: note: byref variable will be forcibly initialized 183 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/iio/adc/ina2xx-adc.c: In function 'ina2xx_work_buffer': /kisskb/src/drivers/iio/adc/ina2xx-adc.c:757:16: note: byref variable will be forcibly initialized 757 | unsigned int val; | ^~~ In file included from /kisskb/src/include/linux/restart_block.h:10, from /kisskb/src/include/linux/thread_info.h:14, from /kisskb/src/arch/powerpc/include/asm/processor.h:41, from /kisskb/src/include/linux/processor.h:6, from /kisskb/src/arch/powerpc/include/asm/delay.h:6, from /kisskb/src/include/linux/delay.h:26, from /kisskb/src/drivers/iio/adc/ina2xx-adc.c:23: /kisskb/src/drivers/iio/adc/ina2xx-adc.c: In function 'timespec64_sub': /kisskb/src/include/linux/time64.h:80:20: note: byref variable will be forcibly initialized 80 | struct timespec64 ts_delta; | ^~~~~~~~ /kisskb/src/drivers/iio/adc/ina2xx-adc.c: In function 'ina2xx_capture_thread': /kisskb/src/drivers/iio/adc/ina2xx-adc.c:778:31: note: byref variable will be forcibly initialized 778 | struct timespec64 next, now, delta; | ^~~~~ /kisskb/src/drivers/iio/adc/ina2xx-adc.c:778:26: note: byref variable will be forcibly initialized 778 | struct timespec64 next, now, delta; | ^~~ /kisskb/src/drivers/iio/adc/ina2xx-adc.c:778:20: note: byref variable will be forcibly initialized 778 | struct timespec64 next, now, delta; | ^~~~ /kisskb/src/drivers/iio/adc/ina2xx-adc.c: In function 'ina2xx_write_raw': /kisskb/src/drivers/iio/adc/ina2xx-adc.c:479:23: note: byref variable will be forcibly initialized 479 | unsigned int config, tmp; | ^~~ /kisskb/src/drivers/iio/adc/ina2xx-adc.c:479:15: note: byref variable will be forcibly initialized 479 | unsigned int config, tmp; | ^~~~~~ /kisskb/src/drivers/iio/adc/ina2xx-adc.c: In function 'ina2xx_shunt_resistor_store': /kisskb/src/drivers/iio/adc/ina2xx-adc.c:600:11: note: byref variable will be forcibly initialized 600 | int val, val_fract, ret; | ^~~~~~~~~ /kisskb/src/drivers/iio/adc/ina2xx-adc.c:600:6: note: byref variable will be forcibly initialized 600 | int val, val_fract, ret; | ^~~ /kisskb/src/drivers/iio/adc/ina2xx-adc.c: In function 'ina2xx_shunt_resistor_show': /kisskb/src/drivers/iio/adc/ina2xx-adc.c:590:6: note: byref variable will be forcibly initialized 590 | int vals[2] = { chip->shunt_resistor_uohm, 1000000 }; | ^~~~ /kisskb/src/drivers/iio/adc/ina2xx-adc.c: In function 'ina2xx_allow_async_readout_store': /kisskb/src/drivers/iio/adc/ina2xx-adc.c:550:7: note: byref variable will be forcibly initialized 550 | bool val; | ^~~ /kisskb/src/drivers/iio/adc/ina2xx-adc.c: In function 'ina2xx_probe': /kisskb/src/drivers/iio/adc/ina2xx-adc.c:957:15: note: byref variable will be forcibly initialized 957 | unsigned int val; | ^~~ /kisskb/src/drivers/input/touchscreen/wacom_w8001.c: In function 'w8001_setup_pen': /kisskb/src/drivers/input/touchscreen/wacom_w8001.c:426:21: note: byref variable will be forcibly initialized 426 | struct w8001_coord coord; | ^~~~~ /kisskb/src/drivers/input/touchscreen/wacom_w8001.c: In function 'w8001_setup_touch': /kisskb/src/drivers/input/touchscreen/wacom_w8001.c:467:27: note: byref variable will be forcibly initialized 467 | struct w8001_touch_query touch; | ^~~~~ /kisskb/src/drivers/input/touchscreen/wacom_w8001.c: In function 'w8001_connect': /kisskb/src/drivers/input/touchscreen/wacom_w8001.c:598:7: note: byref variable will be forcibly initialized 598 | char basename[64]; | ^~~~~~~~ /kisskb/src/drivers/input/touchscreen/wacom_w8001.c: In function 'report_single_touch': /kisskb/src/drivers/input/touchscreen/wacom_w8001.c:267:15: note: byref variable will be forcibly initialized 267 | unsigned int y = coord->y; | ^ /kisskb/src/drivers/input/touchscreen/wacom_w8001.c:266:15: note: byref variable will be forcibly initialized 266 | unsigned int x = coord->x; | ^ /kisskb/src/drivers/input/touchscreen/wacom_w8001.c: In function 'parse_multi_touch': /kisskb/src/drivers/input/touchscreen/wacom_w8001.c:152:18: note: byref variable will be forcibly initialized 152 | unsigned int x, y; | ^ /kisskb/src/drivers/input/touchscreen/wacom_w8001.c:152:15: note: byref variable will be forcibly initialized 152 | unsigned int x, y; | ^ /kisskb/src/drivers/input/touchscreen/wacom_w8001.c: In function 'w8001_interrupt': /kisskb/src/drivers/input/touchscreen/wacom_w8001.c:285:21: note: byref variable will be forcibly initialized 285 | struct w8001_coord coord; | ^~~~~ /kisskb/src/drivers/iio/chemical/bme680_core.c: In function 'bme680_read_calib': /kisskb/src/drivers/iio/chemical/bme680_core.c:114:9: note: byref variable will be forcibly initialized 114 | __le16 buf; | ^~~ /kisskb/src/drivers/iio/chemical/bme680_core.c:112:29: note: byref variable will be forcibly initialized 112 | unsigned int tmp, tmp_msb, tmp_lsb; | ^~~~~~~ /kisskb/src/drivers/iio/chemical/bme680_core.c:112:20: note: byref variable will be forcibly initialized 112 | unsigned int tmp, tmp_msb, tmp_lsb; | ^~~~~~~ /kisskb/src/drivers/iio/chemical/bme680_core.c:112:15: note: byref variable will be forcibly initialized 112 | unsigned int tmp, tmp_msb, tmp_lsb; | ^~~ /kisskb/src/drivers/iio/chemical/bme680_core.c: In function 'bme680_read_temp': /kisskb/src/drivers/iio/chemical/bme680_core.c:616:9: note: byref variable will be forcibly initialized 616 | __be32 tmp = 0; | ^~~ /kisskb/src/drivers/iio/chemical/bme680_core.c: In function 'bme680_read_press': /kisskb/src/drivers/iio/chemical/bme680_core.c:658:9: note: byref variable will be forcibly initialized 658 | __be32 tmp = 0; | ^~~ /kisskb/src/drivers/iio/chemical/bme680_core.c: In function 'bme680_read_humid': /kisskb/src/drivers/iio/chemical/bme680_core.c:690:9: note: byref variable will be forcibly initialized 690 | __be16 tmp = 0; | ^~~ /kisskb/src/drivers/iio/chemical/bme680_core.c: In function 'bme680_read_gas': /kisskb/src/drivers/iio/chemical/bme680_core.c:725:15: note: byref variable will be forcibly initialized 725 | unsigned int check; | ^~~~~ /kisskb/src/drivers/iio/chemical/bme680_core.c:724:9: note: byref variable will be forcibly initialized 724 | __be16 tmp = 0; | ^~~ /kisskb/src/drivers/iio/chemical/bme680_core.c: In function 'bme680_core_probe': /kisskb/src/drivers/iio/chemical/bme680_core.c:894:15: note: byref variable will be forcibly initialized 894 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/adc/mcp3422.c: In function 'mcp3422_read': /kisskb/src/drivers/iio/adc/mcp3422.c:112:5: note: byref variable will be forcibly initialized 112 | u8 buf[4] = {0, 0, 0, 0}; | ^~~ /kisskb/src/drivers/iio/adc/mcp3422.c: In function 'mcp3422_read_channel': /kisskb/src/drivers/iio/adc/mcp3422.c:134:5: note: byref variable will be forcibly initialized 134 | u8 config; | ^~~~~~ /kisskb/src/drivers/hid/hid-multitouch.c: In function 'mt_set_modes': /kisskb/src/drivers/hid/hid-multitouch.c:1508:7: note: byref variable will be forcibly initialized 1508 | bool inputmode_found = false; | ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/dev_printk.h:14, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/hid/hid-multitouch.c:34: /kisskb/src/drivers/hid/hid-multitouch.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/hid/hid-multitouch.c:34: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/usb/musb/musb_trace.h:389, from /kisskb/src/drivers/usb/musb/musb_trace.c:11: /kisskb/src/drivers/usb/musb/musb_trace.c: In function 'trace_event_raw_event_musb_regb': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:57:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 57 | DECLARE_EVENT_CLASS(musb_regb, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/musb_trace.c: In function 'trace_event_raw_event_musb_regw': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:89:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 89 | DECLARE_EVENT_CLASS(musb_regw, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/musb_trace.c: In function 'trace_event_raw_event_musb_regl': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:121:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 121 | DECLARE_EVENT_CLASS(musb_regl, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/musb_trace.c: In function 'trace_event_raw_event_musb_req': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:236:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 236 | DECLARE_EVENT_CLASS(musb_req, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/musb_trace.c: In function 'trace_event_raw_event_musb_log': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:26:1: note: in expansion of macro 'TRACE_EVENT' 26 | TRACE_EVENT(musb_log, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:26:1: note: in expansion of macro 'TRACE_EVENT' 26 | TRACE_EVENT(musb_log, | ^~~~~~~~~~~ /kisskb/src/drivers/usb/musb/musb_trace.c: In function 'trace_event_raw_event_musb_state': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:40:1: note: in expansion of macro 'TRACE_EVENT' 40 | TRACE_EVENT(musb_state, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:40:1: note: in expansion of macro 'TRACE_EVENT' 40 | TRACE_EVENT(musb_state, | ^~~~~~~~~~~ /kisskb/src/drivers/usb/musb/musb_trace.c: In function 'trace_event_raw_event_musb_isr': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:153:1: note: in expansion of macro 'TRACE_EVENT' 153 | TRACE_EVENT(musb_isr, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:153:1: note: in expansion of macro 'TRACE_EVENT' 153 | TRACE_EVENT(musb_isr, | ^~~~~~~~~~~ /kisskb/src/drivers/usb/musb/musb_trace.c: In function 'trace_event_raw_event_musb_urb': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:174:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 174 | DECLARE_EVENT_CLASS(musb_urb, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/musb/./musb_trace.h:174:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 174 | DECLARE_EVENT_CLASS(musb_urb, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-multitouch.c: In function 'mt_set_quirks': /kisskb/src/drivers/hid/hid-multitouch.c:410:16: note: byref variable will be forcibly initialized 410 | unsigned long val; | ^~~ /kisskb/src/drivers/usb/musb/musb_trace.c: In function 'musb_dbg': /kisskb/src/drivers/usb/musb/musb_trace.c:16:10: note: byref variable will be forcibly initialized 16 | va_list args; | ^~~~ /kisskb/src/drivers/usb/musb/musb_trace.c:15:19: note: byref variable will be forcibly initialized 15 | struct va_format vaf; | ^~~ /kisskb/src/drivers/input/touchscreen/wacom_i2c.c: In function 'wacom_query_device': /kisskb/src/drivers/input/touchscreen/wacom_i2c.c:58:17: note: byref variable will be forcibly initialized 58 | struct i2c_msg msgs[] = { | ^~~~ /kisskb/src/drivers/input/touchscreen/wacom_i2c.c:57:5: note: byref variable will be forcibly initialized 57 | u8 data[WACOM_QUERY_SIZE]; | ^~~~ /kisskb/src/drivers/input/touchscreen/wacom_i2c.c:56:5: note: byref variable will be forcibly initialized 56 | u8 cmd2[] = { WACOM_CMD_THROW0, WACOM_CMD_THROW1 }; | ^~~~ /kisskb/src/drivers/input/touchscreen/wacom_i2c.c:54:5: note: byref variable will be forcibly initialized 54 | u8 cmd1[] = { WACOM_CMD_QUERY0, WACOM_CMD_QUERY1, | ^~~~ /kisskb/src/drivers/usb/misc/usb3503.c: In function 'usb3503_probe': /kisskb/src/drivers/usb/misc/usb3503.c:172:7: note: byref variable will be forcibly initialized 172 | u32 rate = 0; | ^~~~ /kisskb/src/drivers/usb/misc/usb3503.c:166:6: note: byref variable will be forcibly initialized 166 | int len; | ^~~ /kisskb/src/drivers/usb/misc/usb3503.c:163:6: note: byref variable will be forcibly initialized 163 | u32 mode = USB3503_MODE_HUB; | ^~~~ /kisskb/src/drivers/usb/serial/pl2303.c: In function 'pl2303_supports_hx_status': /kisskb/src/drivers/usb/serial/pl2303.c:391:5: note: byref variable will be forcibly initialized 391 | u8 buf; | ^~~ /kisskb/src/drivers/usb/misc/lvstest.c: In function 'u2_timeout_store': /kisskb/src/drivers/usb/misc/lvstest.c:203:16: note: byref variable will be forcibly initialized 203 | unsigned long val; | ^~~ /kisskb/src/drivers/usb/misc/lvstest.c: In function 'u1_timeout_store': /kisskb/src/drivers/usb/misc/lvstest.c:232:16: note: byref variable will be forcibly initialized 232 | unsigned long val; | ^~~ /kisskb/src/drivers/usb/misc/lvstest.c: In function 'lvs_rh_probe': /kisskb/src/drivers/usb/misc/lvstest.c:397:34: note: byref variable will be forcibly initialized 397 | struct usb_endpoint_descriptor *endpoint; | ^~~~~~~~ /kisskb/src/drivers/input/touchscreen/zet6223.c: In function 'zet6223_irq': /kisskb/src/drivers/input/touchscreen/zet6223.c:63:5: note: byref variable will be forcibly initialized 63 | u8 buf[ZET6223_MAX_PKT_SIZE]; | ^~~ /kisskb/src/drivers/input/touchscreen/zet6223.c: In function 'zet6223_query_device': /kisskb/src/drivers/input/touchscreen/zet6223.c:136:5: note: byref variable will be forcibly initialized 136 | u8 cmd = ZET6223_CMD_INFO; | ^~~ /kisskb/src/drivers/input/touchscreen/zet6223.c:135:5: note: byref variable will be forcibly initialized 135 | u8 buf[ZET6223_CMD_INFO_LENGTH]; | ^~~ /kisskb/src/drivers/iio/adc/qcom-spmi-adc5.c: In function 'adc5_read_voltage_data': /kisskb/src/drivers/iio/adc/qcom-spmi-adc5.c:176:15: note: byref variable will be forcibly initialized 176 | u8 rslt_lsb, rslt_msb; | ^~~~~~~~ /kisskb/src/drivers/iio/adc/qcom-spmi-adc5.c:176:5: note: byref variable will be forcibly initialized 176 | u8 rslt_lsb, rslt_msb; | ^~~~~~~~ /kisskb/src/drivers/input/touchscreen/colibri-vf50-ts.c: In function 'adc_ts_measure': /kisskb/src/drivers/input/touchscreen/colibri-vf50-ts.c:55:20: note: byref variable will be forcibly initialized 55 | int i, value = 0, val = 0; | ^~~ /kisskb/src/drivers/iio/adc/qcom-spmi-adc5.c: In function 'adc5_configure': /kisskb/src/drivers/iio/adc/qcom-spmi-adc5.c:240:5: note: byref variable will be forcibly initialized 240 | u8 buf[6]; | ^~~ /kisskb/src/drivers/iio/adc/qcom-spmi-adc5.c: In function 'adc5_poll_wait_eoc': /kisskb/src/drivers/iio/adc/qcom-spmi-adc5.c:201:5: note: byref variable will be forcibly initialized 201 | u8 status1; | ^~~~~~~ /kisskb/src/drivers/iio/adc/qcom-spmi-adc5.c: In function 'adc_read_raw_common': /kisskb/src/drivers/iio/adc/qcom-spmi-adc5.c:441:21: note: byref variable will be forcibly initialized 441 | u16 adc_code_volt, adc_code_cur; | ^~~~~~~~~~~~ /kisskb/src/drivers/iio/adc/qcom-spmi-adc5.c:441:6: note: byref variable will be forcibly initialized 441 | u16 adc_code_volt, adc_code_cur; | ^~~~~~~~~~~~~ /kisskb/src/drivers/iio/adc/qcom-spmi-adc5.c: In function 'adc7_configure': /kisskb/src/drivers/iio/adc/qcom-spmi-adc5.c:277:19: note: byref variable will be forcibly initialized 277 | u8 conv_req = 0, buf[4]; | ^~~ /kisskb/src/drivers/iio/adc/qcom-spmi-adc5.c:277:5: note: byref variable will be forcibly initialized 277 | u8 conv_req = 0, buf[4]; | ^~~~~~~~ /kisskb/src/drivers/iio/adc/qcom-spmi-adc5.c: In function 'adc7_do_conversion': /kisskb/src/drivers/iio/adc/qcom-spmi-adc5.c:361:5: note: byref variable will be forcibly initialized 361 | u8 status; | ^~~~~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/drivers/iio/adc/qcom-spmi-adc5.c:6: /kisskb/src/drivers/iio/adc/qcom-spmi-adc5.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/iio/iio.h:10, from /kisskb/src/drivers/iio/adc/qcom-spmi-adc5.c:11: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/drivers/iio/adc/qcom-spmi-adc5.c: In function 'adc5_get_dt_channel_data': /kisskb/src/drivers/iio/adc/qcom-spmi-adc5.c:687:6: note: byref variable will be forcibly initialized 687 | u8 dig_version[2]; | ^~~~~~~~~~~ /kisskb/src/drivers/iio/adc/qcom-spmi-adc5.c:620:19: note: byref variable will be forcibly initialized 620 | u32 chan, value, varr[2]; | ^~~~ /kisskb/src/drivers/iio/adc/qcom-spmi-adc5.c:620:12: note: byref variable will be forcibly initialized 620 | u32 chan, value, varr[2]; | ^~~~~ /kisskb/src/drivers/iio/adc/qcom-spmi-adc5.c:620:6: note: byref variable will be forcibly initialized 620 | u32 chan, value, varr[2]; | ^~~~ /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; | ^~~~ /kisskb/src/drivers/iio/adc/qcom-spmi-adc5.c: In function 'adc5_probe': /kisskb/src/drivers/iio/adc/qcom-spmi-adc5.c:867:6: note: byref variable will be forcibly initialized 867 | u32 reg; | ^~~ /kisskb/src/drivers/iio/adc/nau7802.c: In function 'nau7802_probe': /kisskb/src/drivers/iio/adc/nau7802.c:418:6: note: byref variable will be forcibly initialized 418 | u32 tmp = 0; | ^~~ /kisskb/src/drivers/iio/dac/ad5446.c: In function 'ad5622_write': /kisskb/src/drivers/iio/dac/ad5446.c:533:9: note: byref variable will be forcibly initialized 533 | __be16 data = cpu_to_be16(val); | ^~~~ /kisskb/src/drivers/iio/dac/ad5446.c: In function 'ad5446_write_dac_powerdown': /kisskb/src/drivers/iio/dac/ad5446.c:114:7: note: byref variable will be forcibly initialized 114 | bool powerdown; | ^~~~~~~~~ /kisskb/src/drivers/iio/adc/qcom-spmi-iadc.c: In function 'iadc_read': /kisskb/src/drivers/iio/adc/qcom-spmi-iadc.c:120:15: note: byref variable will be forcibly initialized 120 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/adc/qcom-spmi-iadc.c: In function 'iadc_status_show': /kisskb/src/drivers/iio/adc/qcom-spmi-iadc.c:165:32: note: byref variable will be forcibly initialized 165 | u8 mode, sta1, chan, dig, en, req; | ^~~ /kisskb/src/drivers/iio/adc/qcom-spmi-iadc.c:165:28: note: byref variable will be forcibly initialized 165 | u8 mode, sta1, chan, dig, en, req; | ^~ /kisskb/src/drivers/iio/adc/qcom-spmi-iadc.c:165:23: note: byref variable will be forcibly initialized 165 | u8 mode, sta1, chan, dig, en, req; | ^~~ /kisskb/src/drivers/iio/adc/qcom-spmi-iadc.c:165:17: note: byref variable will be forcibly initialized 165 | u8 mode, sta1, chan, dig, en, req; | ^~~~ /kisskb/src/drivers/iio/adc/qcom-spmi-iadc.c:165:11: note: byref variable will be forcibly initialized 165 | u8 mode, sta1, chan, dig, en, req; | ^~~~ /kisskb/src/drivers/iio/adc/qcom-spmi-iadc.c:165:5: note: byref variable will be forcibly initialized 165 | u8 mode, sta1, chan, dig, en, req; | ^~~~ /kisskb/src/drivers/iio/adc/qcom-spmi-iadc.c: In function 'iadc_poll_wait_eoc': /kisskb/src/drivers/iio/adc/qcom-spmi-iadc.c:251:5: note: byref variable will be forcibly initialized 251 | u8 sta1; | ^~~~ /kisskb/src/drivers/iio/adc/qcom-spmi-iadc.c: In function 'iadc_version_check': /kisskb/src/drivers/iio/adc/qcom-spmi-iadc.c:397:5: note: byref variable will be forcibly initialized 397 | u8 val; | ^~~ /kisskb/src/drivers/iio/adc/qcom-spmi-iadc.c: In function 'iadc_reset': /kisskb/src/drivers/iio/adc/qcom-spmi-iadc.c:138:5: note: byref variable will be forcibly initialized 138 | u8 data; | ^~~~ /kisskb/src/drivers/iio/adc/qcom-spmi-iadc.c: In function 'iadc_read_raw': /kisskb/src/drivers/iio/adc/qcom-spmi-iadc.c:316:6: note: byref variable will be forcibly initialized 316 | u16 adc_raw, vsense_raw; | ^~~~~~~ /kisskb/src/drivers/iio/adc/qcom-spmi-iadc.c: In function 'iadc_rsense_read': /kisskb/src/drivers/iio/adc/qcom-spmi-iadc.c:433:5: note: byref variable will be forcibly initialized 433 | u8 deviation; | ^~~~~~~~~ /kisskb/src/drivers/iio/adc/qcom-spmi-iadc.c: In function 'iadc_probe': /kisskb/src/drivers/iio/adc/qcom-spmi-iadc.c:492:6: note: byref variable will be forcibly initialized 492 | u32 res; | ^~~ /kisskb/src/drivers/hid/hid-playstation.c: In function 'dualsense_send_output_report': /kisskb/src/drivers/hid/hid-playstation.c:940:11: note: byref variable will be forcibly initialized 940 | uint8_t seed = PS_OUTPUT_CRC32_SEED; | ^~~~ /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; | ^~~~~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/drivers/hid/hid-playstation.c:8: /kisskb/src/drivers/hid/hid-playstation.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/hid/hid-playstation.c:10: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/musb/musb_debugfs.c: In function 'musb_softconnect_write': /kisskb/src/drivers/usb/musb/musb_debugfs.c:268:9: note: byref variable will be forcibly initialized 268 | char buf[2]; | ^~~ /kisskb/src/drivers/usb/musb/musb_debugfs.c: In function 'musb_test_mode_write': /kisskb/src/drivers/usb/musb/musb_debugfs.c:169:9: note: byref variable will be forcibly initialized 169 | char buf[24]; | ^~~ /kisskb/src/drivers/input/touchscreen/zforce_ts.c: In function 'zforce_command_wait': /kisskb/src/drivers/input/touchscreen/zforce_ts.c:209:7: note: byref variable will be forcibly initialized 209 | char buf[3]; | ^~~ /kisskb/src/drivers/input/touchscreen/zforce_ts.c: In function 'zforce_resolution': /kisskb/src/drivers/input/touchscreen/zforce_ts.c:230:7: note: byref variable will be forcibly initialized 230 | char buf[7] = { FRAME_START, 5, COMMAND_RESOLUTION, | ^~~ /kisskb/src/drivers/input/touchscreen/zforce_ts.c: In function 'zforce_scan_frequency': /kisskb/src/drivers/input/touchscreen/zforce_ts.c:243:7: note: byref variable will be forcibly initialized 243 | char buf[9] = { FRAME_START, 7, COMMAND_SCANFREQ, | ^~~ /kisskb/src/drivers/input/touchscreen/zforce_ts.c: In function 'zforce_setconfig': /kisskb/src/drivers/input/touchscreen/zforce_ts.c:258:7: note: byref variable will be forcibly initialized 258 | char buf[7] = { FRAME_START, 5, COMMAND_SETCONFIG, | ^~~ /kisskb/src/drivers/input/touchscreen/zforce_ts.c: In function 'zforce_command': /kisskb/src/drivers/input/touchscreen/zforce_ts.c:138:7: note: byref variable will be forcibly initialized 138 | char buf[3]; | ^~~ /kisskb/src/drivers/input/touchscreen/zforce_ts.c: In function 'zforce_irq_thread': /kisskb/src/drivers/input/touchscreen/zforce_ts.c:487:5: note: byref variable will be forcibly initialized 487 | u8 payload_buffer[FRAME_MAXSIZE]; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/iio/adc/qcom-vadc-common.c: In function 'qcom_vadc_scale_volt': /kisskb/src/drivers/iio/adc/qcom-vadc-common.c:413:6: note: byref variable will be forcibly initialized 413 | s64 voltage = 0, result = 0; | ^~~~~~~ /kisskb/src/drivers/iio/adc/qcom-vadc-common.c: In function 'qcom_vadc_scale_therm': /kisskb/src/drivers/iio/adc/qcom-vadc-common.c:429:6: note: byref variable will be forcibly initialized 429 | s64 voltage = 0; | ^~~~~~~ /kisskb/src/drivers/iio/adc/qcom-vadc-common.c: In function 'qcom_vadc_scale_die_temp': /kisskb/src/drivers/iio/adc/qcom-vadc-common.c:451:6: note: byref variable will be forcibly initialized 451 | s64 voltage = 0; | ^~~~~~~ /kisskb/src/drivers/iio/adc/qcom-vadc-common.c: In function 'qcom_vadc_scale_chg_temp': /kisskb/src/drivers/iio/adc/qcom-vadc-common.c:474:6: note: byref variable will be forcibly initialized 474 | s64 voltage = 0, result = 0; | ^~~~~~~ /kisskb/src/drivers/iio/adc/qcom-vadc-common.c: In function 'qcom_vadc7_scale_hw_calib_therm': /kisskb/src/drivers/iio/adc/qcom-vadc-common.c:539:11: note: byref variable will be forcibly initialized 539 | int ret, result; | ^~~~~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c: In function 'iqs5xx_write_burst': /kisskb/src/drivers/input/touchscreen/iqs5xx.c:194:5: note: byref variable will be forcibly initialized 194 | u8 mbuf[sizeof(reg) + IQS5XX_WR_BYTES_MAX]; | ^~~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c: In function 'iqs5xx_write_word': /kisskb/src/drivers/input/touchscreen/iqs5xx.c:226:9: note: byref variable will be forcibly initialized 226 | __be16 val_buf = cpu_to_be16(val); | ^~~~~~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c: In function 'iqs5xx_fw_file_parse': /kisskb/src/drivers/input/touchscreen/iqs5xx.c:713:5: note: byref variable will be forcibly initialized 713 | u8 rec_data[IQS5XX_REC_LEN_MAX]; | ^~~~~~~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c:712:5: note: byref variable will be forcibly initialized 712 | u8 rec_hdr[IQS5XX_REC_HDR_LEN]; | ^~~~~~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c:711:24: note: byref variable will be forcibly initialized 711 | u8 rec_len, rec_type, rec_chksm, chksm; | ^~~~~~~~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c:705:25: note: byref variable will be forcibly initialized 705 | const struct firmware *fw; | ^~ /kisskb/src/drivers/hid/hid-rmi.c: In function 'rmi_set_mode': /kisskb/src/drivers/hid/hid-rmi.c:146:11: note: byref variable will be forcibly initialized 146 | const u8 txbuf[2] = {RMI_SET_RMI_MODE_REPORT_ID, mode}; | ^~~~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c: In function 'iqs5xx_bl_write': /kisskb/src/drivers/input/touchscreen/iqs5xx.c:362:5: note: byref variable will be forcibly initialized 362 | u8 mbuf[sizeof(bl_addr) + IQS5XX_BL_BLK_LEN_MAX]; | ^~~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c:360:17: note: byref variable will be forcibly initialized 360 | struct i2c_msg msg; | ^~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c: In function 'iqs5xx_read_burst': /kisskb/src/drivers/input/touchscreen/iqs5xx.c:138:17: note: byref variable will be forcibly initialized 138 | struct i2c_msg msg[] = { | ^~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c:136:9: note: byref variable will be forcibly initialized 136 | __be16 reg_buf = cpu_to_be16(reg); | ^~~~~~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c: In function 'iqs5xx_read_word': /kisskb/src/drivers/input/touchscreen/iqs5xx.c:177:9: note: byref variable will be forcibly initialized 177 | __be16 val_buf; | ^~~~~~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c: In function 'iqs5xx_bl_cmd': /kisskb/src/drivers/input/touchscreen/iqs5xx.c:250:5: note: byref variable will be forcibly initialized 250 | u8 mbuf[sizeof(bl_cmd) + sizeof(bl_addr)]; | ^~~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c:248:17: note: byref variable will be forcibly initialized 248 | struct i2c_msg msg; | ^~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c: In function 'iqs5xx_bl_verify': /kisskb/src/drivers/input/touchscreen/iqs5xx.c:401:5: note: byref variable will be forcibly initialized 401 | u8 bl_data[IQS5XX_BL_BLK_LEN_MAX]; | ^~~~~~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c:399:17: note: byref variable will be forcibly initialized 399 | struct i2c_msg msg; | ^~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c: In function 'iqs5xx_axis_init': /kisskb/src/drivers/input/touchscreen/iqs5xx.c:490:13: note: byref variable will be forcibly initialized 490 | u16 max_x, max_y; | ^~~~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c:490:6: note: byref variable will be forcibly initialized 490 | u16 max_x, max_y; | ^~~~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c: In function 'iqs5xx_dev_init': /kisskb/src/drivers/input/touchscreen/iqs5xx.c:557:5: note: byref variable will be forcibly initialized 557 | u8 buf[sizeof(*dev_id_info) + 1]; | ^~~ In file included from /kisskb/src/include/linux/mmzone.h:10, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/slab.h:15, from /kisskb/src/include/linux/hid.h:19, from /kisskb/src/drivers/hid/hid-rmi.c:10: /kisskb/src/drivers/hid/hid-rmi.c: In function 'rmi_hid_read_block': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-rmi.c:229:9: note: in expansion of macro 'wait_event_timeout' 229 | if (!wait_event_timeout(data->wait, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c: In function 'fw_file_store': /kisskb/src/drivers/input/touchscreen/iqs5xx.c:902:7: note: byref variable will be forcibly initialized 902 | char fw_file[IQS5XX_FW_FILE_LEN + 1]; | ^~~~~~~ /kisskb/src/drivers/input/touchscreen/iqs5xx.c: In function 'iqs5xx_irq': /kisskb/src/drivers/input/touchscreen/iqs5xx.c:639:23: note: byref variable will be forcibly initialized 639 | struct iqs5xx_status status; | ^~~~~~ In file included from /kisskb/src/drivers/hid/hid-rmi.c:14: /kisskb/src/drivers/hid/hid-rmi.c: In function 'irq_find_mapping': /kisskb/src/include/linux/irqdomain.h:427:15: note: byref variable will be forcibly initialized 427 | unsigned int irq; | ^~~ /kisskb/src/drivers/hid/hid-rmi.c: In function 'rmi_probe': /kisskb/src/drivers/hid/hid-rmi.c:651:21: note: byref variable will be forcibly initialized 651 | struct hid_report *feature_report; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-rmi.c:650:21: note: byref variable will be forcibly initialized 650 | struct hid_report *output_report; | ^~~~~~~~~~~~~ /kisskb/src/drivers/hid/hid-rmi.c:649:21: note: byref variable will be forcibly initialized 649 | struct hid_report *input_report; | ^~~~~~~~~~~~ /kisskb/src/drivers/iio/adc/qcom-spmi-vadc.c: In function 'vadc_show_status': /kisskb/src/drivers/iio/adc/qcom-spmi-vadc.c:175:32: note: byref variable will be forcibly initialized 175 | u8 mode, sta1, chan, dig, en, req; | ^~~ /kisskb/src/drivers/iio/adc/qcom-spmi-vadc.c:175:28: note: byref variable will be forcibly initialized 175 | u8 mode, sta1, chan, dig, en, req; | ^~ /kisskb/src/drivers/iio/adc/qcom-spmi-vadc.c:175:23: note: byref variable will be forcibly initialized 175 | u8 mode, sta1, chan, dig, en, req; | ^~~ /kisskb/src/drivers/iio/adc/qcom-spmi-vadc.c:175:17: note: byref variable will be forcibly initialized 175 | u8 mode, sta1, chan, dig, en, req; | ^~~~ /kisskb/src/drivers/iio/adc/qcom-spmi-vadc.c:175:11: note: byref variable will be forcibly initialized 175 | u8 mode, sta1, chan, dig, en, req; | ^~~~ /kisskb/src/drivers/iio/adc/qcom-spmi-vadc.c:175:5: note: byref variable will be forcibly initialized 175 | u8 mode, sta1, chan, dig, en, req; | ^~~~ /kisskb/src/drivers/iio/adc/qcom-spmi-vadc.c: In function 'vadc_poll_wait_eoc': /kisskb/src/drivers/iio/adc/qcom-spmi-vadc.c:251:5: note: byref variable will be forcibly initialized 251 | u8 sta1; | ^~~~ /kisskb/src/drivers/iio/adc/qcom-spmi-vadc.c: In function 'vadc_check_revision': /kisskb/src/drivers/iio/adc/qcom-spmi-vadc.c:816:5: note: byref variable will be forcibly initialized 816 | u8 val; | ^~~ /kisskb/src/drivers/iio/adc/qcom-spmi-vadc.c: In function 'vadc_reset': /kisskb/src/drivers/iio/adc/qcom-spmi-vadc.c:148:5: note: byref variable will be forcibly initialized 148 | u8 data; | ^~~~ /kisskb/src/drivers/iio/adc/qcom-spmi-vadc.c: In function 'vadc_read_raw': /kisskb/src/drivers/iio/adc/qcom-spmi-vadc.c:449:6: note: byref variable will be forcibly initialized 449 | u16 adc_code; | ^~~~~~~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/drivers/iio/adc/qcom-spmi-vadc.c:6: /kisskb/src/drivers/iio/adc/qcom-spmi-vadc.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/iio/iio.h:10, from /kisskb/src/drivers/iio/adc/qcom-spmi-vadc.c:11: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/drivers/iio/adc/qcom-spmi-vadc.c: In function 'vadc_measure_ref_points': /kisskb/src/drivers/iio/adc/qcom-spmi-vadc.c:354:14: note: byref variable will be forcibly initialized 354 | u16 read_1, read_2; | ^~~~~~ /kisskb/src/drivers/iio/adc/qcom-spmi-vadc.c:354:6: note: byref variable will be forcibly initialized 354 | u16 read_1, read_2; | ^~~~~~ /kisskb/src/drivers/iio/adc/qcom-spmi-vadc.c: In function 'vadc_get_dt_channel_data': /kisskb/src/drivers/iio/adc/qcom-spmi-vadc.c:655:19: note: byref variable will be forcibly initialized 655 | u32 chan, value, varr[2]; | ^~~~ /kisskb/src/drivers/iio/adc/qcom-spmi-vadc.c:655:12: note: byref variable will be forcibly initialized 655 | u32 chan, value, varr[2]; | ^~~~~ /kisskb/src/drivers/iio/adc/qcom-spmi-vadc.c:655:6: note: byref variable will be forcibly initialized 655 | u32 chan, value, varr[2]; | ^~~~ /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/iio/adc/qcom-spmi-vadc.c: In function 'vadc_probe': /kisskb/src/drivers/iio/adc/qcom-spmi-vadc.c:857:6: note: byref variable will be forcibly initialized 857 | u32 reg; | ^~~ /kisskb/src/drivers/input/touchscreen/zinitix.c: In function 'zinitix_write_cmd': /kisskb/src/drivers/input/touchscreen/zinitix.c:183:9: note: byref variable will be forcibly initialized 183 | __le16 reg_le = cpu_to_le16(reg); | ^~~~~~ /kisskb/src/drivers/input/touchscreen/zinitix.c: In function 'zinitix_write_u16': /kisskb/src/drivers/input/touchscreen/zinitix.c:171:9: note: byref variable will be forcibly initialized 171 | __le16 packet[2] = {cpu_to_le16(reg), cpu_to_le16(value)}; | ^~~~~~ /kisskb/src/drivers/input/touchscreen/zinitix.c: In function 'zinitix_read_data': /kisskb/src/drivers/input/touchscreen/zinitix.c:154:9: note: byref variable will be forcibly initialized 154 | __le16 reg_le = cpu_to_le16(reg); | ^~~~~~ /kisskb/src/drivers/input/touchscreen/zinitix.c: In function 'zinitix_ts_irq_handler': /kisskb/src/drivers/input/touchscreen/zinitix.c:325:21: note: byref variable will be forcibly initialized 325 | struct touch_event touch_event; | ^~~~~~~~~~~ /kisskb/src/drivers/usb/roles/class.c: In function 'role_store': /kisskb/src/drivers/usb/roles/class.c:243:8: note: byref variable will be forcibly initialized 243 | bool res; | ^~~ /kisskb/src/drivers/hid/hid-steam.c: In function 'steam_write_registers': /kisskb/src/drivers/hid/hid-steam.c:212:10: note: byref variable will be forcibly initialized 212 | va_list args; | ^~~~ /kisskb/src/drivers/hid/hid-steam.c:211:5: note: byref variable will be forcibly initialized 211 | u8 cmd[64] = {STEAM_CMD_WRITE_REGISTER, 0x00}; | ^~~ /kisskb/src/drivers/hid/hid-steam.c: In function 'steam_get_serial': /kisskb/src/drivers/hid/hid-steam.c:238:5: note: byref variable will be forcibly initialized 238 | u8 reply[3 + STEAM_SERIAL_LEN + 1]; | ^~~~~ /kisskb/src/drivers/hid/hid-steam.c:237:5: note: byref variable will be forcibly initialized 237 | u8 cmd[] = {STEAM_CMD_GET_SERIAL, 0x15, 0x01}; | ^~~ /kisskb/src/drivers/iio/adc/rn5t618-adc.c: In function 'rn5t618_adc_irq': /kisskb/src/drivers/iio/adc/rn5t618-adc.c:89:15: note: byref variable will be forcibly initialized 89 | unsigned int r = 0; | ^ /kisskb/src/drivers/iio/adc/rn5t618-adc.c: In function 'rn5t618_read_adc_reg': /kisskb/src/drivers/iio/adc/rn5t618-adc.c:74:5: note: byref variable will be forcibly initialized 74 | u8 data[2]; | ^~~~ /kisskb/src/drivers/iio/adc/rn5t618-adc.c: In function 'rn5t618_adc_read': /kisskb/src/drivers/iio/adc/rn5t618-adc.c:113:6: note: byref variable will be forcibly initialized 113 | u16 raw; | ^~~ /kisskb/src/drivers/iio/dac/ad5686.c: In function 'ad5686_write_dac_powerdown': /kisskb/src/drivers/iio/dac/ad5686.c:70:7: note: byref variable will be forcibly initialized 70 | bool readin; | ^~~~~~ /kisskb/src/drivers/usb/serial/ti_usb_3410_5052.c: In function 'ti_tx_empty': /kisskb/src/drivers/usb/serial/ti_usb_3410_5052.c:850:5: note: byref variable will be forcibly initialized 850 | u8 lsr, mask; | ^~~ /kisskb/src/drivers/usb/serial/ti_usb_3410_5052.c: In function 'ti_do_download': /kisskb/src/drivers/usb/serial/ti_usb_3410_5052.c:1549:6: note: byref variable will be forcibly initialized 1549 | int done; | ^~~~ /kisskb/src/drivers/usb/serial/ti_usb_3410_5052.c: In function 'ti_download_firmware': /kisskb/src/drivers/usb/serial/ti_usb_3410_5052.c:1581:7: note: byref variable will be forcibly initialized 1581 | char buf[32]; | ^~~ /kisskb/src/drivers/usb/serial/ti_usb_3410_5052.c:1580:25: note: byref variable will be forcibly initialized 1580 | const struct firmware *fw_p; | ^~~~ /kisskb/src/drivers/usb/serial/ch341.c: In function 'ch341_break_ctl': /kisskb/src/drivers/usb/serial/ch341.c:623:10: note: byref variable will be forcibly initialized 623 | uint8_t break_reg[2]; | ^~~~~~~~~ /kisskb/src/drivers/usb/serial/ch341.c: In function 'ch341_get_status': /kisskb/src/drivers/usb/serial/ch341.c:284:5: note: byref variable will be forcibly initialized 284 | u8 buffer[2]; | ^~~~~~ /kisskb/src/drivers/usb/serial/ch341.c: In function 'ch341_configure': /kisskb/src/drivers/usb/serial/ch341.c:304:5: note: byref variable will be forcibly initialized 304 | u8 buffer[2]; | ^~~~~~ /kisskb/src/drivers/usb/serial/ch341.c: In function 'ch341_detect_quirks': /kisskb/src/drivers/usb/serial/ch341.c:334:5: note: byref variable will be forcibly initialized 334 | u8 buffer[2]; | ^~~~~~ In file included from /kisskb/src/drivers/usb/dwc3/core.c:15: /kisskb/src/drivers/usb/dwc3/core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/iio/adc/ti-ads1015.c: In function 'ads1015_event_handler': /kisskb/src/drivers/iio/adc/ti-ads1015.c:763:6: note: byref variable will be forcibly initialized 763 | int val; | ^~~ /kisskb/src/drivers/usb/dwc3/core.c: In function 'dwc3_get_properties': /kisskb/src/drivers/usb/dwc3/core.c:1303:15: note: byref variable will be forcibly initialized 1303 | const char *usb_psy_name; | ^~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc3/core.c:1302:7: note: byref variable will be forcibly initialized 1302 | u8 tx_fifo_resize_max_num; | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc3/core.c:1301:7: note: byref variable will be forcibly initialized 1301 | u8 tx_max_burst_prd; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc3/core.c:1300:7: note: byref variable will be forcibly initialized 1300 | u8 tx_thr_num_pkt_prd; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc3/core.c:1299:7: note: byref variable will be forcibly initialized 1299 | u8 rx_max_burst_prd; | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc3/core.c:1298:7: note: byref variable will be forcibly initialized 1298 | u8 rx_thr_num_pkt_prd; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc3/core.c:1297:7: note: byref variable will be forcibly initialized 1297 | u8 hird_threshold; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc3/core.c:1296:7: note: byref variable will be forcibly initialized 1296 | u8 tx_de_emphasis; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc3/core.c:1295:7: note: byref variable will be forcibly initialized 1295 | u8 lpm_nyet_threshold; | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/adc/ti-ads1015.c: In function 'ads1015_get_adc_result': /kisskb/src/drivers/iio/adc/ti-ads1015.c:348:15: note: byref variable will be forcibly initialized 348 | unsigned int old, mask, cfg; | ^~~ /kisskb/src/drivers/iio/adc/ti-ads1015.c: In function 'ads1015_enable_event_config': /kisskb/src/drivers/iio/adc/ti-ads1015.c:663:15: note: byref variable will be forcibly initialized 663 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/adc/ti-ads1015.c: In function 'ads1015_trigger_handler': /kisskb/src/drivers/iio/adc/ti-ads1015.c:401:17: note: byref variable will be forcibly initialized 401 | int chan, ret, res; | ^~~ /kisskb/src/drivers/iio/adc/ti-ads1015.c:400:4: note: byref variable will be forcibly initialized 400 | } scan; | ^~~~ /kisskb/src/drivers/iio/adc/ti-ads1015.c: In function 'ads1015_client_get_channels_config': /kisskb/src/drivers/iio/adc/ti-ads1015.c:866:7: note: byref variable will be forcibly initialized 866 | u32 pval; | ^~~~ /kisskb/src/drivers/usb/dwc3/core.c: In function 'dwc3_probe': /kisskb/src/drivers/usb/dwc3/core.c:1556:25: note: byref variable will be forcibly initialized 1556 | struct resource *res, dwc_res; | ^~~~~~~ /kisskb/src/drivers/hid/hid-led.c: In function 'luxafor_write': /kisskb/src/drivers/hid/hid-led.c:344:7: note: byref variable will be forcibly initialized 344 | __u8 buf[MAX_REPORT_SIZE] = { [1] = 1 }; | ^~~ /kisskb/src/drivers/hid/hid-led.c: In function '_thingm_write': /kisskb/src/drivers/hid/hid-led.c:233:7: note: byref variable will be forcibly initialized 233 | __u8 buf[MAX_REPORT_SIZE] = { 1, 'c' }; | ^~~ /kisskb/src/drivers/hid/hid-led.c: In function 'dream_cheeky_write': /kisskb/src/drivers/hid/hid-led.c:204:7: note: byref variable will be forcibly initialized 204 | __u8 buf[MAX_REPORT_SIZE] = {}; | ^~~ /kisskb/src/drivers/hid/hid-led.c: In function 'dream_cheeky_init': /kisskb/src/drivers/hid/hid-led.c:217:7: note: byref variable will be forcibly initialized 217 | __u8 buf[MAX_REPORT_SIZE] = {}; | ^~~ /kisskb/src/drivers/hid/hid-led.c: In function 'riso_kagaku_write': /kisskb/src/drivers/hid/hid-led.c:193:7: note: byref variable will be forcibly initialized 193 | __u8 buf[MAX_REPORT_SIZE] = {}; | ^~~ /kisskb/src/drivers/hid/hid-led.c: In function 'thingm_init': /kisskb/src/drivers/hid/hid-led.c:265:7: note: byref variable will be forcibly initialized 265 | __u8 buf[MAX_REPORT_SIZE] = { 1, 'v' }; | ^~~ In file included from /kisskb/src/include/linux/build_bug.h:5, from /kisskb/src/include/linux/bits.h:22, from /kisskb/src/include/linux/bitops.h:6, from /kisskb/src/include/linux/hid.h:17, from /kisskb/src/drivers/hid/hid-led.c:10: /kisskb/src/drivers/hid/hid-led.c: In function 'devm_kmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/device.h:215:6: note: in expansion of macro 'unlikely' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/device.h:215:15: note: in expansion of macro 'check_mul_overflow' 215 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/input.h:19, from /kisskb/src/include/linux/hid.h:24, from /kisskb/src/drivers/hid/hid-led.c:10: /kisskb/src/include/linux/device.h:213:9: note: byref variable will be forcibly initialized 213 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/serial/cp210x.c: In function 'cp210x_process_read_urb': /kisskb/src/drivers/usb/serial/cp210x.c:887:7: note: byref variable will be forcibly initialized 887 | char flag; | ^~~~ /kisskb/src/drivers/usb/serial/cp210x.c: In function 'cp210x_tiocmget': /kisskb/src/drivers/usb/serial/cp210x.c:1395:5: note: byref variable will be forcibly initialized 1395 | u8 control; | ^~~~~~~ /kisskb/src/drivers/usb/serial/cp210x.c: In function 'cp210x_get_tx_queue_byte_count': /kisskb/src/drivers/usb/serial/cp210x.c:916:28: note: byref variable will be forcibly initialized 916 | struct cp210x_comm_status sts; | ^~~ /kisskb/src/drivers/usb/serial/cp210x.c: In function 'cp210x_tx_empty': /kisskb/src/drivers/usb/serial/cp210x.c:936:6: note: byref variable will be forcibly initialized 936 | u32 count; | ^~~~~ /kisskb/src/drivers/usb/serial/cp210x.c: In function 'cp210x_get_fw_version': /kisskb/src/drivers/usb/serial/cp210x.c:2066:5: note: byref variable will be forcibly initialized 2066 | u8 ver[3]; | ^~~ /kisskb/src/drivers/usb/serial/cp210x.c: In function 'cp2104_gpioconf_init': /kisskb/src/drivers/usb/serial/cp210x.c:1681:35: note: byref variable will be forcibly initialized 1681 | struct cp210x_single_port_config config; | ^~~~~~ /kisskb/src/drivers/usb/serial/cp210x.c: In function 'cp2105_gpioconf_init': /kisskb/src/drivers/usb/serial/cp210x.c:1619:33: note: byref variable will be forcibly initialized 1619 | struct cp210x_dual_port_config config; | ^~~~~~ /kisskb/src/drivers/usb/serial/cp210x.c:1618:25: note: byref variable will be forcibly initialized 1618 | struct cp210x_pin_mode mode; | ^~~~ /kisskb/src/drivers/usb/serial/cp210x.c: In function 'cp2108_gpio_init': /kisskb/src/drivers/usb/serial/cp210x.c:1731:33: note: byref variable will be forcibly initialized 1731 | struct cp210x_quad_port_config config; | ^~~~~~ /kisskb/src/drivers/usb/serial/cp210x.c: In function 'cp210x_write_u32_reg': /kisskb/src/drivers/usb/serial/cp210x.c:731:9: note: byref variable will be forcibly initialized 731 | __le32 le32_val; | ^~~~~~~~ /kisskb/src/drivers/usb/serial/cp210x.c: In function 'cp210x_tiocmset_port': /kisskb/src/drivers/usb/serial/cp210x.c:1312:25: note: byref variable will be forcibly initialized 1312 | struct cp210x_flow_ctl flow_ctl; | ^~~~~~~~ /kisskb/src/drivers/usb/serial/cp210x.c: In function 'cp210x_set_flow_control': /kisskb/src/drivers/usb/serial/cp210x.c:1125:25: note: byref variable will be forcibly initialized 1125 | struct cp210x_flow_ctl flow_ctl; | ^~~~~~~~ /kisskb/src/drivers/usb/serial/cp210x.c:1124:30: note: byref variable will be forcibly initialized 1124 | struct cp210x_special_chars chars; | ^~~~~ /kisskb/src/drivers/usb/serial/cp210x.c: In function 'cp210x_gpio_init_valid_mask': /kisskb/src/drivers/usb/serial/cp210x.c:1596:16: note: byref variable will be forcibly initialized 1596 | unsigned long altfunc_mask = priv->gpio_altfunc; | ^~~~~~~~~~~~ /kisskb/src/drivers/usb/serial/cp210x.c: In function 'cp210x_gpio_set': /kisskb/src/drivers/usb/serial/cp210x.c:1476:27: note: byref variable will be forcibly initialized 1476 | struct cp210x_gpio_write buf; | ^~~ /kisskb/src/drivers/usb/serial/cp210x.c:1475:29: note: byref variable will be forcibly initialized 1475 | struct cp210x_gpio_write16 buf16; | ^~~~~ /kisskb/src/drivers/usb/serial/cp210x.c: In function 'cp210x_gpio_get': /kisskb/src/drivers/usb/serial/cp210x.c:1434:6: note: byref variable will be forcibly initialized 1434 | u16 mask; | ^~~~ In file included from /kisskb/src/drivers/usb/serial/cypress_m8.c:26: /kisskb/src/drivers/usb/serial/cypress_m8.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/atm/cxacru.c: In function 'cxacru_cm': /kisskb/src/drivers/usb/atm/cxacru.c:611:11: note: byref variable will be forcibly initialized 611 | int ret, actlen; | ^~~~~~ /kisskb/src/drivers/usb/atm/cxacru.c: In function 'adsl_config_store': /kisskb/src/drivers/usb/atm/cxacru.c:478:9: note: byref variable will be forcibly initialized 478 | char log[CMD_MAX_CONFIG * 12 + 1]; /* %02x=%08x */ | ^~~ /kisskb/src/drivers/usb/atm/cxacru.c:455:7: note: byref variable will be forcibly initialized 455 | u32 value; | ^~~~~ /kisskb/src/drivers/usb/atm/cxacru.c:454:7: note: byref variable will be forcibly initialized 454 | u32 index; | ^~~~~ /kisskb/src/drivers/usb/atm/cxacru.c:453:7: note: byref variable will be forcibly initialized 453 | int tmp; | ^~~ /kisskb/src/drivers/usb/atm/cxacru.c:442:9: note: byref variable will be forcibly initialized 442 | __le32 data[CMD_PACKET_SIZE / 4]; | ^~~~ /kisskb/src/drivers/usb/atm/speedtch.c: In function 'speedtch_atm_start': /kisskb/src/drivers/usb/atm/speedtch.c:652:16: note: byref variable will be forcibly initialized 652 | unsigned char mac_str[13]; | ^~~~~~~ /kisskb/src/drivers/usb/atm/cxacru.c: In function 'adsl_state_store': /kisskb/src/drivers/usb/atm/cxacru.c:339:7: note: byref variable will be forcibly initialized 339 | char str_cmd[8]; | ^~~~~~~ /kisskb/src/drivers/usb/atm/cxacru.c: In function 'cxacru_usb_probe': /kisskb/src/drivers/usb/atm/cxacru.c:1349:7: note: byref variable will be forcibly initialized 1349 | char buf[15]; | ^~~ /kisskb/src/drivers/usb/atm/speedtch.c: In function 'speedtch_find_firmware': /kisskb/src/drivers/usb/atm/speedtch.c:354:7: note: byref variable will be forcibly initialized 354 | char buf[24]; | ^~~ /kisskb/src/drivers/usb/atm/cxacru.c: In function 'cxacru_find_firmware': /kisskb/src/drivers/usb/atm/cxacru.c:1077:7: note: byref variable will be forcibly initialized 1077 | char buf[16]; | ^~~ /kisskb/src/drivers/iio/common/st_sensors/st_sensors_core.c: In function 'st_sensors_dev_probe': /kisskb/src/drivers/iio/common/st_sensors/st_sensors_core.c:315:6: note: byref variable will be forcibly initialized 315 | u32 val; | ^~~ /kisskb/src/drivers/iio/common/st_sensors/st_sensors_core.c: In function 'st_sensors_verify_id': /kisskb/src/drivers/iio/common/st_sensors/st_sensors_core.c:614:6: note: byref variable will be forcibly initialized 614 | int wai, err; | ^~~ /kisskb/src/drivers/usb/atm/speedtch.c: In function 'speedtch_upload_firmware': /kisskb/src/drivers/usb/atm/speedtch.c:237:6: note: byref variable will be forcibly initialized 237 | int actual_length; | ^~~~~~~~~~~~~ /kisskb/src/drivers/usb/atm/cxacru.c: In function 'cxacru_upload_firmware': /kisskb/src/drivers/usb/atm/cxacru.c:992:9: note: byref variable will be forcibly initialized 992 | __le32 val; | ^~~ /kisskb/src/drivers/usb/atm/cxacru.c:990:9: note: byref variable will be forcibly initialized 990 | __le16 signature[] = { usb_dev->descriptor.idVendor, | ^~~~~~~~~ /kisskb/src/drivers/usb/atm/cxacru.c: In function 'cxacru_heavy_init': /kisskb/src/drivers/usb/atm/cxacru.c:1095:30: note: byref variable will be forcibly initialized 1095 | const struct firmware *fw, *bp; | ^~ /kisskb/src/drivers/usb/atm/cxacru.c:1095:25: note: byref variable will be forcibly initialized 1095 | const struct firmware *fw, *bp; | ^~ /kisskb/src/drivers/usb/atm/speedtch.c: In function 'speedtch_heavy_init': /kisskb/src/drivers/usb/atm/speedtch.c:381:31: note: byref variable will be forcibly initialized 381 | const struct firmware *fw1, *fw2; | ^~~ /kisskb/src/drivers/usb/atm/speedtch.c:381:25: note: byref variable will be forcibly initialized 381 | const struct firmware *fw1, *fw2; | ^~~ /kisskb/src/drivers/iio/common/st_sensors/st_sensors_core.c: In function 'st_sensors_set_odr': /kisskb/src/drivers/iio/common/st_sensors/st_sensors_core.c:75:27: note: byref variable will be forcibly initialized 75 | struct st_sensor_odr_avl odr_out = {0, 0}; | ^~~~~~~ /kisskb/src/drivers/iio/common/st_sensors/st_sensors_core.c: In function 'st_sensors_set_enable': /kisskb/src/drivers/iio/common/st_sensors/st_sensors_core.c:162:27: note: byref variable will be forcibly initialized 162 | struct st_sensor_odr_avl odr_out = {0, 0}; | ^~~~~~~ /kisskb/src/drivers/iio/common/st_sensors/st_sensors_core.c: In function 'st_sensors_set_fullscale': /kisskb/src/drivers/iio/common/st_sensors/st_sensors_core.c:132:11: note: byref variable will be forcibly initialized 132 | int err, i = 0; | ^ /kisskb/src/drivers/iio/common/st_sensors/st_sensors_trigger.c: In function 'st_sensors_new_samples_available': /kisskb/src/drivers/iio/common/st_sensors/st_sensors_trigger.c:31:11: note: byref variable will be forcibly initialized 31 | int ret, status; | ^~~~~~ /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/sgp40.c: In function 'sgp40_read_raw': /kisskb/src/drivers/iio/chemical/sgp40.c:216:6: note: byref variable will be forcibly initialized 216 | u16 resistance_raw; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/iio/chemical/sgp40.c:215:11: note: byref variable will be forcibly initialized 215 | int ret, voc; | ^~~ /kisskb/src/drivers/usb/chipidea/debug.c: In function 'ci_role_write': /kisskb/src/drivers/usb/chipidea/debug.c:266:7: note: byref variable will be forcibly initialized 266 | char buf[8]; | ^~~ /kisskb/src/drivers/usb/chipidea/debug.c: In function 'ci_port_test_write': /kisskb/src/drivers/usb/chipidea/debug.c:80:7: note: byref variable will be forcibly initialized 80 | char buf[32]; | ^~~ /kisskb/src/drivers/usb/chipidea/debug.c:79:11: note: byref variable will be forcibly initialized 79 | unsigned mode; | ^~~~ /kisskb/src/drivers/usb/serial/digi_acceleport.c: In function 'digi_break_ctl': /kisskb/src/drivers/usb/serial/digi_acceleport.c:843:16: note: byref variable will be forcibly initialized 843 | unsigned char buf[4]; | ^~~ /kisskb/src/drivers/usb/serial/digi_acceleport.c: In function 'digi_transmit_idle': /kisskb/src/drivers/usb/serial/digi_acceleport.c:577:16: note: byref variable will be forcibly initialized 577 | unsigned char buf[2]; | ^~~ /kisskb/src/drivers/usb/serial/digi_acceleport.c: In function 'digi_set_termios': /kisskb/src/drivers/usb/serial/digi_acceleport.c:660:16: note: byref variable will be forcibly initialized 660 | unsigned char buf[32]; | ^~~ /kisskb/src/drivers/usb/serial/digi_acceleport.c: In function 'digi_open': /kisskb/src/drivers/usb/serial/digi_acceleport.c:1072:18: note: byref variable will be forcibly initialized 1072 | struct ktermios not_termios; | ^~~~~~~~~~~ /kisskb/src/drivers/usb/serial/digi_acceleport.c:1070:16: note: byref variable will be forcibly initialized 1070 | unsigned char buf[32]; | ^~~ /kisskb/src/drivers/usb/serial/digi_acceleport.c: In function 'digi_close': /kisskb/src/drivers/usb/serial/digi_acceleport.c:1108:16: note: byref variable will be forcibly initialized 1108 | unsigned char buf[32]; | ^~~ /kisskb/src/drivers/iio/dac/ad5696-i2c.c: In function 'ad5686_i2c_read': /kisskb/src/drivers/iio/dac/ad5696-i2c.c:18:17: note: byref variable will be forcibly initialized 18 | struct i2c_msg msg[2] = { | ^~~ /kisskb/src/drivers/usb/serial/f81232.c: In function 'f81534a_ctrl_enable_all_ports': /kisskb/src/drivers/usb/serial/f81232.c:870:16: note: byref variable will be forcibly initialized 870 | unsigned char enable[2] = {0}; | ^~~~~~ /kisskb/src/drivers/usb/serial/f81232.c: In function 'f81232_read_msr': /kisskb/src/drivers/usb/serial/f81232.c:203:5: note: byref variable will be forcibly initialized 203 | u8 current_msr; | ^~~~~~~~~~~ /kisskb/src/drivers/usb/serial/f81232.c: In function 'f81232_tx_empty': /kisskb/src/drivers/usb/serial/f81232.c:777:5: note: byref variable will be forcibly initialized 777 | u8 tmp; | ^~~ /kisskb/src/drivers/usb/serial/f81232.c: In function 'f81232_set_mask_register': /kisskb/src/drivers/usb/serial/f81232.c:189:5: note: byref variable will be forcibly initialized 189 | u8 tmp; | ^~~ /kisskb/src/drivers/usb/serial/f81232.c: In function 'f81232_set_baudrate': /kisskb/src/drivers/usb/serial/f81232.c:493:5: note: byref variable will be forcibly initialized 493 | u8 lcr; | ^~~ /kisskb/src/drivers/usb/serial/f81232.c: In function 'f81232_lsr_worker': /kisskb/src/drivers/usb/serial/f81232.c:823:5: note: byref variable will be forcibly initialized 823 | u8 tmp; | ^~~ /kisskb/src/drivers/usb/serial/io_ti.c: In function 'edge_unthrottle': /kisskb/src/drivers/usb/serial/io_ti.c:2157:17: note: byref variable will be forcibly initialized 2157 | unsigned char start_char = START_CHAR(tty); | ^~~~~~~~~~ /kisskb/src/drivers/usb/serial/io_ti.c: In function 'edge_throttle': /kisskb/src/drivers/usb/serial/io_ti.c:2130:17: note: byref variable will be forcibly initialized 2130 | unsigned char stop_char = STOP_CHAR(tty); | ^~~~~~~~~ /kisskb/src/drivers/iio/dac/m62332.c: In function 'm62332_set_value': /kisskb/src/drivers/iio/dac/m62332.c:37:5: note: byref variable will be forcibly initialized 37 | u8 outbuf[2]; | ^~~~~~ /kisskb/src/drivers/usb/serial/io_ti.c: In function 'download_code': /kisskb/src/drivers/usb/serial/io_ti.c:925:6: note: byref variable will be forcibly initialized 925 | int done; | ^~~~ /kisskb/src/drivers/usb/serial/io_ti.c: In function 'download_fw': /kisskb/src/drivers/usb/serial/io_ti.c:1003:25: note: byref variable will be forcibly initialized 1003 | const struct firmware *fw; | ^~ /kisskb/src/drivers/usb/serial/ipw.c: In function 'ipw_open': /kisskb/src/drivers/usb/serial/ipw.c:136:5: note: byref variable will be forcibly initialized 136 | u8 buf_flow_static[16] = IPW_BYTES_FLOWINIT; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/serial/ftdi_sio.c: In function 'get_lsr_info': /kisskb/src/drivers/usb/serial/ftdi_sio.c:1523:15: note: byref variable will be forcibly initialized 1523 | unsigned int result = 0; | ^~~~~~ /kisskb/src/drivers/usb/serial/ir-usb.c: In function 'ir_set_termios': /kisskb/src/drivers/usb/serial/ir-usb.c:383:6: note: byref variable will be forcibly initialized 383 | int actual_length; | ^~~~~~~~~~~~~ /kisskb/src/drivers/usb/serial/ftdi_sio.c: In function 'ftdi_tiocmget': /kisskb/src/drivers/usb/serial/ftdi_sio.c:2872:16: note: byref variable will be forcibly initialized 2872 | unsigned char buf[2]; | ^~~ /kisskb/src/drivers/usb/serial/ftdi_sio.c: In function 'ftdi_tx_empty': /kisskb/src/drivers/usb/serial/ftdi_sio.c:2618:16: note: byref variable will be forcibly initialized 2618 | unsigned char buf[2]; | ^~~ /kisskb/src/drivers/usb/serial/ftdi_sio.c: In function 'latency_timer_store': /kisskb/src/drivers/usb/serial/ftdi_sio.c:1681:5: note: byref variable will be forcibly initialized 1681 | u8 v; | ^ /kisskb/src/drivers/usb/serial/ftdi_sio.c: In function 'event_char_store': /kisskb/src/drivers/usb/serial/ftdi_sio.c:1703:15: note: byref variable will be forcibly initialized 1703 | unsigned int v; | ^ /kisskb/src/drivers/usb/serial/ftdi_sio.c: In function '_read_latency_timer': /kisskb/src/drivers/usb/serial/ftdi_sio.c:1440:5: note: byref variable will be forcibly initialized 1440 | u8 buf; | ^~~ /kisskb/src/drivers/usb/serial/ftdi_sio.c: In function 'ftdi_read_cbus_pins': /kisskb/src/drivers/usb/serial/ftdi_sio.c:1843:5: note: byref variable will be forcibly initialized 1843 | u8 buf; | ^~~ /kisskb/src/drivers/usb/serial/ftdi_sio.c: In function 'ftdi_gpio_init_valid_mask': /kisskb/src/drivers/usb/serial/ftdi_sio.c:1974:16: note: byref variable will be forcibly initialized 1974 | unsigned long map = priv->gpio_altfunc; | ^~~ /kisskb/src/drivers/usb/serial/metro-usb.c: In function 'metrousb_send_unidirectional_cmd': /kisskb/src/drivers/usb/serial/metro-usb.c:81:6: note: byref variable will be forcibly initialized 81 | int actual_len; | ^~~~~~~~~~ /kisskb/src/drivers/usb/serial/iuu_phoenix.c: In function 'bulk_immediate': /kisskb/src/drivers/usb/serial/iuu_phoenix.c:271:6: note: byref variable will be forcibly initialized 271 | int actual = 0; | ^~~~~~ /kisskb/src/drivers/usb/serial/iuu_phoenix.c: In function 'iuu_set_termios': /kisskb/src/drivers/usb/serial/iuu_phoenix.c:888:6: note: byref variable will be forcibly initialized 888 | u32 actual; | ^~~~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/usb/dwc3/trace.h:349, from /kisskb/src/drivers/usb/dwc3/trace.c:11: /kisskb/src/drivers/usb/dwc3/trace.c: In function 'trace_event_raw_event_dwc3_log_io': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/dwc3/./trace.h:22:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 22 | DECLARE_EVENT_CLASS(dwc3_log_io, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc3/trace.c: In function 'trace_event_raw_event_dwc3_log_event': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/dwc3/./trace.h:51:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 51 | DECLARE_EVENT_CLASS(dwc3_log_event, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc3/trace.c: In function 'trace_event_raw_event_dwc3_log_ctrl': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/dwc3/./trace.h:73:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 73 | DECLARE_EVENT_CLASS(dwc3_log_ctrl, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc3/trace.c: In function 'trace_event_raw_event_dwc3_log_generic_cmd': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/dwc3/./trace.h:160:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 160 | DECLARE_EVENT_CLASS(dwc3_log_generic_cmd, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/gyro/fxas21002c_core.c: In function 'fxas21002c_mode_get': /kisskb/src/drivers/iio/gyro/fxas21002c_core.c:283:15: note: byref variable will be forcibly initialized 283 | unsigned int ready; | ^~~~~ /kisskb/src/drivers/iio/gyro/fxas21002c_core.c:282:15: note: byref variable will be forcibly initialized 282 | unsigned int active; | ^~~~~~ /kisskb/src/drivers/iio/gyro/fxas21002c_core.c: In function 'fxas21002c_odr_get': /kisskb/src/drivers/iio/gyro/fxas21002c_core.c:449:15: note: byref variable will be forcibly initialized 449 | unsigned int odr_bits; | ^~~~~~~~ /kisskb/src/drivers/iio/gyro/fxas21002c_core.c: In function 'fxas21002c_range_fs_from_value': /kisskb/src/drivers/iio/gyro/fxas21002c_core.c:236:15: note: byref variable will be forcibly initialized 236 | unsigned int fs_double; | ^~~~~~~~~ /kisskb/src/drivers/iio/gyro/fxas21002c_core.c: In function 'fxas21002c_scale_get': /kisskb/src/drivers/iio/gyro/fxas21002c_core.c:555:6: note: byref variable will be forcibly initialized 555 | int fs_bits; | ^~~~~~~ /kisskb/src/drivers/iio/gyro/fxas21002c_core.c: In function 'fxas21002c_lpf_get': /kisskb/src/drivers/iio/gyro/fxas21002c_core.c:480:15: note: byref variable will be forcibly initialized 480 | unsigned int bw_bits; | ^~~~~~~ /kisskb/src/drivers/iio/gyro/fxas21002c_core.c: In function 'fxas21002c_hpf_get': /kisskb/src/drivers/iio/gyro/fxas21002c_core.c:524:15: note: byref variable will be forcibly initialized 524 | unsigned int sel_bits; | ^~~~~~~~ /kisskb/src/drivers/usb/serial/iuu_phoenix.c: In function 'read_immediate': /kisskb/src/drivers/usb/serial/iuu_phoenix.c:292:6: note: byref variable will be forcibly initialized 292 | int actual = 0; | ^~~~~~ In file included from /kisskb/src/drivers/usb/dwc3/trace.h:20, from /kisskb/src/drivers/usb/dwc3/trace.c:11: /kisskb/src/drivers/usb/dwc3/trace.c: In function 'dwc3_decode_event': /kisskb/src/drivers/usb/dwc3/debug.h:374:19: note: byref variable will be forcibly initialized 374 | union dwc3_event evt; | ^~~ /kisskb/src/drivers/iio/gyro/fxas21002c_core.c: In function 'fxas21002c_lpf_set': /kisskb/src/drivers/iio/gyro/fxas21002c_core.c:501:6: note: byref variable will be forcibly initialized 501 | int odr; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/usb/dwc3/trace.h:349, from /kisskb/src/drivers/usb/dwc3/trace.c:11: /kisskb/src/drivers/usb/dwc3/trace.c: In function 'trace_event_raw_event_dwc3_log_request': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/dwc3/./trace.h:103:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 103 | DECLARE_EVENT_CLASS(dwc3_log_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc3/./trace.h:103:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 103 | DECLARE_EVENT_CLASS(dwc3_log_request, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/gyro/fxas21002c_core.c: In function 'fxas21002c_chip_init': /kisskb/src/drivers/iio/gyro/fxas21002c_core.c:752:15: note: byref variable will be forcibly initialized 752 | unsigned int chip_id; | ^~~~~~~ /kisskb/src/drivers/usb/dwc3/trace.c: In function 'trace_event_raw_event_dwc3_log_gadget_ep_cmd': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/dwc3/./trace.h:185:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 185 | DECLARE_EVENT_CLASS(dwc3_log_gadget_ep_cmd, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc3/./trace.h:185:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 185 | DECLARE_EVENT_CLASS(dwc3_log_gadget_ep_cmd, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/serial/iuu_phoenix.c: In function 'iuu_open': /kisskb/src/drivers/usb/serial/iuu_phoenix.c:963:6: note: byref variable will be forcibly initialized 963 | u32 actual; | ^~~~~~ /kisskb/src/drivers/iio/gyro/fxas21002c_core.c: In function 'fxas21002c_temp_get': /kisskb/src/drivers/iio/gyro/fxas21002c_core.c:384:15: note: byref variable will be forcibly initialized 384 | unsigned int temp; | ^~~~ /kisskb/src/drivers/usb/dwc3/trace.c: In function 'trace_event_raw_event_dwc3_log_trb': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/dwc3/./trace.h:219:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 219 | DECLARE_EVENT_CLASS(dwc3_log_trb, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc3/./trace.h:219:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 219 | DECLARE_EVENT_CLASS(dwc3_log_trb, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/gyro/fxas21002c_core.c: In function 'fxas21002c_axis_get': /kisskb/src/drivers/iio/gyro/fxas21002c_core.c:417:9: note: byref variable will be forcibly initialized 417 | __be16 axis_be; | ^~~~~~~ /kisskb/src/drivers/usb/dwc3/trace.c: In function 'trace_event_raw_event_dwc3_log_ep': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/dwc3/./trace.h:290:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 290 | DECLARE_EVENT_CLASS(dwc3_log_ep, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc3/./trace.h:290:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 290 | DECLARE_EVENT_CLASS(dwc3_log_ep, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/serial/iuu_phoenix.c: In function 'vcc_mode_store': /kisskb/src/drivers/usb/serial/iuu_phoenix.c:1121:16: note: byref variable will be forcibly initialized 1121 | unsigned long v; | ^ /kisskb/src/drivers/iio/gyro/fxas21002c_core.c: In function 'fxas21002c_data_rdy_thread': /kisskb/src/drivers/iio/gyro/fxas21002c_core.c:806:15: note: byref variable will be forcibly initialized 806 | unsigned int data_ready; | ^~~~~~~~~~ /kisskb/src/drivers/iio/humidity/dht11.c: In function 'dht11_decode': /kisskb/src/drivers/iio/humidity/dht11.c:125:7: note: byref variable will be forcibly initialized 125 | char bits[DHT11_BITS_PER_READ]; | ^~~~ /kisskb/src/drivers/iio/health/max30100.c: In function 'max30100_fifo_count': /kisskb/src/drivers/iio/health/max30100.c:199:15: note: byref variable will be forcibly initialized 199 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/health/max30100.c: In function 'max30100_read_temp': /kisskb/src/drivers/iio/health/max30100.c:344:15: note: byref variable will be forcibly initialized 344 | unsigned int reg; | ^~~ /kisskb/src/drivers/iio/health/max30100.c: In function 'max30100_led_init': /kisskb/src/drivers/iio/health/max30100.c:271:6: note: byref variable will be forcibly initialized 271 | int reg, ret; | ^~~ /kisskb/src/drivers/iio/health/max30100.c:270:15: note: byref variable will be forcibly initialized 270 | unsigned int val[2]; | ^~~ In file included from /kisskb/src/include/linux/device.h:29, from /kisskb/src/include/linux/dma-mapping.h:7, from /kisskb/src/arch/powerpc/include/asm/machdep.h:8, from /kisskb/src/arch/powerpc/include/asm/archrandom.h:7, from /kisskb/src/include/linux/random.h:121, from /kisskb/src/include/linux/net.h:18, from /kisskb/src/include/linux/atmdev.h:9, from /kisskb/src/drivers/usb/atm/usbatm.h:14, from /kisskb/src/drivers/usb/atm/usbatm.c:51: /kisskb/src/drivers/usb/atm/usbatm.c: In function '__ab_c_size': /kisskb/src/include/linux/overflow.h:64:12: note: byref variable will be forcibly initialized 64 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:63:12: note: byref variable will be forcibly initialized 63 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:175:6: note: in expansion of macro 'check_add_overflow' 175 | if (check_add_overflow(bytes, c, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:173:6: note: in expansion of macro 'check_mul_overflow' 173 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:171:9: note: byref variable will be forcibly initialized 171 | size_t bytes; | ^~~~~ /kisskb/src/drivers/iio/health/afe4404.c: In function 'afe440x_store_register': /kisskb/src/drivers/iio/health/afe4404.c:198:20: note: byref variable will be forcibly initialized 198 | int val, integer, fract, ret; | ^~~~~ /kisskb/src/drivers/iio/health/afe4404.c:198:11: note: byref variable will be forcibly initialized 198 | int val, integer, fract, ret; | ^~~~~~~ /kisskb/src/drivers/iio/health/afe4404.c: In function 'afe440x_show_register': /kisskb/src/drivers/iio/health/afe4404.c:175:6: note: byref variable will be forcibly initialized 175 | int vals[2]; | ^~~~ /kisskb/src/drivers/iio/health/afe4404.c:174:15: note: byref variable will be forcibly initialized 174 | unsigned int reg_val; | ^~~~~~~ /kisskb/src/drivers/usb/atm/ueagle-atm.c: In function 'uea_getesi': /kisskb/src/drivers/usb/atm/ueagle-atm.c:2417:16: note: byref variable will be forcibly initialized 2417 | unsigned char mac_str[2 * ETH_ALEN + 1]; | ^~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/usb/atm/ueagle-atm.c:15: /kisskb/src/drivers/usb/atm/ueagle-atm.c: In function 'uea_heavy': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/atm/ueagle-atm.c:2443:2: note: in expansion of macro 'wait_event_interruptible' 2443 | wait_event_interruptible(sc->sync_q, IS_OPERATIONAL(sc)); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/atm/ueagle-atm.c: In function 'wait_cmv_ack': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/atm/ueagle-atm.c:549:11: note: in expansion of macro 'wait_event_interruptible_timeout' 549 | int _r = wait_event_interruptible_timeout(sc->sync_q, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/atm/ueagle-atm.c:1085:12: note: in expansion of macro 'uea_wait' 1085 | int ret = uea_wait(sc, sc->cmv_ack , ACK_TIMEOUT); | ^~~~~~~~ /kisskb/src/drivers/iio/health/max30102.c: In function 'max30102_fifo_count': /kisskb/src/drivers/iio/health/max30102.c:242:15: note: byref variable will be forcibly initialized 242 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/health/max30102.c: In function 'max30102_read_temp': /kisskb/src/drivers/iio/health/max30102.c:423:15: note: byref variable will be forcibly initialized 423 | unsigned int reg; | ^~~ /kisskb/src/drivers/usb/atm/ueagle-atm.c: In function 'uea_start_reset': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/atm/ueagle-atm.c:549:11: note: in expansion of macro 'wait_event_interruptible_timeout' 549 | int _r = wait_event_interruptible_timeout(sc->sync_q, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/atm/ueagle-atm.c:1844:8: note: in expansion of macro 'uea_wait' 1844 | ret = uea_wait(sc, 0, msecs_to_jiffies(1000)); | ^~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/atm/ueagle-atm.c:549:11: note: in expansion of macro 'wait_event_interruptible_timeout' 549 | int _r = wait_event_interruptible_timeout(sc->sync_q, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/atm/ueagle-atm.c:1830:8: note: in expansion of macro 'uea_wait' 1830 | ret = uea_wait(sc, 0, msecs_to_jiffies(100)); | ^~~~~~~~ /kisskb/src/drivers/usb/atm/ueagle-atm.c:1804:6: note: byref variable will be forcibly initialized 1804 | u16 zero = 0; /* ;-) */ | ^~~~ /kisskb/src/drivers/usb/atm/ueagle-atm.c: In function 'uea_cmv_e1': /kisskb/src/drivers/usb/atm/ueagle-atm.c:1136:16: note: byref variable will be forcibly initialized 1136 | struct cmv_e1 cmv; | ^~~ /kisskb/src/drivers/iio/health/max30102.c: In function 'max30102_led_init': /kisskb/src/drivers/iio/health/max30102.c:326:15: note: byref variable will be forcibly initialized 326 | unsigned int val; | ^~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/usb/atm/ueagle-atm.c:15: /kisskb/src/drivers/usb/atm/ueagle-atm.c: In function 'uea_kthread': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/atm/ueagle-atm.c:549:11: note: in expansion of macro 'wait_event_interruptible_timeout' 549 | int _r = wait_event_interruptible_timeout(sc->sync_q, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/atm/ueagle-atm.c:1898:4: note: in expansion of macro 'uea_wait' 1898 | uea_wait(sc, 0, msecs_to_jiffies(1000)); | ^~~~~~~~ /kisskb/src/drivers/iio/health/max30102.c: In function 'max30102_probe': /kisskb/src/drivers/iio/health/max30102.c:511:15: note: byref variable will be forcibly initialized 511 | unsigned int reg; | ^~~ /kisskb/src/drivers/usb/atm/ueagle-atm.c: In function 'load_XILINX_firmware': /kisskb/src/drivers/usb/atm/ueagle-atm.c:1911:5: note: byref variable will be forcibly initialized 1911 | u8 value; | ^~~~~ /kisskb/src/drivers/usb/atm/ueagle-atm.c:1908:25: note: byref variable will be forcibly initialized 1908 | const struct firmware *fw_entry; | ^~~~~~~~ /kisskb/src/drivers/usb/atm/ueagle-atm.c: In function 'uea_idma_write': /kisskb/src/drivers/usb/atm/ueagle-atm.c:825:6: note: byref variable will be forcibly initialized 825 | int bytes_read; | ^~~~~~~~~~ /kisskb/src/drivers/usb/atm/ueagle-atm.c: In function 'uea_load_page_e1': /kisskb/src/drivers/usb/atm/ueagle-atm.c:903:23: note: byref variable will be forcibly initialized 903 | struct block_info_e1 bi; | ^~ /kisskb/src/drivers/usb/atm/ueagle-atm.c: In function 'uea_upload_pre_firmware': /kisskb/src/drivers/usb/atm/ueagle-atm.c:604:5: note: byref variable will be forcibly initialized 604 | u8 value; | ^~~~~ /kisskb/src/drivers/usb/atm/ueagle-atm.c: In function 'cmvs_file_name': /kisskb/src/drivers/usb/atm/ueagle-atm.c:1556:7: note: byref variable will be forcibly initialized 1556 | char file_arr[] = "CMVxy.bin"; | ^~~~~~~~ /kisskb/src/drivers/usb/atm/ueagle-atm.c: In function 'request_cmvs_old': /kisskb/src/drivers/usb/atm/ueagle-atm.c:1586:7: note: byref variable will be forcibly initialized 1586 | char cmv_name[UEA_FW_NAME_MAX]; /* 30 bytes stack variable */ | ^~~~~~~~ /kisskb/src/drivers/usb/atm/ueagle-atm.c: In function 'request_cmvs': /kisskb/src/drivers/usb/atm/ueagle-atm.c:1620:7: note: byref variable will be forcibly initialized 1620 | char cmv_name[UEA_FW_NAME_MAX]; /* 30 bytes stack variable */ | ^~~~~~~~ /kisskb/src/drivers/usb/atm/ueagle-atm.c: In function 'uea_send_cmvs_e1': /kisskb/src/drivers/usb/atm/ueagle-atm.c:1680:6: note: byref variable will be forcibly initialized 1680 | int ver = 1; /* we can handle v1 cmv firmware version; */ | ^~~ /kisskb/src/drivers/usb/atm/ueagle-atm.c:1679:25: note: byref variable will be forcibly initialized 1679 | const struct firmware *cmvs_fw; | ^~~~~~~ /kisskb/src/drivers/usb/atm/ueagle-atm.c:1678:8: note: byref variable will be forcibly initialized 1678 | void *cmvs_ptr; | ^~~~~~~~ /kisskb/src/drivers/usb/atm/ueagle-atm.c: In function 'uea_stat_e1': /kisskb/src/drivers/usb/atm/ueagle-atm.c:1294:6: note: byref variable will be forcibly initialized 1294 | u32 data; | ^~~~ /kisskb/src/drivers/usb/atm/ueagle-atm.c: In function '__uea_load_page_e4': /kisskb/src/drivers/usb/atm/ueagle-atm.c:977:23: note: byref variable will be forcibly initialized 977 | struct block_info_e4 bi; | ^~ /kisskb/src/drivers/usb/atm/ueagle-atm.c: In function 'uea_load_page_e4': /kisskb/src/drivers/usb/atm/ueagle-atm.c:1028:23: note: byref variable will be forcibly initialized 1028 | struct block_info_e4 bi; | ^~ /kisskb/src/drivers/usb/atm/ueagle-atm.c: In function 'uea_cmv_e4': /kisskb/src/drivers/usb/atm/ueagle-atm.c:1174:16: note: byref variable will be forcibly initialized 1174 | struct cmv_e4 cmv; | ^~~ /kisskb/src/drivers/usb/atm/ueagle-atm.c: In function 'uea_stat_e4': /kisskb/src/drivers/usb/atm/ueagle-atm.c:1437:6: note: byref variable will be forcibly initialized 1437 | u32 tmp_arr[2]; | ^~~~~~~ /kisskb/src/drivers/usb/atm/ueagle-atm.c:1436:6: note: byref variable will be forcibly initialized 1436 | u32 data; | ^~~~ /kisskb/src/drivers/usb/atm/ueagle-atm.c: In function 'uea_send_cmvs_e4': /kisskb/src/drivers/usb/atm/ueagle-atm.c:1746:6: note: byref variable will be forcibly initialized 1746 | int ver = 2; /* we can only handle v2 cmv firmware version; */ | ^~~ /kisskb/src/drivers/usb/atm/ueagle-atm.c:1745:25: note: byref variable will be forcibly initialized 1745 | const struct firmware *cmvs_fw; | ^~~~~~~ /kisskb/src/drivers/usb/atm/ueagle-atm.c:1744:8: note: byref variable will be forcibly initialized 1744 | void *cmvs_ptr; | ^~~~~~~~ /kisskb/src/drivers/usb/serial/spcp8x5.c: In function 'spcp8x5_carrier_raised': /kisskb/src/drivers/usb/serial/spcp8x5.c:252:5: note: byref variable will be forcibly initialized 252 | u8 msr; | ^~~ /kisskb/src/drivers/usb/serial/spcp8x5.c: In function 'spcp8x5_tiocmget': /kisskb/src/drivers/usb/serial/spcp8x5.c:441:5: note: byref variable will be forcibly initialized 441 | u8 status; | ^~~~~~ /kisskb/src/drivers/usb/dwc3/host.c: In function 'dwc3_host_init': /kisskb/src/drivers/usb/dwc3/host.c:47:24: note: byref variable will be forcibly initialized 47 | struct property_entry props[4]; | ^~~~~ /kisskb/src/drivers/usb/chipidea/udc.c: In function 'isr_setup_packet_handler': /kisskb/src/drivers/usb/chipidea/udc.c:1145:25: note: byref variable will be forcibly initialized 1145 | struct usb_ctrlrequest req; | ^~~ /kisskb/src/drivers/iio/dac/dpot-dac.c: In function 'dpot_dac_channel_max_ohms': /kisskb/src/drivers/iio/dac/dpot-dac.c:139:6: note: byref variable will be forcibly initialized 139 | int max; | ^~~ /kisskb/src/drivers/iio/dac/dpot-dac.c:138:6: note: byref variable will be forcibly initialized 138 | int val2; | ^~~~ /kisskb/src/drivers/iio/dac/dpot-dac.c:137:6: note: byref variable will be forcibly initialized 137 | int val; | ^~~ /kisskb/src/drivers/iio/dac/dpot-dac.c: In function 'dpot_dac_probe': /kisskb/src/drivers/iio/dac/dpot-dac.c:170:21: note: byref variable will be forcibly initialized 170 | enum iio_chan_type type; | ^~~~ /kisskb/src/drivers/usb/serial/ssu100.c: In function 'ssu100_process_read_urb': /kisskb/src/drivers/usb/serial/ssu100.c:482:7: note: byref variable will be forcibly initialized 482 | char flag = TTY_NORMAL; | ^~~~ /kisskb/src/drivers/iio/imu/bmi160/bmi160_core.c: In function 'bmi160_get_scale': /kisskb/src/drivers/iio/imu/bmi160/bmi160_core.c:347:14: note: byref variable will be forcibly initialized 347 | int i, ret, val; | ^~~ /kisskb/src/drivers/iio/imu/bmi160/bmi160_core.c: In function 'bmi160_get_odr': /kisskb/src/drivers/iio/imu/bmi160/bmi160_core.c:404:9: note: byref variable will be forcibly initialized 404 | int i, val, ret; | ^~~ /kisskb/src/drivers/iio/imu/bmi160/bmi160_core.c: In function 'bmi160_write_conf_reg': /kisskb/src/drivers/iio/imu/bmi160/bmi160_core.c:544:15: note: byref variable will be forcibly initialized 544 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/imu/bmi160/bmi160_core.c: In function 'bmi160_get_data': /kisskb/src/drivers/iio/imu/bmi160/bmi160_core.c:367:9: note: byref variable will be forcibly initialized 367 | __le16 sample; | ^~~~~~ /kisskb/src/drivers/iio/imu/bmi160/bmi160_core.c: In function 'bmi160_trigger_handler': /kisskb/src/drivers/iio/imu/bmi160/bmi160_core.c:431:9: note: byref variable will be forcibly initialized 431 | __le16 sample; | ^~~~~~ /kisskb/src/drivers/iio/imu/bmi160/bmi160_core.c: In function 'bmi160_chip_init': /kisskb/src/drivers/iio/imu/bmi160/bmi160_core.c:722:15: note: byref variable will be forcibly initialized 722 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/imu/bmi160/bmi160_core.c: In function 'bmi160_core_probe': /kisskb/src/drivers/iio/imu/bmi160/bmi160_core.c:834:22: note: byref variable will be forcibly initialized 834 | enum bmi160_int_pin int_pin; | ^~~~~~~ /kisskb/src/drivers/iio/dac/max517.c: In function 'max517_resume': /kisskb/src/drivers/iio/dac/max517.c:112:5: note: byref variable will be forcibly initialized 112 | u8 outbuf = 0; | ^~~~~~ /kisskb/src/drivers/iio/dac/max517.c: In function 'max517_suspend': /kisskb/src/drivers/iio/dac/max517.c:105:5: note: byref variable will be forcibly initialized 105 | u8 outbuf = COMMAND_PD; | ^~~~~~ /kisskb/src/drivers/iio/dac/max517.c: In function 'max517_set_value': /kisskb/src/drivers/iio/dac/max517.c:48:5: note: byref variable will be forcibly initialized 48 | u8 outbuf[2]; | ^~~~~~ /kisskb/src/drivers/usb/serial/upd78f0730.c: In function 'upd78f0730_tiocmset': /kisskb/src/drivers/usb/serial/upd78f0730.c:209:32: note: byref variable will be forcibly initialized 209 | struct upd78f0730_set_dtr_rts request; | ^~~~~~~ /kisskb/src/drivers/usb/serial/upd78f0730.c: In function 'upd78f0730_break_ctl': /kisskb/src/drivers/usb/serial/upd78f0730.c:245:32: note: byref variable will be forcibly initialized 245 | struct upd78f0730_set_dtr_rts request; | ^~~~~~~ /kisskb/src/drivers/usb/serial/upd78f0730.c: In function 'upd78f0730_set_termios': /kisskb/src/drivers/usb/serial/upd78f0730.c:303:33: note: byref variable will be forcibly initialized 303 | struct upd78f0730_line_control request; | ^~~~~~~ /kisskb/src/drivers/usb/serial/xr_serial.c: In function 'xr_tiocmget': /kisskb/src/drivers/usb/serial/xr_serial.c:439:6: note: byref variable will be forcibly initialized 439 | u16 status; | ^~~~~~ /kisskb/src/drivers/usb/serial/xr_serial.c: In function 'xr_set_flow_mode': /kisskb/src/drivers/usb/serial/xr_serial.c:630:12: note: byref variable will be forcibly initialized 630 | u16 flow, gpio_mode; | ^~~~~~~~~ /kisskb/src/drivers/usb/serial/xr_serial.c: In function 'xr_probe': /kisskb/src/drivers/usb/serial/xr_serial.c:866:31: note: byref variable will be forcibly initialized 866 | struct usb_cdc_parsed_header hdrs; | ^~~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/usb/chipidea/trace.h:92, from /kisskb/src/drivers/usb/chipidea/trace.c:11: /kisskb/src/drivers/usb/chipidea/trace.c: In function 'trace_event_raw_event_ci_log': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/chipidea/./trace.h:26:1: note: in expansion of macro 'TRACE_EVENT' 26 | TRACE_EVENT(ci_log, | ^~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:75:2: note: in expansion of macro 'DECLARE_EVENT_CLASS' 75 | DECLARE_EVENT_CLASS(name, \ | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/chipidea/./trace.h:26:1: note: in expansion of macro 'TRACE_EVENT' 26 | TRACE_EVENT(ci_log, | ^~~~~~~~~~~ /kisskb/src/drivers/usb/chipidea/trace.c: In function 'trace_event_raw_event_ci_log_trb': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/chipidea/./trace.h:40:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(ci_log_trb, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/include/trace/trace_events.h:725:56: note: byref variable will be forcibly initialized 725 | struct trace_event_data_offsets_##call __maybe_unused __data_offsets;\ | ^~~~~~~~~~~~~~ /kisskb/src/drivers/usb/chipidea/./trace.h:40:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 40 | DECLARE_EVENT_CLASS(ci_log_trb, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/chipidea/trace.c: In function 'ci_log': /kisskb/src/drivers/usb/chipidea/trace.c:16:10: note: byref variable will be forcibly initialized 16 | va_list args; | ^~~~ /kisskb/src/drivers/usb/chipidea/trace.c:15:19: note: byref variable will be forcibly initialized 15 | struct va_format vaf; | ^~~ /kisskb/src/drivers/usb/chipidea/host.c: In function 'ci_ehci_hub_control': /kisskb/src/drivers/usb/chipidea/host.c:248:8: note: byref variable will be forcibly initialized 248 | bool done = false; | ^~~~ /kisskb/src/drivers/usb/chipidea/host.c:246:16: note: byref variable will be forcibly initialized 246 | unsigned long flags; | ^~~~~ /kisskb/src/drivers/usb/chipidea/ci_hdrc_pci.c: In function 'ci_hdrc_pci_probe': /kisskb/src/drivers/usb/chipidea/ci_hdrc_pci.c:59:18: note: byref variable will be forcibly initialized 59 | struct resource res[3]; | ^~~ /kisskb/src/drivers/usb/chipidea/ci_hdrc_imx.c: In function 'usbmisc_get_init_data': /kisskb/src/drivers/usb/chipidea/ci_hdrc_imx.c:114:25: note: byref variable will be forcibly initialized 114 | struct of_phandle_args args; | ^~~~ /kisskb/src/drivers/iio/chemical/scd30_core.c: In function 'scd30_command_read': /kisskb/src/drivers/iio/chemical/scd30_core.c:58:9: note: byref variable will be forcibly initialized 58 | __be16 tmp; | ^~~ /kisskb/src/drivers/iio/light/adux1020.c: In function 'adux1020_read_thresh': /kisskb/src/drivers/iio/light/adux1020.c:598:15: note: byref variable will be forcibly initialized 598 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/iio/light/adux1020.c: In function 'adux1020_read_event_config': /kisskb/src/drivers/iio/light/adux1020.c:569:15: note: byref variable will be forcibly initialized 569 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/iio/light/adux1020.c: In function 'adux1020_interrupt_handler': /kisskb/src/drivers/iio/light/adux1020.c:704:11: note: byref variable will be forcibly initialized 704 | int ret, status; | ^~~~~~ /kisskb/src/drivers/iio/chemical/scd30_core.c: In function 'scd30_wait_meas_poll': /kisskb/src/drivers/iio/chemical/scd30_core.c:162:7: note: byref variable will be forcibly initialized 162 | u16 val; | ^~~ /kisskb/src/drivers/iio/light/adux1020.c: In function 'adux1020_read_fifo': /kisskb/src/drivers/iio/light/adux1020.c:254:15: note: byref variable will be forcibly initialized 254 | unsigned int regval; | ^~~~~~ /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/drivers/iio/light/adux1020.c: In function 'adux1020_measure': /kisskb/src/drivers/iio/light/adux1020.c:314:15: note: byref variable will be forcibly initialized 314 | unsigned int status; | ^~~~~~ /kisskb/src/drivers/iio/chemical/scd30_core.c: In function 'scd30_read_raw': /kisskb/src/drivers/iio/chemical/scd30_core.c:202:6: note: byref variable will be forcibly initialized 202 | u16 tmp; | ^~~ /kisskb/src/drivers/iio/light/adux1020.c: In function 'adux1020_read_raw': /kisskb/src/drivers/iio/light/adux1020.c:368:15: note: byref variable will be forcibly initialized 368 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/iio/light/adux1020.c:366:6: note: byref variable will be forcibly initialized 366 | u16 buf[3]; | ^~~ /kisskb/src/drivers/iio/chemical/scd30_core.c: In function 'calibration_forced_value_store': /kisskb/src/drivers/iio/chemical/scd30_core.c:426:6: note: byref variable will be forcibly initialized 426 | u16 val; | ^~~ /kisskb/src/drivers/iio/chemical/scd30_core.c: In function 'calibration_forced_value_show': /kisskb/src/drivers/iio/chemical/scd30_core.c:411:6: note: byref variable will be forcibly initialized 411 | u16 val; | ^~~ /kisskb/src/drivers/iio/light/adux1020.c: In function 'adux1020_chip_init': /kisskb/src/drivers/iio/light/adux1020.c:738:15: note: byref variable will be forcibly initialized 738 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/chemical/scd30_core.c: In function 'calibration_auto_enable_show': /kisskb/src/drivers/iio/chemical/scd30_core.c:377:6: note: byref variable will be forcibly initialized 377 | u16 val; | ^~~ /kisskb/src/drivers/iio/chemical/scd30_core.c: In function 'calibration_auto_enable_store': /kisskb/src/drivers/iio/chemical/scd30_core.c:391:7: note: byref variable will be forcibly initialized 391 | bool val; | ^~~ /kisskb/src/drivers/iio/chemical/scd30_core.c: In function 'scd30_reset': /kisskb/src/drivers/iio/chemical/scd30_core.c:70:6: note: byref variable will be forcibly initialized 70 | u16 val; | ^~~ /kisskb/src/drivers/iio/chemical/scd30_core.c: In function 'scd30_probe': /kisskb/src/drivers/iio/chemical/scd30_core.c:682:6: note: byref variable will be forcibly initialized 682 | u16 val; | ^~~ /kisskb/src/drivers/iio/chemical/scd30_i2c.c: In function 'scd30_i2c_command': /kisskb/src/drivers/iio/chemical/scd30_i2c.c:69:7: note: byref variable will be forcibly initialized 69 | char buf[SCD30_I2C_MAX_BUF_SIZE]; | ^~~ /kisskb/src/drivers/iio/light/bh1750.c: In function 'bh1750_read': /kisskb/src/drivers/iio/light/bh1750.c:108:9: note: byref variable will be forcibly initialized 108 | __be16 result; | ^~~~~~ /kisskb/src/drivers/usb/dwc3/debugfs.c: In function 'dwc3_lsp_write': /kisskb/src/drivers/usb/dwc3/debugfs.c:363:8: note: byref variable will be forcibly initialized 363 | u32 sel; | ^~~ /kisskb/src/drivers/usb/dwc3/debugfs.c:362:9: note: byref variable will be forcibly initialized 362 | char buf[32] = { 0 }; | ^~~ In file included from /kisskb/src/include/trace/define_trace.h:102, from /kisskb/src/drivers/usb/gadget/udc/trace.h:289, from /kisskb/src/drivers/usb/gadget/udc/trace.c:10: /kisskb/src/drivers/usb/gadget/udc/trace.c: In function 'trace_event_raw_event_udc_log_gadget': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/gadget/udc/./trace.h:20:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 20 | DECLARE_EVENT_CLASS(udc_log_gadget, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/udc/trace.c: In function 'trace_event_raw_event_udc_log_ep': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/gadget/udc/./trace.h:139:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 139 | DECLARE_EVENT_CLASS(udc_log_ep, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/udc/trace.c: In function 'trace_event_raw_event_udc_log_req': /kisskb/src/include/trace/trace_events.h:726:28: note: byref variable will be forcibly initialized 726 | struct trace_event_buffer fbuffer; \ | ^~~~~~~ /kisskb/src/drivers/usb/gadget/udc/./trace.h:213:1: note: in expansion of macro 'DECLARE_EVENT_CLASS' 213 | DECLARE_EVENT_CLASS(udc_log_req, | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/gyro/bmg160_core.c: In function 'bmg160_get_axis': /kisskb/src/drivers/iio/gyro/bmg160_core.c:527:9: note: byref variable will be forcibly initialized 527 | __le16 raw_val; | ^~~~~~~ /kisskb/src/drivers/iio/dac/max5821.c: In function 'max5821_resume': /kisskb/src/drivers/iio/dac/max5821.c:282:5: note: byref variable will be forcibly initialized 282 | u8 outbuf[2] = { MAX5821_EXTENDED_COMMAND_MODE, | ^~~~~~ /kisskb/src/drivers/iio/dac/max5821.c: In function 'max5821_suspend': /kisskb/src/drivers/iio/dac/max5821.c:272:5: note: byref variable will be forcibly initialized 272 | u8 outbuf[2] = { MAX5821_EXTENDED_COMMAND_MODE, | ^~~~~~ /kisskb/src/drivers/iio/dac/max5821.c: In function 'max5821_set_value': /kisskb/src/drivers/iio/dac/max5821.c:215:5: note: byref variable will be forcibly initialized 215 | u8 outbuf[2]; | ^~~~~~ /kisskb/src/drivers/iio/dac/max5821.c: In function 'max5821_sync_powerdown_mode': /kisskb/src/drivers/iio/dac/max5821.c:93:5: note: byref variable will be forcibly initialized 93 | u8 outbuf[2]; | ^~~~~~ /kisskb/src/drivers/iio/dac/max5821.c: In function 'max5821_get_value': /kisskb/src/drivers/iio/dac/max5821.c:175:5: note: byref variable will be forcibly initialized 175 | u8 inbuf[2]; | ^~~~~ /kisskb/src/drivers/iio/dac/max5821.c:174:5: note: byref variable will be forcibly initialized 174 | u8 outbuf[1]; | ^~~~~~ /kisskb/src/drivers/iio/gyro/bmg160_core.c: In function 'bmg160_get_temp': /kisskb/src/drivers/iio/gyro/bmg160_core.c:497:15: note: byref variable will be forcibly initialized 497 | unsigned int raw_val; | ^~~~~~~ /kisskb/src/drivers/iio/gyro/bmg160_core.c: In function 'bmg160_get_filter': /kisskb/src/drivers/iio/gyro/bmg160_core.c:192:15: note: byref variable will be forcibly initialized 192 | unsigned int bw_bits; | ^~~~~~~ /kisskb/src/drivers/iio/dac/max5821.c: In function 'max5821_write_dac_powerdown': /kisskb/src/drivers/iio/dac/max5821.c:116:7: note: byref variable will be forcibly initialized 116 | bool powerdown; | ^~~~~~~~~ /kisskb/src/drivers/iio/gyro/bmg160_core.c: In function 'bmg160_get_bw': /kisskb/src/drivers/iio/gyro/bmg160_core.c:450:15: note: byref variable will be forcibly initialized 450 | unsigned int bw_bits; | ^~~~~~~ /kisskb/src/drivers/iio/imu/inv_mpu6050/inv_mpu_ring.c: In function 'inv_mpu6050_read_fifo': /kisskb/src/drivers/iio/imu/inv_mpu6050/inv_mpu_ring.c:125:6: note: byref variable will be forcibly initialized 125 | int int_status; | ^~~~~~~~~~ /kisskb/src/drivers/iio/gyro/bmg160_core.c: In function 'bmg160_event_handler': /kisskb/src/drivers/iio/gyro/bmg160_core.c:976:15: note: byref variable will be forcibly initialized 976 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/gyro/bmg160_core.c: In function 'bmg160_chip_init': /kisskb/src/drivers/iio/gyro/bmg160_core.c:239:15: note: byref variable will be forcibly initialized 239 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/imu/inv_mpu6050/inv_mpu_core.c: In function 'inv_mpu6050_sensor_set': /kisskb/src/drivers/iio/imu/inv_mpu6050/inv_mpu_core.c:548:9: note: byref variable will be forcibly initialized 548 | __be16 d = cpu_to_be16(val); | ^ /kisskb/src/drivers/iio/imu/inv_mpu6050/inv_mpu_core.c: In function 'inv_mpu6050_sensor_show': /kisskb/src/drivers/iio/imu/inv_mpu6050/inv_mpu_core.c:562:9: note: byref variable will be forcibly initialized 562 | __be16 d; | ^ /kisskb/src/drivers/iio/imu/inv_mpu6050/inv_mpu_core.c: In function 'inv_mpu6050_fifo_rate_store': /kisskb/src/drivers/iio/imu/inv_mpu6050/inv_mpu_core.c:920:6: note: byref variable will be forcibly initialized 920 | int fifo_rate; | ^~~~~~~~~ /kisskb/src/drivers/iio/imu/inv_mpu6050/inv_mpu_core.c: In function 'inv_check_and_setup_chip': /kisskb/src/drivers/iio/imu/inv_mpu6050/inv_mpu_core.c:1308:15: note: byref variable will be forcibly initialized 1308 | unsigned int regval, mask; | ^~~~~~ /kisskb/src/drivers/iio/dac/ti-dac5571.c: In function 'dac5571_write_powerdown': /kisskb/src/drivers/iio/dac/ti-dac5571.c:178:7: note: byref variable will be forcibly initialized 178 | bool powerdown; | ^~~~~~~~~ /kisskb/src/drivers/iio/humidity/hts221_core.c: In function 'hts221_check_whoami': /kisskb/src/drivers/iio/humidity/hts221_core.c:129:11: note: byref variable will be forcibly initialized 129 | int err, data; | ^~~~ /kisskb/src/drivers/iio/humidity/hts221_core.c: In function 'hts221_parse_rh_caldata': /kisskb/src/drivers/iio/humidity/hts221_core.c:305:9: note: byref variable will be forcibly initialized 305 | __le16 val; | ^~~ /kisskb/src/drivers/iio/humidity/hts221_core.c:303:27: note: byref variable will be forcibly initialized 303 | int err, *slope, *b_gen, data; | ^~~~ /kisskb/src/drivers/iio/humidity/hts221_core.c: In function 'hts221_parse_temp_caldata': /kisskb/src/drivers/iio/humidity/hts221_core.c:262:9: note: byref variable will be forcibly initialized 262 | __le16 val; | ^~~ /kisskb/src/drivers/iio/humidity/hts221_core.c:260:33: note: byref variable will be forcibly initialized 260 | int err, *slope, *b_gen, cal0, cal1; | ^~~~ /kisskb/src/drivers/iio/humidity/hts221_core.c:260:27: note: byref variable will be forcibly initialized 260 | int err, *slope, *b_gen, cal0, cal1; | ^~~~ /kisskb/src/drivers/iio/humidity/hts221_core.c: In function 'hts221_read_oneshot': /kisskb/src/drivers/iio/humidity/hts221_core.c:400:9: note: byref variable will be forcibly initialized 400 | __le16 data; | ^~~~ /kisskb/src/drivers/iio/humidity/hts221_buffer.c: In function 'hts221_trigger_handler_thread': /kisskb/src/drivers/iio/humidity/hts221_buffer.c:55:11: note: byref variable will be forcibly initialized 55 | int err, status; | ^~~~~~ /kisskb/src/drivers/iio/imu/inv_mpu6050/inv_mpu_aux.c: In function 'inv_mpu_aux_read': /kisskb/src/drivers/iio/imu/inv_mpu6050/inv_mpu_aux.c:107:15: note: byref variable will be forcibly initialized 107 | unsigned int status; | ^~~~~~ /kisskb/src/drivers/iio/imu/inv_mpu6050/inv_mpu_aux.c: In function 'inv_mpu_aux_write': /kisskb/src/drivers/iio/imu/inv_mpu6050/inv_mpu_aux.c:164:15: note: byref variable will be forcibly initialized 164 | unsigned int status; | ^~~~~~ /kisskb/src/drivers/iio/humidity/htu21.c: In function 'htu21_probe': /kisskb/src/drivers/iio/humidity/htu21.c:186:6: note: byref variable will be forcibly initialized 186 | u64 serial_number; | ^~~~~~~~~~~~~ /kisskb/src/drivers/iio/humidity/htu21.c: In function 'htu21_read_raw': /kisskb/src/drivers/iio/humidity/htu21.c:44:15: note: byref variable will be forcibly initialized 44 | unsigned int humidity; | ^~~~~~~~ /kisskb/src/drivers/iio/humidity/htu21.c:43:11: note: byref variable will be forcibly initialized 43 | int ret, temperature; | ^~~~~~~~~~~ /kisskb/src/drivers/iio/imu/inv_mpu6050/inv_mpu_magn.c: In function 'inv_magn_init': /kisskb/src/drivers/iio/imu/inv_mpu6050/inv_mpu_magn.c:63:10: note: byref variable will be forcibly initialized 63 | uint8_t asa[3]; | ^~~ /kisskb/src/drivers/iio/imu/inv_mpu6050/inv_mpu_magn.c:62:10: note: byref variable will be forcibly initialized 62 | uint8_t val; | ^~~ /kisskb/src/drivers/iio/imu/inv_mpu6050/inv_mpu_magn.c: In function 'inv_mpu_magn_read': /kisskb/src/drivers/iio/imu/inv_mpu6050/inv_mpu_magn.c:325:9: note: byref variable will be forcibly initialized 325 | __be16 data; | ^~~~ /kisskb/src/drivers/iio/imu/inv_mpu6050/inv_mpu_magn.c:324:15: note: byref variable will be forcibly initialized 324 | unsigned int status; | ^~~~~~ /kisskb/src/drivers/iio/chemical/scd30_serial.c: In function 'scd30_serdev_command': /kisskb/src/drivers/iio/chemical/scd30_serial.c:109:7: note: byref variable will be forcibly initialized 109 | rxbuf[SCD30_SERDEV_MAX_BUF_SIZE]; | ^~~~~ /kisskb/src/drivers/iio/chemical/scd30_serial.c:108:7: note: byref variable will be forcibly initialized 108 | char txbuf[SCD30_SERDEV_MAX_BUF_SIZE] = { SCD30_SERDEV_ADDR }, | ^~~~~ /kisskb/src/drivers/iio/chemical/sps30.c: In function 'sps30_read_raw': /kisskb/src/drivers/iio/chemical/sps30.c:133:6: note: byref variable will be forcibly initialized 133 | int data[4], ret = -EINVAL; | ^~~~ /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/iio/chemical/scd4x.c: In function 'scd4x_send_command': /kisskb/src/drivers/iio/chemical/scd4x.c:96:7: note: byref variable will be forcibly initialized 96 | char buf[SCD4X_COMMAND_BUF_SIZE]; | ^~~ /kisskb/src/drivers/iio/chemical/sps30.c: In function 'start_cleaning_store': /kisskb/src/drivers/iio/chemical/sps30.c:195:6: note: byref variable will be forcibly initialized 195 | int val, ret; | ^~~ /kisskb/src/drivers/iio/chemical/sps30.c: In function 'cleaning_period_store': /kisskb/src/drivers/iio/chemical/sps30.c:232:6: note: byref variable will be forcibly initialized 232 | int val, ret; | ^~~ /kisskb/src/drivers/iio/chemical/scd4x.c: In function 'scd4x_read': /kisskb/src/drivers/iio/chemical/scd4x.c:131:7: note: byref variable will be forcibly initialized 131 | char buf[SCD4X_READ_BUF_SIZE]; | ^~~ /kisskb/src/drivers/iio/chemical/sps30.c: In function 'cleaning_period_show': /kisskb/src/drivers/iio/chemical/sps30.c:215:9: note: byref variable will be forcibly initialized 215 | __be32 val; | ^~~ /kisskb/src/drivers/iio/chemical/scd4x.c: In function 'scd4x_wait_meas_poll': /kisskb/src/drivers/iio/chemical/scd4x.c:285:10: note: byref variable will be forcibly initialized 285 | __be16 bval; | ^~~~ /kisskb/src/drivers/iio/chemical/scd4x.c: In function 'scd4x_read_meas': /kisskb/src/drivers/iio/chemical/scd4x.c:266:9: note: byref variable will be forcibly initialized 266 | __be16 buf[3]; | ^~~ /kisskb/src/drivers/iio/chemical/scd4x.c: In function 'scd4x_read_channel': /kisskb/src/drivers/iio/chemical/scd4x.c:322:11: note: byref variable will be forcibly initialized 322 | uint16_t buf[3]; | ^~~ /kisskb/src/drivers/iio/chemical/scd4x.c: In function 'scd4x_write': /kisskb/src/drivers/iio/chemical/scd4x.c:180:7: note: byref variable will be forcibly initialized 180 | char buf[SCD4X_WRITE_BUF_SIZE]; | ^~~ /kisskb/src/drivers/iio/chemical/scd4x.c: In function 'scd4x_write_and_fetch': /kisskb/src/drivers/iio/chemical/scd4x.c:216:7: note: byref variable will be forcibly initialized 216 | char buf[SCD4X_READ_BUF_SIZE]; | ^~~ /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/scd4x.c: In function 'scd4x_read_raw': /kisskb/src/drivers/iio/chemical/scd4x.c:337:9: note: byref variable will be forcibly initialized 337 | __be16 tmp; | ^~~ /kisskb/src/drivers/iio/chemical/scd4x.c: In function 'calibration_forced_value_store': /kisskb/src/drivers/iio/chemical/scd4x.c:460:16: note: byref variable will be forcibly initialized 460 | uint16_t val, arg; | ^~~ /kisskb/src/drivers/iio/chemical/scd4x.c:460:11: note: byref variable will be forcibly initialized 460 | uint16_t val, arg; | ^~~ /kisskb/src/drivers/iio/chemical/scd4x.c: In function 'calibration_auto_enable_store': /kisskb/src/drivers/iio/chemical/scd4x.c:435:7: note: byref variable will be forcibly initialized 435 | bool val; | ^~~ /kisskb/src/drivers/iio/chemical/scd4x.c: In function 'calibration_auto_enable_show': /kisskb/src/drivers/iio/chemical/scd4x.c:413:9: note: byref variable will be forcibly initialized 413 | __be16 bval; | ^~~~ /kisskb/src/drivers/iio/chemical/sps30_i2c.c: In function 'sps30_i2c_command': /kisskb/src/drivers/iio/chemical/sps30_i2c.c:79:16: note: byref variable will be forcibly initialized 79 | unsigned char buf[SPS30_I2C_MAX_BUF_SIZE]; | ^~~ /kisskb/src/drivers/iio/chemical/sps30_i2c.c: In function 'sps30_i2c_show_info': /kisskb/src/drivers/iio/chemical/sps30_i2c.c:195:16: note: byref variable will be forcibly initialized 195 | unsigned char buf[32 + 1] = { 0x00 }; | ^~~ /kisskb/src/drivers/iio/chemical/sps30_i2c.c: In function 'sps30_i2c_meas_ready': /kisskb/src/drivers/iio/chemical/sps30_i2c.c:155:16: note: byref variable will be forcibly initialized 155 | unsigned char buf[2]; | ^~~ /kisskb/src/drivers/iio/chemical/sps30_i2c.c: In function 'sps30_i2c_start_meas': /kisskb/src/drivers/iio/chemical/sps30_i2c.c:126:16: note: byref variable will be forcibly initialized 126 | unsigned char buf[] = { 0x03, 0x00 }; | ^~~ /kisskb/src/drivers/iio/gyro/itg3200_core.c: In function 'itg3200_read_reg_s16': /kisskb/src/drivers/iio/gyro/itg3200_core.c:60:17: note: byref variable will be forcibly initialized 60 | struct i2c_msg msg[2] = { | ^~~ /kisskb/src/drivers/iio/gyro/itg3200_core.c:58:6: note: byref variable will be forcibly initialized 58 | s16 out; | ^~~ /kisskb/src/drivers/iio/gyro/itg3200_core.c: In function 'itg3200_enable_full_scale': /kisskb/src/drivers/iio/gyro/itg3200_core.c:202:5: note: byref variable will be forcibly initialized 202 | u8 val; | ^~~ /kisskb/src/drivers/iio/gyro/itg3200_core.c: In function 'itg3200_initial_setup': /kisskb/src/drivers/iio/gyro/itg3200_core.c:220:5: note: byref variable will be forcibly initialized 220 | u8 val; | ^~~ /kisskb/src/drivers/iio/gyro/itg3200_core.c: In function 'itg3200_write_raw': /kisskb/src/drivers/iio/gyro/itg3200_core.c:135:5: note: byref variable will be forcibly initialized 135 | u8 t; | ^ /kisskb/src/drivers/iio/gyro/itg3200_core.c: In function 'itg3200_read_raw': /kisskb/src/drivers/iio/gyro/itg3200_core.c:89:5: note: byref variable will be forcibly initialized 89 | u8 regval; | ^~~~~~ /kisskb/src/drivers/iio/gyro/itg3200_buffer.c: In function 'itg3200_read_all_channels': /kisskb/src/drivers/iio/gyro/itg3200_buffer.c:26:17: note: byref variable will be forcibly initialized 26 | struct i2c_msg msg[2] = { | ^~~ /kisskb/src/drivers/iio/gyro/itg3200_buffer.c:25:5: note: byref variable will be forcibly initialized 25 | u8 tx = 0x80 | ITG3200_REG_TEMP_OUT_H; | ^~ /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/iio/gyro/itg3200_buffer.c: In function 'itg3200_data_rdy_trigger_set_state': /kisskb/src/drivers/iio/gyro/itg3200_buffer.c:87:5: note: byref variable will be forcibly initialized 87 | u8 msc; | ^~~ /kisskb/src/drivers/iio/light/cm32181.c: In function 'cm32181_get_lux': /kisskb/src/drivers/iio/light/cm32181.c:311:6: note: byref variable will be forcibly initialized 311 | int als_it; | ^~~~~~ /kisskb/src/drivers/iio/light/isl29018.c: In function 'isl29018_chip_init': /kisskb/src/drivers/iio/light/isl29018.c:537:16: note: byref variable will be forcibly initialized 537 | unsigned int id; | ^~ /kisskb/src/drivers/iio/light/isl29018.c: In function 'isl29018_read_sensor_input': /kisskb/src/drivers/iio/light/isl29018.c:162:15: note: byref variable will be forcibly initialized 162 | unsigned int msb; | ^~~ /kisskb/src/drivers/iio/light/isl29018.c:161:15: note: byref variable will be forcibly initialized 161 | unsigned int lsb; | ^~~ /kisskb/src/drivers/iio/light/isl29018.c: In function 'proximity_on_chip_ambient_infrared_suppression_store': /kisskb/src/drivers/iio/light/isl29018.c:341:6: note: byref variable will be forcibly initialized 341 | int val; | ^~~ /kisskb/src/drivers/iio/light/gp2ap020a00f.c: In function 'gp2ap020a00f_set_operation_mode': /kisskb/src/drivers/iio/light/gp2ap020a00f.c:370:15: note: byref variable will be forcibly initialized 370 | unsigned int op_reg_val; | ^~~~~~~~~~ /kisskb/src/drivers/iio/light/gp2ap020a00f.c: In function 'gp2ap020a00f_write_event_threshold': /kisskb/src/drivers/iio/light/gp2ap020a00f.c:443:9: note: byref variable will be forcibly initialized 443 | __le16 thresh_buf = 0; | ^~~~~~~~~~ /kisskb/src/drivers/iio/light/gp2ap020a00f.c: In function 'gp2ap020a00f_prox_sensing_handler': /kisskb/src/drivers/iio/light/gp2ap020a00f.c:835:15: note: byref variable will be forcibly initialized 835 | unsigned int op_reg_val; | ^~~~~~~~~~ /kisskb/src/drivers/iio/light/gp2ap020a00f.c: In function 'gp2ap020a00f_thresh_event_handler': /kisskb/src/drivers/iio/light/gp2ap020a00f.c:871:27: note: byref variable will be forcibly initialized 871 | unsigned int output_val, op_reg_val; | ^~~~~~~~~~ /kisskb/src/drivers/iio/light/gp2ap020a00f.c:871:15: note: byref variable will be forcibly initialized 871 | unsigned int output_val, op_reg_val; | ^~~~~~~~~~ /kisskb/src/drivers/iio/light/gp2ap020a00f.c:870:19: note: byref variable will be forcibly initialized 870 | u8 op_reg_flags, d0_reg_buf[2]; | ^~~~~~~~~~ /kisskb/src/drivers/iio/light/gp2ap020a00f.c: In function 'gp2ap020a00f_trigger_handler': /kisskb/src/drivers/iio/light/gp2ap020a00f.c:967:9: note: byref variable will be forcibly initialized 967 | int i, out_val, ret; | ^~~~~~~ In file included from /kisskb/src/include/linux/wait_bit.h:8, from /kisskb/src/include/linux/fs.h:6, from /kisskb/src/include/linux/debugfs.h:15, from /kisskb/src/drivers/iio/light/gp2ap020a00f.c:34: /kisskb/src/drivers/iio/light/gp2ap020a00f.c: In function 'wait_conversion_complete_irq': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/light/gp2ap020a00f.c:689:8: note: in expansion of macro 'wait_event_timeout' 689 | ret = wait_event_timeout(data->data_ready_queue, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/light/gp2ap020a00f.c: In function 'gp2ap020a00f_read_output': /kisskb/src/drivers/iio/light/gp2ap020a00f.c:701:5: note: byref variable will be forcibly initialized 701 | u8 reg_buf[2]; | ^~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_acm.c: In function 'acm_notify_serial_state': /kisskb/src/drivers/usb/gadget/function/f_acm.c:537:11: note: byref variable will be forcibly initialized 537 | __le16 serial_state; | ^~~~~~~~~~~~ /kisskb/src/drivers/usb/dwc3/dwc3-haps.c: In function 'dwc3_haps_probe': /kisskb/src/drivers/usb/dwc3/dwc3-haps.c:45:19: note: byref variable will be forcibly initialized 45 | struct resource res[2]; | ^~~ /kisskb/src/drivers/iio/light/max44009.c: In function 'max44009_read_lux_raw': /kisskb/src/drivers/iio/light/max44009.c:204:17: note: byref variable will be forcibly initialized 204 | struct i2c_msg msgs[] = { | ^~~~ /kisskb/src/drivers/iio/light/max44009.c:202:5: note: byref variable will be forcibly initialized 202 | u8 hi = 0; | ^~ /kisskb/src/drivers/iio/light/max44009.c:201:5: note: byref variable will be forcibly initialized 201 | u8 lo = 0; | ^~ /kisskb/src/drivers/iio/light/max44009.c:200:5: note: byref variable will be forcibly initialized 200 | u8 loreg = MAX44009_REG_LUX_LO; | ^~~~~ /kisskb/src/drivers/iio/light/max44009.c:199:5: note: byref variable will be forcibly initialized 199 | u8 hireg = MAX44009_REG_LUX_HI; | ^~~~~ /kisskb/src/drivers/iio/light/noa1305.c: In function 'noa1305_measure': /kisskb/src/drivers/iio/light/noa1305.c:54:9: note: byref variable will be forcibly initialized 54 | __le16 data; | ^~~~ /kisskb/src/drivers/iio/light/noa1305.c: In function 'noa1305_scale': /kisskb/src/drivers/iio/light/noa1305.c:67:6: note: byref variable will be forcibly initialized 67 | int data; | ^~~~ /kisskb/src/drivers/iio/light/noa1305.c: In function 'noa1305_probe': /kisskb/src/drivers/iio/light/noa1305.c:203:9: note: byref variable will be forcibly initialized 203 | __le16 data; | ^~~~ /kisskb/src/drivers/iio/magnetometer/ak8975.c: In function 'ak8975_who_i_am': /kisskb/src/drivers/iio/magnetometer/ak8975.c:449:5: note: byref variable will be forcibly initialized 449 | u8 wia_val[2]; | ^~~~~~~ /kisskb/src/drivers/iio/magnetometer/ak8974.c: In function 'ak8974_set_u16_val': /kisskb/src/drivers/iio/magnetometer/ak8974.c:222:9: note: byref variable will be forcibly initialized 222 | __le16 bulk = cpu_to_le16(val); | ^~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/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:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/magnetometer/ak8975.c:666:8: note: in expansion of macro 'wait_event_timeout' 666 | ret = wait_event_timeout(data->data_ready_queue, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/magnetometer/ak8974.c: In function 'ak8974_drdy_irq_thread': /kisskb/src/drivers/iio/magnetometer/ak8974.c:407:15: note: byref variable will be forcibly initialized 407 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/magnetometer/ak8974.c: In function 'ak8974_trigmeas': /kisskb/src/drivers/iio/magnetometer/ak8974.c:302:15: note: byref variable will be forcibly initialized 302 | unsigned int clear; | ^~~~~ /kisskb/src/drivers/iio/magnetometer/ak8974.c: In function 'ak8974_get_u16_val': /kisskb/src/drivers/iio/magnetometer/ak8974.c:210:9: note: byref variable will be forcibly initialized 210 | __le16 bulk; | ^~~~ /kisskb/src/drivers/iio/magnetometer/ak8975.c: In function 'ak8975_fill_buffer': /kisskb/src/drivers/iio/magnetometer/ak8975.c:832:9: note: byref variable will be forcibly initialized 832 | __le16 fval[3]; | ^~~~ /kisskb/src/drivers/iio/magnetometer/ak8974.c: In function 'ak8974_await_drdy': /kisskb/src/drivers/iio/magnetometer/ak8974.c:339:15: note: byref variable will be forcibly initialized 339 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/magnetometer/ak8974.c: In function 'ak8974_getresult': /kisskb/src/drivers/iio/magnetometer/ak8974.c:369:15: note: byref variable will be forcibly initialized 369 | unsigned int src; | ^~~ /kisskb/src/drivers/iio/magnetometer/ak8975.c: In function 'ak8975_read_axis': /kisskb/src/drivers/iio/magnetometer/ak8975.c:719:9: note: byref variable will be forcibly initialized 719 | __le16 rval; | ^~~~ /kisskb/src/drivers/iio/magnetometer/ak8974.c: In function 'ak8974_measure_channel': /kisskb/src/drivers/iio/magnetometer/ak8974.c:567:9: note: byref variable will be forcibly initialized 567 | __le16 hw_values[3]; | ^~~~~~~~~ /kisskb/src/drivers/iio/magnetometer/ak8974.c: In function 'ak8974_detect': /kisskb/src/drivers/iio/magnetometer/ak8974.c:535:24: note: byref variable will be forcibly initialized 535 | __le16 fab_data1[9], fab_data2[3]; | ^~~~~~~~~ /kisskb/src/drivers/iio/magnetometer/ak8974.c:535:10: note: byref variable will be forcibly initialized 535 | __le16 fab_data1[9], fab_data2[3]; | ^~~~~~~~~ /kisskb/src/drivers/iio/magnetometer/ak8974.c:492:6: note: byref variable will be forcibly initialized 492 | u16 sn; | ^~ /kisskb/src/drivers/iio/magnetometer/ak8974.c:491:15: note: byref variable will be forcibly initialized 491 | unsigned int fw; | ^~ /kisskb/src/drivers/iio/magnetometer/ak8974.c:488:15: note: byref variable will be forcibly initialized 488 | unsigned int whoami; | ^~~~~~ /kisskb/src/drivers/iio/magnetometer/ak8974.c: In function 'ak8974_selftest': /kisskb/src/drivers/iio/magnetometer/ak8974.c:429:15: note: byref variable will be forcibly initialized 429 | unsigned int val; | ^~~ /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/iio/magnetometer/bmc150_magn.c:429:9: note: byref variable will be forcibly initialized 429 | __le16 values[AXIS_XYZR_MAX]; | ^~~~~~ /kisskb/src/drivers/iio/magnetometer/bmc150_magn.c: In function 'bmc150_magn_reset_intr': /kisskb/src/drivers/iio/magnetometer/bmc150_magn.c:776:6: note: byref variable will be forcibly initialized 776 | int tmp; | ^~~ /kisskb/src/drivers/iio/magnetometer/bmc150_magn.c: In function 'bmc150_magn_get_odr': /kisskb/src/drivers/iio/magnetometer/bmc150_magn.c:286:11: note: byref variable will be forcibly initialized 286 | int ret, reg_val; | ^~~~~~~ /kisskb/src/drivers/iio/magnetometer/bmc150_magn.c: In function 'bmc150_magn_set_max_odr': /kisskb/src/drivers/iio/magnetometer/bmc150_magn.c:328:11: note: byref variable will be forcibly initialized 328 | int ret, reg_val, max_odr; | ^~~~~~~ /kisskb/src/drivers/iio/magnetometer/bmc150_magn.c: In function 'bmc150_magn_read_raw': /kisskb/src/drivers/iio/magnetometer/bmc150_magn.c:462:6: note: byref variable will be forcibly initialized 462 | s32 values[AXIS_XYZ_MAX]; | ^~~~~~ /kisskb/src/drivers/iio/magnetometer/bmc150_magn.c:461:11: note: byref variable will be forcibly initialized 461 | int ret, tmp; | ^~~ /kisskb/src/drivers/iio/magnetometer/bmc150_magn.c: In function 'bmc150_magn_init': /kisskb/src/drivers/iio/magnetometer/bmc150_magn.c:694:11: note: byref variable will be forcibly initialized 694 | int ret, chip_id; | ^~~~~~~ /kisskb/src/drivers/usb/gadget/udc/net2280.c: In function 'handle_stat0_irqs': /kisskb/src/drivers/usb/gadget/udc/net2280.c:3114:5: note: byref variable will be forcibly initialized 3114 | } u; | ^ /kisskb/src/drivers/usb/gadget/udc/net2280.c: In function 'net2280_match_ep': /kisskb/src/drivers/usb/gadget/udc/net2280.c:1556:7: note: byref variable will be forcibly initialized 1556 | char name[8]; | ^~~~ /kisskb/src/drivers/iio/magnetometer/mmc35240.c: In function 'mmc35240_take_measurement': /kisskb/src/drivers/iio/magnetometer/mmc35240.c:264:15: note: byref variable will be forcibly initialized 264 | unsigned int reg_status; | ^~~~~~~~~~ /kisskb/src/drivers/iio/position/iqs624-pos.c: In function 'iqs624_pos_angle_get': /kisskb/src/drivers/iio/position/iqs624-pos.c:115:9: note: byref variable will be forcibly initialized 115 | __le16 val_buf; | ^~~~~~~ /kisskb/src/drivers/iio/position/iqs624-pos.c: In function 'iqs624_pos_write_event_config': /kisskb/src/drivers/iio/position/iqs624-pos.c:188:15: note: byref variable will be forcibly initialized 188 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/magnetometer/mmc35240.c: In function 'mmc35240_read_raw': /kisskb/src/drivers/iio/magnetometer/mmc35240.c:358:9: note: byref variable will be forcibly initialized 358 | __le16 buf[3]; | ^~~ /kisskb/src/drivers/iio/magnetometer/mmc35240.c:357:15: note: byref variable will be forcibly initialized 357 | unsigned int reg; | ^~~ /kisskb/src/drivers/iio/position/iqs624-pos.c: In function 'iqs624_pos_read_raw': /kisskb/src/drivers/iio/position/iqs624-pos.c:137:15: note: byref variable will be forcibly initialized 137 | unsigned int scale = 1; | ^~~~~ /kisskb/src/drivers/iio/magnetometer/mmc35240.c: In function 'mmc35240_init': /kisskb/src/drivers/iio/magnetometer/mmc35240.c:210:5: note: byref variable will be forcibly initialized 210 | u8 otp_data[6]; | ^~~~~~~~ /kisskb/src/drivers/iio/magnetometer/mmc35240.c:209:15: note: byref variable will be forcibly initialized 209 | unsigned int reg_id; | ^~~~~~ /kisskb/src/drivers/iio/magnetometer/mag3110.c: In function 'mag3110_read_raw': /kisskb/src/drivers/iio/magnetometer/mag3110.c:279:9: note: byref variable will be forcibly initialized 279 | __be16 buffer[3]; | ^~~~~~ /kisskb/src/drivers/iio/potentiometer/ad5110.c: In function 'store_eeprom_show': /kisskb/src/drivers/iio/potentiometer/ad5110.c:157:6: note: byref variable will be forcibly initialized 157 | int val = AD5110_WIPER_POS; | ^~~ /kisskb/src/drivers/iio/pressure/bmp280-core.c: In function 'bmp280_read_temp': /kisskb/src/drivers/iio/pressure/bmp280-core.c:339:9: note: byref variable will be forcibly initialized 339 | __be32 tmp = 0; | ^~~ /kisskb/src/drivers/iio/pressure/bmp280-core.c: In function 'bmp280_read_humid': /kisskb/src/drivers/iio/pressure/bmp280-core.c:403:9: note: byref variable will be forcibly initialized 403 | __be16 tmp; | ^~~ /kisskb/src/drivers/iio/pressure/bmp280-core.c: In function 'bmp280_read_press': /kisskb/src/drivers/iio/pressure/bmp280-core.c:372:9: note: byref variable will be forcibly initialized 372 | __be32 tmp = 0; | ^~~ /kisskb/src/drivers/iio/pressure/bmp280-core.c: In function 'bmp180_measure': /kisskb/src/drivers/iio/pressure/bmp280-core.c:693:15: note: byref variable will be forcibly initialized 693 | unsigned int ctrl; | ^~~~ /kisskb/src/drivers/iio/pressure/bmp280-core.c: In function 'bmp180_read_adc_press': /kisskb/src/drivers/iio/pressure/bmp280-core.c:832:9: note: byref variable will be forcibly initialized 832 | __be32 tmp = 0; | ^~~ /kisskb/src/drivers/iio/pressure/bmp280-core.c: In function 'bmp180_read_adc_temp': /kisskb/src/drivers/iio/pressure/bmp280-core.c:735:9: note: byref variable will be forcibly initialized 735 | __be16 tmp; | ^~~ /kisskb/src/drivers/iio/pressure/bmp280-core.c: In function 'bmp180_read_temp': /kisskb/src/drivers/iio/pressure/bmp280-core.c:809:6: note: byref variable will be forcibly initialized 809 | s32 adc_temp, comp_temp; | ^~~~~~~~ /kisskb/src/drivers/iio/pressure/bmp280-core.c: In function 'bmp180_read_press': /kisskb/src/drivers/iio/pressure/bmp280-core.c:887:6: note: byref variable will be forcibly initialized 887 | s32 adc_press; | ^~~~~~~~~ /kisskb/src/drivers/iio/proximity/mb1232.c: In function 'mb1232_read_distance': /kisskb/src/drivers/iio/proximity/mb1232.c:65:9: note: byref variable will be forcibly initialized 65 | __be16 buf; | ^~~ /kisskb/src/drivers/iio/pressure/bmp280-core.c: In function 'bmp180_read_calib': /kisskb/src/drivers/iio/pressure/bmp280-core.c:756:9: note: byref variable will be forcibly initialized 756 | __be16 buf[BMP180_REG_CALIB_COUNT / 2]; | ^~~ /kisskb/src/drivers/iio/pressure/bmp280-core.c: In function 'bmp280_read_calib': /kisskb/src/drivers/iio/pressure/bmp280-core.c:160:9: note: byref variable will be forcibly initialized 160 | __le16 p_buf[BMP280_COMP_PRESS_REG_COUNT / 2]; | ^~~~~ /kisskb/src/drivers/iio/pressure/bmp280-core.c:159:9: note: byref variable will be forcibly initialized 159 | __le16 t_buf[BMP280_COMP_TEMP_REG_COUNT / 2]; | ^~~~~ /kisskb/src/drivers/iio/pressure/bmp280-core.c:157:9: note: byref variable will be forcibly initialized 157 | __be16 b16; | ^~~ /kisskb/src/drivers/iio/pressure/bmp280-core.c:156:9: note: byref variable will be forcibly initialized 156 | __le16 l16; | ^~~ /kisskb/src/drivers/iio/pressure/bmp280-core.c:155:15: note: byref variable will be forcibly initialized 155 | unsigned int tmp; | ^~~ /kisskb/src/drivers/iio/pressure/bmp280-core.c: In function 'bmp280_common_probe': /kisskb/src/drivers/iio/pressure/bmp280-core.c:996:15: note: byref variable will be forcibly initialized 996 | unsigned int chip_id; | ^~~~~~~ /kisskb/src/drivers/iio/proximity/srf08.c: In function 'srf08_store_sensitivity': /kisskb/src/drivers/iio/proximity/srf08.c:388:15: note: byref variable will be forcibly initialized 388 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/proximity/srf08.c: In function 'srf08_store_range_mm': /kisskb/src/drivers/iio/proximity/srf08.c:298:15: note: byref variable will be forcibly initialized 298 | int integer, fract; | ^~~~~ /kisskb/src/drivers/iio/proximity/srf08.c:298:6: note: byref variable will be forcibly initialized 298 | int integer, fract; | ^~~~~~~ /kisskb/src/drivers/iio/light/st_uvis25_core.c: In function 'st_uvis25_check_whoami': /kisskb/src/drivers/iio/light/st_uvis25_core.c:56:11: note: byref variable will be forcibly initialized 56 | int err, data; | ^~~~ /kisskb/src/drivers/iio/light/st_uvis25_core.c: In function 'st_uvis25_buffer_handler_thread': /kisskb/src/drivers/iio/light/st_uvis25_core.c:237:15: note: byref variable will be forcibly initialized 237 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/light/st_uvis25_core.c: In function 'st_uvis25_trigger_handler_thread': /kisskb/src/drivers/iio/light/st_uvis25_core.c:155:11: note: byref variable will be forcibly initialized 155 | int err, status; | ^~~~~~ /kisskb/src/drivers/iio/temperature/tsys02d.c: In function 'tsys02d_probe': /kisskb/src/drivers/iio/temperature/tsys02d.c:130:6: note: byref variable will be forcibly initialized 130 | u64 serial_number; | ^~~~~~~~~~~~~ /kisskb/src/drivers/iio/temperature/tsys02d.c: In function 'tsys02d_read_raw': /kisskb/src/drivers/iio/temperature/tsys02d.c:34:6: note: byref variable will be forcibly initialized 34 | s32 temperature; | ^~~~~~~~~~~ /kisskb/src/drivers/iio/imu/kmx61.c: In function 'kmx61_set_odr': /kisskb/src/drivers/iio/imu/kmx61.c:419:5: note: byref variable will be forcibly initialized 419 | u8 mode; | ^~~~ /kisskb/src/drivers/iio/proximity/sx9310.c: In function 'sx9310_read_thresh': /kisskb/src/drivers/iio/proximity/sx9310.c:593:15: note: byref variable will be forcibly initialized 593 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/iio/imu/kmx61.c: In function 'kmx61_set_scale': /kisskb/src/drivers/iio/imu/kmx61.c:508:6: note: byref variable will be forcibly initialized 508 | u8 mode; | ^~~~ /kisskb/src/drivers/iio/proximity/sx9310.c: In function 'sx9310_read_far_debounce': /kisskb/src/drivers/iio/imu/kmx61.c: In function 'kmx61_chip_init': /kisskb/src/drivers/iio/proximity/sx9310.c:638:15: note: byref variable will be forcibly initialized 638 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/iio/imu/kmx61.c:535:16: note: byref variable will be forcibly initialized 535 | int ret, val, val2; | ^~~~ /kisskb/src/drivers/iio/imu/kmx61.c:535:11: note: byref variable will be forcibly initialized 535 | int ret, val, val2; | ^~~ /kisskb/src/drivers/iio/proximity/sx9310.c: In function 'sx9310_read_close_debounce': /kisskb/src/drivers/iio/proximity/sx9310.c:656:15: note: byref variable will be forcibly initialized 656 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/iio/imu/kmx61.c: In function 'kmx61_setup_any_motion_interrupt': /kisskb/src/drivers/iio/imu/kmx61.c:668:5: note: byref variable will be forcibly initialized 668 | u8 mode; | ^~~~ /kisskb/src/drivers/iio/proximity/sx9310.c: In function 'sx9310_read_hysteresis': /kisskb/src/drivers/iio/proximity/sx9310.c:615:23: note: byref variable will be forcibly initialized 615 | unsigned int regval, pthresh; | ^~~~~~~ /kisskb/src/drivers/iio/proximity/sx9310.c:615:15: note: byref variable will be forcibly initialized 615 | unsigned int regval, pthresh; | ^~~~~~ /kisskb/src/drivers/iio/imu/kmx61.c: In function 'kmx61_setup_new_data_interrupt': /kisskb/src/drivers/iio/imu/kmx61.c:588:5: note: byref variable will be forcibly initialized 588 | u8 mode; | ^~~~ /kisskb/src/drivers/iio/proximity/sx9310.c: In function 'sx9310_read_gain': /kisskb/src/drivers/iio/proximity/sx9310.c:474:15: note: byref variable will be forcibly initialized 474 | unsigned int regval, gain; | ^~~~~~ /kisskb/src/drivers/iio/proximity/sx9310.c: In function 'sx9310_read_samp_freq': /kisskb/src/drivers/iio/proximity/sx9310.c:501:15: note: byref variable will be forcibly initialized 501 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/iio/imu/kmx61.c: In function 'kmx61_trigger_handler': /kisskb/src/drivers/iio/imu/kmx61.c:1195:6: note: byref variable will be forcibly initialized 1195 | s16 buffer[8]; | ^~~~~~ /kisskb/src/drivers/iio/proximity/sx9310.c: In function 'sx9310_buffer_preenable': /kisskb/src/drivers/iio/proximity/sx9310.c:1115:16: note: byref variable will be forcibly initialized 1115 | unsigned long channels = 0; | ^~~~~~~~ /kisskb/src/drivers/iio/proximity/sx9310.c: In function 'sx9310_trigger_handler': /kisskb/src/drivers/iio/proximity/sx9310.c:1086:9: note: byref variable will be forcibly initialized 1086 | __be16 val; | ^~~ /kisskb/src/drivers/iio/proximity/sx9310.c: In function 'sx9310_push_events': /kisskb/src/drivers/iio/proximity/sx9310.c:930:16: note: byref variable will be forcibly initialized 930 | unsigned long prox_changed; | ^~~~~~~~~~~~ /kisskb/src/drivers/iio/proximity/sx9310.c:927:15: note: byref variable will be forcibly initialized 927 | unsigned int val, chan; | ^~~ /kisskb/src/drivers/iio/proximity/sx9310.c: In function 'sx9310_irq_thread_handler': /kisskb/src/drivers/iio/proximity/sx9310.c:963:15: note: byref variable will be forcibly initialized 963 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/proximity/sx9310.c: In function 'sx9310_write_hysteresis': /kisskb/src/drivers/iio/proximity/sx9310.c:736:11: note: byref variable will be forcibly initialized 736 | int ret, pthresh; | ^~~~~~~ /kisskb/src/drivers/iio/proximity/sx9310.c: In function 'sx9310_wait_for_sample': /kisskb/src/drivers/iio/proximity/sx9310.c:399:15: note: byref variable will be forcibly initialized 399 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/proximity/sx9310.c: In function 'sx9310_read_proximity': /kisskb/src/drivers/iio/proximity/sx9310.c:416:9: note: byref variable will be forcibly initialized 416 | __be16 rawval; | ^~~~~~ /kisskb/src/drivers/iio/proximity/sx9310.c: In function 'sx9310_get_default_reg': /kisskb/src/drivers/iio/proximity/sx9310.c:1232:14: note: byref variable will be forcibly initialized 1232 | const char *res; | ^~~ /kisskb/src/drivers/iio/proximity/sx9310.c:1229:26: note: byref variable will be forcibly initialized 1229 | u32 start = 0, raw = 0, pos = 0; | ^~~ /kisskb/src/drivers/iio/proximity/sx9310.c:1229:17: note: byref variable will be forcibly initialized 1229 | u32 start = 0, raw = 0, pos = 0; | ^~~ /kisskb/src/drivers/iio/proximity/sx9310.c:1229:6: note: byref variable will be forcibly initialized 1229 | u32 start = 0, raw = 0, pos = 0; | ^~~~~ /kisskb/src/drivers/iio/proximity/sx9310.c:1228:6: note: byref variable will be forcibly initialized 1228 | u32 combined[SX9310_NUM_CHANNELS]; | ^~~~~~~~ /kisskb/src/drivers/iio/proximity/sx9310.c: In function 'sx9310_init_compensation': /kisskb/src/drivers/iio/proximity/sx9310.c:1197:15: note: byref variable will be forcibly initialized 1197 | unsigned int ctrl0; | ^~~~~ /kisskb/src/drivers/iio/proximity/sx9310.c:1196:15: note: byref variable will be forcibly initialized 1196 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/proximity/sx9310.c: In function 'sx9310_init_device': /kisskb/src/drivers/iio/proximity/sx9310.c:1333:18: note: byref variable will be forcibly initialized 1333 | unsigned int i, val; | ^~~ /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/iio/light/tsl2563.c: In function 'tsl2563_probe': /kisskb/src/drivers/iio/light/tsl2563.c:709:5: note: byref variable will be forcibly initialized 709 | u8 id = 0; | ^~ /kisskb/src/drivers/iio/trigger/iio-trig-sysfs.c: In function 'iio_sysfs_trig_remove': /kisskb/src/drivers/iio/trigger/iio-trig-sysfs.c:52:16: note: byref variable will be forcibly initialized 52 | unsigned long input; | ^~~~~ /kisskb/src/drivers/iio/trigger/iio-trig-sysfs.c: In function 'iio_sysfs_trig_add': /kisskb/src/drivers/iio/trigger/iio-trig-sysfs.c:33:16: note: byref variable will be forcibly initialized 33 | unsigned long input; | ^~~~~ /kisskb/src/drivers/usb/gadget/function/f_loopback.c: In function 'f_lb_opts_bulk_buflen_store': /kisskb/src/drivers/usb/gadget/function/f_loopback.c:528:6: note: byref variable will be forcibly initialized 528 | u32 num; | ^~~ /kisskb/src/drivers/usb/gadget/function/f_loopback.c: In function 'f_lb_opts_qlen_store': /kisskb/src/drivers/usb/gadget/function/f_loopback.c:490:6: note: byref variable will be forcibly initialized 490 | u32 num; | ^~~ /kisskb/src/drivers/iio/pressure/hp03.c: In function 'hp03_update_temp_pressure': /kisskb/src/drivers/iio/pressure/hp03.c:98:6: note: byref variable will be forcibly initialized 98 | u16 cx_val[7]; | ^~~~~~ /kisskb/src/drivers/iio/pressure/hp03.c:97:5: note: byref variable will be forcibly initialized 97 | u8 coefs[18]; | ^~~~~ /kisskb/src/drivers/iio/light/tsl2583.c: In function 'in_illuminance_lux_table_store': /kisskb/src/drivers/iio/light/tsl2583.c:562:6: note: byref variable will be forcibly initialized 562 | int value[TSL2583_MAX_LUX_TABLE_ENTRIES * 3 + 1]; | ^~~~~ /kisskb/src/drivers/iio/light/tsl2583.c: In function 'in_illuminance_calibrate_store': /kisskb/src/drivers/iio/light/tsl2583.c:508:6: note: byref variable will be forcibly initialized 508 | int value, ret; | ^~~~~ /kisskb/src/drivers/iio/light/tsl2583.c: In function 'in_illuminance_input_target_store': /kisskb/src/drivers/iio/light/tsl2583.c:490:6: note: byref variable will be forcibly initialized 490 | int value; | ^~~~~ /kisskb/src/drivers/iio/magnetometer/rm3100-core.c: In function 'rm3100_set_samp_freq': /kisskb/src/drivers/iio/magnetometer/rm3100-core.c:345:15: note: byref variable will be forcibly initialized 345 | unsigned int cycle_count; | ^~~~~~~~~~~ /kisskb/src/drivers/iio/magnetometer/rm3100-core.c: In function 'rm3100_get_samp_freq': /kisskb/src/drivers/iio/magnetometer/rm3100-core.c:292:15: note: byref variable will be forcibly initialized 292 | unsigned int tmp; | ^~~ /kisskb/src/drivers/iio/magnetometer/rm3100-core.c: In function 'rm3100_trigger_handler': /kisskb/src/drivers/iio/magnetometer/rm3100-core.c:474:16: note: byref variable will be forcibly initialized 474 | unsigned long scan_mask = *indio_dev->active_scan_mask; | ^~~~~~~~~ /kisskb/src/drivers/iio/magnetometer/rm3100-core.c: In function 'rm3100_wait_measurement': /kisskb/src/drivers/iio/magnetometer/rm3100-core.c:163:15: note: byref variable will be forcibly initialized 163 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/magnetometer/rm3100-core.c: In function 'rm3100_read_mag': /kisskb/src/drivers/iio/magnetometer/rm3100-core.c:212:5: note: byref variable will be forcibly initialized 212 | u8 buffer[3]; | ^~~~~~ /kisskb/src/drivers/iio/magnetometer/rm3100-core.c: In function 'rm3100_common_probe': /kisskb/src/drivers/iio/magnetometer/rm3100-core.c:539:15: note: byref variable will be forcibly initialized 539 | unsigned int tmp; | ^~~ /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/iio/industrialio-core.c: In function 'iio_read_channel_info': /kisskb/src/drivers/iio/industrialio-core.c:760:6: note: byref variable will be forcibly initialized 760 | int val_len = 2; | ^~~~~~~ /kisskb/src/drivers/iio/industrialio-core.c:758:6: note: byref variable will be forcibly initialized 758 | int vals[INDIO_MAX_RAW_ELEMENTS]; | ^~~~ /kisskb/src/drivers/iio/industrialio-core.c: In function 'iio_read_channel_info_avail': /kisskb/src/drivers/iio/industrialio-core.c:833:6: note: byref variable will be forcibly initialized 833 | int type; | ^~~~ /kisskb/src/drivers/iio/industrialio-core.c:832:6: note: byref variable will be forcibly initialized 832 | int length; | ^~~~~~ /kisskb/src/drivers/iio/industrialio-core.c:830:13: note: byref variable will be forcibly initialized 830 | const int *vals; | ^~~~ In file included from /kisskb/src/drivers/iio/industrialio-core.c:23: /kisskb/src/drivers/iio/industrialio-core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/iio/industrialio-core.c: In function 'iio_debugfs_write_reg': /kisskb/src/drivers/iio/industrialio-core.c:418:7: note: byref variable will be forcibly initialized 418 | char buf[80]; | ^~~ /kisskb/src/drivers/iio/industrialio-core.c:417:16: note: byref variable will be forcibly initialized 417 | unsigned reg, val; | ^~~ /kisskb/src/drivers/iio/industrialio-core.c:417:11: note: byref variable will be forcibly initialized 417 | unsigned reg, val; | ^~~ /kisskb/src/drivers/iio/industrialio-core.c: In function 'iio_write_channel_info': /kisskb/src/drivers/iio/industrialio-core.c:979:8: note: byref variable will be forcibly initialized 979 | char ch; | ^~ /kisskb/src/drivers/iio/industrialio-core.c:948:15: note: byref variable will be forcibly initialized 948 | int integer, fract = 0; | ^~~~~ /kisskb/src/drivers/iio/industrialio-core.c:948:6: note: byref variable will be forcibly initialized 948 | int integer, fract = 0; | ^~~~~~~ /kisskb/src/drivers/iio/industrialio-core.c: In function 'iio_debugfs_read_reg': /kisskb/src/drivers/iio/industrialio-core.c:387:11: note: byref variable will be forcibly initialized 387 | unsigned val = 0; | ^~~ /kisskb/src/drivers/iio/light/tsl2772.c: In function 'in_proximity0_calibrate_store': /kisskb/src/drivers/iio/light/tsl2772.c:1054:7: note: byref variable will be forcibly initialized 1054 | bool value; | ^~~~~ /kisskb/src/drivers/iio/light/tsl2772.c: In function 'in_illuminance0_calibrate_store': /kisskb/src/drivers/iio/light/tsl2772.c:963:7: note: byref variable will be forcibly initialized 963 | bool value; | ^~~~~ /kisskb/src/drivers/iio/light/tsl2772.c: In function 'in_illuminance0_lux_table_store': /kisskb/src/drivers/iio/light/tsl2772.c:1013:6: note: byref variable will be forcibly initialized 1013 | int value[ARRAY_SIZE(chip->tsl2772_device_lux) * 2 + 1]; | ^~~~~ /kisskb/src/drivers/iio/light/tsl2772.c: In function 'in_illuminance0_target_input_store': /kisskb/src/drivers/iio/light/tsl2772.c:944:6: note: byref variable will be forcibly initialized 944 | u16 value; | ^~~~~ /kisskb/src/drivers/iio/light/tsl2772.c: In function 'tsl2772_read_prox_led_current': /kisskb/src/drivers/iio/light/tsl2772.c:553:11: note: byref variable will be forcibly initialized 553 | int ret, tmp, 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/iio/industrialio-event.c:10: /kisskb/src/drivers/iio/industrialio-event.c: In function 'iio_event_chrdev_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/industrialio-event.c:140:10: note: in expansion of macro 'wait_event_interruptible' 140 | ret = wait_event_interruptible(ev_int->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/industrialio-event.c:126:15: note: byref variable will be forcibly initialized 126 | unsigned int copied; | ^~~~~~ /kisskb/src/drivers/iio/light/tsl2772.c: In function 'tsl2772_read_prox_diodes': /kisskb/src/drivers/iio/light/tsl2772.c:577:6: note: byref variable will be forcibly initialized 577 | u32 leds[TSL2772_MAX_PROX_LEDS]; | ^~~~ /kisskb/src/drivers/iio/industrialio-event.c: In function 'iio_event_ioctl': /kisskb/src/drivers/iio/industrialio-event.c:484:6: note: byref variable will be forcibly initialized 484 | int fd; | ^~ In file included from /kisskb/src/drivers/iio/industrialio-event.c:17: /kisskb/src/drivers/iio/industrialio-event.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/iio/industrialio-event.c: In function 'iio_ev_value_store': /kisskb/src/drivers/iio/industrialio-event.c:331:11: note: byref variable will be forcibly initialized 331 | int val, val2; | ^~~~ /kisskb/src/drivers/iio/industrialio-event.c:331:6: note: byref variable will be forcibly initialized 331 | int val, val2; | ^~~ /kisskb/src/drivers/iio/industrialio-event.c: In function 'iio_ev_value_show': /kisskb/src/drivers/iio/industrialio-event.c:310:17: note: byref variable will be forcibly initialized 310 | int val, val2, val_arr[2]; | ^~~~~~~ /kisskb/src/drivers/iio/industrialio-event.c:310:11: note: byref variable will be forcibly initialized 310 | int val, val2, val_arr[2]; | ^~~~ /kisskb/src/drivers/iio/industrialio-event.c:310:6: note: byref variable will be forcibly initialized 310 | int val, val2, val_arr[2]; | ^~~ /kisskb/src/drivers/iio/industrialio-event.c: In function 'iio_ev_state_store': /kisskb/src/drivers/iio/industrialio-event.c:274:7: note: byref variable will be forcibly initialized 274 | bool val; | ^~~ 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/usb/gadget/legacy/inode.c: In function 'make_qualifier': /kisskb/src/drivers/usb/gadget/legacy/inode.c:1277:35: note: byref variable will be forcibly initialized 1277 | struct usb_qualifier_descriptor qual; | ^~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/usb/gadget/legacy/inode.c:13: /kisskb/src/drivers/usb/gadget/legacy/inode.c: In function 'ep_io': /kisskb/src/drivers/usb/gadget/legacy/inode.c:330:30: note: byref variable will be forcibly initialized 330 | DECLARE_COMPLETION_ONSTACK (done); | ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ /kisskb/src/drivers/usb/gadget/legacy/inode.c: In function 'dev_config': /kisskb/src/drivers/usb/gadget/legacy/inode.c:1785:8: note: byref variable will be forcibly initialized 1785 | u32 tag; | ^~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/usb/gadget/legacy/inode.c:13: /kisskb/src/drivers/usb/gadget/legacy/inode.c: In function 'ep0_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/legacy/inode.c:1061:12: note: in expansion of macro 'wait_event_interruptible' 1061 | retval = wait_event_interruptible (dev->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/legacy/inode.c:966:13: note: in expansion of macro 'wait_event_interruptible' 966 | retval = wait_event_interruptible (dev->wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/inkern.c: In function 'iio_channel_read': /kisskb/src/drivers/iio/inkern.c:536:6: note: byref variable will be forcibly initialized 536 | int val_len = 2; | ^~~~~~~ /kisskb/src/drivers/iio/inkern.c:534:6: note: byref variable will be forcibly initialized 534 | int vals[INDIO_MAX_RAW_ELEMENTS]; | ^~~~ /kisskb/src/drivers/iio/inkern.c:533:6: note: byref variable will be forcibly initialized 533 | int unused; | ^~~~~~ /kisskb/src/drivers/iio/inkern.c: In function 'iio_convert_raw_to_processed_unlocked': /kisskb/src/drivers/iio/inkern.c:598:41: note: byref variable will be forcibly initialized 598 | int scale_type, scale_val, scale_val2, offset; | ^~~~~~ /kisskb/src/drivers/iio/inkern.c:598:29: note: byref variable will be forcibly initialized 598 | int scale_type, scale_val, scale_val2, offset; | ^~~~~~~~~~ /kisskb/src/drivers/iio/inkern.c:598:18: note: byref variable will be forcibly initialized 598 | int scale_type, scale_val, scale_val2, offset; | ^~~~~~~~~ /kisskb/src/drivers/iio/inkern.c: In function 'iio_channel_read_max': /kisskb/src/drivers/iio/inkern.c:799:6: note: byref variable will be forcibly initialized 799 | int length; | ^~~~~~ /kisskb/src/drivers/iio/inkern.c:798:13: note: byref variable will be forcibly initialized 798 | const int *vals; | ^~~~ /kisskb/src/drivers/iio/inkern.c:797:6: note: byref variable will be forcibly initialized 797 | int unused; | ^~~~~~ /kisskb/src/drivers/iio/inkern.c: In function 'iio_read_avail_channel_raw': /kisskb/src/drivers/iio/inkern.c:780:6: note: byref variable will be forcibly initialized 780 | int type; | ^~~~ /kisskb/src/drivers/iio/inkern.c: In function 'iio_read_max_channel_raw': /kisskb/src/drivers/iio/inkern.c:844:6: note: byref variable will be forcibly initialized 844 | int type; | ^~~~ In file included from /kisskb/src/drivers/iio/inkern.c:8: /kisskb/src/drivers/iio/inkern.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/iio/proximity/vcnl3020.c: In function 'vcnl3020_is_thr_enabled': /kisskb/src/drivers/iio/proximity/vcnl3020.c:276:15: note: byref variable will be forcibly initialized 276 | unsigned int icr; | ^~~ /kisskb/src/drivers/iio/proximity/vcnl3020.c: In function 'vcnl3020_is_in_periodic_mode': /kisskb/src/drivers/iio/proximity/vcnl3020.c:162:15: note: byref variable will be forcibly initialized 162 | unsigned int cmd; | ^~~ /kisskb/src/drivers/iio/proximity/vcnl3020.c: In function 'vcnl3020_read_proxy_samp_freq': /kisskb/src/drivers/iio/proximity/vcnl3020.c:219:15: note: byref variable will be forcibly initialized 219 | unsigned int prox_rate; | ^~~~~~~~~ /kisskb/src/drivers/iio/proximity/vcnl3020.c: In function 'vcnl3020_handle_irq_thread': /kisskb/src/drivers/iio/proximity/vcnl3020.c:577:15: note: byref variable will be forcibly initialized 577 | unsigned int isr; | ^~~ /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/iio/proximity/vcnl3020.c: In function 'vcnl3020_measure_proximity': /kisskb/src/drivers/iio/proximity/vcnl3020.c:177:15: note: byref variable will be forcibly initialized 177 | unsigned int reg; | ^~~ /kisskb/src/drivers/iio/proximity/vcnl3020.c: In function 'vcnl3020_get_and_apply_property': /kisskb/src/drivers/iio/proximity/vcnl3020.c:115:6: note: byref variable will be forcibly initialized 115 | u32 val; | ^~~ /kisskb/src/drivers/iio/proximity/vcnl3020.c: In function 'vcnl3020_init': /kisskb/src/drivers/iio/proximity/vcnl3020.c:136:15: note: byref variable will be forcibly initialized 136 | unsigned int reg; | ^~~ /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c: In function 'yas5xx_measure': /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c:193:5: note: byref variable will be forcibly initialized 193 | u8 data[8]; | ^~~~ /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c:192:15: note: byref variable will be forcibly initialized 192 | unsigned int busy; | ^~~~ /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c: In function 'yas5xx_get_measure': /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c:319:16: note: byref variable will be forcibly initialized 319 | u16 t, x, y1, y2; | ^~ /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c:319:12: note: byref variable will be forcibly initialized 319 | u16 t, x, y1, y2; | ^~ /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c:319:9: note: byref variable will be forcibly initialized 319 | u16 t, x, y1, y2; | ^ /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c:319:6: note: byref variable will be forcibly initialized 319 | u16 t, x, y1, y2; | ^ /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c: In function 'yas5xx_read_raw': /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c:385:15: note: byref variable will be forcibly initialized 385 | s32 t, x, y, z; | ^ /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c:385:12: note: byref variable will be forcibly initialized 385 | s32 t, x, y, z; | ^ /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c:385:9: note: byref variable will be forcibly initialized 385 | s32 t, x, y, z; | ^ /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c:385:6: note: byref variable will be forcibly initialized 385 | s32 t, x, y, z; | ^ /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c: In function 'yas5xx_fill_buffer': /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c:438:15: note: byref variable will be forcibly initialized 438 | s32 t, x, y, z; | ^ /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c:438:12: note: byref variable will be forcibly initialized 438 | s32 t, x, y, z; | ^ /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c:438:9: note: byref variable will be forcibly initialized 438 | s32 t, x, y, z; | ^ /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c:438:6: note: byref variable will be forcibly initialized 438 | s32 t, x, y, z; | ^ /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c: In function 'yas5xx_meaure_offsets': /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c:727:16: note: byref variable will be forcibly initialized 727 | u16 t, x, y1, y2; | ^~ /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c:727:12: note: byref variable will be forcibly initialized 727 | u16 t, x, y1, y2; | ^~ /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c:727:9: note: byref variable will be forcibly initialized 727 | u16 t, x, y1, y2; | ^ /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c:727:6: note: byref variable will be forcibly initialized 727 | u16 t, x, y1, y2; | ^ /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c: In function 'yas530_get_calibration_data': /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c:579:5: note: byref variable will be forcibly initialized 579 | u8 data[16]; | ^~~~ /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c: In function 'yas532_get_calibration_data': /kisskb/src/drivers/iio/magnetometer/yamaha-yas530.c:627:5: note: byref variable will be forcibly initialized 627 | u8 data[14]; | ^~~~ /kisskb/src/drivers/iio/proximity/vl53l0x-i2c.c: In function 'vl53l0x_read_proximity': /kisskb/src/drivers/iio/proximity/vl53l0x-i2c.c:105:5: note: byref variable will be forcibly initialized 105 | u8 buffer[12]; | ^~~~~~ /kisskb/src/drivers/iio/temperature/iqs620at-temp.c: In function 'iqs620_temp_read_raw': /kisskb/src/drivers/iio/temperature/iqs620at-temp.c:27:9: note: byref variable will be forcibly initialized 27 | __le16 val_buf; | ^~~~~~~ /kisskb/src/drivers/iio/pressure/hp206c.c: In function 'hp206c_read_20bit': /kisskb/src/drivers/iio/pressure/hp206c.c:96:5: note: byref variable will be forcibly initialized 96 | u8 values[3]; | ^~~~~~ /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/usb/gadget/function/f_sourcesink.c: In function 'f_ss_opts_iso_qlen_store': /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c:1198:6: note: byref variable will be forcibly initialized 1198 | u32 num; | ^~~ /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c: In function 'f_ss_opts_bulk_qlen_store': /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c:1160:6: note: byref variable will be forcibly initialized 1160 | u32 num; | ^~~ /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c: In function 'f_ss_opts_bulk_buflen_store': /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c:1122:6: note: byref variable will be forcibly initialized 1122 | u32 num; | ^~~ /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c: In function 'f_ss_opts_isoc_maxburst_store': /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c:1079:5: note: byref variable will be forcibly initialized 1079 | u8 num; | ^~~ /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c: In function 'f_ss_opts_isoc_mult_store': /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c:1036:5: note: byref variable will be forcibly initialized 1036 | u8 num; | ^~~ /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c: In function 'f_ss_opts_isoc_interval_store': /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c:950:5: note: byref variable will be forcibly initialized 950 | u8 num; | ^~~ /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c: In function 'f_ss_opts_pattern_store': /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c:907:5: note: byref variable will be forcibly initialized 907 | u8 num; | ^~~ /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c: In function 'f_ss_opts_isoc_maxpacket_store': /kisskb/src/drivers/usb/gadget/function/f_sourcesink.c:993:6: note: byref variable will be forcibly initialized 993 | u16 num; | ^~~ /kisskb/src/drivers/usb/gadget/udc/snps_udc_core.c: In function 'udc_create_dma_chain': /kisskb/src/drivers/usb/gadget/udc/snps_udc_core.c:762:13: note: byref variable will be forcibly initialized 762 | dma_addr_t dma_addr; | ^~~~~~~~ /kisskb/src/drivers/iio/light/vcnl4000.c: In function 'vcnl4010_irq_thread': /kisskb/src/drivers/iio/light/vcnl4000.c:864:16: note: byref variable will be forcibly initialized 864 | unsigned long isr; | ^~~ /kisskb/src/drivers/iio/light/vcnl4000.c: In function 'vcnl4010_trigger_handler': /kisskb/src/drivers/iio/light/vcnl4000.c:914:6: note: byref variable will be forcibly initialized 914 | int val = 0; | ^~~ /kisskb/src/drivers/iio/light/vcnl4000.c:913:16: note: byref variable will be forcibly initialized 913 | unsigned long isr; | ^~~ /kisskb/src/drivers/iio/light/vcnl4035.c: In function 'vcnl4035_init': /kisskb/src/drivers/iio/light/vcnl4035.c:408:6: note: byref variable will be forcibly initialized 408 | int id; | ^~ /kisskb/src/drivers/iio/light/vcnl4035.c: In function 'vcnl4035_is_triggered': /kisskb/src/drivers/iio/light/vcnl4035.c:71:6: note: byref variable will be forcibly initialized 71 | int reg; | ^~~ /kisskb/src/drivers/iio/light/vcnl4035.c: In function 'vcnl4035_read_raw': /kisskb/src/drivers/iio/light/vcnl4035.c:176:6: note: byref variable will be forcibly initialized 176 | int raw_data; | ^~~~~~~~ /kisskb/src/drivers/iio/light/vcnl4035.c: In function 'vcnl4035_trigger_consumer_handler': /kisskb/src/drivers/iio/light/vcnl4035.c:106:5: note: byref variable will be forcibly initialized 106 | u8 buffer[ALIGN(sizeof(u16), sizeof(s64)) + sizeof(s64)] __aligned(8); | ^~~~~~ /kisskb/src/drivers/usb/gadget/udc/snps_udc_core.c: In function 'udc_probe': /kisskb/src/drivers/usb/gadget/udc/snps_udc_core.c:3130:8: note: byref variable will be forcibly initialized 3130 | char tmp[128]; | ^~~ /kisskb/src/drivers/iio/pressure/dps310.c: In function 'dps310_get_pres_samp_freq': /kisskb/src/drivers/iio/pressure/dps310.c:259:6: note: byref variable will be forcibly initialized 259 | int val; | ^~~ /kisskb/src/drivers/iio/pressure/dps310.c: In function 'dps310_get_temp_precision': /kisskb/src/drivers/iio/pressure/dps310.c:177:6: note: byref variable will be forcibly initialized 177 | int val; | ^~~ /kisskb/src/drivers/iio/pressure/dps310.c: In function 'dps310_get_pres_precision': /kisskb/src/drivers/iio/pressure/dps310.c:165:6: note: byref variable will be forcibly initialized 165 | int val; | ^~~ /kisskb/src/drivers/iio/pressure/dps310.c: In function 'dps310_get_temp_samp_freq': /kisskb/src/drivers/iio/pressure/dps310.c:271:6: note: byref variable will be forcibly initialized 271 | int val; | ^~~ /kisskb/src/drivers/iio/pressure/dps310.c: In function 'dps310_temp_workaround': /kisskb/src/drivers/iio/pressure/dps310.c:688:6: note: byref variable will be forcibly initialized 688 | int reg; | ^~~ /kisskb/src/drivers/iio/pressure/dps310.c: In function 'dps310_read_pres_raw': /kisskb/src/drivers/iio/pressure/dps310.c:307:5: note: byref variable will be forcibly initialized 307 | u8 val[3]; | ^~~ /kisskb/src/drivers/iio/pressure/dps310.c:304:6: note: byref variable will be forcibly initialized 304 | int ready; | ^~~~~ /kisskb/src/drivers/iio/pressure/dps310.c: In function 'dps310_read_temp_ready': /kisskb/src/drivers/iio/pressure/dps310.c:338:5: note: byref variable will be forcibly initialized 338 | u8 val[3]; | ^~~ /kisskb/src/drivers/iio/pressure/dps310.c: In function 'dps310_read_temp_raw': /kisskb/src/drivers/iio/pressure/dps310.c:355:6: note: byref variable will be forcibly initialized 355 | int ready; | ^~~~~ /kisskb/src/drivers/iio/pressure/dps310.c: In function 'dps310_get_coefs': /kisskb/src/drivers/iio/pressure/dps310.c:113:5: note: byref variable will be forcibly initialized 113 | u8 coef[18]; | ^~~~ /kisskb/src/drivers/iio/pressure/dps310.c: In function 'dps310_calculate_pressure': /kisskb/src/drivers/iio/pressure/dps310.c:469:6: note: byref variable will be forcibly initialized 469 | int t_ready; | ^~~~~~~ /kisskb/src/drivers/iio/pressure/dps310.c: In function 'dps310_probe': /kisskb/src/drivers/iio/pressure/dps310.c:725:10: note: byref variable will be forcibly initialized 725 | int rc, ready; | ^~~~~ /kisskb/src/drivers/iio/light/vl6180.c: In function 'vl6180_write_word': /kisskb/src/drivers/iio/light/vl6180.c:191:9: note: byref variable will be forcibly initialized 191 | __be16 buf[2]; | ^~~ /kisskb/src/drivers/iio/light/vl6180.c: In function 'vl6180_write_byte': /kisskb/src/drivers/iio/light/vl6180.c:171:5: note: byref variable will be forcibly initialized 171 | u8 buf[3]; | ^~~ /kisskb/src/drivers/iio/light/vl6180.c: In function 'vl6180_read': /kisskb/src/drivers/iio/light/vl6180.c:131:9: note: byref variable will be forcibly initialized 131 | __be16 cmdbuf = cpu_to_be16(cmd); | ^~~~~~ /kisskb/src/drivers/iio/light/vl6180.c: In function 'vl6180_read_word': /kisskb/src/drivers/iio/light/vl6180.c:159:9: note: byref variable will be forcibly initialized 159 | __be16 data; | ^~~~ /kisskb/src/drivers/iio/light/vl6180.c: In function 'vl6180_read_byte': /kisskb/src/drivers/iio/light/vl6180.c:147:5: note: byref variable will be forcibly initialized 147 | u8 data; | ^~~~ /kisskb/src/drivers/iio/industrialio-buffer.c: In function 'iio_buffer_update_demux': /kisskb/src/drivers/iio/industrialio-buffer.c:978:26: note: byref variable will be forcibly initialized 978 | struct iio_demux_table *p = NULL; | ^ In file included from /kisskb/src/drivers/iio/industrialio-buffer.c:19: /kisskb/src/drivers/iio/industrialio-buffer.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/iio/industrialio-buffer.c: In function 'iio_device_buffer_getfd': /kisskb/src/drivers/iio/industrialio-buffer.c:1538:10: note: byref variable will be forcibly initialized 1538 | int fd, idx, ret; | ^~~ /kisskb/src/drivers/iio/industrialio-buffer.c:1538:6: note: byref variable will be forcibly initialized 1538 | int fd, idx, ret; | ^~ /kisskb/src/drivers/iio/industrialio-buffer.c: In function 'iio_buffer_store_watermark': /kisskb/src/drivers/iio/industrialio-buffer.c:1341:15: note: byref variable will be forcibly initialized 1341 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/industrialio-buffer.c: In function 'iio_buffer_write_length': /kisskb/src/drivers/iio/industrialio-buffer.c:648:15: note: byref variable will be forcibly initialized 648 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/industrialio-buffer.c: In function 'iio_scan_el_ts_store': /kisskb/src/drivers/iio/industrialio-buffer.c:558:7: note: byref variable will be forcibly initialized 558 | bool state; | ^~~~~ /kisskb/src/drivers/iio/industrialio-buffer.c: In function 'iio_scan_el_store': /kisskb/src/drivers/iio/industrialio-buffer.c:508:7: note: byref variable will be forcibly initialized 508 | bool state; | ^~~~~ /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/iio/industrialio-buffer.c: In function 'iio_buffer_store_enable': /kisskb/src/drivers/iio/industrialio-buffer.c:1298:7: note: byref variable will be forcibly initialized 1298 | bool requested_state; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/industrialio-trigger.c: In function 'iio_alloc_pollfunc': /kisskb/src/drivers/iio/industrialio-trigger.c:335:10: note: byref variable will be forcibly initialized 335 | va_list vargs; | ^~~~~ /kisskb/src/drivers/iio/industrialio-trigger.c: In function 'iio_trigger_alloc': /kisskb/src/drivers/iio/industrialio-trigger.c:583:10: note: byref variable will be forcibly initialized 583 | va_list vargs; | ^~~~~ /kisskb/src/drivers/iio/industrialio-trigger.c: In function 'devm_iio_trigger_alloc': /kisskb/src/drivers/iio/industrialio-trigger.c:622:10: note: byref variable will be forcibly initialized 622 | va_list vargs; | ^~~~~ /kisskb/src/drivers/usb/gadget/legacy/mass_storage.c: In function 'msg_bind': /kisskb/src/drivers/usb/gadget/legacy/mass_storage.c:142:20: note: byref variable will be forcibly initialized 142 | struct fsg_config config; | ^~~~~~ /kisskb/src/drivers/iio/light/zopt2201.c: In function 'zopt2201_read': /kisskb/src/drivers/iio/light/zopt2201.c:188:5: note: byref variable will be forcibly initialized 188 | u8 buf[3]; | ^~~ /kisskb/src/drivers/iio/pressure/mpl3115.c: In function 'mpl3115_trigger_handler': /kisskb/src/drivers/iio/pressure/mpl3115.c:154:5: note: byref variable will be forcibly initialized 154 | u8 buffer[16] __aligned(8); | ^~~~~~ /kisskb/src/drivers/iio/pressure/mpl3115.c: In function 'mpl3115_read_raw': /kisskb/src/drivers/iio/pressure/mpl3115.c:77:9: note: byref variable will be forcibly initialized 77 | __be32 tmp = 0; | ^~~ /kisskb/src/drivers/usb/gadget/composite.c: In function 'bos_desc': /kisskb/src/drivers/usb/gadget/composite.c:666:31: note: byref variable will be forcibly initialized 666 | struct usb_dcd_config_params dcd_config_params; | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/pressure/ms5611_core.c: In function 'ms5611_read_raw': /kisskb/src/drivers/iio/pressure/ms5611_core.c:243:12: note: byref variable will be forcibly initialized 243 | s32 temp, pressure; | ^~~~~~~~ /kisskb/src/drivers/iio/pressure/ms5611_core.c:243:6: note: byref variable will be forcibly initialized 243 | s32 temp, pressure; | ^~~~ /kisskb/src/drivers/iio/pressure/ms5611_core.c: In function 'ms5611_trigger_handler': /kisskb/src/drivers/iio/pressure/ms5611_core.c:219:4: note: byref variable will be forcibly initialized 219 | } scan; | ^~~~ /kisskb/src/drivers/usb/gadget/udc/mv_udc_core.c: In function 'req_to_dtd': /kisskb/src/drivers/usb/gadget/udc/mv_udc_core.c:408:13: note: byref variable will be forcibly initialized 408 | dma_addr_t dma; | ^~~ /kisskb/src/drivers/usb/gadget/udc/mv_udc_core.c:406:6: note: byref variable will be forcibly initialized 406 | int is_last, is_first = 1; | ^~~~~~~ /kisskb/src/drivers/usb/gadget/udc/mv_udc_core.c:405:11: note: byref variable will be forcibly initialized 405 | unsigned count; | ^~~~~ /kisskb/src/drivers/usb/gadget/udc/mv_udc_core.c: In function 'eps_init': /kisskb/src/drivers/usb/gadget/udc/mv_udc_core.c:1238:7: note: byref variable will be forcibly initialized 1238 | char name[14]; | ^~~~ /kisskb/src/drivers/iio/pressure/zpa2326.c: In function 'zpa2326_clear_fifo': /kisskb/src/drivers/iio/pressure/zpa2326.c:450:17: note: byref variable will be forcibly initialized 450 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/pressure/zpa2326.c: In function 'zpa2326_poll_oneshot_completion': /kisskb/src/drivers/iio/pressure/zpa2326.c:941:17: note: byref variable will be forcibly initialized 941 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/pressure/zpa2326.c: In function 'zpa2326_wait_oneshot_completion': /kisskb/src/drivers/iio/pressure/zpa2326.c:863:15: note: byref variable will be forcibly initialized 863 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/pressure/zpa2326.c: In function 'zpa2326_dequeue_pressure': /kisskb/src/drivers/iio/pressure/zpa2326.c:517:17: note: byref variable will be forcibly initialized 517 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/pressure/zpa2326.c: In function 'zpa2326_fetch_raw_sample': /kisskb/src/drivers/iio/pressure/zpa2326.c:1011:17: note: byref variable will be forcibly initialized 1011 | u8 v[3]; | ^ In file included from /kisskb/src/drivers/usb/gadget/udc/mv_u3d_core.c:13: /kisskb/src/drivers/usb/gadget/udc/mv_u3d_core.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /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/usb/gadget/udc/mv_u3d_core.c: In function 'mv_u3d_req_to_trb': /kisskb/src/drivers/usb/gadget/udc/mv_u3d_core.c:406:13: note: byref variable will be forcibly initialized 406 | dma_addr_t dma; | ^~~ /kisskb/src/drivers/usb/gadget/udc/mv_u3d_core.c:402:6: note: byref variable will be forcibly initialized 402 | int is_last; | ^~~~~~~ /kisskb/src/drivers/usb/gadget/udc/mv_u3d_core.c:401:11: note: byref variable will be forcibly initialized 401 | unsigned count; | ^~~~~ /kisskb/src/drivers/iio/pressure/zpa2326.c: In function 'zpa2326_set_trigger_state': /kisskb/src/drivers/iio/pressure/zpa2326.c:1314:16: note: byref variable will be forcibly initialized 1314 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/pressure/zpa2326.c: In function 'zpa2326_handle_threaded_irq': /kisskb/src/drivers/iio/pressure/zpa2326.c:790:26: note: byref variable will be forcibly initialized 790 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/pressure/zpa2326.c: In function 'zpa2326_probe': /kisskb/src/drivers/iio/pressure/zpa2326.c:1616:26: note: byref variable will be forcibly initialized 1616 | unsigned int id; | ^~ /kisskb/src/drivers/usb/gadget/udc/mv_u3d_core.c: In function 'mv_u3d_eps_init': /kisskb/src/drivers/usb/gadget/udc/mv_u3d_core.c:1303:7: note: byref variable will be forcibly initialized 1303 | char name[14]; | ^~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_config_desc_MaxPower_store': /kisskb/src/drivers/usb/gadget/configfs.c:520:6: note: byref variable will be forcibly initialized 520 | u16 val; | ^~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_dev_desc_bcdUSB_store': /kisskb/src/drivers/usb/gadget/configfs.c:219:6: note: byref variable will be forcibly initialized 219 | u16 bcdUSB; | ^~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_dev_desc_bcdDevice_store': /kisskb/src/drivers/usb/gadget/configfs.c:202:6: note: byref variable will be forcibly initialized 202 | u16 bcdDevice; | ^~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_dev_desc_idProduct_store': /kisskb/src/drivers/usb/gadget/configfs.c:164:6: note: byref variable will be forcibly initialized 164 | u16 val; \ | ^~~ /kisskb/src/drivers/usb/gadget/configfs.c:175:2: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_W_u16' 175 | GI_DEVICE_DESC_SIMPLE_W_##_type(_name) | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c:183:1: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_RW' 183 | GI_DEVICE_DESC_SIMPLE_RW(idProduct, u16); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_dev_desc_idVendor_store': /kisskb/src/drivers/usb/gadget/configfs.c:164:6: note: byref variable will be forcibly initialized 164 | u16 val; \ | ^~~ /kisskb/src/drivers/usb/gadget/configfs.c:175:2: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_W_u16' 175 | GI_DEVICE_DESC_SIMPLE_W_##_type(_name) | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c:182:1: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_RW' 182 | GI_DEVICE_DESC_SIMPLE_RW(idVendor, u16); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'ext_prop_type_store': /kisskb/src/drivers/usb/gadget/configfs.c:973:5: note: byref variable will be forcibly initialized 973 | u8 type; | ^~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'os_desc_b_vendor_code_store': /kisskb/src/drivers/usb/gadget/configfs.c:832:5: note: byref variable will be forcibly initialized 832 | u8 b_vendor_code; | ^~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_config_desc_bmAttributes_store': /kisskb/src/drivers/usb/gadget/configfs.c:543:5: note: byref variable will be forcibly initialized 543 | u8 val; | ^~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_dev_desc_bMaxPacketSize0_store': /kisskb/src/drivers/usb/gadget/configfs.c:151:5: note: byref variable will be forcibly initialized 151 | u8 val; \ | ^~~ /kisskb/src/drivers/usb/gadget/configfs.c:175:2: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_W_u8' 175 | GI_DEVICE_DESC_SIMPLE_W_##_type(_name) | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c:181:1: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_RW' 181 | GI_DEVICE_DESC_SIMPLE_RW(bMaxPacketSize0, u8); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_dev_desc_bDeviceProtocol_store': /kisskb/src/drivers/usb/gadget/configfs.c:151:5: note: byref variable will be forcibly initialized 151 | u8 val; \ | ^~~ /kisskb/src/drivers/usb/gadget/configfs.c:175:2: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_W_u8' 175 | GI_DEVICE_DESC_SIMPLE_W_##_type(_name) | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c:180:1: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_RW' 180 | GI_DEVICE_DESC_SIMPLE_RW(bDeviceProtocol, u8); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_dev_desc_bDeviceSubClass_store': /kisskb/src/drivers/usb/gadget/configfs.c:151:5: note: byref variable will be forcibly initialized 151 | u8 val; \ | ^~~ /kisskb/src/drivers/usb/gadget/configfs.c:175:2: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_W_u8' 175 | GI_DEVICE_DESC_SIMPLE_W_##_type(_name) | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c:179:1: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_RW' 179 | GI_DEVICE_DESC_SIMPLE_RW(bDeviceSubClass, u8); | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'gadget_dev_desc_bDeviceClass_store': /kisskb/src/drivers/usb/gadget/configfs.c:151:5: note: byref variable will be forcibly initialized 151 | u8 val; \ | ^~~ /kisskb/src/drivers/usb/gadget/configfs.c:175:2: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_W_u8' 175 | GI_DEVICE_DESC_SIMPLE_W_##_type(_name) | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c:178:1: note: in expansion of macro 'GI_DEVICE_DESC_SIMPLE_RW' 178 | GI_DEVICE_DESC_SIMPLE_RW(bDeviceClass, u8); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/slab.h:16, from /kisskb/src/drivers/usb/gadget/configfs.c:4: /kisskb/src/drivers/usb/gadget/configfs.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:135:6: note: in expansion of macro 'check_mul_overflow' 135 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:135:6: note: in expansion of macro 'check_mul_overflow' 135 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:133:9: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ In file included from /kisskb/src/drivers/usb/gadget/configfs.c:10: /kisskb/src/drivers/usb/gadget/configfs.c: In function 'usb_os_desc_prepare_interf_dir': /kisskb/src/drivers/usb/gadget/configfs.c:1214:12: note: byref variable will be forcibly initialized 1214 | vla_group(data_chunk); | ^~~~~~~~~~ /kisskb/src/drivers/usb/gadget/u_f.h:20:37: note: in definition of macro 'vla_group' 20 | #define vla_group(groupname) size_t groupname##__next = 0 | ^~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'ext_prop_make': /kisskb/src/drivers/usb/gadget/configfs.c:1086:12: note: byref variable will be forcibly initialized 1086 | vla_group(data_chunk); | ^~~~~~~~~~ /kisskb/src/drivers/usb/gadget/u_f.h:20:37: note: in definition of macro 'vla_group' 20 | #define vla_group(groupname) size_t groupname##__next = 0 | ^~~~~~~~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'os_desc_use_store': /kisskb/src/drivers/usb/gadget/configfs.c:808:7: note: byref variable will be forcibly initialized 808 | bool use; | ^~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'config_desc_make': /kisskb/src/drivers/usb/gadget/configfs.c:687:5: note: byref variable will be forcibly initialized 687 | u8 num; | ^~~ /kisskb/src/drivers/usb/gadget/configfs.c:685:7: note: byref variable will be forcibly initialized 685 | char buf[MAX_NAME_LEN]; | ^~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'function_make': /kisskb/src/drivers/usb/gadget/configfs.c:591:7: note: byref variable will be forcibly initialized 591 | char buf[MAX_NAME_LEN]; | ^~~ /kisskb/src/drivers/usb/gadget/configfs.c: In function 'check_user_usb_string': /kisskb/src/drivers/usb/gadget/configfs.c:16:6: note: byref variable will be forcibly initialized 16 | u16 num; | ^~~ /kisskb/src/drivers/iio/light/apds9960.c: In function 'apds9660_fifo_is_empty': /kisskb/src/drivers/iio/light/apds9960.c:751:6: note: byref variable will be forcibly initialized 751 | int cnt; | ^~~ /kisskb/src/drivers/iio/light/apds9960.c: In function 'apds9960_read_event': /kisskb/src/drivers/iio/light/apds9960.c:614:9: note: byref variable will be forcibly initialized 614 | __le16 buf; | ^~~ /kisskb/src/drivers/iio/light/apds9960.c:613:5: note: byref variable will be forcibly initialized 613 | u8 reg; | ^~~ /kisskb/src/drivers/iio/light/apds9960.c: In function 'apds9960_interrupt_handler': /kisskb/src/drivers/iio/light/apds9960.c:788:11: note: byref variable will be forcibly initialized 788 | int ret, status; | ^~~~~~ /kisskb/src/drivers/usb/gadget/function/u_serial.c: In function '__gs_console_push': /kisskb/src/drivers/usb/gadget/function/u_serial.c:906:8: note: byref variable will be forcibly initialized 906 | char buf[64]; | ^~~ /kisskb/src/drivers/iio/light/apds9960.c: In function 'apds9960_write_event': /kisskb/src/drivers/iio/light/apds9960.c:650:9: note: byref variable will be forcibly initialized 650 | __le16 buf; | ^~~ /kisskb/src/drivers/iio/light/apds9960.c:649:5: note: byref variable will be forcibly initialized 649 | u8 reg; | ^~~ /kisskb/src/drivers/usb/gadget/function/u_serial.c: In function 'gserial_set_console': /kisskb/src/drivers/usb/gadget/function/u_serial.c:1070:7: note: byref variable will be forcibly initialized 1070 | bool enable; | ^~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/drivers/usb/gadget/function/u_serial.c:18: /kisskb/src/drivers/usb/gadget/function/u_serial.c: In function 'gserial_free_port': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/u_serial.c:1190:2: note: in expansion of macro 'wait_event' 1190 | wait_event(port->close_wait, gs_closed(port)); | ^~~~~~~~~~ /kisskb/src/drivers/iio/light/apds9960.c: In function 'apds9960_read_raw': /kisskb/src/drivers/iio/light/apds9960.c:472:9: note: byref variable will be forcibly initialized 472 | __le16 buf; | ^~~ /kisskb/src/drivers/usb/gadget/function/u_serial.c: In function 'gserial_alloc_line_no_console': /kisskb/src/drivers/usb/gadget/function/u_serial.c:1217:29: note: byref variable will be forcibly initialized 1217 | struct usb_cdc_line_coding coding; | ^~~~~~ In file included from /kisskb/src/drivers/usb/gadget/function/u_serial.c:29: /kisskb/src/drivers/usb/gadget/function/u_serial.c: In function 'gs_put_char': /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/usb/gadget/function/u_serial.c:758:11: note: in expansion of macro 'kfifo_put' 758 | status = kfifo_put(&port->port_write_buf, ch); | ^~~~~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/drivers/usb/gadget/function/u_serial.c:18: /kisskb/src/drivers/usb/gadget/function/u_serial.c: In function 'gs_close': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:480:2: note: in expansion of macro '___wait_event' 480 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:509:11: note: in expansion of macro '__wait_event_interruptible_timeout' 509 | __ret = __wait_event_interruptible_timeout(wq_head, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/u_serial.c:697:3: note: in expansion of macro 'wait_event_interruptible_timeout' 697 | wait_event_interruptible_timeout(port->drain_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/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:582:18: note: byref variable will be forcibly initialized 582 | struct i2c_msg msgs[] = { | ^~~~ /kisskb/src/drivers/iio/light/as73211.c:581:6: note: byref variable will be forcibly initialized 581 | u8 addr = as73211_channels[0].address; | ^~~~ /kisskb/src/drivers/iio/light/as73211.c:570:4: note: byref variable will be forcibly initialized 570 | } scan; | ^~~~ /kisskb/src/drivers/iio/light/gp2ap002.c: In function 'gp2ap002_get_lux': /kisskb/src/drivers/iio/light/gp2ap002.c:230:11: note: byref variable will be forcibly initialized 230 | int ret, res; | ^~~ /kisskb/src/drivers/iio/light/gp2ap002.c: In function 'gp2ap002_prox_irq': /kisskb/src/drivers/iio/light/gp2ap002.c:158:6: note: byref variable will be forcibly initialized 158 | int val; | ^~~ /kisskb/src/drivers/iio/light/gp2ap002.c: In function 'gp2ap002_probe': /kisskb/src/drivers/iio/light/gp2ap002.c:443:5: note: byref variable will be forcibly initialized 443 | u8 val; | ^~~ /kisskb/src/drivers/iio/light/gp2ap002.c:442:14: note: byref variable will be forcibly initialized 442 | const char *compat; | ^~~~~~ /kisskb/src/drivers/iio/light/gp2ap002.c:434:21: note: byref variable will be forcibly initialized 434 | enum iio_chan_type ch_type; | ^~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_ncm.c: In function 'ncm_unwrap_ntb': /kisskb/src/drivers/usb/gadget/function/f_ncm.c:1176:11: note: byref variable will be forcibly initialized 1176 | __le16 *tmp = (void *) skb->data; | ^~~ /kisskb/src/drivers/usb/gadget/function/f_ncm.c: In function 'package_for_tx': /kisskb/src/drivers/usb/gadget/function/f_ncm.c:956:11: note: byref variable will be forcibly initialized 956 | __le16 *ntb_iter; | ^~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_ncm.c: In function 'ncm_wrap_ntb': /kisskb/src/drivers/usb/gadget/function/f_ncm.c:1020:12: note: byref variable will be forcibly initialized 1020 | __le16 *ntb_ndp; | ^~~~~~~ /kisskb/src/drivers/iio/light/jsa1212.c: In function 'jsa1212_read_als_data': /kisskb/src/drivers/iio/light/jsa1212.c:165:9: note: byref variable will be forcibly initialized 165 | __le16 als_data; | ^~~~~~~~ /kisskb/src/drivers/iio/light/lv0104cs.c: In function 'lv0104cs_read_adc': /kisskb/src/drivers/iio/light/lv0104cs.c:146:9: note: byref variable will be forcibly initialized 146 | __be16 regval; | ^~~~~~ /kisskb/src/drivers/iio/light/jsa1212.c: In function 'jsa1212_read_pxs_data': /kisskb/src/drivers/iio/light/jsa1212.c:191:15: note: byref variable will be forcibly initialized 191 | unsigned int pxs_data; | ^~~~~~~~ /kisskb/src/drivers/iio/light/lv0104cs.c: In function 'lv0104cs_get_lux': /kisskb/src/drivers/iio/light/lv0104cs.c:164:6: note: byref variable will be forcibly initialized 164 | u16 adc_output; | ^~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/u_ether.c: In function 'gether_setup_name': /kisskb/src/drivers/usb/gadget/function/u_ether.c:757:7: note: byref variable will be forcibly initialized 757 | u8 addr[ETH_ALEN]; | ^~~~ /kisskb/src/drivers/usb/gadget/function/u_ether.c: In function 'gether_set_dev_addr': /kisskb/src/drivers/usb/gadget/function/u_ether.c:913:5: note: byref variable will be forcibly initialized 913 | u8 new_addr[ETH_ALEN]; | ^~~~~~~~ /kisskb/src/drivers/usb/gadget/function/u_ether.c: In function 'gether_set_host_addr': /kisskb/src/drivers/usb/gadget/function/u_ether.c:942:5: note: byref variable will be forcibly initialized 942 | u8 new_addr[ETH_ALEN]; | ^~~~~~~~ In file included from /kisskb/src/drivers/usb/gadget/function/f_ncm.c:24: /kisskb/src/drivers/usb/gadget/function/f_ncm.c: In function 'ncm_opts_qmult_store': /kisskb/src/drivers/usb/gadget/function/u_ether_configfs.h:115:6: note: byref variable will be forcibly initialized 115 | u8 val; \ | ^~~ /kisskb/src/drivers/usb/gadget/function/f_ncm.c:1586:1: note: in expansion of macro 'USB_ETHERNET_CONFIGFS_ITEM_ATTR_QMULT' 1586 | USB_ETHERNET_CONFIGFS_ITEM_ATTR_QMULT(ncm); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/u_ether.c: In function 'gether_register_netdev': /kisskb/src/drivers/usb/gadget/function/u_ether.c:866:18: note: byref variable will be forcibly initialized 866 | struct sockaddr sa; | ^~ /kisskb/src/drivers/usb/gadget/function/f_ncm.c: In function 'ncm_alloc_inst': /kisskb/src/drivers/usb/gadget/function/f_ncm.c:1622:8: note: byref variable will be forcibly initialized 1622 | char *names[1]; | ^~~~~ /kisskb/src/drivers/usb/gadget/function/f_ncm.c:1621:22: note: byref variable will be forcibly initialized 1621 | struct usb_os_desc *descs[1]; | ^~~~~ /kisskb/src/drivers/usb/gadget/function/u_ether.c: In function 'gether_set_ifname': /kisskb/src/drivers/usb/gadget/function/u_ether.c:1025:7: note: byref variable will be forcibly initialized 1025 | char tmp[IFNAMSIZ]; | ^~~ /kisskb/src/drivers/usb/gadget/udc/udc-xilinx.c: In function 'xudc_handle_setup': /kisskb/src/drivers/usb/gadget/udc/udc-xilinx.c:1741:25: note: byref variable will be forcibly initialized 1741 | struct usb_ctrlrequest setup; | ^~~~~ In file included from /kisskb/src/drivers/usb/gadget/function/f_ecm.c:18: /kisskb/src/drivers/usb/gadget/function/f_ecm.c: In function 'ecm_opts_qmult_store': /kisskb/src/drivers/usb/gadget/function/u_ether_configfs.h:115:6: note: byref variable will be forcibly initialized 115 | u8 val; \ | ^~~ /kisskb/src/drivers/usb/gadget/function/f_ecm.c:840:1: note: in expansion of macro 'USB_ETHERNET_CONFIGFS_ITEM_ATTR_QMULT' 840 | USB_ETHERNET_CONFIGFS_ITEM_ATTR_QMULT(ecm); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/light/max44000.c: In function 'max44000_read_alstim': /kisskb/src/drivers/iio/light/max44000.c:171:15: note: byref variable will be forcibly initialized 171 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/light/max44000.c: In function 'max44000_read_led_current_raw': /kisskb/src/drivers/iio/light/max44000.c:249:15: note: byref variable will be forcibly initialized 249 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/iio/light/max44000.c: In function 'max44000_read_alspga': /kisskb/src/drivers/iio/light/max44000.c:189:15: note: byref variable will be forcibly initialized 189 | unsigned int val; | ^~~ /kisskb/src/drivers/iio/light/max44000.c: In function 'max44000_read_alsval': /kisskb/src/drivers/iio/light/max44000.c:208:9: note: byref variable will be forcibly initialized 208 | __be16 val; | ^~~ /kisskb/src/drivers/iio/light/max44000.c: In function 'max44000_read_raw': /kisskb/src/drivers/iio/light/max44000.c:267:15: note: byref variable will be forcibly initialized 267 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/iio/light/max44000.c: In function 'max44000_trigger_handler': /kisskb/src/drivers/iio/light/max44000.c:497:15: note: byref variable will be forcibly initialized 497 | unsigned int regval; | ^~~~~~ /kisskb/src/drivers/iio/light/max44000.c: In function 'max44000_probe': /kisskb/src/drivers/iio/light/max44000.c:531:11: note: byref variable will be forcibly initialized 531 | int ret, reg; | ^~~ /kisskb/src/drivers/iio/light/opt3001.c: In function 'opt3001_write_event_value': /kisskb/src/drivers/iio/light/opt3001.c:483:5: note: byref variable will be forcibly initialized 483 | u8 exponent; | ^~~~~~~~ /kisskb/src/drivers/iio/light/rpr0521.c: In function 'rpr0521_is_triggered': /kisskb/src/drivers/iio/light/rpr0521.c:399:6: note: byref variable will be forcibly initialized 399 | int reg; | ^~~ /kisskb/src/drivers/iio/light/rpr0521.c: In function 'rpr0521_get_gain': /kisskb/src/drivers/iio/light/rpr0521.c:585:11: note: byref variable will be forcibly initialized 585 | int ret, reg, idx; | ^~~ /kisskb/src/drivers/iio/light/rpr0521.c: In function 'rpr0521_read_samp_freq': /kisskb/src/drivers/iio/light/rpr0521.c:623:6: note: byref variable will be forcibly initialized 623 | int reg, ret; | ^~~ /kisskb/src/drivers/iio/light/rpr0521.c: In function 'rpr0521_poweroff': /kisskb/src/drivers/iio/light/rpr0521.c:881:6: note: byref variable will be forcibly initialized 881 | int tmp; | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/ratelimit.h:6, from /kisskb/src/include/linux/dev_printk.h:16, from /kisskb/src/include/linux/device.h:15, from /kisskb/src/drivers/iio/light/opt3001.c:13: /kisskb/src/drivers/iio/light/opt3001.c: In function 'opt3001_get_lux': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:363:2: note: in expansion of macro '___wait_event' 363 | ___wait_event(wq_head, ___wait_cond_timeout(condition), \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:391:11: note: in expansion of macro '__wait_event_timeout' 391 | __ret = __wait_event_timeout(wq_head, condition, timeout); \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/light/opt3001.c:276:9: note: in expansion of macro 'wait_event_timeout' 276 | ret = wait_event_timeout(opt->result_ready_queue, | ^~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/light/rpr0521.c: In function 'rpr0521_read_ps_offset': /kisskb/src/drivers/iio/light/rpr0521.c:688:9: note: byref variable will be forcibly initialized 688 | __le16 buffer; | ^~~~~~ /kisskb/src/drivers/iio/light/rpr0521.c: In function 'rpr0521_write_ps_offset': /kisskb/src/drivers/iio/light/rpr0521.c:705:9: note: byref variable will be forcibly initialized 705 | __le16 buffer; | ^~~~~~ /kisskb/src/drivers/iio/light/rpr0521.c: In function 'rpr0521_read_raw': /kisskb/src/drivers/iio/light/rpr0521.c:727:9: note: byref variable will be forcibly initialized 727 | __le16 raw_data; | ^~~~~~~~ /kisskb/src/drivers/iio/light/rpr0521.c: In function 'rpr0521_init': /kisskb/src/drivers/iio/light/rpr0521.c:841:6: note: byref variable will be forcibly initialized 841 | int id; | ^~ /kisskb/src/drivers/iio/light/si1133.c: In function 'si1133_threaded_irq_handler': /kisskb/src/drivers/iio/light/si1133.c:645:6: note: byref variable will be forcibly initialized 645 | u32 irq_status; | ^~~~~~~~~~ /kisskb/src/drivers/iio/light/si1133.c: In function 'si1133_cmd_reset_sw': /kisskb/src/drivers/iio/light/si1133.c:316:15: note: byref variable will be forcibly initialized 316 | unsigned int resp; | ^~~~ /kisskb/src/drivers/iio/light/si1133.c: In function 'si1133_command': /kisskb/src/drivers/iio/light/si1133.c:390:6: note: byref variable will be forcibly initialized 390 | u32 resp; | ^~~~ /kisskb/src/drivers/iio/light/si1133.c: In function 'si1133_update_adcsens': /kisskb/src/drivers/iio/light/si1133.c:693:6: note: byref variable will be forcibly initialized 693 | u32 adc_sens; | ^~~~~~~~ /kisskb/src/drivers/iio/light/si1133.c: In function 'si1133_update_adcconfig': /kisskb/src/drivers/iio/light/si1133.c:575:6: note: byref variable will be forcibly initialized 575 | u32 adc_config; | ^~~~~~~~~~ /kisskb/src/drivers/iio/light/si1133.c: In function 'si1133_get_lux': /kisskb/src/drivers/iio/light/si1133.c:713:5: note: byref variable will be forcibly initialized 713 | u8 buffer[SI1133_LUX_BUFFER_SIZE]; | ^~~~~~ /kisskb/src/drivers/iio/light/si1133.c: In function 'si1133_measure': /kisskb/src/drivers/iio/light/si1133.c:620:5: note: byref variable will be forcibly initialized 620 | u8 buffer[SI1133_MEASURE_BUFFER_SIZE]; | ^~~~~~ /kisskb/src/drivers/iio/light/si1133.c: In function 'si1133_validate_ids': /kisskb/src/drivers/iio/light/si1133.c:965:32: note: byref variable will be forcibly initialized 965 | unsigned int part_id, rev_id, mfr_id; | ^~~~~~ /kisskb/src/drivers/iio/light/si1133.c:965:24: note: byref variable will be forcibly initialized 965 | unsigned int part_id, rev_id, mfr_id; | ^~~~~~ /kisskb/src/drivers/iio/light/si1133.c:965:15: note: byref variable will be forcibly initialized 965 | unsigned int part_id, rev_id, mfr_id; | ^~~~~~~ /kisskb/src/drivers/usb/gadget/function/storage_common.c: In function 'fsg_store_ro': /kisskb/src/drivers/usb/gadget/function/storage_common.c:395:8: note: byref variable will be forcibly initialized 395 | bool ro; | ^~ /kisskb/src/drivers/usb/gadget/function/storage_common.c: In function 'fsg_store_nofua': /kisskb/src/drivers/usb/gadget/function/storage_common.c:417:8: note: byref variable will be forcibly initialized 417 | bool nofua; | ^~~~~ /kisskb/src/drivers/usb/gadget/function/storage_common.c: In function 'fsg_store_cdrom': /kisskb/src/drivers/usb/gadget/function/storage_common.c:468:8: note: byref variable will be forcibly initialized 468 | bool cdrom; | ^~~~~ /kisskb/src/drivers/usb/gadget/function/storage_common.c: In function 'fsg_store_removable': /kisskb/src/drivers/usb/gadget/function/storage_common.c:491:8: note: byref variable will be forcibly initialized 491 | bool removable; | ^~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:6, from /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:171: /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c: In function 'fsg_common_create_luns': /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:2878:7: note: byref variable will be forcibly initialized 2878 | char buf[8]; /* enough for 100000000 different numbers, decimal */ | ^~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:171: /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c: In function 'fsg_unbind': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:299:8: note: in expansion of macro '___wait_event' 299 | (void)___wait_event(wq_head, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:319:2: note: in expansion of macro '__wait_event' 319 | __wait_event(wq_head, condition); \ | ^~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:3054:3: note: in expansion of macro 'wait_event' 3054 | wait_event(common->fsg_wait, common->fsg != fsg); | ^~~~~~~~~~ In file included from /kisskb/src/include/linux/rcuwait.h:6, from /kisskb/src/include/linux/percpu-rwsem.h:7, from /kisskb/src/include/linux/fs.h:33, from /kisskb/src/include/linux/highmem.h:5, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:6, from /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:171: /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c: In function 'kernel_dequeue_signal': /kisskb/src/include/linux/sched/signal.h:295:19: note: byref variable will be forcibly initialized 295 | kernel_siginfo_t __info; | ^~~~~~ /kisskb/src/drivers/usb/gadget/function/f_rndis.c: In function 'rndis_setup': /kisskb/src/drivers/usb/gadget/function/f_rndis.c:500:8: note: byref variable will be forcibly initialized 500 | u32 n; | ^ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:171: /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c: In function 'sleep_thread': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:579:8: note: in expansion of macro 'wait_event_interruptible' 579 | rc = wait_event_interruptible(common->io_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:338:2: note: in expansion of macro '___wait_event' 338 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:358:11: note: in expansion of macro '__wait_event_freezable' 358 | __ret = __wait_event_freezable(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:575:8: note: in expansion of macro 'wait_event_freezable' 575 | rc = wait_event_freezable(common->io_wait, | ^~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/usb/gadget/function/f_rndis.c:23: /kisskb/src/drivers/usb/gadget/function/f_rndis.c: In function 'rndis_opts_protocol_store': /kisskb/src/drivers/usb/gadget/function/u_ether_configfs.h:186:6: note: byref variable will be forcibly initialized 186 | u8 val; \ | ^~~ /kisskb/src/drivers/usb/gadget/function/f_rndis.c:879:1: note: in expansion of macro 'USB_ETHER_CONFIGFS_ITEM_ATTR_U8_RW' 879 | USB_ETHER_CONFIGFS_ITEM_ATTR_U8_RW(rndis, protocol); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_rndis.c: In function 'rndis_opts_subclass_store': /kisskb/src/drivers/usb/gadget/function/u_ether_configfs.h:186:6: note: byref variable will be forcibly initialized 186 | u8 val; \ | ^~~ /kisskb/src/drivers/usb/gadget/function/f_rndis.c:876:1: note: in expansion of macro 'USB_ETHER_CONFIGFS_ITEM_ATTR_U8_RW' 876 | USB_ETHER_CONFIGFS_ITEM_ATTR_U8_RW(rndis, subclass); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_rndis.c: In function 'rndis_opts_class_store': /kisskb/src/drivers/usb/gadget/function/u_ether_configfs.h:186:6: note: byref variable will be forcibly initialized 186 | u8 val; \ | ^~~ /kisskb/src/drivers/usb/gadget/function/f_rndis.c:873:1: note: in expansion of macro 'USB_ETHER_CONFIGFS_ITEM_ATTR_U8_RW' 873 | USB_ETHER_CONFIGFS_ITEM_ATTR_U8_RW(rndis, class); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c: In function 'check_command': /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:1665:9: note: byref variable will be forcibly initialized 1665 | char hdlen[20]; | ^~~~~ /kisskb/src/drivers/usb/gadget/function/f_rndis.c: In function 'rndis_opts_qmult_store': /kisskb/src/drivers/usb/gadget/function/u_ether_configfs.h:115:6: note: byref variable will be forcibly initialized 115 | u8 val; \ | ^~~ /kisskb/src/drivers/usb/gadget/function/f_rndis.c:867:1: note: in expansion of macro 'USB_ETHERNET_CONFIGFS_ITEM_ATTR_QMULT' 867 | USB_ETHERNET_CONFIGFS_ITEM_ATTR_QMULT(rndis); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_rndis.c: In function 'rndis_alloc_inst': /kisskb/src/drivers/usb/gadget/function/f_rndis.c:918:8: note: byref variable will be forcibly initialized 918 | char *names[1]; | ^~~~~ /kisskb/src/drivers/usb/gadget/function/f_rndis.c:917:22: note: byref variable will be forcibly initialized 917 | struct usb_os_desc *descs[1]; | ^~~~~ /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c: In function 'do_read': /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:595:24: note: byref variable will be forcibly initialized 595 | loff_t file_offset, file_offset_tmp; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c: In function 'do_verify': /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:940:24: note: byref variable will be forcibly initialized 940 | loff_t file_offset, file_offset_tmp; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c: In function 'do_write': /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:726:36: note: byref variable will be forcibly initialized 726 | loff_t usb_offset, file_offset, file_offset_tmp; | ^~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/rndis.c: In function 'gen_ndis_query_resp': /kisskb/src/drivers/usb/gadget/function/rndis.c:178:27: note: byref variable will be forcibly initialized 178 | struct rtnl_link_stats64 temp; | ^~~~ In file included from /kisskb/src/drivers/usb/gadget/function/f_subset.c:16: /kisskb/src/drivers/usb/gadget/function/f_subset.c: In function 'gether_opts_qmult_store': /kisskb/src/drivers/usb/gadget/function/u_ether_configfs.h:115:6: note: byref variable will be forcibly initialized 115 | u8 val; \ | ^~~ /kisskb/src/drivers/usb/gadget/function/f_subset.c:398:1: note: in expansion of macro 'USB_ETHERNET_CONFIGFS_ITEM_ATTR_QMULT' 398 | USB_ETHERNET_CONFIGFS_ITEM_ATTR_QMULT(gether); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c: In function 'fsg_opts_stall_store': /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:3303:7: note: byref variable will be forcibly initialized 3303 | bool stall; | ^~~~~ /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c: In function 'fsg_lun_make': /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:3199:5: note: byref variable will be forcibly initialized 3199 | u8 num; | ^~~ /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:3197:24: note: byref variable will be forcibly initialized 3197 | struct fsg_lun_config config; | ^~~~~~ /kisskb/src/drivers/usb/gadget/function/rndis.c: In function 'rndis_uninit': /kisskb/src/drivers/usb/gadget/function/rndis.c:766:6: note: byref variable will be forcibly initialized 766 | u32 length; | ^~~~~~ /kisskb/src/drivers/usb/gadget/function/rndis.c: In function 'rndis_reset_response': /kisskb/src/drivers/usb/gadget/function/rndis.c:679:6: note: byref variable will be forcibly initialized 679 | u32 length; | ^~~~~~ /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c: In function 'fsg_alloc_inst': /kisskb/src/drivers/usb/gadget/function/f_mass_storage.c:3399:24: note: byref variable will be forcibly initialized 3399 | struct fsg_lun_config config; | ^~~~~~ /kisskb/src/drivers/usb/gadget/function/f_hid.c: In function 'hidg_setup': /kisskb/src/drivers/usb/gadget/function/f_hid.c:715:26: note: byref variable will be forcibly initialized 715 | struct hid_descriptor hidg_desc_copy = hidg_desc; | ^~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/usb/gadget/function/f_hid.c:9: /kisskb/src/drivers/usb/gadget/function/f_hid.c: In function 'f_hidg_write': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:591:2: note: in expansion of macro '___wait_event' 591 | ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:599:11: note: in expansion of macro '__wait_event_interruptible_exclusive' 599 | __ret = __wait_event_interruptible_exclusive(wq, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_hid.c:444:7: note: in expansion of macro 'wait_event_interruptible_exclusive' 444 | if (wait_event_interruptible_exclusive( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_hid.c: In function 'f_hidg_intout_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_hid.c:301:7: note: in expansion of macro 'wait_event_interruptible' 301 | if (wait_event_interruptible(hidg->read_queue, READ_COND_INTOUT)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_hid.c: In function 'f_hidg_ssreport_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_hid.c:370:7: note: in expansion of macro 'wait_event_interruptible' 370 | if (wait_event_interruptible(hidg->read_queue, READ_COND_SSREPORT)) | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_hid.c: In function 'f_hid_opts_report_length_store': /kisskb/src/drivers/usb/gadget/function/f_hid.c:1075:10: note: byref variable will be forcibly initialized 1075 | u##prec num; \ | ^~~ /kisskb/src/drivers/usb/gadget/function/f_hid.c:1104:1: note: in expansion of macro 'F_HID_OPT' 1104 | F_HID_OPT(report_length, 16, 65535); | ^~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_hid.c: In function 'f_hid_opts_no_out_endpoint_store': /kisskb/src/drivers/usb/gadget/function/f_hid.c:1075:10: note: byref variable will be forcibly initialized 1075 | u##prec num; \ | ^~~ /kisskb/src/drivers/usb/gadget/function/f_hid.c:1103:1: note: in expansion of macro 'F_HID_OPT' 1103 | F_HID_OPT(no_out_endpoint, 8, 1); | ^~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_hid.c: In function 'f_hid_opts_protocol_store': /kisskb/src/drivers/usb/gadget/function/f_hid.c:1075:10: note: byref variable will be forcibly initialized 1075 | u##prec num; \ | ^~~ /kisskb/src/drivers/usb/gadget/function/f_hid.c:1102:1: note: in expansion of macro 'F_HID_OPT' 1102 | F_HID_OPT(protocol, 8, 255); | ^~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_hid.c: In function 'f_hid_opts_subclass_store': /kisskb/src/drivers/usb/gadget/function/f_hid.c:1075:10: note: byref variable will be forcibly initialized 1075 | u##prec num; \ | ^~~ /kisskb/src/drivers/usb/gadget/function/f_hid.c:1101:1: note: in expansion of macro 'F_HID_OPT' 1101 | F_HID_OPT(subclass, 8, 255); | ^~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_hid.c: In function 'ghid_setup': /kisskb/src/drivers/usb/gadget/function/f_hid.c:1320:8: note: byref variable will be forcibly initialized 1320 | dev_t dev; | ^~~ /kisskb/src/drivers/iio/light/veml6030.c: In function 'veml6030_get_intgrn_tm': /kisskb/src/drivers/iio/light/veml6030.c:217:11: note: byref variable will be forcibly initialized 217 | int ret, reg; | ^~~ /kisskb/src/drivers/iio/light/veml6030.c: In function 'veml6030_get_als_gain': /kisskb/src/drivers/iio/light/veml6030.c:423:11: note: byref variable will be forcibly initialized 423 | int ret, reg; | ^~~ /kisskb/src/drivers/iio/light/veml6030.c: In function 'veml6030_read_raw': /kisskb/src/drivers/iio/light/veml6030.c:509:11: note: byref variable will be forcibly initialized 509 | int ret, reg; | ^~~ /kisskb/src/drivers/iio/light/veml6030.c: In function 'veml6030_read_thresh': /kisskb/src/drivers/iio/light/veml6030.c:460:11: note: byref variable will be forcibly initialized 460 | int ret, reg; | ^~~ /kisskb/src/drivers/iio/light/veml6030.c: In function 'veml6030_read_persistence': /kisskb/src/drivers/iio/light/veml6030.c:318:27: note: byref variable will be forcibly initialized 318 | int ret, reg, period, x, y; | ^ /kisskb/src/drivers/iio/light/veml6030.c:318:24: note: byref variable will be forcibly initialized 318 | int ret, reg, period, x, y; | ^ /kisskb/src/drivers/iio/light/veml6030.c:318:11: note: byref variable will be forcibly initialized 318 | int ret, reg, period, x, y; | ^~~ /kisskb/src/drivers/iio/light/veml6030.c: In function 'veml6030_read_interrupt_config': /kisskb/src/drivers/iio/light/veml6030.c:625:11: note: byref variable will be forcibly initialized 625 | int ret, reg; | ^~~ /kisskb/src/drivers/iio/light/veml6030.c: In function 'veml6030_write_persistence': /kisskb/src/drivers/iio/light/veml6030.c:343:22: note: byref variable will be forcibly initialized 343 | int ret, period, x, y; | ^ /kisskb/src/drivers/iio/light/veml6030.c:343:19: note: byref variable will be forcibly initialized 343 | int ret, period, x, y; | ^ /kisskb/src/drivers/iio/light/veml6030.c: In function 'in_illuminance_period_available_show': /kisskb/src/drivers/iio/light/veml6030.c:102:11: note: byref variable will be forcibly initialized 102 | int ret, reg, x; | ^~~ /kisskb/src/drivers/iio/light/veml6030.c: In function 'veml6030_event_handler': /kisskb/src/drivers/iio/light/veml6030.c:694:11: note: byref variable will be forcibly initialized 694 | int ret, reg, evtdir; | ^~~ /kisskb/src/drivers/iio/light/veml6030.c: In function 'veml6030_hw_init': /kisskb/src/drivers/iio/light/veml6030.c:729:11: note: byref variable will be forcibly initialized 729 | int ret, val; | ^~~ /kisskb/src/drivers/iio/light/us5182d.c: In function 'us5182d_update_dark_th': /kisskb/src/drivers/iio/light/us5182d.c:456:9: note: byref variable will be forcibly initialized 456 | __be16 dark_th = cpu_to_be16(data->us5182d_dark_ths[index]); | ^~~~~~~ In file included from /kisskb/src/include/linux/mm.h:30, from /kisskb/src/include/linux/highmem.h:8, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:6, from /kisskb/src/drivers/usb/gadget/function/f_fs.c:17: /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function 'array_size': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/overflow.h:135:6: note: in expansion of macro 'check_mul_overflow' 135 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/overflow.h:135:6: note: in expansion of macro 'check_mul_overflow' 135 | if (check_mul_overflow(a, b, &bytes)) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:133:9: note: byref variable will be forcibly initialized 133 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/swait.h:8, from /kisskb/src/include/linux/completion.h:12, from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/usb/gadget/function/f_printer.c:14: /kisskb/src/drivers/usb/gadget/function/f_printer.c: In function 'printer_write': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_printer.c:611:3: note: in expansion of macro 'wait_event_interruptible' 611 | wait_event_interruptible(dev->tx_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_printer.c: In function 'printer_read': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_printer.c:492:3: note: in expansion of macro 'wait_event_interruptible' 492 | wait_event_interruptible(dev->rx_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_printer.c: In function 'printer_fsync': /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_printer.c:710:3: note: in expansion of macro 'wait_event_interruptible' 710 | wait_event_interruptible(dev->tx_flush_wait, | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_printer.c: In function 'f_printer_opts_q_len_store': /kisskb/src/drivers/usb/gadget/function/f_printer.c:1282:6: note: byref variable will be forcibly initialized 1282 | u16 num; | ^~~ /kisskb/src/drivers/usb/gadget/function/f_printer.c: In function 'gprinter_setup': /kisskb/src/drivers/usb/gadget/function/f_printer.c:1520:8: note: byref variable will be forcibly initialized 1520 | dev_t devt; | ^~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function 'ffs_do_descs': /kisskb/src/drivers/usb/gadget/function/f_fs.c:2155:6: note: byref variable will be forcibly initialized 2155 | int current_class = -1; | ^~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function 'ffs_do_os_descs': /kisskb/src/drivers/usb/gadget/function/f_fs.c:2306:25: note: byref variable will be forcibly initialized 2306 | enum ffs_os_desc_type type; | ^~~~ In file included from /kisskb/src/drivers/usb/gadget/function/f_fs.c:40: /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function '_ffs_func_bind': /kisskb/src/drivers/usb/gadget/function/f_fs.c:3089:12: note: byref variable will be forcibly initialized 3089 | vla_group(d); | ^ /kisskb/src/drivers/usb/gadget/u_f.h:20:37: note: in definition of macro 'vla_group' 20 | #define vla_group(groupname) size_t groupname##__next = 0 | ^~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:6, from /kisskb/src/drivers/usb/gadget/function/f_fs.c:17: /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function 'kmalloc_array': /kisskb/src/include/linux/slab.h:624:9: note: byref variable will be forcibly initialized 624 | size_t bytes; | ^~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function '__ffs_data_got_descs': /kisskb/src/drivers/usb/gadget/function/f_fs.c:2441:25: note: byref variable will be forcibly initialized 2441 | struct ffs_desc_helper helper; | ^~~~~~ In file included from /kisskb/src/drivers/usb/gadget/function/f_fs.c:40: /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function '__ffs_data_got_strings': /kisskb/src/drivers/usb/gadget/function/f_fs.c:2605:13: note: byref variable will be forcibly initialized 2605 | vla_group(d); | ^ /kisskb/src/drivers/usb/gadget/u_f.h:20:37: note: in definition of macro 'vla_group' 20 | #define vla_group(groupname) size_t groupname##__next = 0 | ^~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function 'ffs_epfile_ioctl': /kisskb/src/drivers/usb/gadget/function/f_fs.c:1329:34: note: byref variable will be forcibly initialized 1329 | struct usb_endpoint_descriptor desc1, *desc; | ^~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/usb/gadget/function/f_fs.c:17: /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c:1298:9: note: in expansion of macro 'wait_event_interruptible' 1298 | ret = wait_event_interruptible( | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/string.h:5, from /kisskb/src/arch/powerpc/include/asm/paca.h:15, from /kisskb/src/arch/powerpc/include/asm/current.h:13, from /kisskb/src/include/linux/sched.h:12, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/usb/gadget/function/f_fs.c:17: /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function 'kvmalloc_array': /kisskb/src/include/linux/overflow.h:82:12: note: byref variable will be forcibly initialized 82 | typeof(b) __b = (b); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:756:6: note: in expansion of macro 'unlikely' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:756:15: note: in expansion of macro 'check_mul_overflow' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ /kisskb/src/include/linux/overflow.h:81:12: note: byref variable will be forcibly initialized 81 | typeof(a) __a = (a); \ | ^~~ /kisskb/src/include/linux/compiler.h:33:34: note: in definition of macro '__branch_check__' 33 | ______r = __builtin_expect(!!(x), expect); \ | ^ /kisskb/src/include/linux/slab.h:756:6: note: in expansion of macro 'unlikely' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~ /kisskb/src/include/linux/slab.h:756:15: note: in expansion of macro 'check_mul_overflow' 756 | if (unlikely(check_mul_overflow(n, size, &bytes))) | ^~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/irq.h:21, from /kisskb/src/arch/powerpc/include/asm/hardirq.h:6, from /kisskb/src/include/linux/hardirq.h:11, from /kisskb/src/include/linux/highmem.h:10, from /kisskb/src/include/linux/bvec.h:10, from /kisskb/src/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:6, from /kisskb/src/drivers/usb/gadget/function/f_fs.c:17: /kisskb/src/include/linux/slab.h:754:9: note: byref variable will be forcibly initialized 754 | size_t bytes; | ^~~~~ In file included from /kisskb/src/include/linux/mm_types.h:12, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/radix-tree.h:12, 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/include/linux/blk_types.h:10, from /kisskb/src/include/linux/genhd.h:16, from /kisskb/src/include/linux/blkdev.h:6, from /kisskb/src/drivers/usb/gadget/function/f_fs.c:17: /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function 'ffs_epfile_io': /kisskb/src/drivers/usb/gadget/function/f_fs.c:1053:30: note: byref variable will be forcibly initialized 1053 | DECLARE_COMPLETION_ONSTACK(done); | ^~~~ /kisskb/src/include/linux/completion.h:69:20: note: in definition of macro 'DECLARE_COMPLETION_ONSTACK' 69 | struct completion work = COMPLETION_INITIALIZER_ONSTACK(work) | ^~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/usb/gadget/function/f_fs.c:17: /kisskb/src/include/linux/wait.h:277:26: note: byref variable will be forcibly initialized 277 | struct wait_queue_entry __wq_entry; \ | ^~~~~~~~~~ /kisskb/src/include/linux/wait.h:452:2: note: in expansion of macro '___wait_event' 452 | ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/wait.h:475:11: note: in expansion of macro '__wait_event_interruptible' 475 | __ret = __wait_event_interruptible(wq_head, condition); \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c:960:9: note: in expansion of macro 'wait_event_interruptible' 960 | ret = wait_event_interruptible( | ^~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function 'ffs_epfile_write_iter': /kisskb/src/drivers/usb/gadget/function/f_fs.c:1183:21: note: byref variable will be forcibly initialized 1183 | struct ffs_io_data io_data, *p = &io_data; | ^~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function 'ffs_epfile_read_iter': /kisskb/src/drivers/usb/gadget/function/f_fs.c:1220:21: note: byref variable will be forcibly initialized 1220 | struct ffs_io_data io_data, *p = &io_data; | ^~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function '__ffs_ep0_read_events': /kisskb/src/drivers/usb/gadget/function/f_fs.c:476:30: note: byref variable will be forcibly initialized 476 | struct usb_functionfs_event events[ARRAY_SIZE(ffs->ev.types)]; | ^~~~~~ In file included from /kisskb/src/include/linux/pid.h:6, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/include/linux/blkdev.h:5, from /kisskb/src/drivers/usb/gadget/function/f_fs.c:17: /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function 'ffs_ep0_read': /kisskb/src/include/linux/wait.h:750:14: note: byref variable will be forcibly initialized 750 | DEFINE_WAIT(__wait); \ | ^~~~~~ /kisskb/src/include/linux/wait.h:1147:26: note: in definition of macro 'DEFINE_WAIT_FUNC' 1147 | struct wait_queue_entry name = { \ | ^~~~ /kisskb/src/include/linux/wait.h:750:2: note: in expansion of macro 'DEFINE_WAIT' 750 | DEFINE_WAIT(__wait); \ | ^~~~~~~~~~~ /kisskb/src/include/linux/wait.h:878:9: note: in expansion of macro '__wait_event_interruptible_locked' 878 | ? 0 : __wait_event_interruptible_locked(wq, condition, 1, do_wait_intr_irq)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c:549:7: note: in expansion of macro 'wait_event_interruptible_exclusive_locked_irq' 549 | if (wait_event_interruptible_exclusive_locked_irq(ffs->ev.waitq, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/usb/gadget/function/f_fs.c: In function 'ffs_fs_parse_param': /kisskb/src/drivers/usb/gadget/function/f_fs.c:1506:25: note: byref variable will be forcibly initialized 1506 | struct fs_parse_result result; | ^~~~~~ Completed OK # rm -rf /kisskb/build/powerpc-next-rand_powerpc-randconfig+ppc64le_powerpc-gcc9 # Build took: 0:03:06.326632